
*{
    font-family: "Poppins", sans-serif;
}

.section-padding{
    padding: 65px 0;
}

div#header {
    background: #fff;
}

div#navbarSupportedContent ul {
    column-gap: 20px;
}

div#navbarSupportedContent li a {
    color: #192335;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 2px solid transparent;
}

div#navbarSupportedContent li a.active {
    border-bottom: 2px solid #644970;
}


.banner{
    background: rgb(232,223,240);
    background: linear-gradient(90deg, rgba(232,223,240,1) 0%, rgba(255,245,243,1) 59%, rgba(232,223,240,1) 100%);
    padding-top: 50px;
}

.banner h3{
    font-size: 42px;
    font-weight: 800;
    color: #662382;
    text-transform: uppercase;
}

.banner p {
    font-size: 26px;
    color: #636870;
    margin: 20px 0;
}

.banner button, .form button,.appointment button {
    border: none;
    background: linear-gradient(90deg, rgba(171,142,190,1) 0%, rgba(94,118,206,1) 99%);
    padding: 10px 30px;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.banner img {
    transform: translateY(30px);
}

.ban-bottom {
    background: #614b72;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    position: relative;
    font-weight: 600;
    letter-spacing: 1px;
}

h3{
     color: #6f228a;
    text-transform: uppercase;
    font-size: 35px;
}

.heading h3 {
    color: #6f228a;
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    margin-bottom: 35px;
}

.about-img {
    display: grid;
    place-items: center;
    height: 420px;
}


.why-choose-box {
    border-left: 7px solid #6f228a;
    padding: 0 18px;
    margin: 30px 0;
}

.why-choose-box h4 {
    font-size: 18px;
}

.why-choose-box p {
    color: #767676;
    margin-bottom: 0;
    font-size: 15px;
}

.about{
    background: url('../img/choose-bg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
}

.about-img{
    background: url('../img/choose-img-bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.services{
  background: rgb(254,243,237);
background: linear-gradient(90deg, rgba(254,243,237,1) 0%, rgba(254,243,237,1) 35%, rgba(242,237,243,1) 100%);
}

.services .card {
    text-align: center;
    border: none;
    border-radius: 16px;
    padding: 20px 0;
    margin-top: 25px;
}
.services .card img {
    width: 65px;
    margin:10px auto;
}

.services .card h4 {
    font-size: 20px;
    color: #511E66;
    font-weight: 600;
}

.services .card p {
    font-size: 16px;
    color: #6D6A6A;
    min-height: 168px;
}

.card .get-btn {
    background: #662382;
    padding: 7px 35px;
    color: #fff;
    border-radius: 5px;
    margin: 15px 0;
}


.form{
    background: url('../img/form-bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}

.form .media{
    column-gap: 30px;
    margin-bottom: 75px;
}


.form .media .img {
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    background: #F1F1F1;
    padding: 15px;
    display: grid;
    place-items: center;
}

.form .media h4 {
    font-size: 28px;
    font-weight: 400;
    color: #424249;
}

.form .media p {
    font-size: 16px;
    font-weight: 400;
    color: #727280;
    margin-top: 7px;
}

.form form input, .form form textarea, .form form select {
    background: #F1F1F1;
    border-radius: 5px;
    outline: none;
    border: none;
    font-size: 14px;
    resize: none;
    color: #6D6A6A;
    /* margin-bottom: 30px; */
    padding: 20px 15px;
}

.form form select {
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 20px;
    appearance: none;
}

.form form textarea::placeholder{
     font-size: 14px;
    color: #6D6A6A;
}

.form button img {
    width: 17px;
}
.appointment{
    background: #ECECF5;
}
.appointment h4 {
    font-size: 30px;
    font-weight: 600;
    color: #424249;
}

.appointment p {
    font-size: 16px;
    font-weight: 400;
    color: #424249;
}

footer{
    background: #41224F;
}

.ft-logo{
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.ft-logo img{
    width: 230px;
}

footer ul.ic li a{
    height: 40px;
    width: 40px;
    border-radius: 5px;
    background: #727280;
    display: grid;
    place-items: center;
}

footer ul.ic {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.bottom h3 {
    font-size: 23px;
    color: #fff;
    font-weight: 400;
    margin: 15px 0;
}

.bottom ul li a {
    font-size: 14px;
    color: #D9D9D9;
    text-decoration: none;
    font-weight: 400;
}

.bottom ul li{
    column-gap: 15px;
}

.copyright {
    background: #794E88;
    display: flex;
    justify-content: space-around;
}

.copyright a{
    color: #fff;
}

.contact-banner{
    background: url('../img/contact-banner.jpg') no-repeat!important;
    background-size: cover!important;
    padding: 100px 0!important;
}

.university-banner{
    background: url('../img/university-banner.jpg') no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.contact-banner .banner-img{
    display: none;
}

.university-banner h3 {
    font-size: 30px;
    color: #644970;
    font-weight: 700;
}

.partners{
    background: url('../img/partner-bg.jpg') no-repeat;
    background-size: cover;
    padding: 170px 0 270px 0;
}

.img-group img:first-child {
    transform: translate(30px, -55px);
}

.img-group img:last-child {
    transform: translate(-30px, 55px);
}

.img-group {
    display: flex;
    align-items: center;
}

.my-services {
    background:linear-gradient(0deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.5047268907563025) 100%)!important;
    margin-top: -100px;
    padding-bottom: 100px;
}

.heading {
    text-align: center;
}

.my-services .card p {
    font-size: 16px;
    color: #6D6A6A;
    min-height: 70px;
    padding: 0 20px;
}

.gallery .nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-radius: 5px;
    background: #D7D6D8;
    font-weight: 400;
    color: #6D6A6A;
}

.gallery .nav-tabs .nav-link.active {
    background: #662382;
    color: #fff;
    font-weight: 500;
}

.gallery nav .nav {
    border: none;
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 20px;
    margin-bottom: 50px;
}

.gallery{
     background: url('../img/gallery-bg.png') no-repeat;
    background-size: cover;
    padding: 170px 0 100px 0;
}

.main-gallery {
    column-gap: 33px;
    row-gap: 35px;
    flex-wrap: wrap;
}

.appointment h4 span {
    color: #794E88!important;
}

.main-gallery li {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    height: 266px;
    width: 244px;
}

.main-gallery li:hover .content{
    bottom: 0;
    opacity: 1;
}

.main-gallery li .content {
    position: absolute;
    left: 0;
    bottom: -100%;
    opacity: 0;
    height: 100%;
    border-radius: 10px;
    width: 100%;
    background: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    transition: all ease-in-out 0.3s;
    padding: 20px;
}

.main-gallery li .content h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.main-gallery li .content p {
    color: #fff;
    margin-bottom: 10px;
    font-size: 12px;
    word-break: break-word;
    line-height: 20px;
}

.main-gallery li img {
    border-radius: 10px;
    height: 266px;
    width: 100%;
    object-fit: cover;
}