@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&amp;display=swap');

*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
}
a {
    text-decoration: none;
    /* line-height: 2rem; */
}
body {
    overflow-x: hidden;
}
html {
    scroll-behavior: smooth;
}

/* Button for events Start */
#event__button{
    position: fixed;
    top: 34%;
    right: 0%;
    z-index: 9999;
    width:180px;
    padding: 10px;
    /* height: 40px; */
    align-items: center;
    background-color: #fefefe;
   /* background-image:url(images/Visabuttonimage.png) ; */
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   border-top-left-radius: 25px;
   border-bottom-left-radius: 25px;
   border: 2px solid #ff0040;
  }
  #event__button p {
    margin-top: 0 !important;
    padding-top: 0 !important;
   margin: 2px;
  padding:2px;
  text-align: center;
  }
  #event__button p >a {
    color:#ff0040;
   /* color: rgb(255, 255, 255); */
   text-decoration: none;
  font-weight: 700;
    font-size: 1.0 rem  !important;
   }

#overlay {
    display: none;
    position: fixed;
    top: 15%;
    left: 15%;
    width: 70%;
    height: auto;
    background-color: #0d2252;
    /* align-items: center;
    justify-content: center; */
    justify-content: center;
    z-index: 2222;
    opacity: 0;
    animation: popUp 0.3s ease-out forwards;
}

@media only screen and (max-width:768px) {
  
   #popup  {
    flex-direction: column;
   }
   #popup .pop-details{
    display: flex;
    row-gap: 30px;
    flex-direction: column !important;
   }
    #popup .pop-titile h6{
        font-size: 18px !important;
    }
    #popup  .pop__llc {
        display: block;
    }

    #popup .pop-llc {
        display: none;
    }
    #popup  .pop__llc {
        display: block !important;
    }

    #popup  .pop__llc h4 {
        color: #fff;
        font-weight: 600;
        position: relative;
    }
    #popup .pop__llc h4::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: -6px;
        width: 80px;
        height: 3px;
        background-color: #ff0040;
        border-radius: 10px;
    }
    #popup .contact__detalis{
        display: flex;
        column-gap: 10px;
        margin-top: 25px;
        margin-bottom: 20px;
        color: #fff;
    }
    
    #popup .contact__detalis a{
        color: #fff;
    }
    #popup .contact__detalis a:hover {
        text-decoration: underline;
    }
    pop-form form .Submit {
        width: 50% !important;
    }
}

#popup  .pop__llc {
    display: none;
}

#popup {
    background-color: #0d2252;
    padding: 20px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
}

#popup  .pop-details {
    display: flex;
    flex-direction: row;
    column-gap: 20px;
} 

#overlay h6 {
    color: #fff;
    font-size: 39px;
    padding: 10px;
    font-weight: 700;
}

#popup .pop-titile{
    color: #fff;
    text-align: center;
}
#popup .pop-titile h6 {
    font-size: 39px;
    font-weight: 700;
}

#popup .contact-detalis{
    display: flex;
    column-gap: 10px;
    margin-top: 25px;
    margin-bottom: 20px;
    color: #fff;
}

#popup .contact-detalis a{
    color: #fff;
}
#popup .contact-detalis a:hover {
    text-decoration: underline;
}

#popup .pop-llc h4 {
    color: #fff;
    font-weight: 600;
    position: relative;
}
#popup .pop-llc h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 80px;
    height: 3px;
    background-color: #ff0040;
    border-radius: 10px;
}

#popup .pop-llc .mail a{
    color: #fff;
}
#popup .pop-llc .mail a:hover {
    text-decoration: underline;
}
#popup .pop-llc .mail i{
    margin-right: 10px;
}

#popup .pop-llc .location {
    margin-top: 20px;
}

#popup .pop-llc .location a{
    color: #fff;
}
#popup .pop-llc .location a:hover {
    text-decoration: underline;
}

#popup .pop-llc 
.location i {
    margin-right: 10px;
}


.pop-form  h4 {
    color: #fff;
    position: relative;
}
.pop-form  h4::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100px;
    height: 2px;
    background-color: #ff0040;
    border-radius: 10px;
}
.pop-form form label {
    margin-top: 10px;
    color: #fff;
    margin-bottom: 10px;
}
.pop-form form label span {
    color: red;
    margin-right: 5px;
}
.pop-form form input {
    padding: 6px;
    width: 75%;
}
.pop-form form .Submit {
    margin-top: 20px;
    padding: 10px;
    width: 35%;
}
.pop-form form .Submit {
    background-color: #ff0040;
    border: 0;
    border-radius: 50px;
    color: #fff;
}




  #close-button, #cancel-button {
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 15px;
  }

  @keyframes popUp {
    from {
      opacity: 0;
      transform: scale(0.8);
    }
    to {
      opacity: 1;
      transform: scale(1);
    }
  }

   





/* Main Header */
.main_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #383838;
    width: 100%;
    /* padding: 10px 0; */
}

.main_header .header_content {
    margin-left: 2rem;
    color: #fff;
    font-size: 14px;
    margin-top: .8rem;
}

