.header-section {
    background: #fae8f8;
    position: relative;
}

body {
    background-color: #fae8f8;
}

.header-main-nav {
    font-family: 'Nunito', sans-serif;
}

p {
    font-size: 1.125em;
    line-height: 1.688em;
    font-family: 'Nunito', sans-serif;
    color: #1E072B;
    font-weight: 400;
    margin-bottom: 0px;
}

.header-logo {
    margin: 0px;
}

.header-nav-wrap ul {
    margin-top: 0px;
}

.header-social {
    top: 1em;
}

.header-logo img {
    width: 80%;
    height: 60px;
    max-width: 100%;
}

.s-header.sticky {
    background-color: #fae8f8;
    box-shadow: rgb(17 12 46 / 8%) 0px 8px 22px 0px;
}

#intro::after {
    content: '';
    position: absolute;
    background: url('../images/accaro.png') no-repeat center center/cover;
    width: 100%;
    height: 95%;
    top: 2.8em;
}

.header-main-nav a {
    color: #1e072a;
    position: relative;
}

.s-header {
    top: 3.30em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.header-main-nav li {
    font-size: 1.4em;
    display: inline-block;
    letter-spacing: 0px;
    color: #5C1481;
    font-family: 'Nunito', sans-serif;
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    border-right: 2px solid #55405c;
    height: 17px;
    margin: 0rem;
    padding: 0 2rem;
}

.header-main-nav li:last-child {
    border-right: none;
}

.header-main-nav li a {
    line-height: calc(20px - (0px * 2));
}

.header-main-nav a:hover,
.header-main-nav a:focus,
.header-main-nav a:active,
.header-main-nav .current a {
    color: #5C1481;
}

.header-social li .fb-icon::before {
    content: '';
    background: url('../images/fb.png') no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    transition: all 0.8s ease;
}

.header-social li .fb-icon:hover::before {
    background: url('../images/fb-hover-icon.png') no-repeat;
    transform: translateY(-5px);
}

.header-social li .in-icon::before {
    content: '';
    background: url('../images/in.png') no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    transition: all 0.8s ease;
}

.header-social li .in-icon:hover::before {
    background: url('../images/in-hover-icon.png') no-repeat;
    transform: translateY(-5px);
}

.header-social li .tw-icon::before {
    content: '';
    background: url('../images/tw.png') no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    transition: all 0.8s ease;
}

.header-social li .tw-icon:hover::before {
    background: url('../images/tw-hover-icon.png') no-repeat;
    transform: translateY(-5px);
}

.header-social li .insta-icon::before {
    content: '';
    background: url('../images/insta.png') no-repeat;
    width: 24px;
    height: 24px;
    display: inline-block;
    transition: all 0.8s ease;
}

.header-social li .insta-icon:hover::before {
    background: url('../images/insta-hover-icon.png') no-repeat;
    transform: translateY(-5px);
}

.s-intro {
    background: #fae8f8;
    position: relative;
    min-height: 0px;
}

.intro-content {
    max-width: 73%;
    padding-top: 2%;
}

.s-intro h1 {
    font-size: 7.5em;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    color: #1E072B;
    position: relative;
    z-index: 1;
}

.s-intro h1::after {
    content: '';
    position: absolute;
    width: 1006px;
    height: 800px;
    background: url('../images/image2.png') no-repeat right center/cover;
    top: -0.7em;
    right: -5.86em;
    z-index: -1;
    box-shadow: -5px 5px 6px 1px #e7eaea;
}

.s-intro h1::before {
    content: '';
    position: absolute;
    width: 180px;
    height: 2px;
    background-color: #1E072B;
    bottom: -0.2em;
}

.s-intro p {
    font-size: 1.625em;
    line-height: 1.8em;
    font-style: normal;
    font-weight: 500;
    color: #1E072B;
    font-family: 'Nunito', sans-serif;
    margin-top: 2.4em;
}

.section-heading {
    font-size: 3.75em;
    font-family: 'Exo', sans-serif;
    color: #1E072B;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 5rem;
    letter-spacing: 0px;
    padding-top: 0rem;
}

.section-heading::before {
    bottom: -0.4em;
    top: inherit;
    width: 150px;
    height: 2px;
    background-color: #1E072B;
}

.biorow {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.biosection1 {
    width: 45%;
    vertical-align: text-top;
}

.biosection2 {
    width: 50%;
    padding-left: 53px;
}

.s-about>[class*="about-"] {
    margin-bottom: 2rem;
}

.s-about .row {
    max-width: 73%;
}

.about-experience__timeline {
    margin-top: 8.603rem;
}

.about-experience {
    position: relative;
}

.about-experience::after {
    content: '';
    position: absolute;
    width: 344px;
    height: 390px;
    background: url('../images/Vee-Shape.png') no-repeat top right/contain;
    right: 0px;
    top: 0px;
}

.timeline::after {
    background-color: transparent;
}

.timeline__icon-wrap {
    border-radius: 0%;
    border: 0px solid rgba(0, 0, 0, 0.25);
    position: absolute;
    top: -5rem;
    left: -2.8rem;
}

.timeline__icon--work {
    background-image: url(../images/icon-briefcase.svg);
    width: 2.25em;
}

.timeline__icon--education {
    background-image: url(../images/icon-briefcase.svg);
    width: 2.25em;
}

.timeline__bullet {
    background-color: transparent;
}

.timeline__header .timeline__timeframe {
    font-size: 1.125em;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    letter-spacing: 0px;
    color: #1E072B;
    text-transform: inherit;
}

.timeline {
    padding-top: 1.188rem;
}

.timeline::before {
    width: 2px;
    background-color: #000000;
}

.timeline__block {
    padding-left: 4rem;
    min-height: 22rem;
}

.item-title {
    font-size: 3.5rem;
    font-family: 'Exo', sans-serif;
    color: #1E072B;
    font-weight: 600;
    position: relative;
}

.item-title::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: #000000;
    transform: rotate(-90deg);
    left: -0.9em;
    top: 0.4em;
}

.timeline__header {
    margin-bottom: 1.875rem;
}

.s-about {
    padding-top: 20.313rem;
}

.visionsection {
    margin-left: 12em;
    background-color: #f0e8f3;
    position: relative;
    left: 0px;
    right: 0px;
    padding: 6.25em 12.5em 6.0em 33.625em;
}

.visionsection::before {
    content: '';
    position: absolute;
    background: url('../images/image3.png') no-repeat left center/contain;
    width: 600px;
    height: 765px;
    left: -25rem;
    top: -6em;
    z-index: 1;
}

.visionsection::after {
    content: '';
    position: absolute;
    background: url('../images/dot.png') no-repeat left center/contain;
    width: 185px;
    height: 224px;
    left: 13%;
    bottom: 18%;
}

.visionmission h2 {
    font-size: 3.75em;
    line-height: 1em;
    color: #1E072B;
    font-family: 'Exo', sans-serif;
    position: relative;
    margin-top: 0px;
}

.visionmission h2::before {
    content: '';
    width: 100px;
    height: 2px;
    background-color: #1E072B;
    top: 1.3em;
    position: absolute;
}

.visionmission p {
    padding: 2.188em 0 0em;
}

.visionmission {
    margin-bottom: 3.125em;
}

section#services {
    background-color: #ffffff;
}

