/*
Theme Name: Muthayammal
Author: the iTech team
*/

* {
    font-family: 'Poppins';
}

.header-bottom.inner {
    background-image: url(https://muthayammal.ac.in/wp-content/themes/muthayammal/img/banner/ban-inner.png);
    background-position: right;
    background-size: cover;
    height: 100% !important;
    width: 100%;
    min-height: 220px !important;
}

@media screen and (max-width: 767px) {
.header-arena {
    position: absolute !important;
}
	.holder .overview-holder {
  padding: 0 !important;
}
}

@media (max-width: 550px) {
header .inner .header-arena-title {
    top: 79% !important;
    bottom: 0 !important;
    position: absolute !important;
}
}

body {
    overflow-x: hidden;
}

body a {
    text-decoration: none;
}

.text-center img {
    display: inline-block;
}

.date-in-tag h6:first-child{
	text-transform:capitalize;
}

.list-inline.d-flex {
	align-items: center;
}

.shadow {
    -webkit-box-shadow: 0px 0px 5px 2px rgba(190, 187, 187, 1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(190, 187, 187, 1);
    box-shadow: 0px 0px 5px 2px rgba(190, 187, 187, 1);
    padding: 5px;
}

header {
    position: relative;
}

.header-arena {
    position: absolute !important;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image: linear-gradient(to right, rgba(34, 30, 12, 0.77), rgba(139, 148, 153, 0.4));
}

.header-arena-title {
    position: absolute;
    top: 65%;
    left: 0px;
    right: 0px;
}

.header-arena-title h1 {
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
}


/* .home .header-top-contact {
    display: flex !important;
}

.header-top-contact {
    display: none !important;
} */

header .header-top {
    background-color: #fff;
    padding: 0px 0px;
}

.head-top {
    background-color: #1B2840;
    height: 40px;
    /*  overflow: hidden; */
}

.head-top-in {
    padding: 8px 0px;
    color: #fff !important;
}

@keyframes glow {
    0% {
        background-color: #ffe600;
        box-shadow: 0 0 5px #ffe600;
    }
    50% {
        background-color: #FF0F25;
        box-shadow: 0 0 10px #FF0F25;
    }
    100% {
        background-color: #ffe600;
        box-shadow: 0 0 5px #ffe600;
    }
}

.head-top-in a {
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    font-style: italic;
    font-size: 13px !important;
}

.header-top-right {
    display: inline-flex;
    float: right;
}

.header-top-contact {
    display: flex;
    height: 40px;
}

.header-top-contact a {
    padding: 9px 20px;
    align-items: center;
    background-color: #e92640;
    /* border-bottom-left-radius: 10px;*/
    font-weight: 600;
    /*border-bottom-right-radius: 10px;*/
    color: #fff;
    /*box-shadow: 0px 2px 2px #ccc;*/
    font-size: 15px;
    text-decoration: none;
}

.menu-head-top {
    padding: 0px 0px;
}

.header-top-right ul li {
    padding: 7px 20px;
}

.header-top-right ul li:after {
    content: "|";
    position: absolute;
    color: #eee;
    padding-left: 15px;
}

.header-top-right li:last-child:after {
    content: "";
}

.header-top-right ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}

.header-logo {
    padding: 20px 0px;
}

.mainmenu {
    float: right;
}


/*************SUB MENU*************/

.mainmenu .sub-menu {
    list-style: outside none none;
    min-width: 250px;
    padding: 5px 0px 0px 0px;
    position: absolute;
    z-index: 9999999;
    display: none;
}

.mainmenu li:hover .sub-menu {
    display: block;
}

.mainmenu .sub-menu li {
    padding: 0px !important;
}

.mainmenu .sub-menu li a {
    background: none repeat scroll 0 0 #fff;
    display: block;
    padding: 10px 15px !important;
    text-align: left;
    color: #0a8dcd;
    text-decoration: none;
    /*transition: all 1s ease-in-out 0s;*/
}


/* .mainmenu .sub-menu li a:hover { background:#222163 !important; color:#fff !important; border-left:5px solid #fff; padding-left:25px;}
 */


/*******MAIN MENU*********/

header .mainmenu .navbar {
    padding: 0px 0px;
}

header .mainmenu .nav-item {
    padding: 30px 10px;
}

header .mainmenu .nav-item a.nav-link:first-child {
    padding-left: 0px;
}

header .mainmenu .nav-item a.nav-link {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    /* padding-top: 30px;
    padding-bottom: 30px; */
    text-transform: capitalize;
    padding-right: 0px;
    padding-left: 0px;
}

header .mainmenu .nav-item.active a.nav-link,
header .mainmenu .nav-item a.nav-link:focus,
header .mainmenu .nav-item a.nav-link:hover {
    background: none;
}

header .mainmenu li.current-menu-parent a {
    border-bottom: 3px solid #222163;
    border-bottom-style: inset;
}

header .mainmenu li.current-menu-parent ul li a {
    border: none;
}


/*header .mainmenu li.current-menu-parent li.current-menu-item a {
    border-bottom: 5px solid #222163;
    border-bottom-style: outset;
}*/


/* header .mainmenu li a:hover {
    border-bottom: 5px solid #222163;
    border-bottom-style: outset;
	    transition-property: width;
  transition: 1.10s;
  
} 
header .mainmenu li a:hover:after,
header .mainmenu li a:focus:after,
header .mainmenu li a:active:after {
  left: 0;
  right: auto;
  width: 100%;
} */

header .mainmenu .sub-menu li a:hover {
    border: none;
    border-bottom-style: outset;
}

header .mainmenu .sub-menu li.menu-item-has-children a {
    border: none;
}

header .menu-wrap .phone {
    padding-top: 13px;
}

header .menu-wrap .phone a {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

header .menu-wrap .phone a i {
    padding-right: 10px;
}

.home header .header-bottom {
    position: relative;
	height: auto !important;	
}

header .header-bottom .carousel-content {
	bottom: 5%;
    left: 0;
    right: 0;
    position: absolute;
}

header .header-bottom .carousel-content .banner-contents {
    padding: 20px 20px 30px;
}

header .header-bottom .carousel-content .banner-contents h3 {
    font-size: 45px;
    color: #fff;
    font-weight: 900;
    text-transform: capitalize;
    margin: 0px 0px 5px;
}

header .header-bottom .carousel-content .banner-contents p {
    font-size: 20px;
    color: #fefefe;
    font-weight: 400;
    line-height: 1.3;
    margin-top: 10px;
}

header .header-bottom .carousel-content .banner-contents a.btn.banner-btn {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-radius: 0px;
    margin-top: 15px;
    padding: 7px 30px;
    border: 1px solid #fff;
}

header .header-bottom .carousel-content .banner-contents a.btn.banner-btn:hover {
    background-color: transparent;
}


/**********CAROUSEL DOTS***************/

header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}

header .header-bottom .owl-dots {
    bottom: 50%;
    left: 31%;
    display: none !important;
    position: absolute;
}

header .header-bottom .owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    margin: 0px 2px;
    width: 13px;
    height: 13px;
}

header .header-bottom .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #365b6d;
}

.heading h3 {
    font-size: 30px;
    color: #3d3d3d;
    font-weight: 500;
    text-transform: uppercase;
}

.holder .overview-holder {
    padding: 30px 0px 0px 0px;
}

.overview-holder .item {
    padding: 1px;
    margin: 1px;
    /* box-shadow: 1px 1px 4px 1px #ccc; */
}

.overview-holder .item:after {
    position: absolute;
    right: -3.5px;
    border-right: 3px solid #c0bdbd;
    height: 80px;
    top: 15px;
    content: "";
}

.inn-img img {
    width: 120px !important;
    margin: auto;
    height: 120px;
    /* border: 3px solid #fff; */
    border-radius: 50% !important;
    text-align: center;
}

.overview-holder .owl-theme .owl-controls .owl-nav .owl-prev {
    display: block!important;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    bottom: 65px;
    left: -50px;
    position: relative;
}

.overview-holder .owl-theme .owl-controls .owl-nav .owl-next {
    display: block!important;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    right: -50px;
    top: -100px;
    float: right;
    position: relative;
}

.overview-holder .owl-theme .owl-controls {
    margin: 0px;
}

.overview-holder .owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -20px;
    display: block !important;
    border: 0px solid black;
}

.overview-holder .owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -25px;
    display: block !important;
    border: 0px solid black;
}

.overview-holder .owl-prev i,
.overview-holder .owl-next i {
    color: #fff;
}

.main-content .col-md-6:first-child {
    padding-left: 0px;
}

.about-holder {
    padding: 30px 0px;
    /* overflow-x: hidden;
	width: 100%; */
    -webkit-box-shadow: inset 0 20px 20px -30px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0 20px 20px -30px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 20px 20px -30px rgba(0, 0, 0, 0.8);
}

.about-holder .sidebar-left {
    width: 100%;
    height: auto;
    border-right: 1px solid #000;
    margin-right: 0px;
}

.about-holder .tabcontent p {
    text-align: justify;
    line-height: 1.9;
    font-size: 15px;
}

.about-holder .tabcontent h3 {
    color: #181743;
    font-size: 20px;
}

p:empty {
    display: none;
}

.about-holder h2 {
    color: #585858;
    padding: 20px 0px;
    font-size: 27px;
}

.about-holder h2 span {
    font-weight: 800;
}

.about-holder .tab {
    float: left;
    background-color: #fff;
    width: 100%;
    height: 250px;
}

.about-holder .tab button.active {
    border-right: 4px solid #181743;
    font-weight: 600;
}

.about-holder .tab button {
    display: block;
    background-color: inherit;
    color: #181743;
    text-align: right !important;
    padding: 15px 10px;
    width: 100%;
    border: none;
    text-transform: capitalize;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 15px;
}


.main-inn {
    position: relative;
    z-index: 99999;
}

.right-links {
    margin: 0px;
    background-color: #f3f3f5;
    max-width: 700px;
    width: 700px;
    min-height: 400px;
    position: relative;
    left: -130px;
    bottom: 107px;
}

.right-links img {
    width: auto;
    position: absolute;
    right: 110px;
    top: 110px;
}

.about-holder .tabcontent {
    float: left;
    border: none;
    border-left: none;
}

.gallery-holder {
    padding: 80px 0px;
}

.carousel-item img {
    width: 100%;
}

.tabcontent1 {
    margin-top: 100px;
}

button.tablinks1 i.fa.fa-chevron-down {
    display: block !important;
}

button.tablinks1.active i.fa.fa-chevron-up {
    display: none;
}

button.tablinks1 i.up {
    display: none;
}

i.down {
    border: solid #f5f3f3;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    left: 30px;
    top: 10px;
}

i.up {
    border: solid #f5f3f3;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    left: 30px;
    top: 10px;
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.tabcontent1-inner {
    border: none;
    padding: 40px 40px 40px 40px;
    margin: 20px;
    border-top: none;
    z-index: -1;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
    margin-top: -120px;
    border-top: unset !important;
}

div#tabs1,
div#tabs3 {
    display: none;
}

.in-upcoming .col-md-5 {
    padding-right: 5px;
}

.in-upcoming .col-md-7 {
    padding-left: 5px;
}

.in-upcoming p {
    font-size: 13px;
   /* text-align: justify; */
    line-height: 19px;
    margin-bottom: 0px;
}

.owl-carousel-upcoming .owl-stage-outer {
    padding: 20px 0px;
}

.owl-carousel-upcoming .date-top {
    position: relative;
    z-index: 999;
    bottom: 18px;
}


/* .inner-title {
    position: absolute;
    top: 0px;
    color: #fff;
    width: 100%;
} */

.carousel-inner {
    /* border-radius: 10px; */
    border: 1px solid #6c757d;
    z-index: 999;
}

.inner-title {
    position: absolute;
    border-top: 1px solid #000;
    bottom: -34px;
    background-color: #fff;
    width: 100%;
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    padding: 30px;
    transform: skewY(-10deg);
    transform: skewY(-10deg);
}

.inner-title-arena {
    -webkit-transform: skewY(10deg);
    -moz-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    padding: 30px 0px;
    transform: skewY(10deg);
}

.tablinks1.active .inner-title {
    -webkit-transform: skewY(0deg);
    -moz-transform: skewY(0deg);
    -ms-transform: skewY(0deg);
    -o-transform: skewY(0deg);
    transform: skewY(0deg);
    padding: 90px 0px 30px 0px;
    top: -80px;
    border-bottom: 1px solid #000;
    bottom: inherit;
}

.tablinks1.active .inner-title-arena {
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    padding: 30px;
    transform: skewY(-10deg);
}

.inner-title h5 {
    padding: 0px;
    color: #222163;
    font-weight: 800;
    text-align: right;
}

.inner-title-arena p {
    width: 70%;
    font-size: 14px;
    float: right;
    text-align: right;
}


/*.tabin-con img {
    border: 2px solid #ccc;
    width: 160px;
    height: 160px;
    padding: 10%;
    border-radius: 50%;
}*/


/*.tabin-con .tabIcon img {max-width: 130px;}*/

.tabin-con .tabBox {
    border: 1px solid #6c757d;
    border-radius: 150px;
    height: 160px;
    width: 160px;
    line-height: 160px;
    margin: auto;
    max-width: 160px;
    padding: 30px;
}

.tabin-con .tabIcon {
    width: 100px;
    height: 100px;
    /* border: 1px solid #ccc;*/
    /*padding: 30px;*/
    text-align: center;
    border-radius: 150px;
    line-height: 100px;
    overflow: hidden;
    margin: auto;
}

.tabin-con p {
    text-align: justify;
    color: #474747;
    font-size: 14px;
}

.tabin-con h3 {
    color: #474747;
    margin-top: 20px;
    font-size: 17px;
}

.view-more-btn {
    margin: 30px 0px;
}

.gallery-in:hover {
    position: relative;
    top: 0px;
    transition: .5s;
}

button.tablinks1 {
    background: none;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
}

.tablinks1.active {
    position: relative;
    top: -50px;
    padding: 0px;
    transition: .5s;
    border-radius: 10px;
}