.main_header .header_socialmedia {
    margin-right: 2rem;
    margin-top: .4rem;
}

.main_header .header_socialmedia a i {
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
}

.main_header .header_socialmedia a {
    padding: .4rem;
    margin-left: .4rem;
    background-color: #fff;
    display: inline-block;
    margin-bottom: .5rem;
    transition: transform 0.3s ease-in-out;
}

.main_header .header_socialmedia a:hover {
    transform: translateY(-8px);
}
/* 
.main_header .header_socialmedia a i {
    font-size: 18px;
    text-align: center;
} */

.main_header .header_socialmedia a:nth-child(1) {
    color: #3B5999;
    border-radius: 50%;
    font-size: 18px;
}

.main_header .header_socialmedia a:nth-child(2) {
    color: #55ACEE;
    border-radius: 50%;
}

.main_header .header_socialmedia a:nth-child(3) {
    color: #0077B5;
    border-radius: 50%;
}

.main_header .header_socialmedia a:nth-child(4) {
    color: #FF1F57;
    border-radius: 50%;
}

.main_header .header_socialmedia a:nth-child(5) {
    color: #FF0040;
    border-radius: 50%;
}

/* Responsive Styling */
/* @media only screen and (max-width: 768px) {
    .main_header {
        display: none;
    }
} */
@media only screen and (max-width: 1010px) {
    .main_header {
        display: none;
    }
}


/* Contact Header */

.contact_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.contact_header .contact-details {
    align-items: center;
    color: #0d2252;
}
.contact_header .contact-details h6 {
    font-size: 35px;
    font-weight: 700;
}

.contact_header .logo_header img {
    width: 60px;
    margin-left: 1.6rem;
}
.contact_header  .location-us{
    margin-right: 1.6rem;
}
.contact_header .location-us a{
    background-color: #ff0040;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 60px;
}
.contact_header .location-us a:hover {
    background-color: #0d2252;
}
.contact_header  .location-us a i {
    color: #fff;
    margin-left: 5px;
    font-size: 15px;
}

/* Responsive styles for screens 999px and below */

@media only screen and (max-width: 1010px) {
    .contact_header {
        display: none;
    }
}

 @media only screen and (min-width: 780px) and (max-width:850px){
    .contact_header {
        align-items: start;
    }
    .contact_header .details_header {
        flex-direction: row;
        column-gap: 8px; 
        margin-right: 0;
    }
    .contact_header .details_header i {
        font-size: 2rem;
    }
}

/* Navbar styles */
.navbar {
    position: relative;
    background-color: #0d2252;
    padding: 10px 0;
}
.navbar ul .button {
    display: none;
}
@media only screen and (max-width: 1010px) {
    .navbar {
        position: relative;
        background-color: #fff;
        padding: 10px 0;
    }
    .navbar .logo_header {
        display: block;
    }
    .navbar ul .button {
        display: block;
    }
    .navbar ul .button a {
        color: #fff !important;
    }
}
.navbar-nav {
    margin-left: auto;
}

.navbar-nav .nav-item {
    margin-right: 28px;
    color: #fefeff;
}
.navbar-nav .nav-item .nav-link:hover{
    color: #fff;
}
.navbar ul .sri:before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 4px;
    border-radius: 5px;
    width: 0;
    background-color: transparent;
    transition: width 0.3s ease, background-color 0.3s ease;
}

.navbar ul .search i:hover {
    color: #f4592b;
}

.navbar ul .button img {
    margin-left: .5rem;
    color: #fff;
}
.navbar ul .button {
    background-color: #FF0040;
    padding: 10px;
}
.navbar ul .button:hover {
    background-color: #0d2252;
    color: #fff;
    border-radius: 2px;
}
.navbar ul .sri {
    font-weight: 600;
    color: #fff ;
}
.navbar ul .sri:hover:before {
    width: 80%;
    background-color: #ff0040;
}

.navbar ul {
    list-style: none;
    padding: 0;
    margin-right: 0;
    /* align-items: center; */
}

.navbar ul li {
    position: relative;
}

.navbar ul li a {
    text-decoration: none;
    color: #fefeff;
    padding: 7px 20px;
    display: block;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 999px) {
    .navbar ul li a {
        color: #333 !important;
        margin-top: 10px;
    }
}
.navbar ul li:hover > ul {
    display: block;
}

.navbar ul li ul {
    display: none;
    position: absolute;
    margin-top: 1px;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 7px;
    z-index: 111111;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.navbar ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}

.navbar .tr {
    background-color: white;
    border: 1;
}
.navbar ul li ul {
    padding: 15px;
}
.navbar ul li ul li {
    width: 100%;
    border-top: 2px solid white;
}

.navbar ul li ul li ul {
    top: 0;
    left: 100%;
}
@media only screen and (max-width:992px) {
    .navbar ul li ul li ul {
        top: 0;
        left: 50%;
    }
}
.navbar ul li ul li a {
    margin: 0;
    width: 230px;
    font-size: 14px;
    color: #333;
}