.s-works {
    padding: 6.875em 0 6.875em;
}

.row1 {
    width: 100%;
    text-align: center;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    max-width: 65%;
    text-align: center;
    margin: 0px auto;
}

.s-contact {
    background-color: #ffffff;
}

.footerpink {
    background-color: #fae8f8;
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
}

.footerpink .footerleft {
    width: 40%;
    vertical-align: top;
}

.footerpink .footerleft h2 {
    font-size: 3.75em;
    color: #1E072B;
    font-family: 'Exo', sans-serif;
    font-weight: 600;
    position: relative;
}

.footerpink .footerleft h2::before {
    content: '';
    position: absolute;
    width: 130px;
    height: 2px;
    top: 1.5em;
    background: #1E072B;
}

.footerpink .footerleftinner {
    position: relative;
    margin-top: 3.125em;
}

.footerpink .footerleftinner h3 {
    font-size: 2.25em;
    color: #1E072B;
    font-family: 'Nunito', sans-serif;
    font-weight: 600;
}

.footerpink .footerleft .addressimg {
    padding-top: 0.70em;
}

.footerpink .footerleft .addressimg h4 {
    font-size: 1.5em;
    color: #1E072B;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    margin: 0em 0 1.5em 2.7em;
    position: relative;
}

.footerpink .footerleft .addressimg h4:last-child {
    margin: 0em 0 0em 2.7em;
}

.footerpink .footerleft .addressimg h4 a {
    text-decoration: none;
    color: #1E072B;
}

.footerpink .footerleft .addressimg h4::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url('../images/phoneimg.png') no-repeat left center/contain;
    left: -65px;
}

.footerpink .footerleft .addressimg h4.web {
    position: relative;
}

.footerpink .footerleft .addressimg h4.web:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 31px;
    background: url('../images/weblimg.png') no-repeat left center/contain;
    left: -65px;
}

.footerpink .footerleft .addressimg h4.address {
    position: relative;
}

.footerpink .footerleft .addressimg h4.address:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 30px;
    background: url('../images/addresslogo.png') no-repeat left center/contain;
    left: -65px;
}

.footerpink .footerleftinner .socialicon {
    margin: 2em 0 0 2em;
}

.footerpink .footerleftinner .socialicon .header-social {
    position: relative;
    list-style: none;
    display: flex;
}

.footerpink .footerleftinner .socialicon .header-social li {
    margin-right: 1.8rem;
}

.footerpink .footerleft h5 {
    font-size: 1em;
    font-family: 'Nunito', sans-serif;
    color: #1E072B;
    font-weight: 400;
    padding-top: 2em;
}

.footerpink .footerright h5 {
    font-size: 1em;
    font-family: 'Nunito', sans-serif;
    color: #1E072B;
    font-weight: 400;
    padding-top: 2em;
    text-align: right;
}

.footerpink .footerright h5 b {
    font-family: 'Nunito', sans-serif;
}

.footerpink .footerright {
    width: 50%;
    vertical-align: top;
    margin: 12.2em 0 0em 7em;
}

.footerpink .footerright formgroup {
    display: flex;
    align-items: center;
}

.footerpink .footerright formgroup input[type="email"],
input[type="number"],
input[type="text"],
textarea,
select {
    border: 1px solid rgba(30, 7, 43, 1);
    width: 100%;
    line-height: 2rem;
    height: 2.6em;
    color: rgb(0 0 0);
    padding: 1.6rem 1.2rem 1.5rem;
    font-size: 1em;
    font-family: 'Nunito', sans-serif;
    resize: none;
}

.footerpink .footerright formgroup input[type="text"]:nth-child(1) {
    margin-right: 3em;
}

.footerpink .footerright formgroup textarea {
    min-height: 15rem;
}

.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    padding: 0.5em 4.44em;
    height: 50px;
    line-height: 1.5em;
    background: #1E072B;
    border: 1px solid #1E072B;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Nunito', sans-serif;
    text-decoration: none;
    letter-spacing: 0px;
    text-transform: capitalize;
    transition: all 0.6s ease;
}