.tabcontent1-inner {
    border: 1px solid #6c757d;
    z-index: 0;
}

.gallery-in {
    position: relative;
    top: 0px;
    border-radius: 10px;
}

.carousel-inner {
    border-radius: 10px;
}

.gallery-wrap button {
    border: none;
}

.upcoming-holder {
    padding: 0px 0px;
}

.upcoming-holder .item {
    margin-left: 1px;
}

.upcoming-contents {
    padding: 0px 0px;
}

.upcoming-contents h5 {
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}

.date-in p {
    text-align: center;
}

.upcoming-holder .owl-prev i,
.upcoming-holder .owl-next i {
    color: #9a9494;
    font-size: 28px;
}

.upcoming-holder .owl-prev,
.upcoming-holder .owl-next {
    float: left;
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    border: 1px solid #9a9494;
}

.upcoming-in {
    padding: 0px 0px !important;
}

.upcoming-in h3 {
    color: #585858;
    font-weight: 500;
    font-size: 30px;
}

.upcoming-in h3 span {
    color: #585858;
    font-weight: 900;
}

.date-in {
    background-color: #171742;
    color: #fff;
    padding: 17px 5px;
    border-radius: 7px;
    background-image: url(img/others/upcoming-event.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
}

.boxDate{font-size: 10px !important;line-height: 15px !important;}
.date-in-tag {
    padding: 5px 5px;
    background-color: #f9ed09;
    border-radius: 7px;
    margin-top: 5px;
}

.date-in h5 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0px;
}

.date-in-tag h6 {
    margin: 0px;
    color: #171742;
    font-size: 11px;
}


.date-in-tag h6 a {
    font-weight: 600;
    color: #171742;
    text-decoration: none;
    font-size: 11px;
 
}

.in-upcoming {
    border: 1px solid #b3a8a8;
    padding: 3px 23px;
    border-radius: 5px;
    padding-bottom: 0px;
}

.upcoming-holder .owl-controls {
    position: relative;
    top: -74px;
    right: 137px;
}

.inn-news-in .date-in-tag {
    padding: 3px 5px 5px;
    background-color: #e92640;
    border-radius: 10px;
    margin-top: 5px;
}

.event-holder h5 {
    font-size: 14px;
    margin: 0px;
    color: #fff;
}

.event-holder .date-in-tag h5 a {
    text-decoration: none;
    color: #fff;
    font-size: 11px;
}

.counter-holder {
    padding: 50px 0px;
    background-color: #f7f5f5;
    display: none;
}

.counter-valuein .fa {
    margin-right: 10px;
    font-size: 40px;
    color: #2f2f55;
}

.counter-value {
    font-size: 35px;
    margin-top: -14px;
}

.counter-valuein {
    display: flex;
}

.counter-in h6 {
    padding-left: 56px;
    color: #989595;
    text-transform: capitalize;
    margin-top: -5px;
}

