/*==============fonts area ==============*/
@font-face {
    font-family: 'MyriadPro-Bold';
    src: url('../fonts/MyriadPro-Bold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro-Regular';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro-Light';
    src: url('../fonts/MyriadPro-Light.woff2') format('woff2'),
        url('../fonts/MyriadPro-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MyriadPro-Semibold';
    src: url('../fonts/MyriadPro-Semibold.woff2') format('woff2'),
        url('../fonts/MyriadPro-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


/*==============end fonts area ==============*/
:root {
    --primary-color: #fdb913;
    --secondary-color: #3b4d6b;
    --bg-color: #ffffff;
    --grid-color: #ebf7fd;
    --circle-size: 90px;
    --line-thickness: 6px;
}

body {
    font-family: MyriadPro-Regular;
    background-image: linear-gradient(var(--grid-color) 1px, transparent 1px), linear-gradient(to right, var(--grid-color) 1px, transparent 1px);
    background-size: 40px 40px;
}
html,
body {
    overflow-x: hidden;
}

ul {
    margin: 0px;
}

a {
    text-decoration: none;
}

button:focus,
button:a {
    outline: none;
    box-shadow: none;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

p {
    color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: MyriadPro-Regular;
}

body {
    overflow-x: hidden;
    background-color: #fff;
}

html {
    scroll-behavior: smooth;
}

.p-50 {
    padding: 50px 0px;
}

.btn-a {
    background: #FFC90F;
    color: #000000;
    padding: 5px 40px 5px 20px;
    display: inline-block;
    transition: all 1s ease-out;
    font-size: 16px;
    border-radius: 10px;
    font-family: MyriadPro-Bold;
    position: relative;
}
.btn-a:hover{
    color: #000000;
}
.btn-a img {
    position: absolute;
    top: 0px;
    right: 7px;
}


.heading {
    margin-bottom: 30px;
}

.heading h1 {
    margin-bottom: 10px;
    font-size: 50px;
    font-family: MyriadPro-Semibold;
    color: #293D7C;
}



.heading h1 span {
    color: #293D7C;
    font-family: MyriadPro-Regular;
    font-size: 50px;
}


.heading h2 {
    margin-bottom: 10px;
    font-size: 50px;
    font-family: MyriadPro-Semibold;
    color: #293D7C;
}


.heading h2 span {
    color: #293D7C;
    font-family: MyriadPro-Regular;
    font-size: 50px;
}
.heading p {
    color: #000;
    margin-bottom: 10px;
    line-height: 30px;
}

.heading hr {
    width: 54px;
    height: 1px;
    background-color: #fff;
    opacity: 1;
    margin: 10px 0px;
    margin-bottom: 20px;
}

.heading.heading-center {
    text-align: center;
}

.heading.heading-center hr {
    margin: 10px auto 20px;
}

.heading.nr-head h2 {
    color: #fff;
    background: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    margin-bottom: 0px;
}

.heading.nr-head h3 {
    color: #fff;
    margin-bottom: 0px;
}

.container-fluid {
    width: 93%;
}


.cstm-slide .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: 45%;
    left: -20px;
}

.cstm-slide .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 45%;
    right: -20px;
}

.cstm-slide .owl-carousel .owl-nav button.owl-next,
.cstm-slide .owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 20px;
    line-height: 42px;
    color: #3949ab;
    background-color: #ffa500;
}

.pt-50 {
    padding: 50px 0px;
}
/* ============= hader area ==============*/

.header-area {
    padding: 0px 0px;
    position: fixed;
    top: 0;
  background-color: #293580d1;
    z-index: 999;
    width: 100%;

/*    background-image: linear-gradient(
      to bottom,
      rgba(57, 73, 171, 0.8) 0px,       
      rgba(57, 73, 171, 0.6) 40px,      
      rgba(57, 73, 171, 0.3) 80px,      
      rgba(57, 73, 171, 0) 104px        
    );
    background-blend-mode: overlay;*/

}

.main-header .navbar-nav{
    flex-direction: column;
}
.main-header li.nav-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.whatsapp-ic {
    margin-left: 7px;
    margin-top: -5px;
}

.header-area.fixed {
    position: fixed;
    width: 100%;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}*

.nav-info a {
    margin-right: 39px;
    position: relative;
}
.nav-info a:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 43.45px;
    background-color: #000;
    left: -20px;
    top: -17px;
}
.nav-info a:first-child:after {
    display: none;
}
.header-area .navbar-brand {
    padding: 10px 0px;
    position: relative;
}
.header-area .navbar-brand img {
    height: 84px;
}
/*.header-area.fixed .navbar-brand img {
    height: 48px;
    transition: all 0.5s;
}*/

.main-header .navbar-dark .navbar-nav .nav-link {
    color: #fff;
    transition: all 0.5s;
    padding: 3px 16px;
    position: relative;
    font-family: MyriadPro-Semibold;
    text-transform: uppercase;
    font-size: 20px;
}
/*.header-area.fixed .main-header .navbar-dark .navbar-nav .nav-link {
    padding: 3px 16px;
    font-size: 14px;
}*/
.main-header li.nav-item{
    font-family: MyriadPro-Semibold;
    text-transform: uppercase;
    font-size: 20px; 
    color: #fff;
}
.down-nav-link .nav-link img {
    margin-right: 9px;
}
.main-header .navbar-dark .navbar-nav .nav-link:hover {
    color: #FFC90F;s
}

.nav-link.dropbtn.megamenu-column-header:after {
    margin-left: 7px;
    font-family: "FontAwesome";
    content: "\f078";
    font-size: 11px;
}
.main-header .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}
.main-header #collapsibleNavbar {
    justify-content: end;
    align-items: center;
}
.menu-humburger button {
    background-color: transparent;
    border: none;
    padding: 10px 0px 10px 19px;
    color: #FFC90FFA;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.menu-humburger button i {
    font-size: 35px;
    width: 30px;
}

