@import url('../fonts/dsdigital.css');
/*font-family: 'DS-Digital';*/
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display&family=Poppins:ital,wght@1,100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Playfair Display', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*font-family: 'Poppins', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
/*font-family: 'Bebas Neue', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Antonio:wght@100..700&display=swap');
/*font-family: "Antonio", sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400..900&display=swap');
/* font-family: "Orbitron", sans-serif;*/
@import url(../fonts/gilc/gillsansmt.css);
/*font-family: 'Gill Sans MT Condensed';*/
@import url(../fonts/DS-Digital/DS-Digital.css);
/*font-family: 'Gill Sans MT Condensed';*/
@import url(aos.css);
@import url(jquery.fancybox.min.css);
@import url(bootstrap.min.css);
@import url(owl.carousel.min.css);
@import url(fontawesome/css/fontawesome.min.css);
@import url(nav-menu.css);
@import url(fontawesome/css/all.min.css);

@font-face {
    font-family: Myriad Pro;
    src: url(../fonts/myriadpro/MyriadPro-Semibold.woff2);
}

* {
    list-style: none;
}

img {
    max-width: 100%;
}

figure {
    margin: 0;
}

body {
    font-family: 'Poppins', sans-serif;
    color: #1e1e1e;
    font-size: 16px;
    line-height: 33px;
    font-weight: 300;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

section {
    width: 100%;
    float: left;
}

/*
 *  Custom Scrollbar
 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar {
    width: 5px;
    border-radius: 10px;
    background-color: #f7f7f7;
}

::-webkit-scrollbar-thumb {
    border-radius: 20px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #09b500;
}

/*
 *  Custom Scrollbar End
 */
/* header */


section {
    width: 100%;
    float: left;
}

section.gallery-section .owl-nav button.owl-prev {
    position: absolute;
    left: -20px;
    top: 100px;
}

section.gallery-section .owl-nav i.fa.fa-angle-left {
    font-size: 30px;
}

section.gallery-section .owl-nav button.owl-next {
    right: -20px;
    position: absolute;
    top: 100px;
}

section.gallery-section .owl-nav i.fa.fa-angle-right {
    font-size: 30px;
}


.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.nav-menu>li>a {
    color: #ffffff;
    text-transform: none !important;
}

header {
    position: relative;
    z-index: 10;
}

header .top-right-1 ul li.icon {
    display: none;
}

.slider-text-wrapper {
    position: relative;
}

.animated-text {
    opacity: 0;
    transform: translateY(100%);
    animation: slideInUp 1s forwards;
}

.animated-text:nth-child(1) {
    animation-delay: 0.5s;
}

.animated-text:nth-child(2) {
    animation-delay: 1s;
}

.animated-text:nth-child(3) {
    animation-delay: 1.5s;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

section.slider-section {
    position: relative;
}

.slider-section .tab-box {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
}

.slider {
    position: relative;
    overflow: hidden;
    margin-top: -20px;
    z-index: 0;
}

.slider .carousel-item:before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 25%;
    width: 100%;
    max-width: 190px;
    transform: skew(162deg, 0deg) !important;
    z-index: 0;
    background-color: #221a1a94;
    /* border-radius: 10px 0 10px 0; */
    right: 0;
    z-index: 1;
    margin: auto;
    transition: all ease-in-out 1.5s;
}

.slider .carousel-item.active:before {
    height: 100%;
}

.slider .carousel-item:after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 0;
    right: 30%;
    width: 100%;
    max-width: 190px;
    transform: skew(165deg, 0deg) !important;
    z-index: 0;
    background-color: #476f1a9e;
    /* border-radius: 10px 0 10px 0; */
    z-index: 2;
    margin: auto;
    transition: all ease-in-out 2s;
    /* animation: slideInRight 6s forwards;
    animation-iteration-count: infinite; */

}

.slider .carousel-item.active:after {
    height: 60%;
}

/* @keyframes slideInLeft{
    0% {
      left: -5%;
    }
    100% {
      left: 25%;
    }
  }

  @keyframes slideInRight {
    0% {
      left: 60%;
    }
    100% {
      left: 30%;
    }
  } */
header .top-1 {
    background: #fff;
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
}

header .top-1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #d3d3d3;
}

header .top-1-left {
    float: left;
    position: relative;
    width: 100%;
    background: #d3d3d3;
    height: 36px;
}

.top-1-left::before {
    content: '';
    position: absolute;
    top: 0px;
    height: 100%;
    width: 100%;
    max-width: 40px;
    transform: skew(150deg, 0deg);
    z-index: 0;
    background-color: #d3d3d3;
    /* border-radius: 10px 0 10px 0; */
    right: -30px;
}

header .top-1-left h4 {
    float: left;
    color: #000;
    padding: 4px 15px 4px 0;
    font-size: 14px;
    position: absolute;
    z-index: 01;
    top: 0px;
    bottom: 0;
    /* left: -2px; */
    margin: auto;
    height: max-content;
    font-weight: 700;
    background: #d3d3d3 url(../images/announcement.png);
    background-repeat: no-repeat;
    background-position: right;
}

header .top-1-left marquee a {
    color: #4d4d4d;
    text-decoration: none;
    padding-top: 0;
    font-size: 14px;
    display: inline-block;
}

header .top-right-1 {
    text-align: right;
    padding-left: 40px;
    position: relative;
    top: 0;
    float: right;
    padding: 8px 0;
}

.header .top-right-1 ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
    align-items: center;
    height: 100%;
}

header .font-size-changer button {
    background: none;
    color: #fff;
    border: none;
    width: 20px;
    height: 20px;
    margin-bottom: 0;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    font-size: 11px !important;
    background: #a4a4a4;
}

header .top-right-1 ul li a {
    text-decoration: none;
    color: #000;
}

.logo a img {
    width: 100%;
    padding-top: 0;
}

header .color-switcher button {
    color: transparent;
    width: 20px;
    height: 20px;
    background: #0d0d0d;
    box-shadow: none;
    border: 1px solid #ccc !important;
}