.socio-holder {
    padding: 50px 0px;
    background-image: url(img/others/so-bgg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.socia-holder-icons img {
    margin: 20px 20px;
}

.socia-holder-in h3 {
    color: #585858;
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 25px;
}

.socia-holder-in h3 span {
    font-weight: 800;
}

.events-top h2 {
    color: #585858;
    padding: 20px 0px;
	margin: 0;
}

.events-top h2 span {
    font-weight: 900;
}

.inn-news {
    color: #212122;
}

.inn-news h4 {
    margin-top: 8px;
    height: 56px;
}

.inn-news h4 a {
    color: #212122;
    padding: 10px 0 0 0px;
    font-weight: 600;
    font-size: 18px;
}

.inn-news p {
    font-size: 15px;
}

.inn-news i.fa {
    margin-right: 10px;
    color: #9c9696;
}

.inn-news-in {
    border-top: 1px solid #c2c2c2;
    padding-top: 4px;
}

.more-but {
    margin-right: 100px;
	
    position: relative;
}
}

.more-but a {
    border: 1px solid #b1a3a3;
    color: #b1a3a3;
    border-radius: 0px;
}

.inn-news h6 {
    color: #e42d2d;
    font-size: 13px;
    margin-top: 10px;
}

.owl-carousel-news .owl-controls {
    margin-top: 0px;
    float: right;
}

.owl-carousel-news .owl-stage-outer {
    margin-bottom: 30px;
}

.owl-carousel-news .owl-prev,
.owl-carousel-news .owl-next {
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    border: 1px solid #b1a3a3;
    color: #b1a3a3;
	margin: 0px 3px !important;
/*     margin: 0px 10px !important; */
}

.owl-carousel-news .owl-prev i,
.owl-carousel-news .owl-next i {
    color: #b1a3a3;
    font-size: 28px;
}

.testimonial-holder {
    /* margin-top: 50px; */
    /* background-color: #171742;*/
    background-image: url(img/others/testimonial-final.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0px 60px;
}


/*.testimo-content {
    width: 67%;
    margin: auto;
    padding: 50px 0px;
}*/

.inn-testimonial h4 p {
    border-top: none !important;
}

.inn-testimonial p.testi-name {
    font-size: 17px;
    font-weight: 400;
    padding: 10px 0px 0px 0px;
}

.inn-testimonial {
    color: #fff;
}

.inn-testimonial h4 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
}

.inn-testimonial h6 {
    color: #c3c3c3;
    font-size: 12px;
    margin-top: 4px;
    line-height: 17px;
}

.inn-testimonial p {
    margin: 0px;
    font-size: 20px;
    font-weight: bold;
    width: auto;
    border-top: 1px solid #fff;
}

.client-holder {
    padding: 5px 10px 65px;
}

.client-holder .item {
   /* border-right: 1px solid #ccc;*/
    margin-right: -1px;
}

.client-holder .owl-prev {
    float: left;
    top: -70px;
    position: relative;
    left: -50px;
    width: 30px;
    height: 30px;
}

.client-holder .owl-next {
    float: right;
    top: -70px;
    position: relative;
    left: 50px;
    width: 30px;
    height: 30px;
}

.client-holder .owl-theme .owl-controls .owl-nav [class*=owl-] {
    border-radius: 50%;
}

.take-holder {
    padding: 30px 0px 60px 0px;
    background-color: #2c326c;
    background-image: url(img/others/placement-take.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.take-holder-bot {
    background-color: #181743;
    padding-bottom: 20px;
}

.take-content-in h1 {
    padding: 20px 0px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
}

.take-content-in a.btn.btn-info {
    margin: 0px 20px;
    border-radius: 0px;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 20px;
    text-transform: capitalize;
    background-color: transparent;
}

.take-content-in a.btn.btn-info:hover {
    background-color: #fef200;
    color: #2e2e2e;
}

.btn-contact {
    padding: 20px 0px;
}

.btn-contact a {
    display: block;
    color: #fff;
    text-decoration: none;
    margin: 10px 0px;
}

footer {
    background-color: #fff;
}

.footer-logo {
    text-align: center;
}

.foot-logo {
    position: relative;
    width: 100px;
    margin-bottom: 20px;
}

.address-footer p {
    margin: 0px;
    color: #9494a1;
    font-size: 15px;
}

.address-footer h4 {
    color: #181743;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
}

.social {
    margin: 20px 0px;
    border-bottom: 1px solid #ccc;
}

.social li {
    margin-right: 20px;
}

.social i.fa {
    color: #181743;
    font-size: 18px;
}

footer .copyrights p {
    font-size: 20px;
    color: #a6a6a6;
    margin: 0px;
}

footer .foot-social {
    margin-top: 20px;
}

footer .foot-social ul li a {
    margin-right: 20px;
}

footer .foot-social ul li a i {
    font-size: 23px;
    color: #fff;
}

.address-footer {
    padding: 20px 0px 10px 0px;
}

footer .foot-list h5 {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 20px;
    border-bottom: 1px solid #919191;
    margin-bottom: 20px;
}

footer .foot-list ul li {
    padding-bottom: 10px;
}

footer .foot-list ul li a {
    font-size: 14px;
    color: #9494a1;
    text-transform: capitalize;
    text-decoration: none;
}

.address-footer a {
    color: #9494a1;
    text-decoration: none;
}

footer .foot-list ul li a i {
    font-size: 36px;
    color: #adaaaa;
    padding-right: 20px;
}

.foot-link-title h6 {
    color: #181743;
    font-size: 18px;
    font-weight: 600;
}

footer .copyrights {
    padding: 30px 0px;
}

footer .copyrights h4 {
    color: #b1afaf;
    font-size: 12px;
}

footer .copyrights h4 span {
    font-weight: 900;
}

.socio-holder .socioSec {
    max-width: 700px;
    margin: auto;
}

.upcoming-holder .owl-theme .owl-controls .owl-nav [class*=owl-] {
    border-radius: unset;
}

.event-holder .eventBox {
    height: 170px;
    overflow: hidden;
}

.event-holder .inn-news p {
    height: 44px;
    overflow: hidden;
}

.event-holder .inn-news p:nth-of-type(2) {
    display: none;
}

.eventers-holder .owl-theme .owl-controls .owl-nav [class*=owl-] {
    border-radius: unset;
}


/*footer.timeline-Footer.u-cf {
    display: none;
}*/

.mecTwiteFeed iframe {
    box-shadow: 1px 1px 10px 5px #17174269;
}

.take-holder .btn-area .active {
    background-color: #fef200 !important;
    color: #2e2e2e !important;
}

.innerpage .newsSidebar {
    padding: 10px 15px;
    background-color: #fff;
}

.innerpage .newsSidebar h4 {
    font-weight: 500;
    font-size: 21px;
    margin: 15px 0;
    color: #181743;
}

.newsSidebar h5 a {
    font-size: 15px;
    text-decoration: none;
    color: #2f3658;
}

.newsSidebar h6 {
    font-size: 13px;
    margin-bottom: 5px;
    color: #e42d2d;
}

.newsSidebar .fImg {
    float: left;
    max-width: 80px;
    margin-right: 15px;
}

.newsSidebar .item {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-top: -10px !important;
}

.UpcomingSec h2 {
    padding: 20px 0px;
    font-size: 27px;
    color: #2e4c83;
}

.UpcomingSec h6 {
    font-size: 15px;
    padding: 7px 10px;
    font-weight: 300;
    color: #464444;
}
.UpcomingSec h6:hover{    background-color: rgba(0,0,0,.075);}

.UpcomingSec h6 span {
    font-weight: 400;
}

.UpcomingSec h6 a {
    color: #464444;
    text-decoration: none;
}

.UpcomingSec h6 .organize {
    color: #cc6f0d;
}

.UpcomingSec .item {
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
}

.labSec h5 {
    font-weight: 800 !important;
}

.professionalSec .tabins-con {
    height: 345px !important;
    margin-bottom: 30px;
}

.blinking {
    animation: blinkingText 2s infinite;
    font-weight: 600;
    font-size: 17px;
}

@keyframes blinkingText {
    0% {
        color: #24d40f;
    }
    49% {
        color: #FF5722;
    }
    50% {
        color: #FF5722;
    }
    99% {
        color: #24d40f;
    }
    100% {
        color: #000;
    }
}

.recruiters .tab {
    background-color: #eee;
}

.iqac .tab {
    background-color: #ffffff;
}

.page-template-placement footer .take-holder-bot {
    display: none;
}


/* Preloader */

.loader-icon {
    background: #fbfbfb;
    /*background: rgb(255, 255, 255) none repeat scroll 0 0;*/
    background-size: cover;
    bottom: 0;
    height: 100%;
    position: fixed;
    text-align: center;
    width: 101%;
    z-index: 999999999;
}

.loader-icon img {
    /* width: auto;*/
    height: auto;
    max-width: 700px;
}

.su-tabs-nav span:nth-child(1) {
    border-top-left-radius: 5px !important;
}

.su-tabs-nav span:last-child {
    border-top-right-radius: 5px !important;
}
.upcoming-contents h5 a{color: #212122; text-decoration: unset;}
.UpcomingDetails .item{border-bottom: unset;}









/*  Naveen Custom Style Start here */

.box_view {
    background: #f6f6f6;
    display: flex;
    margin: 20px 0;
    border: 1px solid #d0d0d7;
    border-radius: 2px;
    box-shadow: -3px 0px 7px #bcb9b9;
}

.box-content {
    float: right;
    width: 80%;
}

.box-logo {
    margin-right: 20px;
    background: #fff;
    padding: 10px 35px;
    float: left;
    width: 20%;
}

.box-content p {
    padding: 10px 0;
}

.box-logo img {
    padding-top: 5px;
    width: 125px;
    height: 125px;
    margin: 0 auto;
    display: table;
}

.mes-glance-aboutus {
    margin: 3em 2em 1em;
}

.mes-about-text:after {
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. / / This will center the border. */
    width: 70%;
    /* Change this to whatever width you want. */
    border-bottom: 5px solid #FFD861;
    /* This creates the border. Replace black with whatever color you want. */
}

.mes-about-text h2 {
    color: #31339C;
    font-size: 27px;
    font-family: 'Poppins';
    margin-bottom: 5px;
    font-weight: 700;
}

.about-us-para p {
    margin-bottom: 1.5em;
    text-align: justify;
}

.mec-glance-feature {
    width: 100%;
    background-image: url("img/banner/banner.png");
    height: 350px;
}

.mes-feat-list {
    margin: 1em 0.5em;
    padding: 0;
}

.mes-text h2 {
    color: #31339C;
    font-size: 28px;
    font-family: 'Poppins';
    font-weight: 800;
}

.mes-text:after {
    content: "";
    /* This is necessary for the pseudo element to work. */
    display: block;
    /* This will put the pseudo element on its own line. / / This will center the border. */
    width: 40%;
    /* Change this to whatever width you want. */
    border-bottom: 5px solid #FFD861;
    /* This creates the border. Replace black with whatever color you want. */
}

.about-us-list {
    padding: 1em 1em;
}

.about-us-list li {
    line-height: 30px;
    list-style-type: none;
    position: relative;
    padding-bottom: 5px;
    font-size: 16px;
}

.about-us-list li:before {
    content: "";
    background: #edbc26;
    width: 8px;
    height: 15px;
    position: absolute;
    top: 7px;
    margin-left: -18px;
}

.mes-text h2 span {
    display: block;
}

.mes-feat-list li:before {
    content: "";
    background: yellow;
    width: 10px;
    height: 20px;
    position: absolute;
    top: 12px;
    margin-left: -18px;
}

.mes-feat-list li {
    list-style-type: none;
    color: #fff;
    border-bottom: 1px solid #738000;
    width: 100%;
    text-align: left;
    position: relative;
    padding-left: 25px;
    line-height: 45px;
}

.mes-about-feat h2 {
    color: #fff;
    font-size: 35px;
    font-family: 'Poppins';
    padding: 0 0em 0 0.5em;
    font-weight: 700;
    border-left: 5px solid yellow;
}

.mes-about-feat:before {
    content: "";
    width: 100%;
    display: block;
    height: 50%;
    border-left: 3px solid #DBF500;
    position: absolute;
}

.mes-about-feat span {
    font-family: 'Poppins';
    display: block;
}

.mes-about-feat span i {
    color: yellow;
    font-style: normal;
}


/*  Naveen Custom Style End here */


/* Custom Css */

.innerpage {
    padding: 30px 0px;
}

.innerpage h4 {
    color: #181743;
    font-weight: 500;
    font-size: 35px;
    margin-bottom: 20px;
}


/* .innerpage footer, .single footer {
    border-top: 50px solid #181743;
} */

.innerimage-con {
    padding: 15px 15px 10px 10px;
}

.innerimage {
    border: 1px solid #ccc;
    padding: 5px;
    height: 100%;
}


/* div#post-251 .wptheme-content {
    background-color: #e0d8d8;
} */

header .mainmenu li .sub-menu a:hover::before {
    content: "\2192";
    left: -20px;
    width: 20px;
    margin-right: 10px;
    vertical-align: unset;
    color: #ff1949;
    line-height: inherit;
    font-weight: 800;
    -webkit-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}

header .mainmenu li li.current-menu-item a::before {
    content: "\2192";
    left: -20px;
    width: 20px;
    margin-right: 10px;
    vertical-align: unset;
    color: #ff1949;
    line-height: inherit;
    font-weight: 800;
    -webkit-transition: left .2s ease-in-out;
    -moz-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
}


/* My Custom Style sheet Start */

.view-more-btn .Btn {
    position: relative;
}

.view-more-btn .Btn:after {
    content: "";
    position: absolute;
    color: #eee;
    background-color: #6c757d;
    bottom: 15px;
    width: 250px;
    height: 1px;
    margin-left: 40px;
}

.tabcontent1-inner .Btn {
    padding: 8px 22px;
    border-radius: 0px;
}

.view-more-btn .Btn:before {
    content: "";
    position: absolute;
    color: #eee;
    background-color: #6c757d;
    bottom: 15px;
    width: 250px;
    height: 1px;
    margin-right: 130px;
    right: 10px;
}

span.breadcrumb_last {
    color: #e0d052;
}

.inner-title .fa {
    left: 15px;
    position: absolute;
    top: 25%;
    color: #000;
    background-color: #f6f6f6;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 40px;
}

.counter-valuein span {
    font-size: 20px;
    font-size: 32px;
    margin-top: -12px;
    font-weight: 500;
}


/* My Custom Style sheet end 
.tablinks1.active .inner-title h5 {
    font-size: 24px;
}*/

.tablinks1.active .carousel-item {
    height: 100%;
    top: 0%;
    padding: 20px 0px;
    -webkit-transform: skewY(10deg);
    -moz-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform: skewY(10deg);
    transform: skewY(10deg);
    padding-bottom: 0;
    /* overflow: hidden;
	border-radius: 10px; */
    transform-origin: right;
}

.tablinks1.active {
    outline: none;
}


/* .tablinks1.active .carousel-item img {
    -webkit-transform: skewY(10deg);
    -moz-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform: skewY(10deg);
    margin-top: -61px;
    transform: skewY(10deg);
} */

.tablinks1.active .carousel-item img {
    margin-top: 0px;
}


/*RESPONSIVE*/


/* @media (min-width:1400px) {
      .container {
        width: 1400px;
		max-width: 1400px;
    }

} */


/* @media (min-width:1300px) and (max-width:1390px) {
    .container {
        width: 1250px;
    }
} */


/*@media (min-width: 1200px){
.container {
    max-width: 1240px;
}
}*/


/*@media (min-width:1100px) and (max-width:1180px) {
    .container {
        width: 1050px;
    }
}
@media (min-width:900px) and (max-width:991px) {
    .container {
        width: 880px;
    }
} */

@media screen and (max-width: 1920px) {
    header .header-bottom .owl-dots {
        bottom: 38%;
        left: 21%;
        display: none;
    }
    .about-desk {
        display: block;
    }
    /* table#tablepress-16 td {
		font-size: 15px;
		font-weight: 600;
	} */
    .owl-carousel-mou .owl-nav {
        margin: -70px 0px 0px 0px;
        position: relative;
        right: 670px;
        top: 60px;
        
    }
    .owl-carousel-place .owl-nav {
        margin: -45px 0px 0px 0px;
        position: relative;
        right: 666px;
    }
    .about-holder.inner .tabcontent {
        background-image: linear-gradient(to top, rgba(234, 247, 255, 0), rgba(234, 247, 255, 1));
        padding: 10px 30px;
        border-radius: 5px;
        box-shadow: 0px -1px 2px #ccc;
        width: 100%;
        overflow-x: auto;
    }
    .inn-img.place img {
        width: 80px !important;
        margin: auto;
        height: 80px;
        border: 1px solid #71718c;
    }
    .innerpage ul li {
        color: #212528;
        font-family: inherit;
        font-size: 15px;
        line-height: 24px;
        list-style-image: url(./img/list_icon_sidebar.png);
        padding: 8px 0;
        text-align: justify;
    }
    .single.innerpage h5 {
        color: #244780;
        font-weight: 600;
        font-size: 20px;
        text-transform: capitalize;
        margin: 30px 0px 10px 0px;
    }
    .holder.inner h5 {
        color: #244780;
        font-weight: 600;
        font-size: 20px;
        text-transform: capitalize;
        margin: 10px 0px 10px 0px;
    }
    .holder.inner p {
        line-height: 28px;
    }
    .single p {
        line-height: 28px;
    }
    blockquote {
        line-height: 24px;
        margin: 0px 0 1.5rem;
        padding: 21px 32px;
        border-left: 6px solid #e5bf1c;
        color: #020202;
        background-color: #f2f2f2;
        font-weight: 400;
        border-left-color: #1b2840 !important;
    }
    p#breadcrumbs {
        margin: 0px;
        color: #fff;
        padding: 20px 0px;
    }
    .about-holder.inner.placements .tablinks .menu-icon-img {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 0px 10px 0px 0px;
    }
    .about-holder.inner.placements .tablinks.active .menu-icon-img {
        width: 32px;
        height: 32px;
    }
    .about-holder.inner.placements .tab button {
        padding: 15px 20px;
    }
    .about-holder.inner.placements .tab button.active {
        padding: 15px 20px;
    }
    .about-holder.inner.placements img.content-img {
        width: 32px;
        height: 32px;
        margin: 0px 10px 0px 0px;
    }
    .about-holder.inner.placements .tablinks.active .menu-icon-img-act {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 0px 10px 0px 0px;
    }
    .about-holder.inner .tablinks .menu-icon-img {
        display: inline-block;
        width: 42px;
        height: 42px;
        margin: 0px 10px 0px 0px;
    }
    .about-holder.inner .tablinks.active .menu-icon-img-act {
        display: inline-block;
        width: 42px;
        height: 42px;
        margin: 0px 10px 0px 0px;
    }
    .inner-holder .testimonial-holder {
        margin-top: 0px;
    }
}

@media screen and (max-width: 1600px) {
    header .header-bottom .owl-dots {
        bottom: 32%;
        left: 15%;
    }
    .owl-carousel-place .owl-nav {
        margin: -45px 0px 0px 0px;
        position: relative;
        right: 596px;
    }
    .owl-carousel-mou .owl-nav {
        margin: -70px 0px 0px 0px;
        position: relative;
        right: 570px;
        top: 50px;
    }
}

@media screen and (max-width: 1440px) {
    header .header-bottom .owl-dots {
        bottom: 26%;
        left: 12%;
    }
    .owl-carousel-mou .owl-nav {
        right: 515px;
        top: 50px;
    }
    .owl-carousel-place .owl-nav {
        right: 340px;
    }
}

@media screen and (max-width: 1366px) {
    header .header-bottom .owl-dots {
        bottom: 25%;
        left: 9%;
    }
    .holder .why-holder .why-contents {
        padding: 60px 40px 40px 130px;
    }
    .owl-carousel-mou .owl-nav {
        right: 485px;
        top: 45px;
    }
    .owl-carousel-place .owl-nav {
        right: 530px;
    }
}

@media screen and (max-width: 1365px) {
    header .mainmenu .nav-item {
        padding-right: 5px;
    }
    header .menu-wrap .phone {
        padding-top: 18px;
    }
    header .menu-wrap .phone a {
        font-size: 16px;
    }
    header .header-bottom .carousel-content .banner-contents h3 {
        font-size: 35px;
    }
    header .header-bottom .carousel-content .banner-contents p {
        font-size: 18px;
    }
    header .header-bottom .carousel-content .banner-contents a.btn.banner-btn {
        font-size: 14px;
        padding: 10px 30px;
    }
    header .header-bottom .owl-dots {
        bottom: 16%;
        left: 5%;
    }
    .header-top-right ul li a {
        font-size: 12px;
    }
    .right-links {
        max-width: 670px;
        width: 670px;
        min-height: 300px;
        position: relative;
        left: -120px;
        bottom: 107px;
    }
    .right-links img {
        width: 430px;
        position: absolute;
        left: 120px;
        top: 60px;
    }
    .about-holder .tab button {
        font-size: 14px;
    }
    /* .inner-title h5{
		font-size: 16px;
	} */
    .date-in-tag h6 a {
        font-size: 11px;
    }
    .counter-in h6 {
        font-size: 14px;
    }
}

@media screen and (min-width:1200px) and (max-width: 1280px) {
    header .header-bottom .owl-dots {
        bottom: 26%;
        left: 7%;
    }
}

@media screen and (max-width: 1280px) {
    .header-top-right ul li {
        padding: 5px 15px;
    }
	.list-inline.d-flex{
		margin:0;
	}
    header .mainmenu .nav-item {
        padding-right: 5px;
    }
    /*	header .mainmenu .nav-item a.nav-link {
		font-size: 12px;
	}*/
    .about-holder.inner .tabcontent {
        padding: 10px 25px;
    }
    .about-holder .tabcontent p {
        font-size: 14px;
    }
    .upcoming-in h3 {
        font-size: 25px;
    }
    /*	.testimo-content {
		width: 60%;
	}*/
    .head-top-in a {
        font-size: 14px;
    }
    .date-in h5 {
        font-size: 30px;
    }
    .date-in-tag h6 {
        font-size: 11px;
    }
    .in-upcoming p {
        font-size: 10px;
    }
    .inn-news h4 a {
        font-size: 17px;
    }
    .inn-news p {
        font-size: 13px;
    }
    .inn-news h6 {
        font-size: 12px;
    }
    .counter-value {
        font-size: 30px;
    }
    .right-links img {
        width: 380px !important;
        position: absolute;
        right: 190px;
        top: 110px;
    }
    .owl-carousel-mou .owl-nav {
        right: 455px;
        top: 35px;
    }
    .owl-carousel-place .owl-nav {
        right: 300px;
    }
    .img-animate .textbox h2 {
        font-size: 20px;
        padding-bottom: 10px;
    }
    .img-animate .textbox p {
        font-size: 15px;
    }
}

@media screen and (max-width: 1279px) {
    .owl-carousel-mou .owl-nav {
        right: 375px;
        top: 50px;
    }
    .owl-carousel-place .owl-nav {
        right: 510px;
    }
    div#programme-in h4 {
        font-size: 17px !important;
    }
    .industry-area h3 {
        color: #eaff37;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 22px;
    }
    .inner-title {
        padding: 0px 10px;
    }
    .inner-title h5 {
        font-size: 16px;
    }
    .inner-title-arena p {
        font-size: 12px;
    }
    blockquote {
        margin: 10px 0;
        padding: 10px 20px;
    }
    p#breadcrumbs {
        padding: 10px 0px;
    }
    ul li {
        font-size: 12px;
    }
    table#tablepress-16 td {
        font-size: 12px;
    }
    .progratop-in {
        height: 280px !important;
    }
    .client-holder.infra-inner ul {
        width: 65% !important;
    }
    .my-logo {
        margin: 10px 0px !important;
    }
    .about-holder.inner h2 {
        font-size: 18px !important;
    }
}