.humburgerbtn .fa-solid.fa-xmark {
    display: none;
}

.humburgerbtn.humbtnopen .fa-solid.fa-xmark {
    display: block;
}

.humburgerbtn.humbtnopen .fa-solid.fa-bars {
    display: none;
}



/*======== mega menu ==========*/
.menu-megamenu {
/*    display: none;*/
    background-color: #293d7cfa;
    height: 510px;
    width: 450px;
    position: absolute;
    right: -1000px;
    transition: all 0.5s;
    border-radius: 20px;
    top: 140px;
}

.menu-megamenu .container-fluid {
    width: 100%;
    padding: 0;
}

.menu-megamenu.menu-megamenu-open {
    /* display: block; */
    right: 0px;
}

.megamenu-list {
    padding: 30px 0px 30px;
}

.megamenu-item {
    padding: 12px 20px 13px 10px;
    position: relative;
    transition: all 0.5s;
    border-bottom: solid 1px #898989;
}

.megamenu-item:hover {
    background-color: #FFC90F;
}

.megamenu-nav {
    padding: 0;
    list-style: none;
    margin: 0px 40px;
}

.megamenu-list .megamenu-link {
    color: #fff;
    font-size: 20px;
    font-family: MyriadPro-Semibold;
    text-transform: uppercase;
}

.search-area {
    margin: 0px 40px;
    margin-bottom: 15px;
}
.search-area .input-group {
    position: relative;
}
.search-area .form-control.addon-text-box {
    background-color: transparent;
    border: solid 1px #fff;
    border-radius: 10px !important;
    padding: 7px 41px 7px 21px;
    color: #fff;
}
.search-area .input-group-btn {
    position: absolute;
    right: 8px;
    top: 3px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 20px;
    z-index: 99;
}
.search-area .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.search-area .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}

/*on hover dropdown*/

.mega-clm {
    padding-top: 10px;
    border-left: 0;
    padding-bottom: 10px;
}

.menu-megamenu .dropdown-content.cstm-drop-menu {
    height: 510px;
    width: 237px;
    border-left: solid 10px #FFC90F;
    left: auto;
    right: 0;
    top: 140px;
    display: none;
    padding: 0px 27px 20px;
    position: fixed;
    background-color: #fff;
    z-index: 99;
    animation: slideleft 0.4s ease-out;
}

.menu-megamenu .dropdown-content.cstm-drop-menu.active {
    display: block;
}

@keyframes slideleft {
    /* from {

    transform: translateX(-100%);

  }

  to {

    transform: translateX(0);

  }*/
    0% {
        right: -100%;
    }
    100% {
        left: auto;
    }
}


.megamenu-column-header {
    font-size: 17px;
    color: #3949ab;
    font-family: MyriadPro-Regular;
    display: block;
    margin-bottom: 5px;
    margin-top: 16px;
}

.dropbtn.mega-column-header:after {
    margin-left: 7px;
    font-family: "FontAwesome";
    content: "\f078";
    font-size: 20px;
    line-height: 41px;
    font-weight: bold;
    display: block;
    border: none;
    position: absolute;
    right: 30px;
    top: 8px;
    transition: all 0.3s;
    transform: rotate(270deg);
    color: #fcca43;
}

.mega-clm .mega-item .nav-link {
    padding: 3px 5px;
    text-transform: capitalize;
    color: #202020;
    font-size: 14px;
}

.header-area .navbar .link_has_dash .nav-item a {
    padding: 3px 5px 2px 15px;
}


/*======== end mega menu ==========*/

/* ============ end hader area =============*/

/*===========  home banner area ===========*/

.home-banner-area {
    background-color: #e3dad7;
}

.bnner-lft-cnt h1 {
    color: #fff;
    font-size: 44px;
    text-transform: capitalize;
}

.bnner-lft-cnt h1 span {
    background: linear-gradient(to right, #ff8a5b, #0fa3b1);
    background-clip: text;
    color: transparent;
}

.bnner-lft-cnt p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    font-weight: 400;
    margin-bottom: 28px;
}

.bnner-lft-cnt h6 {
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
}

.bnner-rgt-img img {
    width: 370px !important;
    margin: 0 auto;
}

.banner-img-area {
    position: relative;
    overflow: hidden;
}

.banner-img-area img {
    /*height: 660px;*/
    height: auto;
    object-fit: cover;
}

.banner-img-area video {
    height: calc(100vh - 59px);
    object-fit: cover;
    display: block;
}

.banner-inner-item {
    background-repeat: no-repeat !important;
    width: 100%;
    height: calc(100vh - 59px);
    background-position: center !important;
    background-size: cover !important;
    text-align: center;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    /*background-image: linear-gradient(to bottom, #3949aba3 0%, rgba(57, 73, 171, 0) 80%);
    background-blend-mode: overlay;*/
/*    background-image: linear-gradient(
      to bottom,
      rgba(57, 73, 171, 0.65) 0px,
      rgba(57, 73, 171, 0.45) 80px,
      rgba(57, 73, 171, 0.2) 130px,
      rgba(57, 73, 171, 0) 150px
    ),
    url('your-image.jpg');
    background-blend-mode: overlay;*/
}