header .color-switcher button#Blue {
    background: #1174c0;
    border-color: #1174c0;
}

header .color-switcher button#White {
    background: #fff;
}

header .color-switcher button#Yellow {
    background: #eeda03;
    border-color: #eeda03;
}

header .top-1-right ul {
    padding: 0;
    margin: 3px 0 0;
    display: inline-block;
}

header .top-right-1 ul li {
    margin: 0 2px;
    float: left;
    font-size: 12px;
    padding: 0 5px;
    list-style: none;
    line-height: 17px;
}

header .top-2 {
    float: left;
    width: 100%;

}

header .top-2 .top-2-right {
    float: right;
    /* display: flex; */
    align-items: center;
    height: 100%;
}

header .top-2 .logo {
    padding: 0px 0;

}

.left-logo {
    display: inline-flex;
    align-items: center;
    position: relative;
    min-height: 74px;
    padding-left: 70px;
    margin: 10px 0;
}

.logo {
    position: absolute;
    left: 0;
    top: 0;
}

header .top-2 .logo a {
    display: inline-block;
}

.logo-title h5 {
    color: #000;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

.logo-title h6 {
    color: #141314;
    font-size: 18px;
    margin-bottom: 0;
}

.logo-title {
    padding: 0px 10px;
}

.left-logo.logo-right {
    float: right;
    text-align: right;
}

.left-logo.logo-right {
    float: right;
    text-align: right;
    padding-left: 0;
    padding-right: 70px;
    max-width: 476px;
    min-height: 87px;
}

.left-logo.logo-right .logo {
    right: 0;
    left: unset;
}

.left-logo.logo-right .logo-title h5 {
    color: #000;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
}

header .top-3 {
    width: 100%;
    float: left;
    /* margin-bottom: -21px; */
    position: relative;
}

.top-3.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #09b500;
    box-shadow: 0 0 9px #000000a6;
}

header .menu-con {
    background: #09b500;
    border-radius: 24px;
    margin-bottom: 0;
    padding: 0 0;
}

header .menu-con ul#menu-primary-menu {
    padding: 0;
    margin: 0;
}

/*DynamicMenuStart======================*/
/* Style the container */

.navbar-expand-lg .navbar-collapse {
    justify-content: center;
}

header .menu-con.my-custom-menu-container {
    position: relative;
    display: inline-block;
}

header .menu-con .navbar-expand-lg {
    padding: 0;
    margin: 0;
}

/* Style the menu items */
.my-custom-menu-class li {
    list-style-type: none;
    display: inline-block;
    position: relative;
}

/* Hide dropdown items */
.my-custom-menu-class ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
}

/* Show the dropdown items when hovering */
.my-custom-menu-class li:hover>ul {
    display: block;
}

/* Style the dropdown items */
.my-custom-menu-class ul li {
    display: block;
}

.my-custom-menu-container li a {
    padding: 6px 12px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    transition: color 0.3s, background 0.3s;
    font-weight: 300;
    text-transform: uppercase;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.image_new {
    animation: blink 1s infinite;
}

/*====================DynamicMenuEnd */
.my-custom-menu-class ul.sub-menu {
    background: none;
    min-width: 180px;
    margin: 0;
    padding: 0;
    position: absolute;
    list-style: none;
    z-index: 98;
    white-space: nowrap;
    color: #000;
    top: 28px;
    padding-top: 12px;
}

.my-custom-menu-class ul.sub-menu li {
    background: #ffffff;
    position: relative;
    padding-right: 19px;
}

.my-custom-menu-class>li {
    color: #fff;

}

.my-custom-menu-class ul.sub-menu li a {
    color: #000;
}

.my-custom-menu-class ul.sub-menu li>ul.sub-menu {
    top: 0;
    left: 100%;
    padding-top: 0;
}

.my-custom-menu-class ul.sub-menu li>ul.sub-menu li {
    background: #ededed;
}

.my-custom-menu-class ul.sub-menu li span.menu-icon {
    position: absolute;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
    transform: rotate(-90deg);
}

/**/
.search button.btn.btn-primary {
    background: none;
    border: none;
    margin-top: 4px;
}

.align-to-right {
    float: unset;
    margin: 0 80px;
}

.nav-menu>li>a {
    padding: 10px 14px;
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    color: #fff;
    transition: color 0.3s, background 0.3s;
    font-weight: 400;
}

li.admission {
    float: right;
    padding-right: 16px;
}

section.iiser-slider .slider img {
    width: 100%;

}

/* .iiser-slider .slider .slider-text {
    position: absolute;
    height: max-content;
    left: 0;
    top: 0px;
    margin: auto;
    width: 100%;
    bottom: 0;
    
    padding: 25px 0;
} */
.slider-text-wrapper {
    max-width: 450px;
}

/* .iiser-slider .slider-text h1 {
    font-size: 49px;
    font-weight: 600;
    color: #fff;
    margin: 0;
} */
.right-list {
    position: absolute;
    right: 0;
    bottom: -52px;
}

.right-list ul {
    display: inline-flex;
}

.right-list li a {
    text-decoration: none;
    color: #ffffff;
}

.right-list ul li {
    padding: 20px;
    max-width: 183px;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}

.right-list ul li:nth-child(1) {
    background: #cd2e2e;
    border-top-left-radius: 25px;
}

.right-list ul li:nth-child(2) {
    background: #a51111;
    font-weight: 700;
}

.right-list ul li:nth-child(3) {
    background: #700e0e;
    font-weight: 700;
}

.slider .slider-image {
    position: relative;
    min-height: 80vh;
    display: flex;
}

.slider .slider-image img {
    width: 100%;
    object-fit: cover;
}


.slider .slider-image:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90.25deg, #35640aa8 28.16%, rgba(100, 19, 32, 0) 68.15%);
    z-index: 1;
}

