html {
    scroll-behavior: smooth;
}

body {
    overflow-y: auto;
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #FFF;
    padding-top: 84px;
}

:focus {
    outline: 0;
}

.z-4 {
    z-index: 4 !important;
}

.z-5 {
    z-index: 5 !important;
}

.z-6 {
    z-index: 6 !important;
}

a {
    text-decoration: none;
}

p {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 300;
}

.text-gujarati {
    font-family: 'Noto Sans Gujarati', sans-serif;
}

.text-gujarati p {
    font-size: 20px;
    font-weight: 400;
}

.text-gujarati strong {
    font-weight: 600;
}

.small {
    font-size: 14px;
}

p:nth-last-child(1) {
    margin-bottom: 0
}

.big-container {
    width: 1340px;
    margin: 0 auto;
}

.screen-container {
    width: 1920px;
    margin: 0 auto;
    max-width: 100%;
}

.rounded-corner {
    background-color: #FFF;
    padding: 30px;
    border: 1px solid #DDD;
    border-radius: 20px;
    box-shadow: 2px 0px 5px 0px rgb(0 0 0 / 20%);
}

.read-more-btn {
    font-size: 1em;
    border: 1px solid #47BFAF;
    border-radius: 1.75em;
    padding: 0.7em 1em;
    text-transform: uppercase;
}

.section-padding {
    padding-top: 2.875em;
    padding-bottom: 2.875em;
}

.section-margin {
    margin-top: 2.875em;
    margin-bottom: 2.875em;
}

.multi-layout-block .section-padding {
    padding-top: 0;
    padding-bottom: 0;
}

.multi-layout-block .section-margin {
    margin-top: 0;
    margin-bottom: 0;
}

.multi-layout-block .container {
    padding: 0;
}

.mb-large {
    margin-bottom: 8em;
}

.bg-theme {
    background-color: #1c629e;
}

.bg-theme:hover {
    background-color: #1c629eDD;
}

.txt-blue {
    color: #1c629e !important;
}

.txt-lt-green {
    color: #47BFAF;
}

.txt-yellow {
    color: #FAE11A;
}

.bg-logo-blue {
    background-color: #1c629e;
}

.bg-dark-grey {
    background-color: #333333;
}

.g-4p5 {
    --bs-gutter-y: 3rem;
    --bs-gutter-x: 3rem;
}

