/* global css start */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,100..1000&display=swap');

:root {
    --color-primary: #7e34b6;
    --color-secondary: #fdf4f3;
    --color-content: #616161;
    --color-border-gray: #ddd;
    --font-dm-sans: "DM Sans", sans-serif;
}

body {
    font-family: var(--font-dm-sans);
}

.form-control:focus {
    box-shadow: unset;
}

a {
    color: #1e1e1e;
    text-decoration: none;
}

/* a:hover {
    color: var(--color-primary);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  } */
.color-primary {
    color: var(--color-primary);
}

.color-secondary {
    color: var(--color-secondary);
}

.background-primary {
    background-color: var(--color-primary);
}

.background-secondary {
    background-color: var(--color-secondary);
}

/* max width 90% only in pc */
@media only screen and (min-width: 768px) {
    .container-pc-90 {
        max-width: 90%;
    }
}

/* @media only screen and (max-width: 768px){ */
/* @media only screen and (min-width: 768.1px) and (max-width: 992px){ */
/* @media only screen and (min-width: 350px) and (max-width: 400px) { */

.text-justify {
    text-align: justify;
}

.hover-zoom {
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
}

.hover-zoom:hover img {
    transform: scale(1.1);
    transition: transform 0.8s ease-in-out;
}

.hover-zoom img {
    transition: transform 0.8s ease-in-out;
}

.color-content {
    color: var(--color-content);
}

.hover-underline:hover {
    text-decoration: underline;
}

/* global css end */

/* header start */
.navbar-brand img {
    width: 150px;
}

.navbar-nav .nav-item .nav-link {
    color: #000;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}

.dropdown-menu li a:hover {
    background-color: #000;
    color: #fff;
}

.offcanvas-header {
    background-color: #f1f1f1;
}

.navbar {
    box-shadow: 0 1px 5px rgb(60 66 76 / 30%);
    background-color: #fff;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .offcanvas.offcanvas-start {
        width: 350px;
    }
}

@media only screen and (min-width: 350px) and (max-width: 400px) {
    .offcanvas.offcanvas-start {
        width: 310px;
    }
}

/* header end */

/* footer start */
footer {
    position: relative;
    background-color: #222;
}

footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('../icons/footer.png');
    background-size: 200px auto;
    opacity: 0.06;
}

footer a {
    color: #fff;
}

.footer-fluid1 {
    padding-top: 5rem;
    padding-bottom: 1rem;
}

.footer-ul {
    list-style: none;
    padding-left: 0;
}

.footer-ul li {
    margin-bottom: 10px;
}

.footer-ul li a:hover {
    text-decoration: underline;
}

/* footer end */

/* hero start */
.hero-img {
    height: 50rem;
    object-fit: cover;
}

.hero-caption {
    right: -35%;
    bottom: 11.25rem;
}

.hero-caption h3 {
    font-size: 3.5rem;
}
.excellence{
    width: 200px;
}

@media only screen and (max-width: 768px) {
    .hero-img {
        height: 28rem;
    }

    .hero-caption h3 {
        font-size: 2.2rem;
    }

    .hero-caption {
        right: 5%;
        left: 5%;
        bottom: 2.25rem;
    }
}

/* hero end */

/* banner1 start */
.banner1 {
    padding-top: 15rem;
    padding-bottom: 15rem;
    background-size: cover;
}
@media only screen and (max-width: 768px) {
.banner1 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}
}
/* banner1 end */

/* faq start */
.accordion-button {
    background-color: #000 !important;
    color: #fff !important;
}

.accordion-button:focus {
    box-shadow: unset;
}

.accordion-item {
    border: 0;
    margin-bottom: 1rem;
}

.accordion-body {
    padding-bottom: 0;
}

.accordion-button.collapsed::after {
    content: "+";
    background-image: unset !important;
    font-size: 1.8rem;
    margin-top: -15px;
}

.accordion-button::after {
    content: "-";
    background-image: unset !important;
    font-size: 1.8rem;
    margin-top: -15px;
    transform: unset !important;
}

/* faq end */

/* inner banner start */
.inner-banner img {
    height: 22rem;
    object-fit: cover;
}
.inner-banner h1 {
    font-size: 3.2rem;
}

@media only screen and (max-width: 768px) {
    .inner-banner img {
        height: 12rem;
        filter: brightness(0.9);
    }

    .inner-banner h1 {
        font-size: 2.5rem;
        color: #fff;
    }
}

/* inner banner end */

/* contact page start */
.input-control{
    border: 1px solid #69727d !important;
    border-radius: 15px;
    color: var(--color-content) !important;
    padding: .475rem .95rem;
}
.c-icon{
    width: 80px;
}
/* contact page end */

/* about page start */
.a-icon{
    width: 50px;
    height: 50px
}
/* about page end */

/* Back to top button start */
#btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #000;
    font-size: 0;
    padding: 12px 12px;
    border-radius: 0;
    width: 40px;
    height: 40px;
    z-index: 1;
}

#btn-back-to-top:hover {
    background-color: #2c2c2c;
}

/* Back to top button end */

/* extra css start */
li#wp-admin-bar-wp-logo {
    display: none;
}
/* extra css end */