.slider-section .carousel-control-next,
.slider-section .carousel-control-prev {
    height: max-content;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 1;
    background: #00000082;
    width: 32px;
    height: 44px;
    transition: all ease-in-out 0.5s;
}

.slider-section .carousel-control-next:hover,
.slider-section .carousel-control-prev:hover {
    background: #000000;
}

.slider-section .slider .slider-text {
    position: absolute;
    height: max-content;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    /* background: linear-gradient(45deg, #00000042, transparent, transparent); */
    padding: 25px 0;
    text-shadow: 0 0 20px #000000e8;
    z-index: 1;
}

.slider-text-wrapper {
    max-width: unset;
    margin-top: 0px;
}

/* .slider-section .slider-text h2 {
    font-size: 30px;
    color: #fe7350;
    
} */
.slider-section .slider-text h1,
.slider-section .slider-text h2 {
    font-size: 4vw;
    color: #fff;
    margin: 0;
    font-family: 'Gill Sans MT Condensed';
}

.slider-section .slider-text h4 {
    font-size: 1.5vw;
    font-weight: 200;
    color: #fff;
    margin: 0;
}

.slider-section .slider-text h5 {
    font-size: 1.5vw;
    color: #fff;
    margin: 10px 0 0;
}

.slider-text i.fa-solid.fa-arrow-right {
    font-size: 20px;
    padding: 4px 10px;
}

/* .carousel-inner:before {
    
} */
ul.slider-counter-box li {
    float: left;
    background: #fff;
    text-shadow: none;
    width: 167px;
    height: 110px;
    padding: 5px 0;
    text-align: center;
    border-radius: 20px;
    margin: 5px;
    padding: 10px;
}

ul.slider-counter-box li h6 {
    font-size: 38px;
    font-weight: 400;
    color: #000;
    font-family: 'DS-Digital';
    margin-bottom: 0;
}

ul.slider-counter-box p {
    color: #862f08;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 17px;
    font-weight: 500;
}

ul.slider-counter-box {
    margin: 0;
    padding: 0;
}

section.Certification {
    position: relative;
}

.certification-leaf img {
    width: 100%;
    height: 100%;
}

section.Certification:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(268deg, #862f08 28.16%, rgb(100 19 32) 100.15%);
    z-index: -1;
    top: 0;
    left: 0;
}

section.Certification ul.certification-list li {
    font-style: italic;
}

ul.certification-list {
    padding: 0;
    /* margin: 0; */
}

ul.certification-list li {
    position: relative;
    background: url(../images/shape.png);
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: left 7px;
    padding-left: 28px;
    margin-top: 11px;
}


ul.certification-list li img {
    width: 20px;
    height: 20px;
    margin: 0px 10px;
}

ul.certification-list li p {
    color: #fefefe;
    padding-left: 30px;
}


.heading-group-1 {
    position: relative;
}

.heading-group-1 h3 {
    font-size: 1.7vw;
    font-weight: 400;
}

.certification-content .heading-group-1 h3 {
    color: #f0f48d;
}

.certification-content h6 {
    font-size: 19px;
    font-weight: 200;
}

section.Certification {
    position: relative;
    padding: 60px 0;
    background-image: url(../images/bg-1.png);
    background-repeat: no-repeat;
    background-position: left;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    object-fit: cover;
    background-size: contain;
    color: #fff;
}


.read-more a {
    text-decoration: none;
    background: #340803;
    padding: 4px 25px;
    border-radius: 27px;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin-top: 10px;
    font-weight: 300;
    overflow: hidden;
    position: relative;
}

.read-more a.green-bg {
    background: #227239;
}

.read-more a span {
    position: relative;
    transition: all ease-in-out 0.5s;
}

.read-more a:hover span {
    color: #000;
}

.read-more a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #fcf253;
    left: 0;
    top: 0;
    transition: all ease-in-out 0.5s;
    border-radius: 27px;
}

.read-more a:hover:before {
    width: 100%;
}

section.director-message {
    padding: 60px 0;
    background-image: url(../images/director-bg.png);
    background-repeat: no-repeat;
    width: 100%;
}



.section-2-about-left {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 0 20px 20px;
}

.section-2-about-left::before {
    content: '';
    height: 240px;
    width: 200px;
    left: 0;
    bottom: 0;
    border-radius: 0px;
    position: absolute;
    background: #c9b870;
}

.section-2-about-left img {
    position: relative;
    width: 100%;
}

.director-message .message {
    margin-top: 0;
}


.content-wrapper p {
    text-align: justify;
}



.hod-read-more a.Read-more-btn {
    text-decoration: none;
    color: #fff;
    background: #227239;
    padding: 10px 20px 10px 20px;
    /* font-size: 18px; */
    border-radius: 16px;
    font-size: 16px;
}

section.certification {
    padding: 60px 0;
    background: #00932a;
    text-align: center;
}

section.certification .heading-group-1.border-heading {
    margin-bottom: 60px;
    color: #fcf253;
}

.certification-head {
    text-align: center;
    margin-bottom: 60px;
}

.certification-head h3 {
    font-size: 29px;
    color: #fcf253;
    position: relative;
    font-weight: 400;
}

.heading-group-1.border-heading.text-center::before,
.heading-group-1.border-heading.text-center::after {
    right: 0;
    left: 0;
    margin: auto;
}

.heading-group-1.border-heading {
    padding-bottom: 6px;
}

.heading-group-1.border-heading:before {
    position: absolute;
    content: '';
    width: 275px;
    height: 1px;
    background: #fcf253;
    bottom: 2px;
    left: 0;
}

.heading-group-1.border-heading:after {
    position: absolute;
    content: '';
    width: 110px;
    height: 6px;
    background: #fcf253;
    bottom: 0;
    margin: auto;
    left: 0;
}

.certification .certification-wrapper {
    display: inline-flex;
    flex-wrap: wrap;
    padding-top: 50px;
    position: relative;
}

.certification .works-box {
    width: 120px;
    /* margin-bottom: 50px; */

}