@media screen and (max-width: 1023px) {
    header .mainmenu .nav-item {
        padding-right: 0px;
    }
    /*	header .mainmenu .nav-item a.nav-link {
		font-size: 9px;
	}*/
    header .menu-wrap .phone {
        padding-top: 14px;
    }
    header .menu-wrap .phone a {
        font-size: 12px;
    }
    header .menu-wrap .phone a i {
        padding-right: 3px;
        font-size: 10px;
    }
    header .header-bottom .carousel-content {
        top: 15%;
    }
    header .header-bottom .owl-dots {
        bottom: 10%;
    }
    .about-holder.inner.programme h2 {
        font-size: 17px !important;
    }
    .about-holder .tab button {
        padding: 10px 5px;
        font-size: 10px;
    }
    .about-holder .tabcontent p {
        font-size: 12px;
    }
    .about-holder.inner .tablinks .menu-icon-img {
        display: inline-block;
        width: 32px;
        height: 32px;
    }
    .about-holder.inner .tablinks.active .menu-icon-img-act {
        width: 32px;
        height: 32px;
    }
    .inn-img-hod img.menu-icon-img {
        width: 70px !important;
        height: 70px !important;
    }
    .more-arena.place {
        width: 70px !important;
        height: 70px !important;
        position: relative;
        right: 30px;
    }
    .more-arena.place img.menu-icon-img {
        width: 60px !important;
        height: 60px !important;
    }
    .inn-testimonial-right.hod {
        padding: 10px 5px !important;
    }
    .inn-testimonial-hod {
        padding: 10px 0px 0px 10px !important;
    }
    .inn-testimonial-hod p {
        font-size: 10px !important;
    }
    .inn-img.place img {
        width: 50px !important;
        height: 50px !important;
    }
    .inn-testimonial-hod h6 {
        font-size: 10px !important;
    }
    .upcoming-in h3 {
        font-size: 20px;
    }
    .right-links img {
        width: 295px;
    }
    .inn-img img {
        width: 95px !important;
        height: 95px;
    }
    .take-content-in h1 {
        font-size: 25px;
    }
    .take-content-in a.btn.btn-info {
        margin: 10px 10px;
    }
    .holder .overview-holder .overview-contents p {
        font-size: 14px;
    }
    .holder .overview-holder .overview-contents a.btn.overview-btn {
        font-size: 14px;
        padding: 10px 30px;
    }
    .holder .overview-holder .overview-contents h6 {
        font-size: 16px;
    }
    .about-holder .tabcontent a.btn.btn-outline-secondary {
        font-size: 12px;
    }
    footer .copyrights p {
        font-size: 12px;
    }
    footer .foot-list ul li {
        padding-bottom: 5px;
    }
    footer .foot-list ul li a {
        font-size: 10px;
    }
    .about-holder.inner .tab-tabs-area h2 {
        font-size: 20px;
    }
    .about-holder.inner h2 {
        font-size: 20px;
    }
    .about-holder.inner .tab-tabs-area li a {
        font-size: 11px;
    }
    .event-holder-top.inner h2 {
        font-size: 20px;
    }
    .industry-area h4 {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 300;
    }
    .industry-area h3 {
        color: #eaff37;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
    }
    .owl-carousel-mou .owl-nav {
        right: 290px;
    }
    .owl-carousel-place .owl-nav {
        right: 402px;
    }
    p#breadcrumbs {
        padding: 10px 0px;
    }
    .slide-left-icon {
        width: auto !important;
        height: auto !important;
    }
    div#hover-tabs i.fa {
        margin: 0px 0px 0px 0px !important;
    }
    .progratop-in {
        height: 200px !important;
    }
    .enquiry-content h3 {
        font-size: 18px !important;
        padding: 10px !important;
    }
    .client-holder.infra-inner ul {
        width: 90% !important;
    }
    .img-animate .textbox h2 {
        font-size: 14px;
    }
    .img-animate .textbox p {
        font-size: 12px;
    }
    .about-holder.inner.place-record .tech-arena h2 {
        font-size: 12px !important;
    }
    .about-holder.inner.place-record .tech-arena h6 {
        font-size: 15px !important;
    }
    .about-holder.inner.place-record .tech-arena-top.img-animate img {
        height: 100px !important;
    }
    /* Admission Extra New Css */
    .about-holder.inner.placements.admis.sion.recruiters .tabcontent h5 {
        font-size: 14px !important;
    }
	
	 .about-holder.inner.placements.admis.sion.iqac .tabcontent h5 {
        font-size: 14px !important;
    }
    .su-spoiler-title {
        font-size: 13px !important;
    }
    .su-spoiler-content {
        font-size: 10px !important;
    }
    .about-holder.inner .tab-tabs-area h2 {
        font-size: 15px !important;
    }
}

@media screen and (max-width: 990px) {
    .industry-area h4 {
        color: #fff;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 300;
    }
    .industry-area h3 {
        color: #eaff37;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
    }
}

@media screen and (max-width: 767px) {
    .tab-tabs-area.mobsec h2 {
        font-size: 24px;
    }
	.holder .overview-holder {
  padding: 0px 0px 0px 0px !important;
}
    .img-animate .textbox h2 {
        font-size: 13px;
    }
    .img-animate .textbox p {
        font-size: 10px;
    }
    .su-spoiler ul {
        padding: 10px;
    }
    .slide {
        display: none !important;
    }
    .progratop-in {
        display: none;
    }
    .programmetop .programmetoper h2 {
        width: 100% !important;
    }
    .prog-arena-img.left {
        margin: 10px 0px 0px 0px !important;
    }
    .toggle {
        width: 100% !important;
        margin: 5px 0px !important;
        box-shadow: 1px 0px 4px 0px black !important;
    }
    .slide-right-cname {
        margin: 0px 0px 0px 20px !important;
    }
    div#hover-tabs {
        padding: 20px 0px !important;
    }
    div#hover-tabs i.fa {
        margin: 0px 0px 0px 20px !important;
    }
    .slide-right-cname p {
        line-height: 20px !important;
    }
    .mainmenu {
        float: none;
    }
    .about-desk {
        display: none;
    }
    /*	header .header-logo {
	    text-align: center;
	}*/
    .header-arena-title h1 {
        font-size: 17px;
    }
    header .header-bottom {
        position: relative;
        overflow: hidden;
        height: auto !important;
    }
/*     header .header-bottom img {
		height: 250px;
    } */
	.header-arena-title{    top: 45%;}
    .accordion-mobsec a.btn.btn-outline-secondary {
        margin: 20px 20px;
    }
    .content p {
        text-align: justify;
        color: #222163 !important;
    }
    .owl-carousel-upcoming .date-top {
        bottom: 20px;
        width: 40%;
        margin: 0 auto;
    }
    /* header .header-bottom .carousel-content .banner-contents h3 {
		font-size: 15px;
		text-align: center;
		margin: 0px 0px 5px;
	}
	header .header-bottom .carousel-content .banner-contents p {
		font-size: 12px;
		margin-top: 0px;
	} */
    /* header .header-bottom .carousel-content .banner-contents a.btn.banner-btn {
		font-size: 13px;
		margin-top: 5px;
		padding: 0px 15px;
		border: 1px solid #fff;
	} */
    .carousel-inner {
       /* border-radius: 0px;*/
        padding: 0px;
    }
    .carousel{border-top: unset !important;}
    header .header-logo img {
        display: inline-block;
        max-width: 400px;
        width: 100%;
    }
    .icon-bar {
        background-color: #000;
    }
    header .header-top .header-badge {
        text-align: center;
    }
    header .menu-wrap .phone {
        padding: 0px 0px 20px;
        text-align: center;
    }
    header .menu-wrap .phone a {
        font-size: 16px;
    }
    header .menu-wrap .phone a i {
        padding-right: 10px;
        font-size: 15px;
    }
    header .header-bottom .carousel-content {
        top: 13%;
    }
    header .header-bottom .carousel-content .banner-contents {
        padding: 10px;
        width: auto;
        margin: auto;
        text-align: center;
    }
    header .header-bottom .carousel-content .banner-contents p {
        font-size: 16px;
    }
    header .header-bottom .carousel-content .banner-contents a.btn.banner-btn {
        font-size: 14px;
        padding: 5px 20px;
    }
    header .header-bottom .owl-dots {
        bottom: 0;
        right: 0;
        left: 0;
    }
    .heading h3 {
        font-size: 25px;
    }
    .gallery-holder {
        padding: 30px 0px;
        margin-top: 40px;
    }
    .home .main-inn {
        display: none;
    }
    .main-inn {
        padding: 10px;
    }
    .about-holder.inner .tab-tabs-area {
        display: none;
    }
    .tab-tabs-area li a {
        color: #39475f;
        text-decoration: none;
    }
    .tab-tabs-area.mobsec {
        display: block !important;
        padding: 20px 0px;
    }
    .tab-tabs-area li {
        color: #39475f;
        margin-bottom: 5px;
        text-align: left !important;
        background-image: linear-gradient(to left, rgba(234, 247, 255, 0), rgba(234, 247, 255, 1));
        padding: 0px 10px;
    }
    .sidebar-left.float-right {
        display: none;
    }
    .accordion-mobsec {
        display: block !important;
        width: 100%;
        padding: 10px;
    }
    .right-links {
        bottom: 0px;
        top: 0px;
    }
    .right-links img {
        right: 0px;
        top: 50px;
    }
    .tabcontent1-inner {
        padding: 0;
        margin: 0;
    }
    div#post-251 .wptheme-content {
        overflow-x: scroll;
    }
    .tabin-con {
        padding: 20px 0px;
    }
    .inner-title h5 {
        padding: 10px;
        text-align: center;
        color: #000;
        border: none;
    }
    .inn-news h4 {
        font-size: 18px;
    }
    .inn-news p {
        font-size: 14px;
    }
    .in-upcoming-right {
        margin: 20px 0px;
    }
    .inn-testimonial h4 {
        font-size: 16px;
        margin: 20px 0px;
    }
    .inn-testimonial {
        text-align: center;
    }
    .in-upcoming .col-md-7 {
        padding-left: 15px;
    }
    .in-upcoming .col-md-5 {
        padding-right: 15px;
    }
    .take-content-in a.btn.btn-info {
        margin: 10px 20px;
    }
    .address-footer p {
        font-size: 13px;
    }
    /*	.address-footer a {
		font-size: 10px;
	}*/
    .address-footer h4 {
        font-size: 15px;
    }
    .upcoming-holder .owl-controls {
        top: 0;
        right: 0px;
    }
    .gallery-in .carousel-item img {
        display: none;
    }
    .icon-area {
        display: none;
    }
    .gallery-wrap button {
        border: none;
        width: 100%;
    }
    .gallery-in .inner-title {
        width: 100%;
        position: relative;
        max-width: 100%;
        bottom: 0px;
        padding: 0px;
        border: none;
    }
    .inner-title-arena p {
        width: 100%;
        text-align: center;
    }
    .tabcontent1-inner {
        padding: 0px 10px;
        margin: 10px;
        position: relative;
        top: -80px;
    }
    .view-more-btn .Btn:before,
    .view-more-btn .Btn:after {
        display: none;
    }
    .tablinks1.active {
        position: relative;
        top: 0px;
    }
    .industry-area {
        text-align: center !important;
    }
/*    .more-arena {
        margin: 50px 0px 0px 0px !important;
    }*/

.mouSec .more-arena{max-width: 100px;
    margin: auto;}

.mouSec .owl-carousel-mou .owl-nav {
    display: none;
}

    .industry-area h4 {
        font-size: 22px;
    }
    .industry-area h3 {
        font-size: 22px;
    }
    .inn-img.place img {
        width: 100px !important;
        height: 100px !important;
    }
    .owl-carousel-place .owl-nav {
        display: none;
    }
    .more-arena.place {
        width: auto !important;
        height: 70px !important;
        right: 0px;
        margin: 0px 0px 30px 0px !important;
    }
    .tablinks1.active .carousel-item {
        transform: unset !important;
        padding: 0px;
    }
    .tablinks1.active .carousel-inner {
        transform: unset !important;
        padding: 0px;
    }
    .inner-title {
        transform: unset !important;
    }
    .counter-in {
        padding: 30px 0px;
        text-align: center;
    }
    .counter-valuein {
        display: block;
        text-align: center;
    }
    .counter-valuein .fa {
        margin-bottom: 15px;
    }
    .counter-in h6 {
        padding-left: 0;
    }
    /* .inner-title h5 {
		color: #222;
		text-align: center;
		border: 1px solid;
		font-size: 15px;
	} */
    footer .foot-list ul li a {
        font-size: 14px;
    }
    footer .copyrights p {
        font-size: 14px;
    }
    .innerpage h4 {
        font-size: 22px;
    }
    .innerpage p {
        font-size: 14px;
        text-align: justify;
    }
    .socia-holder-icons img {
        width: 60px;
        margin: 10px;
    }
    .tablinks1.active .inner-title-arena {
        transform: skewY(0deg);
        background-color: #112461;
    }
    .tablinks1.active .inner-title-arena h5 {
        color: #fff;
        border: none;
    }
    .tablinks1.active .inner-title-arena p {
        color: #fff;
    }
    .tablinks1 .inner-title-arena {
        transform: skewY(0deg);
    }
    .tablinks1.active .inner-title {
        padding: 0px 0px 0px 0px;
        top: 0px;
    }
    .tablinks1.active .carousel-inner {
        padding: 0px 0px 0px 0px !important;
    }
    ul li {
        font-size: 14px;
        line-height: 23px;
    }
    .single.innerpage h5 {
        margin: 25px 0px 10px 0px;
    }
    .left-in1 {
        text-align: center;
    }
    .about-holder.inner .tablinks.active .menu-icon-img-act {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 0px 10px 0px 0px;
    }
    .about-holder.inner .tablinks .menu-icon-img-act {
        display: inline-block;
        width: 32px;
        height: 32px;
        margin: 0px 10px 0px 0px;
    }
    .client-holder.infra-inner ul {
        width: 100% !important;
        display: inline-block !important;
        padding: 10px 10px;
        margin: 0px 0px !important;
    }
    .client-holder.infra-inner ul li a {
        margin: 0px 3px 7px 0px;
    }
    .img-animate {
        margin: 20px 0px;
        text-align: center;
    }
    .about-holder.inner.placements.admis.recruiters .tab button {
        padding: 5px 10px;
        margin: 0px 4px 0px 4px;
    }
    /* Admission Extra New Css */
    .about-holder.inner.placements.admis.sion.recruiters .sidebar-left {
        width: 100%;
    }
	
	 .about-holder.inner.placements.admis.iqac .tab button {
        padding: 5px 10px;
        margin: 0px 4px 0px 4px;
    }
    /* Admission Extra New Css */
    .about-holder.inner.placements.admis.sion.iqac .sidebar-left {
        width: 100%;
    }
	
	
    div#wpcf7-f2818-o1 .form-control {
        font-size: 12px;
    }
    /* Accreditation Css */
    #tablepress-60 img,
    #tablepress-16 img,
    #tablepress-58 img,
    #tablepress-59 img {
        width: 100px !important;
    }





    /* Departmet New Css */
    .peo-area .su-spoiler {
        width: 100% !important;
    }
    .peo-area .su-spoiler-content {
        width: 100% !important;
        position: relative !important;
    }
}

