/** Anbarasi Design **/

:root {
    /*--theme-color: #D3224D;--theme-color:#fdb813;      
    --theme-color2: #FFEC40;
    --title-color: #081933;*/
    --title-color2: #00274C;
    --title-color3: #070E20;
    --title-color4: #13182B;
    --body-color: #506172;
    --smoke-color: #FFF6F8;
    --smoke-color2: #F8FAFE;
    --smoke-color3: #FCF6F1;
    --black-color: #081933;
    --black-color2: #202844;
    --th-border-color: #D3DBE2;
    --th-border-color2: #EEEFF2;
    --th-border-color3: rgba(87, 88, 95, 0.5);
    --th-border-color4: rgba(198, 201, 212, 0.5);
    --th-border-color7: #B7C2CC;
    --light-color: #C6C9D4;
    --gray-color: #EEF1F4;
    --gray-color2: #F4F3E6;
    --gray-color3: #57585F;
    --black-color3: #051311;
    --black-color4: #00110E;
    --black-color5: #22272E;
    --black-color6: #2D333D;
    --black-color7: #0E0E13;
    --black-color8: #070E20;
    --white-color: #ffffff;
    --yellow-color: #FFB539;
    --success-color: #28a745;
    --error-color: #dc3545;
    --th-border-color5: #49515C;
    --th-border-color6: #383D46;
    --title-font: "Playfair Display", serif;
    --subtitle-font: "Urbanist", sans-serif;
    --body-font: "Plus Jakarta Sans", sans-serif;
    --icon-font: "Font Awesome 6 Pro";
    --main-container: 1320px;
    --container-gutters: 24px;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 56px;
    --ripple-ani-duration: 5s;
    --th-body-background: #ffffff;
    --light-white: #f9f9f9;
     --theme-color: #ffb80e; 
     --title-color: #002f67;
     --black-color: #000;
     --theme-bluebg: #f5f7f9;
     --theme-yellowbg: #fff6e2;
      --thbutton-color: #002f67;
      --body-color:#000;
      --themeyellow-border:rgb(255 184 14 / 20%);
      --themeyellow-border:rgb(0 47 103 / 20%);
      --smoke-color:#f2f7fd;
      
}

.home-mainpage{
    --section-space: 100px;
    --section-space-mobile:60px;
}

@media (min-width: 1400px) {
    .th-container4 {
        --main-container: 1400px;
    }
}

.sidemenu-wrapper .sidemenu-content {
    overflow-y: auto !important;
    height: 100vh !important;
    scroll-behavior: smooth;
}
.header-info .header-logo{
    width: 90%;
}
.header-info .headerinfo-leftlogo{
    width: 300px;
}
.header-info .headerinfo-rightcont{
    width: calc(100% - 300px);
    display: flex;
    justify-content: flex-end;
}
.header-right-wrap .applynow-link{
 color: var(--theme-color);
}
.header-right-wrap .applynow-link a{
 color: var(--theme-color);
}
.custext-justify{
    text-align: justify;
}
img.invert-img{
    filter: brightness(0) invert(1);
}
.process-card_img img{
    min-width: 60px;
    max-width: 60px;
}
.process-card .box-title{
    color: var(--theme-color);
}
.theme-textclr{
    color: var(--theme-color);
}
.about-event-wrap .event-card-tag {
    padding: 0;
    width: 64px;
    height: 64px;
    padding: 8px;
    border-radius: 0 10px 0 10px;
}
.about-event-wrap .event-card-tag .eventtag-img img{
    animation: none;
    /*filter:  brightness(0) invert(1);*/
}
.about-event-wrap .global-img:hover .eventtag-img img{
    transform: none;
}
.about-event-wrap .event-card{
    display: flex;
}
.about-event-wrap .event-card-img{
    min-width: 40%;
    max-width: 40%;
    border-radius: 0 0 30px 0;
}
.about-event-wrap .event-card-img img {
    width: 100%;
    aspect-ratio: 1 / 0.65;
    object-fit: cover;
    height: 100%;
}
.about-event-wrap .event-card:last-child{
    margin-bottom: 0;
}

/** table start **/

