@import url('https://fonts.googleapis.com/css2?family=Abyssinica+SIL&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    /* font-family: 'Abyssinica SIL', serif; */
    font-family: 'Noto Sans', sans-serif;
    background-color: #fff;
    color: #280C34;
    font-size: 20px;
    line-height: 26px;
}

/* .row>*{
    padding-right: 0!important;
    padding-left: 0!important;
} */



.cancelbtn {
    background-color:#790fb4!important;;
}




p {
    margin-top: 0 !important;
    margin-bottom: 0rem !important;
}

ul li {
    text-decoration: none;
}
/*top bar on scroll hidden*/

#headerWrapper {
  position: fixed;
  width: 100%;
  z-index: 1030;
}

#topBar {
  height: auto;
  transition: transform 0.3s ease-in-out;
}

#topBar.hide-on-scroll {
  transform: translateY(-100%);
}

#mainNavbar {
  transition: transform 0.3s ease-in-out;
}

#mainNavbar.shift-up {
  transform: translateY(-56px); /* Adjust based on top bar height */
}
/*end*/




/*new*/

a.mega-menu-btn {
  color: #ffffff !important;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    padding: 7px 15px;
    transition: background-color 0.3s ease;
    background-color: #790fb4;

}

.lrn-btn{
    padding: 20px 10px !important;}


.course-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.course-list li {
  margin-bottom: 12px;
}

.course-list a {
  display: block;
  padding: 14px 18px;
  background: #f7f7f7;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  color: #222;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.course-list a:hover {
  background: #c889ff;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.recent-posts-card {
    border: 1px solid #eee;
    background: #fff;
}

.recent-title {
    font-weight: bold;
    position: relative;
    margin-bottom: 1.5rem;
}

.title-bar {
    display: inline-block;
    width: 4px;
    height: 20px;
    background: #d32f2f;
    margin-right: 8px;
    vertical-align: middle;
}

.post-thumb {
    width: 80px;
    height: 60px;
    object-fit: cover;
}

.post-link {
    color: #222;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
    display: inline-block;
}

.post-link:hover {
    color: #d32f2f;
}




/* .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0px;
} */
section {
    padding: 0px 0px;
}

.basic {
    background-color: #8A08F0 !important;
    color: white !important;
}

.margin {
    margin: 60px 0px;
}

.margin-sm {
    margin: 30px 0px;
}

.bg-light {
    /* background-color: #8A08F0!important; */
    color: white !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #280C34;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    white-space: nowrap;
}
@media (min-width:1200px) and (max-width:1400px) {
    .navbar-light .navbar-nav .nav-link{
        font-size: 14px;
    }
    li.nav-item{
        margin: 0px 7px !important;
    }
}
@media (min-width:992px) and (max-width:1200px) {
    .navbar-light .navbar-nav .nav-link{
        font-size: 12px;
        padding: 4px;
    }
    li.nav-item{
        margin: 0px 4px;
    }
}
.dropdown-item {
    padding: 1rem 1rem;
}

.dropdown-menu {
    min-width: 14rem;
}

.drop-main {
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0px;
    color: #000000;
}

.test-menu[data-bs-popper] {
    top: 100%;
    margin-top: 0.125rem;
    left: auto !important;
}

.country-drop-flag {
    height: auto;
    max-width: 30px;
    padding: 0px 0px;
    margin: 0px 10px;

}

.social-icon {
    background-color: white;
    padding: 5px 10px;
    color: black;
    border-radius: 3px;
    margin: 10px 8px;
}

.bg-light {
    background-color: #ffffff !important;
}

/* .modal-content {
    width: 50%!important;

} */
.btn-primary:hover {
    color: #fff;
    background-color: #8A08F0 !important;
    border-color: #8A08F0 !important;
}

.btn-custom {
    color: #fff;
    background-color: #790fb4;
    /*border-color: #280c34;*/
    border-radius: 30px;
    padding: 4px 8px;
    font-weight: 600;
    text-transform: uppercase;
}

.btn-custom:hover {
    color: #fff;
    background-color: #8A08F0 !important;
    border-color: #8A08F0 !important;
}

.btn-custom-radius {
    border-radius: 0px 40px;
    width: 100%;
}

.lacadamy {
    color: #fff;
    background-color: #f35f81 !important;
    margin: 40px 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 6px 33px, rgba(0, 0, 0, 0.1) 0px 15px 12px;
    float: right;
}

.lacadamy:hover {
    background-color: #fd2b5c !important;


}

.icon-img {
    width: 20px;
    height: 20px;
    margin: 0px 10px;
}

.icon-img:hover {
    width: 20px;
    height: 20px;

}

.icon-img2 {
    width: 22px;
    height: 32px;
    margin: 10px 0px;
}

.icon-img2:hover {
    width: 23px;
    height: 33px;
}

.header-mail {
    font-size: 22px;
    margin: 15px 0px;
}

.nav-menubar {
    margin-left: auto;
}

li.nav-item {
    margin: 0px 10px;
}

.book-button {
    background-color: #270c33;
    color: #fff;
    font-size: 20px;
    margin: 10px 5px;
    border-radius: 36px;
    padding: 8px 15px;
    /* text-transform: uppercase; */
}

.book-button:hover {
    background-color: #7c12ba;
    color: #fff;

}

.stand-text {
    font-size: 20px;
    margin-left: 0px;

    font-weight: 400;
    letter-spacing: 1px;
    padding-left: 10px;
}

.scroll-text {
    font-size: 20px;
    margin: 10px 0px;
    color: #D12E2E;
    margin-top: 15px;
    text-transform: capitalize;
}

.box-width {
    max-width: 80%;
}

.news-icon {
    width: 30px;
    height: 30px;
    margin: 10px 0px;
}