.navbar ul li ul a {
    margin-left: .4rem;
    background-color: #fff;
    display: inline-block;
    margin-bottom: .5rem;
    transition: transform 0.3s ease-in-out;
}

.navbar ul li ul a:hover {
    transform: translateX(2px);
    color: #FF0040;
}
/* Carousel Section */
.Carousel {
    position: relative; /* Changed from absolute to relative */
    width: 100%;
    height: 500px;
    padding: 50px;
    background-color: #f5f5f5;
    box-shadow: 0 30px 50px #dbdbdb;
    overflow: hidden;
    margin-bottom: 20px; /* Added margin-bottom for spacing */
}

#slider {
    width: max-content;
    margin-top: 50px;
}
.item {
    width: 200px;
    height: 300px;
    background-position: 50% 50%;
    display: inline-block;
    transition: 0.5s;
    background-size: cover;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 20px;
    box-shadow: 0 30px 50px #505050;
}
@media only screen and (max-width: 768px){
    .item {
        width: 100%;
    }
}

.item:nth-child(1),
.item:nth-child(2) {
    left: 0;
    top: 0;
    transform: translate(0, 0);
    border-radius: 0;
    width: 100%;
    height: 100%;
    box-shadow: none;
}

.item:nth-child(3) {
    left: 50%;
    opacity: 0;
}

.item:nth-child(4) {
    left: calc(50% + 220px);
    opacity: 0;
}

.item:nth-child(5) {
    left: calc(50% + 440px);
    opacity: 0;
}

.item:nth-child(n+6) {
    left: calc(50% + 440px);
    opacity: 0;
}

.item .c2 {
    position: absolute;
    top: 50%;
    left: 100px;
    /* left: 500px; */
    width: 300px;
    text-align: left;
    padding: 0;
    color: #eee;
    transform: translate(0, -50%);
    display: none;
}
@media only screen and (max-width: 768px){
    .item .c2 {
        position: absolute;
        top: 50%;
        left: 10px;
        width: 100%;
        text-align: left;
        padding: 0;
        color: #eee;
        transform: translate(0, -50%);
        display: none;
    }
}
.item:nth-child(1) .slide_content{
    left: 500px;
}

.item:nth-child(2) .slide_content {
    display: block;
    z-index: 1111;
    width: 100%;
}

.item .c1 {
    position: absolute;
    top: 40%;
    right: 100px;
    width: 300px;
    text-align: right;
    padding: 0;
    color: #eee;
    transform: translate(0, -50%);
    display: none;
}
@media only screen and (max-width: 768px){
    .item .c1 {
        position: absolute;
        top: 40%;
        right: 0;
        width: 100%;
        text-align: right;
        padding: 0;
        color: #eee;
        transform: translate(0, -50%);
        display: none;
    }
}
.item .name {
    font-family: system-ui;
    font-size: 60px;
    width: 100%;
    font-weight: bold;
    opacity: 0;
    animation: showcontent 1s ease-in-out 1 forwards;
}
@media only screen and (max-width: 768px){
    .item .name {
        font-family: system-ui;
        font-size: 30px;
        width: 100%;
        font-weight: bold;
        opacity: 0;
        animation: showcontent 1s ease-in-out 1 forwards;
    }
} 
.item .des {
    margin: 20px 0;
    display: flex;
    align-items: center;
    opacity: 0;
    animation: showcontent 1s ease-in-out 0.6s 1 forwards;
}

.item .des .vertical-line p {
    margin-top: -12px;
}
@media only screen and (max-width: 768px){
    .item .des .vertical-line p {
        margin-top: 2px;
        display: block;
    }
}
.item .des .line p {
    margin-top: -12px;
    /* margin-left: 5px; */
}
.slide_content .line {
    border-right: 6px solid #ff0040;
    height: 50px;
    padding: 10px;
    border-radius: 2px;
}

.item .des .vertical-line {
    border-left: 4px solid #ff0040;
    height: 60px;
    padding: 10px; /* Adjust as needed for spacing */ 
}
.item button {
    padding: 10px 20px;
    border: 0;
    opacity: 0;
    animation: showcontent 1s ease-in-out 0.9s 1 forwards;
}