.customtable-nrmlrow .tablecol-center{
  text-align: center;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.custom-tablewrap .customtable-hdrow .tablecol-center{
  text-align: center;
}
.custom-tablewrap .customtable-datarow .tablecol-cmnblk{
  padding: 12px 20px;
}
.custom-tablewrap .customtable-hdrow .tablecol-cmnblk{
  padding: 12px 20px;
  background-color:var(--theme-color) ;
  color: var(--title-color) ;
}
.custom-tablewrap .customtable-hdrow .tablecol-cmnblk h4{
  color: var(--title-color) ;
  font-size: 25px;
    margin: 0 0 3px;
    line-height: 32px;
}
.custom-tablewrap .customtable-datarow .tablecol-cmnblk p{
  margin-bottom: 0;
  text-align: center;  
  color: var(--black-color);
}
.customtable-datarow .tablecol-center{
  text-align: center;
  border-right: 1px solid var(--theme-color);
  border-left: 1px solid var(--theme-color);
  color:var(--theme-color) ;
}
.customtable-datarow .tablecol-center h4{
  color:var(--black-color) ;
}
.custom-tablewrap .customtable-datarow .tablecol-cmnblk{
  border-bottom: 2px solid var(--theme-color);
}
.custom-tablewrap .custom-tablewrap-inner{
  box-shadow: 0 4px 10px rgb(211 34 77 / 25%), 0 8px 20px rgba(0, 0, 0, 0.25);  
    border-radius: 8px;
    position: relative;
    margin-top: 20px;
}
.bdrbtm-none.customtable-datarow .tablecol-cmnblk{
  border-bottom: none;
}
.customtable-hdrow .tablecol-left{
  border-top-left-radius: 8px;
}
.customtable-hdrow .tablecol-right{
border-top-right-radius: 8px;
}
.custom-tablewrap .customtable-datarow .tablecol-image .fi{
    font-size: 35px;
    line-height: 35px;
    color: var(--title-color) ;
}
.custom-tablewrap .customtable-datarow .tablecol-cmnblk{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.custable-row .custom-tablewrap .customtable-datarow .tablecol-image .fi {
    font-size: 28px;
    line-height: 35px;
}
.cuscmn-tblmainsection .box-title {
    position: relative;
    font-weight: 600;
    font-size: 26px;
    line-height: 1.4;
    display: inline-block;
    letter-spacing: 0.02em;
    padding-bottom: 12px;
    margin-bottom: 20px;
}
.cuscmn-tblmainsection .box-title::after {
    position: absolute;
    width: 36px;
    height: 2px;
    bottom: 0;
    left: 0;
    content: "";
    background-color: var(--theme-color);
    -webkit-transition: .4s;
    transition: .4s;
}
.cuscmn-tblmainsection .box-title:hover::after {
    width: 100%;
}
.custable-row .cuscmn-tblmainsection{
    padding: 0 30px 30px;
}
/** table end**/
.contact-map.style3{
    height: 100%;
}
.contactrow-map .contact-map.style3 {
    height: 100%;
}
.contactrow-map .contact-map.style3 iframe {
    height: 100%;
}
/*.contactmap-row .contact-form2{
    background-color: #FFF6F8;
}*/
.contact-topsection .contact-feature {
    padding: 35px 50px;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 35px;
    border-bottom: 1px solid rgb(211 34 77 / 20%);
    border-bottom: 1px solid var(--themeyellow-border);
    margin: 0;
}
.contact-topsection .contact-feature.bdrbot-none{
    border-bottom: none;
}
.contactdetail-row{
    justify-content: center;
    align-items: center;
    background-color: var(--theme-yellowbg);
}
.contact-form2{
     background-color: var(--theme-bluebg);
}
.header-info-text{
    font-weight: 500;
    font-size: 15px;
    color: var(--theme-color);
    margin-bottom: 5px;
}
.header-info-title{
    font-weight: 500;
}
footer .footer-logo{
    width: 80%;
}
.footer-default .footer-top .client-group-wrap{
    justify-content: flex-end;
}
.footer-default .footer-top{
    padding: 50px 0;
}
.th-widget-instagram .insta-thumb img{
    object-fit: cover;
}
.footer-info .footer-info-flex{
    display: flex;
    gap: 0 5px;margin-bottom: 10px;
}
.footer-info .footer-info-flex .footer-info-icon{
    min-width: 32px;
}
.footer-info .footer-info-flex.info-adrs .footer-info-icon{
    margin-top: 9px;
}
.footer-info .footer-info-text{
    color: var(--body-color);
}
footer .th-widget-contact .footer-info{
    display: flex;
}
.footer-info .footer-info-text{
    font-size: 16px;
}
.footer-info .footer-info-flex.info-phone .footer-info-text{
    display: flex;
    gap: 0 5px;
}
.footer-info .footer-info-flex.info-phone a{
    margin-bottom: 0;
}
footer .th-widget-about .about-text{
    margin-bottom: 30px;text-align: justify;
    font-size: 16px;
}
.footer-mid .widget-area {
    padding-top: 70px;
    padding-bottom: 35px;
}
.footer-mid  .footer-widget {
    margin-bottom: 25px;
}
footer a:hover {
    color: var(--white-color);
}
.sidemenu-content .th-widget-about .about-text{
    font-size: 16px;
    color: var(--white-color);
}
.sidemenu-content .footer-info a{
    color: var(--white-color);
}
.event-card .eventicon-img img {
    filter: invert(13%) sepia(94%) saturate(7480%) hue-rotate(337deg) brightness(92%) contrast(105%);
    filter: brightness(0) saturate(100%) invert(22%) sepia(98%) saturate(1800%) hue-rotate(197deg) brightness(92%) contrast(105%);
}
.event-card .eventicon-img{
    width: 100px;
    display: block;
    margin-bottom: 25px;
}
.process-card_img img{
    filter: brightness(0) saturate(100%);
}
.process-card .box-title{
    color: var(--title-color);
}
/*.th-btn{
    background-color: var(--thbutton-color);
}
.th-btn:hover{
    color: var(--black-color);
}
.th-btn::before{
    background-color: var(--theme-color);    
}
*/
.contact-feature .box-icon{
    background:var(--theme-bluebg);
    color: var(--title-color);
    width: 80px;min-width: 80px;
    height: 80px;
    line-height: 80px;
}
.th-btn{
    color: var(--black-color);
}
.th-btn:hover{
    color: var(--white-color);
}
.header-layout1 .header-button .th-btn{
    color: var(--white-color);
}
.header-layout1 .header-button .th-btn:hover{
    color: var(--black-color);
}
.header-layout1 .header-button:hover .th-arrow{
     filter: brightness(0) saturate(100%);
}
.process-area{
    background-color: var(--theme-yellowbg);
}
.header-info-text{
    color: var(--title-color);
}
.header-info-title>a {
    color: var(--black-color);
}
.header-info-icon{
    color: var(--title-color);
}
.program-wrapp.peogram-arealeft{
    position: absolute;
    left: 1%;
    top: 3%;
}
.event-card .eventicon-img{
    width: 100%;
}
.event-content .event-card-icon {
    padding: 0;
    width: 80px;
    height: 80px;
    padding: 12px;
    border-radius: 0 10px 0 10px;
    display: block;
    background-color: var(--theme-color);
    text-transform: uppercase;
    margin-bottom: 0;
    z-index: 3;
}
.event-card-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.event-card-title .box-title{
    margin-bottom: 0;
}

/*** 
=============================================
    Involment Activities Area Style2 Css
=============================================
***/

/*** 
=============================================
    Involment Activities Area Css
=============================================
***/
.involment-activities-area {
    position: relative;
    display: block;
    padding: 20px 0 0px;
}

/*.involment-activities-tab__button {
    position: relative;
    display: block;
    padding-bottom: 60px;
}

.involment-activities-tab__button .tabs-button-box {
    position: relative;
    display: flex;
    border-top: 1px solid #ede8e6;
    border-bottom: 1px solid #ede8e6;
}

.involment-activities-tab__button .tabs-button-box .tab-btn-item {
    position: relative;
    display: block;
    overflow: hidden;
    width: 50%;
    cursor: pointer;
    text-align: center;
    z-index: 1;
}

.involment-activities-tab__button .tabs-button-box .tab-btn-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #f9f5f3;
    z-index: -1;
    transform: perspective(400px) translateY(0px) scale(0);
    transform-style: preserve-3d;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    transform-origin: right center;
}

.involment-activities-tab__button .tabs-button-box .tab-btn-item:hover::before,
.involment-activities-tab__button .tabs-button-box .tab-btn-item.active-btn-item::before {
    transform: perspective(400px) translateY(0px) scale(1);
    transform-origin: left center;
}

.involment-activities-tab__button .tabs-button-box .tab-btn-item h3 {
    position: relative;
    display: block;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    text-transform: uppercase;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin: 0;
    padding: 12px;
}

.involment-activities-tab__button .tabs-button-box .tab-btn-item:hover h3,
.involment-activities-tab__button .tabs-button-box .tab-btn-item.active-btn-item h3 {
    color: var(--title-color);
} */


.involment-activities-area {
    position: relative;
    display: block;
}

.involment-activities-tab__button {
    position: relative;
    display: block;
    border: 1px solid var(--theme-color);
    padding: 10px 10px;
    z-index: 2;
    background-color: var(--theme-yellowbg);
    box-shadow: 0px 10px 50px rgba(135, 143, 151, 0.2);
}

.involment-activities-tab__button .sec-title {
    padding-bottom: 32px;
}

.involment-activities-tab__button .tabs-button-box {
    position: relative;
    display: block;
    border-top: 1px solid #e6e1df;
}

.involment-activities-tab__button .tabs-button-box li {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid var(--th-border-color);
    padding: 20px 0;
    color: var(--title-color);
    gap: 15px;
}
.involment-activities-tab__button .tabs-button-box li.tab-btn-item:hover ,
.involment-activities-tab__button .tabs-button-box li.tab-btn-item.active-btn-item{
    color: var(--theme-color);
}
.involment-activities-tab__button .tabs-button-box li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.involment-activities-tab__button .tabs-button-box li h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
        margin-bottom: 0;
        padding-right: 5px;
        position: relative;
        z-index: 1;margin-right: auto;
}

.involment-activities-tab__button .tabs-button-box li.tab-btn-item:hover h3,
.involment-activities-tab__button .tabs-button-box li.tab-btn-item.active-btn-item h3 {
    color: var(--theme-color);
}


.involment-activities-tab__button .tabs-button-box li .round-box {
    position: relative;
    display: block;
    min-width: 30px;
    width: 30px;
    height: 30px;
    border: 2px solid #e6e1df;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.involment-activities-tab__button .tabs-button-box li.tab-btn-item:hover .round-box,
.involment-activities-tab__button .tabs-button-box li.tab-btn-item.active-btn-item .round-box {
    border-color: var(--theme-color);
}

.involment-activities-tab__button .tabs-button-box li .round-box:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    bottom: 6px;
    right: 6px;
    background-color: #e6e1df;
    border-radius: 50%;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.involment-activities-tab__button .tabs-button-box li.tab-btn-item:hover .round-box:before,
.involment-activities-tab__button .tabs-button-box li.tab-btn-item.active-btn-item .round-box:before {
    background-color: var(--theme-color);
}
.involment-activities-tab__button .tabs-button-ficon{
    min-width: 32px;
}
.involment-activities-tab__button .tabs-button-ficon .fi{
    font-size: 30px; line-height: 30px;display: inline-block;   
}
.involment-activities-tab__button .tabs-button-ficon .fi::before{
   line-height: 30px;
}

.involment-activities-area .tabs-content-box {
    position: relative;
    display: block;
}

.involment-activities-area .tab-content-box-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: auto;
    visibility: hidden;
}

.involment-activities-area .tab-content-box-item.tab-content-box-item-active {
    position: relative;
    visibility: visible;
    z-index: 5;
}

.involment-activities-area .tab-content-box-item .tabs-content-box__single-item {
    transition: all 0.7s ease;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
}

.involment-activities-area .tab-content-box-item.tab-content-box-item-active .tabs-content-box__single-item {
    opacity: 1.0;
    transform: scaleY(1);
}



.single-involment-activities-box {
    position: relative;
    display: block;
    transition: all 0.2s ease;
    z-index: 1;
}

.single-involment-activities-box .img-box .inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20px;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all 0.2s ease;
    box-shadow: 0 10px 25px rgba(60, 72, 88, 0.15);
    z-index: -1;
}