.box-alpha {
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    /*border: 1px solid #30183c;*/
    padding: 20px 20px 60px 20px;
    margin: auto;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
    position: relative;
}

.box-alpha .btn-one{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: auto;
    right: 15px;
}
.box-alpha:hover,
.box-alpha:focus {
    background-color: rgb(249, 249, 249); /* light gray */
    /* border: 1px solid #999; gray outline border on hover/focus */
    /* filter: none; remove shadow */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);

}

.alpha-head-text {
    font-size: 20px;
    color: #280C34;
    text-align: center;
    font-weight: 400;
}

.alpha-img {
    text-align: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 38%;
}

.alpha-para {
    text-align: center;
    font-size: 14px;
    color: #19101c;
    margin-bottom: 15px !important;
}

.alpha-link {
    color: #280C34;
    font-size: 16px;
    font-weight: 400;
}

.alpha-link:hover {
    color: #8a08f0;

}
.study-head{
    padding: 0px 25px;
    margin: 0px 20px;
}
.study-head h2{
    font-size: 36px;
    font-weight: 400;
    text-align: right;
    color: #280c34;
    margin-bottom: 20px;
}
.study-head a{
    background-color: #8a08f0;
    color: white !important;
    padding: 12px;
    float: right;
    border-radius: 5px;
}
.study-para {
    font-size: 14px;
    padding: 0px;
    /* margin: 0px 100px 20px 20px; */
    color: #19101c;
}

.appoinment {
    background-color: #f3e4ff;
    color: #8a08f0;
    padding: 8px 20px;
    border-style: none;
    font-size: 20px;
    border-radius: 25px;
    margin: 15px 0px 0px 20px;
    box-shadow: rgba(0, 0, 0, 1.25) 0px 25px 50px -12px;

}

.appoinment:hover {
    background-color: #b151fa;
    color: #f3e4ff;
}

.study-head2 {
    font-size: 36px;
    /* text-transform: uppercase; */
    font-weight: 600;
    text-align: center;
}

.study-para2 {
    font-size: 16px;
    font-weight: 600;
    padding: 0px !important;
    margin: 0px !important;
    text-align: center;
}

.parent {
    position: relative;
    background-color: #280c341f;
    width: 100%;
    top: 310px;
    /* left: -13%; */
    padding: 2%;
}

.parent2 {
    position: relative;
    background-color: #280c341f;
    width: 100%;
    top: 200px;
    padding: 2%;
}

.mainhead1 {
    text-align: center;
    font-weight: 400;
    color: #280C34;
    font-size: 36px;
    margin-top: 25px;
}

.mainhead2 {
    text-align: center;
    font-size: 18px;
    color: #19101c;
}

.box-beta {
    background-color: rgb(255, 255, 255);
    border-radius: 0 30px 0 30px;
    width: 80%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    padding-bottom: 15px;
    margin: 50px 0px 0px 0px;
}

.box-beta:hover {

    filter: drop-shadow(rgb(91, 91, 91) 0rem 0rem 8px);
    background-color: rgb(237, 237, 237);
}

.beta-img:hover {
    object-fit: none;
}

.beta-head-text {
    font-size: 20px;
    color: #280C34;
    text-align: center;
    font-weight: 400;
}

.beta-img {
    text-align: center;
    margin-bottom: 15px;
    max-width: 100%;
    border-radius: 0 30px 0 0px;
}

.beta-para {
    text-align: center;
    font-size: 14px;
    color: #19101c;
    margin: 15px !important;
}

.beta-link {
    font-weight: 400;
    color: #280C34;
    font-size: 16px;
    width: 100%;
}

.beta-link:hover {
    color: #280C34;
}

@media (max-width: 760px) {}

.slider-destination {}

.gama-head {
    text-align: center;
    color: #280C34;
    font-size: 36px;
    font-weight: 400;
    /* padding-top: 60px; */
    letter-spacing: 1px;
}

.gama-subhead {
    text-align: center;
    font-size: 18px;
    color: #19101c;
    font-weight: 400;
}

.student {
    /* position: absolute; */
    font-size: 32px;
    color: white;
    text-align: center;
    bottom: 115px;
}

.student:hover {

    font-size: 36px;

}

.count-img {
    margin-top: 30px;
    width: 100%;
    height: 250px;
}

.course {
    /* position: absolute; */
    font-size: 32px;
    color: white;
    text-align: center;
    bottom: 100px;
}

.course:hover {
    font-size: 36px;
}


.universities {
    /* position: absolute; */
    right: 100px;
    font-size: 32px;
    color: white;
    text-align: center;
    bottom: 100px;
}

.universities:hover {
    font-size: 36px;
}

.course-box {

    border-radius: 5px;
    width: 90%;
    height: auto;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    padding: 10px;
    margin: 30px 20px 30px 20px;
    text-align: center;
}

.course-box:hover {
    width: 89%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 8px 8px;
    padding: 8px;

}

.delta-head-text {
    font-size: 20px;
    color: #280c34;
    text-align: center;
    font-weight: 400;
    padding: 12px;
}

.delta-img {
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
}

.delta-para {
    text-align: center;
    font-size: 14px;
    color: #19101c;
    margin-bottom: 20px !important;
    padding: 7px;
}

.delta-link {
    background-color: #A457C9;
    border: none;
    color: #fff;
    margin: 0px 0px 22px 0%;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 7px 12px;
}

.delta-link:hover {
    background-color: #a029fb;

}

.course-head {
    margin: 20px 0px 20px 20px;
    color: #280c34;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
}

.text-light {
    color: #280c34 !important;
}

.partener-head {
    font-size: 36px;
    font-weight: 400;
    color: #280C34;
    text-align: center;
    padding-top: 50px;
}

.partener-subhead {
    text-align: center;
    font-size: 18px;
    color: #19101c;
    padding-bottom: 30px;
}