.works-box figure {
    text-align: center;
    padding: 0;
    border-radius: 50%;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px;
    margin-bottom: 0;
    width: 93px;
    height: 93px;
    background: #fff;
    box-shadow: 0 0 16px #00000063;
    border: 2px solid #00932a;
    border-radius: 50%;
    margin-bottom: 15px;
}

.works-box figure:before {
    content: '';
    position: absolute;
    background: #fcf253;
    border-radius: 50%;
    transition: all ease-in-out 0.5s;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.works-box:hover figure:before {
    width: 100%;
    height: 100%;
}

.works-box figure img {
    position: relative;
    max-height: 45px;
    width: auto;
    transition: all ease-in-out 0.5s;
}

.works-box:hover figure img {
    filter: brightness(0.3);
}

.certification-wrapper .works-box:nth-child(9) figure {
    margin-bottom: 0;
    margin-top: 23px;
}

/* .works-box .image figure {
    margin-bottom: 0;
   
    display: flex;
    align-items: center;
    justify-content: center;
   
   
    z-index: 1;
    width: 100%;
    height: 100%;
   
    transition: transform 750ms;
} */

.works-box .image figure:hover {
    transform: translateY(-10px);
}

.works-box .image figure img {
    max-width: 60px;
}

.certification .works-box h3 {
    font-size: 30px;
    font-weight: 600;
    font-family: unset;
    margin-bottom: 0;
}

.certification .works-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 0;
    color: #fff;
}

.certification-wrapper .works-box:nth-child(odd) .works-box-content {
    position: absolute;
    top: -71px;
    width: 150px;
    left: -25px;
    text-align: center;
}

.certification-wrapper .works-box:nth-child(odd) {
    padding-bottom: 150px;
    position: relative;
    bottom: 10px;
    /* color: #dc2b65; */
    max-width: 100%;
}

.certification-wrapper .works-box:nth-child(even) {
    position: relative;
    top: 60px;
    /* color: #6c3161; */
    max-width: 100%;
    text-align: center;
}

.certification-wrapper .works-box:nth-child(even) .works-box-content {
    position: absolute;
    /* top: 0; */
    bottom: 90px;
    width: 150px;
    left: -12px;
    text-align: center;
}

section.notice-event {
    padding: 60px 0;
    background: #f5f5f5;
}

div#Event_slider .owl-dots {
    display: none;
}

.event-image figure a {
    display: flex;
    height: 436px;
    border-radius: 10px;
    overflow: hidden;
}

.event-image {
    position: relative;
}

.event-image figure {
    min-height: 300px;
}

.event-image-description {
    position: absolute;
    bottom: 0;
    padding: 15px;
    color: #fff;
    width: 100%;
}

.event-image figure img {
    width: 100%;
    object-fit: cover;
}

.event-image-description {
    position: absolute;
    bottom: 0;
    padding: 57px 15px 15px 15px;
    color: #fff;
    width: 100%;
    background: linear-gradient(1deg, black, transparent);
}

.event-image-description h4 {
    margin-bottom: 0;
}

.event-image-description h4 a {
    color: #fff;
    text-decoration: none;
}

.event-date {
    color: #baffb7;
}

section.notice-event .notification-tab {
    border-radius: 10px;
    overflow: hidden;
}

div#nav-tab {
    background-color: #0e6b28;
    width: max-content;
    border-top-right-radius: 4px;
    position: relative;
}

div#nav-tab:after {
    top: 0px;
    right: -29px;
    height: 100%;
    width: 31px;
    max-width: 150px;
    position: absolute;
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%);
    background-color: #0e6b28;
    content: '';
    z-index: -1;
}

.notification-tab button.nav-link.active {
    background: #00932a;
    color: #ffffff;
    position: relative;
    border: none;
    z-index: 1;
    left: 0px;
}

.notification-tab button.nav-link {
    color: #ffffff;
    border: none;
    padding-left: 28px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 46px;
    overflow-y: clip;
}

.notification-tab div#nav-tabContent {
    background: #fff;
    z-index: 1;
    position: relative;
    padding: 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    height: 415px;
}

.notification-tab button.nav-link.active:before {
    top: 0px;
    right: -20px;
    height: 100%;
    width: 22px;
    max-width: 165px;
    position: absolute;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
    background-color: #00932a;
    content: '';
    z-index: -1;
}

.notification-tab-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 311px;
    overflow: auto;
}

.notification-tab-list ul li {
    position: relative;
    min-height: 81px;
    padding-left: 64px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
    margin-bottom: 12px;
    float: left;
}

.notification-tab-list ul li .date {
    width: 65px;
    height: 60px;
    background: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    color: #000000;
    left: 0;
    line-height: 20px;
    border-radius: 7px;
    padding-top: 8px;
    border: 1px solid #8d8787;
}



.notification-tab-list .content {
    margin: 0px 10px;
}

.notification-tab-list .content {
    margin: 0px 10px;
}

.date span {
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.notification-tab-list ul li .content a {
    color: #787878;
    text-decoration: none;
    line-height: 20px !important;
    display: inline-block;
    width: 100%;
}

.notification-tab-list ul li:nth-last-child(1)::before {
    display: none;
}

.notice-btn a {
    text-decoration: none;
    background: #af661e;
    padding: 10px 15px 10px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
}

.event-heading h3 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #000;
}

section.notice-event .owl-nav button.owl-prev {
    position: absolute;
    left: 0px;
    top: 0;
    bottom: 0;
    margin: auto;
}

section.notice-event .owl-nav i.fa.fa-angle-left {
    font-size: 30px;
    color: #fff;
}