.single-involment-activities-box .img-box .inner:hover {
    transform: translateY(-5px);
}

.single-involment-activities-box .img-box .inner:hover::before {
    opacity: 1;
}


.single-involment-activities-box .img-box {
    position: relative;
    display: block;
    transition: all 0.2s ease;
    padding-bottom: 40px;
    
}
.single-involment-activities-box.activities-box-even .img-box{
    align-items: flex-end;
}
.single-involment-activities-box.activities-box-even .img-box .text-holder{
    margin-right: auto;
    margin-left: 0;
}
.single-involment-activities-box .img-box .inner {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--theme-color);
    transition: all 0.5s ease;
    width: 60%;
}

.single-involment-activities-box .img-box .inner img {
    transition: all 0.5s ease;
    width: 100%;
    aspect-ratio: 1 / 0.581;
    object-fit: cover;
    
}

.single-involment-activities-box:hover .img-box .inner img {
    transform: rotate(2deg) scale(1.05);
    opacity: 0.5;
}
.single-involment-activities-box .img-box .text-holder {
    /* position: absolute; */
    /* left: 20px; */
    /* bottom: 0; */
    /* right: 0; */
    background: #ffffff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    padding: 32px 30px 32px;
    margin-top: -5%;
    width: calc(100% - 40px);
    margin-left: auto;
    z-index: 1000;
    position: relative;
}
.single-involment-activities-box .img-box{
        padding-top: 30px;
}
.single-involment-activities-box .img-box .activities-box-title{
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 5px;
    text-align: center;position: relative;
    padding: 0 35px;
}
.single-involment-activities-box .img-box .activities-box-title:before {
    content: "";
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    width: 100px;
    height: 1px;
    background-color: var(--theme-color);

}
.single-involment-activities-box .img-box .text-holder h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 13px;
}

.single-involment-activities-box .img-box .text-holder p {
    margin: 0 0 10px;
    text-align: justify;
}
.single-involment-activities-box .img-box .text-holder p:last-child{
    margin-bottom: 0;
}

.single-involment-activities-box .img-box .text-holder ul {
    position: relative;
    display: block;
    padding-top: 15px;
}

.single-involment-activities-box .img-box .text-holder ul li {
    position: relative;
    display: block;
    padding-left: 30px;
    font-weight: 500;
}

.single-involment-activities-box .img-box .text-holder ul li+li {
    margin-top: 5px;
}

.single-involment-activities-box .img-box .text-holder ul li:before {
    content: "\ea0c";
    font-family: 'icomoon' !important;
    position: absolute;
    left: 0;
}
.involment-activities-area--style2 {
    position: relative;
}

.involment-activities-area--style2 .involment-activities-tab__button .tabs-button-box {
    border-top: none;
    border-bottom: none;
    padding: 0;
    margin-bottom: 0;
    background-color: var(--white-color);
    padding: 20px 25px;
}

.involment-activities-area--style2 .involment-activities-tab__button .tabs-button-box .tab-btn-item:before {
    background: #f1f4fb;
}
.contactdetail-addres{
    margin-top: 0;
}

