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

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

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



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


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





@-webkit-keyframes navbarFixed {
    0% {
        opacity          : 0;
        -webkit-transform: translateY(-100%);
        transform        : translateY(-100%);
    }

    100% {
        opacity          : 1;
        -webkit-transform: translateY(0);
        transform        : translateY(0);
    }
}

@keyframes navbarFixed {
    0% {
        opacity          : 0;
        -webkit-transform: translateY(-100%);
        transform        : translateY(-100%);
    }

    100% {
        opacity          : 1;
        -webkit-transform: translateY(0);
        transform        : translateY(0);
    }
}

header.sticky {
    position: fixed;top: 0px; left: 0px;
    /*box-shadow: 0px 15px 10px -15px rgb(46, 45, 45);*/
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
    z-index: 999;
    -webkit-animation: navbarFixed 0.8s;
    animation: navbarFixed 0.8s;
}

header{transition: all 0.4s ease-in-out 0s;}
.body_fixed{ position: fixed; top: 0px; left: 0px; width:100%;}

.mobile_header{display: none;}

.header_navigation .menu li a {display: inline-block;text-transform: uppercase;font-size: 14px;font-weight: 600;color: #000;text-decoration: none;transition: .3s;padding: 9px 24px;border-radius: 20px;}
.header_navigation .menu li a:hover , .current_page_item a {background-color: #fbd85c;}
.header_navigation .menu {display: flex;align-items: center;justify-content: space-between;margin: 0px;padding-left: 0;}


.header_middle {display: flex; align-items: center;justify-content: space-between; margin: auto;height: 85px;padding-left: 100px;}

.navbar-fostrap {display: none;}
header{font-family: 'Poppins', sans-serif;}


.header_navigation .menu li{ position: relative;list-style-type: none;}
.header_navigation .menu li .sub-menu {  background-color: transparent;  color: #fff; position: absolute;  min-width: 190px;  width:100%;  left: 0;
    top: calc(100% + 0px);  z-index: 1;  visibility: hidden;  opacity: 0;  -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);  -ms-transform: scaleY(0);    -o-transform: scaleY(0);  transform: scaleY(0);  -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;  -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s;    transition: all 0.5s ease-in-out 0s;
    transform-origin: 0 0 0;  margin-left: 0;  padding:0;  -webkit-box-shadow: 0px 10px 9px -2px rgba(0,0,0,0.45);-moz-box-shadow: 0px 10px 9px -2px rgba(0,0,0,0.45);
box-shadow: 0px 10px 9px -2px rgba(0,0,0,0.45);}
/*.header_navigation .menu li .sub-menu::before {   content: "";  background-color: #ec1d37;  opacity: 0.9;  position: absolute;  top: 0px;  left: 0px;  width: 100%;  height: 100%;}*/
.header_navigation ul li:hover  .sub-menu, .header_navigation ul li:focus {  visibility: visible;  opacity: 1;  -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);
-o-transform: scale(1);  transform: scale(1);}
.header_navigation .menu li .sub-menu li{ display: block; width:100%; margin-right:0px; padding:0px; margin-left: 0;}
.header_navigation .menu li .sub-menu li a {background: #bc172b; color: #fff; width: 100%; display: block; padding: 10px 15px;margin-bottom: 1px; font-size: 13px;border-bottom: 1px solid #fff; text-transform: uppercase;}
.header_navigation .menu li .sub-menu li:last-child a{ border-bottom:none; }
.header_navigation .menu li .sub-menu li a:hover{ background-color:#ffc300; color:#fff;}
.menu_section .menu_bottom  .sub-menu li{ padding:0px; display:block; }
.menu_section .menu_bottom  .sub-menu{ display:block;}
.header_navigation .arrow i{ font-size: 14px; color: #fff;  line-height: 14px;}


.header-top-box {background: #9f283e; padding: 11px 0px;}
.header-top-box marquee {font-size: 14px;font-weight: 600;color: #fbd85c;display: block;}

.header_navigation .arrow {width: 20px;height: 20px;border-radius: 50%;border: 2px solid #fff;display: inline-block;line-height: 13px;text-align: center;position: absolute;top: 12px;right: 10px;}
li.menu-item-has-children a {position: relative; padding-right: 40px !important;}

.carousel-caption {bottom: auto;top: 45%;transform: translate(0px, -50%);padding-top: 0px;width: 100%;left: -165px;right: 0px;}

img{max-width: 100%;}
.header_middle .logo {width: 13%;}
nav.header_navigation {width: 87%;}
.header_middle .logo img {position: relative;z-index: 1;}
.header_middle-box.sticky {position: fixed;top: 0px;background-color: #fff;left: 0px;box-shadow: 0px 15px 10px -15px rgb(46, 45, 45);width: 100%;transition: all 0.4s ease-in-out 0s;
    z-index: 999;-webkit-animation: navbarFixed 0.8s;animation: navbarFixed 0.8s;}
.header_middle-box.sticky .logo img{max-width: 85px;}


@media(min-width: 1600px){
section.banner .container { max-width: 1650px;}
}

@media (min-width: 1500px){
.header .container {max-width: 1500px;}
 section.banner .container {max-width: 1650px;}
}


@media (max-width: 1500px){

.header_navigation .menu li a {padding: 9px 17px;font-size: 11px;}
.header_middle .logo {width: 10%;}
nav.header_navigation {width: 90%;}
section.banner .container {max-width: 1466px;}

}


@media (max-width: 1199px){


.header_middle .logo {width: 14%;}
.header_middle{padding-left: 50px;}
.mobile_header .logo {position: relative;display: block;background: transparent;width: auto;}
.header_navigation.visible {display: block;box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 44%);
height: 100vh;transform: scale(1);}
.header_navigation {z-index: 999;width: 100%; max-width: 400px; display: block;bottom: 0;position: fixed;  top: 0;transform: scale(0);transform-origin: left top;right: 0;
    -webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;
    -o-transition: all .4s ease;transition: all .4s ease;margin: 0;border: 0;border-radius: 0;
    overflow-y: auto;overflow-x: hidden;height: 100vh; }
.navbar-fostrap {display: inline-block;cursor: pointer; margin-left:15px; padding:0px 0 0px;z-index: 1; padding-top:2px; }
.navbar-fostrap span {height: 3px;background: #000;margin: 5px 0;display: block;transition: 0.3s ease;width: 30px;}
header button.close {  font-size: 22px;  border-radius: 50%;  border: none;  width: 32px;  height: 32px;  display: flex; flex-wrap: wrap;  justify-content: center;  align-items: center;  background-color: transparent; color: #fff;}
.mobile_header {padding: 9px 15px; display: flex; justify-content: space-between;align-items: center; }
.mobile_header img {max-width:110px; max-height: 60px;}
span.arrow {position: absolute;top: 0;bottom: 0;right: 0;width: 40px;height: auto;line-height: 24px;font-size: 13px;text-align: center;color: #424242;display: block;}
.header_navigation .menu li a {font-size: 14px;padding: 12px 15px;display: block;text-transform: uppercase;
color: #fff !important;font-weight: 600;  text-align: left;}
.header_navigation .menu li{ width:100%; display:block; margin-left: 0;}
.header_navigation .menu{display: block; border-radius: inherit;padding: 0;}
.fixed{ position: fixed;}
.header_navigation .menu{background-color: transparent;}

.header_navigation ul li{ position: relative; display: block; -webkit-transition-delay: 0.8s; transition-delay: 0.8s; opacity: 0; text-align: left;    color: #fff; overflow: hidden;  -webkit-transform: translate(30px, 0%); transform: translate(30px, 0%);-webkit-transition: opacity .2s ease, -webkit-transform .3s ease;    transition: opacity .2s ease, -webkit-transform .2s ease; transition: opacity .2s ease, transform .2s ease; transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease; margin-top: 7px; margin-bottom: 7px;}

.header_navigation.visible ul li{opacity: 1; -webkit-transform: translateX(0%); transform: translateX(0%); -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease; transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease; transition: opacity .3s ease, transform .3s ease, color .3s ease;transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;}
.header_navigation.visible ul li:nth-child(1) {-webkit-transition-delay: 0.5s; transition-delay: 0.5s;}
.header_navigation.visible ul li:nth-child(2) {-webkit-transition-delay: 0.6s; transition-delay: 0.6s;}
.header_navigation.visible ul li:nth-child(3) {-webkit-transition-delay: 0.7s; transition-delay: 0.7s;}
.header_navigation.visible ul li:nth-child(4) {-webkit-transition-delay: 0.8s; transition-delay: 0.8s;}
.header_navigation.visible ul li:nth-child(5) {-webkit-transition-delay: 0.9s; transition-delay: 0.9s;}
.header_navigation.visible ul li:nth-child(6) {-webkit-transition-delay: 1s; transition-delay: 1s;}
.header_navigation.visible ul li:nth-child(7) {-webkit-transition-delay: 0.7s; transition-delay: 1.1s;}
.header_navigation.visible ul li:nth-child(8) {-webkit-transition-delay: 0.8s; transition-delay: 1.2s;}
.header_navigation.visible ul li:nth-child(9) {-webkit-transition-delay: 0.9s; transition-delay: 1.3s;}
.header_navigation .menu li a {border-radius: 0;}

.header_navigation:before, .header_navigation:after {content: ""; position: absolute; top: 0px; left: 0px; width: 0; height: 0; background-color: rgba(20, 21, 26,0.6);border-bottom-right-radius: 200%; z-index: -1; transition: border-radius linear 0.8s, width cubic-bezier(0.77, 0, 0.175, 1) 0.6s, height cubic-bezier(0.77, 0, 0.175, 1) 0.6s;}
.header_navigation:after {background-color: rgba(9,9,12,1);background-image: url('../images/menu-bg.svg');    background-position: bottom center; background-repeat: no-repeat; background-size: 300%; -webkit-transition-delay: 0s; transition-delay: 0s; box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.3);}

.header_navigation.visible:before {-webkit-transition-delay: 0s;transition-delay: 0s;}
.header_navigation.visible:before, .header_navigation.visible:after {width: 100%; height: 100%;border-radius: 15px;}
.header_navigation.visible:after {-webkit-transition-delay: .1s; transition-delay: .1s;}

}



body{font-family: 'Sarabun', sans-serif;}
h1,h2,h3,h4{font-family: 'Helvetica';}

.banner {position: relative;background-image: url(../images/banner1.jpg);background-position: right,top;height: 465px;background-repeat: no-repeat;padding: 35px 0px 80px;}
section.banner:after {content: "";width: 80%;background-color: #25316d;position: absolute;left: 0;top: 0;bottom: 0px;background: rgb(37,49,109);background: rgb(37,49,109);
background: -moz-linear-gradient(90deg, rgba(37,49,109,1) 65%, rgba(37,49,109,0) 81%);
background: -webkit-linear-gradient(90deg, rgba(37,49,109,1) 65%, rgba(37,49,109,0) 81%);
background: linear-gradient(90deg, rgba(37,49,109,1) 65%, rgba(37,49,109,0) 81%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#25316d",endColorstr="#25316d",GradientType=1);}
.banner-con-left {max-width: 531px;text-align: center;}
.banner-con {display: flex;position: relative;z-index: 1;}

.banner-con-left h1 {font-size: 60px;font-weight: 700;text-shadow: 1px 3px 3px rgb(0 0 0 / 57%);color: #fff;}
.banner-con-left p {font-size: 20px;font-family: 'Poppins', sans-serif;color: #fff;}
.default_btn {text-decoration: none;color: #000;font-size: 20px;padding: 12px 54px;background: #fbd85c;display: inline-block;font-weight: 600;border-radius: 15px;transition: .3s;}
.default_btn:hover {background: #9f283e;color: #fff;}
.banner-con-right .con-box img {border: 4px solid #fff;border-radius: 42px;}
.banner-con-right .con-box {width: 180px;text-align: center;padding: 0px 3px;}
.banner-con-right {display: flex;padding-top: 81px;margin-left: -55px;}
.banner-con-right .con-box p {font-size: 14px;font-weight: 400;font-family: 'Sarabun', sans-serif;color: #fff;line-height: 19px;}
.banner-con-right .con-box figure {margin-bottom: 10px;}

.footer-logo img {max-width: 124px;}

.admission-con {position: relative;margin-top: -70px;border-radius: 15px;background: rgb(157,39,61);background: linear-gradient(180deg, rgba(157,39,61,1) 0%, rgba(87,10,24,1) 100%);text-align: center;padding: 15px;border: 2px solid #949494;}
.admission-con h2 {font-size: 30px;font-weight: 700;color: #fff;margin-bottom: 20px;}
.admission-con-box span {color: #9f283e;font-size: 79px;background: #fbd85c;padding: 15px;line-height: 64px;display: inline-block;width: 313px;font-weight: 700;border-radius: 14px;
    height: 93px;margin: 0px 8px;font-family: 'Poppins', sans-serif;}
.admission-con h6 {font-size: 20px;font-family: 'Poppins', sans-serif;font-weight: 600;color: #fff;margin-top: 15px;margin-bottom: 4px;}
img.banner-img {min-height: 460px;}

.side-con-box {padding: 25px 20px;background: #fef2c9;margin-bottom: 20px;border-radius: 15px;}
section.college-about {padding: 40px 0px;}
section.college-about h3 {font-size: 24px;font-weight: 700;margin-bottom: 20px;}
p {font-size: 17px;font-weight: 500;line-height: 27px;}
.college-about-con p {margin-bottom: 35px;}
.side-con-box ul.feature {list-style-type: none;padding: 0;}
.side-con-box ul.feature li:before{content: "";background-image: url(../images/check-icon-img.png);background-repeat: no-repeat;width: 27px;height: 26px;background-size: 100%;position: absolute;left: 0;}

.side-con-box ul.feature li {position: relative;padding-left: 40px;font-size: 17px;font-weight: 500;margin-bottom: 10px;font-family: 'Sarabun', sans-serif;}

.side-con-box-bottom {padding: 25px 0px;background: #fef2c9;margin-bottom: 20px;border-radius: 15px;}
.side-con-box-bottom .heading {padding: 0px 20px;}
.side-con-box-bottom ul.key-feature {padding: 0;list-style-type: none;}
.side-con-box-bottom ul.key-feature li {padding: 10px 20px;margin-bottom: 5px;background: #9f283e;color: #fff;font-size: 17px;font-weight: 500;font-family: 'Sarabun', sans-serif;}
.side-con-box-bottom p {color: #25316d;max-width: 328px;margin-left: auto;margin-right: auto;font-family: 'Sarabun', sans-serif;padding: 0 20px;}
.admission-bnr {padding-top: 55px;}


section.gallery {padding: 35px 0px;background: #25316d;}
.gallery-con h3 {font-size: 24px;font-weight: 700;margin-bottom: 40px;color: #fff;text-align: center;}
.gallery-con .item-img img {border: 7px solid #414c80; object-fit: cover;}
.gallery-con .item-con {text-align: center;}
.gallery-con .item-con p{color: #fff;}


 .owl-carousel .owl-nav.disabled{display: block;}
 .owl-carousel .owl-dots.disabled{display: none;}
 .owl-nav button span {font-size: 55px;color: #ffffff;}

 .owl-nav button span:hover {color: #bdc3c7;}
.owl-carousel{position: relative;}
 button.owl-prev {position: absolute;top: 19%; left: -54px;}
  button.owl-next {position: absolute;top: 19%; right: -54px;}
  .gallery-con {max-width: 1100px;margin: auto;}
h3{font-size: 24px; font-weight: 700;}

section.visit-admission {padding: 40px;}
.visit-admission-con h3 {font-weight: 600;color: #1e353e;margin-bottom: 35px;font-family: 'Sarabun', sans-serif;}
.visit-admission-con {max-width: 1020px;text-align: center;margin: auto;}

footer {background: #9f283e;padding: 25px 0px;}
.footer-logo-con p {font-size: 13px;font-weight: 500;text-align: center;color: #fff;margin-top: 8px;line-height: 21px;}
ul.social-icon {list-style-type: none;padding: 0;display: flex;align-items: center;justify-content: center;}
ul.social-icon li a i {width: 33px;height: 33px;line-height: 33px;border-radius: 50%; font-size: 18px;text-align: center;color: #fff;}
i.fa-twitter {background: #2f9de8;}
i.fa-facebook-f {background: #2976e7;}
i.fa-instagram {background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(253,29,29,1) 50%, rgba(252,176,69,1) 100%);}
ul.social-icon li {margin: 0px 5px;}
.footer-logo {text-align: center;}
.footer-con h6 {font-size: 14px;font-weight: 700;color: #fff;text-transform: uppercase;margin-bottom: 13px;}
footer ul {list-style-type: none;} 
footer a{text-decoration: none;}
.footer-menu {display: flex;align-items: center;justify-content: space-between;}
.footer-menu ul {padding: 0;width: 100%;}
.footer-menu ul li {margin-bottom: 13px;}
.footer-menu ul li a {color: #fff;font-size: 14px;font-weight: 500;transition: .3s;}
.footer-menu ul li a:hover {color: #fbd85c;}
.footer-add ul {padding: 0;}
.footer-add ul {padding: 18px;margin: 0;background: #7c1f30;border-radius: 14px;}

.footer-add ul li {margin-bottom: 25px;display: flex;font-size: 16px;align-items: center;font-weight: 500;color: #fff;}
.footer-add ul li a{font-size: 16px;font-weight: 500;color: #fff;transition: .3s;word-break: break-all;}
.footer-add ul li a:hover{color: #fbd85c;}
.footer-add ul li i {font-size: 25px;color: #fff;width: 25px;margin-right: 20px;}
.footer-add {padding-top: 20px;max-width: 380px;}
.footer-right {padding-top: 20px;}
.footer-right p {font-family: 'Poppins', sans-serif;font-size: 13px;font-weight: 500;color: #fff;text-align: center;}
.footer-right figure {text-align: center;}
.footer-menu ul li.current_page_item a {background: transparent;}

/*courses page*/
.banner-con-in {display: flex;justify-content: space-between;position: absolute;width: 87%;top: 8%;left: 0;right: 0;margin: auto;align-items: center;max-width: 1655px;}
.banner-con-left-in h1 {font-size: 60px; font-weight: 700;color: #fff;text-shadow: 1px 3px 3px rgb(0 0 0 / 65%);}
.banner-con-left-in {max-width: 545px;text-align: center;}
.banner-con-right-in {display: flex;align-items: center;padding-right: 50px;}
.banner-con-right-in .con-box {text-align: center;padding: 0 11px;width: 210px;}
.banner-con-right-in .con-box p{font-size: 14px;font-weight: 400;color: #fff;line-height: 19px;}
section.banner-in { position: relative;}
.banner-con-left-in p{font-size: 20px;font-family: 'Poppins', sans-serif;color: #fff;}
.banner-con-right-in .con-box img {border: 4px solid #fff;border-radius: 42px;max-width: 144px;}
.banner-in .banner-img img {height: 245px;background-position: center;object-fit: cover;width: 100%;}
.banner-con-right-in .con-box figure {margin-bottom: 8px;}

section.courses ul {list-style-type: none;}
.courses-box .top-list ul {display: flex; align-items: center;padding: 0;margin-bottom: 0;}
.courses-box .top-list ul li {border-right: 2px solid;line-height: 15px;}
.courses-box .top-list ul li a span{font-size: 14px;font-weight: 600;color: #000;padding-right: 10px;transition: .3s;font-family: 'Helvetica';}
.courses-box .top-list ul li a{text-decoration: none;}
.courses-box .top-list ul {list-style-type: none;}
.courses-box .top-list ul li a span:hover {color: #9f283e;}
.courses-box {padding-top: 15px;}
.courses-box .post-page.current-item {padding-left: 10px;color: #6d6d6d;font-size: 14px;font-weight: 600;transition: .3s;font-family: 'Helvetica';}
.courses-box .top-list ul li:last-child{border-right: none;}
/*.courses-box .top-list ul li:last-child a{padding-left: 10px;color: #6d6d6d;}*/
.courses-con h2 {font-size: 24px;font-weight: 700;color: #25316d;}
.courses-con .heading {padding: 15px 0px 30px;}
.courses-con .heading h2 {margin-bottom: 0;}
.courses-itm {display: flex; margin-bottom: 20px;border: 1px solid #565656;}
.courses-itm .courses-name { width: 20%; display: flex;align-items: center;justify-content: center;text-align: center;background-color: #fbd85c;
    padding: 2px 10px;}
.courses-con-itm {display: flex;width: 80%;}
.courses-con-itm-cate {width: 43%;display: flex;align-items: center;justify-content: center;background: #dedede;border-left: 1px solid #565656;
    border-right: 1px solid #565656;}
.courses-name h5 {font-size: 24px;font-weight: 700;margin-bottom: 0;}
.courses-con-itm-cate h6 {font-size: 14px;font-weight: 700;margin-bottom: 0;}
.courses-con-itm-sub ul li {font-size: 14px;font-weight: 500;padding: 6px 20px;width: 100%;border-bottom: 1px solid #565656;}
.courses-con-itm-sub ul li:last-child{border-bottom: none;}
.courses-con-itm-sub ul{margin: 0;padding: 0;}
.courses-con-itm-sub {width: 57%;}
.courses-con-items .courses-con-itm {width: 100%;border-bottom: 1px solid #565656;}
.courses-con-items {width: 80%;}
/*.courses-con-items .courses-con-itm-cate {height: 69px;}*/
.courses-con-items .courses-con-itm-cate:last-child{border-bottom: none;}
.courses-itm .name-2 {background: #9f283e;color: #fff;}
.courses-con-itm-cate.itm-b {background: #fff;border-bottom: none;}
.first-sub ul li:last-child {border-bottom: 1px solid #565656;}

/*.courses-item-b .courses-con-itm-cate {height: 102px;}*/
.courses-con-itm-cate.cate-2 {/*height: 238px;*/border-bottom: 0;}
.courses-con-items .courses-con-itm:last-child {border-bottom: none;}
section.courses{font-family: 'Helvetica';padding-bottom: 50px;}
.courses-box .side-con {padding-top: 72px;}
/*courses page*/

/*staff page*/
.staff-inn-box h3 {color: #25316d;text-align: center;margin-bottom: 25px;}
section.staff-in{font-family: 'Helvetica';padding: 25px 0 40px;}
.common_table table td, .common_table table th, .common_table table tr {border: 1px solid #cdcdcd; border-bottom: 0;border-top: 0;}
.common_table table td:first-child {text-align: center;padding: 18px 15px;}
.common_table table td:nth-child(2) {text-align: left;padding: 16px 13px;width: 110px;font-size: 12px;font-weight: 600;}
.common_table table td:nth-child(3) {width: 99px;}
.common_table table td:nth-child(4) {width: 140px;word-break: break-all;}
.common_table table td:nth-child(5) { width: 145px;}
.common_table table td:nth-child(6) {width: 100px;}
.common_table table td:nth-child(7) {width: 130px;text-align: center;}
.common_table table td:nth-child(8) {width: 110px;text-align: center;}
.common_table table td:nth-child(9) {width: 190px;}
.common_table table td:nth-child(10) {width: 140px;}
.common_table table td {padding: 18px 13px;font-size: 13px;font-weight: 500;color: #000;}
.common_table table tr:first-child{border-top: 1px solid #cdcdcd;}

.common_table table tr:last-child{border-bottom: 1px solid #cdcdcd;}
.common_table table tr:first-child td{background: #fbd85c;font-size: 14px;font-weight: 700;border: 0;text-align: center;padding: 10px 13px;}
.staff-inn-box .btn-t {color: #25316d;text-decoration: none;font-size: 24px;font-weight: 700;display: inline-block;transition: .3s;}
.staff-inn-box .btn-t:hover{color: #9f283e;}
.staff-inn-box .table-btn {text-align: center;padding-top: 23px;}
.staff-inn-box table {margin: auto;}
/*staff page*/

/*contact-us*/
section.contact-us-in {padding: 30px 0px 50px;}
.contact-us-con .form-con {box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 19%); padding: 30px 65px 80px;}
.con-detail {box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 19%); padding: 30px;height: 100%;}
.contact-us-con .heading {padding-bottom: 15px;}
.form-con .form-hrading p {font-size: 16px;font-weight: 500;color: #9a9a9a;}
.form-con .form-control::placeholder {font-size: 16px;font-weight: 400;color: #9a9a9a;}
.form-con .form-control {background: #fafafa;margin-bottom: 15px;height: 41px;}
.form-con textarea {height: 100px !important;}
.btn {color: #fff;font-size: 16px;padding: 11px 90px;background: #25316d;font-weight: 700;border-radius: 30px;transition: .3s;}
.btn:hover{background: #9f283e;color: #fff;}
.contact-form-btn {padding-top: 30px;text-align: center;}
.con-detail h2 {font-weight: 700;font-size: 30px;margin-bottom: 17px;}
.con-detail .detail-list {list-style-type: none;padding: 0;}
.con-detail .detail-list li {font-size: 16px;color: #262626;font-weight: 500;margin-bottom: 15px;}
.con-detail .detail-list li a{font-size: 16px;color: #262626;font-weight: 500;text-decoration: none;word-break: break-all;transition: .3s;}
.con-detail .detail-list li a:hover{color: #9f283e;}
.con-detail p {font-size: 16px;font-weight: 500;margin-bottom: 25px;color: #262626;}
.form-control:focus {box-shadow: none;}

.owl-theme .owl-dots{text-align: center;display: none;}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;background: #869791;
   
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
     background: #D6D6D6;
}

/*404*/
.error-sec {text-align: center;padding: 20px;margin-top: 10px;margin-bottom: 25px;} 
p.errorp {font-size: 18px;font-weight: 700;margin-top: 20px;margin-bottom: 30px;}
/*404*/
a{color: #9f283e;transition: .3s;text-decoration: none;}
a:hover{color: #25316d;}
h6 {font-size: 18px;font-weight: 600;}
.alignright {display: block;margin-left: auto;margin-bottom: 20px;float: right;margin-left: 20px;}
.aligncenter {margin: auto;display: block;margin-bottom: 20px;}
.alignleft {float: left;margin-right: 20px;}
/*gallery page*/
.gallery-inn-con {padding-bottom: 25px;}
.gallery-inn-con figure img{transition: .5s; width: 100%; border: 1px solid #f7f7f7;}
.gallery-inn-con:hover figure img{transform: scale(1.1);}
.gallery-inn-con figure {position: relative;overflow: hidden;margin-bottom: 0;}

.lightbox{top: 50% !important;transform: translate(0px, -50%;);}
/*gallery page*/

/*thank-you*/
.thank-you-con img {max-width: 500px;}
section.thank-you-inn {padding: 70px 0px;background-color: #e7e7e7;}
.thank-you-con {max-width: 700px;margin: auto;text-align: center;padding: 30px;box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 19%);background-color: #fff;border-radius: 20px;}
.thank-you-con h1 {font-size: 40px;font-weight: 700;}
.thank-you-con h6 {font-size: 22px;font-weight: 700;}
.thank-you-con a{color: #9f283e;text-decoration: none;font-size: 17px; font-weight: 500;transition: .3s;}
.thank-you-con a:hover{color: #fbd85c;}

/*gallery*/
.lightbox {
  border: 0;
  box-shadow: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.lightbox-zoom {
  background: #fff;
  bottom: 0;
  color: #2727a4;
  line-height: 1;
  padding: .306em .5em;
  position: absolute;
  right: 0
}

.lightbox-no-scroll {
  overflow-y: hidden;
}


/* Overlay */
.lightbox-overlay {
  background: rgba(17, 17, 17, .8);
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  overflow: hidden;
}

  .lightbox-overlay *,
  .lightbox-overlay *::before,
  .lightbox-overlay *::after {
    box-sizing: inherit;
  }

  .lightbox-overlay[aria-hidden="true"] {
    display: none;
  }


/* Slider */
.lightbox-slider {
  -webkit-transition: left .3s ease, -webkit-transform .3s ease;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: left .3s ease, -webkit-transform .3s ease;
  transition: left .3s ease, transform .3s ease, -webkit-transform .3s ease;
  transition: left .3s ease, transform .3s ease;
  white-space: nowrap;
}


/* Content */
.lightbox-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

  .lightbox-content figure {
    position: absolute;
  }

    .lightbox-content img {
      display: block;
      height: auto;
      max-height: 85vh;
      max-width: 85vw;
      width: auto;
    }

    .lightbox-content figcaption {
      background: rgba(17, 17, 17, .8);
      bottom: 0;
      color: #fff;
      display: block;
      left: 0;
      padding: .25em .5em;
      position: absolute;
      width: 100%;
    }


.lightbox-overlay button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.6em;
  height: 1.6em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 1.6em;
}

  .lightbox-overlay button:focus {
    border: 1px solid #fff;
    outline: 0;
  }

  .lightbox-overlay button:disabled {
    cursor: default;
    opacity: .5;
  }

  .lightbox-overlay button[aria-label="Previous"],
  .lightbox-overlay button[aria-label="Next"] {
    top: 50%;
    top: calc(50% - (1.6em / 2));
  }

    .lightbox-overlay button[aria-label="Previous"] {
      left: 2%;
    }

    .lightbox-overlay button[aria-label="Next"] {
      right: 2%;
    }

  .lightbox-overlay button[aria-label="Close"] {
    top: 1em;
    right: 2%;
  }

.lightbox-counter {
  background: transparent;
  color: #fff;
  font-size: 1.15em;
  left: 2%;
  position: absolute;
  top: 1em;
}


.lightbox-loader {
  width: 5em;
  height: 5em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.5em;
  margin-left: -2.5em;
}

  .lightbox-loader::before {
    -webkit-animation: spin 1s infinite;
    animation: spin 1s infinite;
    border-radius: 100%;
    border: .5em solid #9f9f9f;
    border-top-color: #2727a4;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*12-01-2023*/
.gallery-inn-con a {display: block;}
.gallery-media p {font-weight: 600;}
.lightbox-overlay button[aria-label="Previous"] {font-size: 40px;border: none;}
.lightbox-overlay button[aria-label="Next"]{font-size: 40px;border: none;}
.gallery-con .item-con p a{color: #fff;}
.lightbox-zoom{display: none;}


/*gallery*/
@media (max-width: 1650px){
.carousel-caption {left: -80px;}
.banner-con-in{width: 95%;}
.banner-con-right-in{padding-right: 10px;}
}

@media (max-width: 1500px){
.footer-menu ul{width: 100%;}
.banner-con-right .con-box{width: 155px;}
section.banner:after{width: 86%;}
.banner-con-left h1 {font-size: 55px;}
.banner-con-right .con-box img {max-width: 134px;}
.banner-con-right {padding-top: 69px;margin-left: -65px;}
.admission-con-box span {font-size: 65px;width: 285px;height: 90px;}
/*courses page*/
.banner-con-left-in h1{font-size: 55px;}
.courses-name h5{font-size: 22px;}
/*courses page*/
.staff-inn-box table {margin: auto;width: 1247px;}
}

@media(max-width: 1199px){
.banner-con-left-in {max-width: 473px;}
.banner-con-left h1 {font-size: 49px;}
.banner-con-right .con-box img {max-width: 110px;}
.banner-con-right .con-box {padding: 0px 4px;}
.banner-con-left { max-width: 460px;}
section.banner:after{width: 90%;}
.banner{height: 410px;}
.admission-con h2{font-size: 28px;}
.admission-con-box span {font-size: 55px;width: 237px;}
.admission-con h6{font-size: 19px;}
.college-about-con p {margin-bottom: 25px;}
button.owl-next {right: -25px;}
button.owl-prev {left: -25px;}
/*courses page*/
.banner-con-left-in h1 {font-size: 45px;padding-left: 5px;}
.banner-con-right-in .con-box img {max-width: 110px;border-radius: 35px;}
.banner-con-in {width: 100%;}
.banner-in .banner-img img{height: 218px;}
/*courses page*/

/*contact-us */
.con-detail h2{font-size: 25px;}
/*contact-us */
}

@media(max-width: 991px){
section.banner-in {height: 410px;background: #25316d;}
.banner-con-right-in {padding-top: 30px; align-items: flex-start;}
.banner-con-in{flex-direction: column;}
.header_middle{padding-left: 0;height: 60px;}

.header_middle .logo {width: 13%;}
.banner-con-left h1 {font-size: 39px;}
.banner-con-left {max-width: 444px;}
.banner-con-left p{font-size: 17px;}
.default_btn{font-size: 17px;padding: 12px 35px;}
.banner-con-right .con-box img {max-width: 90px;border-radius: 30px;}
.banner-con-right .con-box {width: 137px;}
.banner-con-right .con-box p{font-size: 13px; line-height: 22px;}
.banner-con-right {padding-top: 46px; margin-left: -74px;}
.banner {height: 355px;}

.admission-con h2 {font-size: 26px;}
.admission-con-box span {font-size: 45px;width: 204px;height: 70px;line-height: 44px;}
.admission-con h6 {font-size: 17px;}
section.college-about h3{font-size: 22px;}
.college-about-con p {margin-bottom: 20px;font-size: 16px;}
p{font-size: 16px;}
.side-con-box{padding: 15px 15px;}
.side-con-box ul.feature li{padding-left: 35px;}
.side-con-box ul.feature li:before{width: 23px;}
.side-con-box ul.feature li{font-size: 15px;}
.side-con-box-bottom ul.key-feature li {padding: 10px 15px;font-size: 15px;}
.side-con-box-bottom p{padding: 0px 15px;font-size: 15px;}
h3{font-size: 22px;}
.gallery-con h3{font-size: 22px;}
.footer-logo img { max-width: 100px;}
.footer-add ul li a{font-size: 15px;}
.footer-add ul li{font-size: 15px;}
.header_middle-box.sticky .logo img {max-width: 63px;}
/*courses page*/
.banner-con-left-in h1 {font-size: 39px;padding-left: 0;}
.banner-con-in {width: 95%;}
.banner-con-left-in {max-width: 365px;}
.banner-con-left-in p{font-size: 17px;}
.banner-con-right-in .con-box img {max-width: 94px;border-radius: 28px;}
.banner-con-right-in .con-box {max-width: 220px;}
.banner-in .banner-img img {height: 200px; display: none;}
.banner-in .banner-img{height: 200px;}
.courses-con h2{font-size: 22px;}
.courses-name h5 {font-size: 18px;}
.courses-con-itm-cate h6{font-size: 13px;}

.staff-inn-box .btn-t{font-size: 20px;}

/*thank-you*/
.thank-you-con img { max-width: 400px;}
.thank-you-con h1{font-size: 35px;}
.thank-you-con h6{font-size: 20px;}
}


@media(max-width: 767px){
.owl-theme .owl-dots{display: block;}
.header_navigation.visible .logo img{width: 72px;}
.header_middle .logo {width: 20%;}
.header_middle .logo img{width: 90px;}
nav.header_navigation {width: 100%;max-width: 100%;}
.banner-con {flex-wrap: wrap;justify-content: center;}
section.banner .container {max-width: 540px;}
.banner-con-left {max-width: 100%;}
section.banner:after {width: 100%;background: linear-gradient(90deg, rgba(37,49,109,1) 100%, rgba(37,49,109,0) 100%);}

.banner-con-left h1 {font-size: 35px;}
.banner-con-left p {font-size: 15px;}
.default_btn {font-size: 14px; padding: 10px 26px;}
.admission-con {margin-top: 30px;}

.banner-con-right {padding-top: 20px; margin-left: 0px;}
.banner-con-right .con-box img {max-width: 80px;}
.banner {height: 415px;}
.banner-con-right .con-box {padding: 0px 14px;width: 100%;}

.admission-con h2 {font-size: 23px;}
.admission-con-box span {font-size: 30px;width: 157px;height: 58px;line-height: 29px;}
.admission-con h6 {font-size: 15px;}
section.college-about h3 {font-size: 20px;margin-bottom: 15px;}
.college-about-con p {margin-bottom: 12px;font-size: 15px;}
.admission-bnr {padding-top: 5px;}
section.college-about {padding: 30px 0px;}
.side-con-box-bottom p{max-width: 100%;}
section.visit-admission {padding: 30px;}
.visit-admission-con h3 { font-size: 20px;margin-bottom: 20px;}
.owl-nav {display: none;}
.footer [class*="col"]:first-child { order: 3;}
.footer-logo-con {margin-top: 15px;}
.banner {padding: 25px 0px 80px;}
/*courses page*/
.banner-con-left-in h1 {font-size: 34px;}
.banner-con-left-in p {font-size: 15px;}
.banner-con-right-in .con-box img {max-width: 75px;border-radius: 20px;}
.banner-con-right-in .con-box p{font-size: 13px;}
.courses-box .side-con {padding-top: 14px;}
section.courses {padding-bottom: 30px;}
h3 {font-size: 20px;}
.staff-inn-box .btn-t {font-size: 17px;}
.banner-con-right-in .con-box {max-width: 184px;}
 /*contact-us*/
.con-detail {margin-top: 25px;}
.con-detail h2 {font-size: 22px;}
.btn{font-size: 14px;padding: 11px 60px;}
.contact-us-con .form-con{padding: 30px;}
.footer-add {padding-top: 0px;margin: auto;}
}

@media(max-width: 575px){
.banner-con-right .con-box {padding: 0px 5px;}
.banner-con-left h1 {font-size: 25px;}
.header_middle .logo {width: 20%;}
.admission-con h2 {font-size: 21px;}
.admission-con-box {display: flex;align-items: center;justify-content: center;}
.admission-con-box span {font-size: 25px;width: 121px;height: 48px;line-height: 22px;}
.college-about-con {text-align: center;}
section.visit-admission {padding: 30px 0px;}
.visit-admission-con h3 {font-size: 18px;}
.footer-add ul li i{font-size: 20px;margin-right: 15px;}
.footer-add ul li a {font-size: 14px;}
.footer-add ul li{font-size: 14px;}
.footer-add {padding-top: 0px;margin: auto;}
.footer-add ul li{margin-bottom: 16px;}
.footer-menu ul li {margin-bottom: 10px;}
nav.header_navigation {width: 100%;}
.header_middle-box.sticky .logo img {max-width: 47px;}
.header_middle .logo img {max-width: 84px;}
/*courses page*/
.banner-con-right-in {padding-right: 10px;}
.banner-con-left-in h1 {font-size: 25px;}
.banner-con-left-in {max-width: 100%;margin: auto;}
.banner-con-in{top: 50%;transform: translate(0px, -50%);}
.banner-in .banner-img {height: 165px;}
.courses-itm .courses-name {width: 100%;height: 50px;border-bottom: 1px solid #565656;}
.courses-itm{flex-wrap: wrap;}
.courses-con-itm {width: 100%;}
.courses-con-itm-cate {border-left: none;}
.courses-con-items {width: 100%;}
.footer-logo-con {margin-top: 0px;}
.courses-con .heading {padding: 20px 0px;}
.footer-logo img {max-width: 84px;}
.courses-con-itm-sub ul li{font-size: 13px;}
.banner-con-right-in .con-box{width: 40%;}
/*contact-us*/
.contact-form-btn {padding-top: 10px;}
.con-detail .detail-list li{margin-bottom: 20px;font-size: 15px;}
.con-detail p{margin-bottom: 15px;font-size: 15px;}
.form-con .form-hrading p{font-size: 14px;}
.form-con .form-control::placeholder {font-size: 14px;}
.con-detail .detail-list li a{font-size: 15px;}
/*thank-you*/
.thank-you-con img {max-width: 225px;}
.thank-you-con h1 {font-size: 26px;}
.thank-you-con h6 {font-size: 18px;}
.thank-you-con a{font-size: 16px;}
section.thank-you-inn{padding: 40px 0px;}
.banner-con-right-in {padding-top: 15px;}
section.banner-in {height: 383px;}
}