/* reset css */
*,:after,:before{box-sizing: border-box;padding: 0;margin: 0;border: none;outline: none; font-family: "Poppins", serif;}
img{max-width: 100%;}
ul,li{list-style: none;margin: 0;letter-spacing: 1px; }
a{text-decoration: none !important;display: inline-block;color: #383838;font-size: 16px;cursor: pointer;}
a { text-decoration: none !important; display: inline-block; color: #383838; font-size: 18px; cursor: pointer;}
select,input,textarea,button{width: 100%;border: none;outline: none; background: transparent;cursor: pointer;font-size: 16px;}
input::placeholder, textarea::placeholder {opacity: 1;color: #626262;}  
textarea{resize: none;}
p {color: #3a3a3a;font-size: 18px;margin: 15px 0;text-align: justify;line-height: 1.6;}
.textl{text-align: left;}
.textc{text-align: center;}
.textr{text-align: right;}
iframe{width: 100%;height: 350px;border: none;}
h1{font-size:34px;  margin: 15px 0  30px;  color: var(--purple); font-weight: 500; text-align: center; position: relative;}
h2{font-size:28px;  margin: 15px 0 0;  color: var(--dark-blue); font-weight: 500;}
h3{font-size:32px;margin:15px 0; font-weight: 300; color: var(--purple); }
h4{font-size:28px;margin:15px 0; font-weight: 300;  }
h5{font-size:25px;margin:15px 0; font-weight: 300;  }
h6{font-size:22px;margin:15px 0; font-weight: 300;  }
:root{scrollbar-width: none !important;}  
.fancybox-button--thumbs {display: none !important;}
/* reset css */


/* common css */
.wrapper{width: 100%;overflow: hidden;}
.fluid-container{width: 100%;max-width: 1280px;margin: 0 auto;padding: 0 20px;}
/* common css */

:root{
    --yellow : #FBC500;
    --purple: #792A87;
    --dark-blue: #002C53;
   }
/* Button */
.common-btn {display: flex;justify-content: flex-start;align-items: center;padding: 20px 0;}
.common-btn a { color: #000; position: relative; background:#fff; padding: 10px 30px; font-size: 16px; cursor: pointer; transition: ease all .4s; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.common-btn.yellow-btn a {background: var(--yellow);color:#000;border-bottom: solid 2px #ffff04;}
.common-btn a:hover { background-color:var(--yellow); color: #fff; }
.common-btn.yellow-btn a:hover {background-color: var(--dark-blue); }
/* Button */

.right-header ul li a.act-link , .sub-footer-links li a.act-li{color: var(--yellow);}
.right-header ul li span.act-link{color: var(--purple);}

h1::before {content: "";position: absolute;height: 2px;width: 185px;background:var(--dark-blue);left: 0;right: 0;margin: auto;bottom: -4px;}
h1::after {content: "";position: absolute;height: 25px;width: 30px;background: url('../images/icons/open-book.webp') no-repeat top center/cover;left: 0;right: 0;margin: auto;bottom: -13px;filter: brightness(0) saturate(100%) invert(76%) sepia(32%) saturate(1686%) hue-rotate(360deg) brightness(101%) contrast(104%);}


.header-top-section{width: 100%; max-width: 100%; background: var(--purple); padding: 5px 0;}
.header-top-inner{width: 100%; max-width: 100%; display: flex; justify-content:flex-start; align-items: center;}
.header-top-inner .header-top-icons{width: 100%; max-width:50%; display: flex; justify-content: flex-start; align-items: center; gap: 20px; padding: 3px 0;}
.header-top-inner .header-top-icons:last-child{justify-content: flex-end;}
.header-top-icons a img{width:100%; max-width:25px; filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(1805%) hue-rotate(2deg) brightness(114%) contrast(103%);}
.header-top-icons ul li a{color: #fff;}
.header-top-icons a{display: flex; justify-content: center; align-items: center;}


/* header */
.inner-header-wrapper{display:flex;justify-content:space-between;align-items:center;gap:5px;}
.right-header > ul{display:flex;justify-content:space-between;align-items:center;}
.left-header{display:flex;width:100%;max-width:300px; transition: 1s ease;}
.header-wrapper{position:relative;z-index:2;right:0;left:0; background:#fff; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.right-header ul li a, .right-header ul li span {  color: #000;font-weight:600;  padding: 36px 15px;  font-size: 15px; cursor: pointer; max-width:320px;}
.dropdown-wrapper ul li a, .dropdown-wrapper  li span{color: #fff; font-size: 14px;}
.left-header img{display:flex;width:100%;max-width:100%; transition: 1s ease;}
header.scrolled-header{position: fixed;top: 0; left: 0; right: 0; z-index: 999;}
.scrolled-header .right-header{padding-left: 30px; transition: 1s ease;}
.dropdown-wrapper li svg , .dropdown-wrapper li i {color: #ffc304;padding-right: 10px;font-size: 16px;}

/* header */


/* home-banner */
.slider {display: flex;width: 100%;height: calc(100vh - 130px);position: relative;background-size: cover;background-repeat: no-repeat;background-position: center center;z-index: 0;position: relative;}
/* .slider::before{position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background: #0000008c;} */
.home-sliders{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position: relative;}
.scrolled-header .header-top-section{display: none;}
.scrolled-header .left-header{max-width:270px;}
.scrolled-header .right-header ul li a ,.scrolled-header.right-header ul li span{font-size: 16px;}
.swiper-img{width:100%;max-width:550px;margin: auto;display:flex;justify-content:center; }
.swiper-content {width: 100%;max-width: 900px;position: relative;height: 100%;display: flex;flex-direction: column;align-items: flex-start;justify-content: flex-end;  margin-bottom: 180px;}
.swiper-img{position: relative;}
.slider .fluid-container{display:flex;width:100%;}
.swiper-content h2{font-size:45px;color:#fff;}
.swiper-content h3{font-size:30px;color:#fff;text-transform:uppercase;margin: 15px 0;position: relative;line-height:1.5;  border-left: 4px solid #82ff0e;}
.slider h2{color:#fff;text-shadow:1px 2px #000; }
.home-sliders h2{text-align: center;display: flex;flex-direction: column;align-items: center;justify-content:center;  font-weight: 400;}
.home-sliders h3{text-align:center;}
.home-banner-wrapper {height: calc(100vh - 150px);}
/* .inner-home-wrapper {width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: flex-start;text-align: center;position: relative;z-index: 1;padding-top: 90px;transform: translateY(50%);transition: 2s ease-in-out;} */
.owl-dots {display: block !important;position: absolute;bottom: 100px;right: 0;left: 0;margin: auto;}
.inner-home-wrapper span {font-size: 32px;color: #fff;  font-weight: 500; padding-bottom: 15px; line-height: 1.5; text-align: left; width: 100%; max-width: 600px;}
.owl-item.active .inner-home-wrapper { transform: none; transition: 1.2s ease-in-out;}
.inner-home-wrapper { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; text-align: center; position: relative; z-index: 1; padding-top: 90px; opacity: 0; transform: translateX(-50px) scale(0.95); animation: slideInScale 1s cubic-bezier(0.68, -0.55, 0.27, 1.55) forwards;}

@keyframes slideInScale {
   0% {
       opacity: 0;
       transform: translateX(-50px) scale(0.95);
   }
   100% {
       opacity: 1;
       transform: translateX(0) scale(1);
   }
} 





/* home-banner */



   /* Dropdown css */
.dropdown-wrapper-li{position: relative;}
li.dropdown-wrapper-li .dropdown-wrapper { pointer-events: none; opacity: 0; position: absolute; width: 300px; top: 100px; visibility: hidden; transition: all .2s ease-in; z-index: 1; display: flex; justify-content: center; align-items: stretch;  left: -75px;gap: 50px;}
.products-images, .products-images img { width: 100%; max-width: 250px; display: flex; justify-content: center; align-items: center;}
.dropdown-wrapper-li.act-link span, .dropdown-wrapper-li:hover span {color: var(--dark-blue);}
.products-images img {object-fit: cover;height: 100%;}
.first-route-products ul li a:hover, .first-route-products ul li a.act-link {color: #ffd49b !important;}
.dropdown-wrapper{position: relative;}
li.dropdown-wrapper-li:hover .dropdown-wrapper{visibility: visible;opacity: 1;top:60px;pointer-events: visible; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;  background:var(--dark-blue); border-bottom: 5px solid var(--yellow);}
.dropdown-wrapper ul{width: 100%; max-width: 100%;}
.dropdown-wrapper li {position: relative;border-bottom: 1px dotted #fff; padding-left: 10px; }
.dropdown-wrapper li:hover a{transform: translateX(10px);} 
.dropdown-wrapper li:last-child{border-bottom: unset;}
.dropdown-wrapper ul{ position:relative ; z-index: 2;}
.dropdown-wrapper li a{width: 100%; max-width: 350px; padding: 10px 5px !important;color: #4c6444;  transition: transform 0.3s ease, padding-left 0.3s ease; }
header.scrolled-header li.dropdown-wrapper-li:hover .dropdown-wrapper{top:60px;}
.first-route-products h3 {font-size: 30px;display: inline-block;border-bottom: 2px solid #fefffe;color: #fff;}
.first-route-products.act-link .first-route-products ul li img {display: none;}
.dropdown-wrapper ul li a{position: relative; display: flex;}


/* Dropdown css */




/* owl-carousel css  */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}
.owl-carousel{width:100%;z-index:1}
.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden;}
.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}
.owl-carousel .owl-item img{display:block;width:100%;}
.owl-carousel .owl-dots ,.owl-carousel .owl-nav{display:none;font-size:55px}
.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:#354c42;color:inherit;border:none;padding:0!important;font:inherit}
.owl-carousel.owl-loading{opacity:0;display:block}
.owl-carousel.owl-hidden{opacity:0}
.owl-carousel.owl-refresh .owl-item{visibility:hidden}
.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display: flex;justify-content: center;align-items: stretch;}
.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}
.owl-carousel.owl-rtl .owl-item{float:right}
.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}
.owl-carousel .owl-animated-in{z-index:0}
.owl-carousel .owl-animated-out{z-index:1}
.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}
.owl-height{transition:height .5s ease-in-out}
.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}
.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}
.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}
.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}
.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}
.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}
.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
.owl-theme .owl-nav{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-nav [class*=owl-]{color:#b4b4b4;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;border-radius:3px}
.owl-theme .owl-nav [class*=owl-]:hover{color:#d0630e;text-decoration:none}
.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}
.owl-theme .owl-dots{text-align:center;-webkit-tap-highlight-color:transparent}
.owl-theme .owl-dots .owl-dot{display:inline-block;}
.owl-theme .owl-dots .owl-dot span{width:15px;height:15px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
.owl-theme .owl-dots .owl-dot.active span{background:#b4b4b4}
.owl-dots{text-align-last: center;padding:0;}
.owl-carousel button.owl-dot {width: 100%;max-width: 50px;height: 10px;display: inline-block;margin: 15px 5px;background:#fff;border-radius: 0;position: relative;border-radius: 10px;}
.owl-dots{display:block!important;position: relative;}
.owl-dots .owl-dot.active{background:var(--yellow) !important;}

.owl-carousel button.owl-dot::before {content: "•"; font-size: 14px;color: transparent;display: block;text-align: center;position: absolute;width: 100%;height: 100%;line-height: 10px;top: 0;left: 0;}
button.owl-dot {position: relative;}
button.owl-dot:focus {outline: 2px solid transparent; }





/* owl-carousel css  */


/*  Resp menu css  */
.desk-resp-ham {display: none;}
.desk-resp-ham ul.toggle-desk {position: absolute;cursor: pointer;line-height: 12px;min-height: 34px;display: block !important;width: 34px;text-align: center;right: -8px;bottom: 32px;margin: 0 20px;top: 88px;}
.desk-resp-ham ul.toggle-desk li {transform: translateY(-50%);list-style: none;display: block;position: absolute;left: 0;height: 2px;right: 0;margin: 0 auto;width: 30px;opacity: 1;background: var(--purple) ;transition: all .25s ease;}
.desk-resp-ham ul.toggle-desk li:nth-of-type(1) {top: 20%;}
.desk-resp-ham ul.toggle-desk li:nth-of-type(2) {top: 50%;}
.desk-resp-ham ul.toggle-desk li:nth-of-type(3) {top: 80%;}
.desk-resp-ham ul.toggle-desk.active li:nth-of-type(1) {top: 50%;transform: translateY(-50%) rotate(45deg);}
.desk-resp-ham ul.toggle-desk.active li:nth-of-type(2) {transform: translateY(-50%) rotate(45deg);opacity: 0;}
.desk-resp-ham ul.toggle-desk.active li:nth-of-type(3) {top: 50%;transform: translateY(-50%) rotate(-45deg);}
.desk-resp-ham .sidebar {position: fixed;top: 0;left: -350px;background: #f9f9f9;width: 270px;height: 100vh;box-sizing: border-box;text-align: center;transition: .9s;z-index: 999;overflow: scroll;overflow-x: hidden;}
.desk-resp-ham .sidebar::-webkit-scrollbar {display: none;}
.desk-resp-ham .sidebar.active {left: 0;box-shadow: 1px 0 8px rgba(0, 0, 0, 0.637);}
.desk-resp-ham .sidebar.active > a{width: 100%;background: #dcd1bf;display: flex;justify-content: center;align-items: center;padding: 20px 10px;}
.desk-resp-ham .sidebar img {width: 85%;}
.desk-resp-ham .sidebar ul.menu {position: relative;text-align: center;width: 100%;display: flex;flex-direction: column;gap: 0;margin: 0;}
.desk-resp-ham .sidebar ul.menu li {list-style: none;width: 100%;cursor: pointer;}
.desk-resp-ham .sidebar ul.menu li a {position: relative;color: var(--purple);width: 100%;width: 100%;justify-content: space-between;display: flex;padding: 15px 20px 15px 20px;font-size: 17px;text-align: left;}
.desk-resp-ham .sidebar ul.menu li a.act-link{color: #dcd1bf;}
.desk-resp-ham .sidebar ul.menu > li > a.act-link { color: #fff; background: var(--dark-blue);}
.nav-dropdown li a {padding: 10px 0 10px 30px !important;}
.nav-dropdown li a::before {content: '';position: absolute;left: 2px;width: 6px;height: 6px;border-right: 2px solid #e2e2e2;border-bottom: 2px solid #e2e2e2;transform: rotate(-45deg);top: 0;bottom: 0;margin: auto;left: 15px;}
.desk-resp-ham .sidebar ul.menu > li > a:hover {background:var(--dark-blue);color: #fff !important;}
.desk-resp-ham .sidebar ul.menu>li>a {display: flex;gap: 5px;align-items: center;border-bottom: 1px dotted #30302e;}
.desk-ham-menu li a.act-link ~ .nav-dropdown > li > a.act-link{left: 0;}
.nav-dropdown-1 { background: #718d67; border-top: 3px solid #dcd1bf;}
.desk-resp-ham .sidebar ul.menu > li > span { display: flex; gap: 5px; align-items: center; border-bottom: 1px dotted #c9c9c9;}
.desk-resp-ham .sidebar ul.menu li span { position: relative; text-transform: capitalize; color: var(--purple); width: 100%; width: 100%; justify-content: space-between; display: flex; padding: 15px 20px 15px 20px; font-size: 17px; text-align: left;}
.desk-resp-ham .sidebar ul.menu > li > span:hover, .desk-resp-ham .sidebar ul.menu > li > span.act-link ,.bottom-box ul li.act-link a {background: var(--dark-blue);color:#fff !important;}
.nav-dropdown li.act-link a,.nav-dropdown li a:hover a,.desk-resp-ham .sidebar ul.menu>li>a.act-link a{color: #dcd1bf !important;}
.nav-dropdown li a.act-link::before,.nav-dropdown li a:hover::before,.desk-resp-ham .sidebar ul.menu>li>a.act-link a::before {border-right: 2px solid #ffd49b;border-bottom: 2px solid #ffd49b;}
.nav-dropdown li a.act-link,.nav-dropdown li a:hover,.desk-resp-ham .sidebar ul.menu>li>a.act-link a {color: #ffd49b !important;}
.desk-resp-ham .sidebar ul.menu li a i {position: relative;bottom: -2px;font-size: 16px;}
.desk-resp-ham .sidebar ul.social-icon {position: relative;margin-top: 10%;width: 100%;height: 55px;display: flex;justify-content: center;}
.desk-resp-ham .sidebar ul.social-icon li a {text-decoration: none;display: flex;justify-content: center;gap: 0;width: 100%;height: 100%;position: relative;color: #111b30;border-radius: 50%;font-size: 25px;}
.nav-dropdown {display: flex;flex-direction: column;gap: 5px !important;padding: 10px 0;border-bottom: 1px dotted #c9c9c9;background:var(--dark-blue);}
.nav-dropdown li a {font-size: 15px !important;color: #fff !important;}
.desk-resp-ham .sidebar ul.social-icon li:hover a {color: #dcd1bf;}
.desk-resp-ham .sidebar ul.social-icon a .fa {line-height: 55px;}
.desk-ham-menu li a.act-link ~ ul{display: block !important;}
.scrolled-header .desk-resp-ham ul.toggle-desk {bottom:27px; top: 35px;}
.header-logo a{padding:20px 0;}
/*  Resp menu css  */
/* responcive menu css  */




/* progress bar code  */
.progres-fix {position: fixed;z-index: 0;width: 100%;background: var(--purple);transition: all .3s ease-in-out;opacity: 0;}
.progress-container {width: 100%;height: 5px;background: transparent;transition: all .3s ease-in-out;opacity: 0;} 
.progress-bar {height: 100%;background: #ff2a4d;width: 0%;}
.progres-fix{background: #fff; transition: all .3s ease-in-out;opacity: 1;}
.progres-fix .progress-container{background: #fff; transition: all .3s ease-in-out;opacity: 1;} 
/* progress bar code  */



/* gallery album page */
.inner-page-common-content-wrapper{padding: 60px 0;}
.gallery-album-wrapper {display: flex;justify-content: center;flex-wrap: wrap;margin-top: 40px;}
.gallery-album-wrapper a.album-component-anchor {display: block;margin: 6px;width: 100%;max-width: 400px;height: 300px;position: relative;transition: all .3s ease-in-out;overflow: hidden;}
.gallery-album-wrapper a.album-component-anchor em {background: no-repeat center center/cover;display: block;height: 100%;width: 100%;transition: all .6s ease-in-out;}
.gallery-album-wrapper a.album-component-anchor em span {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;background: transparent;color: transparent;transition: all .3s ease-in-out;font-size: 18px;}
.gallery-album-wrapper a.album-component-anchor:hover em {transform: scale(1.2) rotate(3deg);}
.gallery-album-wrapper a.album-component-anchor:hover em span {background:#792a876b;color: #fff;}
.meet-team-heading-section h2{text-align: center;}
.gallery-album-wrapper iframe{height: 600px;}
.gallery-album-wrapper p{ font-size: 20px; padding-top: 20px; font-weight: 600;}
/* gallery album page */

/* gallery photos page */
.individual-photo-components {display: flex;justify-content: center;flex-wrap: wrap;margin-top: 40px;}
.individual-photo-components .magnific-img {margin: 6px;width: 100%;max-width:350px;height: 300px;position: relative;transition: all .3s ease-in-out;background: no-repeat center center/cover;}
.individual-photo-components .magnific-img>a {display: block;height: 100%;width: 100%;background: no-repeat center center/cover;position: relative;}
.individual-photo-components .magnific-img>a em   {position: absolute;top: 0;left: 0;width: 96%;height: 94%;background: #000;opacity: 0;display: flex;justify-content: center;align-items: center;transition: all .4s ease-in-out;bottom: 0;right: 0;margin: auto;}
.individual-photo-components .magnific-img>a:hover em   {opacity: .6;}
.individual-photo-components .magnific-img>a em img   {width: 32px; height: 32px;filter: invert(99%) sepia(22%) saturate(313%) hue-rotate(161deg) brightness(118%) contrast(100%);margin-top: 60px;opacity: 0;transition: all .4s ease-in-out;transition-delay: .2s;}
.individual-photo-components .magnific-img>a:hover em img {margin-top: 0;opacity: 1;}
/* .mfp-arrow {background: #eee url('../images/previous.png') no-repeat center/20px !important;width: 48px !important;height: 48px !important;transition: all .4s !important;}
.mfp-arrow-right {background-image: url('../images/next.png') !important;} */
.mfp-arrow::before,.mfp-arrow::after {display: none;}
.mfp-close {font-size: 32px;}
.mfp-container:hover button.mfp-arrow,.mfp-container:hover .mfp-counter {opacity: 1 !important;}
.mfp-arrow:hover {width: 60px !important;}
/* gallery photos page */



/* welcome-section-01  */

.welcome-main-wrapper{padding: 60px 0;}
.welcome-inner-wrapper{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center;}
.welcome-content{width: 100%; max-width:45%;}
.welcome-content h1{color: var(--dark-blue); font-size:30px; text-align: left;}
.welocome-image{width: 100%; max-width:55%; display: flex; justify-content:flex-end; align-items: center; gap: 15px;}
.welocome-image .welcome-sub-image span{width: 100%; max-width: 300px; height:50%; display: block; margin: 0 0 10px; color:#fff;}
.welocome-image .welcome-sub-image:first-child span:first-child ,.welocome-image .welcome-sub-image:nth-child(2) span:last-child {width: 100%; max-width: 300px; background: var(--purple); background: var(--purple); height: 300px; display: flex; justify-content: center; align-items: center; flex-direction: column;}
.welocome-image .welcome-sub-image:first-child span:first-child img , .welocome-image .welcome-sub-image:nth-child(2) span:last-child img{width: 100%; max-width: 60px; display:flex; justify-content: center; align-items: center; filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(4%) hue-rotate(171deg) brightness(103%) contrast(103%);}
.welocome-image .welcome-sub-image:first-child span:last-child img ,.welocome-image .welcome-sub-image:nth-child(2) span:first-child img{width: 100%; max-width:300px; height: 300px;}
.welocome-image .welcome-sub-image:first-child span:first-child { margin:0 0 15px;}
.welocome-image .welcome-sub-image:first-child{transform: translateY(-20px);}
.welocome-image .welcome-sub-image:nth-child(2) span:last-child{background: var(--dark-blue);} 
.welocome-image .welcome-sub-image:first-child span:first-child p , .welocome-image .welcome-sub-image:nth-child(2) span:last-child p{color: #fff;}

/* welcome-section-01  */

/* intersting-facts-02 */
.intersting-facts-main-wrapper{padding: 60px 0; background: var(--dark-blue); margin: 0 0 80px; position: relative;} 
.interesting-facts-inner-wrapper h2{text-align: center; color: #fff;}
.interesting-facts-cards{width: 100%; max-width:100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; position: relative; padding: 40px 0; }
.interesting-facts-card img{width: 100%; max-width: 80px; filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(4%) hue-rotate(171deg) brightness(103%) contrast(103%);}
.interesting-facts-card img { width: 100%; max-width: 80px; filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(4%) hue-rotate(171deg) brightness(103%) contrast(103%); transition: transform 0.3s ease, filter 0.3s ease;}
.interesting-facts-card:hover { transform: translateY(-10px);}
.interesting-facts-card:hover img {transform: scale(1.2) rotate(10deg); filter: brightness(0) saturate(100%) invert(22%) sepia(31%) saturate(3475%) hue-rotate(266deg) brightness(95%) contrast(96%);}
.interesting-facts-card:hover p{font-size: 22px; color:#fff;}
.interesting-facts-cards::before{position: absolute; content: ""; width: 100%; height: 1px; background:#bfcdd947; top: 0; bottom: 0; margin: auto 0;}
.interesting-facts-card{width: 100%; max-width: 25%; padding: 30px 0; display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative;     transition: transform 0.3s ease, box-shadow 0.3s ease;}
.interesting-facts-card::before {position: absolute;content: "";width: 1px;height: 100%;background: #bfcdd947;right: 0;margin: auto;}
.interesting-facts-cards .interesting-facts-card:nth-child(4):before ,.interesting-facts-cards .interesting-facts-card:nth-child(8):before{display: none;}
.interesting-facts-card p{font-size: 22px; color: var(--yellow); transition: transform 0.3s ease, filter 0.3s ease;}
.register-now {width: 100%;max-width: 1000px;display: flex;justify-content:space-around;align-items: center;background: url(../images/register-bg.webp) no-repeat center center/cover;padding: 30px 0;position: absolute;border-radius: 10px;left: 0;right: 0;margin: auto; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.register-now::before{position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; bottom: 0; right: 0; background: var(--purple); opacity: .7;  border-radius:10px;}
.register-now h3{color: #fff; font-size: 22px; font-style: italic;position: relative;}
.register-now h3 span{font-size: 40px;  font-weight: 800; }

/* intersting-facts-02 */

/* news */
.news-main-wrapper{padding: 60px 0;}
.news-inner-wrapper h2{text-align: center;}
.news-cards{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: stretch; gap: 30px;padding: 3px 0; }
.news-card {width: 100%;max-width: 380px;display: flex;justify-content: center;align-items: flex-start;background: #fff;padding: 20px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border-radius: 10px;gap: 20px;height: 246px;}
.news-card h3{font-size: 20px; color:#002c53; font-weight: 600; border-bottom: solid 1px #000; padding-bottom: 10px; margin: 0 !important; line-height: 1.5;}
.news-card .news-left{width: 100%; max-width:20%; border: solid 1px var(--purple);padding: 10px 0; border-radius: 5px; background: linear-gradient(180deg, var(--purple) 60%, #ffff 40%); display: flex; flex-direction: column; justify-content: space-between; align-items: center; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.news-card .news-left p{text-align: center; font-size: 18px; font-weight: 600;}
.news-card .news-left p span{font-size: 24px; text-align: center; font-weight: 100; color: #fff;}
.news-card .news-right{width: 100%; max-width:100%;}
.news-card p{font-size: 16px; text-align: start;}
.news-right .common-btn{padding: unset;}
.news-right .common-btn a{text-align: start; box-shadow: unset; padding: unset; color: var(--purple); text-decoration: underline !important;}
.news-right .common-btn a:hover { background-color:unset;}
.news-content h3 { font-size: 22px !important;}


.news-iframe{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; padding: 20px; border-radius: 10px;}


.index-news-events {display: flex; padding-top: 20px;gap: 10px;align-items: flex-start;}
.events-index { width: 100%; max-width: 370px; background: #fff;}
.events-index h3 , .events-hedaing h3{ font-size:26px; font-weight: 500; margin: 15px 0;}
.events-hedaing h3{padding: 0 0 0 12px;}
.events-index p { font-size: 15px;text-align: left; margin: 5px 0 0;}
.events-index .news-right{ border-bottom: solid 1px #c4c4c4;padding: 10px 0; }
/* news */ 

/* principal */
.principals-message-main-wrapper{padding: 60px 0;}
.prinicipals-inner-wrapper{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center; gap: 40px;}
.principals-img{width: 100%; max-width:40%;}
.principals-img img{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 5px; width: 100%; max-width: 500px;}
.principals-content{width: 100%; max-width: 60%;}
/* principal */




/* course */
.course-main-wrapper{padding: 60px 0; background: url(../images/course-bg.webp) no-repeat center center/cover; margin: 60px 0; position: relative;}
.course-main-wrapper::before{position: absolute; content: ""; width: 100%; height: 100%; top: 0; left: 0; right: 0; bottom: 0; background:#000000a3;}
.tab-wrapper{position: relative;}
.tab-wrapper h2{color: #fff;}
.course-inner-wrapper{width: 100%; max-width: 100%; display: flex; justify-content:space-evenly; align-items:stretch;}
.course-card {padding: 30px 0;width: 100%;max-width: 235px;background: #013E75;border: solid 1px #ffffff5c;border-radius: 8px;}
.course-card span img{width: 100%; max-width: 120px; border-bottom: solid 1px #ffffff5c; filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%); padding-bottom: 5px;}
.course-card span{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center;}
.course-card p{text-align: center; position: relative; color: var(--yellow); text-transform: uppercase; font-weight:600; font-size:18px; margin: 15px 0 0;}
.gsmk-tabination .tab-wrapper { text-align: center;display: block; margin: auto;width: 100% !important;max-width: 1390px !important; margin: 0 auto !important; }
.gsmk-tabination .tabs {margin: 0;padding: 10px 0 0 ;display: flex;justify-content: center; white-space: nowrap;gap: 25px;flex-wrap: wrap;}
.gsmk-tabination .tab-link {margin: 10px 0;list-style: none;padding: 12px 45px;color: #fff;cursor: pointer;transition: all 0.3s ease-in-out;border-bottom: solid 3px rgba(255, 255, 255, 0);letter-spacing: 1px; font: 18px "Myriad Pro", Verdana, sans-serif;box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border-radius:8px; border: solid 1px #fbc50085;}
.gsmk-tabination .tab-link:hover {color: #fdcc03; background:var(--purple); box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15); border-bottom: solid 3px #fff; transform: translateY(-2px);}
.gsmk-tabination .tab-link.active { color: #333; background: #fff; box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);border-bottom: solid 3px var(--purple);}
.gsmk-tabination .content-wrapper { padding: 20px 10px;}
.gsmk-tabination .tab-content {display: none;color: #555;font-weight: 300;font-size: 16px;line-height: 1.6;transform: translateY(15px); animation: fadeIn 0.5s ease forwards;}
.gsmk-tabination .tab-content.active {display: block; opacity: 1;}


/* course */



/* Gallery */
.gallery-wrapper {background: #f9f9f9;padding: 80px 0; }
.gallery-wrapper h2 {text-align: center;}
.gallery-heading {width: 100%;max-width: 100%;display: flex;justify-content: space-between;}
.gallery-div .gallery-name {position: absolute;bottom: 0;left: 0;right: 0;text-align: center;color: var(--yellow);font-size: 20px;background: #1B3356;padding: 10px 0;margin: 8px;}
.gallery-inner-wrapper {display: flex;justify-content: center;align-items: center;gap: 20px;padding: 30px 0 0;}
.gallery-div:nth-child(2) {display: flex;justify-content: center;align-items: stretch;gap: 20px;}
.gallery-inner-wrapper .gallery-div:first-child {width: 100%;max-width: 40%;}
.gallery-inner-wrapper .gallery-div:last-child {width: 100%;max-width: 60%;}
.gallery-div .gallery-name {display: flex;justify-content: center;align-items: center;}
.gallery-div-sub {width: 100%;max-width: 50%;display: flex;flex-direction: column;gap: 20px;}
.gallery-div-sub:nth-child(1) span a {height: 300px;object-fit: cover; }
.gallery-div:nth-child(1) > span a {height:620px;width: 100%;object-fit: cover;}
.gallery-bottom span a {height: 300px;object-fit: cover;width: 100%;}
.gallery-div-sub:last-child span a {height: 300px;object-fit: cover;width: 100%;}
/* Gallery */


/* fancy box */
.magnific-img {width: 100%;position: relative;transition: all .3s ease-in-out;background: no-repeat center center/cover;}
.magnific-img > a {display: block;height: 100%;width: 100%;background: no-repeat center center/cover;position: relative;}
.magnific-img > a em {position: absolute;top: 0;left: 0;width: 96%;height: 94%;display: flex;justify-content: center;align-items: center;transition: all .4s ease-in-out;bottom: 0;right: 0;margin: auto;opacity: .6;}
.magnific-img > a:hover em {opacity: .6; background:#0000008c;}
.magnific-img > a em img {width: 32px;  height: 32px !important; object-fit: cover;filter: invert(99%) sepia(22%) saturate(313%) hue-rotate(161deg) brightness(118%) contrast(100%);margin-top: 60px;opacity: 0;transition: all .4s ease-in-out;transition-delay: .2s; box-shadow: none !important;}
.magnific-img > a:hover em img {margin-top: 0;opacity: 1;}
/* fancy box */


/* inner-page-banner */
.inner-page-banner-wrapper{width: 100%;height: 350px;position: relative;margin: 0 0;}
.inner-page-banner-wrapper .fluid-container {height: 100%;display: flex;justify-content: flex-start;align-items: center;}
.about-banner-text {width: 100%;max-width: 400px;}
.about-banner-text h4{line-height: 1.5;font-size: 22px;font-family: "Courgette", cursive;font-weight: 400;padding: 0 15px;}
.management-frame iframe {width: 100%;max-width: 1000px;border: none;}
.management-photo-sec {text-align: center;width: 100%;max-width: 700px;margin: auto;}
.management-photo-sec iframe{height: 1000px;}
.management-list{width: 100%;max-width: 1000px;margin: auto;margin: 40px auto 0;}
.management-list iframe{height: 1100px;border: none;display: flex;margin: auto;}
.management-wrapper{padding: 80px 0;}
.breadcrumb-wrapper {width: 90%;max-width: fit-content;position: absolute;bottom: 0;}
.breadcrumb { display: flex;justify-content: flex-start; align-items: center;gap: 10px;padding:7px 20px; flex-wrap: wrap;background-color:var(--dark-blue); border-top-left-radius: 10px; border-top-right-radius: 10px;border-top: solid 1px #ffffff;border-left: solid 1px #ffffff; border-right: solid 1px #ffffff;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.breadcrumb li a{color: #fff;font-size: 14px;font-weight: 600; cursor: unset;}
.breadcrumb span {font-size: 15px;font-weight: 100;color: #ffc304;}
/* inner-page-banner */


/* Error page */
.error-inner-wrapper {padding: 100px 0;}
.error-inner-wrapper h2 {text-align: center;padding: 0 0 30px;}
.error-inner-wrapper p {text-align: center;}
.error-inner-wrapper .common-btn {display: flex;justify-content: center;}
.error-inner-wrapper span{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center;}
.error-inner-wrapper span img{width: 100%; max-width: 600px; height: 300px; object-fit: cover;}
/* Error page */



/* Inner-pages starts*/


/* contact-us */
.contact-us-main-wrapper{padding: 60px 0 30px;}
.contact-us-menu{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items:stretch; gap: 40px; flex-wrap: wrap;}
.contact-us-card {width: 100%;max-width: 280px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;padding: 30px;border-radius: 15%; position: relative;  transition: transform 0.3s ease, box-shadow 0.3s ease;}
.contact-us-card:hover {transform: translateY(-10px);box-shadow: rgba(0, 0, 0, 0.4) 0px 6px 16px;}
.contact-us-card::before {content: "";position: absolute;width: 200px;height: 8px;bottom: 0;left: 0;right: 0;margin: 0 auto;background: var(--yellow);border-top-left-radius: 100px;border-top-right-radius: 100px;}
.contact-us-card span {width: 100%; max-width:100%; display: flex; justify-content: center; align-items: center;}
.contact-us-card span img{width: 100%; max-width: 40px; position: relative; filter: brightness(0) saturate(100%) invert(95%) sepia(95%) saturate(20%) hue-rotate(1deg) brightness(105%) contrast(106%);}
.contact-us-card span {margin: 0 auto;background: var(--purple);padding: 10px;border-radius: 40%;width: 100%;max-width: 80px; position: relative;}
.contact-us-card span::before {position: absolute;content: "";width: 100px;height: 79px;border: solid 1px var(--purple);top: -9px;bottom: 0;left: -9px;right: 0;border-radius: 30%;}
.contact-us-card .contact-name{margin: 15px 0 0; font-weight: 600; text-align: center;}
.contact-us-card .contact-creditials{text-align: center !important; margin: 0; font-size: 14px; width: 100%; max-width: 100%;}
.contact-creditials a{font-size: 14px;padding: 5px 0;}
.contact-creditials a:hover{color:var(--purple);}
.contact-creditials:hover{color:var(--purple);}
.contact-us-container{margin: 40px 0 0; width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center; }
.left-section {flex: 1;height: 100%;width: 100%;position: relative;}
.left-section::before {position: absolute;content: "";height: 200px;width: 100%;width: 56px;background: var(--yellow);bottom: -7px;left: -12px;z-index: -1;}
 .left-section::after {position: absolute;content: "";width: 100%;max-width: 56px;height: 200px;top: -12px;right: -13px;background: var(--yellow);z-index: -1;}
 .left-section img {width: 100%;height: 100%;object-fit: cover; }
 .right-section {flex: 1;padding: 40px;display: flex;flex-direction: column;justify-content: center;}
 form h2 {margin-bottom: 20px;font-size: 28px;text-align: center;}
 .form-group { margin-bottom: 20px;}
 .form-group label {display: block;font-size: 14px;margin-bottom: 5px;color: #555;}
 .form-group input,
 .form-group textarea {width: 100%;padding: 10px;font-size: 16px;border: 1px solid #ccc;border-radius: 10px;outline: none;transition: border-color 0.3s ease;}
 .form-group input:focus,
 .form-group textarea:focus {border-color: #007bff;}
 .form-group textarea {resize: none;height: 100px;}
 button {width: 100%;max-width: 180px;padding: 12px;background: var(--yellow);border: none;border-radius: 30px;font-size: 16px;cursor: pointer;transition: background 0.3s ease;position: relative;display: flex;justify-content: center;align-items: center;gap: 10px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
 button:hover {background: var(--purple);color: #fff;}
 button span img {width: 15px;transform: rotate(-45deg);}
 button:hover span img {filter: brightness(0) saturate(100%) invert(95%) sepia(95%) saturate(20%) hue-rotate(1deg) brightness(105%) contrast(106%);}
/* contact-us */


/* Start - map */
.map-wrapper{margin: 30px 0;}
.map{width: 100%;max-width: 100%;height: 450px;}
.map h2{text-align: center; margin: 15px 0 20px;}
/* End- map */


/* Testimonials */
.testimonials-wrapper { padding: 70px 0  95px; background: #FEFAF4; }
.testimonials-main {display: flex;justify-content: center;align-items: stretch;gap: 20px;}
.testimonials-main .owl-stage-outer {padding: 80px 0 20px;}
.testimonial-image-name {display: flex;justify-content: flex-end;align-items: center;gap: 20px;}
.testimonial-card {position: relative;background: #fff;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;padding: 15px 20px 20px;width: 100%;max-width: 400px;height: 100%;  margin: 10px; border-radius: 10px; border: solid 1px #fbc50070 ;}
.testimonials-main.owl-carousel .owl-item {display: flex !important;justify-content: center;align-items: stretch;}
.testimonial-image-name {display: flex;justify-content: flex-end;align-items: center;gap: 20px;position: relative;}
.testimonial-image-name span {display: flex;justify-content: center;align-items: center;position: absolute;bottom: 18px;left: 5px;}
.testimonial-image-name span img {width: 100%;max-width: 115px;height: 115px;border-radius: 50%;object-fit: cover; border: solid 1px #fbc50070; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.testimonial-name {width: 100%;max-width: 60%;}
.testimonial-name > p { font-size: 20px; margin: 0; line-height: 1.2; padding: 5px 0; font-weight: 600; color: var(--purple);}
.testimonials-inner-wrapper h2{text-align: center; padding-bottom: 20px;}
.testimonials-inner-wrapper > p {text-align: center;width: 100%;max-width: 1000px;margin: auto;padding: 20px 20px 40px 20px;}
.testimonials-main.owl-carousel .owl-stage {display: flex;justify-content: center;align-items: stretch;}
.testimonials-main.owl-carousel .owl-nav button.owl-prev::before, .testimonials-main.owl-carousel .owl-nav button.owl-next::before {content: '';position: absolute;width: 20px;background: url(../images/icons/arrow.webp) no-repeat center center/contain;filter: invert(98%) sepia(100%) saturate(0%) hue-rotate(150deg) brightness(102%) contrast(105%);height: 30px;z-index: 0;}
.testimonials-main.owl-carousel .owl-nav button.owl-next::before {transform: scaleX(-1);}
.testimonials-main.owl-carousel .owl-nav button.owl-prev, .testimonials-main.owl-carousel .owl-nav button.owl-next {position: absolute;width: 50px;height: 50px;background: #0B5791;border-radius: 50%;display: flex;justify-content: center;align-items: center;top: 0;bottom: 0;margin: auto;left: -63px;}
.testimonials-main.owl-carousel .owl-dots {position: absolute;left: 0;right: 0;margin: auto;bottom: -50px;z-index: 1;display: flex !important;justify-content: center;align-items: center;padding: 0 0 10px;}
.testimonials-main.owl-carousel .owl-dots .owl-dot {width: 50px;height: 15px;background: #0015894d;margin: 10px;border-radius: 10px;display: flex !important;}
.testimonials-main.owl-carousel .owl-dots .owl-dot.active {background: #0B5791;}
.testimonial-card > p {font-size: 16px; }
/* Testimonials */


/* Site Map */ 
.sitemap-main-wrapper{padding: 60px 0;}
.sitemap-card-heading{width: 100%; max-width: 100%;}
.sitemap-list{width: 100%; max-width:100%; display: flex; justify-content: center; align-items:stretch; flex-wrap: wrap; gap: 60px; padding-top: 40px;}
.sitemap-card{width: 100%; max-width: 250px;}
.sitemap-card-heading{width: 100%; max-width: 250px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 20px; padding: 10px 0; border: solid 1px var(--purple);}
.sitemap-card-heading span{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center;}
.sitemap-card-heading span img{width: 100%; max-width: 60px; filter: brightness(0) saturate(100%) invert(12%) sepia(22%) saturate(5166%) hue-rotate(189deg) brightness(102%) contrast(102%);}
.sitemap-card-heading p , .sitemap-card-heading a{text-align: center; margin: 0; display: block;}
.sitemap-card-list{width: 100%; max-width:100%;}
.sitemap-card-list a{width: 100%; max-width: 250px; margin: 0;}
.sitemap-card-list li{width: 100%; max-width:250px; padding: 10px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; margin:10px 0 0; border-radius: 10px; border: solid 1px var(--dark-blue); position: relative;  transition: color 0.5s ease;overflow: hidden; font-size: 14px;}
.sitemap-card-list li::before { content: ""; position: absolute;top: 0;left:-100%; width: 100%; height: 100%;background:#1e4c9d;transition: all 0.5s ease;  z-index: -1; }
.sitemap-card-list li:hover::before {left: 0; }
.sitemap-card-list a:hover li {border: solid 1px #fff; }
.sitemap-card-list a:hover li{color: #fff;}
.sitemap-card-list li a{font-size: 16px; color: var(--dark-blue);}

/* Site Map */




/* Events */
.events-section-main-wrapper {padding: 60px 0;}
.event-list{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 60px; padding-top: 40px;}
.events-heading h2{text-align: center;}
.event-item {position: relative;width: 100%;max-width: 100%;overflow: hidden;border-radius: 12px;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);background-color: #fff;transition: transform 0.3s ease, box-shadow 0.3s ease;cursor: pointer;display: flex;align-items:stretch;justify-content: start;}
.event-item:hover {transform: translateY(-10px);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);}
.event-image {width: 100%;position: relative;border-bottom: solid 2px var(--purple); display: flex; max-width: 400px;}
.event-image img {width: 100%;max-width: 400px; object-fit: cover;transition: opacity 0.5s ease;}
.event-image:hover img {opacity: 0.8;}
.image-overlay {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;background-color: #792a8757;opacity: 0;transition: opacity 0.3s ease;}
.event-image:hover .image-overlay { opacity: 1;}
.overlay-text {color: white;font-size: 1.2rem;font-weight: bold;}
.event-details {padding: 20px;text-align: center; max-width: 850px;}
.event-date {display: flex;justify-content: center;align-items: center;gap: 8px;background-color:var(--dark-blue);padding: 10px;border-radius: 20px;font-weight: bold;color: #fff;margin-bottom: 15px;}
.event-day {font-size: 32px;line-height: 1;}
.event-month {text-transform: uppercase;font-size: 0.8rem;}
.event-details h3{ font-size: 24px; font-weight: 600; color: #333; margin-bottom: 15px;}
.event-description {font-size: 0.9rem;margin-bottom: 20px; text-align: center;}
.event-item > a{display: flex; min-width: 300px;}
/* Events */


/* .news */
.news-main-wrapper{padding: 60px 0 0;}
.news-list{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; padding-top: 40px; gap: 60px;}
.news-item{width: 100%; max-width: 1000px; display: flex; justify-content: center; align-items: center; gap: 40px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; background: #fff; position:  relative; }
.news-item > div{background:#fff;display:flex; width:100%;align-items:center; justify-content:space-around; gap: 10px; padding: 20px;}
.news-item .news-content{width: 100%; max-width:70%; position: relative; background: #fff;}
.news-item::before{position: absolute; content: ""; width: 100%; max-width: 100px; height: 100px; background: var(--yellow); left: -10px; bottom: -11px; z-index: -1;}
.news-list .news-item:nth-child(2n)::before{left: -10px; top: -13px;}
.news-item .news-img{width: 100%; max-width:30%; height:320px; position: relative;}
.news-item::after{position: absolute; content: ""; width: 100%; max-width: 100px; height: 100px; background: var(--yellow); right: -10px; top: -10px; z-index: -1;}
/* .news-item.about-banner-text{position: absolute; content: ""; width: 100%; max-width: 100px; height: 100px; background: var(--yellow); right: -10px; top: -10px; z-index: -1;} */
.news-list .news-item:nth-child(2n)::after{right: -10px; bottom: -13px !important; top: unset;}
.news-item .news-img img{width: 100%; max-width:100%; height:320px; object-fit: cover;}
.news-content p{text-align: start; font-size: 16px;}
.news-content h3{font-size: 32px;}
.news-content span{font-weight: 600;}

/* .news */


/* Best Practise*/
.Best-practise-main-wrapper{padding: 60px 0;}
.vsm-list{padding: 20px 0; width: 100%; max-width: 100%; display: flex; justify-content: center; align-items:stretch; flex-wrap: wrap; gap: 60px;}
.vsm-card { width: 100%; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; max-width: 350px; padding: 40px  20px; border-radius: 300px 300px 0 0;}
.vsm-card .vsm-img span { width: 100%; max-width: 100%; height: 200px; display: flex; justify-content: center; align-items: center; border-radius: 100%; position: relative;}
.vsm-card .vsm-img{position: relative;}
.vsm-card .vsm-img span::before {position: absolute;content: "";width: 250px;height: 250px;background: var(--purple);border-radius: 100%;z-index: -1;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; }
.vsm-card .vsm-img span::after{position: absolute;content: "";width: 180px;height: 180px;background: #ffffff52;border-radius: 100%;z-index: 1;}
.vsm-card .vsm-img span img{width: 100%; max-width: 100px; filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(38%) hue-rotate(254deg) brightness(110%) contrast(110%);}
.vsim-content{margin-top: 60px;}
.vsim-content p {font-size: 16px;margin: 0  0 15px;line-height: 1.4;}
.vsim-content h3 {margin: 15px 0 0;text-transform: uppercase;font-size: 24px;font-weight: 600; text-align: center;}
.vsm-list .vsm-card:nth-child(2) .vsm-img span::before{background: var(--yellow); }
.vsm-list .vsm-card:nth-child(3) .vsm-img span::before{background: var(--dark-blue);} */
.vsm-list .vsm-card:nth-child(2) .vsm-img span {background:#ffffffb0 ;}
.vsm-list .vsm-card:nth-child(2) .vsim-content h3{color: var(--yellow);}
.vsm-list .vsm-card:nth-child(3) .vsim-content h3{color: var(--dark-blue);}

/* Best Practise*/


/* principal-section */
.principal-main-wrapper{padding: 40px 0 60px}
.principal-main-wrapper .fluid-container .principle-inner-wrapper:last-child .prniciple-wrapper{display: flex; flex-direction:row-reverse;}
.principle-inner-wrapper h1{text-align: center;}
.prniciple-wrapper{width: 100%; max-width:100%; display: flex; justify-content: center; align-items: start; gap: 40px; padding-top:70px; position: relative; padding-right: 25px;}
.prniciple-wrapper .principle-img{width: 100%; max-width: 500px;}
.prniciple-wrapper .principle-img img{width: 100%; max-width: 500px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 10px;}
.prniciple-wrapper .principle-content{width: 100%; max-width: 600px;position: relative;}  
.prniciple-wrapper::before{position: absolute; content: ""; width: 100%; max-width: 100%; height:100%; left: 0; background:linear-gradient(90deg, #FFF 25%, #002c532e) 80%; z-index: -1; top: 0;}
.trustee-details p:first-child {font-size: 20px;color: #262626;font-family: 'cooper-black';padding: 10px 0 0;border-bottom: 1px solid #000;display: inline-block;}
.trustee-details p {margin: 0;}
.trustee-details span {display: flex;justify-content: flex-start; align-items: center; padding: 3px 0;}
/* principal-section */


/* testimonials */
.testimonials-main-wrapper{padding: 60px 0;}
.testimonials-inner-wrapper h1{text-align: center;}
.testimonials-list{width: 100%; max-width: 100%; display: flex; justify-content:center; align-items:stretch; flex-wrap: wrap; gap: 40px;}
.testimonals-card {width: 100%;max-width: 600px;display: flex;justify-content: center;align-items: center;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border-radius: 10px;border: 1px solid var(--purple);padding: 20px 40px;position: relative;flex-direction: column}
.testimonals-card::after {position: absolute;content: "";width: 100%;max-width: 65px;height: 65px;background: url(../images/icons/testimonials-quote.webp) no-repeat center center/cover;bottom: 0;right: 0;}
.testimonals-img {width: 100%;display: flex;justify-content: flex-start;align-items: center;gap: 40px;}
.testimonals-img span img{width: 100%; max-width: 100px; height: 100px; object-fit: cover; border-radius: 100%; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.testimonals-content {width: 100%;max-width: 100%;}
.testimonals-name p{margin: 15px 0 0; color: var(--dark-blue); font-weight: 500;}
.testimonals-content p:last-child{font-size: 16px;}
.testimonials-list .testimonals-card:nth-child(2) , .testimonials-list .testimonals-card:nth-child(3){border: 1px solid var(--yellow);}


/* testimonials */

/* about-management */
.about-management-main-wrapper{padding: 40px 0;}
.common-management-wrapper h2{font-size: 28px; text-align: center; font-style: italic;}
.common-management-wrapper p{margin: 0 0 15px;}
.common-management-list-wrapper p{font-size: 28px; color: var(--purple); margin: 20px 0 0;}
.common-management-list-wrapper ul li{padding: 5px 0; padding-left: 30px; position: relative;}
.common-management-list-wrapper ul li::before{position: absolute;content: ""; background: url(../images//icons/check-mark.webp) no-repeat center center/cover; width: 100%; max-width: 20px; height: 20px; object-fit: cover; left: 0; top: 6;}
.founders{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center;  gap: 40px; flex-wrap: wrap;}
.founders img {width: 100%;max-width: 200px;height: 200px;object-fit: cover;border-radius: 100%;border: solid 2px var(--purple);}
.para .highlater{margin: 20px 0 10px;font-size: 16px}
.founders .para{text-align: center;margin-bottom: 20px}
.founders .highlater{margin: 0;padding: 0;letter-spacing: 1px}
.founders .textl{text-align: left}
.common-management-wrapper iframe{height: 600px !important;}
/* about-management */


  /* management-team */
.inner-page-banner-wrapper{width: 100%;height:400px;position: relative;margin: 0 0;}
.inner-page-banner-wrapper .fluid-container {height: 100%;display: flex;justify-content: flex-start;align-items: center;}
.about-banner-text {width: 100%;max-width: 400px;}
.about-banner-text h4{line-height: 1.5;font-size: 22px;font-family: "Courgette", cursive;font-weight: 400;padding: 0 15px;}
.management-frame iframe {width: 100%;max-width: 1000px;border: none;}
.management-photo-sec {text-align: center;width: 100%;max-width: 700px;margin: auto;}
.management-photo-sec iframe{height: 1000px;}
.management-list{width: 100%;max-width: 1000px;margin: auto;margin: 40px auto 0;}
.management-list iframe{height: 1100px;border: none;display: flex;margin: auto;}
.management-wrapper{padding: 60px 0;}
  /* management-team *

   /* set-institutions */
.set-institutions-wrapper{padding: 40px 0 0;}
.set-institute-sec iframe {width: 100%;height:4350px;}
.set-institute-sec{padding-top: 30px;}
.callender-iframe iframe{height:700px; padding-bottom: 40px;}
   /* set-institutions */





/* table */

.table-container {padding: 20px 0 60px;}
.table-container h1{text-align: center};
.table-inner-container{padding: 60px 0 !important; width: 100%; }
.table-inner-container{width: 100% !important; max-width: 100% !important; }
.table-scroll{width: 100%; max-width: 100%;}
.table-inner-container table{width: 100%; max-width: 100%;overflow-x: auto; }
.table-inner-container .styled-table {width: 100%;max-width: 100%;font-size: 16px;text-align: left; overflow: hidden;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; margin:20px 10px 40px;} 
.styled-table thead {background: var(--dark-blue);color: #ffffff;}
.styled-table thead th {padding: 16px;text-transform: uppercase;font-weight: 600;}
.styled-table tbody tr {background: #f9f9f9;transition: background 0.3s ease;}
.styled-table tbody tr:nth-child(even) { background: #f1f1f1;}
.styled-table tbody tr:hover {background: #e2edff;}
.styled-table tbody td {padding: 14px 16px;border-bottom: 1px solid #ddd;}
.styled-table tbody td:first-child {font-weight:600;}
.styled-table tbody tr:last-child td { border-bottom: none;}

.table-inner-container h1::after{bottom: -17px;}
.table-inner-container h1::before {bottom: -7px;}
.th-head{font-size: 18px;}

/* pagination css */
#pagination-container{margin: 30px 0;}
div.pagination {margin: 0px auto !important;display: flex;gap: 15px;width: 100% !important;justify-content: center;}
div.pagination .page-item {padding: 2px 7px;background-color: #3f0f54;color: #ffffff;font-size: 18px;border-radius: 3px;border-bottom: 2px solid #00001b;box-shadow: 0 8px 6px -7px #2E2E2E6B;width: fit-content;}
div.pagination .page-item:hover {background: #f8c319;}
div.pagination .page-item.active {background-color: #f8c319;font-weight: 600;}
div.pagination .page-item.disabled {background-color: #3f0f54; color: #fff; font-weight: 600; cursor: not-allowed; pointer-events: none;}
/* pagination css */


@media (max-width: 768px) {
   .table-title {
       font-size: 24px;
   }

   .styled-table thead th,
   .styled-table tbody td {
       padding: 12px;
       font-size: 14px;
   }
}

/* table */


/* go to top */
#to-top {color: #ffc304;cursor: pointer;position: fixed;bottom: 50px;right: 35px;width: 60px;height: 60px;z-index: 9;padding: 6px;border-radius: 50%;}
#to-top img{filter: invert(73%) sepia(96%) saturate(447%) hue-rotate(360deg) brightness(107%) contrast(107%);transform: rotate(-45deg);}
#to-top:hover img{filter: invert(59%) sepia(27%) saturate(4000%) hue-rotate(8deg) brightness(101%) contrast(85%); }
/* go to top */


/* about-us */
.about-spm-main-wrapper{padding: 50px 0;}
.vision-section-wrapper{padding-top: 20px;}
.vision-section-wrapper h2{text-align: center;}
.vision-list{padding-top: 15px ;}
.vision-card {width: 100%;max-width: 100%;display: flex;align-items:stretch;justify-content: center;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; margin: 20px 0;}
.vision-card-content{padding: 20px; width: 100%; max-width: 80%;}
.vision-card-content h3{margin: 15px 0 0;}
.vision-card-img{position: relative; width: 100%; max-width: 20%;}
.vision-card-img span {width: 100%;max-width: 200px;height:100%;display: flex;justify-content: flex-end;align-items: center;}
.vision-card-img span img {width: 100%;max-width: 110px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border-radius: 50%;position: relative;padding: 20px;background: #fff;}
.vision-card-img ::before {position: absolute;content: "";width: 100%;max-width: 110px;height: 100%;background: var(--dark-blue);right: 0; bottom: 0;}
.vision-list .vision-card:last-child .vision-card-img ::before { background: var(--purple); bottom: 0;}
/* about-us */



/* common-section-1 */
.common-section-1-main-wrapper{padding: 60px 0;}
.common-section-list-1{padding-top: 60px;}
.common-section-card-1{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center; gap: 70px; padding: 40px 0;}
.common-section-list-1 .common-section-card-1:nth-child(even){flex-direction: row-reverse;}
.common-section-card-1-content{width: 100%; max-width: 500px;}
.common-section-card-1-content h2{border-bottom: solid 1px var(--purple); position: relative;} 
/* .common-section-card-1-content h2::before {position: absolute;content: "";width: 0;height: 0;top: -12px;left: 0;border-left: 12.5px solid transparent;border-right: 12.5px solid transparent;border-bottom: 12.5px solid var(--dark-blue);transform: rotate(-45deg);} */
.common-section-card-1-img{width: 100%; max-width: 500px; position: relative;}
.common-section-card-1-img::before { position: absolute; content: ""; width: 0; height: 0; top: -49px; left: -148px; border-left: 200px solid transparent; border-right: 200px solid transparent; border-bottom: 200px solid var(--purple); transform: rotate(-45deg);}
.common-section-card-1-img img{width: 100%; max-width: 500px; position:  relative; z-index: 1; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.common-section-list-1  .common-section-card-1:nth-child(2n) .common-section-card-1-img::before {position: absolute;content: "";width: 0;height: 0;bottom: -40px;right: 0;border-left: 200px solid transparent;border-right: 200px solid transparent;border-bottom: 200px solid var(--purple);transform: rotate(-225deg);right: -147px;top: unset;left: unset;}
 /* common-section-1 */


/* libray */
.library-main-wrapper{padding: 60px 0;}
.library-card{position: relative;padding: 30px 0;padding: 40px 0 80px;display: flex;justify-content: flex-start;align-items: center;gap: 30px;}
.library-left{width: 100%;max-width: 500px;position: relative;}
.big-img{width: 100%;max-width: 400px;display: flex;justify-content: center;align-items: center;border-radius: 10px;}
.big-img img{width: 100%;max-width: 400px;display: flex;justify-content: center;align-items: center;border-radius: 10px;}
.library-left .small-img {width: 100%;max-width: 275px;position: absolute;top: 160px;right: 50px;border: 5px solid #fff;border-radius: 15px;display: flex;justify-content: center;align-items: center;}
.library-left .small-img img{border-radius: 10px;}
.library-right {width: 100%;max-width: 700px;}
.library-right ul li ,.common-library-list ul li{padding: 6px 0; position: relative; margin-left: 20px; }  
.library-right ul li::before, .common-library-list ul li::before {position: absolute;content: "";width: 9px;height: 9px;background: linear-gradient(45deg, var(--purple), var(--purple));left: -25px;top: 14px;transform: rotate(45deg);box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);border-radius: 2px;transition: transform 0.3s ease, background 0.3s ease;}
.common-library-list{padding:10px 0;}
/* .common-library-list h2{margin-left: 20px;} */
.common-library-list ul .sub-points li::before {width: 8px;  height: 8px;}


/* libray */




/* Laboratory */
.ip-labs-wrapper { padding: 60px 0 0;}
.ip-labs-inner-wrapper:nth-child(2) { margin: 80px 0 0;}
.ip-labs-wrapper h2 { text-align: center;}
.ip-labs-inner-wrapper { padding: 100px 0 60px 0; position: relative;}
.ip-labs-inner-wrapper:nth-child(3), .ip-labs-inner-wrapper:last-child {background: #f6f9fed1}
.ip-labs-content-wrapper { display: flex; justify-content: center; align-items: center; gap: 30px;}
.ip-labs-left { width: 100%; max-width: 450px; position: relative; display: flex; justify-content: flex-end; align-items: center;}
.ip-labs-left span:first-child { width: 100px; height: 100px; background:var(--purple); position: absolute; top: 0; bottom: 0; margin: auto; border-radius: 50%; left: 10px;}
.ip-labs-left span:first-child img {	filter: invert(100%) sepia(1%) saturate(7452%) hue-rotate(299deg) brightness(102%) contrast(113%);	width: 100%;	max-width: 55px;}
.ip-labs-left span {display: flex; justify-content: center; align-items: center;}
.ip-labs-left span:last-child { border: 3px solid var(--purple); border-radius: 50%; width: 100%; max-width: 400px;}
.ip-labs-left span:last-child img {width: 100%;max-width: 400px;border-radius: 50%;height: 400px;object-fit: cover;}
.ip-labs-content { width: 100%; max-width: 800px;}
.ip-labs-inner-wrapper:last-child {padding: 120px 0;}
.ip-labs-inner-wrapper:nth-child(3) .ip-labs-left span:first-child {background:var(--dark-blue);}
.ip-labs-inner-wrapper:nth-child(3) .ip-labs-left span:last-child {border: 3px solid var(--dark-blue);}
.ip-labs-inner-wrapper:nth-child(5) .ip-labs-left span:first-child {background: var(--yellow);}
.ip-labs-inner-wrapper:nth-child(5) .ip-labs-left span:last-child {border: 3px solid var(--yellow)}
.ip-labs-inner-wrapper:nth-child(6) .ip-labs-left span:first-child {background: #D54401;}
.ip-labs-inner-wrapper:nth-child(6) .ip-labs-left span:last-child {border: 3px solid #D54401;}
.ip-labs-inner-wrapper:nth-child(7) .ip-labs-left span:first-child {background: #1B78F9;}
.ip-labs-inner-wrapper:nth-child(7) .ip-labs-left span:last-child {border: 3px solid #1B78F9;}
.ip-labs-inner-wrapper:nth-child(2n) .ip-labs-content-wrapper { flex-direction: row-reverse;}
/* Laboratory */


/* sciennce-program */
.science-program-main-wrapper{padding: 60px 0}
.science-program-main-list{width: 100%;max-width: 100%;display: flex;justify-content: center;align-items:start; padding-bottom: 30px;}
.science-program-wrapper .science-program-main-list:last-child{flex-direction:column;}
.science-program-wrapper .science-program-main-list:last-child .science-program-list{max-width: 100%;}
.science-program-wrapper .science-program-main-list:last-child .scienc-program-sub-list{gap: 60px;}
.science-program-wrapper h2{text-align: center;}
.science-program-list h3{text-align: center; margin: 15px 0 0;}
.science-program-list{width: 100%; max-width: 50%; padding: 20px 0;}
.science-program-list p{text-align: center; margin: unset;}
.science-program-card {width: 100%;max-width: 140px;height: 140px;position: relative;border: solid  2px var(--purple);border-radius: 100%;background: #fff;display: flex;justify-content: center;align-items: center;flex-direction: column;flex-wrap: wrap;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.scienc-program-sub-list{width: 100%;max-width: 100%;display: flex;justify-content: center;align-items: center;gap: 20px; padding-top: 20px; flex-wrap: wrap;}
.science-program-card::before {position: absolute;content: "";width: 100%;max-width: 140px;height: 140px;background: var(--dark-blue);top: -5px;border-radius: 100%;z-index: -1;}
.science-program-card span{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center;}
.science-program-card span img{width: 100%; max-width: 40px;}
.science-program-card p {color: var(--dark-blue);font-weight: 600;text-align: center;margin: 0;font-size: 12px;}
.science-program-card .card-number {width: 100%;max-width: 100%;position: absolute;bottom: -22px;display: flex;justify-content: center;align-items: center;}
.science-program-card .card-number span {width: 100%;max-width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;border: solid 1px var(--yellow);background: #fff;border-radius: 100%;font-size: 22px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}

/* sciennce-program */


/* acdemic-achievements */
.acdemic-achievements-main-wrapper{padding:60px 0;}
.acdemic-achievements-list{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center;position: relative;} 
.acdemic-achievements-list:hover .image-overlay {opacity: 1;}
/* acdemic-achievements */


/* faculty-programs */
.faculty-programs-main-wrapper{padding: 60px 0;}
.faculty-programs-inner-wrapper{width: 100%; max-width: 100%;}
.programs-image{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center; padding-bottom: 40px;}
.programs-image img {width: 100%;max-width: 500px;border-radius: 20px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.faculty-program-content ul li{padding: 6px 0; position: relative; margin-left: 20px; }  
.faculty-program-content ul li::before  ,.sports-fitnes-list-wrapper ul li::before , .study-list-common-wrapper li::before, .admission-common-list-wrapper ul li::before, .anti-ragging-content-wrapper ul li::before, .co-curricular-achievements-content  ul li::before, .committes-list-wrapper ul li::before ,.scholarship-list-wrapper ul li::before , .discipline-list-wrapper ul li::before , .extra-curricular-wrapper ul li::before{position: absolute;content: "";width: 10px;height: 10px;background: linear-gradient(45deg, var(--purple), var(--purple));left: -18px; top: 13px;transform: rotate(45deg); box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); border-radius: 2px; transition: transform 0.3s ease, background 0.3s ease;}
.sports-director-name{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center; padding-top: 30px;}
.sports-director-name span{ width: 100%; max-width: 500px; border: solid 1px var(--yellow); box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.sports-director-name h2{font-size: 18px; text-align: center;  margin: 0; color: #fff; font-weight: unset; background: var(--purple); padding:10px 0;}
.sports-director-name p{text-align: center; margin: 0; font-size: 16px;padding: 10px 0;}









/* faculty-programs */


/* scholarship */
.scholarship-main-wrapper{padding: 60px 0;}
.scholarship-list-wrapper ul li{padding: 6px 0; position: relative; margin-left: 20px; }
/* scholarship */


/* discipline */
.discipline-main-wrapper{padding: 60px 0;}
.discipline-list-wrapper ul li { padding: 6px 0 6px 10px; position: relative; margin-left: 20px;}
.discipline-inner-wrapper p{text-align: center;}
/* discipline */

/* extra-curricular-activities */
.extra-curricular-activities-main-wrapper{padding: 60px 0;}
.extra-curricular-wrapper ul li{padding: 6px 0; position: relative; margin-left: 20px;}
/* extra-curricular-activities */


/* committes */
.committes-main-wrapper{padding: 60px 0;}
.committes-list-wrapper ul li{padding: 6px 0; position: relative; margin-left: 20px;}
.committes-list-wrapper h2{font-size: 28px;}
.committes-wrapper{padding: 20px 0;}
.committes-wrapper >h2{text-align: center; font-weight: 500; color: var(--purple);}

/* committes */

 /* sports-fitness */
.sports-fitnes-main-wrapper{padding: 60px 0;}
.sports-fitnes-list-wrapper ul li{padding: 6px 0; position: relative; margin-left: 20px;}
.sports-fitnes-list-wrapper span b{font-size: 20px;}
 /* sports-fitness */

 /* co-curricular-achievements */
.co-curricular-achievements-main-wrapper{padding: 60px 0;}
.co-curricular-achievements-inner-wrapper{width: 100%; max-width: 100%;}
.co-curricular-achievements-image {width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center; padding-bottom: 40px;}
.co-curricular-achievements-image img {width: 100%;max-width: 900px;border-radius: 20px;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
.co-curricular-achievements-content  ul li{padding: 6px 0; position: relative; margin-left: 20px; }  

.achievements-crads-main-wrapper{display: flex; justify-content: center; align-items: center;}
.achievements-crads-wrapper{width: 100%; max-width: 600px;}
.achievements-crads-wrapper h2{text-align: center; font-size: 23px;}
.achievements-crads-main-wrapper  .gsmk-tabination .content-wrapper{padding: unset !important;}
.co-curricular-achievements-inner-wrapper .gsmk-tabination .tab-link{color: #000 !important; width: 100%; max-width: 300px; padding: 15px 20px;}
.co-curricular-achievements-inner-wrapper .gsmk-tabination .tab-link:hover{color: #fff !important;}
.co-curricular-achievements-inner-wrapper  .gsmk-tabination .tab-link.active:hover{color: #000 !important;}
.achievements-crads-wrapper .achievements-crad-img{display: flex; justify-content: center; align-items: center; padding: 15px 0 0;}
.achievements-crads-wrapper .achievements-crad-img img{box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; border-radius: 10px; width: 100%; max-width: 400px;}
.achievements-crads-wrapper  .achievements-crad-content p{text-align: center;}


/* co-curricular-achievements */



/* anti-ragging */
.anti-ragging-main-wrapper{padding: 60px 0;}
.anti-ragging-inner-wrapper h2{font-size: 32px; color:var(--purple); text-align: center;}
.anti-ragging-content-wrapper h3{font-size:28px; color: var(--dark-blue); font-weight: 500; margin: 10px 0 0;}
.anti-ragging-inner-wrapper > p{text-align: center; font-weight: 700; margin: 0;}
.anti-ragging-content-wrapper ul li{padding: 6px 0; position: relative; margin-left: 20px;}
.anti-ragging-content-wrapper P{text-align: center;}
/* anti-ragging */


/* common-google-form */
.common-google-form{display: flex;justify-content: center;align-items: center;gap: 20px;flex-wrap: wrap; padding-top: 20px;}
.common-google-form-btns{position: relative;color: #05103b;border-radius: 3px;padding: 15px 30px;box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;font-weight: 500;width: 100%;max-width: 165px;text-align: center;background: #fff; border-bottom: solid 4px var(--yellow);}
.common-google-form-btns:hover{background: var(--purple); color: #fff;}
/* common-google-form */

/* alumni-main-wrapper */
.alumni-main-wrapper{padding: 60px 0;}
.alumni-main-wrapper p{text-align: center; font-weight: 700;}
/* alumni-main-wrapper */


/* admission-main-wrapper */
.admission-main-wrapper{padding: 60px 0;}
/* .admission-inner-wrapper .table-inner-container h2{font-size: 28px;} */
.admission-common-list-wrapper{padding:10px 0;}
.admission-common-list-wrapper h3{font-size: 22px; margin: 0;}
.admission-common-list-wrapper ul li{padding: 6px 0; position: relative; margin-left: 20px;} 
.admission-inner-wrapper .common-google-form p{margin: 0 !important; font-weight: 700; text-align: center;}
.admission-inner-wrapper .common-google-form{flex-direction: column !important; gap: 10px;}

/* admission-main-wrapper */


/* .study-life-main-wrapper{padding: 60px 0;}
.study-life-main-wrapper .gsmk-tabination .tab-link { background: var(--dark-blue);}
.gsmk-tabination .tab-link.active {color: #333;background:var(--yellow);}
.study-list-common-wrapper   li{padding: 6px 0; position: relative; margin-left: 20px; position: relative; color: #fff;}
.study-committe-name{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items: center; margin: 40px 0; }
.study-committe-name ul li a , .study-committe-name ul li{text-align: center; color: #fff;}
.study-committe-name article{width: 100%; max-width: 700px; background: var(--dark-blue); color: #fff; padding: 15px 0; border-bottom: solid 5px var(--yellow);}
.study-committe-name article h4{text-align: center; margin:0 !important; font-size: 22px;} 
.study-life-main-wrapper .gsmk-tabination .tab-link {width: 100%;max-width: 300px;} */


.study-center-main-wrapper{padding: 60px 0;}
.study-center-card {width: 100%;max-width: 100%;display: flex;justify-content: center;align-items: center;padding: 30px 20px;border-radius: 20px; gap: 20px;}
.study-center-img{width: 100%; max-width: 130px;}
.study-center-content{width: 100%; max-width: 100%;}
.study-center-content h2{border-bottom: solid 1px var(--dark-blue); text-align: center; margin: 0;}
.study-center-img img{width: 100%; max-width:130px; box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}

/* footer */
.footer-wrapper{position: relative;}
.footer-wrapper::before{position:absolute;content:"";height:100%;width:100%;background:var(--dark-blue)}
.inner-footer-logo {width: 100%;max-width: 100%;display: flex;justify-content: center;align-items: center;border-bottom: solid 1px #fff;padding-bottom: 20px;}
.inner-footer-wrapper{padding:30px 0;position: relative;z-index:1;}
.inner-footer-logo img{width:100%;max-width:350px;margin:auto;display:flex;}
.footer-content{width:100%;max-width:1000px;margin:auto;text-align:center;}
.footer-content p{color:#fff;}
.footer-contact-links{display:flex;justify-content:space-between;align-items:flex-start;  padding: 50px 0 20px; gap: 35px;}
.footer-links-main{width:100%;max-width:400px;}
.sub-footer-links li{margin:15px 0; position: relative; padding-left: 20px; transition: transform 0.3s ease; }
.sub-footer-links li:hover{transform: translateX(15px);}
.sub-footer-links li:hover a{color:var(--yellow);}
.sub-footer-links li::before {position: absolute;content: "";top: 9px;left: 0;bottom: 0;background: var(--yellow);width: 10px;height: 10px;border-bottom-right-radius: -100%;transform: rotate(45deg);}
.sub-footer-main li{margin:18px 0;}
.sub-footer-main li:hover{color: var(--yellow);}
.sub-footer-main li a{display:flex;justify-content:flex-start;align-items:flex-start;gap:10px;line-height:1.5; transition: ease all .4s;}
.sub-footer-main li:hover a , .sub-footer-main li:hover a span img{color: var(--yellow);}
.sub-footer-main li a span img{width: 100%; min-width: 25px; filter: brightness(0) saturate(100%) invert(100%) sepia(12%) saturate(1805%) hue-rotate(2deg) brightness(114%) contrast(103%); }
.sub-footer-links , .sub-footer-main{padding:2px 0;}
.footer-address {width:100%; max-width: 400px;}
.footer-2 {border-top: 2px solid #ffffff14;background:#00223F;position: relative; padding: 5px 0;}
.copyrights {color: #fff;display: flex;align-items: center;justify-content: space-between;padding: 5px 0;position: relative;flex-wrap: wrap;gap: 20px;}
.copyrights p {font-size: 14px;margin: 0;}
.copyrights span a img {display: flex;justify-content: center;align-items: center;}
.footer-logo{  border-bottom: 1px solid #d6cec3;  padding: 0 0 30px;}
.footer-headings p{color:#fff;position: relative; font-weight: 600; font-size: 22px !important;}
.sub-footer-links >li>a, .sub-footer-main>li>a, .footer-links-main p{color:#d6d6d6;}
.copyrights p a, .copyrights p {color:#fff;font-size:13px !important;}
.copyrights span a {width: 100%;max-width: 90px;filter: invert(95%) sepia(18%) saturate(0%) hue-rotate(12deg) brightness(119%) contrast(100%);}
.footer-contact-links .footer-links-main:nth-child(2){max-width:fit-content;}
.footer-contact-links .footer-links-main:nth-child(3){max-width:400px;}
.inner-footer-logo a{position: relative;}
.footer-headings p::before{position:absolute;content:"";bottom:-5px;background:#af946f;width:115px;height:1px;}
.sub-footer-links li a.act-link{color: var(--yellow);}

/* footer */


.right-link-main-wrapper{width:100%; max-width: 100%;}
.right-link-inner-wrapper{width: 100%; max-width: 100%; display: flex; justify-content: center; align-items:flex-start; gap: 30px;}
.left-section-container{width: 100%; max-width: 75%;}
.right-section-container{width: 100%; max-width: 25%; padding: 60px 0; position: sticky; top: 60px;}




/* right section */

main.content-section-wrapper .right-section-container {width: 380px;background: #f8f9fc; border: 2px solid #e0e0e0; border-radius: 20px; box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1); overflow: hidden;padding: 20px;position: relative;transition: transform 0.3s ease, box-shadow 0.3s ease;}
main.content-section-wrapper .right-section-container:hover {transform: translateY(-5px);box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15); }
aside.quick-links {width: 100%;}
aside.quick-links h3 {padding: 16px 12px;color: #fff;font-size: 28px;font-weight: bold;text-transform: uppercase;text-align: center;background: linear-gradient(135deg, var(--dark-blue), var(--purple)); border-radius: 12px;box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.15); font-family: 'Arial', sans-serif;margin-bottom:7px;letter-spacing: 1px;position: relative;overflow: hidden;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;}
aside.quick-links h3::after {content: '';position: absolute;bottom: -8px;left: 50%;transform: translateX(-50%);width: 60px;height: 4px;background: #fff;border-radius: 10px;}
aside.quick-links ul {list-style: none;margin: 0;padding: 0;}
aside.quick-links ul li {margin-bottom: 6px;position: relative;}
aside.quick-links ul li a {display: flex;align-items: center;justify-content: space-between;padding: 14px 16px;background: #ffffff;border: 2px solid #e0e0e0; border-radius: 12px; font-size: 15px;font-weight: 500;color: var(--dark-blue);text-decoration: none;transition: all 0.3s ease;position: relative;box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);}
aside.quick-links ul li a:hover {background: linear-gradient(135deg,var(--purple), var(--yellow)); color: #fff; box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);transform: scale(1.02);}
aside.quick-links ul li:hover a::before {opacity: 1;height: 100%; }
aside.quick-links ul li a i {font-size: 12px;color: #888;transition: transform 0.3s ease, color 0.3s ease;}
aside.quick-links ul li:hover a i {transform: rotate(180deg); color: #fff;}

/* right section */


	.management-team-main-wrapper{padding: 60px 0;}
	.management-list-wrapper{padding: 40px 0 0 ;}
	.management-inner-wrapper h2{text-align: center;}
	.management-list{display: flex;justify-content: center; align-items: stretch; flex-wrap: wrap; gap: 30px;padding: 30px 0 0;}
	.management-1{width: 100%;max-width: 250px;}
	.management-1-img-desc{position: relative;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;border-radius: 10px;}
	.management-1-img-desc span{width: 100%;max-width: 250px;display: flex;justify-content: center; align-items: center;border-radius: 10px;}
	.management-1-img-desc span img{width: 100%;max-width: 250px;border-radius: 10px;}
	.management-1-img-desc p {position: absolute;bottom: 0;left: 0;right: 0;margin: auto;color: #fff;text-align: center;padding: 10px 0;background-color: #000000a3;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
	.management-1 h3{text-align: center;color:#000;font-size: 18px; }



   .grecaptcha-badge{right: -400px !important;}

   /* new css */
   .sports-fitness-image-inner{display: flex; justify-content: center; align-items: center; gap: 30px; padding: 60px 0 0; flex-wrap: wrap;}
   .sports-fitness-image-inner span{display: flex; justify-content: center; align-items: center; width: 100%; max-width: 400px;}
   .sports-fitness-image-inner span img{ width: 100%; max-width: 400px;}
   /* new css */