/** overlay*/
.single-involment-activities-box .img-box{
    display: block;
    background: #fff;
    box-shadow: 4px 13px 30px 1px rgba(255, 184, 14, 0.2);
    box-shadow: 4px 13px 30px 1px rgba(0, 47, 104, 0.2);
    box-shadow: 0 6px 10px rgba(0, 47, 104, 0.25), 0 8px 20px rgba(0, 0, 0, 0.25);
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 30px;
    padding-bottom: 0;
}
.single-involment-activities-box .img-box:hover{
    box-shadow:  0 6px 10px rgba(255, 184, 14, 0.4), 0 8px 20px rgba(0, 0, 0, 0.25);
}
.single-involment-activities-box .img-box .img-box-overlay{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px 0 35px ;
}

.single-involment-activities-box .img-box .inner{
    width: 60%;
    margin-left: -30px;
    box-shadow: 0 6px 10px rgba(0, 47, 104, 0.25), 0 3px 5px rgba(0, 0, 0, 0.25);
}
.single-involment-activities-box .img-box .inner img{
    width: 100%;
    aspect-ratio: 1 / 0.75;
    /*aspect-ratio: auto;*/
    object-fit: cover;
}
.single-involment-activities-box .img-box .text-holder{
    box-shadow: none;
    margin-top: 0;
    padding: 0 30px;
}
.single-involment-activities-box.activities-box-even .img-box .img-box-overlay{
    flex-direction: row-reverse;
    align-items: center;
}
.single-involment-activities-box.activities-box-even .img-box .inner{
    margin-left: 0px;
    margin-right: -30px;
}
.single-involment-activities-box.activities-box-even .img-box .text-holder{
    margin-right: auto;
    margin-left: 0;    
}
.single-involment-activities-box .img-box img.img-box-img2{
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    border-radius:50% ;
    border: 5px solid var(--theme-color);
}
.single-involment-activities-box .img-box.single-imgbox .img-box-overlay{
    flex-direction: column;
}
.single-involment-activities-box .img-box.single-imgbox .inner{
    margin-left: 0;
    margin-bottom: 30px;
}
.single-involment-activities-box .img-box.single-imgbox .text-holder{
    margin-right: auto;
}
/** overlay*/
.title-gradient {
    font-weight: 700;
    background: linear-gradient(
        90deg,
        #002f67,
        #004a9c,
        #0073ff,
        #004a9c,
        #002f67
    );
    background-size: 300%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: titleGlow 4s linear infinite;
}

@keyframes titleGlow {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}
body{
    font-size: 16px;
}
.event-card .box-text{
    font-size: 16px;
}
.sec-text {
    font-size: 16px;
}
.th-btn{
    padding: 11px 20px 12px;
}

/* Style for the gallery section */
/* GALLERY SECTION */
.gallery-section {
    margin-bottom: 60px;
}

.gallery-tabs button {
    padding: 8px 30px 10px;
    color: var(--title-color);
    border: none;
    background: var(--theme-color);
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px 0 10px 0;
}

.gallery-tabs button.active {
     background: var(--title-color);
    color: #fff;
}


.gallery-tabs button .anime-iocn {
    display: inline-block;
    animation: swing infinite 2s ease-in-out;
    font-size: 22px;
    line-height: 22px;
    vertical-align: middle;
    margin-right: 8px;
}
.gallery-tabs button .anime-iocn::before{
    line-height: 19px;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.gallery-wrap {
    margin-bottom: 20px;
}

.gallery-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
}
.custom-photosgallery .gallery-img img{
    aspect-ratio: 1 / 0.75;
}
.gallery-img {
    position: relative;
}
.gallery-tabs{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.gallery-wrap .item{
    position: relative;
    box-shadow: 0.75rem 0.85rem 1.75rem 0rem rgba(0, 0, 0, 0.32);
    /* overflow: hidden; */
    border-radius: 10px;
}

.gallery-wrap .item::before,.gallery-wrap .item::after {
    position: absolute;
    width: 0;
    height: 50%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0,47,103,0.65);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    z-index: 3;

}

.gallery-wrap .item:hover {
    cursor: pointer;
}

.gallery-wrap .item:hover::after {
    width: 100%;
    opacity: 1;
    visibility: visible;
     border-radius: 10px 10px 0 0;
}

.gallery-wrap .item:hover::before {
    width: 100%;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    border-radius: 0 0 10px 10px ;
}
.gallery-wrap .item .gallery-icon {
    position: absolute;
    top: 50%;
    right: 0;
    font-size: 22px;
    color: #fff;
    z-index: 5;
    width: 50px;
    height: 50px;
    background: var(--theme-color);
    color: var(--title-color);
    left: 0;
    margin: 0 auto;
    transform: translateY(-40%);
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease-in-out;
}
.gallery-wrap .item .gallery-icon::before{
    line-height: 50px;
}
.gallery-wrap .item:hover .gallery-icon {
    opacity: 1;
    visibility: visible;
}
@media (min-width: 1024px) {
    .customize-gallery .customgallery-row.row {
        --bs-gutter-x: 28px;
    }
}
.gallery-wrap {
    margin-bottom: 28px;
}
.custom-videosgallery .gallery-wrap .gallery-img{
    background:#000;
}
.custom-videosgallery .gallery-wrap iframe {
   
    width: 100%;
    height: auto;
    background: #000;
}