@media screen and (max-width: 767px) {
	header .header-bottom {
    position: relative;
	height: auto !important;	
}
}

@media screen and (max-width: 640px) {
    .client-holder .owl-next {
        left: 0px;
        top: -80px;
    }
/* 	.owl-carousel-upcoming .owl-stage {
		width: 100% !important;
	}
	.owl-carousel-upcoming .owl-item.active {
		width: 100% !important;
	} */
    .client-holder .owl-prev {
        left: 0px;
        top: -80px;
    }
    .overview-holder .owl-theme .owl-controls .owl-nav .owl-prev {
        left: 0px;
        bottom: 65px;
    }
    .overview-holder .owl-theme .owl-controls .owl-nav .owl-next {
        right: 0px;
        top: -104px;
    }
    .overview-holder .item {
        border-right: none;
    }
    .client-holder .item {
        border-right: none;
    }
    /*	.right-links img {
		width: 510px !important;
	}*/
    .socia-holder-icons img {
        width: 45px;
        margin: 10px;
    }
    .inn-testimonial p {
        font-size: 14px;
    }
    .about-holder.inner.place-record .tech-arena-top.img-animate img {
        height: 200px !important;
            max-width: 200px;
    }
	.loader-icon{width: 106%;}	
	
	
	
	
}

@media screen and (max-width: 414px) {
    header .header-bottom .carousel-content {
        top: unset;
		    right: unset;
		    bottom: 5%;
    }
	header .header-bottom .carousel-content .banner-contents{    text-align: left;}
	
    header .header-bottom .carousel-content .banner-contents h3 {
        font-size: 16px;
    }
    header .header-bottom .carousel-content .banner-contents p {
        font-size: 12px;
        margin-bottom: 5px;
    }
    header .header-bottom .carousel-content .banner-contents a.btn.banner-btn {
        font-size: 12px;
        padding: 3px 20px;
    }
    .right-links img {
        width: 320px !important;
    }
    .inner-holder .inner-holder h3 {
        font-size: 26px;
    }
    /* Patent Table Css */
    .threedtable span.threedintable-tab {
        padding: 10px 15px !important;
    }
header .header-bottom img {
    height: auto;
}	
header .header-bottom{height: unset;}	
	
}

header .mainmenu .nav-item a.nav-link:after {
    display: block !important;
    content: '' !important;
    top: 10px;
    position: relative;
    border-bottom: solid 3px #222163 !important;
    transform: scaleX(0) !important;
    transition: transform 250ms ease-in-out !important;
    transform-origin: 100% 50% !important;
}

header .mainmenu .nav-item a {
    position: relative !important;
    text-decoration: none !important;
}

header .mainmenu .nav-item a:hover:after {
    transform: scaleX(1) !important;
    transform-origin: 0 50% !important;
}

.mainmenu .sub-menu li a:hover {
    border: none !important;
    background-color: #fff !important;
}

.mainmenu .sub-menu li a:after {
    border-bottom: none !important;
    background-color: #fff !important;
    content: none !important;
}

header .mainmenu .nav-item a.nav-link:last-child {
    content: none !important;
}

.mainmenu .sub-menu li a:hover:after {
    transform: none !important;
    transform-origin: none !important;
}






/* InnerStyle CSS */

.about-holder.inner .tab button.active {
    border: none;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    padding: 10px 10px;
    text-align: left !important;
    background-color: #2E4C82;
    background-image: unset;
}

.about-holder.inner .tab button {
    color: #39475f;
    margin-bottom: 5px;
    text-align: left !important;
    padding: 10px 10px;
    background-image: linear-gradient(to left, rgba(234, 247, 255, 0), rgba(234, 247, 255, 1));
}

.about-holder.inner .sidebar-left {
    border: none;
}

.event-holder.inner .inn-news h4 a {
    padding: 10px 0 0 0px;
    font-size: 16px;
    text-decoration: none;
    color: #2f3658;
}

.event-holder.inner .events-top h2 {
    color: #2e4c83;
    text-transform: uppercase;
    font-weight: 600;
}

.inn-news.inn-news-right h2 {
    color: #2e4c83;
    font-weight: 600;
    text-transform: uppercase;
    padding: 20px 0px;
}

.event-holder.inner .inn-news p {
    color: #2f3658;
}

.event-holder-top.inner .inn-newser {
    border-left: 3px solid #171641;
    padding: 0px 0px 0px 17px;
}

.event-holder-top.inner .inn-newser h6 {
    padding: 5px 0px;
    margin: 0px;
}

.event-holder-top.inner .inn-newser p {
    padding: 5px 0px;
    color: #2f3658;
}

.event-holder-top.inner .inn-newser h4 {
    margin: 0px;
    color: #2f3658;
}

.event-holder-top.inner .inn-newser h4 a {
    font-size: 16px;
    text-decoration: none;
    color: #2f3658;
}

.about-holder.inner .tab {
    height: auto;
}

.about-holder.inner .sidebar-left-top {
    float: left;
    width: 100%;
}

.about-holder.inner .sidebar-left {
    float: left;
}

.about-holder.inner .tab-tabs-area {
    float: left;
    width: 100%;
    padding: 0px 0px;
}

.about-holder.inner .tab-tabs-area li a {
    color: #39475f;
    text-decoration: none;
}

.about-holder.inner .tab-tabs-area li {
    color: #39475f;
    margin-bottom: 5px;
    text-align: left !important;
    background-image: linear-gradient(to left, rgba(234, 247, 255, 0), rgba(234, 247, 255, 1));
    padding: 0px 10px;
}

.more-arena.place {
    text-align: center;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    padding: 0px 0px;
    border: none;
}

.more-arena.place img.menu-icon-img {
    width: 80px;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    border: 1px solid #71718c;
}

.more-arena.place a {
    text-decoration: none;
}

.testimonial-holder.inner {
    margin-top: 40px;
    padding: 50px 20px;
    background-image: url(img/others/inn-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.testimonial-holder.inner .col-md-1 {
    padding: 0px 0px 0px 0px;
}

img.menus-icon-img {
    opacity: 0.5;
}

.owl-carousel-mou .inn-img img {
    width: 220px !important;
    margin: auto;
    height: 80px;
    border: none;
    border-radius: 0% !important;
    text-align: center;
}

.owl-carousel-mou .inn-testimonial p {
    margin: 20px 0px;
    font-size: 13px;
    text-align: center;
    font-weight: 300;
}

.inn-testimonial.place {
    padding: 15px 0px;
}

.inn-testimonial.place h3 {
    color: #000;
    font-size: 12px;
    text-align: center;
}

.inn-testimonial.place h4 {
    color: #000;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
}

.more-arena {
    text-align: center;
    padding: 10px 0px;
    border: 1px solid #000;
   /* margin-top: 40px;*/
}

.more-arena a p {
    text-align: center;
    color: #fff;
    margin: 10px 0px;
    font-size: 12px;
    font-weight: 600;
}

.more-arena.place a p {
    text-align: center;
    color: #ca1f1f;
    margin: 10px 0px;
    font-size: 12px;
    font-weight: 600;
}

.inn-img-hod img.menu-icon-img {
    width: 100px;
    height: 100px;
    border: 2px solid #71718c;
    border-radius: 50%;
}

.inn-testimonial-hod {
    padding: 10px 10px 0px 20px;
}

.inn-testimonial-right.hod {
    padding: 20px 30px;
    border: 1px solid #cccccc94;
}

.inn-testimonial-hod h6 {
    font-size: 13px;
}

.inn-testimonial-hod p {
    font-size: 13px;
    color: #7e8296;
}

.inn-testimonial-hod h4 {
    color: #2e4c83;
    font-size: 14px;
    font-weight: 800;
}

.industry-area h4 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.industry-area h3 {
    color: #eaff37;
    text-transform: uppercase;
    font-weight: 600;
}

.testimo-content.testitse {
    padding: 0px;
}

.testimo-content.testitse {
    width: auto;
}

.owl-carousel-vertical {
    max-width: 320px;
}

.industry-area {
    text-align: right;
}

.testimonial-holder.inner.place {
    background: unset;
}

.testimonial-holder.inner.place .industry-area h4 {
    color: #2e4c83;
    text-transform: uppercase;
    font-weight: 800;
}

.owl-carousel-place .owl-nav .owl-prev {
    background: #fff !important;
    border: 1px solid #ccc;
}

.owl-carousel-place .owl-nav .owl-next {
    background: #fff !important;
    border: 1px solid #ccc;
}

.owl-carousel-mou .owl-nav .owl-prev {
    background: #d6d6d685 !important;
}

.owl-carousel-mou .owl-nav .owl-next {
    background: #d6d6d685 !important;
}

.owl-carousel-place .owl-nav .owl-prev .fa {
    color: #7f7f7f;
    font-size: 26px;
}

.owl-carousel-place .owl-nav .owl-next .fa {
    color: #7f7f7f;
    font-size: 26px;
}

.owl-carousel-mou .owl-nav .owl-prev {
    background-color: rgba(255, 255, 255);
}

.owl-carousel-mou .owl-nav .owl-next {
    background-color: rgba(255, 255, 255);
}

.about-holder.inner .tablinks.active .menu-icon-img {
    display: none;
}

.about-holder.inner .tablinks .menu-icon-img-act {
    display: none;
}

img.menu-icon-img-act {
    margin: 0px 0px 0px 0px;
}

.inn-testimonial-right {
    display: flex;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px 10px;
}

.inn-testimonial-right h4 {
    color: #2e4c83;
}

p#breadcrumbs a {
    color: #fff;
}

.owl-carousel-mou .owl-item {
    padding: 15px 10px;
}

.owl-carousel-mou .owl-item:not(.active)+.owl-item.active {
  /*  background: #0410408a;
    padding: 15px 10px;*/
}

.carousel {
    position: relative;
    overflow: hidden;
    border-top: 1px solid #6c757d;
    border-radius: 10px;
}

.tablinks1.active .carousel-inner {
    height: 100%;
    top: 0%;
    padding: 20px 0px;
    -webkit-transform: skewY(10deg);
    -moz-transform: skewY(10deg);
    -ms-transform: skewY(10deg);
    -o-transform: skewY(10deg);
    transform: skewY(10deg);
    transform: skewY(10deg);
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 10px;
    transform-origin: right;
}

.tablinks1.active .carousel-item img {
    position: relative;
    top: 120px;
    -webkit-transform: skewY(-20deg);
    -moz-transform: skewY(-20deg);
    -ms-transform: skewY(-20deg);
    -o-transform: skewY(-20deg);
    transform: skewY(-20deg);
}

.about-holder.inner .tabcontent h3 {
    text-transform: uppercase;
}

.about-holder.inner h2 {
    color: #2e4c83;
    font-weight: 600;
    text-transform: uppercase;
}

.accordion-container {
    position: relative;
    /* max-width: 500px; */
    height: auto;
    margin: 10px auto;
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px 10px;
    background-image: linear-gradient(to left, rgba(234, 247, 255, 0), rgba(234, 247, 255, 1));
    margin: 20px 0px 30px 0px;
    line-height: 42px;
}

.set>a {
    /*font-family: Roboto Slab;*/
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    width: 100%;
    display: inline-block;
    line-height: 100%;
    color: #222163;
    text-decoration: none;
}

.set>a i {
    float: left;
    margin-top: 2px;
    background-color: #222163;
    width: 25px;
    padding: 5px;
    height: 25px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}


/* .set > a.active{
  background-color:#3399cc;
  color: #fff;
} */

.content {
    background-color: transparent;
    display: none;
    padding: 0px 0px 0px 20px;
}

.content p {
    padding: 0px 15px;
    margin: 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 175%;
    color: #000;
}

.content ul li {
    list-style-type: disc;
}

.content li {
/*    padding: 0px 15px;
    margin: 0;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 175%;
    color: #A4A4A4;*/
}

.accordion-mobsec {
    display: none;
}


/* td {
    border: 1px solid #4c3838cc;
    padding: 5px;
}
.tablepress thead th {
    border: 1px solid #5b59c7 !important;
	
}
.tablepress tbody  td {
    border: 1px solid #5b59c7;
	font-size: 13px;
} */

.tab-tabs-area.mobsec {
    display: none;
}

#tablepress-16 img {
    width: 150px;
    margin: 12px 0px;
    padding: 5px;
    border: none;
    max-width: none;
}

.left-in1 {
    width: 100%;
    height: 275px;
    overflow: hidden;
}

.profiletxt h4 {
    font-size: 16px !important;
    font-weight: 600 !important;
    margin: 1rem 0 0.5em !important;
}

.profiletxt h5 {
    margin: 0 !important;
    font-size: 14px !important;
    color: #474747 !important;
    font-weight: 500 !important;
}

img.pro-img {
    border-radius: 10px;
    height: 100%;
    border: 3px solid #01487c;
    /*border-bottom-right-radius: 60% 50%;*/
    /*border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;*/
}

.single.innerpage h5 {
    color: #244780;
    font-weight: 600;
    font-size: 20px;
    text-transform: capitalize;
}

.about-holder.inner .tabcontent p {
    /*color: #274982;*/
    text-align: left;
}

.about-holder.inner .tabcontent ul li {
    /*color: #274982;*/
    text-align: left;
    padding: 5px 0;
    font-size: 15px;
}

.about-holder.inner h5 {
    text-transform: uppercase;
}

.about-holder.inner .main-content .col-md-6:first-child {
    padding-left: 15px;
}

table#tablepress-16 td {
    border: 1px solid #0e245d42;
}

table#tablepress-16 thead th {
    border: 3px solid #0e245d !important;
}


/* table#tablepress-16 tr:hover td {
    background-color: #255d92;
    font-size: 15px;
    color: #fff;
} */

.card a.archiveReadmore {
    color: #de3262;
    font-weight: bold;
}

.card p {
    color: #274982;
    text-align: left;
    font-size: 14px;
}