@keyframes showcontent {
    from {
        opacity: 0;
        transform: translateX(100px);
        filter: blur(33px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
        filter: blur(0);
    }
}

.buttons {
    position: absolute;
    bottom: 30px;
    z-index: 1;
    text-align: center;
    width: 100%;
}

.buttons button {
    width: 30px;
    height: 30px;
    border: 1px solid #555;
    border-radius: 50%;
    transition: 0.5s;
}

.buttons button:hover {
    background-color: #10100c;
    color: #fff;
}
.slide_content .des {
    display: inline-block;
}

/* .slide_content .line {
    border-right: 6px solid #f4592b;
    height: 50px;
    border-radius: 6px;
} */

.slide_content .appointment {
    display: flex;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: #ff0040;
    color: #fff;
    align-items: center;
    justify-content: center;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 25%;
    position: absolute;
    right: 0;
    transform: translateX(100%);
}
@media only screen and (max-width: 320px){
    .slide_content .appointment {
        background-color: #ff0040;
        color: #fff;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: -140px;
        text-align: left;
        right: 305px;
        transform: translateX(100%);
    }
}
@media only screen and (max-width: 768px){
    .slide_content .appointment {
        right: 145px;
        padding: 10px 20px;
        width: 70%;
    }
}
@media only screen and (max-width: 1500px) {
    .slide_content .appointment {
        right: 350px;
    }
}
@media only screen and (min-width: 1503px) {
    .slide_content .appointment {
        right: 450px;
    }
}
.slide_content .appointment:hover {
    background-color: #0d2252;
}
.c1:hover .appointment {
    background-color: #0d2252;
    cursor: pointer;
}

.appointment i {
    text-align: center;
    color: #10100c;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 10px;
}

.appointment-button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
    background-color: #ff0040; 
    color: #fff;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 25%;
  }
  @media only screen and (max-width: 768px){
    .appointment-button {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 10px;
        background-color: #ff0040; 
        color: #fff;
        border: none;
        border-radius: 30px;
        cursor: pointer;
        transition: background-color 0.3s ease;
        width: 75%;
      }
  }
  .appointment-button i {
    text-align: center;
    color: #10100c;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin-left: 10px; 
  }
  
  .appointment-button i:hover {
    background-color: #ff0040;
  }
  .appointment-button:hover {
    background-color: #0d2252; /* Set the hover background color */
  }
  

/* Testimonials */

#Testimonials {
    background-color: #edeaea;
    margin-bottom: 1rem;
    padding-bottom: 10px;
}
#Testimonials h6 {
    text-align: center;
    padding-top: 60px;
    color: #ff0040;
    font-weight: 600;
}
#Testimonials h3 {
    text-align: center;
    color: #0d2252;
    font-weight: 700;
    font-size: 35px;
}

#Testimonials .gallery-wrap .gallery {
    /* width: 100%; */
    width: 1000px;
    display: flex;
    overflow-y: scroll;

}
#Testimonials .gallery-wrap .gallery::-webkit-scrollbar {
    display: none;
}
#Testimonials .gallery-wrap .gallery .gallery-card {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
    padding: 10px;
    flex: none;
}

#Testimonials .gallery-wrap .gallery .card {
    border: 0;
}
#Testimonials .gallery-wrap .gallery .card p {
    padding: 20px;
    border-radius: 10px;
    width: 100%;
}


#Testimonials .gallery-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3% auto;
}
@media only screen and (max-width:768px){
    #Testimonials .gallery-wrap {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        margin: 10% auto;
        overflow: hidden;
        width: 100%;

    }
    #Testimonials .gallery-wrap .gallery .card {
        max-height: 400px;
        width: 100%;
        background-color: #edeaea;
        transition: transform 0.3s ease-in-out;
    }
    #Testimonials .gallery-wrap .gallery .card {
        display: grid;
        grid-template-columns: repeat(1,1fr);
    }
    #Testimonials .gallery-wrap #nextBtn , #backBtn {
        margin: 0 !important;
    }
}
#Testimonials .gallery-wrap #nextBtn , #backBtn {
    font-size: 20px;
    cursor: pointer;
    margin: 15px auto;
    color: #ff0040;
}
@media only screen and (max-width:768) {
    #Testimonials .gallery-wrap #nextBtn , #backBtn {
       float: right;
    }
}
#Testimonials .gallery-wrap .gallery .card {
    max-height: 600px;
    background-color: #edeaea;
    transition: transform 0.3s ease-in-out;
}
#Testimonials .gallery-wrap .gallery .card:hover {
    transform: translateY(-10px);
}
#Testimonials .gallery-wrap .gallery .card .card-content p {
    font-size: 14px;
    text-align: center;
}

#Testimonials .gallery-wrap .gallery .card .card-content {
    position: relative;
    background-color: #fff;
}
#Testimonials .gallery-wrap .gallery .card .card-content i {
    position: absolute;
    top: 0;
    padding-left: 10px;
    font-size: 18px;
    margin-top: 6px;
    color: #5c5555;
    transition: transform 0.3s ease;
}
#Testimonials .gallery-wrap .gallery .card:hover .card-content i{
    color: #ff0040;
    transform: rotate(360deg);
}
#Testimonials .gallery-wrap .gallery .card .card-image{
    text-align: center;
    background-color: #edeaea;
}
#Testimonials .gallery-wrap .gallery .card .card-image img {
    display: inline-block;
    background-color: #fff;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    width: 80px;
    z-index: 99999;
    margin-top: -10px;
}
#Testimonials .gallery-wrap .gallery .card .card-image h4 {
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
}