.hero-style1 .th-btn.dark-cbtn{
    color: var(--black-color);
}
.th-btn.white-hover.th-btn.dark-cbtn:after{
    background-color: var(--black-color);
}
.th-btn.white-hover:hover.th-btn:after {
    background-color: var(--title-color);
}
.hero-style1 .th-btn{
    padding: 13px 25px;
}
.home-featurecard .feature-card{
    height: 100%;
}
.feature-card .box-title {
    font-size: 24px;
    margin-bottom: 11px;
}
.feature-card .box-text {
    margin-bottom: 28px;
}
.feature-card .th-btn {
    padding: 8px 18px;
}
.home-featurecard .feature-card .box-icon img{
    width: 80px;
}
.vels-discountwrp.discount-wrapp img.diswrp-logo{
    padding: 0 8px;
}
.vels-discountwrp.discount-wrapp .logo{
    line-height: 84px;
    background-color: var(--title-color);
}
.img-box1 .about-wrapp.about-homewrapp{
    left: -13%;
    top: 100px;
}
.cusabtimg-hbox .cusabtimg-hboximg1{
    width: 44.6%;
    min-width: 44.6%;
}
.homeabout-cuswrap .about-feature .box-icon img{
    filter: hue-rotate(233deg) saturate(180%) brightness(65%) contrast(105%);
    filter: hue-rotate(228deg) saturate(250%) brightness(60%) contrast(90%);
}
.th-btn.th-icon.yellow-btn:after{
    background-color: var(--black-color);
}
.th-btn.th-icon.yellow-btn:hover:after {
    background-color: var(--white-color);
}
.about-wrap1 .box-text{
    font-size: 15px;
}
.about1-homearea .about-wrap1 .btn-wrap {
    margin-top: 40px;
}
.home-counter-areasec .box-icon img{

}
.yellow-clroverlay{
     filter: invert(51%) sepia(71%) saturate(657%) hue-rotate(349deg) brightness(102%) contrast(101%);
}
.white-clroverlay{
    filter: invert(1);
}
.arrow-wrap .home-academic-wrapp .slider-arrow{
    /*opacity: 1;
    visibility: visible;*/
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    left: 0;
}
.arrow-wrap .home-academic-wrapp .slider-arrow.slider-next{
    right: 0;
    left: auto;
}
.academic-card .academic-tag {
    padding: 0;
    width: 64px;
    height: 64px;
    padding: 8px;
    border-radius: 0 10px 0 10px;
}
.academic-img{
     margin-bottom: 25px;
}
.academic-content .box-title{
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}
.academic-content .box-title::after {
    position: absolute;
    width: 45px;
    height: 2px;
    bottom: 0;
    left: 0;
    content: "";
    background-color: var(--theme-color);
    -webkit-transition: .4s;
    transition: .4s;
}
.academic-content .box-title:hover::after {
    width: 95%;
}
.academic-content {
    border-bottom: none;
    padding-bottom: 0;
}
.bg-themeyellow{
    background-color: var(--theme-yellowbg);
}
.bg-themeblue{
    background-color: var(--theme-bluebg);
}
.bg-themeblue .academic-card {
    border: none;
    background: var(--white-color);
    box-shadow: 0.4rem 0.5rem 0.7rem 0rem rgba(0, 0, 0, 0.32);`
}
.home-academic-wrapp .swiper-wrapper {
    align-items: stretch !important;
}

/* allow card to fill slide height */
.home-academic-wrapp .swiper-slide {
    display: flex !important;
    height: auto !important;
}
.home-academic-wrapp .academic-card{
    height: 100%;
    display: flex;
    flex-direction: column;
}
.home-academic-wrapp .swiper-autoheight .swiper-slide{
    height: 100%;
}
.home-academic-wrapp .academic-card .box-text{
    text-align: justify;
}
.home-academic-wrapp .academic-content{
    flex: 1;
}
.home-academic-wrapp .academic-img a img{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}
.applynowform-wrap{
        max-width: 992px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.admission-forum-wrap .admission-forum-inner {
    background-color: #f6f7f9;
    position: relative;
    /* background: #fff; */
    box-shadow: 0px 10px 50px rgb(21 22 22 / 25%);
}
.admission-forum-wrap .admission-forum-inner .addmisson-forum input,
.admission-forum-wrap .admission-forum-inner .addmisson-forum textarea,
.admission-forum-wrap .admission-forum-inner .addmisson-forum select {
    border-radius: 0;
    color: var(--white-color);
    border: 1px solid var(--body-color);
    -webkit-transition: 0.4s ease-in;
    transition: 0.4s ease-in;
    background-color: transparent
}

.admission-forum-wrap .admission-forum-inner .addmisson-forum input:focus,
.admission-forum-wrap .admission-forum-inner .addmisson-forum textarea:focus,
.admission-forum-wrap .admission-forum-inner .addmisson-forum select:focus {
    border: 1px solid var(--theme-color);
}

.admission-forum-wrap .admission-forum-inner .addmisson-forum input::-webkit-input-placeholder,
.admission-forum-wrap .admission-forum-inner .addmisson-forum textarea::-webkit-input-placeholder,
.admission-forum-wrap .admission-forum-inner .addmisson-forum select::-webkit-input-placeholder {
    color: var(--white-color);color: #423b3b;
}

.admission-forum-wrap .admission-forum-inner .addmisson-forum input::-moz-placeholder,
.admission-forum-wrap .admission-forum-inner .addmisson-forum textarea::-moz-placeholder,
.admission-forum-wrap .admission-forum-inner .addmisson-forum select::-moz-placeholder {
    color: var(--white-color);color: #423b3b;
}

.admission-forum-wrap .admission-forum-inner .addmisson-forum input:-ms-input-placeholder,
.admission-forum-wrap .admission-forum-inner .addmisson-forum textarea:-ms-input-placeholder,
.admission-forum-wrap .admission-forum-inner .addmisson-forum select:-ms-input-placeholder {
    color: var(--white-color);color: #423b3b;
}

.admission-forum-wrap .admission-forum-inner .addmisson-forum input::-ms-input-placeholder,
.admission-forum-wrap .admission-forum-inner .addmisson-forum textarea::-ms-input-placeholder,
.admission-forum-wrap .admission-forum-inner .addmisson-forum select::-ms-input-placeholder {
    color: var(--white-color);color: #423b3b;
}

.admission-forum-wrap .admission-forum-inner .addmisson-forum input::placeholder,
.admission-forum-wrap .admission-forum-inner .addmisson-forum textarea::placeholder,
.admission-forum-wrap .admission-forum-inner .addmisson-forum select::placeholder {
    color: var(--white-color);color: #423b3b;
}

.admission-forum-wrap .admission-forum-inner .addmisson-forum select {
    color: #423b3b;
}

.admission-forum-wrap .admission-forum-inner .addmisson-forum select option {
    color: #423b3b;
}

.admission-forum-wrap .admission-forum-inner .addmisson-forum input:-webkit-autofill,
.admission-forum-wrap .admission-forum-inner .addmisson-forum textarea:-webkit-autofill,
.admission-forum-wrap .admission-forum-inner .addmisson-forum select:-webkit-autofill {
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important;
    -webkit-transition: background-color 9999s ease-in-out 0s !important;
    transition: background-color 9999s ease-in-out 0s !important
}
.admission-forum-wrap.applynowform-wrap  .admission-forum-inner .addmisson-forum{
        padding: 60px 40px;
}
.admission-forum-wrap.applynowform-wrap .admission-forum-inner .addmisson-forum input, .admission-forum-wrap.applynowform-wrap .admission-forum-inner .addmisson-forum textarea, .admission-forum-wrap.applynowform-wrap .admission-forum-inner .addmisson-forum select{
    color: #423b3b;
    border:1px solid #e1e1e1;
    border: 1px solid #e7e7e7;
    background-color: #fefeff;
    height: 52px;
    padding: 0 25px 0 25px;padding-right: 45px;
        border-radius: 2px;
}
.admission-forum-wrap.applynowform-wrap .admission-forum-inner .addmisson-forum textarea.form-control, .admission-forum-wrap.applynowform-wrap .admission-forum-inner .addmisson-forum textarea {
    min-height: 128px;
    padding-top: 16px;
    padding-bottom: 17px;
}
.admission-forum-wrap .admission-forum-inner .addmisson-forum input:focus,
.admission-forum-wrap .admission-forum-inner .addmisson-forum textarea:focus,
.admission-forum-wrap .admission-forum-inner .addmisson-forum select:focus {
    border: 1px solid var(--theme-color)
}
.admission-forum-wrap.applynowform-wrap  .admission-forum-inner .addmisson-forum{
    margin-bottom: 32px;
}
.admission-forum-wrap.applynowform-wrap  .admission-forum-inner .addmisson-forum .form-label{
    color: var(--title-color);
    font-weight: 500;
}
.why-titlebox .why-number img{
/*filter: invert(51%) sepia(71%) saturate(657%) hue-rotate(349deg) brightness(102%) contrast(101%);*/
}
.why-content .box-text-wrap{
    max-width: 100%;
    text-align: justify;
}
.home-video-area .video-thumb1-1 .video-play-btn{
   position: relative;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    transform:translateY(-50%);
}
.home-video-area.video-area-1{
    padding: 150px 0;
}
.video-titlewrp{
    color: var(--white-color);
}
.video-titlewrp h2{
    color: var(--theme-color);
}
.video-titlewrp p{
    color: var(--white-color);
}
.homevision-areasec{
    /*background-color: var(--theme-yellowbg)*/
}
.homewhy-card .why-number{
    top: 0;
    font-size: 16px;
    line-height: 1.417;
    display: inline-block;
}
.homewhy-card .why-content .box-title {
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 30px;
}
.homewhy-card .why-titlebox{
    align-items: center;    margin-bottom: 10px;
}
.homewhy-cardrow{
    align-items: center;
}
.homewhy-cardleft{
    padding-right: 40px;
}
.homewhy-card.homewhy-cardeven .homewhy-cardrow{
    flex-direction: row-reverse;
}
.homewhy-card.homewhy-cardeven .homewhy-cardleft{
    padding-right: 0;
    padding-left: 40px;
}
.apply-stadum-action .th-btn{
    color: var(--black-color);
}
.apply-stadum-action .th-btn.white-hover:after{
    background-color: var(--black-color);
}
.apply-stadum-titlebox .sec-title-wrap {
    max-width: 500px;
}
.sticky-wrapper .header-logo{
    width: 200px;
}
.sticky-wrapper.sticky{
    display: none!important;
}

.service-card-wrap .custom-service-card{
    display: flex;
    -webkit-box-pack: justify;
    /*justify-content: space-between;*/
    flex-direction: column;
    flex-wrap: wrap;
    background-color: var(--title-color);
    transition: all 0.4s ease-in-out;
    padding: 30px;    
    position: relative;
    z-index: 10;
    height: 100%;
}
.service-card-wrap .custom-service-card:hover{
   /* background-color: var(--theme-color);*/
}
.service-card-wrap .custom-service-card {
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.service-card-wrap .custom-service-card::before,.service-card-wrap .custom-service-card::after {
    position: absolute;
    width: 50%;
    height: 0;
    top: 0;
    left: 0;
    content: "";
    background: -webkit-linear-gradient(bottom, rgb(255 184 14 / 62%), rgb(255 184 14));
    background: linear-gradient(0deg, rgb(255 184 14 / 62%), rgb(255 184 14));
    background: linear-gradient(0deg, rgb(255 184 14 / 77%), rgb(255 184 14));
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.service-card-wrap .custom-service-card:hover::after {
    height: 100%;
    opacity: 1;
    visibility: visible
}

.service-card-wrap .custom-service-card:hover::before {
    height: 100%;
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.service-card-wrap .custom-service-card .box-text{
    font-weight: 400;
    font-size: 16px;
    letter-spacing: normal;
    color: var(--white-color);
    margin-bottom: 0;
    max-width: 100%;
    text-align: justify;    margin-bottom: 5px;
}
.service-card-wrap .custom-service-card .box-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}
.service-card-wrap .custom-service-card .box-content .box-title{
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: var(--theme-color);
    max-width: 100%;
    margin-bottom: 5px;
    width: calc(100% - 85px);
}
.service-card-wrap .custom-service-card .box-content .box-icon{
    width: 70px;
    min-width: 70px;
}
.service-card-wrap .opacity-clroverlay{
    filter: invert(1) brightness(2);
    opacity: 0.4;
}
.service-card-wrap .custom-service-card:hover .opacity-clroverlay{
    filter: none;
    opacity: 1;
}
.service-card-wrap .custom-service-card:hover .box-title{
    color: var(--title-color);
}
.service-card-wrap .custom-service-card .box-title a:hover{
    color: var(--title-color);
}
.service-card-wrap .custom-service-card:hover .box-text{
    color: var(--black-color);
}
.service-card-wrap .custom-service-card .icon-btn {
    width: 32px;
    height: 32px;
    background-color: var(--theme-color);
    border-radius: 48px;
    border: none;
    /* font-size: 20px; */
    display: block;
    line-height: 26px;
    font-size: 20px;
    margin-top: 0;
    margin-left: auto;
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.service-card-wrap .custom-service-card:hover .icon-btn{
    background-color: var(--title-color);
}
.service-card-wrap .custom-service-card .icon-btn .sercus-icon{
    line-height: 14px;
    font-size: 14px;
    color: var(--black-color);
}
.service-card-wrap .custom-service-card:hover .icon-btn .sercus-icon{
    color: var(--white-color);
}
/*.service-card-wrap .box-icon{
    width: 70px;
    min-width: 70px;
}*/
.hometesti-swipslider .testi-card .box-text{
    font-size: 16px;
    font-weight: 400;
}
.hometesti-card .box-title {
    font-size: 22px;
    line-height: 1.417;
}
.hometesti-card .testi-card_profile{
    padding-top: 5px;
}
.hometesti-swipslider .testi-card{
    padding: 30px 30px 24px 30px;
    height: 100%;
}
.testi-slider1 {
    margin-right: 0;
}
.swiper-slide.hometesti-swipslider{
    display: flex !important;
    height: auto !important;
}

.shape3-wid100 {
    width: 100px;
}
.ripplebot-area .ripple-1,.ripplebot-area .ripple-2,.ripplebot-area .ripple-3,.ripplebot-area .ripple-4,.ripplebot-area .ripple-5 {
    width: 326px;
    height: 326px;
    position: absolute;
    left: -150px;
    text-align: center;
    bottom: -50px;
    margin: auto;
    background-color: transparent;
    border: 1px solid rgba(87,88,95,0.5);
    border-radius: 50%;
    -webkit-animation: ripple2 10s linear infinite;
    animation: ripple2 10s linear infinite;
    opacity: 0
}

.ripplebot-area .ripple-1 {
    -webkit-animation-delay: 0;
    animation-delay: 0
}

.ripplebot-area .ripple-2 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.ripplebot-area .ripple-3 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.ripplebot-area .ripple-4 {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.ripplebot-area .ripple-5 {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.contacth-info-flex .contacth-info-icon{
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background: var(--title-color);
    color: var(--theme-color);
    display: block;
    border-radius: 5px;
}
.btn-wrap .contacth-info-flex {
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin: 0;
}
.homecontact-banner .contacth-info-head{
    font-size: 24px;
    line-height: 1.4;
}
.btn-wrap .contacth-info-flex a{
    color: var(--body-color);
    font-weight: 600;
}
.homecontact-banner .btn-wrap{
    align-items: flex-start;
    flex-direction: column;gap: 0;
}
.banner-wrap1 .banner-content.homecontact-banner{
    width: 100%;
}

.headerinfo-row .header-info-icon{
        min-width: 32px;
}
.container{
    max-width: 1300px;
    width: 100%;
}
.sidemenu-wrapper .th-widget-about .about-logo{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
.sidemenu-content .th-widget-about .about-text {
    font-size: 15px;

}
.sidemenu-wrapper .th-social a{
    color: var(--theme-color);
}
.sidemenu-wrapper .th-social a:hover{
    color: var(--title-color);
}
.sidemenu-wrapper .footer-widget .recent-post .media-img img{
    height: 70px;
    object-fit: cover;
}
.sidemenu-wrapper .footer-widget .recent-post .media-img:after {
    line-height: 70px;
}
.sidemenu-wrapper .footer-widget .recent-post .recent-post-meta a{
    color: #fff;
}
.img-box1 .img1 img, .img-box1 .img2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0.75rem 0.85rem 1.75rem 0rem rgba(0, 0, 0, 0.25);
}
.about-wrap1 .img-box4 {
    position: relative;
    margin-left: 30px;
}
.about-wrap1 .img-box4 .img2{
    width: calc(100% - 40px);
}
.about-wrap1 .img-box4 .img1{
        margin-right: 40px;
}
.home-academic-wrapp .academic-img{
    position: relative;
}
.home-academic-wrapp .academic-img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(11, 11, 12, 0.4);
    z-index: 1;
}
.hometesti-card .testi-card-thumb {
    max-width: 78px;
    background: var(--theme-bluebg);
    padding: 8px;
    border-radius: 5px;
}
.avatar-group {
    display: flex;
    align-items: center;
}

.avatar-group .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    margin-left: -15px;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.avatar-group .avatar:first-child {
    margin-left: 0;
}

.avatar-group img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about-infrastructurepage .breadcumb-banner img{
    object-position: center -10px;
}
.activities-innerpage .breadcumb-banner img{
    object-position: center 10px;
}
.facilities-innerpage .breadcumb-banner img{
    object-position: center 10px;
}
.achievements-innerpage .breadcumb-banner img {
    object-position: center -28px;
}
.gallery-inspectionvideos-innerpage .breadcumb-banner img {
    object-position: center 10px;
}
.addmission-bg-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background: -webkit-linear-gradient(bottom, rgba(7, 14, 32, 0.3), rgba(7, 14, 32, 0.3));
    background: linear-gradient(0deg, rgba(7, 14, 32, 0.3), rgba(7, 14, 32, 0.3));
    z-index: 1;
}
.applynowform-wrap{
    position: relative;
    z-index: 3;
}
.themeblue-textcolor{
    color: var(--title-color);
}
.themeyellow-textcolor{
    color: var(--theme-color);
}
b.themeblue-textcolor, b.themeyellow-textcolor{
    font-weight: 500;font-size: inherit;
}
.single-involment-activities-box .img-box .text-holder p{
    font-size: 15px;
}
.single-involment-activities-box .img-box .text-holder p b{
    font-weight: 600;font-size: inherit;
}
.feature-arwwrap .icon-box .slider-arrow{
    /*opacity: 1;
    visibility: visible;*/
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    left: 0;
}
.featurehome-sliderwrap .swiper-slide.home-featureslider{
    display: flex;
    height: auto;
}
.featurehome-sliderwrap .home-featureslider.colorone .feature-card {
    background-color: #FFF6F8;
}
.featurehome-sliderwrap .home-featureslider.colortwo .feature-card {
    background-color: #EEF1F4;
}
.featurehome-sliderwrap .home-featureslider.colorthree .feature-card {
    background-color: #F3F0F8;
}
.featurehome-sliderwrap .home-featureslider.colorfour .feature-card {
    background-color: #F0FFF6;
}
.featurehome-sliderwrap .home-featureslider .home-featurecard{
    width: 100%;
}
.featurehome-sliderwrap .home-featureslider .home-featurecard .feature-card{
    padding: 30px 30px;
}
.home-campus-wrap .community-card2{
    flex-direction: column;
    /*justify-content: center;*/
        text-align: center;
}
.home-campus-wrap .community-card2 .box-text{
        font-size: 16px;line-height: 28px;
}
.home-campus-wrap.community-wrap2{
    grid-template-columns: repeat(3, 1fr);
}
.hero-style1 .hero-title{
    font-size: 40px;
}
/** anbu responsive **/

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        
    }
}
@media screen and (max-width: 1299px){/*1199*/
    .header-info .headerinfo-leftlogo {
        width: 225px;
    }
    .header-info .headerinfo-rightcont {
        width: calc(100% - 225px);
    }
    .header-info-right{
        gap: 50px;
    }
    .process-card.process-card-codd{
        margin-top: 0;
        margin-bottom: -30px;
        min-width: 30%;
        height: 100%;
    }
    .process-card.process-card-codd .process-card_img {
        margin-top: 0;
        margin-bottom: -30px;
    }
    /*.process-card.process-card-codd:after {
        content: "";
        position: absolute;
        inset: 0;
        top: auto;
        bottom: 0;
        background-color: var(--theme-yellowbg);
        z-index: -1;
        height: 100px;
    }*/
}
@media screen and (max-width: 1199px){
    .nav-tabs.course-tabs{
         justify-content: center;
    }
}
@media screen and (max-width: 991px){/*768*/
    .process-card.process-card-codd{
        margin-bottom: 0;
    }
    .process-card.process-card-ceven{
        margin-top: 0;
    }
    .process-card:nth-child(even) .process-card_content{
        webkit-order: 1;
        -ms-flex-order: 1;  
        order: 1;
    }
    .process-card:nth-child(even) .process-card_img{
        webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
        margin-top: 0;
        margin-bottom: -30px;
    }
    .process-card:nth-child(even):before {
        top: 0;
        bottom: 75px;
    }
    .process-card_img{
        width: 124px;
    height: 124px;
    line-height: 124px;
    }
    .about-event-wrap .event-card{
        flex-wrap: wrap; gap: 10px;
    }
    .about-event-wrap .event-card-img {
        min-width: 100%;
        max-width: 100%;
    }
    .about-event-wrap .event-card-img {
        min-width: 55%;
        max-width: 55%;
        margin-left: auto;
        margin-right: auto;
    }
    .header-info-item .break-hdword{
        word-break: break-word;
    }
    .header-info-item.header-info-itemtwo{
        min-width: 53%;
        width: 53%;
    }
    .custom-tablewrap .customtable-hdrow .tablecol-cmnblk h4{
        font-size: 22px;
        line-height: 28px;
    }
    .involment-activities-left {
        max-width: 576px;
        width: 100%;
        margin: 0 auto 40px;
    }
    .about-event-wrap .event-card{
        padding-bottom: 0;
    }
    .counter-card{
        padding: 30px;
    }
    .counter-area1{
        padding: 15px 0;
    }
    .homevision-areasec .sec-btn, .homevision-areasec .title-line {
        --section-title-space: 35px;
    }
    .about-event-wrap .event-card .event-content .btn-wrap{
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 767px){/*576*/
    .about-event-wrap .event-card-img {
        min-width: 70%;
        max-width: 70%;
    }
    footer .footer-logo{
        margin: 0 auto;
    }
    .header-links .header-right-wrap{
        justify-content: center;
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }
    .th-menu-wrapper .mobile-logo{
        padding-bottom: 25px;
        padding-top: 25px;
    }
    .th-menu-wrapper .mobile-logo img{
        max-width: 150px;
        height: auto;
        width: 100%;
    }
    .customtable-nrmlrow .tablecol-center {
        text-align: center;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        border-right: none;
        border-left: none;
    }
    .customtable-hdrow .tablecol-left{
        border-top-right-radius: 8px;
    }
    .customtable-hdrow .tablecol-right {
        border-top-right-radius: 0;
    }
    .custom-tablewrap .customtable-hdrow .tablecol-cmnblk.tablecol-image{
        padding-top: 0;
        padding-bottom: 0;
    }
    .custom-tablewrap .customtable-hdrow .tablecol-cmnblk.tablecol-image h4{
        display: none;
    }
    .contact-topsection .contact-feature{
        padding: 35px 24px;
        gap: 25px;
    }
    .contact-feature .box-icon{
        width: 60px;
        min-width: 60px;
        height: 60px;
        line-height: 60px;
    }
    .single-involment-activities-box .img-box .img-box-overlay{
        flex-direction: column;
    }
    .single-involment-activities-box.activities-box-even .img-box .img-box-overlay {
        flex-direction: column;
    }
    .single-involment-activities-box .img-box .inner {
        width: 70%;margin-bottom: 25px;
    }
    .single-involment-activities-box .img-box .text-holder{
        width: 100%;
    }
    .single-involment-activities-box .img-box .inner{
        margin-left: 0;
    }
    .single-involment-activities-box.activities-box-even .img-box .inner{
        margin-right: 0;
    }
    .single-involment-activities-box .img-box{
        margin-left: 0;
        margin-right: 0;
    }
    .about-event-wrap .event-card{
        padding-bottom: 0;
        margin-bottom: 35px;
    }
    .homewhy-cardleft {
        padding-right: 30px;
        padding-left: 30px;        
        margin-bottom: 30px;
    }
    .homewhy-card.homewhy-cardeven .homewhy-cardleft {
        padding-right: 30px;
        padding-left: 30px;
    }
    .homewhy-cardright{
        padding-right: 30px;
        padding-left: 30px;
    }
    .about-wrap1 .img-box4 .img1 {
        margin-right: 0;
    }
    .about-wrap1 .img-box4 .img2 {
        width: 100%;
    }
    .about-wrap1 .img-box4 .img1 img, .about-wrap1 .img-box4 .img2 img{
        width: 80%;margin: 0 auto;
    }
    .about-wrap1 .img-box4{
        margin-left: 0;
    }
    .about-wrap1 .img-box4 .counter-card3{
        left: 20%;
        padding: 40px 20px;
        max-width: 200px;
    }
    :root{
        --section-space-mobile: 60px;
    }
    .about-wrap1 .img-box4 {
        margin-bottom: 70px;
    }
    .breadcumb-banner {
        display: block;
        width: 100%;
        z-index: -1;
        mask-image: none;
        right: 0;
    }
    .breadcumb-title{
        color: var(--white-color);
    }
    .breadcumb-menu li, .breadcumb-menu a, .breadcumb-menu span{
         color: var(--white-color);
    }
    .breadcumb-menu li:after{
        color: var(--white-color);
    }
    .breadcumb-banner::before{
        background: linear-gradient(0deg, rgba(7, 14, 32, 0.3), rgb(7 14 32 / 60%));
    }
    .breadcumb-shape{
        top: 15px;
    left: auto;
    right: 30px;
    }
}
@media screen and (max-width: 575px){/*376*/
    .header-layout1 .menu-area{
        margin-bottom: 0;
    }
    .header-layout1 .menu-area .menu-wrapp {
        background-color: var(--theme-yellowbg);
        background-color: var(--white-color);
            
    }
    .header-layout1 .menu-area .menu-wrapp .col-auto{
        padding: 0;
    }
    .sticky-wrapper .header-logo {
        width: 175px;
    }
    .header-layout1 .header-logo img {
        max-width: 150px;
    }
    body {
        font-size: 15px;
    }
    .sec-text {
        font-size: 15px;
    }
    .h2, h2 {
        font-size: 24px;
    }
    .process-card_text {
        font-size: 15px;
    }
    .event-card .box-text {
        font-size: 15px;
    }
    .about-event-wrap .event-card-tag{
        width: 52px;
        height: 52px;
        top: 10px;
        right: 10px;
    }
    .event-card .box-title{
        font-size: 24px;
        line-height: 36px;
    }
    .footer-info .footer-info-text {
        font-size: 15px;
    }
    .footer-widget.widget_nav_menu a{
        font-size: 15px;
    }
    footer .th-widget-about .about-text{
        font-size: 15px;
    }
    .contact-feature .box-text{
        font-size: 15px;
    }
    .contact-feature .box-text a{
        font-size: 15px;
    }
    .event-content .event-card-icon{
        width: 60px;
        height: 60px;
        padding: 10px;
    }
    .homewhy-card .why-titlebox{
    max-width: 100%; 
    }
}