.serviessection {
    position: relative;
}

.serviessection::before {
    content: '';
    position: absolute;
    background: url('../images/polygon.png') no-repeat center right/contain;
    width: 94px;
    height: 72px;
    z-index: 1;
    right: 25%;
    top: -30px;
}

.s-about>[class*="about-"]:last-child {
    margin-bottom: 3em;
}

.scroll-content {
    position: fixed;
    left: -35px;
    transform: rotate(-90deg);
    bottom: 33%;
    z-index: 2;
}

.scroll-content h2 {
    font-size: 1em;
    color: #1E072B;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
}

.scroll-content progress {
    transform: translate(calc(-50% + 3px), calc(72vh - 50%)) rotate(90deg);
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
}

.scroll-content progress {
    -webkit-appearance: none;
    appearance: none;
    position: fixed;
    top: calc(-88% - 50vh);
    left: -75px;
    transform: translate(calc(-50% + 3px), calc(66vh - 50%)) rotate(180deg);
    width: 10vh;
    height: 5px;
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
}

.scroll-content progress::-webkit-progress-bar {
    background-color: rgba(156, 163, 175, 1);
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
}

.scroll-content progress[value="100"]::-webkit-progress-bar {
    background-color: rgba(30, 7, 43, 1);
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
}

.scroll-content progress::-webkit-progress-value {
    background-color: rgba(30, 7, 43, 1);
    border-bottom-right-radius: 24px;
    border-top-right-radius: 24px;
}

.biosection1 .gap,
.biosection2 .gap {
    margin-top: 1.875em;
}

.s-intro .mt5 {
    margin-top: 6em;
}

.s-about1 {
    padding-top: 0rem;
    padding-bottom: 18rem;
}

#button {
    display: inline-block;
    background-color: #1E072B;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #d719bd;
}

#button:active {
    background-color: #d719bd;
}

#button.show {
    opacity: 1;
    visibility: visible;
}


.blog {
    padding: 150px 0 60px;
    margin: 0;
    text-align: center;
}

.blog .row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 24px 20px;
}

.blog h1 {
    padding: 0;
    margin: 0;
    color: #1E072B;
    font-family: 'Exo', sans-serif;
}

.blog p {
    max-width: 750px;
    margin: 0px auto;
    padding-bottom: 30px;
    font-family: 'Nunito', sans-serif;
    color: #1E072B;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

.blog .col-md-4 {
    width: 32%;
    flex: 0 0 32%;
}

.blog-inner-box {
    background-color: #ffffff;
    border: 1px solid #a8a8a8;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    box-shadow: 2px 3px 10px #534e4e5e;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    min-height: 550px;
}

.blog-inner-box img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    display: block;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
}

.blog-inner-box .blog-inner-txt {
    padding: 20px 25px;
    text-align: left;
    min-height: 250px;
}

.blog-inner-box .blog-inner-txt p:first-child {
    padding: 0 0 10px;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
}

.blog-inner-box .blog-inner-txt h3 {
    margin: 0;
    padding-bottom: 10px;
    transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
}

.blog-inner-box .blog-inner-txt p {
    max-width: none;
    padding-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    -webkit-transition: transform 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out;
    -ms-transition: transform 0.6s ease-in-out;
    -o-transition: transform 0.6s ease-in-out;
    font-size: 16px;
    line-height: 1.5;
}

.blog-inner-box:hover img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.blog-inner-box:hover p,
.blog-inner-box:hover h3 {
    color: #0a58ca;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 40px 0 0;
    /* top and bottom spacing */
    flex-wrap: wrap;
    /* responsive */
    width: 100%;
}

.pagination a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #aaa;
    text-decoration: none;
    color: #333;
    font-size: 16px;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background-color: #1E072B;
    color: #fff;
    border-color: #1E072B;
}

.pagination a.active {
    background-color: #1E072B;
    border-color: #1E072B;
    font-weight: bold;
    color: #fff;
}

.blog-inner-left-box {
    background-color: #fff;
    padding: 30px 20px;
}

.blog-inner-right-box {
    background-color: #fff;
    padding: 30px 20px;
}


.blog-inner-left-box .subtitle+h2 {
    margin: 0;
    padding-bottom: 20px;
    text-align: left;
}

.blog-inner-left-box .subtitle {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px;
    text-align: left;
}

.blog-inner-left-box .author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.blog-inner-left-box .author .author-details {
    display: flex;
    align-items: center;
}

.blog-inner-left-box .author .author-details h5 {
    margin: 0;
    padding: 0 10px 0 0;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
}

.blog-inner-left-box .author .author-details p {
    font-size: 16px;
    line-height: 1.1;
    font-weight: 500;
    padding: 0;
}

.blog-inner-left-box p {
    font-size: 18px;
    line-height: 1.5;
    line-height: 1.8;
    text-align: left;
    padding-bottom: 0;
}

.blog-inner-left-box img {
    width: 100%;
    object-fit: cover;
    display: block;
    padding-bottom: 30px;
    height: 550px;
}

.blog-inner-left-box p,
.blog-inner-left-box p+img,
.blog-inner-left-box p+ul,
.blog-inner-left-box p+ol,
.blog-inner-left-box h2,
.blog-inner-left-box h3,
.blog-inner-left-box h4,
.blog-inner-left-box h5,
.blog-inner-left-box h6 {
    padding-bottom: 20px;
    text-align: left;
}

.blog-inner-left-box h2,
.blog-inner-left-box h3,
.blog-inner-left-box h4,
.blog-inner-left-box h5,
.blog-inner-left-box h6 {
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
}