/* Cards Section Styles */
#Cards {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 1rem;
    cursor: pointer;
}
@media only screen and (max-width: 768px) {
    #Cards {
        display: grid;
        grid-template-columns: repeat(2 ,1fr);
        gap: 20px;
    }
}
@media only screen and (max-width: 890px) {
    #Cards {
        display: grid;
        grid-template-columns: repeat(2 ,1fr);
        gap: 20px;
    }
}
@media only screen and (max-width: 950px) {
    #Cards {
        display: grid;
        grid-template-columns: repeat(2 ,1fr);
        gap: 20px;
    }
}
@media only screen and (max-width: 480px){
    #Cards {
        display: grid;
        grid-template-columns: repeat(1 ,1fr);
        gap: 20px;
    }
} 
#Cards .card {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin: 10px;
    border-radius: 1px;
}

#Cards .card .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
}

#Cards .card:hover .image img {
    opacity: 1;
}
#Cards .card .content h4 {
    color: #0d2252;
    text-transform: uppercase;
}
#Cards .card:hover .content h4 {
    color: white;
    text-transform: uppercase;
}
#Cards .card:hover .button {
    color: #fff;
    opacity: 2;
}
#Cards .card .content {
    position: relative;
    z-index: 1;
    color: #333;
    opacity: 6;
}
#Cards .card .content img {
    margin-bottom: 1rem;
}
#Cards .card:hover .content {
    color: white;
}

#Cards .card .button a {
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #333;
    padding: 8px 16px;
    border-radius: 60px;
    overflow: hidden;
}

#Cards .card:hover .button a {
    background-color: #ff0040;
    color: #fff;
}

#Cards .card .button a i {
    position: relative;
    z-index: 1;
    color: #fff;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #ff0040;
    border-radius: 50%;
    /* padding: 5px; */
    margin-right: 5px;
}

/* Marquee */

#marquee {
    width: 100%;
    overflow: hidden;
    margin-top: 2rem;
}
#marquee h1 {
    font-family: 'Poppins', sans-serif;
    color: #FF0040;
    white-space: nowrap;
    overflow: hidden;
    animation: scroll 30s linear infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/* Why */

#why {
    display: flex;
    column-gap: 6rem;
}
@media screen and (max-width: 768px) {
    #why {
     flex-direction: column;
     overflow-y: hidden;
    }
}
@media screen and (max-width: 989px) {
    #why {
     flex-direction: column;
     overflow-y: hidden;
    }
}
#why .content h6{
    color: #FF0040;
    position: relative;
}
#why .content h6::before {
    content: '';
    position: absolute;
    left: 260px;
    bottom: 10px;
    width: 40px;
    height: 3px;
    background-color: #FF0040;
}
#why .content h3 {
    font-size: 38px;
    margin-bottom: 2rem;
}
#why .content ul {
    color: #FF0040;
}
#why .content ul li p {
    color: #10100c;
}


#why .image {
    position: relative;
}
#why .students {
    position: absolute;
    top: 30px;
    right: -30px;
    display: flex;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 18px;
    padding-top: .4rem;
}
@media screen and (max-width: 989px) {
    #why .students {
        position: absolute;
        top: 30px;
        right: -30px;
        display: flex;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 18px;
        padding-top: .4rem;
    }
    #why .image img {
        width: 100%;
    }
}
@media only screen and (max-width: 768px){
    #why .students {
        position: absolute;
        top: 30px;
        right: -5px;
        display: flex;
        background-color: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 18px;
        padding-top: .4rem;
    }
}
#why .sub_students  {
    padding: 5px 10px;
}
#why .sub_students h6{
    color: #ff0040;
    font-weight: 600;
    font-size: 22px;
}
#why .students i {
    margin: 18px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background-color: #ff0040;
    border-radius: 50%;
    color: #fff;
    line-height: 40px; 
}

/* Services */
section#services {
    background-size: cover;
    color: #fff;
    margin-top: 1rem;
    overflow: hidden;
    height: 200vh;
}

section#services h4 {
    text-align: center;
    padding-top: 4rem;
    font-size: 25px;
    color: #ff0040;
}

section#services h2 {
    text-align: center;
    padding-top: 10px;
}

section#services .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding-top: 4rem;
    padding-bottom: 18rem;
}
@media only screen and (max-width: 650px) {
    section#services .cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        gap: 20px;
    }
    
} 
@media only screen and (max-width: 768px) {
    section#services .cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
        gap: 20px;
    }
    
}

@media only screen and (max-width: 950px) {
    section#services .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: 30px;
    }
}
@media only screen and (min-width: 1250px) {
    section#services {
        height: auto;
    }
}
@media only screen and (max-width: 1250px) {
    section#services .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
        gap: 20px;
    }
}

@media only screen and (max-width: 890px) {
    section#services .cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    section#services {
        height: auto;
    }

    section#services .cards .card {
        grid-template-columns: 60px 120px;
        padding: 5px;
        width: 100%;
    }

    section#services h3 {
        font-size: 18px;
    }

    section#services p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    section#services {
        height: auto;
    }
    section#services .cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

@media only screen and (max-width: 580px) {
    section#services {
        height: auto;
    }
    section#services .cards {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
}

section#services .cards .card {
    display: grid;
    grid-template-columns: 110px 250px;
    padding: 10px;
    color: #fff;
    background-color: rgba(30, 39, 61, 255);
    height: 200px;
    transition: height 1s ease-in-out;
}