.card .card-header {
    border: none;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
    text-align: left !important;
    background-color: #2E4C82;
    background-image: unset;
}

.card .card-header button {
    width: 100%;
    text-decoration: none;
    color: #fff;
    text-align: left;
}

.card .card-header h2 {
    padding: 0px;
}

.card .card-header button i.fa {
    margin: 0px 10px 0px 0px;
}

.tablepress {
    font-size: 15px;
}

.tablepress label {
    font-size: 13px;
}

img.content-img {
    width: 40px;
    height: 40px;
    margin: 0px 10px 0px 0px;
}


/* .about-holder.inner .tabcontent div#tablepress-17_wrapper .dataTables_scrollHeadInner {
    width: 100% !important;
}
div#tablepress-17_wrapper table.tablepress.tablepress-id-17{
    width: 100% !important;
} */

#slides {
    height: 100%;
    width: 100%;
}

#slides1 {
    height: 100%;
    width: 100%;
}

.toggle {
    width: 63%;
    float: right;
    justify-items: center;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 6px 8px -10px black;
    /*  box-shadow: 0px 3px 6px 1px #ccc; */
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    margin: 0px 0px 0px 0px;
    color: white;
    z-index: 1;
}

.toggle:hover {
    background-color: #e2f1eb !important;
}

.toggle1:hover {
    background-color: #e2f1eb !important;
}

.slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toggle a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.slide1 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.toggle1 a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
}

.slide {
    width: 25%;
    height: 100%;
    display: none;
    background: transparent;
    top: 0;
    left: 0;
    position: relative;
}

.slide1 {
    width: 25%;
    height: 100%;
    display: none;
    background: green;
    top: 0;
    left: 0;
    float: right;
    position: relative;
}

.toggle1 {
    width: 63%;
    float: left;
    justify-items: center;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 6px 8px -10px black;
    /*  box-shadow: 0px 3px 6px 1px #ccc; */
    align-items: center;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    margin: 0px 0px 0px 0px;
    color: white;
    z-index: 1;
}

#slide-1 {
    display: block;
}

.toggle:hover~#slide-1 {
    display: none;
}


/*  #toggle-1, #slide-1 {
	 background-color: red;
} */

#toggle-1:hover~#slide-1 {
    display: block;
}

#slide-1:hover {
    display: block;
}


/*  #toggle-2, #slide-2 {
	 background-color: green;
} */

#toggle-2:hover~#slide-2 {
    display: block;
}

#slide-2:hover {
    display: block;
}


/*  #toggle-3, #slide-3 {
	 background-color: blue;
} */

#toggle-3:hover~#slide-3 {
    display: block;
}

#slide-3:hover {
    display: block;
}


/*  #toggle-4, #slide-4 {
	 background-color: orange;
} */

#toggle-4:hover~#slide-4 {
    display: block;
}

#slide-4:hover {
    display: block;
}

#toggle-5:hover~#slide-5 {
    display: block;
}

#slide-5:hover {
    display: block;
}

.seconfraea #slides .slide {
    position: absolute;
    right: 0px;
    left: unset;
}


/* .toggles-6 {
    background: #1b9a9a;
}
.toggles-6:hover #slide-6{
	display: block;
} */

.slide-left-icon {
    width: 73px;
    height: 73px;
    text-align: center;
    border-radius: 50%;
    background-color: #02b190;
}

.slide-right-cname {
    margin: 0px 0px 0px 30px;
    color: #101011;
    /* display: flex; */
    align-items: center;
    justify-items: center;
    padding: 10px 0px;
}

div#hover-tabs {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0px auto;
    padding: 50px 0px;
}


/* .slide-left-icon img {
    margin: 10px auto;
} */

.slide-right-cname h3 {
    margin: 0px 0px 0px 0px;
    font-size: 20px;
    font-weight: 800;
}

.slide-right-cname p {
    font-size: 14px;
    margin: 0px;
    color: #404550;
}

div#hover-tabs i.fa {
    float: right;
    margin: 0px 0px 0px 60px;
    color: #9ca5a1;
}

.seconfraea .toggle {
    float: left;
}

.depart-top {
    position: relative;
}

.depart-top h2 {
    position: relative;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}


/* .depart-top h2:after {
    content: "_____";
    position: absolute;
    left: 50%;
    margin: 10px;
    text-align: center;
    transform: translate(-50%);
} */

.depart-top h2:after {
    content: "";
    width: 70px;
    position: absolute;
    left: 50%;
    height: 0.5em;
    border-top: 4px solid #2e4c83;
    margin: 10px;
    text-align: center;
    bottom: -10px;
    transform: translate(-50%);
}

.depart-top p {
    color: #616879;
    font-size: 14px;
}

.prog-arena {
    /* background-color: #f4f4f4; */
    margin: 10px 0px;
    padding: 10px 10px;
    background-image: linear-gradient(to left, rgba(234, 247, 255, 0), rgb(236 236 236 / 92%));
}

.about-holder.inner.programme h2 {
    text-transform: uppercase;
    font-size: 22px;
}

.programme-bot {
    padding: 50px 0px;
    position: relative;
}

div#programme-in h4 {
    color: #24334e;
    margin: 20px 0px 30px 0px;
    font-size: 18px;
    font-weight: 600;
}

div#programme-in a {
    color: #24334e;
    text-decoration: none;
    display: flex;
    font-size: 14px;
}

.prog-arena i.fa {
    margin: 5px 15px 0px 0px;
    color: #969494;
    font-weight: 300;
}

.programmetop {
    padding: 40px 0px;
    position: relative;
}

.su-tabs {
    background: #29689b none repeat scroll 0 0 !important;
    /* border-radius: 3px;
    margin: 0 0 1.5em;
    padding: 3px; */
}

.su-tabs-nav span.su-tabs-current {
    background: #fff none repeat scroll 0 0;
    color: #333 !important;
    cursor: default;
}

.su-tabs-nav span {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 17px !important;
    line-height: 20px;
    margin-right: 3px;
    min-height: 40px;
    padding: 10px 15px;
    transition: all 0.2s ease 0s;
}

.su-tabs-nav span:hover {
    background: #f5f5f5 none repeat scroll 0 0;
    color: #333 !important;
}


/* b, strong {
    color: #244780;
} */

ol {
    padding: 0px 0px 0px 10px;
}

.su-quote.contact-quote {
    padding: 10px;
}

.su-quote.contact-quote:before {
    background-image: unset;
}

.su-quote.contact-quote:after {
    background-image: unset;
}

.progratop-in {
    width: 27%;
    position: absolute;
    right: 0px;
    top: 80px;
    height: 380px;
    background-color: #2e4c83;
}

.progratop-in.left {
    background-color: #efefef;
    left: 0px;
    top: 60px;
    height: 340px;
}

.prog-arena:hover {
    background-image: linear-gradient(to left, rgba(234, 247, 255, 0), rgb(224 218 218 / 92%));
}

.prog-arena-img.left {
    margin: 70px 0px 0px 0px;
}

/*.programmetop .programmetoper h2 {
    border-bottom: 1px solid #ccc;
    width: 30%;
}*/

.single.innerpage ul li {
    font-size: 15px;
    line-height: 25px;
    padding: 5px 0;
    list-style-image: url(./img/tick.gif);
}

.bit-gallery .bit-gallery-in {
    margin-bottom: 70px !important;
}

.bit-gallery-in {
    position: relative;
    transition: .15s ease-in-out;
    /* box-shadow: 0 8px 15px rgba(0,0,0,.06); */
    box-shadow: -5px 5px 15px rgb(39 30 30 / 83%);
}

.bit-gallery-in h5 {
    position: absolute;
    bottom: -30px;
    padding: 20px 10px;
    left: 0px;
    right: 0px;
    background-color: #fff;
    text-align: center;
    margin: 0px !important;
    transition: .15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .06);
}

.bit-gallery-in img {
    width: 100%;
}

.bit-gallery-in:hover {
    transform: translateY(-10px) scale(1.02);
}

.bit-gallery-in br {
    display: none;
}

.bit-gallery.trans .bit-gallery-in {
    position: relative;
    transition: .15s ease-in-out;
    box-shadow: -5px 5px 15px rgb(39 30 30 / 83%);
    border: 4px solid #ccc;
}

.bit-gallery.trans .bit-gallery-in h5 {
    font-size: 15px;
    position: relative;
    bottom: 0px;
}

.bit-gallery.trans .bit-gallery-in img {
    width: 100%;
    height: 251px;
}

.about-holder.inner.sports button {
    padding: 20px 20px;
    text-transform: uppercase;
    font-size: 16px;
}

.about-holder.inner.sports .tab button.active {
    padding: 20px 20px;
}

.sports button.tablinks:first-child {
    display: none;
}

.tab-tabs-area.sports li {
    width: 100%;
    float: left;
    padding: 0px !important;
}

.tab-tabs-area.sports li a {
    width: 100%;
    float: left;
    text-transform: uppercase;
    padding: 20px 20px;
}

.events-bot .su-expand-link.su-expand-link-more {
    text-align: center !important;
    margin: 20px 0px 50px 0px;
}

.events-bot .su-expand-link.su-expand-link-more a {
    padding: 10px 10px;
    background-color: #3e5a8c;
    color: #fff !important;
}

.events-bot .su-expand-link.su-expand-link-less {
    text-align: center !important;
    margin: 20px 0px 50px 0px;
}

.events-bot .su-expand-link.su-expand-link-less a {
    padding: 10px 10px;
    background-color: #3e5a8c;
    color: #fff !important;
}

div#wpcf7-f2818-o1 textarea.wpcf7-form-control.wpcf7-textarea.form-control {
    height: 40px;
}


/* 10 Columns Start */

.col-xs-1-10,
.col-sm-1-10 {
    position: relative;
    min-height: 1px;
}

.col-xs-1-10 {
    width: 10%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-10 {
        width: 10%;
        float: left;
    }
	#mobile-view {
		display: none;
	}
}

@media (min-width: 992px) {
    .col-md-1-10 {
        width: 10%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-10 {
        width: 10%;
        float: left;
    }
}


/* 10 Columns End*/

.recruiters-holder {
    padding: 50px 0px;
}

.recruiters-holder h2 {
    color: #2e4c83;
    font-weight: 600;
    text-transform: uppercase;
}

.reinn-img {
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px 0px;
    margin: 5px 0px;
}

.tes-content .col-md-1 {
    min-width: 10% !important;
    padding: 0px 5px;
}

.about-desk.placement {
    display: block;
}

.tes-content {
    padding: 30px 0px;
}

.recruiters-holder.mobsec {
    display: none;
}

.about-holder.inner.placements.admis .tab {
    display: flex;
}

.about-holder.inner.placements.admis .tab button {
    background-color: #fff;
    color: #0f2f695c;
    text-transform: uppercase;
    font-weight: 600;
    background-image: unset;
    border-bottom: 1px solid #181f532e;
}

.about-holder.inner.placements.admis .tab button.active {
    background-color: #fff;
    color: #181F53;
    border-bottom: 3px solid #181F53;
}

.about-desk.placement .tab-tabs-area {
    padding: 0px 0px;
}

.about-desk.placement .tab-tabs-area .menu-icon-img-act {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0px 5px 0px 0px;
}

.about-desk.placement .tab-tabs-area li {
    padding: 15px 20px;
}

.su-tabs {
    background-color: #1b2840 !important;
}

.tablepress thead th,
.tablepress tfoot th {
    background-color: #1b2840 !important;
}

.tablepress .even td:hover {
    background-color: #d9d9f2 !important;
}

.tablepress .odd td:hover {
    background-color: #fff !important;
}

.tablepress .odd td {
    background-color: #ececf9 !important;
}

.tablepress tbody td,
.tablepress tfoot th {
    background-color: #fff !important;
}

.su-spoiler-style-default>.su-spoiler-content {
    box-sizing: border-box !important;
    border: 3px solid #1b2840;
}

.su-spoiler-title {
    background-color: #1b2840 !important;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 25px !important;
    min-height: 35px !important;
    padding: 7px 7px 7px 34px;
    position: relative;
    transition: all 0.2s ease 0s;
    font-weight: 500 !important;
}

.su-spoiler-icon {
    left: 7px !important;
    top: 10px !important;
}

.enquiry-holder {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 15px #0000000D;
    border: 0.20000000298023224px solid #707070;
    border-radius: 10px;
    opacity: 1;
}

.enquiry-content h3 {
    padding: 10px 0px;
    background: #181F53 0% 0% no-repeat padding-box;
    border-radius: 10px 10px 0px 0px;
    font: normal normal 600 26px/39px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
}


/* div#wpcf7-f2818-o1 {
    padding: 10px 20px;
} */

div#wpcf7-f2818-o1 label {
    width: 100%;
    text-align: left;
    font: normal normal normal 15px/23px Poppins;
    letter-spacing: 0px;
    opacity: 1;
}

div#wpcf7-f2818-o1 input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date.form-control {
    text-transform: uppercase;
}


/* div#wpcf7-f2818-o1 input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    background: #181F53 0% 0% no-repeat padding-box;
    border-radius: 5px;
    font: normal normal normal 18px/27px Poppins;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 1;
    margin: 15px 0px 0px 0px;
    padding: 10px 0px;
} */

.about-holder.inner.placements.admis .tabcontent {
    background-image: unset;
    border: none;
    box-shadow: unset;
}

.about-holder.inner.placements.student .sidebar-left-top {
    background: #EAF6FE 0% 0% no-repeat padding-box;
    border-right: 0.20000000298023224px solid #707070;
    height: 100%;
    border-radius: 2px;
}

div#tab11,
div#tab12,
div#tab13,
div#tab14,
div#tab15,
div#tab16,
div#tab17 {
    display: none;
}

.about-holder.inner.placements.student {
    box-shadow: unset;
}

.about-holder.inner.placements.student .main-content {
    padding: 20px 10px;
}

.about-holder.inner.placements.student .tab {
    background-image: linear-gradient(to left, rgba(234, 247, 255, 0), rgba(234, 247, 255, 1));
    padding: 20px 0px;
}