/* .brand-box{} */
.brand-img {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.brand-img:hover {
    max-width: 92%;
}

.testi-head {
    text-align: center;
    font-size: 42px;
    font-weight: 400;
    color: #280C34;
    margin-top: 20px;


}

.testi-subhead {
    text-align: center;
    font-size: 18px;
    color: #19101c;
}

.footer-section-head {
    font-size: 36px;
}

.footer-section-content {
    font-size: 14px
}

.line {
    width: 100%;
    margin: 0px 0px 20px 25px;
    height: 2px;
    background-color: #7f2df2;

}

.hm {
    text-align: center;
    display: block;
    margin: auto !important;
}

.map-head {
    text-align: center;
    font-size: 36px;
    font-weight: 400;
    color: #280C34;
    margin-top: 50px;
}

.map-subhead {
    text-align: center;
    font-size: 18px;
    color: #19101c;
    margin-bottom: 50px !important;
}

.home-address {
    margin: 0px 0px;
}

.home-number {
    margin: 10px 0px;
    padding: 0;
}

/* slider class */

.jj {
    padding-left: 10%;
    padding-right: 10%;
}


.container-form {
    max-width: 625px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 20px;
}

.col-form-label {
    color: #400060 !important;
}

.form-control {
    border: 2px solid #541481;
}

.input-group {
    margin-bottom: 10px;
}

label {
    display: block;
    margin-bottom: 5px;
    color: #ccc;
}


textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #54148163;
    border-radius: 3px;
}

button {
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}


a:link,
a:active,
a:visited,
a:hover {
    color: #280C34;
    text-decoration: none;
    font-weight: 500;
    font-size:14px;
    
}

.navbar-link {
    font-size: 14px;
    text-align: center;
    align-items: center;
    align-content: center;
    display: flex;
}