.blog-inner-left-box h2+img,
.blog-inner-left-box h3+img,
.blog-inner-left-box h4+img,
.blog-inner-left-box h5+img,
.blog-inner-left-box h6+img {
    padding: 20px 0;
}

.blog-inner-left-box a {
    text-decoration: underline;
    text-align: left;
    display: block;
    padding-bottom: 15px;
    color: #0a58ca;
    font-weight: 600;
}

.blog-inner-left-box ul,
.blog-inner-left-box ol {
    margin: 0 0 0 30px;
    padding: 0;
}

.blog-inner-left-box ul li,
.blog-inner-left-box ol li {
    font-size: 18px;
    line-height: 30px;
}

.blog-inner-left-box p:last-child {
    padding-bottom: 0;
}

.blog-inner-left-box .author .author-social .social-icon {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
}

.blog-inner-left-box .author .author-social .social-icon a {
    padding: 0;
}

.blog-inner-left-box .author .author-social .social-icon li img {
    margin-bottom: 0;
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    height: auto;
    border-radius: 0;
    padding: 0;
}

.blog-inner-left-box .author .author-social .social-icon li img:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.blog-details-right {
    position: sticky;
    top: 20px;
}

.blog-inner-right-box h2 {
    text-align: left;
    font-weight: 600;
    margin: 0;
    display: block;
    width: 100%;
    padding-bottom: 20px;
}

.blog-inner-right-posts {
    display: flex;
    align-items: flex-start;
    justify-items: flex-start;
}

.blog-inner-posts-box-img {
    width: 30%;
    flex: 0 0 30%;
    margin-right: 10px;
}

.blog-inner-posts-box-img img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    display: block;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.blog-inner-posts-box-txt {
    width: 70%;
    flex: 0 0 70%;
    text-align: left;
}