section.notice-event .owl-nav button.owl-next {
    right: 0px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

section.notice-event .owl-nav i.fa.fa-angle-right {
    font-size: 30px;
    color: #fff;
}


section.card-slider {
    padding-top: 40px;
    padding-bottom: 40px;
}

.card-image img {
    width: 100%;
    height: 75px;
    object-fit: contain;
}
footer.fotter-section  {
    width: 100%;
    float: left;
}

/*======mbdz--section achievment..====*/
section.achievment-mb {
    position: relative;
    padding: 60px 0;
    background-image: url(../images/bg-11.jpg);
    background-repeat: no-repeat;
    background-position: bottom;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    object-fit: cover;
    color: #fff;
    /* background-color: #ffffff54; */
}

section.achievment-mb::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(268deg, #264b00 28.16%, rgb(0 0 0 / 78%) 100.15%);
    top: 0;
    left: 0;
}

/* Announcement sec */
.button-annc {
    position: absolute;
    top: -5px;
    right: -4px;
    bottom: 0;
    margin: auto;
    /* width: 100%; */
    height: max-content;
}

.button-annc a {
    font-size: 11px;
    color: #f0f0f0;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    padding: 0px 15px;
    background: #09b500;
    border-radius: 3px;
    line-height: 24px;
    border-radius: 5px;
}

/* Announcement sec */

/* Affliation */

section.affilation-sec {
    background-image: url('https://osoca.nic.in/wp-content/uploads/2025/08/affilition-left-bg-300x201-1.png'), url('https://osoca.nic.in/wp-content/uploads/2025/08/affiliation-right-bg-300x201-1.png');
    background-position: left top, right bottom;
    background-color: #00932a;
    background-blend-mode: unset;
    padding: 60px 0;
    background-size: contain;
    background-repeat: no-repeat;
}

.affiliation-box figure {
    margin: 0;
    background: #fff;
    padding: 10px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.affiliation-box figure a img {
    width: auto !important;
    height: 100px;
}

section.affilation-sec .owl-carousel .owl-nav button.owl-next,
section.affilation-sec .owl-carousel .owl-nav button.owl-prev {
    z-index: 1;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 0;
    position: absolute;
    top: -30px;
    transform: translatey(-50%);
    right: 0;
}
section.testimonial-sec .owl-carousel .owl-nav button.owl-next,
section.testimonial-sec .owl-carousel .owl-nav button.owl-prev {
    z-index: 1;
    width: 40px;
    height: 40px;
    color: #000000;
    border-radius: 0;
    position: absolute;
    top: -30px;
    transform: translatey(-50%);
    right: 0;
}
section.affilation-sec .owl-carousel .owl-nav button.owl-prev,
section.testimonial-sec .owl-carousel .owl-nav button.owl-prev {
    right: 25px;
}

section.affilation-sec .heading-group-1.border-heading {
    margin-bottom: 60px;
    color: #fcf253;
}

/* Testimonial */

section.testimonial-sec {
    padding: 60px 0 30px;
    background: #25004a;
    background: url('https://osoca.nic.in/wp-content/uploads/2025/08/testimonial-bg-300x200-1.png') no-repeat;
    background-size: cover;
    position: relative;
}

.life-change-box-v2 {
    position: relative;
    padding-left: 115px;
}

.life-change-box-v2 figure {
    margin-bottom: 0;
    position: absolute;
    width: 200px;
    height: 200px;
    left: 0;
    top: 18px;
    z-index: 10;
    border-radius: 10px;
    overflow: hidden;
}

.life-change-box-v2-content-wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 24px;
    color: #000;
    position: relative;
    box-shadow: 0 0 8px #00000030;
    margin: 10px 0;
    min-height: 234px;
    padding-left: 106px;
}

.life-change-box-v2-content-wrapper h4 {
    font-size: 19px;
    font-weight: 500;
    color: #3c8cab;
}

.life-change-box-v2-content-wrapper h5 {
    font-size: 16px;
    color: #3c3c3c;
    font-style: italic;
}
footer.fotter-section .top-footer {

    background: #6b6868;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bottom-footer {
    background: #595959;
    padding: 20px 0 20px;
}
.footer-addtess {
    color: #fff;
}

.footer-text {
    text-align: center;
}
.content {
    padding: 0 7px;
}

.footer-text a img {
    max-width: 116px;
    margin-bottom: 15px;
}

.footer-text p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.footer-2-wrapper ul {
    padding: 0 20px;
}
.footer-2-wrapper ul li a {
    text-decoration: none;
    color: #fff;
    position: relative;
}
.footer-2-wrapper ul li a:before {
    position: absolute;
    content: '';
    background: #0ac800;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    left: -20px;
    top: 6px;
}
.footer-2-wrapper h4 {
    font-weight: 600;
    color: #fff;
}
.osoca-map iframe {
    width: 100%;
    height: 225px;
}

/*======mbdz section achievment end..====*/

@media (min-width: 1200px) and (max-width: 1400px) {

    /* CSS rules here */
    .slider-section .slider-text h1 {
        font-size: 53px;
    }

    .slider-section .slider-text h4 {
        font-size: 26px;
    }

    .heading-group-1 h3 {
        font-size: 30px;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 90%;
    }
}

@media (max-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 96%;
    }

    .slider:after {
        bottom: -228px;

    }

    ul.slider-counter-box {
        bottom: -145px;
    }

    .certification .container {
        width: max-content;
    }

    .slider-section .slider .slider-text {
        top: 100px;
        bottom: unset;
    }
}

@media (max-width: 1365px) {

    .slider {
        height: 75vh;

    }

    .slider-section .tab-box {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 20px;
    }

    .slider-section .slider .slider-text {
        position: absolute;
        height: max-content;
        left: 0;
        top: 100px;
        margin: auto;
        width: 100%;
        bottom: unset;
        /* background: linear-gradient(45deg, #00000042, transparent, transparent); */
        padding: 25px 0;
        text-shadow: 0 0 20px #000000e8;
        z-index: 1111111;
    }

}