section#services .cards .card .content {
    color: #fff;
}
@media only screen and (max-width: 420px) {
    section#services .cards .card .content {
        color: #fff;
    }
    section#services .cards .card .content h3 {
        font-size: 18px;
        width: 68%;
    }
    section#services .cards .card .content p {
        font-size: 13px;
        width: 60%;
    }
}
section#services .cards .card i {
    display: inline-block;
    background-color: #fff;
    margin-top: 1rem;
    margin-left: 1rem;
    font-size: 50px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #0d2252;
    line-height: 80px;
    text-align: center;
}

section#services .cards .card:hover {
    height: 230px;
}

section#services .cards .card:hover a {
    visibility: visible;
    opacity: 0.8;
}

section#services .cards .card a {
    color: #fff;
    opacity: 0;
    visibility: hidden;
}

section#services .cards .card h3 {
    font-size: 25px;
}

section#services .cards .card:hover i {
    background-color: #ff0040;
    color: #fff;
}

section#services .cards .card a i {
    display: inline-block;
    background-color: #ff0040;
    margin-top: 1rem;
    margin-left: 6px;
    font-size: 14px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

/* Scholarship Apply */

#Scholarship .Apply_now  {
    display: flex;
    padding: 1rem;
    margin-top: -10rem;
}
@media only screen and (max-width: 768px) {
    #Scholarship .Apply_now img {
        display: none;
    }
}

#Scholarship .Apply_now img {
    margin-right: -70px;
    margin-top: -88px;
    z-index: 1111;
}
#Scholarship .Apply_now .content{
    text-align: center;
    padding: 5rem;
    align-self: center;
    justify-content: center;
    margin-right: 2rem;
    color: #fff;
    background-color: #ff0040;
    border-top-left-radius: 1500px;
    border-top-right-radius: 1500px;
}
#Scholarship .Apply_now .content p {
    color: #0d2252;
}
#Scholarship .Apply_now .content h3 {
    margin-bottom: 2rem;
}
#Scholarship .Apply_now .content a {
    padding: 10px 20px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
}
#Scholarship .Apply_now .content a:hover {
    background-color: #0d2252;
    border: 0;
}

/* Countries section */


#countries {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8rem;
}
@media only screen and (max-width: 768px) {
    section#countries {
       padding: 20px;
    }
    #countries .student_image img{
        width: 10px;
    }
}
@media only screen and (max-width: 968px) {
    #countries .student_image img{
        width: 10px;
    }
}
section#countries .student_image img {
    display: block;
}

/* @media only screen and (max-width: 308px) {
    section#countries .student_image img{
        display: none;
    }
} */
#countries .student_image img{
    width: 400px;
    margin-top: -7rem;
}
#countries .countries_content {
    color: #fff;
}
#countries .countries_content h4 {
    margin-bottom: 30px;
}
#countries .countries_content h5 {
    margin-bottom: 30px;
    text-decoration: underline;
}
#countries .countries_content img {
    margin-bottom: 2rem;
}

#countries .countries_content a {
    padding: 10px 20px;
    background-color: #fff;
    color: #10100c;
    text-transform: capitalize;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
}

#countries .countries_content a:hover {
    background-color: #ff0040;
    color: #fff;
}


/* Countries Places Mark */

#countries_logos h6 {
    text-align: center;
    color: #ff0040;
    font-weight: 700;
    font-size: 20px;
}
#countries_logos h3 {
    text-align: center;
    color: #0d2252;
    font-weight: 700;
    font-size: 43px;
    margin-bottom: 10px;
}
#countries_logos img{
    width: 90%;
}


/* Contact  Section */
/* .container .user_detalis {
    background-size: cover;
} */

.container .user_detalis .Get {
    color: #ff0040;
    font-weight: 600;
}
.container .user_detalis h3 {
    color: #0d2252;
}
.container .user_detalis .row {
    background-size: cover;
}
.container .user_detalis form input {
    padding: 10px;
    margin: 10px;
    background-color: #f6f8fb;
    border-radius: 0;
}