.about-holder.inner.placements.student .tab h3 {
    text-align: center;
    font: normal normal bold 24px/35px Poppins;
    letter-spacing: 0px;
    color: #181F53;
    text-transform: uppercase;
    opacity: 1;
    margin: 0px 0px 20px 0px;
}

.about-holder.inner.placements.student button.tablinks:first-child {
    background-color: #2E4C82;
    background-image: unset;
}


/*.about-desk.placement .tablinks:first-child {
    display: none;
}*/

.about-holder.inner .tablinks2 .menu-icon-img {
    width: 32px;
    margin: 0px 10px 0px 0px;
}

.about-holder.inner .tablinks2.active .menu-icon-img {
    display: none;
}

.about-holder.inner .tablinks2.active .menu-icon-img-act {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    width: 32px;
}

.about-holder.inner .tablinks2 .menu-icon-img-act {
    display: none;
}

.about-holder.inner.placements.student .about-desk.placement {
    background: transparent linear-gradient(90deg, #EAF6FE57 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    border: 0.20000000298023224px solid #707070;
    border-radius: 3px;
}

.about-holder.inner.placements.student .tab button img {
    display: none;
}

.owl-carousel-infra .owl-controls {
    position: absolute;
    top: 50%;
    right: 0%;
    left: 0%;
}

.client-holder.infra .item {
    border: none;
    margin-right: 0px;
    position: relative;
}

.client-holder.infra .inn-news-in {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: #00000070 0% 0% no-repeat padding-box;
    border: none;
}

.client-holder.infra .inn-news-in h4 {
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 0px;
    opacity: 1;
    padding: 10px;
    text-align: center;
}

.client-holder.infra .owl-prev {
    position: relative;
    left: -20px;
    top: -30px;
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: 3px 2px 2px;
}

.client-holder.infra .owl-next {
    position: relative;
    right: -20px;
    left: unset;
    top: -30px;
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: 3px 2px 2px;
}

.client-holder.infra h2 {
    font-weight: 600;
    letter-spacing: 0px;
    color: #181F53;
    text-transform: uppercase;
    opacity: 1;
    margin: 0px 0px 20px 0px;
}

.first-one h5,
.second-one h5 {
    color: #000 !important;
    font-size: 18px !important;
}

.first-one li,
.second-one li {
    list-style: none !important;
    padding: 10px 0px !important;
    border-bottom: 1px solid #cccccc73;
}

.first-one ul,
.second-one ul {
    padding: 0px;
}

.first-one img,
.second-one img {
    margin: 0px 10px 0px 0px;
}

.about-holder.inner.placements.admis .tabcontent ul li a {
    color: #181F53;
    text-decoration: none;
    font-weight: 500;
}

.about-holder.inner.placements.student .tablinks2 {
    padding: 15px 30px;
}

.about-holder.inner.placements.student .tablinks2.active {
    padding: 15px 30px;
}

.about-holder.inner.placements.admis.gallery .tablinks.active {
    color: #fff;
    text-align: center !important;
    margin: 0px 20px 0px 0px;
    background-color: #181F53;
}

.about-holder.inner.placements.admis.gallery .tablinks {
    text-align: center !important;
    margin: 0px 20px 0px 0px;
    color: #898989;
    background-color: #efefef;
}

.about-holder.inner.placements.admis.gallery .main-inn .tabcontent {
    background: #f7f4f4;
    margin: 20px 0px;
    padding: 0px 0px;
}

.client-holder.gallery {
    padding: 10px 10px;
    background-color: #fff;
    margin: 20px 0px;
}

.client-holder.infra-inner ul {
    display: flex;
    width: 58%;
    margin: auto;
}

.client-holder.infra-inner ul li {
    background-color: #efefef;
    list-style: none;
    border-radius: 5px;
    margin: 0px 20px 0px 0px;
}

a.link-in.active {
    background-color: #2e4b83;
    color: #fff !important;
}

nav.custom-pagination {
    text-align: center;
    margin: 60px 0px 0px 0px;
}

nav.custom-pagination a {
    padding: 10px;
    border: 1px solid #ccc;
    color: #ccc;
    text-decoration: none;
}

span.page-numbers.current {
    padding: 10px;
    border: 1px solid #ccc;
    color: #ccc;
    border-radius: 5px;
    text-decoration: none;
    background-color: #2e4b83;
}

a.prev.page-numbers {
    border: none;
    margin: 0px 20px 0px 0px;
}

a.next.page-numbers {
    border: none;
    margin: 0px 0px 0px 20px;
}

.client-holder.infra-inner ul li a {
    padding: 10px 30px;
    float: left;
    color: #656262;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-decoration: none;
}

.client-holder-in.gallery {
    border: 1px solid #ccc;
    padding: 10px;
}

.client-holder-in.gallery a {
    font-size: 18px;
    color: #2e4b83;
    text-decoration: none;
}

.client-holder-in.gallery h5 a {
    color: #fff;
    padding: 5px 5px;
    font-size: 12px;
    background-color: #e92640;
    border-radius: 4px;
    margin-top: 5px;
}

.client-holder-in.gallery h6 {
    font-size: 14px;
}

.client-holder .depart-top h2 {
    position: relative;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    padding: 30px 0px;
    color: #2e4c83;
}

.category-news-events {
    background-color: #efefef61;
    padding: 5px 5px;
}

.event-posts {
    padding: 10px 10px;
    background-color: #fff;
}

.event-posts h4 {
    font-size: 20px;
    margin: 30px 0px 20px 0px;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    display: flex;
}

.heateor_sss_sharing_title {
    background-color: azure;
    font-weight: 400 !important;
    border: 1px solid #e2e2e2;
    line-height: 28px;
    display: inline-block;
    padding: 0 13px;
    font-size: 12px;
    color: #4d4d4d;
    margin-right: 8px;
    margin-bottom: 5px;
    vertical-align: top;
    border-radius: 15px;
}

span.terms-label {
    padding: 5px 15px;
    line-height: 15px;
    border: 1px solid #444;
    background: #444;
    color: #fff;
    font-size: 15px;
    float: left;
    border-radius: 33px;
    margin: 0px 10px 0px 0px;
}

a.post-tag {
    background: #fff;
    border: 1px solid #d4d4d4;
    padding: 0 9px;
    display: inline-block;
    line-height: 20px;
    margin-right: 3px;
    font-size: 10px;
    margin-bottom: 3px;
    color: #5f5f5f;
    border-radius: 33px;
}

.heateor_sss_sharing_title i.bf-icon {
    margin: 0px 5px 0px 0px;
}

.wptheme-content.in {
    display: flex;
    margin: 20px 0px;
}

.testimo-content .item {
    overflow: hidden;
}

.event-posts span.views-post {
    display: flex;
    background-color: azure;
    font-weight: 400 !important;
    border: 1px solid #e2e2e2;
    line-height: 14px;
    padding: 7px 14px;
    font-size: 12px;
    color: #4d4d4d;
    margin-right: 8px;
    margin-bottom: 9px;
    vertical-align: top;
    border-radius: 15px;
    margin: 0px 10px 0px 0px;
    position: absolute;
    right: 20px;
}

.event-posts i.bf-icon.fa.fa-eye {
    margin: 0px 5px 0px 0px;
}

.event-posts .wptheme-content h6 {
    font-size: 13px;
}

.event-posts .wptheme-content h6 i.fa.fa-calendar {
    margin: 0px 5px 0px 0px;
}

.event-posts span.lat-updat {
    margin: 0px 20px 0px 0px;
    color: #968d8d;
}

.img-animate {
    position: relative;
}

.img-animate .textbox {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 5px;
    background-color: #1F5967;
    opacity: 0.75;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, .75);
    box-shadow: 0px 0px 15px 2px rgba(255, 255, 255, .75);
}

.img-animate:hover .textbox {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.img-animate .textbox {
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.img-animate .textbox h2 {
    color: #fff;
}

.img-animate .textbox p {
    color: #fff;
}

.about-holder.inner.technical {
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
}

.tech-arena-top.img-animate img {
    border-radius: 10px;
}

.row.new-row {
    margin: 20px -15px;
}

.trans-arena h4 {
    font-size: 20px;
    margin-bottom: 3px;
    margin-left: 16px;
    font-weight: 600;
    color: #464444;
}

.trans-arena {
    border-left: 4px solid #464444;
    margin-bottom: 30px;
}

.trans-arena i.fa.fa-map-marker {
    margin: 0px 5px 0px 0px;
    font-size: 25px;
}

.research-board {
    padding: 20px 0px;
}

.research-board h4 {
    color: #25498a;
    font-size: 20px;
}

.research-board h3 {
    color: #25498a;
    font-size: 25px;
    font-weight: 600;
}

.single p {
    line-height: 28px;
    /* color: #274982;*/
}

.single ul li {
    line-height: 28px;
    /* color: #274982;*/
}

.about-holder.inner.online .tabcontent {
    padding: 10px 5px;
    overflow: hidden;
}

input.wpcf7-form-control.wpcf7-submit {
    background: #181743;
    padding: 7px 20px;
    border: none;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}

.bachelorBox .wpcf7 input.form-control {
    border: 1px solid #000;
}

.bachelorBox .wpcf7 select {
    border: 1px solid #000;
}

.bachelorBox .wpcf7 textarea {
    border: 1px solid #000;
}

.bachelorBox .wpcf7 label {
    font-size: 13px;
}

.place-gallery-in h3 {
    background: #181743;
    padding: 15px 20px;
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
}

.place-gallery-in a {
    text-decoration: none;
}

.place-gallery-in .bit-gallery-in img {
    height: 250px;
}

.about-holder.inner.place-record {
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    box-shadow: unset;
}

.about-holder.inner.place-record .tech-arena h2 {
    padding: 7px 0px;
    border: none;
    margin: 0px;
    font-size: 20px;
    color: #181743;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
}

.about-holder.inner.place-record .tech-arena h6 {
    padding: 7px 0px;
    border: none;
    margin: 0px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.about-holder.inner.place-record .tech-arena-top.img-animate a {
    text-decoration: none;
}

.about-holder.inner.place-record .tech-arena-top.img-animate img {
    height: 200px;
    border-radius: 10px;
    border: 1px solid #ccc;
    padding: 3px;
}

.about-holder.inner.placements .tabcontent {
    background-image: unset;
    padding: 0px;
    border: none;
    box-shadow: unset;
}

.recruiters-holder .tes-content button {
    padding: 15px 60px;
    background-color: #181743;
    border: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
}

.recruiters-holder .tes-content button:hover {
    transform: scale(1.5);
}

.my-logo {
    border: 1px solid #eee;
    margin: 20px 0px;
}

.about-holder.inner.placements.admis.recruiters {
    padding-top: 50px;
    background-color: #eee;
}

.about-holder.inner.placements.admis.iqac {
    padding-top: 50px;
    background-color: #ffffff;
}

.about-holder.inner.placements.admis.recruiters .tabcontent {
    overflow: hidden;
}

.about-holder.inner.placements.admis.iqac .tabcontent {
    overflow: hidden;
}

.about-holder.inner.placements.admis.recruiters .tablinks.active {
    background-color: transparent;
    color: #1b2840;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 3px solid #1b2840;
}

.about-holder.inner.placements.admis.iqac .tablinks.active {
    background-color: transparent;
    color: #1b2840;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 3px solid #1b2840;
}

.about-holder.inner.placements.admis.recruiters .tab button {
    background-color: transparent;
    color: #020c1f5c;
    text-align: center !important;
    border-top-left-radius: 10px;
    margin: 0px 10px 0px 10px;
    border-top-right-radius: 10px;
    border-bottom: unset;

}

.about-holder.inner.placements.admis.iqac .tab button {
    background-color: transparent;
    color: #020c1f5c;
    text-align: center !important;
    border-top-left-radius: 10px;
    margin: 0px 10px 0px 10px;
    border-top-right-radius: 10px;
    border-bottom: unset;

}

.about-holder.inner.placements.admis.recruiters .sidebar-left {
    width: 80%;
    margin: 0 auto;
    float: none;
}

.about-holder.inner.placements.admis.iqac .sidebar-left {
    width: 80%;
    margin: 0 auto;
    float: none;
}

.about-holder.inner.placements.admis.recruiters .tab {
    border-bottom: 1px solid #ccc;
}


.about-holder.inner.placements.admis.iqac .tab {
    border-bottom: 1px solid #ccc;
}

.about-area ul li {
    font-size: 15px;
    line-height: 25px;
    color: #181F53;
    padding: 5px 0;
    list-style-image: url(./img/list_icon_sidebar.png);
}

.about-holder.inner.placements.admis.sion.recruiters .tabcontent {
    border: 1px solid #d2d1d1;
    padding: 20px 30px;
}

.about-holder.inner.placements.admis.sion.iqac .tabcontent {
    border: 1px solid #d2d1d1;
    padding: 20px 30px;
}

.about-holder.inner.placements.admis.sion.recruiters {
    box-shadow: unset;
}

.about-holder.inner.placements.admis.sion.iqac {
    box-shadow: unset;
}


/* Admission Extra New Css */

.about-holder.inner.placements.admis.recruiters .main-content {
    float: left;
    width: 100%;
}

.about-holder.inner.placements.admis.iqac .main-content {
    float: left;
    width: 100%;
}

.client-holder.inner {
    padding: 20px 0px;
}

.about-holder.inner.placements.admis .overview-holder {
    padding: 50px 0px 20px 0px;
}

div#wpcf7-f2818-o1 p {
    margin: 0 !important;
}


/* Accreditation Css */

div#post-251 {
    padding: 20px 20px;
    background-color: #fff;
}

div#post-251 h4 {
    display: none;
}

.accreditate-img {
    position: relative;
    margin: 0px 0px 0px 0px;
}

.accreditate-title {
    position: absolute;
    top: 40%;
    left: 4%;
}

.accreditate-title h6 {
    color: #464141;
    font-size: 25px;
    text-shadow: 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF, 0 0 10px #FFF;
}

table#tablepress-16 td,
table#tablepress-58 td,
table#tablepress-59 td,
table#tablepress-60 td {
    border: unset;
    font-size: 15px;
    font-weight: 500;
}