@media (max-width: 1200px) {
    .slider-section .tab-box {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 20px;
    }

    .logo-title h5,
    .left-logo.logo-right .logo-title h5 {
        font-size: 16px;
    }

    .logo-title h6 {
        font-size: 15px;
    }

    .slider .carousel-item:before {
        max-width: 113px;

    }

    .slider .carousel-item:after {
        right: 30%;
        max-width: 99px;
    }

    ul.slider-counter-box li h6 {
        font-size: 23px;
    }

    .my-custom-menu-container li a {
        padding: 10px 8px;
        font-size: 14px;
    }

    header .color-switcher button,
    header .font-size-changer button {
        width: 15px;
        height: 15px;

    }

    ul.slider-counter-box li {
        width: 145px;
        height: 89px;
    }

    header .top-right-1 ul li {
        padding: 0 2px;

    }

    .slider-section .slider .slider-text {
        position: absolute;
        height: max-content;
        left: 0;
        top: 100px;
        margin: auto;
        width: 100%;
        bottom: unset;
        /* background: linear-gradient(45deg, #00000042, transparent, transparent); */
        padding: 25px 0;
        text-shadow: 0 0 20px #000000e8;
        z-index: 1111111;
    }

    .align-to-right {
        float: unset;
        margin: 0 45px;
    }

    .nav-menu>li>a {
        padding: 10px 15px;

    }

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 98%;
    }

    .slider-section .slider-text h1 {
        font-size: 43px;
    }

    .slider-section .slider-text h4 {
        font-size: 26px;

    }

    .slider-section .slider-text h5 {
        font-size: 24px;
    }

    .certification .works-box {
        width: 110px;
        /* margin-bottom: 50px; */
    }

    .slider:before {
        left: 35%;

    }

    .slider:after {
        left: 40%;
    }

    /* ul.slider-counter-box {
        bottom: -90px;
    } */


    ul.slider-counter-box p {
        color: #862f08;
        font-size: 12px;
    }
}

@media (max-width: 1080px) {
    .my-custom-menu-container li a {
        padding: 7px 5px;
        font-size: 13px;
    }

    .align-to-right {
        float: unset;
        margin: 0 45px;
    }

    header .top-right-1 {
        padding-left: 0px;
        margin-left: -10px;
    }

    .nav-menu>li>a {
        padding: 10px 9px;

    }

    ul.slider-counter-box {
        bottom: -25px;
        z-index: 1;
    }
}

@media (max-width: 991px) {
    header .top-right-1 {
        padding-left: 0px;
        margin-left: -50px;
    }

    .logo-title h5,
    .left-logo.logo-right .logo-title h5 {
        font-size: 12px;
    }

    .logo-title h6 {
        font-size: 8px;
    }

    .logo {
        width: 50px;
        bottom: 0;
        margin: auto;
        height: max-content;
    }

    .slider-section .tab-box {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 34px;
    }

    .left-logo.logo-right {
        padding-right: 44px;
        min-height: 74px;
        margin-right: 42px;
        max-width: 306px;
    }

    .left-logo {
        padding-left: 47px;
        max-width: 208px;
    }

    .slider .slider-image img {
        height: unset;

    }

    ul.slider-counter-box li {
        width: 163px;
        height: 88px;
    }

    ul.slider-counter-box li h6 {
        font-size: 24px;
    }

    ul.slider-counter-box p {
        font-size: 12px;
    }

    section.Certification {
        background-size: cover;
    }

    .certification-content h3 {
        font-size: 24px;
    }

    header .font-size-changer button {
        width: 15px;
        height: 15px;
    }

    .color-switcher {
        padding-top: 1px;
    }

    header .color-switcher button {

        width: 15px;
        height: 15px;
    }

    header .top-right-1 ul li {
        margin: 0 2px;
        padding: 0 2px;
    }

    .align-to-right {
        float: unset;
        margin: 0 35px;
    }



    .certification-content h6 {
        margin-bottom: 15px;
    }

    .section-2-about-left::before {
        height: 148px;
        width: 152px;
    }



    .certification .works-box {
        width: 100px;
        /* margin-bottom: 50px; */
    }

    /* header .menu-con {
        background: #09b500;
        border-radius: 24px;
        margin-bottom: 0;
        height: 40px;
        width: 7%;
    } */
    .nav-menu>li>a {
        padding: 10px 10px;
        display: inline-block;
        text-decoration: none;
        font-size: 14px;
        color: #fff;
        transition: color 0.3s, background 0.3s;
        font-weight: 400;
    }

    header .top-right-1 ul li.icon {
        display: inline-block;
        margin: 2px 1px;
    }

    header .top-right-1 ul li.icon i {
        color: #000000;
    }

    header .top-right-1 ul li.skip {
        display: none;
    }

    header .top-right-1 ul li.Screen {
        display: none;
    }
}