.container .user_detalis form .form-control::placeholder{
    color: #0d2252;
}
.container .user_detalis form input:hover {
    border: 1px solid #ff0040;
}
.container .user_detalis form  select {
    padding: 10px;
    margin: 10px;
    border-radius: 0;
    background-color: #f6f8fb;
    /* border: 1px solid #ff0040; */
}
.container .user_detalis form  select option {
    color: #0d2252;
}
.container .user_detalis form  select:hover{
    border: 1px solid #ff0040;
}
.container .user_detalis form textarea {
    margin: 10px;
    padding: 10px;
    background-color: #f6f8fb;
    border-radius: 0;
}
.container .user_detalis form textarea:hover {
    border: 1px solid #ff0040;
} 
.container .user_detalis form div button {
    background-color: #ff0040;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 600;
}
.container .user_detalis form div i {
    margin-right: 5px;
}
.container .user_detalis form div button:hover {
    background-color: #fff;
    color: #0d2252;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.container .user_detalis #Contact_location {
    display: flex;
}
.container .user_detalis #Contact_location .v_line{
    border-left: 2px solid #ff0040;
    height: 45px;
    padding: 5px;
    margin-left: 1rem;
}
.clock_hand {
    display: flex;
    margin-left: 1rem;
    background-color: #f5f5f5;
    padding: 30px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6);
    align-items: center;
    column-gap: 40px;
    width: 100%;
}
@media only screen and (max-width: 399px) {
    .clock_hand {
        flex-direction: column;
    }
}
.container .user_detalis .click {
    display: flex;
    gap: 10px;
}
.container .user_detalis .click span i {
    font-size: 40px;
}
.container .user_detalis .call_mail {
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    column-gap: 70px;
}
@media only screen and (max-width: 550px) {
    .container .user_detalis .call_mail {
        flex-direction: column;
    }
    .container .user_detalis .call_mail .mail {
        padding: 30px;
    }
}
.container .user_detalis .call_mail .call {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.container .user_detalis .call_mail .call i{
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 35px;
    background-color: #0d2252;
    color: #fff;
    border-radius: 50%;
    margin-right: 2rem;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}
.container .user_detalis .call_mail .call i:hover {
    background-color: #ff0040;
    color: #fff;
}
.container .user_detalis .call_mail .call a{
    color: #0d2252;
    font-weight: 700;
    font-size: 20px;
}
.container .user_detalis .call_mail .mail {
    display: flex;
    align-items: center;
    background-color: #ff0040;
    padding: 0 50px;
    border-radius: 50px;
    cursor: pointer;
}
.container .user_detalis .call_mail .mail:hover {
    background-color: #0d2252;
    color: #fff;
}
.container .user_detalis .call_mail .mail a {
    color: #fff;
}
@media only screen and (max-width:370px) {
    .container .user_detalis .call_mail .mail {
        width: 100%;
    }
}
@media only screen and (max-width:500px) {
    .container .user_detalis .call_mail .mail {
        margin-top: 30px;
        width: 50%;
    }
}
.container .user_detalis .call_mail .mail i {
    margin-right: 10px;
}

/* Testimonials */

#testimonials {
    background-color: #f6f8fb;
    padding: 50px;
}


#testimonials .slides {
    display: flex;
}
#testimonials .slides .card {
    flex: 0 0 calc(32.33% - 20px); 
    box-sizing: border-box;
    margin-right: 60px;
    padding: 30px;
    text-align: center;
}
#testimonials .slides .card .image-content {
    position: relative;
    text-align: left;
}
#testimonials .slides .card .image-content span {
    position: absolute;
    top: -45px;
    color: lightgray;
}
#testimonials .slides .card .image-content span i {
    font-size: 3rem;
}
.pre_next {
   display: flex;
   align-self: center;
   justify-content: center;
   column-gap: 3rem;
}
.prev, .next {
    cursor: pointer;
    width: auto;
    margin-top: 4rem;
}


/* Cards Section Styles */ 
#Blogs_section {
    padding-top: 30px;
}
#Blogs_section h6 {
    text-align: center;
    font-weight: 600;
    color: #ff0040;
}
#Blogs_section h3 {
    text-align: center;
    font-weight: 700;
    color: #0d2252;
    font-size: 35px;
}

#Blogs_section .blog-wrap {
    width: 100%;
    display: flex;
}
#Blogs_section .blog-wrap .blog {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 20px;
    padding: 10px;
    flex: none;
}
@media only screen and (max-width: 365px)  {
    #Blogs_section .blog-wrap .blog {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 548px) {
    #Blogs_section .blog-wrap .blog {
        display: grid;
        grid-template-columns: repeat(1,1fr);
        grid-gap: 20px;
    }
}
@media only screen and (min-width:550px) and (max-width: 768px) {
    #Blogs_section .blog-wrap .blog {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px;
    }
}
#Blogs_section .blog-wrap .blog .card {
    width: 100%;
    border: 0;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
#Blogs_section .blog-wrap .blog .card:hover {
    box-shadow: 23px 13px 18px rgba(0, 0, 0, 0.1);
}
#Blogs_section .blog-wrap .blog .card a{
    padding: 10px;   
}
#Blogs_section .blog-wrap .blog .card img{
    width: 100%;
}

#Blogs_section .blog-wrap .blog .card a:nth-child(2) {
    color: black;
    font-weight: 700;
}
#Blogs_section .blog-wrap .blog .card a:nth-child(2):hover {
    text-decoration: underline;
}

#Blogs_section .blog-wrap .blog .card a:nth-child(3) {
    color: #ff0040;
    font-weight: 700;
}