.blog-inner-posts-box-txt h3 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 8px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.blog-inner-posts-box-txt p {
    font-size: 14px;
    line-height: 20px;
    padding: 0;
    max-width: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.blog-inner-right-posts:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.blog-inner-right-posts:hover h3,
.blog-inner-right-posts:hover p {
    color: #0a58ca;
}

.blog-main-inner-posts:not(:last-child) {
    margin-bottom: 20px;
}

@media only screen and (max-width:1600px) {
    .intro-content {
        padding-top: 8%;
    }
}

/*---- mediaquery ----*/
@media only screen and (max-width:1400px) {
    .intro-content {
        max-width: 85%;
    }

    .s-about .row {
        max-width: 85%;
    }

    .s-intro h1::after {
        max-width: 100%;
        width: 100%;
        right: -5.2em;
        top: -0.6em;
        height: 700px;
    }

    .s-intro h1 {
        font-size: 5.5em;
    }

    .s-intro p {
        font-size: 1.2em;
    }

    .visionsection {
        padding: 5em 5em 3em 27em;
    }

    .visionsection::after {
        left: 19%;
        bottom: 23%;
    }

    .s-header {
        top: 3em;
    }

    .s-about {
        padding-top: 16rem;
        padding-bottom: 5rem;
    }

    .section-heading {
        font-size: 3.0em;
    }

    .section-heading::before {
        bottom: -0.39em;
        width: 115px;
    }

    p {
        font-size: 1.1em;
        line-height: 1.588em;
        margin-bottom: 2rem;
    }

    .about-experience__timeline {
        margin-top: 6.8rem;
    }

    .item-title {
        font-size: 3.2rem;
    }

    .timeline__header .timeline__timeframe {
        font-size: 1.1em;
    }

    .timeline__block {
        min-height: 23rem;
    }

    .visionmission h2 {
        font-size: 3em;
    }

    h2 {
        margin-top: 4rem;
        margin-bottom: 1.2rem;
    }

    .visionmission h2::before {
        width: 82px;
        top: 1.2em;
    }

    .visionmission p {
        padding: 1.7em 0 0em;
    }

    .s-works {
        padding: 2em 0 2em;
    }

    .footerpink .footerleft h2 {
        margin-top: 2.0rem;
        margin-bottom: 0rem;
        font-size: 3.2em;
    }

    .footerpink .footerleft h2::before {
        width: 120px;
    }

    .footerpink .footerleftinner h3 {
        font-size: 2.1em;
    }

    .footerpink .footerleft .addressimg h4 {
        font-size: 1.4em;
    }

    .btn,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        padding: 0.5em 3.5em;
    }

    .footerpink .footerleft h5 {
        padding-top: 6em;
    }

    .visionsection::before {
        max-width: 100%;
        width: 50%;
        height: 80%;
    }

    .serviessection::before {
        right: 15%;
    }

    .footerpink .footerright {
        margin: 12.2em 0 0em 6em;
    }

    .about-experience::after {
        background-size: 62%;
        top: 70px;
    }

    .scroll-content progress {
        transform: translate(calc(-50% + 3px), calc(67vh - 50%)) rotate(180deg);
    }

    .s-about1 {
        padding-top: 0rem;
        padding-bottom: 15rem;
    }

    .s-intro .mt5 {
        margin-top: 0em;
    }

    .scroll-content {
        left: -50px;
    }

    .blog {
        padding: 150px 0 50px;
    }

    .blog .row {
        gap: 20px;
    }

    .blog-inner-box .blog-inner-txt {
        padding: 15px 20px;
    }

    .blog-inner-box {
        min-height: 480px;
    }

    .blog-inner-box .blog-inner-txt p:first-child {
        padding: 0 0 8px;
        font-size: 12px;
        line-height: normal;
    }

    .blog-inner-box img {
        height: 250px;
    }

    .blog-inner-box .blog-inner-txt h3 {
        font-size: 20px;
        line-height: 1.3;
    }

    .pagination a {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .blog .blog-details-left {
        width: 68%;
        flex: 0 0 68%;
    }

    .blog .blog-details-right {
        width: 30%;
        flex: 0 0 30%;
    }

}

@media only screen and (max-width:1200px) {
    .s-intro h1::after {
        width: 90%;
        right: -4.5em;
        top: -0.9em;
    }

    .s-intro h1 {
        font-size: 5.3em;
    }

    .section-heading {
        font-size: 2.8em;
    }

    p {
        font-size: 1.0em;
        line-height: 1.5em;
        margin-bottom: 1.8rem;
    }

    .section-heading::before {
        bottom: -0.39em;
        width: 100px;
    }

    .item-title {
        font-size: 2.7rem;
    }

    .timeline__header .timeline__timeframe {
        font-size: 1.0em;
    }

    .s-about {
        padding-top: 9rem;
        padding-bottom: 3rem;
    }

    .serviessection::before {
        right: 15%;
    }

    .visionmission h2 {
        font-size: 2.8em;
    }

    .visionmission h2::before {
        width: 79px;
    }

    .visionsection::after {
        left: 11%;
        bottom: 15%;
    }

    .visionsection {
        padding: 5em 5em 2em 19em;
    }

    .visionsection::before {
        max-width: 100%;
        width: 60%;
        height: 93%;
    }

    .footerpink .footerleft {
        width: 30%;
    }

    .footerpink .footerright {
        width: 60%;
        margin: 12.2em 0 0em 5em;
    }

    .footerpink .footerleft h2 {
        font-size: 2.5em;
    }

    .footerpink .footerleft h2::before {
        width: 90px;
    }

    .footerpink .footerleftinner h3 {
        font-size: 1.9em;
    }

    .footerpink .footerleft .addressimg h4 {
        font-size: 1.3em;
    }

    .footerpink .footerleft .addressimg h4::before,
    .footerpink .footerleft .addressimg h4.web:before,
    .footerpink .footerleft .addressimg h4.address:before {
        background-size: 25px;
        left: -46px;
    }

    .footerpink .footerleft .addressimg h4 {
        margin: 0em 0 1.5em 1.8em;
    }

    .footerpink .footerleft .addressimg h4:last-child {
        margin: 0em 0 1.5em 1.8em;
    }

    .s-about1 {
        padding-top: 0rem;
        padding-bottom: 15rem;
    }

    .s-intro .mt5 {
        margin-top: 0em;
    }

    .scroll-content {
        left: -65px;
    }

    .header-main-nav li {
        padding: 0 1rem;
    }

    .scroll-content progress {
        transform: translate(calc(-50% + 3px), calc(62vh - 50%)) rotate(180deg);
    }

    .blog-inner-left-box,
    .blog-inner-right-box {
        padding: 20px;
    }

    .blog-inner-left-box img {
        height: 500px;
    }

    .blog-inner-posts-box-img img {
        width: 90px;
        height: 90px;
    }

    .blog-inner-posts-box-txt h3 {
        font-size: 14px;
        line-height: 23px;
        padding-bottom: 5px;
    }

    .blog-inner-posts-box-txt p {
        font-size: 12px;
        line-height: 18px;
    }

    .blog-inner-left-box p,
    .blog-inner-left-box p+img,
    .blog-inner-left-box p+ul,
    .blog-inner-left-box p+ol,
    .blog-inner-left-box h2,
    .blog-inner-left-box h3,
    .blog-inner-left-box h4,
    .blog-inner-left-box h5,
    .blog-inner-left-box h6 {
        padding-bottom: 15px;
    }

    .blog-inner-left-box .author {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    .blog-inner-left-box .author .author-social .social-icon {
        gap: 0 15px;
    }
}

@media only screen and (max-width:1024px) {
    .visionsection::after {
        left: 13%;
        bottom: 27%;
    }

    .scroll-content progress {
        transform: translate(calc(-50% + 3px), calc(58vh - 50%)) rotate(180deg);
        left: -90px;
    }

    .s-intro h1::after {
        width: 80%;
        right: -3.8em;
        top: -0.9em;
    }

    .s-intro h1 {
        font-size: 5.16em;
    }

    .blog .col-md-4 {
        width: 31.8%;
        flex: 0 0 31.8%;
    }

    .pagination {
        margin: 30px 0 0;
    }

    .blog .blog-details-left {
        width: 65%;
        flex: 0 0 65%;
    }

    .blog-inner-left-box img {
        height: 480px;
    }
}

@media only screen and (min-width:992px) {
    .header-nav-wrap {
        display: block !important;
    }
}

@media only screen and (max-width:991px) {
    .header-logo img {
        width: 128px;
        height: 30px;
    }

    .header-nav-wrap {
        display: none;
        text-align: left;
        height: auto;
        width: 100%;
        background-color: #fae8f8;
        padding: 50px 30px 64px;
        box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    }

    .header-nav-wrap .header-main-nav {
        display: block;
        padding-left: 0;
        height: auto;
        margin: 4rem 0 4rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.05);
    }

    .header-nav-wrap .header-main-nav li {
        display: block;
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #1E072B;
        margin-bottom: 20px;
        border-right-color: transparent;
        padding-bottom: 25px;
    }

    .header-menu-toggle.is-clicked span::before,
    .header-menu-toggle.is-clicked span::after {
        background-color: #1E072B;
    }

    .header-nav-wrap .header-main-nav li a {
        padding: 0px 0;
        line-height: 20px;
    }

    .header-nav-wrap .header-social {
        display: block;
        position: static;
    }

    .header-nav-wrap .header-social li {
        font-size: 1.8rem;
        margin-right: 1.6rem;
    }

    .header-nav-wrap .header-social li a {
        line-height: 36px;
    }

    .header-menu-toggle {
        display: block;
    }

    .s-header {
        top: 0em;
    }

    .header-logo {
        left: 10px;
    }

    .header-main-nav li {
        font-size: 1.2em;
    }

    .intro-content {
        max-width: 100%;
    }

    .header-menu-toggle span::before,
    .header-menu-toggle span::after,
    .header-menu-toggle span {
        background-color: #1E072B;
    }

    .s-intro h1::after {
        width: 95%;
        right: -5.2em;
    }

    .s-intro h1 {
        font-size: 4.5em;
    }

    #intro::after {
        height: 80%;
    }

    .header-nav-wrap {
        margin-right: 0px;
    }

    .s-intro p {
        font-size: 1.1em;
    }

    .s-intro h1::after {
        height: 550px;
    }

    .s-intro {
        max-height: 580px;
    }

    .section-heading {
        font-size: 2.1em;
        margin-bottom: 4rem;
    }

    .section-heading::before {
        width: 85px;
    }

    p {
        font-size: 0.96em;
        line-height: 1.4em;
    }

    .s-about .row {
        max-width: 100%;
    }

    .s-intro h1::before {
        width: 110px;
    }

    .about-experience::after {
        top: 45px;
    }

    .biosection2 {
        padding-left: 40px;
    }

    .item-title {
        font-size: 2.6rem;
    }

    .timeline__header .timeline__timeframe {
        font-size: 0.8em;
    }

    .timeline__block {
        min-height: 20rem;
    }

    .visionsection::before {
        width: 60%;
        height: 72%;
        top: -5em;
    }

    .visionsection {
        padding: 4em 5em 2em 17em;
    }

    .visionmission h2 {
        font-size: 2.1em;
    }

    .visionmission h2::before {
        width: 58px;
    }

    .visionsection::after {
        left: 8%;
        bottom: 35%;
    }

    .footerpink .footerleft h2 {
        font-size: 2.1em;
    }

    .footerpink .footerleft h2::before {
        width: 75px;
    }

    .footerpink .footerleftinner h3 {
        font-size: 1.5em;
    }

    .footerpink .footerleft .addressimg h4 {
        font-size: 1.2em;
    }

    .footerpink .footerleft .addressimg h4::before,
    .footerpink .footerleft .addressimg h4.web:before,
    .footerpink .footerleft .addressimg h4.address:before {
        background-size: 20px;
        left: -40px;
    }

    .footerpink .footerleft {
        width: 35%;
    }

    .footerpink .footerright {
        width: 55%;
        margin: 11em 0 0em 3em;
    }

    input {
        margin-bottom: 2rem;
    }

    .footerpink .footerright formgroup input[type="text"]:nth-child(1) {
        margin-right: 1em;
    }

    .footerpink .footerright h5 {
        padding-top: 1em;
        margin-top: 1.8rem;
    }

    .btn,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        padding: 0.5em 3.5em;
    }

    .footerpink .footerleft h5 {
        padding-top: 5em;
        margin-top: 1.8rem;
    }

    .s-about {
        padding-top: 13rem;
        padding-bottom: 3rem;
    }

    .s-about1 {
        padding-top: 0rem;
        padding-bottom: 10rem;
    }

    .scroll-content progress {
        top: calc(-120% - 50vh);
        left: -60px;
    }


    .blog-inner-box img {
        height: 350px;
    }

    .blog-inner-box .blog-inner-txt p:first-child {
        padding: 0 0 8px;
        font-size: 12px;
        line-height: 18px;
    }

    .blog-inner-box {
        min-height: 440px;
    }

    .blog .col-md-4 {
        width: 48%;
        flex: 0 0 48%;
    }

    .blog .row {
        gap: 20px;
    }

    .blog p {
        padding-bottom: 10px;
    }

    .blog-inner-box .blog-inner-txt {
        min-height: 230px;
    }

    .blog {
        padding: 80px 0 30px;
    }

    .blog .blog-details-left,
    .blog .blog-details-right {
        width: 100%;
        flex: 0 0 100%;
    }

    .blog-inner-left-box .subtitle,
    .blog-inner-left-box p {
        max-width: 100%;
    }

    .blog-inner-posts-box-img {
        width: auto;
        flex: 0 0 auto;
    }

    .blog-inner-posts-box-txt h3 {
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 5px;
    }

    .blog-inner-posts-box-txt p {
        font-size: 14px;
        line-height: 20px;
    }

    .blog-inner-left-box img {
        height: 600px;
    }

    .blog-inner-left-box h2+img,
    .blog-inner-left-box h3+img,
    .blog-inner-left-box h4+img,
    .blog-inner-left-box h5+img,
    .blog-inner-left-box h6+img {
        padding: 0 0 15px;
    }

    .blog-inner-posts-box-txt {
        width: 60%;
        flex: 0 0 60%;
        text-align: left;
    }
}