.bnner-lft-cnt h5 {
    color: #275d99;
    font-size: 25px;
}

.bnner-lft-cnt ul {
    padding: 0px;
    display: flex;
    margin-bottom: 50px;
    margin-top: 15px;
}

.bnner-lft-cnt ul li {
    margin-right: 30px;
    color: #000;
    font-size: 20px;
}

.home-banner-area .banner-shape-1 {
    position: absolute;
    left: 0px;
}

.banner-shape-2 {
    position: absolute;
    right: 0;
    top: 20%;
}

.bnner-lft-cnt h4 img {
    width: 13px !important;
}

.bnner-lft-cnt h4 {
    display: flex;
    align-items: center;
}

.bnner-lft-cnt h4 img {
    margin-right: 9px;
}

.bnner-lft-cnt h4 span {
    color: #5a5e61;
    font-size: 20px;
}

.banner-img-area img {
    height: 100vh;
}

/*===========  end home banner area ===========*/

/*======== academics-admission =========*/
.banner-conter-area {
    padding: 73px 0px 0px;
    height: 100vh;
    position: relative;
}
.aca-admiss {
    text-align: center;
}
.aca-admiss h5 {
    margin-bottom: 0px;
}
.aca-admiss.aca-lft a {
    color: #1A3B84;
    font-size: 30px;
    font-family: MyriadPro-Bold;
    display: block;
    padding: 7px 20px;
}
.aca-admiss.aca-lft a span {
    color: #1A3B84;
    font-size: 24px;
    font-family: MyriadPro-Regular;
}
.aca-admiss.aca-rgt a {
    color: #fff;
    font-size: 30px;
    font-family: MyriadPro-Bold;
    display: block;
    padding: 7px 20px;
}
.aca-admiss.aca-rgt a span {
    color: #fff;
    font-size: 24px;
    font-family: MyriadPro-Regular;
}

.usp_box {
    text-align: center;
}
.usp_box:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}
.usp_box img {
    display: block;
    margin: 0 auto 10px;
}
.usp_box h2 {
    color: #000;
    font-size: 33px;
    margin-bottom: 0px;
    font-family: 'MyriadPro-Semibold';
    display: inline-block;
}
.usp_box span {
    color: #000;
    font-size: 34px;
    font-family: 'MyriadPro-Semibold';
    display: inline-block;
    line-height: 25px;
}
.usp_box p {
    color: #000;
    font-size: 27px;
    line-height: 31px;
    font-family: MyriadPro-Regular;
    margin-bottom: 0px;
}

.footprint-img {
    position: absolute;
    width: 100%;
    bottom: 0;
}
.footprint-img img {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: top;
}
.footshape-1 {
    position: absolute;
    top: -108px;
    z-index: -1;
}
.footshape-2 {
    position: absolute;
    right: 0;
    top: 26%;
}

/*======== end academics-admission =========*/

/*========= why shree =========*/

.shree-why {
    padding: 70px 0px;
    height: 100vh;
    position: relative;
}
.why-shree-rgt img {
    height: 740px;
    object-fit: cover;
    object-position: top;
    margin-bottom: 70px;
}
.why-shree-lft img {
    height: 450px;
    object-fit: cover;
    background-position: top;
}
.why-shree-slide {
    position: relative;
}
.why-shree-slide .heading {
    background-color: #293580;
    display: inline-block;
    padding: 2px 200px 3px 20px;
    position: absolute;
    z-index: 99;
    top: 50px;
}
.why-shree-slide .heading h2 {
    margin-bottom: 0px;
    color: #ffffff;
}
.why-shree-slide .heading h2 span{
    color: #ffffff;
}
.why-shree-cnt p {
    font-size: 20px;
    margin-bottom: 40px;
}
.why-shree-cnt {
    margin-bottom: 71px;
}
.why-shree-slide .owl-carousel .owl-nav {
    position: absolute;
    right: 59%;
    top: auto;
    bottom: -2px;
}
.why-shree-slide .owl-carousel .owl-nav button.owl-next, .why-shree-slide .owl-carousel .owl-nav button.owl-prev {
    width: 43px;
    height: 43px;
    border-radius: 100px;
    margin-left: 10px;
    line-height: 38px;
    color: #ffffff;
    background-color: transparent;
    border: solid 2px #2D4191;
}
.why-shree-slide .owl-carousel .owl-nav button.owl-next:hover, .why-shree-slide .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #FFC90FFA;
    transition: all 0.5s;
}
.why-shree-slide .owl-carousel .owl-nav button img {
    width: 28px;
}



.whyshape-1 {
    position: absolute;
    right: 0;
    top: 0;
}
.whyshape-2 {
    position: absolute;
    bottom: -120px;
    left: 0px;
}
/*========= end why shree ========*/


/*========== we offer ==========*/
.school-section {
    padding: 100px 0px 60px;
    position: relative;
}
.school-section .image-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.school-section .image-card img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease-in-out;
}

.school-section .bottom-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    color: white;
    padding: 20px 15px 15px 15px; 
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 1; 
    transition: opacity 0.3s ease-in-out; 
}