.outerdiv {
    width: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.innerdiv {
    transform: scale(0.9);
    margin: 1rem;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-rows: repeat(1, 20rem);
    grid-template-columns: repeat(3, 19rem);
}

.eachdiv {
    padding: 1rem 2rem;
    border-radius: 0.8rem;
    box-shadow: 5px 5px 20px #6d6b6b6b;
    color: white;
}

.div1 {
    background: #7E2D85;
    grid-column: 1/3;
    grid-row: 1/2;
    background-image: url(https://raw.githubusercontent.com/RahulSahOfficial/testimonials_grid_section/5532c958b7d3c9b910a216b198fdd21c73112d84/images/bg-pattern-quotation.svg);
    background-repeat: no-repeat;
    background-position-x: 25rem;
    cursor: pointer;
}

.div1:hover {
    background: #613a97;
}

.div2 {
    background: #2B965C;
    grid-column: 3/4;
    grid-row: 1/2;
    cursor: pointer;
}

.div2:hover {
    background: #4f3763;
}

.div3 {
    background: #919E00;
    grid-column: 4/5;
    grid-row: 1/3;
    color: black;
    cursor: pointer;
}

.div3:hover {
    background: #62692d;
}

.div4 {
    background: #8D3E25;
    grid-column: 1/2;
    grid-row: 2/3;
    color: black;
    cursor: pointer;
}

.div4:hover {
    background: #a248e3;
}

.div5 {
    background: #2C6FBF;
    grid-column: 2/4;
    grid-row: 2/3;
    cursor: pointer;
}

.div5:hover {
    background: #8e5cb4;
}

.userdetails {
    display: flex;
}

.imgbox {
    margin-right: 1rem;
}

.imgbox img {
    border-radius: 50%;
    width: 3rem;
    border: 2px solid #cec5c5;
}

.detbox {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.detbox p {
    margin: 0;
}

.detbox .name {
    color: hsl(0, 0%, 81%);
    font-size: 0.9rem;
    margin-bottom: 0.1rem;
    font-weight: 400;
}

.detbox .name.dark {
    color: #fff;
}

.detbox .designation {
    color: hsl(0, 0%, 81%);
    opacity: 50%;
    font-size: 0.8rem;
}

.detbox .designation.dark {
    color: #fff;
}

.smedia {
    width: 20px; /* or 24px, adjust as needed */
    height: auto;
    display: inline-block;
}

.social-icons a {
    margin-right: 8px;
}

.social-icons a:last-child {
    margin-right: 0;
}

.smedia:hover {
    padding: 1px;
}

.review h4 {
    font-size: 22px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 0.8rem;
}

.review.dark h4 {
    color: #fff;
}

.review p {
    font-size: 16px;
    color: #fff;
    opacity: 50%;

}

.review.dark p {
    color: #fff;
}

.attribution {
    font-size: 1rem;
    line-height: 1.5;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    text-align: right;
}

.attribution a {
    text-decoration: none;
}

@media only screen and (max-width: 1000px) {
    .innerdiv {
        transform: scale(0.7);
    }

}

@media only screen and (max-width: 800px) {
    .innerdiv {
        transform: scale(0.6);
    }
}

@media only screen and (max-width: 600px) {
    .div1 {
        background-position-x: 10rem;
    }

    .innerdiv {
        display: flex;
        flex-direction: column;
        transform: scale(1);
        margin: 2rem;
        margin-bottom: 5rem;
    }

    .attribution {
        position: relative;
    }
}

.consuting {
    text-align: center;
    color: white;
    font-size: 42px;
    font-weight: 400;
    margin: 15px 0px;
}

.consult-name {
    text-align: center;
    font-size: 16px !important;
}

.consult-count {
    font-size: 30px !important;
    font-weight: 400;
    text-align: center;
    padding-bottom: 20px;
}

.map-box {
    /*width: 300px;*/
    min-height: 275px;

    background-color: #ffffff;
    border-radius: 10px;
    padding-bottom: 20px;
    padding-top: 20px;

    margin-bottom: 5%;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}

.map-box:hover {
    background-color: #e4c4ff;
}

.map-box2 {
    width: 250px;
    height: 520px;
    margin: 0% 8%;
    background-color: #280d34;
    border-radius: 10px;
    padding-bottom: 7px;
    margin-bottom: 5%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

.map-location {
    text-align: center;
}

.location-details {
    color: #280d34;
    font-size: 16px;
    padding: 5px;
    margin: 0px 10px;
}

.location-details2 {
    color: #ffffff;
    font-size: 12px;
    padding: 5px;
    margin: 0px 10px;
}

.btn-info{
    border-color: white !important;
}
.btn-one{
background-color: #790fb4;
    color: white !important;
    font-size: 13px !important;
    width: 100%;
    text-align: center;
    border-radius: 4px;
    padding: 8px;
    text-transform: uppercase;
}
.btn-one:hover{
    background-color: #c57eff;
}
 .btnen {
    background:#790fb4 !important;
  }

.map-contact {
    background-color: #790fb4;
    border: none;
    color: #fff;
    margin: 4px 0px 0px 15px;
    padding: 5px 14px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.map-contact:hover {
    background-color: #c889ff;

}

.map-contact-last {
    background-color: #ffffff;
    border: none;
    color: #a531fe;
    margin: 4px 0px 0px 15px;
    padding: 5px 14px;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.map-contact-last:hover {
    background-color: #a531fe;
    color: #fff;

}

.map-box-main {
    padding: 0% 0% !important;
}

.form-destination-input {
    width: 100%;
    padding: 10px;
    border: 2px solid #c5afd4;
    border-radius: 0px;
    color: #7f7d7d;
}

.footer-label-head {
    font-size: 20px;
    font-weight: 400;
    color: #280C34;
    margin: 5px 0px;
}

.ftr-link-head {
    color: #280C34;
    line-height: 40px;
    font-weight: 400;
    font-size: 14px;
}

.ftr-link-head:hover {
    color: hsl(250, 41%, 34%);

}

.footer-link {
    text-decoration: none;
}

.talk {
    font-size: 14px;
    padding: 20px 35px;
}

.enquery-from {
    margin: 0px 0px 20px 0px;
    padding: 15px 15px;
    background-color: #8a08f08f;
    border-radius: 3px;
}

.ftr-about {
    font-size: 14px;
    padding: 20px 25px;
}

.ftr-exprenza-logo {
    padding: 0px 20px;
    width: 75%;
    height: auto;
}

.copyright {
    text-align: center;
    padding: 12px;
    font-size: 14px;
}

.book-ftr {
    background-color: #790fb4;

    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.book-ftr:hover {
    background-color:#790fb4;
    color: #fff;
}

.submit {
    background:#790fb4;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 14px;
    font-size: 16px;
}

.submit:hover {
    background: linear-gradient(#ff7dba, #d83f87);
    color: #fff;
}

.carousel-control-next,
.carousel-control-prev {
    width: 5% !important;
}

.ZZ:placeholder {
    color: red !important;
}

@property --num {
    syntax: "<integer>";
    initial-value: 0;
    inherits: false;
}

.zz {
    padding: 5px;
    border: 2px solid #54148157;
    width: 100%;
}

.yy {
    padding: 5px;
    border: 2px solid #ffffff;
    width: 100%;
    border-radius: 0;
}

.numcount {
    animation: counter 5s infinite alternate ease-in-out;
    counter-reset: num var(--num);
    padding: 2rem;
    /* position: absolute;
        bottom: 115px;
        left: 200px;*/
    font-size: 42px;
    font-weight: 400;
    color: white;
}

.numcount::after {
    content: counter(num);
}

.numcount2 {
    animation: counter2 5s infinite alternate ease-in-out;
    counter-reset: num var(--num);
    padding: 2rem;
    /* position: absolute;
        bottom: 115px;
        left: 200px;*/
    font-size: 42px;
    font-weight: 400;
    color: white;
}

.numcount2::before {
    content: counter(num);
}


.numcount3 {
    animation: counter3 5s infinite alternate ease-in-out;
    counter-reset: num var(--num);
    padding: 2rem;
    /* position: absolute;
        bottom: 115px;
        left: 200px;*/
    font-size: 42px;
    font-weight: 400;
    color: white;
}

.numcount3::after {
    content: counter(num);
}

/* about page */
.team-head {
    text-align: center;
    margin-top: 20px;
    font-size: 48px;
}

.sub-para-abt {
    font-size: 15px;
    text-align: left;
    line-height: 20px;
    font-weight: 100;
}

.team-box {
    background-image: linear-gradient(#a4ffce, #2a3729);
    /* margin: 0px 100px; */
    position: relative;
}

.team-img {
    width: 90%;
    margin: 15px 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.abt-img {
    width: 84%;
    margin: 15px 40px;
}

.abt-banner-box {
    padding: 80px 0px 190px 0px;
}

.story-content {
    width: 100%;
    text-align: center;
    line-height: 30px;
    margin: 0px 0px;
    padding: 10px 0px;
    font-size: 14px;
}

.planning-head {
    color: #14387c;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    font-size: 36px;
    line-height: 30px;
    padding: 0px;
}

.studyabroad-head {
    color: #14387c;
    font-weight: 400;
    letter-spacing: 2px;
    text-align: center;
    font-size: 36px;
}

.planning-dis {
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 100;
}

.select-abt-item {
    width: 96%;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #280d34;
    letter-spacing: .5px;
    padding: 10px 1px;
    margin: 0px 10px;
    border-radius: 2px;
}

.abt-content-wrap {
    color: black;
    border-radius: 5px;
    display: flex;
}

.abt-banner-btn {
    padding: 8px 40px;
    border-radius: 2px;
    margin: 0px 10px;
    color: #ffffff;
    background: linear-gradient(#4a5876, #7a6889);
}

.abt-banner-btn:hover {
    background: linear-gradient(#7a6889, #4a5876);
}

.abt-easywithus-head {
    font-weight: 400;
    font-size: 36px;
    line-height: 44px;
    color: #b86847;
}

.easywithus-box {
    margin: 60px 20px;
}

.abt-easywithus-para {
    font-size: 14px;
}

.easywithus1-btn {
    padding: 5px 10px;
    border-radius: 2px;
    margin: 20px 5px;
    color: #ffffff;
    background-color: #790fb4;
}

.easywithus2-btn {
    padding: 5px 10px;
    border-radius: 2px;
    margin: 20px 5px;
    color: #ffffff;
    background-color: #2a914f;
}

.col-margin {
    margin: 10px 10px;
}

.team-name {
    text-align: center;
    font-size: 20px;
}

.abt-top-img {
    width: 75%;
    margin-bottom: 40px;
    border-radius: 3px;
    margin-top: 25px;
}

.abt-para-head {
    text-align: left;
    color: #ffffff;
    font-weight: bolder;
    padding: 67px 40px;
}

.quote {
    width: 45px;
    margin-bottom: 30px;
}

.c-mount {
    float: left;
    margin: 0px 10px;
}

.abt-head {
    margin: 15px 0px 0px 10px;
    font-weight: 400;
    text-align: center;
    color: #270c33;
    font-size: 36px;
}

.abt-line {
    width: 7%;
    display: block;
    margin: 8px auto 25px auto;
}

.team-des {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background-color: #fff;
    color: #280C34;
    padding: 5px;
    margin: 0px 45px 15px 45px;
}

hr {
    margin: 10px 0px;
}

.study-abroad-head {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.milestone-year {
    margin: 0px 10px;
}

.milestone-head {
    text-align: center;
    font-weight: 400;
    margin-top: 30px;
    font-size: 36px;
}

/* Cousre page */

.courses-main {
    width: 90%;
    /* height: 400px; */
    background-color: #3A2849;
    border-radius: 5px;
    margin: 50px 0px;
}

.course-heading {
    font-size: 36px;
    text-align: left;
    /*margin: 10px 0px;*/
    padding: 0px;
}

.btn-course1 {
    margin: 0px 10px;
    border: #440074 solid 2px;
    color: #440074;
    margin: 15px 10px;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-course1:hover {
    background-color: #440074;
    color: #ffffff;
}

.btn-course2 {
    margin: 0px 10px;
    border: #045d01 solid 2px;
    color: #045d01;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-course2:hover {
    background-color: #045d01;
    color: #ffffff;
}

.btn-course3 {
    margin: 0px 10px;
    border: #0096fa solid 2px;
    color: #0096fa;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-course3:hover {
    background-color: #0096fa;
    color: #fff;

}

.sub-course-box {
    width: 90%;
    min-height: 70%;
    padding: 15px;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    list-style: none;
    border-radius: 4px;
    float: left;
    margin: 50px 10px;
    color: #500090;
    box-shadow: 0 1px 3px rgba(54, 64, 67, .3), 0 4px 8px 3px rgba(54, 64, 67, .15);
}

.sub-course-box:hover {
    width: 91%;
    box-shadow: 0 1px 3px rgba(54, 64, 67, .3), 0 4px 8px 3px rgba(54, 64, 67, .15);
}

.sub-course-para {
    font-size: 14px;
    letter-spacing: 0.5px;
    min-height: 65px;
}

.sub-course-head {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 0px;
    text-align: center;
}

.enquery-now {
    padding: 5px 10px;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-weight: 400;
    color: #ffffff;
    background-color: #440074e8;
    font-size: 14px;
    border: #8a08f0 solid 1px;
    margin: 12px 0px;
}

.enquery-now:hover {
    background-color: #edecec;
}

.course-form {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.enquire-head {
    margin-left: auto;
    margin-right: auto;
    display: table;
    color: #541481;
}

.enquire-submit {
    background-color:#790fb4;
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    font-size: 16px;
}

.enquire-submit:hover {
    background:#c889ff;
}

.center {
    margin-bottom: auto;
    margin-top: auto;
}

.flag-img {
    width: 75%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

label {
    display: block;
    margin: 10px 0px;
    color: #280d34;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
}

.box-flag {
    margin-bottom: 20px;

}

.hr {
    margin: 25px 0px;
}

.free-head {
    font-size: 36px;
    font-weight: 400;
}

.course-btn {
    float: left;
    background: #790fb4;
    color: #fff;
    margin: 0px 0px 20px 15px;
    text-transform: uppercase;
}

.course-btn:hover {
    background: linear-gradient(#c889ff, #ae56fc);
}

/*   Country page   */
.why-box {
    width: 100%;
    height: auto;
    border: #f8081e solid 2px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    color: #280C34;
    padding: 40px;
    margin: 50px 0px;
    border-radius: 20px;
}

.why-study-head {
    text-align: left;
    font-size: 36px;
    /*font-weight: bolder;*/
    line-height: 50px;
    letter-spacing: 3px;
    /*text-transform: uppercase;*/
    margin-bottom: 20px;
    margin-top: 50px;
}

.why-study-para {
    text-align: left;
    font-size: 14px;
    line-height: 26px;
    /* letter-spacing: 1px; */
    margin-bottom: 20px;
}

.why-head {
    text-align: center;
    font-size: 36px;
    font-weight: bolder;
    line-height: 50px;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.whystudy-background-img {
    background-image: url(../image/uk.jpg);
    width: 100%;
    min-height: 560px;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 40px;
}

.why-table {
    list-style: none;
}

.why-li {
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    color: #280d33;
}

.choose-img {
    border: 3px solid #f8081e;
    border-width: 0px 0px 2px 0px;
    margin: 1% 0%;
    width: 100%;
}

.sub-course-ul {
    text-align: left;
    list-style: none;
    font-size: 16px;
    color: #280d33;
    margin-bottom: 35px;
}

.course-ul-head {
    text-align: left;
    color: #280C34;
    font-size:36px;

}

.visa-img {
    width: 80%;
    border: #000000 solid 1px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
    margin-bottom: 50px;
    border-radius: 5px;
}

.visa-head {
    margin: 30px 0px;
    text-align: center;
    color: #280C34;
    font-size:36px;

}

.blog-read {
    text-align: center;
    color: #280C34;
    margin-top: 30px;
}

.blog-read-sub {
    text-align: center;
    color: #280C34;
}

.blog-points {
    margin: 10px 0px;
    font-weight: 400;
    font-size: 16px;
}

.blog-points:hover {
    color: brown;
}

.blog-points-ul {
    text-align: left;
    margin: 50px 50px;
}

.side-form-head {
    font-size: 45px;
    text-align: left;
    font-weight: 400;
    line-height: 55px;
    margin: 5px 50px;
    color: #280d34;
}

.country-banner-img {
    width: 60%;
    margin: 0px 35px;
    padding: 0px 0px;
}

.country-label {
    margin: 7px 0px 0px 0px;
    font-size: 16px;
    font-weight: 400;
}

/* gallery section */

.gallery-box {
    margin: 50px 0px;
}

.gallery-head {
    text-align: center;
}

.gallery-caption {
    position: absolute;
    background-color: #0000007a;
    color: white;
    font-size: 20px;
    border-radius: 5px;
    padding: 3px 33px;
    display: none;
    /* visibility: visible; */
}

.content:hover .gallery-caption {
    display: block;
    /* visibility: visible; */
}

.head-head {
    font-size: 30px;
    text-transform: capitalize;
    line-height: 40px;
    margin-top: 10px;
}

.quote-btn {
    color: #fff;
    background: none;
    border: 1px solid #fff;
    padding: 5px 10px;
    margin-top: 15px;
}

.B {
    font-size: 330px;
    position: absolute;
    color: #0000000f;
    text-align: center;
    padding: 101px -2px;
    right: 0px;
    left: 193px;
    top: 232PX;
}

@keyframes counter {
    from {
        --num: 0;
    }

    to {
        --num: 1000;
    }
}

@keyframes counter2 {
    from {
        --num: 0;
    }

    to {
        --num: 2000;
    }
}

@keyframes counter3 {
    from {
        --num: 0;
    }

    to {
        --num: 3000;
    }
}

/* milestone */

* {
    box-sizing: border-box;
}


/* The actual timeline (the vertical ruler) */
.timeline {
    position: relative;
    max-width: 1100px;
    padding: 30px 0px;
    margin: 80px auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #250c1d;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}

/* Container around content */
.timeline-container {
    /* padding: 10px 40px; */
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline-container::after {
    content: '';
    position: absolute;
    width: 52px;
    height: 2px;
    right: -17px;
    background-color: #0a0a0a;
    top: 90px;
    z-index: 1;
}

/* Place the container to the left */
.left {
    left: 0;
}

/* Place the container to the right */
.right {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 80px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid white;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 80px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
    left: -16px;
}

/* The actual content */
.content {
    padding: 20px 15px;
    margin: -30px 33px;
    background-color: #edf3ad;
    position: relative;
    border-radius: 6px;
    color: #270c33;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: rgb(38 57 77 / 65%) 0px 20px 30px -10px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {

    /* Place the timelime to the left */
    .timeline::after {
        left: 31px;
    }

    /* Full-width containers */
    .timeline-container {
        width: 100%;
        padding-left: 70px;
        padding-right: 25px;
    }

    /* Make sure that all arrows are pointing leftwards */
    .timeline-container::before {
        left: 60px;
        border: medium solid white;
        border-width: 10px 10px 10px 0;
        border-color: transparent white transparent transparent;
    }

    /* Make sure all circles are at the same spot */
    .left::after,
    .right::after {
        left: 15px;
    }

    /* Make all right containers behave like the left ones */
    .right {
        left: 0%;
    }
}

/* contact page */
.contact-address {
    display: block;
    margin: auto;
    text-align: center;
}


/* model */
.body-my-modal {
    padding: 3rem;
}

.my-form-control {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    font-size: 15px;
    color: #6f6f6e;
    background: #fff;
    font-weight: 400;
    transition: .4s all;
    padding: 5px 0;
    border-bottom: solid 2px #dfdfdf;

}

.modal-myhead {
    background-color: #05496f;
}

.model-head {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin-left: 15px;
}

.form-control-model {
    border: none;
    box-shadow: none;
    border-radius: 0;
    outline: none;
    font-size: 15px;
    color: rgb(52, 52, 52) !important;
    background: #fff;
    font-weight: 400;
    transition: .4s all;
    padding: 18px 0px;
    border-bottom: solid 2px #dfdfdf;
}

.modal-footer {
    justify-content: end;
}

.form-control:focus {
    box-shadow: none;
}

input::placeholder {
    color: rgb(52, 52, 52) !important;
}

textarea::placeholder {
    color: rgb(52, 52, 52) !important;
}

.book-submit {
    background-color: #D83F87;
    color: #fff;
    border-color: #ffffff;
}

/* whats app */
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 90px;
    right: 24px;
    background-color: #05c34c;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 57px;
    box-shadow: 5px 5px 40px 0px #8007de;
    z-index: 100;
}


.my-float {
    margin-top: 16px;
}

.quick-enquery {

    position: fixed;
    width: 3%;
    height: auto;
    display: block;
    top: 275px;
    z-index: 100;
}


/* banner */


.masthead {
    padding: 3rem 0 7rem;
    position: relative;
    background-color: #8a08f0;
    background-image: url(https://startbootstrap.com/assets/img/overlay.svg), linear-gradient(45deg, #ffffff 0%, #e6c8ff 100%);
    background-size: cover;
    z-index: 0;
}

.masthead svg.wave {
    position: absolute;
    bottom: -1px;
    left: 0
}

.masthead h1 {
    color: #280d34;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.1;
    z-index: 1
}

.masthead h2 {
    color: rgb(56 32 67);
    /* font-weight: 400; */
    z-index: 1;
    font-size: 1.2rem;
    width: 80%;
    line-height: 35px;
}

.masthead a {
    color: rgba(255, 255, 255, .8);
    text-decoration: underline;
    z-index: 1
}

.masthead a:hover {
    color: #fff
}

.masthead a:active {
    text-decoration: none
}

@media(min-width:992px) {
    .masthead h1 {
        font-size: 3rem
    }

    .masthead h2 {
        font-size: 1.2rem;
    }
}

.masthead .masthead-cards {
    position: relative;
    z-index: 1
}

.masthead .masthead-cards .shape {
    position: absolute;
    height: 80%;
    width: 80%;
    background-color: rgb(70 12 110);
    top: 93px;
    left: 0;
    z-index: -1;
    border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}

.masthead .masthead-cards .card {
    opacity: 1;
    font-size: .8rem;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: .05rem;
    color: #212529;
    transition: .15s all;
    margin: 0px 15px;
}

.masthead .masthead-cards .card:hover {
    margin-top: -.25rem;
    margin-bottom: .25rem
}

.masthead .masthead-cards .card:active {
    margin-top: inherit;
    margin-bottom: inherit
}

.masthead .masthead-cards .card.border-bottom-blue:hover {
    color: #2092ed
}

.masthead .masthead-cards .card.border-bottom-green:hover {
    color: #28a745
}

.masthead .masthead-cards .card.border-bottom-red:hover {
    color: #dd3d31
}

.masthead .masthead-cards .card.border-bottom-yellow:hover {
    color: #ffc107
}

.masthead-page {
    padding: 1rem 0 4rem
}

@media(min-width:992px) {
    .masthead-page h1 {
        font-size: 2.5rem
    }
}

.border-bottom-yellow {
    border-color: #ffc107 !important;
}

.border-bottom-red {
    border-color: #dd3d31 !important;
}

.border-bottom-blue {
    border-color: #2092ed !important;
}

.border-bottom-green {
    border-color: #28a745 !important;
}

.border-bottom-blue,
.border-bottom-green,
.border-bottom-red,
.border-bottom-yellow {
    border-bottom: .4rem solid !important;
}

.shadow-lg {
    box-shadow: 0 2rem 1.5rem -1.5rem rgba(33, 37, 41, .15), 0 0 1.5rem .5rem rgba(33, 37, 41, .05) !important;
}

.border-0 {
    border: 0 !important;
}

.sub-course-img {
    display: block;
    margin: auto;
    width: 50%;
}

.banner {
    position: relative;
    overflow: hidden;
    margin: 45px 0px;
}

.banner {
    display: flex;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    align-items: center;
    margin-top: 175px;
}

.content-cbanner {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.apply-img {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0.25rem;
}

.banner .content-wrapper {
    width: 100%;
    max-width: 706px;
    padding: 15px;
    color: black;
    background-color: #fff;
    margin: 5px 0px 0px 0px;
    border-radius: 5px;
    border: 2px solid #c580ff;
}

.banner .illo {
    z-index: 1;
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
}

.button {
    display: block;
    margin-top: 16px;
}

@media (min-width: 650px) {
    .banner .illo {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1000px) {
    .banner .illo {
        right: 260px;
        left: auto;
    }

    .banner .content-wrapper {
        display: flex;
        max-width: 80%;
        align-items: stretch;
        justify-content: space-around;
    }

    .banner .content-wrapper .headline {
        flex-grow: 1;
        /* padding-left: 80px; */
    }


}

.select-item {
    border: none;
    font-size: 22px;
    font-weight: 700;
    color: #280d34;
    letter-spacing: .5px;
    letter-spacing: .5px;

}

.select-item:focus-visible {
    border: none;
    box-shadow: none;
}

.headline {
    text-align: left;
    padding: 0px 33%;
    font-size: 20px;
    font-weight: bolder;
    text-transform: uppercase;
}

.look-head {
    padding: 60px 0px 0px 0px;
    font-weight: bold;
    letter-spacing: 0.5px;
}

.back-img {
    position: absolute;
    opacity: 0.3;
}

.findacoursebtn {
    position: absolute;
    left: 50%;
    bottom: 17%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    z-index: 165;
    width: 20%;
    border-radius: 25px;
    font-size: 22px;
    background: linear-gradient(#bc71fe, #c17cfd);
    color: #ffffff;
    letter-spacing: 1px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 6px 15px;
}

.findacoursebtn:hover {
    background: linear-gradient(#dbb1ff, #ae56fc);
}

.select-item option {
    background-color: #fff;
    /* Set the background color of options */
    color: #280d34;
    /* Set the text color of options */
    padding: 20px !important;
    /* Add padding for spacing between options */
    margin: 20px;
}

.select-items {
    position: absolute;
    background-color: DodgerBlue;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

/* mega menu */
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #d83f87;
}

.dropdown-menu {
    padding: 0rem 0rem;
    margin: -5%;
    background-color: #fff;
}

.list-group-item {

    padding: -1px 0px 10px 0px;
    margin: 5px -10px;

    border: none
}


.megamenu-title {
    margin: 25px 0px 0px -10px;
    font-size: 25px;
    font-weight: 500;
}

.mega-menu-btn {
    background-color: #b51861;
    color: #ffffff;
    padding: 3px 15px;
    margin: 10px 0px;
}

.learnin-back-image{
  position: relative; /* needed for overlay */
  background-image: url('../image/study3.png'); /* replace with your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0; /* adjust spacing as needed */
  overflow: hidden; /* contain pseudo-element */
  margin-bottom: 30px;
}

/* Overlay */
.learnin-back-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:#ffffffc9; /* semi-transparent black overlay */
  z-index: 1;
  border: solid 1px #e3e3e3;
}

/* Ensure content is above overlay */
.learnin-back-image .container {
  position: relative;
  z-index: 2;
}

/* Optional: Responsive tweaks */
.study-head2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}



.navbar .megamenu {
    padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }

}

/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }

    .learnin-back-image {
        background-image: url(../image/study3-01.png);
        text-align: right;
    }

}

/* floating icon styles */

.feedback {
    height: 0px;
    width: 18px;
    position: fixed;
    right: 25px;
    top: 48%;
    z-index: 1000;
    transition: 0.5s;
}

.feedback a {
    display: block;
    background: #0e4a93;
    height: 52px;
    padding: 5px 16px 0px 5px;
    width: 55px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 25px 0px 0px 0px;
}

.feedback:hover {
    padding-right: 44px;
    padding-left: 5px;
    width: 110px
}

.feedback a:hover {
    width: 150px;
    padding: 5px 94px 0px 0px;
}

.feedback2 {
    height: 0px;
    width: 18px;
    position: fixed;
    right: 25px;
    top: 56%;
    z-index: 1000;
    transition: 0.5s;
}

.feedback2 a {
    display: block;
    background: #0e4a93;
    height: 52px;
    padding: 5px 16px 0px 3px;
    width: 55px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.option {
    width: 30%;
}

.option:hover {
    width: 82px;
}

.feedback3 {
    height: 0px;
    width: 85px;
    position: fixed;
    right: -43px;
    top: 64%;
    z-index: 1000;
    transition: 0.5s;
}

.feedback3 a {
    display: block;
    background: #0e4a93;
    padding: 4px 4px 10px 5px;
    border-radius: 0px 0 0px 20px;
    width: 45px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-decoration: none;
}

.feedback3:hover {
    padding-right: 44px;
    padding-left: 5px;
    width: 220px;
}

.feedback3 a {
    padding: 2px 55px 10px 5px;
    width: 93px;
}

.feedback2:hover {
    padding-right: 44px;
    padding-left: 5px;
    width: 110px
}

.feedback2 a:hover {
    width: 150px;
    padding: 5px 94px 0px 0px;
}


.card::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    border-radius: 4px;
    /*background-color: #D83F87;*/
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
}

.card:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.card {
    overflow: hidden;
    width: 96%;
    border-radius: 0 40px 0 40px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    margin: 40px 0;
}

.card:hover {
    width: 96%;
    background-color: #f0f0f0;
}

.card-img {
    height: 21rem;
    padding-bottom: 10px;
}

.card-img-container img {
    object-fit: cover;
    object-position: center;
    max-height: 100%;
    height: 20rem;
    width: 100%;
}

.card-img-overlay {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px #ff0000, 0 0 5px #0000ff;
}

/* small and extra-small screens */
@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;

        &:first-child {
            display: block;
        }

        .card-img-container img {
            max-width: 100%;
        }
    }
}

/* medium and up screens */
@media (min-width: 768px) {
    .carousel-inner {

        .carousel-item-end.active,
        .carousel-item-next {
            transform: translateX(25%);
        }

        .carousel-item-start.active,
        .carousel-item-prev {
            transform: translateX(-25%);
        }

        .carousel-item.active,
        .carousel-item-next,
        .carousel-item-prev {
            display: flex;
        }

        .carousel-item-end,
        .carousel-item-start {
            transform: translateX(0);
        }
    }

    .card-img-container {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;

        img {
            display: inline-block;
            max-height: 100%;
            margin: 0 -50%;
        }
    }
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #D83F87;
    color: white;
    cursor: pointer;
    padding: 10px 0px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}

.navbar-toggler {
    background-color: #b9b9b9 !important;
    /* Replace with your desired color */
    border-color: #b9b9b9 !important;
    /* Replace with your desired border color */
    color: #b9b9b9 !important;
    /* Replace with your desired icon color */
}

.nav-fix {
    position: fixed;
    top: -4px;
    right: -6px;
    left: 0;
    z-index: 1030;
    background-color: #fff;
}

.fixed-action-btn.spin-close .btn-large {
    position: relative;
}

.fixed-action-btn.spin-close .btn-large i {
    opacity: 1;
    transition: transform 0.3s, opacity 0.3s;
}

.fixed-action-btn.spin-close .btn-large:before {
    transition: transform 0.3s, opacity 0.3s;
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.64rem;
    height: 2px;
    background: white;
    margin-top: -2px;
    margin-left: -0.82rem;
    transform: rotate(0);
    opacity: 0;
}

.fixed-action-btn.spin-close .btn-large:after {
    transition: transform 0.3s, opacity 0.3s;
    content: " ";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1.64rem;
    height: 2px;
    background: white;
    margin-top: -2px;
    margin-left: -0.82rem;
    transform: rotate(0);
    opacity: 0;
}

.fixed-action-btn.spin-close.active .btn-large i {
    opacity: 0;
}

.fixed-action-btn.spin-close.active .btn-large:before {
    opacity: 1;
    transform: rotate(135deg);
}

.fixed-action-btn.spin-close.active .btn-large:after {
    opacity: 1;
    transform: rotate(405deg);
}

.fixed-action-btn {
    right: 30px !important;
    bottom: 90px !important;

}