table#tablepress-16 td.column-1{border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;}

table#tablepress-16 td.column-2{border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;}

table#tablepress-58 td.column-1{border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;}

table#tablepress-58 td.column-2{border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;}


table#tablepress-59 td.column-1{border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;}

table#tablepress-59 td.column-2{border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;}


table#tablepress-60 td.column-1{border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;}

table#tablepress-60 td.column-2{border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;}

/*table#tablepress-16 .even{box-shadow: 3px 5px 31px 18px rgba(227,227,227,0.78);}
table#tablepress-16 .odd{box-shadow: 3px 5px 31px 18px rgba(227,227,227,0.78);}
table#tablepress-58{    -webkit-box-shadow: 3px 5px 31px 18px rgba(227,227,227,0.78);
    -moz-box-shadow: 3px 5px 31px 18px rgba(227,227,227,0.78);
    box-shadow: 3px 5px 31px 18px rgba(227,227,227,0.78);}*/

#tablepress-16-scroll-wrapper{overflow-x: unset;
    overflow-y: unset;  }


#tablepress-60 img {
    width: 150px;
    margin: 12px 0px;
    padding: 5px;
    border: none;
    max-width: none;
}

#tablepress-59 img {
    width: 150px;
    margin: 12px 0px;
    padding: 5px;
    border: none;
    max-width: none;
}

#tablepress-58 img {
    width: 150px;
    height: 120px;
    margin: 12px 0px;
    padding: 5px;
    border: none;
    max-width: none;
}

body.postid-251 {
    background-color: #dbdbde52;
}


/* Patent Table Css */

.threedtable .su-tabs {
    background-color: unset !important;
}

.threedtable .su-tabs-nav {
    text-align: center;
}

.threedtable span.threedintable-tab {
    position: relative;
    background-color: #1b2840 !important;
    color: #fff !important;
    padding: 20px 30px;
    margin: 0px;
    box-shadow: 7px 8px 8px #1b2840;
    opacity: 0.8;
    border-radius: 0px;
    border-right: 3px solid #1b2840;
}

.threedtable span.threedintable-tab.su-tabs-current {
    background: #1b2840 !important;
    cursor: default;
    opacity: 1;
}

.threedtable span.threedintable-tab.su-tabs-current::before {
    content: '';
    display: block;
    margin: auto;
    /* width: 0; */
    /* height: 0; */
    position: absolute;
    left: 45%;
    bottom: -10px;
    /* transform: translatex(-100%); */
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #e4af00 00;
    border-top: 10px solid #1b2840;
}

.threedintable-tab.su-tabs-pane-open h6 {
    padding: 20px 0px;
    text-align: center;
    background: #1b2840 !important;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.threedintable-tab.su-tabs-pane td {
    color: #000 !important;
}

.back-btn {
    margin: 0 0px 20px 0px;
}

.back-btn a {
    background-color: #181743;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 30px;
    border-radius: 10px !important;
    border: 2px solid #181743;
    transition: 0.5s;
}

.back-btn a:hover {
    background-color: #312f6c;
    color: #f3dc26;
    border: 2px solid #181743;
}

.back-btn .fa {
    margin-right: 10px;
}


/*.peo-area-top {
    float: left;
    margin: 10px 0px 10px 0px;
}*/


/* .peo-area .su-spoiler-content {
    position: absolute;
    background-color: #fff;
    z-index: 999;
    width: 45.3%;
    float: left;
} */

.peo-area .su-spoiler {
    width: 49%;
    margin: 0px 4px 10px 0px;
    float: left;
}


/* Professinal Society Css */


/*.tabins-con {
    padding: 20px 10px;
    box-shadow: 2px 2px 12px #ccc;
}*/

.tabins-con h3 a {
    color: #222163;
    font-size: 16px;
    text-decoration: none;
}

.facultySec h3 a {
    font-size: 22px;
}

.facultySec .facultyBox {
    height: 247px;
    overflow: hidden;
/*     border-bottom-right-radius: 14% 30%; */
}

.tabins-con h3 {
    margin: 10px 0px 10px 0px;
    /*background-color: azure;*/
}

.tabins-con img {
    width: auto;
    height: 80px;
}


/*
table#tablepress-69  thead th, table#tablepress-69 tfoot th {
    border: none !important;
    color: #fff;
    font-family: 'Poppins';
    background: #36304a !important;
    font-size: 15px;
    line-height: 24px;
    padding: 5px;
    font-weight: 600;
}
table#tablepress-69 .even td{
	border: none !important;
}
table#tablepress-69 .odd td{
	border: none !important;
}
table#tablepress-69 .odd td {
    background-color: #f5f5f5 !important;
}
table#tablepress-69 {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	overflow: hidden;
}
*/

.tablepress-scroll-wrapper thead tr th:nth-child(1) {
    border-top-left-radius: 10px;
    border: unset !important;
    text-align: center;
}

.tablepress-scroll-wrapper thead tr th:last-child {
    border-top-right-radius: 10px;
    /*border: unset !important;*/
}

.tablepress-scroll-wrapper tbody tr td:nth-child(1) {
    text-align: center;
}



/* Awards CSS */

.tabins-con.faculty img {
    width: auto;
    height: unset;
}

.top-student {
    padding: 20px 0px;
}

.top-student .wptheme-image {
    border: 2px solid #ccc;
}

.top-student .table thead th {
    color: #de3262;
    font-weight: bold;
}


/*.tns-con.faculty{
	padding: 0px 0px;
    box-shadow: 2px 2px 12px #ccc;
}*/

.tns-con.faculty h3 a {
    color: #222163;
    /*font-size:16px;*/
    text-decoration: none;
    margin: 10px 0px 0px 0px;
}

.tns-con.faculty h3 {
    margin: 10px 0px 10px 0px;
}

.mainmenu .sub-menu li a:hover:after {
    display: none !important;
}

.in-upcoming .col-md-4,
.in-upcoming .col-md-8 {
    padding: 5px !important;
    padding-bottom: 0px !important;
    margin-bottom: -8px;
}

.eventers-holder {
    padding-bottom: 50px;
}

.menu-head-top .row {
    align-items: center;
}

iframe.face-home {
    box-shadow: 1px 1px 10px 5px #17174269;
}

.more-but.ups {
    margin: 0px;
}

div#programme-in h4 a {
    color: #24334e;
    margin: 20px 0px 30px 0px;
    font-size: 18px !important;
    font-weight: 600;
}

.peo-area-top .su-spoiler-title {
    background-color: #17294a !important;
}

.peo-area-top .su-spoiler-style-default>.su-spoiler-content {
    border: 3px solid #17294a !important;
}

.archive-post span a {
    color: #de3262;
    font-weight: bold;
    text-decoration: none;
}

.about-desk.placement .su-column-inner ul {
    padding-left: 20px;
}

.placeSec h3 {
    text-transform: capitalize !important;
    font-weight: 600;
    position: relative;
    margin: 35px 0;
    padding-left: 10px;
}

.systemSec h6 {
    color: #244780;
    font-weight: 600;
    margin: 1px 0 15px 5px;
    font-size: 16px;
}


/*.placeSec h3:before{position: absolute; content: ''; background-color: #1B2840; color: #ccc; width: 205px; height: 3px; left: 29%; bottom: 9px;}*/

.placeSec ul li {
    list-style-image: url(./img/tick.gif);
}

.placeSec ul {
    padding-left: 25px;
}

.placeSec .softBox {
    border-top: 7px solid #1B2840;
    padding: 20px 15px;
    min-height: 610px;
    transition: 0.5s;
    border-radius: 0px;
    background: #f8f8f8;
    box-shadow: -1px 5px 10px #c0bbbb;
    margin: 0 15px 65px;
    cursor: pointer;
}

.placeSec h3:after {
    border-bottom: 5px double #3c3737;
    content: "";
    width: 65%;
    padding-bottom: 0px;
    display: inline-block;
    position: relative;
    top: -3px;
}

.placeSec .softBox h6 {
    color: #244780;
    font-weight: 600;
    margin: 10px 0 15px 5px;
    font-size: 18px;
}

.softBox li {
    font-size: 15px;
}

.softBox li {
    font-size: 15px;
}

.placeSec blockquote {
    border-left-color: #1B2840!important;
}

.placeSec .systemSec ul li {
    font-size: 14px;
}

.placeSec .mb-30 {
    margin-bottom: 30px;
}

.page-id-2630 .tabcontent {
    overflow-x: hidden !important;
}

.tablepress-scroll-wrapper {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.placeSec .softBox:hover {
    background: #fff;
    transition: 0.5s;
    transform: translateY(-10px);
    top: -10px;
}

.row.hr {
    border-bottom: 2px solid #ebebeb;
    margin: 25px 0px;
}

.placeSec h3 img {
    margin-right: 7px;
}

.systemSec h3:before {
    left: 24%;
}

.UpcomingSec .event {
    width: 200px;
    display: inline-block;
}

.download .su-tabs-nav span {
    font-size: 15px !important;
    font-weight: 500;
}

.download .su-spoiler-style-default>.su-spoiler-content {
    padding: 1em 2rem;
}

.download li {
    list-style: none !important;
    display: inline-block;
    margin: 0 10px;
}

.download li a {
    background: #122330 !important;
}

.download li a i {
    color: #fff !important;
}

.download ul {
    margin: 0 auto;
    display: table;
}

.postid-2011 .su-tabs{background: transparent !important;}
.postid-2011 .su-tabs-nav span{border-bottom: 1px solid #181f532e; color: #0f2f695c !important;
    margin: auto; transition: 0.5s;}
.postid-2011 .su-tabs-nav .su-tabs-current{    color: #181F53 !important;
    border-bottom: 3px solid #1b2840;}

.postid-2011 .su-tabs-nav span:focus {
    outline: unset;
}

.postid-2011 .su-tabs-nav span:hover {
    background: transparent;
     color: #181F53 !important;
}

.postid-7443 .su-tabs{background: transparent !important; text-align: center;}
.postid-7443 .su-tabs-nav span{border-bottom: 1px solid #181f532e; color: #0f2f695c !important;
    margin: auto; transition: 0.5s;}
.postid-7443 .su-tabs-nav .su-tabs-current{    color: #181F53 !important;
    border-bottom: 3px solid #1b2840;}

.postid-7443 .su-tabs-nav span:focus {
    outline: unset;
}

.postid-7443 .su-tabs-nav span:hover {
    background: transparent;
     color: #181F53 !important;
}



 .placementTake{background-image: url(img/others/placement-take.png);} 
.single .footer-logo p{    line-height: 22px;}
.testimonialSec .owl-theme .owl-controls .owl-nav [class*=owl-]{background-color: transparent; font-size: 34px;}
.testimonialSec .owl-controls{position: absolute; bottom: -40px; left: 200px;}
#tablepress-16 .odd td:hover{background-color: #ececf9 !important;}
#tablepress-16 .even td:hover{background-color: #fff !important;}

#tablepress-58 .odd td:hover{background-color: #ececf9 !important;}
#tablepress-58 .even td:hover{background-color: #fff !important;}

#tablepress-59 .odd td:hover{background-color: #ececf9 !important;}
#tablepress-59 .even td:hover{background-color: #fff !important;}

#tablepress-60 .odd td:hover{background-color: #ececf9 !important;}
#tablepress-60 .even td:hover{background-color: #fff !important;}

/*.mouSec .inn-testimonial{display: none;} */
.mouSec .more-arena img{ max-width: 30px;}
.mouSec .owl-carousel-mou .owl-nav{ top: 54px;}
.deptPlaceSec h3{   /* font-size: 11px !important;*/ font-weight: 700; margin-bottom: 2px;}

.research-board .card{height: 380px;} 
.tblMain{ height: 1440px; overflow: hidden; transition: 0.5s;}
.tblMain1{height: 2010px; transition: 0.5s; }
.tblMain2{background-color: #181743;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    padding: 5px 30px;
    border: 2px solid #181743;
    transition: 0.5s; margin-top: 20px;
	cursor: pointer;}

.tblMain2:hover {
    background-color: #312f6c;
    color: #f3dc26;
    border: 2px solid #181743;
}
.mouLogoSec .my-logo{text-align: center;}
.abtSec .btn{border-radius: unset;}
.abtSec .tabcontent ul{ padding-left: 18px;}
.csDeptNews .events-bot{height: 390px;}
#capimg3 {
    height: 35px;
    margin-top: 10px;
    float: left;
}
#capinput3{float: right;
    width: 80%;
    margin-top: 9px;}


@media(max-width: 576px){
.fbIos{display: none;}
}


@supports (-webkit-touch-callout: none) {
  /* CSS specific to iOS devices */ 
.fbAnroid{display: none;}
.fbIos{display: block !important;}
}
/*.galleryHomeSec #tabs1 .tabIcon img{height: 80px;}
.galleryHomeSec #tabs3 .tabIcon img{height: 100px;}*/

#tablepress-60 img,
    #tablepress-16 img,
    #tablepress-58 img,
    #tablepress-59 img {
        transition: transform .2s;
    }

#tablepress-60 img:hover{ 
 -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);}
#tablepress-16 img:hover{ 
 -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);}
    #tablepress-58 img:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
    }
    #tablepress-59 img:hover{
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
    }

.mainDeptSec .toggle{height: 148px;}
.mainDeptSec .slide-left-icon .img-fluid{ max-width: unset;}
/* .pgmArea .prog-arena:nth-child(1) a{font-weight: 700;} */
.pgmArea .prog-arena:nth-child(6) a{font-weight: 700;}
.pgmArea .prog-arena:nth-child(7) a{font-weight: 700;}
.page-template-index .take-holder-bot{display:none;}
.ugPgmMain .first-one h6 a{color:#212529;     text-decoration: unset;}



@media (max-width: 767px) {
	.ugc {
        font-size: 15px !important;
}
	#mobile-view {
		display: block;
	}
	#no-mobile {
		display: none;
	}
}

@media screen and (max-width: 767px){
.header-arena {
    position: relative !important;
}
	
}	


