/**Global css Start**/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Tiro+Bangla:ital@0;1&display=swap'); html {
    scroll-behavior: smooth;
}

@font-face {
    font-family: 'Nikosh';
    src: url('/assets/font/Nikosh.ttf') format('woff2'), url('/assets/font/Nikosh.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: "Tiro Bangla", serif;
    font-weight: 400;
    font-style: normal;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button:focus, .form-control:focus, .btn:focus {
    box-shadow: none;
    outline: 0;
}

.destopmodehide {
    display: none;
}

/**Global css End**/
.container-fluid {
    padding: 0px 50px;
}

.top-header {
    background-color: #0A8C32;
    text-align: center;
    color: #fff;
    padding: 1px 0px;
}

.titleContent {
    padding: 0;
}

.titleContent h4 {
    font-size: 20px;
    margin: 0;
}

.titleContent h1 {
    font-weight: bold;
    font-size: 29px;
    margin: 5px 0px -5px;
}

.titleContent h3 {
    font-size: 22px;
    margin: 0;
    text-transform: uppercase;
}

.titleContent hr {
    border: 1px solid #fff;
    margin: 5px 0px;
}

.titleContent p {
    margin: 0;
    font-size: 15px;
}

.mainMenuPart {
    display: block;
    width: 100%;
    background-color: #65E88D;
    position: absolute;
}

/**Header css Start**/
span.moble-menus-models {
    color: white;
    padding: 5px;
    display: block;
    text-align: center;
    font-size: 21px;
}

.logoImg img {
    width: 70%;
    border-radius: 50%;
}

.header-menu {
    padding-left: 22px;
}

.header-menu ul {
    list-style-type: none;
}

.header-menu ul li {
    display: inline-block;
    border-right: 1px dotted #ffffff;
}

.header-menu ul li a {
    padding: 13px 17px;
    display: block;
    margin: auto -1px;
    font-size: 13px;
    transition-duration: 0.2s;
    color: #000;
    font-weight: 600;
}

.header-menu ul li a i {
    font-size: 16px;
}

.header-menu ul li a:hover {
    color: #F44336;
}

.header-menu ul li ul {
    display: none;
    position: absolute;
    width: 220px;
    z-index: 999;
    background-color: #65e88d;
    border: 1px solid #4444;
    text-align: left;
    top: 42px;
}

.header-menu ul li ul li a {
    text-transform: capitalize;
    font-weight: 400;
    padding: 7px 10px;
    font-size: 17px;
    letter-spacing: 0;
}

.header-menu ul li ul li a:hover {
    background-color: #444;
}

.header-menu ul li:hover > ul {
    display: block;
}

.header-menu ul li:hover > .mega-menus {
    display: block;
}

ul.dropdown-menus {
    left: 100%;
    top: 0;
}

.header-menu ul li span.fa-chevron-down {
    font-size: 12px;
    margin: 5px;
    padding: 2px;
    color: #e5e5e5;
}

.header-menu ul li span.fa-angle-right {
    padding: 3px 10px;
    color: #e5e5e5;
    float: right;
}

ul.dropdown-submenus li a {
    padding: 5px 0px 5px 10px;
}

.header-menu ul li ul li {
    border-bottom: 1px solid white;
    width: 100%;
    font-size: 26px;
}

.header-menu ul li ul li:last-child {
    border-bottom: none;
}

.newsHead {
    display: block;
    margin-top: 45px;
    padding: 0px 38px;
    background-color: #f73d3d;
}

.newsHead h3 {
    background-color: #0a8c32;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    margin: 0;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
}

.news-ticker-list {
    margin-bottom: -10px;
}

.newsHead a {
    display: inline-block;
    padding: 9px 10px;
    color: #fff;
    font-size: 13px;
}

.newsHead a i {
    color: #116a19;
}

/*header css end*/
.twoPartSection {
    padding: 0px 40px;
}

.leftPart {
}

.sliderPart {
}

.sliderPart img {
    display: block;
    width: 100%;
    height: 400px;
}

.leftPart h2 {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    margin: 30px 0px;
}

.leftPart p {
    text-align: justify;
    color: #444;
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}

.latestEvents {
    text-align: center;
    margin: 30px 0px;
    background-color: #0a8c32;
    padding: 10px 0 0;
}

.latestEvents button.slick-prev.slick-arrow {
    left: 0;
    position: absolute;
    z-index: 9;
    top: 35%;
    font-size: 14px;
    border: none;
    padding: 4px 10px;
    background-color: #00000085;
    color: #fff;
    transition-duration: 0.2s;
}

.latestEvents button.slick-next.slick-arrow {
    right: 0;
    position: absolute;
    z-index: 9;
    top: 35%;
    font-size: 14px;
    border: none;
    padding: 4px 10px;
    background-color: #00000085;
    color: #fff;
    transition-duration: 0.2s;
}

.latestEvents .slick-box {
    margin: 10px;
}

.latestEvents .slick-box img {
    display: block;
    border-radius: 5px;
}

.slider-for .slick-box {
    margin: 0!important;
}

.slider-for .slick-box img {
    border-radius: 0px!important;
    height: 400px;
}

.latestEvents .slick-box p {
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    margin: 0;
}

.latestEvents h3 {
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 10px;
    color: #fff;
}

.slider-for.slick-initialized.slick-slider h4 {
    position: absolute;
    bottom: 1%;
    display: block;
    background-color: #ffffffd1;
    width: 100%;
    text-align: left;
    padding: 10px 30px;
    letter-spacing: 1px;
    font-weight: bold;
    font-size: 17px;
}

.rightPart {
}

.adminGrid {
    text-align: center;
    border: 1px solid #aaa;
    margin-bottom: 15px;
    padding-bottom: 15px;
    margin-top: 5px;
}

.adminGrid h4 {
    background-color: #0a8c32;
    color: #fff;
    padding: 6px 0px;
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    line-height: 21px;
}

.adminGrid img {
    display: block;
    width: 50%;
    text-align: center;
    margin-left: 72px;
    padding-top: 7px;
}

.adminGrid h3 {
    font-size: 14px;
    font-weight: bold;
    color: #444;
    margin: 13px 0px 3px;
    /* padding: 19px 0px; */
}

.adminGrid p {
    margin: 0;
    font-size: 13px;
}

.helpGrid {
    text-align: center;
    border: 1px solid #aaa;
    margin-bottom: 15px;
    /* padding-bottom: 5px; */
}

.helpGrid h4 {
    background-color: #0a8c32;
    color: #fff;
    padding: 14px 0px;
    margin: 0;
    font-size: 18px;
}

.helpGrid img {
    display: block;
    width: 100%;
    margin: 0px 0 0;
    padding: 0;
}

.facultySection {
    padding: 50px;
    background-color: aliceblue;
}

.facultySection h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 0 13px;
    letter-spacing: 1px;
    color: #000855;
}

.facultySection a.slick-box {
    text-align: center;
    margin: 15px;
    border: 1px solid #d8d8d8;
    padding: 15px;
    background-color: #fff;
    transition-duration: 0.3s;
    height: 345px;
}

.facultySection a.slick-box:hover {
    background-color: #0a8c32;
}

.facultySection a.slick-box:hover p {
    color: #fff;
}

.facultySection a.slick-box:hover h3 {
    color: #fff;
}

.facultySection a.slick-box img {
    display: block;
    width: 100%;
    height: 200px;
}

.facultySection a.slick-box p {
    margin: 4px 0;
    color: #161616;
    font-size: 13px;
}

.facultySection a.slick-box h3 {
    margin: 0;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: bold;
    color: #444;
}

.facultySection button.slick-prev.slick-arrow {
    position: absolute;
    top: -7%;
    width: 40px;
    right: 6%;
    border: none;
    background-color: #0a8c32;
    color: #fff;
    padding: 0px 0px;
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
}

.facultySection button.slick-next.slick-arrow {
    position: absolute;
    top: -7%;
    right: 1%;
    border: none;
    background-color: #0a8c32;
    color: #fff;
    padding: 0px 0px;
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    width: 40px;
}

.counterPart {
    padding: 50px;
    text-align: center;
    color: #fff;
    background-color: #0a8c32;
}

.counterGrid {
}

.counterGrid i {
    margin-bottom: 15px;
    font-size: 65px;
}

.counterGrid h3 {
    font-weight: bold;
    margin: 0 0 3px;
    font-size: 40px;
    letter-spacing: 2px;
}

.counterGrid p {
    font-size: 14px;
    margin: 0;
}

.ourFacilitiea {
    padding: 50px;
    text-align: center;
    background-color: aliceblue;
}

.ourFacilitiea h3 {
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 1px;
    color: #000855;
    margin-bottom: 30px;
}

a.facilityGrid {
    display: block;
    box-shadow: 0px 0px 10px #ccc;
    text-align: center;
    margin: 15px 0px;
    transition-duration: 0.3s;
}

a.facilityGrid:hover {
    transform: scale(1.1);
}

a.facilityGrid img {
    display: block;
    width: 100%;
    height: 230px;
    margin: 0px auto;
}

a.facilityGrid h4 {
    background-color: #0a8c32;
    color: #fff;
    font-size: 15px;
    padding: 7px 0px;
    margin: 0;
    letter-spacing: 1px;
    font-weight: 700;
    height: 37px;
}

a.memberGrid {
    text-align: center;
    border: 1px solid #d8d8d8;
    padding: 10px;
    margin: 10px 0px;
    background-color: #efefef;
    transition-duration: 0.3s;
    display: block;
}

a.memberGrid:hover {
    background-color: #0a8c32;
}

a.memberGrid:hover p {
    color: #fff;
}

a.memberGrid:hover h3 {
    color: #fff;
}

a.memberGrid img {
    display: block;
    width: 100%;
}

a.memberGrid p {
    margin: 4px 0;
    color: #0a8c32;
    font-size: 13px;
}

a.memberGrid h3 {
    margin: 0;
    letter-spacing: 1px;
    font-size: 17px;
    font-weight: bold;
    color: #0a0a0a;
    padding-bottom: 5px;
}

.aboutImg img {
    display: block;
    width: 100%;
    margin-bottom: 17px;
    box-shadow: 0px 0px 20px #f7f7f7;
    border: 3px solid #0a8c32;
    padding: 2px;
}

.aboutContent {
    padding: 25px 30px;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.aboutContent h4 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.aboutContent p b {
}

.aboutContent p {
    font-size: 14px;
    color: #444;
    line-height: 20px;
}

.aboutContent ul {
    margin: -10px 0 30px 20px;
    list-style-type: square;
}

.aboutContent ul li {
    font-size: 14px;
    margin: 5px 0px;
}

.pageHeader {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
}

.overlayHead {
    text-align: center;
    padding: 72px 0px;
    background-color: #000000a3;
}

.overlayHead h3 {
    margin: 0;
    font-weight: bold;
    letter-spacing: 2px;
    color: #fff;
    font-size: 35px;
}

.pageMainContent {
    padding: 50px 0px;
}

.directorImg {
    text-align: center;
    background-color: #eee;
    padding: 10px 10px;
    border: 1px solid #ccc;
    overflow: hidden;
}

.directorImg h4 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

.directorImg img {
    display: block;
    width: 100%;
    margin: 0px 0px;
}

.directorImg p {
    margin-bottom: 5px;
    font-size: 15px;
}

.directorImg p b {
}

a.eventGrid {
    display: block;
    text-decoration: none;
    padding: 15px;
    background-color: #00af4a;
    margin: 15px 0px;
    text-align: center;
    transition-duration: 0.3s;
    box-shadow: 0px 0px 10px #ddd;
}

a.eventGrid:hover {
    transform: scale(1.1);
}

a.eventGrid img {
    display: block;
    width: 100%;
}

a.eventGrid p {
    margin: 0;
    font-size: 14px;
    color: #fff;
    padding: 15px 0px;
}

.paginationPart {
    margin-top: 30px;
}

.photo-gallery {
    padding: 40px 0px;
    background-color: #fff;
}

.photo-gallery .nav-tabs .nav-link {
    background-color: #26648e;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin: 0px 2px;
    padding: 4px 55px;
}

/*.photo-gallery .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {*/
/*    background-color: #444!important;*/
/*}*/
.photo-gallery center {
    width: 70%;
    margin: 0px auto;
}

.photo-gallery center h3 {
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 10px;
}

a.downloadPro {
    padding: 7px 20px!important;
    background-color: #26648e;
    color: #fff!important;
    margin-top: -7px!important;
    border-radius: 35px!important;
}

a.downloadPro:hover {
    background-color: #000;
}

.contactHome {
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.overlayCont {
    padding: 50px 0px;
    background-color: #f1f1f1;
}

.overlayClient {
    padding: 50px 0px;
    background-color: #000000bd;
}

.overlayClient h2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 45px;
    text-decoration: underline;
    letter-spacing: 1px;
}

.contactInfo h3 {
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

a.viewAllbtn {
    color: #fff;
    display: block;
    background-color: #26648e;
    font-weight: bold;
    letter-spacing: 1px;
    width: 20%;
    padding: 5px 0px;
    margin-top: 25px;
    transition-duration: 0.2s;
}

a.viewAllbtn:hover {
    background-color: #444;
    color: #fff;
    border-radius: 10px;
}

.photo-gallery center p {
    font-size: 13px;
}

.gallery-page {
    margin-top: 20px;
}

.photo-gallery a.viewMore {
    background-color: #26648e;
    color: #fff;
    padding: 7px 50px;
    font-size: 15px;
    box-shadow: 4px 4px 3px #ccc;
    transition-duration: 0.3s;
}

.photo-gallery a.viewMore:hover {
    background-color: #ccc;
    color: #000;
}

.gallery_box {
    display: table;
    height: 100%;
}

.gallery_left {
    display: table-cell;
    vertical-align: middle;
}

.galleryImg {
    margin: 0px 0;
    position: relative;
    box-shadow: 0px 0px 10px #b4b4b4;
}

.gallery-wrap .col-lg-4:nth-child(2) .galleryImg + .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(4) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(5) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-4:nth-child(6) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(5) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(6) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(7) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-3:nth-child(8) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-6:nth-child(3) .galleryImg {
    margin-top: 30px;
}

.gallery_style1 .col-lg-6:nth-child(4) .galleryImg {
    margin-top: 30px;
}

.serImg {
    margin-bottom: 30px;
}

.galley_inner .row > div {
    margin: 15px 0;
}

.galley_inner {
    text-align: center;
}

.testi_list {
    list-style: none;
}

.testi_list li {
    margin: 36px 0;
}

.testi_list .testimonials_sec {
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.portfolio-overley {
    z-index: 1000;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.galleryImg img {
    width: 100%;
    height: 250px;
}

.gallery-wrap .galleryImg:hover .portfolio-overley, .galley_inner .galleryImg:hover .portfolio-overley {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gallery-wrap .content, .galley_inner .content {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}

.gallery-wrap .content .image-link, .galley_inner .content .image-link {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    color: #ffffff;
    line-height: 50px;
    background: #0a8c32;
    display: block;
    font-size: 16px;
    z-index: 1;
    text-align: center;
    margin-left: -25px;
    margin-top: -25px;
}

.contactInfo {
    background-color: #eee;
    padding: 20px;
}

.contactInfo h3 {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
}

.contactInfo p {
    font-size: 14px;
    margin: 10px 0;
}

.contactInfo p i {
    color: #00af4a;
    font-size: 19px;
}

.noticeBox {
    background-color: #eee;
    padding: 20px;
}

.noticeBox h4 {
    font-weight: bold;
    letter-spacing: 1px;
    color: #0a8c32;
}

.noticeBox ul {
    margin-top: 15px;
}

.noticeBox ul li.noticeGrid {
    background-color: #fff;
    padding: 10px;
    margin: 10px 0;
    display: block;
    border-radius: 5px;
}

.noticeBox ul li.noticeGrid h5 {
    margin: 0;
    font-size: 19px;
    color: #444;
    line-height: 22px;
    font-weight: 600;
}

.noticeBox ul li.noticeGrid a {
    display: block;
    text-align: center;
    color: #0a8c32;
    font-weight: bold;
    letter-spacing: 1px;
    transition-duration: 0.2s;
}

.noticeBox ul li.noticeGrid a:hover {
    transform: scale(1.1);
}

.leftNotice {
    background-color: #0a8c32;
    border-radius: 5px;
    padding: 5px;
}

.leftNotice h4 {
    text-align: center;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    padding: 10px 0px;
}

.leftNotice ul {
    margin-top: 6px;
}

.leftNotice ul li.leftNotGrid {
    background-color: #fff;
    padding: 5px;
    border-radius: 2px;
    margin: 6px 0;
}

.leftNotice ul li.leftNotGrid i {
    font-size: 25px;
    width: 35px;
    color: #0a8c32;
    text-align: center;
}

.leftNotice ul li.leftNotGrid h5 {
    font-size: 16px;
    margin: 0;
    color: #555;
}

.leftNotice ul li.leftNotGrid a {
    font-size: 13px;
    display: block;
}

a.viewAllBtn {
    display: block;
    text-align: center;
    background-color: #2c2c2c;
    width: 50%;
    margin: 10px auto 5px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 5px 0px;
    border-radius: 4px;
    text-transform: uppercase;
    transition-duration: 0.2s;
}

a.viewAllBtn:hover {
    background-color: #000;
}

/* footer css start*/
footer {
}

footer .container-fluid {
    padding: 0px 100px;
}

.mainFooter {
    padding: 55px 84px;
    font-size: 92%;
    background-color: #00af4a;
    color: #fff;
    margin-top: 20px;
}

.mainFooter h4 {
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: 23px;
}

.mainFooter p {
    margin: 0 0 7px;
    font-size: 15px;
    font-weight: 600;
}

.mainFooter p i {
    color: #ee3c40;
    font-size: 18px;
}

/*ul.socialLists {
    list-style-type: none;
}

ul.socialLists li{
    display: inline-block;
}

ul.socialLists li a{
    font-size: 20px;
    display: block!important;
    padding-right: 15px!important;
}*/
.mainFooter img {
    display: block;
    width: 70%;
    margin: 10px 0px;
}

.mainFooter ul {
}

.mainFooter ul li {
}

.mainFooter ul li a {
    display: block;
    padding: 1px 0px;
    transition-duration: 0.3s;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 32px;
}

.mainFooter ul li a:hover {
    padding-left: 3px;
    color: #444;
    font-weight: bold;
}

.botttomFooter {
    color: #fff;
    font-size: 14px;
    padding: 15px 0px;
    background-color: #0D793B;
}

.botttomFooter p {
    margin: 0;
}

p.footRight {
    text-align: end;
    margin: 0;
}

.botttomFooter a {
    color: #940000;
    font-weight: bold;
    letter-spacing: 1px;
}

/*footer css end*/
header.sticky-header {
    width: 100%;
    -webkit-transition: all 2.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
    background-color: #fff;
}

header.sticky-header.stick {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    z-index: 99;
    box-shadow: 0px 0px 10px #ccc;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

/**Matis Menu multi larvel css Start**/
.primarymenu {
    padding: 0px;
}

.multi-lavel ul li {
    padding: 0px;
    margin: 10px 0px;
}

ul.primarymenu li {
    background-image: linear-gradient(to bottom, #3298c8, #2e8cb8);
}

ul.primarymenu li a {
    padding: 10px;
    display: block;
    color: white;
    font-weight: bold;
}

ul.submenu li {
    display: none;
}

ul.submenu li {
    border: 0px;
}

ul#submenutwo {
    padding: 0;
    background: #e7e7e7;
}

ul#menu li a {
    border-bottom: 1px solid #d6d4d4;
    display: inline-block;
    padding: 5px;
    font-weight: bold;
    color: #ffffff;
    width: 100%;
}

/**Matis Menu multi larvel css End**/
/**Side Modals css Start**/
.side-modals.right {
    right: -300px;
    height: 100vh;
    width: 300px;
    top: 0;
}

.cart_media {
    padding: 10px 8px;
}

.side-modals {
    position: fixed;
    background-color: #fff;
    z-index: 9999;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals.right.open-side {
    right: 0;
}

.side-modals.open-side {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals .overlay {
    visibility: hidden;
    opacity: 0;
    background-color: #000000a3;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals.open-side .overlay {
    opacity: 0.8;
    visibility: visible;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.side-modals.right .cart-inner {
    height: 100vh;
    overflow: auto;
}

.side-modals .cart-inner {
    background-color: #007825;
    z-index: 9;
    position: relative;
    top: 0;
}

.dfacalty {
    background: #65e88d;
    padding: 5px;
    margin-bottom: 20px;
    height: 370px;
    text-align: center;
}

.dfacalty img {
    margin-bottom: 10px;
    height: 260px;
}

.dfacalty h3 {
    font-size: 15px;
}

.ourFacilitiea a {
    text-decoration: none;
    color: #000 !important;
}

.dfacalty p {
    font-size: 12px;
    line-height: 13px;
}

.side-modals .cart-inner .cart_top {
    padding: 15px 10px;
    border-bottom: 1px solid #ddd;
}

.directorMessage p {
    font-size: 14px !important;
    font-weight: 500;
}

.desktopmodehide {
    display: none;
}

.intregraty {
    border: none;
}

.intregraty h4 {
    font-size: 16px;
}

.intregraty ul {
}

.intregraty ul li {
    background: #000;
    /* margin-bottom: 5px; */
    padding: 7px;
    /* color: #fff; */
    border-bottom: 2px solid #0a8c32;
}

.intregraty ul li a {
    color: #ffffff;
    font-size: 14px;
}

.intregraty ul li a:hover {
}

/**Side Modals css End**/
/**For Laptop/ testop Large deviece**/
@media only screen and (max-width: 1199px) {
    .desktopmodehide {
        display: none;
    }
}

/**For Tablet/small laptops/ Medium deviece**/
@media only screen and (max-width: 991px) {
}

/**For Mobile small deviece**/
@media only screen and (max-width: 767px) {
    .desktopmodehide {
        display: block;
    }

    .mobilemodehide {
        display: none;
    }

    .container-fluid {
        padding: 0px 10px;
    }

    footer .container-fluid {
        padding: 0px 20px;
    }

    span.moble-menus-models {
        color: white;
        position: absolute;
        right: 6%;
        font-size: 35px;
        z-index: 99;
    }

    .destopmodehide {
        display: block;
    }

    .header-menu {
        display: none;
    }

    .ourFacilitiea {
        padding: 50px 10px;
    }

    .counterGrid {
        margin: 20px 0px;
    }

    .facultySection {
        padding: 20px;
    }

    .facultySection h2 {
        text-align: center;
        margin: 0 0 15px 0px;
    }

    .facultySection button.slick-prev.slick-arrow {
        display: none!important;
    }

    .facultySection button.slick-next.slick-arrow {
        display: none!important;
    }

    .mainFooter h4 {
        font-size: 18px;
        margin: 20px 0px;
    }

    .botttomFooter p {
        text-align: center;
    }

    p.footRight {
        text-align: center;
    }

    .twoPartSection {
        padding: 0px 10px;
    }

    .leftPart h2 {
        font-size: 21px;
    }

    .titleContent h1 {
        font-size: 29px;
        margin: 8px 0px;
        line-height: 38px;
    }

    .logoImg img {
        width: 42%;
        margin: 15px 0px;
    }

    .latestEvents {
        padding: 10px;
    }

    .newsHead {
        margin: 0;
    }

    .counterGrid i {
        font-size: 55px;
    }

    .counterGrid h3 {
        font-size: 25px;
    }

    .counterGrid p {
        font-size: 12px;
    }

    .newsHead a {
        padding: 15px 10px 20px;
    }

    .leftPart {
        margin-top: 15px;
    }

    .slider-for.slick-initialized.slick-slider h4 {
        font-size: 14px;
    }

    .contactInfo {
        margin-bottom: 30px;
    }

    .noticeBox ul li.noticeGrid h5 {
        text-align: center;
    }

    .leftNotice {
        margin-top: 20px;
    }

    .galleryImg img {
        height: 110px !important;
    }
}

/**For extra Mobile small deviece**/
@media only screen and (max-width: 575px) {
    .logoImg img {
        width: 100%;
        /* margin: 15px 0px; */
    }

    .titleContent h1 {
        font-size: 14px;
        margin: -1px 0px;
        line-height: 33px;
    }

    .titleContent h3 {
        font-size: 10px;
    }

    .titleContent p {
        font-size: 11px;
    }

    /*.displ{*/
    /*    display: none;*/
    /*}*/
    .slider-for.slick-initialized.slick-slider h4 {
        font-size: 7px;
    }

    .slider-for .slick-box img {
        border-radius: 0px !important;
        height: 160px;
    }

    a.facilityGrid img {
        height: 100px;
    }

    a.facilityGrid h4 {
        font-size: 11px;
        padding: 4px 0px;
        height: 34px;
    }

    .ourFacilitiea h3 {
        font-size: 23px;
        margin-bottom: 1px;
    }

    .titleContent h4 {
        font-size: 13px;
    }

    .titleContent h1 {
        font-weight: bold;
        font-size: 15px;
        margin: 3px 0px 3px;
    }

    .titleContent h3 {
        font-size: 14px;
        margin: 0;
        text-transform: uppercase;
    }

    .titleContent p {
        margin: 0;
        font-size: 11px;
    }

    .latestEvents h3 {
        font-size: 18px;
    }

    .sliderPart img {
        height: 180px;
    }

    .displsm {
        display: none;
    }

    .counterPart {
        padding: 5px;
    }

    .counterGrid i {
        font-size: 27px;
    }

    .counterGrid h3 {
        font-size: 16px;
    }

    .mainFooter {
        padding: 5px 0px 5px;
    }

    .overlayHead h3 {
        font-size: 17px;
    }

    .dfacalty img {
        height: 113px;
    }

    .ourFacilitiea h3 {
        font-size: 13px;
    }

    .dfacalty {
        margin-bottom: 13px;
        height: 273px;
    }

    .galleryImg img {
        height: 110px !important;
    }
}

.blink_me {
    animation: blinker 1s linear infinite !important;
}

.noticeboard {
    background: url(../images/bg_notice_board.png) #efededcc;
    background-position: left;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 20px 129px;
    background-size: 142px;
    margin-top: 30px;
}

.noticeboard ul li {
    background: url("../images/bullet_tick.png") no-repeat left;
    padding-left: 17px;
    margin-top: 0px;
}

.noticeboard ul li a {
    text-decoration: none;
    color: #4b4949;
    font-size: 14px;
}

.homelist {
    background: #efededcc;
    padding: 20px 129px;
    height: 226px;
}

.homelist h5 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.homelist ul li {
    background: url("../images/bullet_tick.png") no-repeat left;
    padding-left: 11px;
    margin-top: 6px;
}

.homelist ul li a {
    text-decoration: none;
    color: #4b4949;
    font-size: 14px;
    line-height: 6px;
}

.sidebargov {
}

.sidebargov img {
    margin-bottom: 10px;
}

.mytab.active {
    background-color: #0a8c32 !important;
    color: #FFFFFF !important;
}

.nav-tabs .nav-link {
    color: #000000;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #0a8c32;
    border-color: #dee2e6 #dee2e6 #fff;
}

.righ-sidebar {
    position: fixed;
    right: 1px;
    top: 6%;
    z-index: 999;
}

.righ-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.righ-sidebar ul li {
    display: block;
}

.righ-sidebar ul li a {
    text-decoration: none;
}

.righ-sidebar ul li a {
    height: 60px;
    width: 50px;
    color: #fff;
    background: #f73d3d;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    box-shadow: 0px 1px 4px 0px #222;
    padding: 10px;
    border-radius: 10px 0 0 10px;
}
.overlayHead h1{
    color: white;
}
.serviced{
    padding: 0;
    margin: 0;
}
.serviced p{
    text-align: justify;
    line-height: 26px;
    font-size: 14px;
}