.school-section .bottom-overlay .card-title {
    margin-bottom: 5px;
    font-size: 26px;
    font-family: MyriadPro-Semibold;
    color: #fff;
}
.school-section .bottom-overlay .age-range {
    font-size: 1rem;
    margin-bottom: 0;
    color: #cccccc;
}

.school-section .full-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 79%);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
    border-radius: 10px;
    z-index: 2;
    text-align: center;
}

.school-section .full-overlay .card-title {
    margin-bottom: 5px;
    font-size: 26px;
    font-family: MyriadPro-Semibold;
    color: #fff;
}

.school-section .full-overlay .age-range {
    font-size: 1rem;
    margin-bottom: 5px;
    color: #eeeeee;
}

.school-section .full-overlay .description {
    font-size: 1rem;
    line-height: 1.5;
    max-width: 80%; 
    color: #fff;
}

.school-section .image-card:hover .full-overlay {
    opacity: 1; 
    visibility: visible; 
}

.school-section .image-card:hover .bottom-overlay {
    opacity: 0;
}

.school-section .image-card:hover img {
    transform: scale(1.05)
}
.weoffer-shape {
    position: absolute;
    right: 0;
    top: -60px;
}





.school-section-row{
    position: relative;
}
.school-section .owl-carousel .owl-nav button.owl-next:hover, .school-section .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #FFC90FFA;
    transition: all 0.5s;
}
.school-section .owl-carousel .owl-nav button.owl-next, .school-section .owl-carousel .owl-nav button.owl-prev {
    width: 43px;
    height: 43px;
    border-radius: 100px;
    margin: 0px 10px;
    line-height: 38px;
    color: #ffffff;
    background-color: transparent;
    border: solid 2px #2D4191;
}

.school-section .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    right: 0;
    top: 48%;
    left: -65px;
}
.school-section .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 48%;
    right: -65px;
}

/*========== we offer ===========*/


/*======= principal desk ====== */

.principal-desk-section {
    padding: 0px 0px 150px;
    position: relative;
}
.principal-shape {
    position: absolute;
    bottom: -40px;
    left: 11%;
}
.principal-text-container .heading {
    margin-bottom: 0px;
}
.principal-text-container .heading h2 {
    margin-bottom: 5px;
}

/* Image container with the complex shape */
.principal-image-container {
    width: 350px; /* Adjust as needed */
    height: 400px; /* Adjust as needed */
    background-image: url('../images/principal_image_with_shape.png'); /* Use the image with the shape already cut */
    background-size: contain; /* Ensure the image fits */
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1; /* Ensure it's above the grid */
}


.principal-text-container {
    position: relative;
    left: -210px;
    top: 46px;
}

.principal-text-container .section-title {
    font-size: 2.8rem;
    font-weight: bold;
    color: #003366; /* Dark blue */
    margin-bottom: 25px;
}

.principal-text-container .intro-text {
    font-size: 18px;
    line-height: 25px;
    color: #333;
    margin-bottom: 0px;
}

.principal-text-container .quote {
    font-size: 19px;
    line-height: 1.6;
    color: #000;
    margin-top: 5px;
    position: relative;
    padding-right: 50px;
    margin-bottom: 0px;
    font-family: MyriadPro-Semibold;
}