@media only screen and (max-width:768px) {
    .intro-content {
        padding-top: 0;
    }

    p {
        font-size: 0.80em;
        line-height: 1.8em;
        margin-bottom: 0rem;
    }

    .s-header {
        background-color: #fae8f8;
    }

    .s-intro h1::after {
        width: 100%;
        right: -7.2em;
        height: 410px;
        top: -0.7em;
    }

    .s-intro h1::before {
        bottom: -0.25em;
    }

    .s-intro h1 {
        font-size: 3.0em;
    }

    .s-intro p {
        font-size: 1.1em;
        margin-top: 2em;
    }

    .header-logo {
        left: 30px;
        top: 47px;
    }

    .header-logo img {
        width: 100%;
        height: 30px;
    }

    .scroll-content progress {
        top: calc(-156% - 50vh);
        left: -75px;
    }

    .s-intro p {
        font-size: 0.95em;
    }

    #intro::after {
        height: 91%;
    }

    .s-intro {
        max-height: 500px;
    }

    .s-intro h1::before {
        width: 80px;
    }

    .s-about {
        padding-top: 9rem;
        padding-bottom: 3rem;
    }

    .section-heading {
        text-align: left;
        padding-bottom: 0rem;
    }

    .section-heading::before {
        left: 11.5%;
        bottom: -0.55em;
        width: 65px;
    }

    .section-heading {
        font-size: 1.6em;
        margin-bottom: 4rem;
    }

    .s-about1 {
        padding-top: 0px;
        padding-bottom: 12rem;
    }

    /* .biosection1 .gap, .biosection2 .gap {margin-top: 1.4em;} */
    .biosection1 {
        width: 100%;
    }

    .biosection2 {
        width: 100%;
        padding-left: 0px;
        margin-top: 1em;
    }

    .biosection1 .gap,
    .biosection2 .gap {
        margin-top: 1.1em;
    }

    .s-about>[class*="about-"]:last-child {
        margin-bottom: 1em;
    }

    .about-experience__timeline {
        margin-top: 8rem;
    }

    .timeline__block {
        min-height: 15rem;
    }

    .item-title {
        font-size: 2.3rem;
    }

    .item-title::before {
        left: -1.4em;
    }

    .visionsection {
        padding: 25em 2em 2em 2em;
        margin-left: 0px;
    }

    .visionsection::after {
        display: none;
    }

    .visionmission h2 {
        font-size: 2.0em;
    }

    .visionmission h2::before {
        width: 55px;
    }

    .visionmission {
        margin-bottom: 2.5em;
    }

    .about-experience::after {
        background-size: 40%;
    }

    .serviessection::before {
        background-size: 70%;
        top: 19em;
        z-index: 2;
    }

    .footerpink .footerleft {
        width: 100%;
    }

    .footerpink .footerright {
        width: 100%;
        margin: 1.5em 0 0em 0em;
    }

    .footerpink .footerleft h5 {
        padding-top: 1.5em;
    }

    .footerpink .footerleft h2 {
        font-size: 1.6em;
    }

    .footerpink .footerleft h2::before {
        width: 65px;
    }

    h3 {
        margin-top: -1rem;
    }

    .footerpink .footerleftinner h3 {
        font-size: 1.2em;
    }

    .footerpink .footerleft .addressimg h4 {
        font-size: 1.1em;
    }

    .footerpink .footerleft .addressimg h4::before,
    .footerpink .footerleft .addressimg h4.web:before,
    .footerpink .footerleft .addressimg h4.address:before {
        background-size: 60%;
    }

    .footerpink .footerleftinner .socialicon {
        margin: 0em 0 0 2em;
    }

    .footerpink .footerleft .addressimg h4:last-child {
        margin: 0em 0 0em 1.8em;
    }

    .scroll-content {
        display: none;
    }

    .header-social li .fb-icon::before,
    .header-social li .tw-icon::before,
    .header-social li .in-icon::before,
    .header-social li .insta-icon::before {
        background-size: 90%;
    }

    .visionsection::before {
        width: 100%;
        height: 50%;
        top: -6em;
        position: absolute;
        left: 0px;
        right: 0px;
        background-size: cover;
        background-position: top;
    }

    .visionmission:last-child {
        margin-bottom: 1.8em;
    }

    .header-social {
        top: 1.3em;
    }

    .footerpink .footerright formgroup textarea {
        min-height: 12rem;
    }

    .footerpink .footerright formgroup input[type="email"],
    input[type="number"],
    input[type="text"],
    textarea,
    select {
        font-size: 1em;
    }

    .blog-inner-left-box .subtitle+h2,
    .blog-inner-left-box h2,
    .blog-inner-right-box h2 {
        font-size: 25px;
        line-height: 1.1;
    }

    .blog-inner-left-box h3 {
        font-size: 23px;
        line-height: 1.1;
    }

    .blog-inner-left-box h4 {
        font-size: 20px;
        line-height: 1.1;
    }

    .blog-inner-left-box a {
        padding-bottom: 10px;
    }

    .blog-inner-left-box .subtitle {
        font-size: 16px;
    }

    .blog-inner-left-box .author .author-details p,
    .blog-inner-left-box a,
    .blog-inner-left-box i,
    .blog-inner-left-box b {
        font-size: 14px;
    }

    .blog-inner-left-box .author .author-social .social-icon li img {
        width: 20px;
        height: 20px;
    }

    .blog-inner-left-box .author .author-social .social-icon {
        gap: 0 12px;
    }

    .blog-inner-left-box img {
        padding-bottom: 20px;
    }

    .blog-inner-left-box .subtitle,
    .blog-inner-left-box p {
        font-size: 16px;
        line-height: 1.8;
    }

    .blog-inner-left-box ul li,
    .blog-inner-left-box ol li {
        font-size: 16px;
        line-height: 1.8;
    }

    .blog-inner-left-box p,
    .blog-inner-left-box p+img,
    .blog-inner-left-box p+ul,
    .blog-inner-left-box p+ol,
    .blog-inner-left-box h2,
    .blog-inner-left-box h3,
    .blog-inner-left-box h4,
    .blog-inner-left-box h5,
    .blog-inner-left-box h6 {
        padding-bottom: 10px;
    }
}

