/* @import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

* {
    margin: 0;
    padding: 0;
    /* font-family: "Barlow", sans-serif; */
    font-family: "Oswald", sans-serif;
    font-style: normal;
}

/* body{
    width: 100vw;
    overflow: hidden;
} */



.header-right-icons a {
    font-size: 20px;
    width: 50px;
    padding: 4px 8px;
    text-align: center;
    color: #f2c21a;
    font-weight: 600;
    font-style: normal;
    font-family: 'Work Sans', sans-serif;
    text-decoration: none;
    border: 1px solid #e2c0d7;
    border-radius: 4px;
}

.card-courses {
    text-align: center;
    background-color: white;
    color: #703d5e;
    border: 1px solid #703d5e;
    margin: .5rem;
    height: 90%;
}

.card-courses:hover {
    background-color: #703d5e;
    color: white;

}

.iframe-wrapper {
    width: 60vw;
    margin: auto;
    overflow: hidden;
}

.visitor {
    margin: 0 auto;
}



@media screen and (max-width: 786px) {
    .iframe-wrapper {
        width: 90vw;
    }

    .visitor {
        margin-left: 3rem;
    }

    .visitor img {
        width: 50%;
    }
}

.iframe-wrapper img {
    /*height: 180px;*/
    margin-right: 20px;
}

.card-courses:hover .cc-img {
    filter: brightness(0) invert(1);
}

.card-courses:hover h6 {
    color: #fff;
}

.card-courses img:hover {
    color: red;
}

.order-list {
    list-style: none;
}

#footer-main {
    background-color: #703d5e;
    width: 100%;
    margin-top: 5%;
}

#footer-main h3 {
    color: #ffc107;
    padding-left: 32px;
}

#footer-main ul a {
    color: white;
    text-decoration: none;
    line-height: 1.5rem;
}

#footer-main ul a li:hover {
    color: #ffc107;
    border-bottom: 1px dashed #ffc107;
}

#footer-main ul a li {
    border-bottom: 1px dashed #fff;
    list-style: none;
    margin-left: 0;
    margin-bottom: 15px;
}