.principal-text-container .quote-icon {
    content: '';
    position: absolute;
    right: 40px;
    top: 150%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url('../images/principal-quote.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


.principal-text-container .signature {
    font-size: 25px;
    line-height: 27px;
    color: #000000;
    margin-top: 10px;
    padding-top: 20px;
    padding-left: 150px;
    font-family: 'MyriadPro-Semibold';
}
.principal-text-container .signature span {
    font-family: 'MyriadPro-Regular';
    font-size: 19px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .principal-text-container {
        padding-left: 0;
        text-align: center;
    }
    .principal-text-container .signature {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

}
/*======= end principal desk ====== */

/*========= campus section =========*/
.workshop-section {
    position: relative;
    height: 80vh;
    width: 100%;
    overflow: hidden;
    background-color: #333;
}

.scrolling-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    filter: grayscale(100%);
    opacity: 0.3;
    display: flex;
    flex-direction: column;
}

.workshop-section .image-row {
    display: flex;
    width: max-content;
    height: 50%;
    overflow: hidden;
}

.workshop-section .image-row img {
    height: 51vh;
    width: 400px;
    object-fit: cover;
    object-position: top;
    margin: 0 -1px;
    flex-shrink: 0;
}

.workshop-section .top-row {
    animation: scroll-rtl 80s linear infinite;
}

.workshop-section .bottom-row {
    animation: scroll-ltr 80s linear infinite;
}

@keyframes scroll-rtl {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes scroll-ltr {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

.workshop-slide {
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    position: relative;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.workshop-box {
    background: rgba(255, 255, 255, 0.98);
    padding: 30px 60px;
    max-width: 600px;
    width: 100%;
    text-align: center;
    border-radius: 0px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    position: relative;
}
.workshop-box h4 {
    margin: 0;
    color: #000000;
    font-size: 20px;
    letter-spacing: 10px;
    text-transform: uppercase;
}
.workshop-box h2 {
    margin: 0px 0 0px 0;
    color: #1A3B84;
    font-size: 50px;
    text-transform: uppercase;
    font-family: 'MyriadPro-Bold';
}
.workshop-box .subtitle {
    font-size: 22px;
    font-family: 'MyriadPro-Semibold';
    color: #111;
}
.workshop-box .details {
    font-size: 22px;
    font-family: 'MyriadPro-Semibold';
    font-style: italic;
    color: #111;
    margin: 20px 0;
    border-top: solid 1px #FFC90F;
    border-bottom: solid 1px #FFC90F;
    padding: 13px 0px;
}
.workshop-box .tagline {
    font-size: 18px;
    color: #000000;
    margin-top: 25px;
    margin-bottom: 36px;
}



.workshop-slide .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}
.workshop-slide .owl-dots .owl-dot.active {
    background: #B7B5B5 !important;
}
.workshop-slide .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    background: #eaeaea;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}

.workshop-shape1 {
    position: absolute;
    top: 20px;
    left: 20px;
}
.workshop-shape2 {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
/*========= end campus section =========*/

/*========= learning task ==========*/
.learning-task {
    padding: 90px 0px;
    position: relative;
}
.learning-shape2 {
    position: absolute;
    bottom: -100px;
    left: 10%;
}
.learning-shape1 {
    position: absolute;
    right: 11%;
    top: 0;
}
.learning-btn  .btn-a {
    font-family: MyriadPro-Regular;
    margin: 0px 18px;
    padding: 5px 50px 5px 30px;
}
.learning-btn .btn-a img {
    position: absolute;
    top: 0px;
    right: 16px;
}
.learning-task .heading {
    margin-bottom: 38px;
}

/*========= end learning task ==========*/


/*========= footer =========*/
.footer-area {
/*    background-color: #fff;*/
    padding: 359px 0 0;
    background-image: url(../images/footer-bg.png);
    background-repeat: repeat-x;
    width: 100%;
    background-size: cover;
    animation: moveBg 30s linear infinite;
}

/* 👇 Animation for smooth movement right to left */
@keyframes moveBg {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1000px 0;
    }
}

.footer-logo {
    display: flex;
}
.footer-logo img {
    width: 179px;
}
.foote-cnt-rgt {
    margin-left: 20px;
    padding-top: 28px;
}
.footer-logo p {
    margin-bottom: 0px;
    font-size: 14px;
    color: #464545;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
}
.address-phone p a {
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #464545;
    font-weight: 400;
    line-height: 14px;
}
.address-phone p {
    margin-bottom: 5px;
}
.address-phone p a i {
    padding-right: 5px;
}
.footer-menu .footer-head {
    color: #3a3a3a;
    margin-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'MyriadPro-Bold';
}
.footer-menu ul {
    padding-left: 0px;
}
.footer-menu ul li {
    list-style: none;
}
.footer-menu ul li a {
    margin-top: 19px;
    margin-bottom: 0px;
    font-size: 14px;
    color: #464545;
    font-weight: 400;
    line-height: 20px;
}
.social_icons {
    margin-top: 14px;
}
.social_icons a {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 0px;
    background: transparent;
    color: #000;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    margin-right: 3px;
    margin-bottom: 7px;
    border: solid 1px #a5a3a3;
}


.bottom-footer {
    padding: 30px 0px;
    font-size: 17px;
    text-align: center;
    margin-top: 60px;
}
.bottom-footer .copy-foot {
    margin-bottom: 0px;
    font-size: 16px;
    color: #464545;
}

.cloud img {
    width: 100%;
}
.row.footer-row {
    padding-top: 330px;
}



.whatspp_chat_btn {
    transition: all 1s;
}
.whatspp_chat_btn:hover {
    transform: scale(1.1);
}
.whatspp_chat_btn {
    position: fixed;
    left: 10px;
    z-index: 99;
    bottom: 50px;
    width: 60px;
    height: 60px;
}
.whatspp_chat_btn img {
    width: 100%;
}





/*========= end footer =========*/

/*========= about page ===========*/

.page-tab .custom-nav {
  width: 100%;
  background: transparent;
}
.page-tab {
    position: relative;
    z-index: 99;
}
.page-tab .custom-nav ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-tab .custom-nav li {
  flex: 1;
  text-align: center;
  margin: 0 2px;
}

.page-tab .custom-nav a {
  display: block;
  width: 100%;
  padding: 12px 0;
  background-color: #FFC90F;
  color: #1A3B84;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  font-family:MyriadPro-Semibold;
  font-size: 22px;
}

.page-tab .custom-nav li.active a {
  background-color: #1A3B84;
  color: #fff;
}

.page-tab .custom-nav a:hover {
  background-color: #1A3B84;
  color: #fff;
}
.about-main-page {
    position: relative;
}
.abshape-1 {
    position: absolute;
    top: -108px;
}

.abshape-2 {
    position: absolute;
    right: 0;
    bottom: -40px;
}


/*education page */


.education-founders {
    background-color: #e9e9e96b;
    padding: 43px 0px;
}
.founder-detail h3 {
    color: #293D7C;
    font-size: 30px;
    margin-bottom: 0px;
}
.founder-detail h3 span {
    color: #293D7C;
    font-family: MyriadPro-Bold;
    font-size: 30px;
}
.education-detail, .education-founders{
    position: relative;
}

.edushape-1 {
    position: absolute;
    top: 112px;
    left: -60px;
}
.edushape-2{
    position: absolute;
    right: 0;
    bottom: -60px;
}
.edushape-3 {
    position: absolute;
    right: 0;
    top: -60px;
}
.edushape-4{
    position: absolute;
    left: 0;
    bottom: -60px;
}

.founders-slide .owl-carousel .owl-nav {
    position: absolute;
    right: 66%;
    top: auto;
    bottom: 0px;
}
.founders-slide .owl-carousel .owl-nav button.owl-next, .founders-slide .owl-carousel .owl-nav button.owl-prev {
    width: 43px;
    height: 43px;
    border-radius: 100px;
    margin-left: 10px;
    line-height: 38px;
    color: #ffffff;
    background-color: transparent;
    border: solid 2px #2D4191;
}
.founders-slide .owl-carousel .owl-nav button.owl-next:hover, .founders-slide .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #FFC90FFA;
    transition: all 0.5s;
}
.founders-slide .owl-carousel .owl-nav button img {
    width: 28px;
}

/*vision mission page*/
.vision-mission{
    position: relative;
}

.vision-bx {
    text-align: center;
}
.vision-bx img {
    margin-bottom: 12px;
}
.vision-bx h3{
    margin-bottom: 12px;
    color: #293D7C;
    font-size: 30px;
}
.vision-bx.mission-bx p {
    text-align: left;
}
.vision-bx.mission-bx ul {
    text-align: left;
}
.vision-bx.mission-bx ul li{
    padding: 5px 0px;
}
.vision-1 {
    position: absolute;
    right: -80px;
    top: 0;
}
.vision-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*core value page*/
.core-values.pt-50 {
    padding: 20px 0px 50px;
}
.core-values{
    position: relative;
}
.inner-core-values h3 {
    margin-bottom: 12px;
    color: #293D7C;
    font-size: 30px;
    margin-top: 40px;
}
.core-ul {
    display: flex;
    margin-bottom: 22px;
}
.core-ul li {
    padding: 7px 0px;
    color: #000;
}
.core-ul ul {
    width: 40%;
}
.core-values .vision-2 {
    margin-bottom: -60px;
}


/*principal-message page*/
.pr-message{
    position: relative;
}
.pr-message .heading h1 span {
    font-size: 41px;
}
.pr-message .heading h1 {
    font-size: 41px;
}
.principal-profile {
    background-color: #e9e9e96b;
    padding: 43px 0px;
}
.principal-profile .heading h2 {
    font-size: 43px;
    text-align: center;
}
/*========= end about page ===========*/


/*======= the shree why page =======*/
.shree-pg .inner-about-page {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.shree-pg .heading p {
    color: #000;
    margin-bottom: 10px;
    line-height: 35px;
}


/*shri-philosophy*/
.tsus-following h3 {
    color: #293D7C;
    font-family: 'MyriadPro-Bold';
    font-size: 22px;
}
.tsus-following ul li{
    padding: 5px 0px;
}


/*shri differentiate page*/

.tsus-difference ul li {
    font-size: 18px;
    padding: 10px 0px;
}
.tsus-difference ul li span {
    color: #293D7C;
    font-family: MyriadPro-Bold;
}

/*shri legacy*/

.shree-timeline {
    padding: 100px 0px;
    position: relative;
}
.shree-timeline .abshape-2 {
    position: absolute;
    right: 0;
    bottom: auto;
    top: 270px;
}
.shree-timeline .edushape-3 {
    position: absolute;
    right: 0;
    top: 50%;
}

.timeline-cnt {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.timeline-btm-cnt {
    text-align: center;
    margin-top: 16px;
}
.shrre-time-logo {
    text-align: center;
    margin-bottom: 20px;
}

.timeline-row-fst .timeline-img {
    text-align: right;
}
.timeline-img img {
    width: 190px;
    height: 170px;
    object-fit: cover;
}
.timeline-row-fst .timeline-cnt {
    text-align: left;
    padding-left: 20px;
}

.timeline-row-sec .timeline-cnt {
    text-align: right;
    padding-right: 20px;
}


.timeline-cnt h5 {
    font-family: 'MyriadPro-Bold';
    margin-bottom: 0px;
}
.timeline-cnt p {
    margin-bottom: 0px;
}
.inner-timeline .row {
    position: relative;
    padding-top: 70px;
}
.inner-timeline .row:before {
    content: '';
    height: 60px;
    width: 2px;
    contain-intrinsic-block-size: auto 100px;
    position: absolute;
    background-color: #000000;
    left: 50%;
    top: -4px;
}



/*========shri educator page =========*/
.shri-educator-speaks .heading h1 {
    font-weight: 600;
    font-size: 35px;
}
.shri-educator-speaks .heading p.text-center {
    font-size: 18px;
    margin-bottom: 20px;
}

.career-edu {
    padding: 100px 0px;
}
.career-edu .heading h1 {
    font-size: 30px;
    color: #000000;
    font-family: MyriadPro-Regular;
}
.career-edu .heading h1 a {
    color: #000000;
    font-family: MyriadPro-Bold;
}
.career-edu .heading h1 strong{
    color: #000000;
    font-family: MyriadPro-Bold;
}


/*======= end the shree why page =======*/



/*======== shri learning ==========*/

.methodology-area {
    text-align: center;
}

.methodology-area h4 {
    color: #293D7C;
    font-size: 32px;
    font-family: 'MyriadPro-Bold';
    margin-top: 37px;
    margin-bottom: 20px;
}

/*pedagogy page*/

.teaching-cnt h1 {
    color: #293D7C;
    font-size: 33px;
    font-family: 'MyriadPro-Bold';
    margin-bottom: 16px;
}
.methodology-top .row {
    align-items: center;
}
.methodology-btn h3 {
    color: #293D7C;
    font-size: 25px;
    font-family: 'MyriadPro-Bold';
    margin-top: 29px;
}


.purshuit-pic img {
    height: 310px;
    width: 100%;
    object-fit: cover;
}
.purshuit-page-tab ul {
    background-color: #D9D9D9;
    padding: 0;
    list-style: none;
}
.purshuit-page-tab ul li a {
    padding: 12px 20px;
    display: block;
    border-bottom: solid 1px #000;
    color: #000;
}
.purshuit-inner-tab-cnt {
    margin: 40px 0px;
}
.purshuit-page-tab ul li a:hover{
    background-color: #1A3B84;
    color: #fff;
}
.purshuit-page-tab ul li a.active{
    background-color: #1A3B84;
    color: #fff;
}

.ul-bx h3 {
    color: #293D7C;
    font-family: 'MyriadPro-Bold';
    font-size: 22px;
    margin-bottom: 16px;
}
.ul-bx {
    margin-bottom: 25px;
}
.ul-bx ul li {
    padding: 5px 0px;
}


/*======== end shri learning ==========*/


/*======== facilities page ========*/
.facilities-ul h3 {
    color: #293D7C;
    font-family: 'MyriadPro-Bold';
    font-size: 30px;
    margin-bottom: 16px;
}
.fac-ul-bx ul{
    padding-left: 20px;
}
.fac-ul-bx ul li {
    padding: 5px 0px;
}


.facilities-row {
    margin-bottom: 50px;
}




/*======== end facilities page ========*/


/*======== admission page =======*/

.age-table {
  max-width: 100%;
  border: 1px solid #dee2e6;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.age-table thead {
  background-color: #243E8B; /* Blue header */
  color: #fff;
}
.age-table th, .age-table td {
    padding: 12px 20px;
    vertical-align: middle;
    border: solid 1px #000;
}
.age-table tbody tr:nth-child(even) {
  background-color: #f8f9fa;
}
.age-table th:first-child,
.age-table td:first-child {
  width: 60%;
}

.admission-guidelines-pg .tsus-following ul {
    margin-bottom: 20px;
}
.admission-guidelines-pg .tsus-following h3 {
    font-size: 28px;
    margin-bottom: 16px;
}

/*======== end admission page =======*/

/*=============faq area===============*/
.faq-appointment-area {
    overflow: hidden;
}
.blog-faq {
    padding-top: 50px;
    padding-bottom: 50px;
}
.faq-appointment-area .heading h2 {
    margin-bottom: 5px;
}
.faq-appointment-area .heading h4 {
    color: #363636;
    font-size: 20px;
}
.blog-faq .accordion-button {
    font-size: 18px;
    padding: 18px 0px;
}
.blog-faq .accordion-button span {
    width: 40px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    border-radius: 100px;
    margin-right: 10px;
}
.blog-faq .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #293580;
    box-shadow: none;
    border: solid 1px #000;
    border-radius: 180px !important;
    padding: 9px 20px;
}
.blog-faq .accordion-button:focus{
    outline: none;
    box-shadow: none;
}
.blog-faq .accordion-body {
    border-left: none;
    padding-left: 0px;
    padding-top: 19px;
    padding-bottom: 20px;
    font-size: 18px;
}
.blog-faq .accordion-button {
    font-size: 20px;
    padding: 16px 0px;
    color: #000;
    background-color: transparent;
}
.blog-faq .accordion-button.collapsed {
    border: solid 1px #293D7C;
    border-radius: 180px !important;
    padding: 9px 20px;
    margin-bottom: 20px;
}

.blog-faq  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.blog-faq .accordion-item {
    border: none;
    background-color: transparent;
}
.blog-faq .accordion-button:not(.collapsed)::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f068";
    font-size: 14px;
}
.blog-faq .accordion-button::after {
    background-image: none;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f067 ";
    font-size: 14px;
    width: auto;
}


/*=============end faq area===============*/



/*========= contact area =========*/
.inner-map iframe {
    width: 100%;
}
.inner-map iframe {
    width: 100%;
    height: 500px;
}
.conatct-info-form .heading h2 {
    margin-bottom: 50px;
    font-size: 36px;
    font-family: MyriadPro-Bold;
    color: #293D7C;
}
.reach-us-info h3 {
    margin-bottom: 20px;
    font-size: 28px;
    font-family: MyriadPro-Bold;
    color: #293D7C;
}
.reach-us-info ul {
    padding: 0px;
}
.reach-us-info ul li {
    list-style: none;
    display: flex;
    padding: 8px 0px;
    align-items: center;
}
.reach-us-info ul li a {
    color: #293D7C;
    font-size: 18px;
}
.reach-us-info ul li {
    list-style: none;
    display: flex;
    padding: 8px 0px;
}
.reach-us-info ul li  span {
    width: 25px;
    height: 25px;
    background-color: #b9b9b9;
    color: #293D7C;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    border-radius: 100px;
    margin-right: 11px;
}

.conatct-info-form {
    padding-bottom: 50px;
}


/*========= end contact area =========*/


/*======== gallery page =========*/
.gallery-area .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.gallery-area .card {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
}
.gallery-area .card-image {
  background: #ffffff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.gallery-area .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .gallery-area .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

/*======== gallery page =========*/

/*======== cbse mandatory disclosure page =========*/

.info-table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  font-size: 15px;
}
.info-table thead {
  background-color: #4A3B8F;
  color: #fff;
}
.info-table th {
  padding: 14px 18px;
  text-transform: uppercase;
  font-weight: 600;
}
.info-table td {
  padding: 14px 18px;
  color: #333;
  vertical-align: middle;
}
.info-table tbody tr:nth-child(even) {
  background-color: #f3f3f3;
}
.info-table tbody tr:nth-child(odd) {
  background-color: #fff;
}
.info-table td:first-child {
  width: 50px;
  text-align: center;
  font-weight: 600;
}
.info-table td:nth-child(2) {
  font-weight: 500;
  text-transform: uppercase;
}

.disclosure-table-row {
    margin-bottom: 30px;
}
.doc-link {
    color: #c15959;
}
.highlight {
    color: #c15959;
}

/*======== cbse mandatory disclosure page =========*/


/*changes*/
.learning-task .learning-shape2 {
    left: 0px;
}

.megamenu-list .parent-portal .megamenu-link {
    padding: 7px 16px;
    color: #000;
    background-color: #FFC90F;
    border-radius: 7px;
}
.megamenu-item.parent-portal:hover {
    background-color: transparent;
}

.megamenu-item.parent-portal {
    border-bottom: none;
    margin-top: 10px;
}


.facilities-youtube {
    margin-bottom: 50px;
    width: 100%;
    height: 550px;
    overflow: hidden;
}

.facilities-youtube iframe {
    width: 100%;
    height: 100%;
    transform: scale(1.4);
    pointer-events: none;
}

.about-main-page.explore-pd{
    padding: 10px 0px;
}
.explore-pd .abshape-1 {
    top: -68px;
}

.admissionpopup .modal-title {
    font-family: 'MyriadPro-Bold';
    color: #293580;
}



.school-section-row .owl-dots {
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: auto;
    right: auto;
    margin: 0 auto;
    width: 100%;
}
.school-section-row .owl-dots .owl-dot.active {
    background: #362f7c !important;
}
.school-section-row .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    margin: 0 5px;
    background: #ababab;
    outline: 0;
    cursor: pointer;
    transition: .25s ease-in-out;
    text-align: center;
    border-radius: 210px;
}






/*============= blog page ============*/
/*blog list */

.main-blog {
    margin-top: 30px;
}

.blog-list-bx {
    transition: all 0.5s;
    margin: 0px 7px 50px;
}

.blog-list-img {
    margin-bottom: 15px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    transition: 0.5s all;
}

.blog-list-img a:before {
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 1;
    transition: 0.5s all;
    opacity: 0;
}

.blog-list-img img {
    transition: 0.5s all;
}

.blog-list-bx:hover .blog-list-img img {
    transform: scale(1.1) rotate(2deg);
    transition: 0.5s all;
}

.blog-list-bx:hover .blog-list-img a:before {
    opacity: 1;
    transition: 0.5s all;
}

.blog-list-img img {
    transition: 0.5s all;
    width: 100%;
    height: 220px;
    object-fit: cover;
    position: relative;
}

.blog-list-img a.btn-c.case-pos {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #FFC90F;
    padding: 7px 26px 7px;
    font-size: 14px;
    opacity: 0;
    z-index: 9;
    color: #000;
    border-radius: 20px;
    font-family: MyriadPro-Bold;
}

.blog-list-bx:hover a.btn-c.case-pos {
    opacity: 1;
}

.blog-list-img a.btn-c.case-pos:before {
    display: none;
}

.blog-list-cnt a h4 {
    font-size: 18px;
    font-weight: 400;
}

.blog-list-cnt a {
    color: #000;
}

.blog-list-bx:hover .blog-list-cnt a h4 {
    color: #999;
}

.blog-list-cnt a h4 {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.5s;
    font-family: 'MyriadPro-Semibold';
    color: #293D7C;
}

.blog-list-cnt ul {
    padding-left: 0px;
}

.blog-list-cnt ul li {
    display: inline-block;
    text-transform: uppercase;
    color: #9f9f9f;
    font-size: 10px;
    padding-right: 11px;
    position: relative;
    margin-bottom: 0;
}

.blog-list-cnt ul li:after {
    background: #b1b1b1;
    height: 15px;
    width: 1px;
    position: absolute;
    right: 5px;
    top: -1px;
    content: "";
}

.blog-list-cnt ul li:last-child:after {
    display: none;
}

.cstm-wrapp .page-numbers {
    min-width: 60px;
    padding: 2px 10px;
    /* height: 30px; */
    line-height: 29px;
    display: inline-block;
    border: solid 1px #000;
    text-align: center;
    margin: 10px;
    color: #000;
    font-size: 14px;
}
.cstm-wrapp .page-numbers.current {
    background-color: #293580;
    color: #fff;
}
.cstm-wrapp {
    text-align: center;
}


/*blog detail*/

.blog-inner-main-img {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.blog-inner-main-img img {
    border: solid 1px #bababa;
    margin-bottom: 20px;
}

.blog-lft.blog-detail-inner {
    padding-right: 25px;
}

.blog-detail-inner h2 {
    color: #000;
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 10px;
    margin-bottom: 19px;
    font-weight: 600;
}

.blog-detail-inner h4 {
    color: #000;
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 7px;
}

.blog-detail-inner .blog-detail-inner p {
    font-size: 16px;
    color: #000000;
    text-align: justify;
    line-height: 26px;
}


.blog-detail-inner .heading h2 {
    border-bottom: none;
    margin-bottom: 0px;
}

.written-blog {
    color: #000;
    margin-bottom: 11px;
    display: block;
}

/*============ end blog page ============*/