@media (max-width: 946px) {

    section.certification .heading-group-1.border-heading {
        margin-bottom: 30px;
    }

    .certification-wrapper .works-box:nth-child(odd) .works-box-content,
    .certification-wrapper .works-box:nth-child(even) .works-box-content,
    .certification-wrapper .works-box:nth-child(even),
    .certification-wrapper .works-box:nth-child(odd) {
        position: static;
        max-width: 100%;
        display: inline-block;
        width: 204px;
        padding: 10px;
    }

    .certification .certification-wrapper {
        display: inline-flex;
        flex-wrap: wrap;
        padding-top: 0;
        position: relative;
        justify-content: center;
        margin-top: 20px;
    }

    .certification-wrapper .works-box:nth-child(odd) .works-box-content {
        position: static;
        max-width: 100%;
    }

    .certification-wrapper .works-box:nth-child(9) figure {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .slider {
        height: 67vh;
    }

    .certification-leaf {
        text-align: center;
    }

    .certification-leaf img {
        width: auto;
        max-height: 220px;
        max-width: 100%;
    }

    .certification-content {
        margin-top: 0;
    }

    .read-more a {
        text-decoration: none;
        background: #340803;
        padding: 4px 20px;
        border-radius: 27px;
        color: #fff;
        font-size: 14px;
        display: inline-block;
        margin-top: 10px;
        font-weight: 300;
        overflow: hidden;
        position: relative;
    }

    .read-more a {
        padding: 4px 20px;
        color: #fff;
        font-size: 14px;

    }

    header .top-right-1 ul li.icon {
        width: 100%;
    }

    header .top-right-1 ul li.icon i {
        color: #ffffff;
    }

    .logo {
        width: 50px;
        height: 50px;
    }

    .left-logo {
        min-height: 49px;
        padding-left: 51px;
    }

    .top-1-left::before {
        content: '';
        position: absolute;
        top: 0px;
        height: 36px;
        width: 100%;
        max-width: 0px;
        transform: skew(150deg, 0deg);
        z-index: 0;
        background-color: #d3d3d3;
        /* border-radius: 10px 0 10px 0; */
        right: -23px;
    }

    header .top-1 {
        background: #d3d3d3;
        width: 100%;
        float: left;
        padding: 0;
        position: relative;
    }

    header .top-right-1 {
        right: 0;
        background: #5b8c0c;
        width: 29px;
        z-index: 100;
        top: 183px;
        text-align: center;
        position: absolute;
        border-radius: 5px 0 0 5px;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        box-shadow: 0 0 8px #434146;
        overflow: hidden;
    }

    .top-right-1 ul {
        display: inline-block;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    header .top-right-1 ul li {
        margin: 2px 2px;
        padding: 2px 2px;
    }

    .slider-section .tab-box {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 25px;
    }

    ul.slider-counter-box li {
        width: 119px;
        height: 90px;
        margin: 0 3px;
        padding: 5px;
    }

    ul.slider-counter-box li h6 {
        font-size: 24px;
    }

    ul.slider-counter-box p {
        font-size: 10px;
    }

    .slider-section .slider-text h1 {
        font-size: 35px;
    }

    .slider-section .slider-text h4 {
        font-size: 22px;
    }

    .slider-section .slider-text h5 {
        font-size: 18px;
    }

    .slider:before {
        top: 0px;

    }

    section.certification {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .certification-content h3 {
        font-size: 18px;

    }


    .message h3 {
        margin-bottom: 5px;
        font-size: 24px;
        color: #373737;
    }

    section.director-message {
        text-align: center;
    }

    .hod-read-more a.Read-more-btn {
        text-decoration: none;
        color: #fff;
        background: #227239;
        padding: 8px 10px 8px 10px;
        /* font-size: 18px; */
        border-radius: 16px;
        font-size: 14px;
    }



    .slider {
        margin-top: -35px;

    }

    .nav-menu>li>a {

        color: #000;
    }

    .certification .certification-wrapper {
        left: 6px;
        right: 0;
        margin: auto;
        max-width: 100%;
        justify-content: center;
        padding-top: 0;
    }

    .certification-wrapper .works-box:nth-child(odd) {
        padding-bottom: 50px;

    }

    .certification .works-box {
        width: 155px;
        /* margin-bottom: 50px; */
        left: 10px;
    }

    .certification-wrapper .works-box:nth-child(even) {

        left: 0px;
    }

    .certification-wrapper .works-box:nth-child(even) {
        top: -15px;
    }

    .works-box .image {
        width: 95px;
        height: 95px;
    }

    .works-box .image figure img {
        max-width: 45px;
    }





    .logo-title h6 {
        font-size: 10px;
    }

    .slider .carousel-item:before {
        max-width: 75px;
        left: 51%;
    }

    .slider .carousel-item:after {
        right: 19%;
        max-width: 60px;
    }

    .slider-section .carousel-control-next,
    .slider-section .carousel-control-prev {
        width: 18px;
        height: 32px;
    }

    .slider .slider-image {
        min-height: 67vh;
    }

    .slider-section .carousel-control-next,
    .slider-section .carousel-control-prev {
        left: unset;
        right: 30px;
        bottom: 3px;
        top: unset;
    }

    .slider-section .carousel-control-next {
        right: 3px;
    }

    section.Certification:before {
        background: #862f08;
    }

    .section-2-about-left {
        width: 200px;
        height: 200px;
        padding: 0 0 20px 20px;
        margin-bottom: 18px;
        display: inline-block;
    }

    .director-sec-left-wrapper {
        text-align: center;
    }

    .notification-tab button.nav-link {

        font-size: 14px;
        line-height: 22px;
    }

    .notification-tab div#nav-tabContent {
        margin-bottom: 30px;
    }

    .slider-section .slider .slider-text {

        top: 21px;

    }

    .left-logo.logo-right {
        max-width: 291px;
    }
}

@media (max-width: 576px) {
   .button-annc a {
    font-size: 8px;
    padding: 0px 10px;
    line-height: 20px;

}
   
    .logo-title {
        padding: 0px 0px;
    }

    .slider-section .slider .slider-text {
        top: 73px;
    }


    section.Certification {

        background-image: none;
    }



    .slider:before {
        max-width: 150px;
    }

    .slider:after {
        max-width: 150px;
        height: 100%;
    }

    header .top-right-1 {
        top: 127px;
        right: 0;
    }

    header .top-1:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #d3d3d3;
    }

    .logo-title h5 {
        font-size: 11px;
    }

    .logo-title h6 {
        font-size: 11px;
    }



    .slider-section .slider-text h4 {
        font-size: 14px;
    }

    .slider-section .slider-text h5 {
        font-size: 14px;
    }

    ul.slider-counter-box li {
        width: 74px;
        height: 60px;
        border-radius: 10px;
    }

    ul.slider-counter-box li h6 {
        font-size: 16px;
        margin: 0;
    }

    ul.slider-counter-box p {
        color: #862f08;
        font-size: 8px;
        line-height: 10px;
    }

    .certification-leaf {
        text-align: center;
    }

    .certification-leaf img {
        width: 70%;
        height: 100%;
        /* margin-top: 50px; */
    }

    .certification-content {
        margin-top: 0px;
    }

    section.Certification {
        background-position: top;
        padding-bottom: 15px;
    }

    .nav-toggle {
        width: 30px;
        height: 30px;
        padding: 6px 2px 0;
        position: absolute;
        top: 50%;
        margin-top: -14px;
        right: 5px;
        display: none;
        cursor: pointer;
    }

    .navigation-portrait {
        height: 40px;
    }


    .top-1-left::before {
        right: 0px;
        height: 0;
    }

    ul.certification-list li p {
        font-size: 12px;
    }

    .read-more a {
        padding: 0px 21px;
        font-size: 14px;
    }

    .certification-content h6 {
        font-size: 14px;
    }

    section.director-message {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section.certification {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .certification-wrapper .works-box:nth-child(odd) .works-box-content {

        top: 85px;

    }



    .footer-text p {
        font-size: 10px;
        color: #fff;
        margin: 0;
        line-height: 13px;
    }

    .notification-tab-list ul li .date {
        width: 55px;
        height: 55px;
    }

    .date span {
        font-size: 14px;
    }

    .notification-tab-list ul li .content a {
        font-size: 10px;
    }

    .notice-btn a {
        text-decoration: none;
        background: #af661e;
        padding: 7px 10px 7px 10px;
        border-radius: 10px;
        color: #fff;
        font-size: 14px;
    }

    .notification-tab div#nav-tabContent {
        height: 375px;
    }

    .left-logo {
        min-height: 49px;
        padding-left: 56px;
    }

    .slider .carousel-item:before {
        max-width: 53px;
        left: 47%;
    }

    .slider .carousel-item:after {
        right: 18%;
        max-width: 39px;
    }

    header .top-right-1 ul li.icon i {
        color: #ffffff;
        font-size: 9px;
    }

    .content-wrapper p {
        text-align: center;
    }

    .slider-section .slider-text h1 {
        font-size: 28px;
    }

    .left-logo.logo-right .logo-title {
        position: absolute;
        width: 100%;
        left: 0;
        margin-bottom: -101px;
        text-align: center;
        background: #f1f1f1;
        color: #fff;
        padding: 4px 15px;
    }

    .left-logo.logo-right {
        position: static;
        padding-right: 0;
    }

    .left-logo.logo-right .logo {
        position: static;
        padding-right: 0;
    }

    .left-logo.logo-right {
        min-height: 49px;
    }

    header .menu-con nav button.navbar-toggler {
        top: -49px;
    }

    .logo-title h5,
    .left-logo.logo-right .logo-title h5 {
        font-size: 10px;
    }

    .left-logo {
        max-width: 239px;
    }

    .slider-section .slider .slider-text {
        top: 45px;
        padding-right: 29px;
    }
}

@media (max-width: 420px) {
    .slider-section .tab-box {
        bottom: 41px;
        z-index: 1;
        left: 0;
    }

    .slider-section .slider .slider-text {

        top: 45px;
    }

    header .top-right-1 {
        /* padding-left: 0px; */
        margin-left: -60px;
    }

    .logo a img {
        width: 90%;
        /* padding-top: 5px; */
    }

    .logo-title {
        padding: 0px 0px;
    }

    .logo-title h5 {
        font-size: 14px;
    }

    .logo-title h6 {
        font-size: 14px;
    }

    .nav-toggle {
        right: 15px;
    }

    header .menu-con nav button.navbar-toggler {
        top: -54px;
    }

    .notification-tab-list ul li .content a {
        font-size: 10px;
    }

    .date span {
        font-size: 12px;
    }

    .notification-tab-list ul li .date {
        width: 50px;
        height: 50px;
        font-size: 10px;

    }

    .logo-title h5 {
        font-size: 12px;
    }

    .logo-title h6 {
        font-size: 12px;
    }

    .slider:before {
        left: 60%;
        max-width: 80px;
    }

    .slider:after {
        bottom: -130px;
        left: 60%;
        max-width: 80px;

    }

    section.notice-event {
        padding-top: 40px;
        padding-bottom: 40px;

    }

    section.card-slider {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    footer.fotter-section {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .certification-wrapper .works-box:nth-child(odd) .works-box-content {
        top: 85px;
    }

    .certification .works-box p {
        font-size: 12px;

    }

    .certification-wrapper .works-box:nth-child(even) .works-box-content {
        bottom: 105px;
        left: 0;
    }

    .certification .certification-wrapper {
        padding-top: 0px;

    }

    .footer-text p {
        font-size: 10px;

    }

    header .menu-con nav button.navbar-toggler {
        top: -47px;
    }

    header .menu-con nav button.navbar-toggler {
        width: 33px;
        height: 33px;
    }

    .left-logo {
        min-height: 40px;
        padding-left: 45px;
    }

    .logo {
        width: 43px;
        height: 43px;
    }

    .left-logo {
        padding-left: 47px;
    }

    .logo-title h5,
    .left-logo.logo-right .logo-title h5 {
        font-size: 8px;
    }

    .logo-title h6 {
        font-size: 9px;
    }

    .left-logo.logo-right .logo-title {
        margin-bottom: -92px;

    }

    .logo-title h5,
    .left-logo.logo-right .logo-title h5 {
        font-size: 8px !important;
    }

    header .menu-con nav button.navbar-toggler {
        top: -56px;
    }
}

@media (max-width: 360px) {

    ul.slider-counter-box li {
        width: 76px;
        height: 60px;
        border-radius: 10px;
    }

    ul.slider-counter-box p {
        color: #862f08;
        font-size: 9px;
        line-height: 8px;
    }

    header .top-right-1 {
        /* padding-left: 0px; */
        margin-left: -81px;
    }

    .logo a img {
        width: 80%;
        /* padding-top: 5px; */
    }

    header .font-size-changer button {
        width: 17px;
        height: 14px;
        margin: 3px 0;
        font-size: 8px !important;
    }

    header .color-switcher button {
        width: 13px;
        height: 14px;
    }

    .footer-text p {
        font-size: 8px;
        color: #fff;
        margin: 0;
    }


}