.nav-shadow {
    background: #703d5e;
    background-image: linear-gradient(#703d5e, #94577f, #3e2033);
}

.events {
    height: 250px;
    overflow: hidden;
    position: relative;
}

.events ul {
    position: absolute;
    height: 100%;
    width: 100%;
    animation: scrolltop 12s linear infinite;
}

.events ul li {
    list-style: none;
    text-align: center;
}

.events ul li a {
    text-decoration: none;

}


.navbar ul li {
    justify-content: space-between;
    display: flex;
    text-align: center;
}

.section-title {
    border-bottom: 4px solid #703d5e;
}

/* kavita */
.navbar ul li a {
    padding: 8px 12px !important;
}

.navbar ul li a {
    background: #703d5e;
    background-image: linear-gradient(#703d5e, #94577f, #3e2033);
    color: #fff;

}

.navbar ul li a:hover {
    background-color: #ffc107;
    background-image: none;
    color: white;
}

.dropdown-menu {
    padding: 0 !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    top: 99%;
    left: 0;
    margin-top: .125rem;
}

.dropdown-menu {
    display: none;
    margin-top: 0;
}

.dropdown-menu a {
    background: #703d5e;
    border: 1px solid #a4a4a4;
    background-image: none;
}


/* kavita */
.navbar {
    padding: 0px !important
}

.g_head {
    color: #703d5e;
}

.g_class {
    padding: 20px;
    /*width: 280px;*/
    /*height: 285px;*/

}

.btn-rm {
    transition: .3s linear;
}

.btn-rm:hover {
    transform: scale(1.07);
}

.span-skill {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.gallery {
    text-align: center;
    padding-top: 10px;
}

.intro h1 {
    color: #703d5e;
    text-align: center;
}

.intro a {
    text-decoration: none;
    color: black;
    display: block;
}

.carousel-item {
    height: 32vw;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
}

.carousel-caption {
    left: 50%;
    transform: translate(-50%);
}

.carousel-caption h1 {
    color: #fff;
}

.carousel-indicators {
    margin: auto auto 1rem auto;
}


.whatsapp-button {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 20px;
    right: 20px;
    filter: drop-shadow(0 0 4px #a4a4a4);
    animation: heartbeat 1s ease-out infinite;
}

.whatsapp-button img {
    width: 100%;
}

.logo {
    display: grid;
    place-content: center;
}

.custom-border {
    display: grid;
    place-content: center;
    border: 1px solid #703d5e;
    /* width: 33.5%; */
    height: 50px;
    width: 110px;
    margin: 2px 6px;
}

.custom-border img {
    object-fit: contain;
    height: 48px;
}

/* @media screen and (max-width:767px) {
    .mobile-view-head{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
} */

/* media query */
@media (max-width: 767px) {

    .display-look {
        display: flex !important;
        flex-direction: row;
        flex-wrap: nowrap !important;
    }

    .logo {
        /* background: red; */
        width: 28% !important;
    }

    .center-div {
        display: none;
    }
}


/* craousle css */
/* normal carousel NON HOVER styles */
.carousel {
    position: relative;
    overflow: hidden;
    /* z-index: ; */
}


.carousel-content {
    display: flex;
    /* margin: 150px 0 70px; */
    transition: 500ms;
}

@media(max-width: 1024px) {
    .carousel-content {
        margin: 100px 0 50px;
    }
}

@media(max-width: 800px) {
    .carousel-content {
        margin: 70px 0 30px;
    }
}

.carousel-content img {
    height: 62vh;
    min-width: 100vw;
    max-width: 100vw;
    object-fit: cover;
}

.carousel-content video {
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    object-fit: fill;
}

.carousel .carousel-control-left {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 10%;
    cursor: pointer;
    z-index: 1;
}

.carousel .carousel-control-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 10%;
    cursor: pointer;
    z-index: 1;
}

/* filter css */

.btn-container {
    margin: auto;
    width: 70%;
    max-width: 600px;
    display: flex;
    justify-content: center;
    padding: 1.4rem 0;
}

.btnn {
    padding: .8rem 1.6rem;
    margin: 0 10px;
    font-size: 13px;
    text-transform: capitalize;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    outline: none;
    border: 2px solid #703d5e;
    color: #703d5e;
    background: transparent;
    border-radius: 8px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btnn.active {
    text-shadow: -2px 1px 2px #141212;
    background: #703d5e;
    color: #fff;
    background-image: linear-gradient(#703d5e, #94577f, #3e2033);
}

.btnn:hover {
    text-shadow: -2px 1px 2px #141212;
    background: #703d5e;
    color: #fff;
    background-image: linear-gradient(#703d5e, #94577f, #3e2033);
}

.containerr {
    margin: auto;
    width: 100%;
    display: flex;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    grid-template-rows: repeat(4, 350px);
    column-gap: 10px;
    row-gap: 10px;
    color: #fff;
}

.filtered-div {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    align-items: flex-start;
    font-weight: bold;
    font-family: 'Courier New', Courier, monospace;
    text-align: center;
    text-transform: capitalize;
}


.show {
    display: block;
}

.remove {
    display: none;
}

/* .owl-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 160px;
    Adjust based on your content
    background: #eee;
    margin: 0 5px;
    Space between items
} */


/* Styling for iframes */
.testimonial {
    margin-right: 15px;
    /* Space between iframes */
}


/* gallery section */


article button {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

article img {
    display: block;
    width: 100%;
}

section {
    width: 100%;
    overflow: hidden;
}

article {
    display: flex;
    width: 200%;
    animation: bannermove 20s linear infinite;
}

article.paused {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

article ul {
    display: flex;
    /* background: red; */
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

article ul li {
    width: 100%;
    /* background: blue; */
}


.copyright {
    text-align: center;
    border-top: 1px solid #fff;
    padding: 10px 1px;
    color: #fff;
    font-weight: 600;
}

.contact-info {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    margin-top: 12px;
    width: 100%;
    margin: auto;
    align-items: start;
}

/*@media screen and (max-width: 786px){*/
/*    .contact_info{*/
/*        width: 100%;*/
/*    }*/
/*}*/

/* online registration form css */

.page-list {
    border: 2px solid #a4a4a4;
    padding: 5px 4px;
    border-radius: 8px;
    text-shadow: -2px 1px 2px #141212;
    background: #a4a4a4;
    background-image: linear-gradient(#703d5e, #94577f, #3e2033);
}

.page-list a {
    color: #fff;
}

.page-list a:hover {
    color: #f2c21a;
}

.page-list.active a {
    color: #f2c21a;
}

.typewriter {
    overflow: hidden;
    border-right: .15em solid #703d5e;
    white-space: nowrap;
    margin: 20px auto;
    padding: 2px;
    animation: typing 4s steps(11, end) infinite, blink-caret .75s step-end infinite;
}

#text {
    margin: 0;
}

@keyframes bannermove {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* form css */

.payments {
    margin: 20px 0;
}

div#wpcf7-f5916-p6133-o2 {
    background: #f1f1f1;
    padding: 0 20px;
    border: 1px solid #d7d6d6;
}

.wpcf7-form {
    background: #f1f1f1;
    /*padding: 0 20px;*/
    border: 1px solid #d7d6d6;
}

.wpcf7-form-control-wrap {
    position: relative;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

    input[type=date],
    input[type=time],
    input[type=datetime-local],
    input[type=month] {
        line-height: 34px;
    }

    input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date {
        width: 51%;
        line-height: 34px;
    }

    .entry-content table>tbody>tr>td,
    .entry-content table>tbody>tr>th,
    .entry-content table>tfoot>tr>td,
    .entry-content table>tfoot>tr>th,
    .entry-content table>thead>tr>td,
    .entry-content table>thead>tr>th {
        font-size: 14px;
        line-height: 1.2;
        padding: 19px 30px;
        border-top: 1px solid #eeeeee;
        letter-spacing: 0.05em;
        vertical-align: middle;
    }

}


input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
    padding: 0 20px;
    font-size: 13px;
    letter-spacing: 0;
    color: #888;
    height: 50px;
    line-height: 1;
    width: 50%;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

input[type="text"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #888888;
}

input[type="text"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #888888;
}

input[type="text"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #888888;
}

input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
    color: #888888;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
select:focus {
    border-color: #763f66;
}

input[type="number"] {
    padding: 0 0 0 20px;
}

textarea {
    height: auto;
    padding-top: 15px;
}

select {
    max-width: 100%;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../../ipsmindia.com/wp-content/themes/academia/assets/images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: 98%;
    background-position: calc(100% - 15px);
}

select::-ms-expand {
    display: none;
}

lable {
    font-size: 16px;
    color: #3a3a3a;
    margin: 36px 0;
    float: left;
    width: 22%;
    font-weight: 500;
}

.wpcf7-form-control-wrap {
    position: relative;
}

input[type="text"],
input[type="search"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="tel"],
input[type="number"],
textarea,
select {
    padding: 0 20px;
    font-size: 13px;
    letter-spacing: 0;
    color: #888;
    height: 50px;
    line-height: 1;
    /* width: 90% !important; */
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

}

@media screen and (max-width: 786px) {
    input[type="text"] {
        padding: 0 10px;
    }

    input,
    select {
        width: 90% !important;
    }
}

.xs-pd-top-5 {
    padding-top: 5px !important;
}

.xs-pd-top-10 {
    padding-top: 10px !important;
}

.xs-pd-top-15 {
    padding-top: 15px !important;
}

.xs-pd-top-20 {
    padding-top: 20px !important;
}

input[type="checkbox"] {
    margin-right: 7px;
    margin-top: 1px;
}

.entry-content .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: transparent;
}

.entry-content input[type="submit"] {
    font-family: 'Oswald';
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    min-width: 170px;
    padding: 16px 20px;
    background-color: #30a8cc;
    color: #fff;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.entry-content input[type="submit"]:hover {
    background-color: #763f66;
}

.entry-meta-tag-wrap {
    position: relative;
    margin-top: 70px;
    padding: 22px 0 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.entry-meta-tag-wrap .social-share-wrap {
    margin: 0;
}

.entry-content table>tbody>tr>td,
.entry-content table>tbody>tr>th,
.entry-content table>tfoot>tr>td,
.entry-content table>tfoot>tr>th,
.entry-content table>thead>tr>td,
.entry-content table>thead>tr>th {
    font-size: 14px;
    line-height: 1.2;
    padding: 19px 30px;
    border-top: 1px solid #eeeeee;
    letter-spacing: 0.05em;
    vertical-align: middle;
    font-weight: 500;
}

.entry-content table>thead>tr>th {
    font-family: 'Oswald';
    text-transform: uppercase;
    background-color: #763f66;
    border-top: none;
    color: #fff;
    font-weight: 400;
    vertical-align: bottom;
}

.entry-content table.table-bordered {
    border: 1px solid #eeeeee;
}

.wpcf7-formnew {
    position: fixed;
    right: 0;
    top: 190px;
    margin: auto 0 auto 20px;
    width: 70vw;
    border: 1px solid #955a83;
    z-index: 4;
    background: #763f66;
    padding: 10px 10px 0 10px;
}

.wpcf7-formnew textarea {
    height: 60px;
    width: 100%;
    font-size: 14px;
    padding: 5px 10px;
}

.wpcf7-formnew input {
    width: 100%;
    height: 35px;
    font-size: 14px;
    padding: 5px 10px;
}

.sills {
    right: 75px;
    position: absolute;
    border: 2px solid #ad1541;
    border-radius: 4px 0;
    display: block !important;
    z-index: 9999;
    width: 7.5%;
}

input.wpcf7-form-control.wpcf7-submit {
    font-size: 15px;
    background: #763f66;
    color: #fff;
    border: none;
    height: 40px;
    margin-top: 10px;
    width: 107px;
    text-transform: uppercase;
    padding: 1px 2px;
    font-family: 'Open Sans';
    transition: 0.7s all;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    background: #2dc100;
    color: #ffffff;
    border: 1px solid #ffff;
    transition: 0.7s all;
}

th,
td {
    text-align: center;
    padding: 8px;

}

.widget-title1 {
    margin-top: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background: linear-gradient(to right, #744066, #915f83);
    padding: 14px 14px;
    letter-spacing: 2px;
    border-radius: 11px 11px 0 0;
    color: white;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    background-color: #744066;
    background-image: linear-gradient(#703d5e, #94577f, #3e2033);
    font-family: oswald;
    font-style: normal;
}

.widget ul.list li,
.widget .post {
    margin-bottom: 6px;
    margin-top: 6px;
    padding-bottom: 6px;
    padding: 10px 8px 8px 12px;
    text-align: left;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.widget {
    margin-bottom: 40px;
}

ul.list {
    list-style: outside none none;
    margin-top: 0px;
    padding-left: 0;
}

.services-list li.active {
    background: linear-gradient(to right, #744066, #915f83);
    border-right: 0px solid #915f83 !important;
    background-color: #744066;
    background-image: linear-gradient(#703d5e, #94577f, #3e2033);
}

.services-list li:hover {
    background: linear-gradient(to right, #744066, #915f83);
    border-right: 0px solid #915f83 !important;
    background-color: #744066;
    background-image: linear-gradient(#703d5e, #94577f, #3e2033);
}

.services-list li:hover a {
    color: #fff;
}

.services-list li.active a {
    color: #fff;
}

.have_qus {
    border-radius: 5px;
    padding: 15px 19px;
    background-color: #744066;
    color: white;
}

input,
textarea,
button,
select {
    outline: none;
}

.services-list li {
    background-color: #f1f1f1;
    border-bottom: 1px solid #b7b7b7;
    padding: 10px 15px 10px 20px;
    margin-bottom: 5px;
}

.have_qus .btn-dark {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #111111;
    display: inline-block;
    font-size: 12px;
    overflow: hidden;
    padding: 13px 25px;
    text-transform: uppercase;
    transition: color 1000ms ease 0s, background-color 1500ms ease 0s !important;
    margin-top: 15px;
    text-decoration: none;
}

.btn-dark:active:hover,
.btn-dark.active:hover,
.open>.dropdown-toggle.btn-dark:hover,
.btn-dark:active:focus,
.btn-dark.active:focus,
.open>.dropdown-toggle.btn-dark:focus,
.btn-dark:active.focus,
.btn-dark.active.focus,
.open>.dropdown-toggle.btn-dark.focus {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: times-new-roman;
    font-weight: 700;
    line-height: 1.428571;
    color: #744066;
}

.have_qus .btn-dark:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #ffffff;
}

.widget ul.list li,
.widget .post {
    margin-bottom: 6px;
    padding-bottom: 6px;
    padding: 10px 8px 8px 12px;
    text-align: left;
}

table {
    font-weight: 400;
    padding: 0;
    line-height: 22px;
    letter-spacing: 0;
    font-size: 15px;
    text-align: justify;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;
}

.tablehead {
    color: #703d5e;
}

.applynows {
    position: absolute;
    top: 85px;
    left: -47px;
}

.wpcf7-form {
    border: none;
    background: transparent;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #ee3136 !important;
    width: 50% !important;
    margin: 20px auto auto auto;
    display: block;
}

input.wpcf7-form-control.wpcf7-submit {
    font-size: 24px;
    background: #763f66;
    color: #fff;
    border: none;
    height: 40px;
    text-transform: uppercase;
    padding: 5px 20px;
    font-family: Oswald;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.entry-content {
    background: #dedada;
    padding: 15px;
    box-shadow: 5px 5px 5px #08080863;
    border-radius: 5px;
}

lable {
    width: 100%;
    margin: 10px 0;
    font-size: 17px;
    color: #763f66;
}

/* form css end  */


.icon-noti {
    animation: notification 2s infinite;
}


.mt-60 {
    margin-top: 60px;
}

/* animation css */
#spin {
    #spin {
        color: white !important;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
    }
}

#spin:after {
    content: "";
    animation: spin 5s ease-in-out infinite;
}

.nav-c-link {
    position: relative;
    z-index: 2;
    color: #fff !important;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: -2px 1px 2px #141212;
    line-height: 1.42857143;
    font-family: 'Open Sans', sans-serif;
    background-image: linear-gradient(#703d5e, #703d5e, #703d5e);
}


.from-input input {
    width: 100%;
}

.divider,
.parallax {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.layer-overlay.overlay-dark-5::before {
    background-color: rgb(17 17 17 / 30%);
}

.layer-overlay::before {
    background: rgba(17, 17, 17, 0.5) none repeat scroll 0 0;
    content: " ";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.pt-100 {
    padding-top: 100px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.section-content {
    position: relative;
    z-index: 10;
}

.text-gray-silver {
    color: #ffffff !important;
}

.why {
    margin: auto;
    width: 100%;
}

.why-li {
    border: 1px solid black;
    padding-top: 4px;
    padding-bottom: 4px;
    color: #A32D3A;
    width: 100%;
}

.why-odd-li {
    background: #CDF9F8;
    color: #A32D3A;
}

.why-even-li {
    background: #F7E8B1;
    color: #A32D3A;
}

.logo-img {
    width: 80%;
}

@media screen and (max-width: 767px) {

    .logo-img {
        width: 20%;
    }


    .dropdown-menu {
        background: transparent;
    }

    .navbar ul li a {
        background: transparent;
        color: #fff;

    }
}


.invert {
    display: flex;
    flex-direction: column-reverse;

}



@media screen and (min-width: 768px) {
    .invert {
        flex-direction: column;
    }

    .wpcf7-formnew {
        width: 30vw;
    }

    .navbar-custom {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .nav-c-link {
        margin: auto;
        border: 1px solid #ab9da7;
    }

    .header-main {
        display: flex;
        align-items: center;
        justify-content: center;
    }


}


@media screen and (min-width:767px) {}


@keyframes spin {
    0% {
        opacity: 0;
    }

    4% {
        opacity: 1;
        content: "Admission Open in IPSM";
    }

    46% {
        opacity: 1;
        content: "Admission Open in IPSM";
    }

    50% {
        opacity: 0;
    }

    54% {
        opacity: 1;
        content: "Admission Open in School of Aeronautics";
    }

    96% {
        opacity: 1;
        content: "Admission Open in School of Aeronautics";
    }

    100% {
        opacity: 0;
    }

}

@keyframes heartbeat {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes scrolltop {
    0% {
        top: 100%;
    }

    100% {
        top: 0;
    }
}

@keyframes typing {
    0% {
        width: 0;
    }

    50% {
        width: 14ch;
        /* Number of characters in "9876543210" */
    }

    100% {
        width: 0;
    }
}

@keyframes blink-caret {

    from,
    to {
        border-color: transparent;
    }

    50% {
        border-color: #703d5e;
    }
}

@keyframes notification {

    5% {
        transform: rotate(10deg);
    }

    10% {
        transform: rotate(-10deg);
    }

    15% {
        transform: rotate(10deg);
    }

    20% {
        transform: rotate(0deg);
    }


}



/* New styling for testimonial section  */

.owl-carousel .item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 320px;
    /* Increased height for better vertical presence */
    background: #f8f9fa;
    margin: 0 8px;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.owl-carousel .item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.owl-carousel .item iframe {
    width: 100% !important;
    height: 300px !important;
    /* Increased iframe height */
    border-radius: 8px;
    border: none;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .owl-carousel .item {
        height: 280px;
        margin: 0 5px;
        padding: 12px;
    }

    .owl-carousel .item iframe {
        height: 240px !important;
    }
}

@media (max-width: 480px) {
    .owl-carousel .item {
        height: 250px;
        margin: 0 3px;
        padding: 10px;
    }

    .owl-carousel .item iframe {
        height: 220px !important;
    }
}

/* Optional: Add some spacing to the section */
.iframe-wrapper {
    padding: 20px 0;
}

/* Remove the old testimonial class if not used elsewhere */
.testimonial {
    margin-right: 15px;
}

/* New styling for testimonial section End  */





/* New Header section styling  */

/* Responsive Header Styling */
/* Clean Responsive Header Styling */
.header {
}

.header .row {
    background: #703d5e !important;
    margin: 0 !important;
    padding: 10px 15px;
}

/* Desktop and larger tablets */
@media (min-width: 992px) {
    .header .col-lg-4 {
        display: flex;
        align-items: center;
    }
    
    .header .col-lg-3 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .header .col-lg-2 {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .header .header-right-icons a {
        font-size: 1rem;
        margin: 0 4px;
    }
}

/* Tablet responsiveness */
@media (max-width: 991px) and (min-width: 768px) {
    .header .row {
        padding: 12px 15px;
    }
    
    .header .col-lg-4 .d-none.d-lg-inline-block {
        display: inline-block !important;
        font-size: 0.9rem;
    }
    
    .header .header-right-icons a {
        font-size: 0.95rem;
        margin: 0 6px;
    }
}

/* Mobile responsiveness - Clean Simple Layout */
@media (max-width: 767px) {
    .header .row {
        padding: 10px 15px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    /* Hide notification and apply button on mobile */
    .header .col-8,
    .header .col-4,
    .header .col-lg-3:not(.header-right-icons),
    .header .col-lg-2 {
        display: none !important;
    }
    
    /* Contact info on left side */
    .header .col-lg-4 {
        flex: 0 0 auto;
        max-width: 60%;
        text-align: left;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .header .col-lg-4 a {
        display: block;
        margin-bottom: 2px;
        line-height: 1.4;
    }
    
    .header .col-lg-4 .d-none.d-lg-inline-block {
        display: inline-block !important;
        font-size: 0.8rem;
    }
    
    /* Social icons on right side */
    .header .header-right-icons {
        flex: 0 0 auto;
        max-width: 40%;
        text-align: right;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    
    .header .header-right-icons a {
        margin-left: 12px;
        font-size: 0.9rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
    }
}

/* Extra small mobile */
@media (max-width: 480px) {
    .header .row {
        padding: 6px 8px;
    }
    
    .header .col-lg-4 .d-none.d-lg-inline-block {
        font-size: 0.75rem;
    }
    
    .header .col-lg-4 a {
        margin-right: 8px;
    }
    
    .header .header-right-icons a {
        margin: 0 3px;
        font-size: 0.8rem;
    }
}

/* Clean icon styling */
.header .fa-solid {
    margin-right: 4px;
}

.header .text-warning {
    color: #ffc107 !important;
}

/* Clean hover effects */
.header a {
    transition: opacity 0.3s ease;
}

.header a:hover {
    opacity: 0.8;
}

/* New Header section styling End */


/* Toggler button  */
/* Simple Clean Navbar Toggle Button */
.navbar-toggler {
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 6px 8px;
    background: transparent;
    width: 40px;
    height: 36px;
}

.navbar-toggler:hover {
    background: rgba(255, 255, 255, 0.1);
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    width: 22px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Mobile adjustments */
@media (max-width: 480px) {
    .navbar-toggler {
        width: 38px;
        height: 34px;
        padding: 5px 7px;
    }
    
    .navbar-toggler-icon {
        width: 20px;
        height: 14px;
    }
}
/* Toggler button End */


/* Visitor counter  */

.visitor-counter {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    background: #f5f5f5;
    border-radius: 20px;
    font-family: Arial, sans-serif;
    text-align: center;
    justify-content: center;
}

.counter-icon {
    font-size: 1.2em;
}

.counter-number {
    font-weight: bold;
    color: #2c3e50;
}

.counter-label {
    font-size: 0.9em;
    color: #7f8c8d;
}

/* Visitor counter End */