/* Footer */
footer {
    margin-top: 5rem;
    background-color: #0d2252;
    color: #fff;
    padding: 25px 0;
    width: 100%;
}
footer .container{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    column-gap: 25px;
}
@media only screen and (max-width: 768px) {
    footer .container{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 25px;
    }
}
@media only screen and (max-width: 368px) {
    footer .container{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        column-gap: 25px;
    }
    footer .container h3 {
        margin-top: 2rem;
    }
}
@media only screen and (max-width: 986px) {
    footer .container{
        display: grid;
        grid-template-columns: repeat(2,1fr);
        column-gap: 25px;
    }
    footer .container h3 {
        margin-top: 2rem;
    }
}
@media only screen and (max-width: 490px) {
    footer .container{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        column-gap: 25px;
    }
    footer .container h3 {
        margin-top: 2rem;
    }
}
footer .container p {
    font-size: 14px;
}
footer .container h3 {
    font-weight: 700;
    margin-bottom: 40px;
}
footer .container li {
    list-style: none;
    margin-bottom: 10px;
    transition: transform 0.3s ease-in-out;
}
footer .container li:hover {
    transform: translateX(8px);
}
footer .container li a {
    color: #fff;
    font-size: 14px;
}
footer .container li:hover a{
    color: #ff0040;
    text-decoration: underline;
}
footer .container .social_media{
    display: flex;
    column-gap: 20px;
}
footer .container .social_media a{
    transition: transform 0.3s ease-in-out;
}
footer .container .social_media a:hover {
    color: #ff0040;
    transform: translateY(-8px);
}
footer .container #Official_info i {
    color: #ff0040;
}
footer .container #Official_info .location {
    display: flex;
    column-gap: 20px;
}
footer .container #Official_info .call {
    display: flex;
    column-gap: 20px;
}
footer .container #Official_info .call div{
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    margin-bottom: 5px;
}
footer .container #Official_info .call div a{
    color: #fff;
}
footer .container #Official_info .envelope {
    display: flex;
    column-gap: 20px;
}
footer .container #Official_info .envelope a {
    color: #fff;
}
footer .container #Official_info .hours {
    margin-top: 20px;
}
footer .container #Official_info iframe {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
}

/* Copyright */
.copyrights{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 5px;
    background-color: #10100c;
}
.copyrights h3 {
    font-size: 16px;
    color: #fff;
}
.copyrights a {
    color: #ff0040;
    font-weight: 600;
}

/* Partnered section */

/* section#Partnered {
    text-align: center;
} */
section#Partnered h5 {
    color: #ff0040;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
section#Partnered h3 {
    color: #0d2252;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
section#Partnered .Partnered_images {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 100px;
}
section#Partnered .Partnered_images img {
    /* width: 100%; */
    min-width: 100px;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}
section#Partnered .Partnered_images img:hover {
    transform: scale(0.8);
}

#Career_Counseling  .images {
    display: flex;
    column-gap: 30px;
    margin-top: 3rem;
}
#Career_Counseling {
    word-spacing: 2px;
}
#Career_Counseling  .images img{
    width: 100%;
    transition: transform 0.3s ease;
    max-width: 200px;
}
@media only screen and (max-width: 490px){
    section#Partnered .Partnered_images {
       flex-direction: column;
       row-gap: 600px;
    }
    section#Partnered .Partnered_images img {
        min-width: 100px;
    }
}
@media only screen and (max-width: 690px){
    section#Partnered .Partnered_images {
       flex-direction: column;
       row-gap: 60px;
    }
    section#Partnered .Partnered_images img {
        min-width: 100px;
    }
}
@media only screen and (max-width: 768px){
    section#Partnered .Partnered_images {
       flex-direction: column;
       row-gap: 60px;
    }
}
@media only screen and (max-width: 890px){
    section#Partnered .Partnered_images {
       flex-direction: column;
       row-gap: 60px;
    }
}
@media only screen and (max-width: 990px){
    section#Partnered .Partnered_images {
       flex-direction: column;
       row-gap: 60px;
    }
}
@media only screen and (max-width: 1190px){
    section#Partnered .Partnered_images {
       flex-direction: column;
       row-gap: 60px;
    }
}

.whatsapp_icon {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.whatsapp_icon .scroll .back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #ff0040;
    border-radius: 50%;
    padding: 1rem;
    transition: 0.3s ease-out;
}
/* .whatsapp_icon .scroll .back-to-top:hover {
    background-color: #0d2252;
} */
.whatsapp_icon .scroll .back-to-top i {
    color: #fff;
    font-size: 16px;
    transition: 0.3s ease-out;
}
.whatsapp_icon .scroll .back-to-top:hover i {
    transform: translateY(-6px);
}

.whatsapp_icon #whatsapp .wtsapp {
    position: fixed;
    transform: all 0.5s ease;
    background-color: #25d366;
    display: block;
    text-align: center;
    border-radius: 50%;
    border-right: none;
    color: #fff;
    font-weight: 700;
    bottom: 10px;
    left: 3rem;
    border: 0;
    z-index: 9999;
    width: 50px;
    height: 50px;
    line-height: 60px;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.whatsapp_icon #whatsapp .wtsapp:focus {
    border: none;
    outline: none;
}
@keyframes pulse-border{
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1); 
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5); 
        opacity: 0.8;
    }
}

.whatsapp_icon #whatsapp .wtsapp i {
    font-size: 30px;
}