@media only screen and (max-width:767px) {

    .s-intro h1::after {
        height: 400px;
        width: 100%;
        right: 0em;
        top: -11em;
    }

    .blog .col-md-4 {
        width: 100%;
        flex: 0 0 100%;
    }

    .blog-inner-box img {
        height: 100%;
        max-height: 400px;
    }

    .blog .row {
        gap: 20px;
    }

    .blog p {
        padding-bottom: 10px;
    }

    .blog-inner-box .blog-inner-txt {
        min-height: auto;
    }

    .pagination a {
        font-size: 14px;
        width: 30px;
        height: 30px;
    }

    .pagination {
        gap: 9px;
        margin: 30px 0 0;
    }
}

@media only screen and (max-width:600px) {
    .s-intro h1 {
        font-size: 2.4em;
        margin-top: 0rem;
    }

    /* .s-intro h1::after {height: 300px; width: 100%; right: -7.15em; top: 3.5em;} */
    .col-lg-8.mt5 br {
        display: none;
    }

    .col-lg-8.mt5 {
        width: 100%;
    }

    .s-intro p {
        font-size: 0.73em;
        margin: 2em 0em 3.8em;
    }

    .s-intro {
        max-height: 630px;
    }

    #intro::after {
        height: 87%;
    }

    .s-about {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }

    .section-heading {
        font-size: 1.3em;
        margin-bottom: 3.5rem;
    }

    .section-heading::before {
        left: 14.5%;
        width: 54px;
    }

    .s-about1 {
        padding-top: 0.6em;
        padding-bottom: 8em;
    }

    .about-experience__timeline {
        margin-top: 6rem;
    }

    .timeline__header .timeline__timeframe {
        font-size: 0.73em;
    }

    .item-title {
        font-size: 2.0rem;
    }

    .item-title::before {
        left: -1.6em;
    }

    .visionmission h2 {
        font-size: 1.6em;
    }

    .visionmission h2::before {
        width: 47px;
    }

    .serviessection::before {
        background-size: 62%;
        top: 19em;
    }

    .visionsection {
        padding: 24em 2em 1em 2em;
    }

    .footerpink {
        padding-top: 3rem;
    }

    .footerpink .footerleft h2 {
        font-size: 1.5em;
    }

    .footerpink .footerleftinner {
        margin-top: 2.5em;
    }

    .footerpink .footerleft .addressimg h4 {
        font-size: 0.9em;
        margin: 0em 0 1.5em 2.6em;
    }

    .footerpink .footerleft .addressimg h4:last-child {
        margin: 0em 0 0em 2.6em;
    }

    .header-social li .fb-icon::before,
    .header-social li .tw-icon::before,
    .header-social li .in-icon::before,
    .header-social li .insta-icon::before {
        background-size: 80%;
    }

    .footerpink .footerleft h5 {
        padding-top: 1em;
        font-size: 0.9em;
    }

    .footerpink .footerright formgroup input[type="email"],
    input[type="number"],
    input[type="text"],
    textarea,
    select {
        font-size: 0.9em;
    }

    .footerpink .footerright formgroup textarea {
        min-height: 10rem;
    }

    .about-experience__timeline .column:first-child {
        margin-bottom: 7rem;
    }

    .footerpink .footerleftinner .socialicon {
        margin: 0.6em 0 0 2em;
    }

    .footerpink .footerleft .addressimg h4::before,
    .footerpink .footerleft .addressimg h4.web:before,
    .footerpink .footerleft .addressimg h4.address:before {
        background-size: 55%;
        top: -4px;
    }

    span.timeline__icon.timeline__icon--education {
        background-size: 60%;
    }

    .header-social {
        top: 0.9em;
    }

    .btn,
    button,
    input[type="submit"],
    input[type="reset"],
    input[type="button"] {
        padding: 0.5em 2.5em;
        font-size: 14px;
        height: 43px;
    }

    .footerpink .footerright h5 {
        padding-top: 0em;
        margin-top: 1.5rem;
        font-size: 0.9em;
    }

    .row.intro-content {
        flex-direction: column-reverse;
    }

    .header-menu-toggle {
        right: 20px;
    }

    .blog-inner-left-box img {
        height: 480px;
    }

    .blog-inner-left-box .author {
        flex-wrap: wrap;
    }

    .blog-inner-left-box .author .author-details {
        flex: 0 0 100%;
        width: 100%;
    }

    .blog-inner-left-box .author .author-details p {
        text-align: left;
        margin: 0;
    }

    .blog-inner-left-box .author .author-social {
        margin-top: 15px;
    }
}

@media only screen and (max-width:480px) {
    .s-intro h1::after {
        height: 380px;
        top: -11.5em;
    }

    .s-intro h1 {
        font-size: 2.1em;
    }

    .section-heading::before {
        left: 22.5%;
    }

    .visionsection::before {
        height: 43%;
    }

    .blog-inner-box img {
        height: 100%;
        max-height: 280px;
    }
}

@media only screen and (max-width:375px) {
    .s-intro h1::after {
        height: 380px;
        top: -13em;
    }

    .s-intro h1 {
        font-size: 2.0em;
    }

    .section-heading::before {
        left: 23.5%;
    }

    .visionsection::before {
        height: 42%;
    }

    .header-logo {
        left: 30px;
    }

}

@media only screen and (max-width:320px) {
    .section-heading::before {
        left: 26.5%;
    }

    .visionsection::before {
        height: 38%;
    }
}