.round-arrow {
    height: 3.75em;
    width: 3.75em;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 3.125em;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.round-arrow::before {
    content: '';
    position: relative;
    height: 2em;
    width: 18px;
    background: url(../images/icons/arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    filter: brightness(0);
}

.round-arrow.arrow-prev::before {
    rotate: 180deg;
}

.font-bold {
    font-weight: bold;
}

span.download-btn a,
div.common-link,
form .btn-primary,
a.common-link {
    margin-top: 1.25em;
    border-radius: 3.125em;
    padding: 0.875em;
    padding-left: 1.25em;
    position: relative;
    display: flex;
    width: 300px;
    align-items: center;
    gap: 0.75em;
    color: #FFF;
    font-size: 1.125em;
    background-color: #1c629e;
    justify-content: space-between;
    padding-right: 3.25em;
}

span.download-btn a::after,
div.common-link::after,
form .btn-primary::after,
a.common-link::after {
    content: '';
    background-image: url('../images/icons/arrow.svg');
    padding: 0;
    background-color: #FFF;
    width: 2.25em;
    aspect-ratio: 1/1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.75em;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
}

form .btn-primary:hover,
div.common-link:hover,
span.download-btn a:hover,
a.common-link:hover {
    color: #000;
    background-color: #FDB927;
}

a.common-link.grey::after {
    background-image: url('../images/icons/arrow-white.svg');
    background-color: #333333;
}

/* a.common-link:hover::after {
    filter: invert(1);
} */

a.button-link {
    width: fit-content;
    background-color: #FFF;
    border: 1px solid #1c629e;
    color: #000;
    padding: 0.425em;
    padding-right: 3em;
    padding-left: 0.425em;
    margin-top: 0;
    border-radius: 3.125em;
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.75em;
    font-size: 1.125em;
    justify-content: space-between;
}

a.button-link::before {
    content: '';
    background-image: url('../../images/icons/arrow-white.svg');
    padding: 0;
    background-color: #1c629e;
    width: 2.25em;
    height: 2.25em;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 0.75em;
    border-radius: 50%;
    display: inline-block;
}

span.download-btn:hover a {
    color: #FFF;
}

.common-heading {
    font-size: 3.875em;
    line-height: 1;
    color: #000;
    margin-bottom: 1em;
    font-weight: bold;
    padding-top: 1em;
    position: relative;
}

.common-heading:before {
    content: "";
    background: url(../../images/multicolour-line-dark.svg) no-repeat;
    width: 100%;
    height: 10px;
    display: block;
    position: absolute;
    top: 0;
}

.ellipse {
    display: block;
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.5em;
}

p.ellipse-multi {
    display: -webkit-box !important;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.ellipse-multi-4 {
    -webkit-line-clamp: 4;
}

.modal {
    background-color: rgba(0, 0, 0, 0.5);
}

a.icon.svg-fill img {
    width: 1.5em;
    aspect-ratio: 1/1;
}

.svg-fill .visible,
.svg-fill .hidden {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform .4s cubic-bezier(.75, -.27, .3, 0.5);
}

.svg-fill .hidden {
    transform: translate(60px, -50%);
}

.svg-fill .visible,
.svg-fill:hover .hidden {
    transform: translate(-50%, -50%);
}

.svg-fill:hover .visible {
    transform: translate(-60px, -50%);
}

.svg-fill span .visible,
.svg-fill span .hidden {
    position: absolute;
    top: 0%;
    left: 60%;
    transition: transform .4s cubic-bezier(.75, -.27, .3, 0.5);
}

.svg-fill span .hidden {
    transform: translate(-60px, -45%);
}

.svg-fill span .visible,
.svg-fill:hover span .hidden {
    transform: translate(-50%, -45%);
}

.svg-fill:hover span .visible {
    transform: translate(60px, -45%);
}

@media only screen and (max-width: 991px) {

    .svg-fill span .hidden {
        transform: translate(-60px, 30%);
    }

    .svg-fill span .visible,
    .svg-fill:hover span .hidden {
        transform: translate(-70%, 30%);
    }

    .svg-fill:hover span .visible {
        transform: translate(60px, 30%);
    }
}

.content-header {
    margin-bottom: 3em;
}

.content-header h3 {
    font-size: 1.25em;
    font-weight: bold;
}

.content-header h2 p {
    font-size: 2em;
    line-height: 1em;
    margin-top: 0.5em;
}

.content-header h2 p strong {
    font-weight: bold;
}

.slider-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 400px;
    margin-left: 10em;
}

.slider-navigation .slick-dots {
    list-style: none;
    margin: 1.25em 1.25em 0;
    line-height: 0;
    text-align: right;
}

.slider-navigation .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 0 3px;
}

.slider-navigation .slick-dots li button {
    padding: 0;
    border: 0;
    height: 2em;
    width: 40em;
    background-color: rgb(0 0 0 / 28%);
    font-size: 1px;
}

.slider-navigation .slick-dots li:hover button,
.slick-dots li.slick-active button {
    background-color: #000;
}

.md-container {
    width: 1400px;
    margin: 0 auto;
    padding-left: 230px;
    padding-right: 230px;
    max-width: 100%;
}

@media only screen and (max-width: 1399px) {
    .md-container {
        padding-left: 180px;
        padding-right: 180px;
    }
}

@media only screen and (max-width: 1366px) {
    a.icon.svg-fill img {
        width: 16px;
    }
}

@media only screen and (max-width: 1299px) {
    .md-container {
        padding-left: 144px;
        padding-right: 144px;
    }
}

@media only screen and (max-width: 1199px) {
    .md-container {
        padding-left: 108px;
        padding-right: 108px;
    }
}

@media only screen and (max-width: 991px) {
    .md-container {
        padding-left: 72px;
        padding-right: 72px;
    }
}

@media only screen and (max-width: 767px) {
    .content-header {
        margin: 1em;
    }

    .md-container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .g-4p5 {
        --bs-gutter-y: 2rem;
        --bs-gutter-x: 2rem;
    }
    .edu-title h5{
        font-size: 16px;
    }
    .edu-title p{
        font-size: 14px !important;
        margin: 0 ;
    }
}

@media only screen and (max-width: 350px) {

    span.download-btn a,
    div.common-link,
    form .btn-primary,
    a.common-link {
        width: fit-content;
    }
}

small.error {
    color: red;
    font-size: 90%;
}

.btn.bg-theme:active, .btn.bg-theme:focus {
    background-color: #1c629e;
}

.profile-content label {
    font-weight: 600;
}

.form-group label {
    font-weight: 400;
}

.form-group label.required::after {
	content: '*';
	color: red;
	margin-left: 5px;
}