@font-face {
    font-family: georgia;
    src: url(../fonts/georgia.ttf);
}
body {
    font-family: georgia;
    overflow-x: hidden;
}
b,
strong {
    font-weight: 600;
}
.header-part {
    position: fixed;
    z-index: 100;
    width: 100%;
    float: left;
    background-color: #fff;
}
.topSection {
    background-color: #fff;
    padding: 5px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
.main-container {
    padding: 0 100px;
}
.topRightLink ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: right;
}
.topRightLink ul li {
    float: left;
    padding: 0 8px;
    border-right: 1px solid #00000030;
    font-size: 13px;
}
.table-style thead{
    background-color: #1b8ccc;
    color: #fff;
}
.table-style thead th{
    font-size: 20px;
}
.table-style tbody tr td{
    font-size: 18px;
}
.table-style tbody tr:nth-child(odd){
    background-color: #deeef7;
}
.table-style tbody tr:nth-child(even){
    background-color: rgb(238 249 255);
}
.topRightLink ul li a {
    color: #000;
}
.alstory .thumbimage {
    box-shadow: 8px 8px 0px 0px #65af31;
}
.alstory .thumbnail-image {
    float: left;
    margin-right: 30px;
    margin-bottom: 10px;
}

.topRightLink-noblink ul li:nth-child(1) a {
    background-color: #76c043;
    color: #fff;
    padding: 2px 9px;
    border-radius: 5px;
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}
@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.topRightLink ul li .btn-payonline {
    margin: 0;
    padding: 1px 8px;
    font-size: 10px;
    background-color: #f47d3f;
    color: #fff;
}
.topRightLink ul li:last-child {
    padding-right: 0;
    border-right: 0;
}
.SandboxRoot.env-bp-660 .timeline-Tweet-text {
    font-size: 16px !important;
    line-height: normal !important;
    /* font-weight: 300; */
}
.topRightLink ul li .bg-light {
    background-color: #fff !important;
    color: #000 !important;
}
.topRightLink ul li .badge-warning {
    color: #000 !important;
}
header {
    background-color: #fff;
    padding: 10px 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}
.header-fixed {
    background-color: #fff;
    padding: 0;
    position: fixed;
    width: 100%;
    float: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 100;
}
.header-fixed.sticky {
    text-align: left;
}
.logo {
    height: 90px;
    width: auto;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.zoomout {
    height: 50px;
    width: auto;
}
footer {
    background: rgba(27, 140, 204, 0.96);
    padding: 45px 0;
    color: #fff;
    font-size: 13px;
    float: left;
    width: 100%;
    background-image: url(../images/footerbg.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
}
footer:before {
    content: "";
    background-color: rgba(18, 84, 121, 0.75);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
footer .footer-heading {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 15px;
}
footer hr {
    border-color: #fff;
}
.quicklink ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.quicklink ul li {
    padding: 3px 0;
}
.quicklink ul li a {
    color: #fff;
}
.social-box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.social-box ul li {
    float: left;
    padding: 0 10px;
}
.social-box ul li a {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 50px;
    line-height: 35px;
}
.social-box ul li:first-child {
    padding-left: 0;
}
.social-box ul li .btn-facebook {
    background-color: #3b5998;
    color: #fff;
}
.social-box ul li .btn-twitter {
    background-color: #60aade;
    color: #fff;
}
.social-box ul li .btn-linkedin {
    background-color: #1388c7;
    color: #fff;
}
.social-box ul li .btn-wordpress {
    background-color: #3499cf;
    color: #fff;
}
.social-box ul li .btn-instagram {
    background-color: #724d23;
    color: #fff;
}
.social-box ul li .btn-youtube {
    background-color: #ee2524;
    color: #fff;
}
.govment-bottom-logo {
    padding-top: 10px;
    width: 100%;
    float: left;
}
.footer-right-link {
    float: right;
}
.footer-right-link ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-right-link ul li {
    float: left;
    font-size: 14px;
    padding: 5px 5px;
}
.footer-right-link ul li a {
    color: #1a1a1a;
}
.footer-right-link ul li:last-child {
    padding-right: 0;
}
.slider-bttom-section {
    margin-top: 0;
    z-index: 10;
    position: relative;
    width: 100%;
    float: left;
}
.sliderbottom-info {
    background-color: rgba(244, 125, 63, 0.92);
    padding: 0;
    width: 100%;
    float: left;
    overflow: hidden;
}
.sliderbottom-info ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.sliderbottom-info ul li {
    margin: 0;
    float: left;
    text-align: left;
    border-right: 1px solid #ffffff40;
    padding: 5px 113px;
}
.sliderbottom-info ul li img {
    width: 20px;
}
.sliderbottom-info ul li a {
    color: #fff;
}
.sliderbottom-info ul li:hover a {
    color: #000;
}
.sliderbottom-info ul li span {
    margin-left: 5px;
    margin-top: 0;
    font-size: 17px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.sliderbottom-info ul li:last-child {
    border-right: 0;
}
.sliderbottom-info ul li:nth-child(2) {
    animation-delay: 0.2s;
}
.sliderbottom-info ul li:nth-child(3) {
    animation-delay: 0.3s;
}
.sliderbottom-info ul li:nth-child(4) {
    animation-delay: 0.4s;
}
.sliderbottom-info ul li:nth-child(5) {
    animation-delay: 0.5s;
}
.sliderbottom-info ul li:nth-child(6) {
    animation-delay: 0.6s;
}
.welcome-text {
    padding: 40px 0 60px 0;
    width: 100%;
    float: left;
}
.welcome-text .post2 {
    animation-delay: 0.5s;
}
.section-heading {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}
.update-section {
    padding: 60px 0;
    width: 100%;
    float: left;
    background-color: rgba(236, 236, 236, 0.58);
}
.update-section h2 {
    font-size: 40px;
    margin-bottom: 30px;
}
.update-section h2 small {
    font-size: 17px;
    margin-left: 10px;
}
.update-section h2 small a {
    color: #575757;
}
.news-heading {
    background-color: #f47d3f;
    border-top-right-radius: 50px;
    width: 100%;
    float: left;
    color: #fff;
    padding: 10px;
    border-bottom: 4px solid #fff;
}
.news-heading ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.news-heading ul li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #fff;
}
.news-heading ul li:first-child {
    padding-left: 0;
}
.news-heading ul li:last-child {
    border-right: 0;
    position: relative;
    top: 5px;
}
.news-heading ul li h3 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 800;
    font-size: 29px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.slider-section {
    margin-top: 177px;
    width: 100%;
    float: left;
}
.news-heading ul li:last-child a {
    color: #000;
}
.news-list {
    width: 100%;
    float: left;
    padding: 15px;
}
.news-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.news-list ul li {
    padding: 6px 0;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.news-list ul li:last-child {
    border-bottom: 0;
}
.news-list ul li a {
    color: #000;
}
.news-list ul li .date {
    color: #ff5700;
    text-align: center;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    font-size: 17px;
    text-align: left;
}
.news-list ul li .date h3 {
    font-weight: 500;
}
.news-list ul li:last-child {
    padding-bottom: 0;
}
.news-list ul li:first-child {
    padding-top: 0;
}
.events-heading {
    background-color: #1b8ccc;
    border-top-right-radius: 50px;
    width: 100%;
    float: left;
    color: #fff;
    padding: 10px;
    border-bottom: 4px solid #fff;
}
.events-heading ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.events-heading ul li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #fff;
}
.events-heading ul li:first-child {
    padding-left: 0;
}
.events-heading ul li:last-child {
    border-right: 0;
    position: relative;
    top: 5px;
}
.events-heading ul li h3 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 800;
    font-size: 29px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.events-heading ul li:last-child a {
    color: #000;
}
.events-list {
    background-color: #e6e7e8;
    width: 100%;
    float: left;
    padding: 15px;
}
.events-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.events-list ul li {
    padding: 10px 0;
    margin: 0;
    font-size: 13px;
}
.events-list ul li .date {
    background-color: #1b8ccc;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.events-list ul li .date h3 {
    font-weight: 500;
}
.tender-heading {
    background-color: #76c043;
    border-top-right-radius: 50px;
    width: 100%;
    float: left;
    color: #fff;
    padding: 10px;
    border-bottom: 4px solid #fff;
}
.tender-heading ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.tender-heading ul li {
    float: left;
    padding: 0 15px;
    border-right: 1px solid #fff;
}
.tender-heading ul li:first-child {
    padding-left: 0;
}
.tender-heading ul li:last-child {
    border-right: 0;
    position: relative;
    top: 5px;
}
.tender-heading ul li h3 {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 800;
    font-size: 29px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.tender-heading ul li:last-child a {
    color: #000;
}
.tender-list {
    background-color: #e6e7e8;
    width: 100%;
    float: left;
    padding: 15px;
}
.tender-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.tender-list ul li {
    padding: 10px 0;
    margin: 0;
    font-size: 13px;
}
.tender-list ul li .date {
    background-color: #76c043;
    padding: 10px;
    color: #fff;
    text-align: center;
}
.tender-list ul li .date h3 {
    font-weight: 500;
}
.tender-list ul li span {
    display: block;
    color: #ff0004;
}
.programe-research-section {
    padding: 80px 0;
    width: 100%;
    float: left;
    background-color: #f4f4f4;
}
.probox h2 {
    background-color: #76c043;
    color: #fff;
    font-size: 25px;
    border-top-right-radius: 50px;
    padding: 10px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 800;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.probox ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.probox ul li {
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
    font-size: 30px;
}
.probox ul li span {
    font-weight: 500;
    text-transform: uppercase;
}
.probox ul li:last-child {
    border-bottom: 0;
}
.research h2 {
    margin-bottom: 15px;
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}
.probox ul li img {
    position: relative;
    top: -5px;
}
.alumini-section {
    padding: 80px 0;
    width: 100%;
    float: left;
    position: relative;
    background-image: url(../images/aluminibg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    overflow: hidden;
}
.alumini-section:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.66);
    background-size: cover;
}
.alumini-section h2 {
    color: #fff;
    margin-bottom: 60px;
    position: relative;
}
.alumini-slider .item h5 {
    font-weight: 500;
    font-size: 18px;
}
.alumini-slider .item {
    font-size: 14px;
    animation-delay: 0.2s;
}
.alumini-slider .item span {
    color: #1b8ccc;
}
.alumini-slider .item img {
    border-radius: 100px;
}
.video-threesixty-view-section {
    width: 100%;
    float: left;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f7f7f7;
    overflow: hidden;
}
.director-section {
    margin: 0 0;
    color: #fff;
    position: relative;
    width: 100%;
    float: left;
}
.director-section::before {
    content: "";
    background-color: #1b8ccc;
    width: 1108px;
    position: absolute;
    height: 100%;
    float: left;
}
.director-section-bg {
    padding: 80px 0;
}
.directorimg {
    border: 5px solid #fff;
    padding: 10px;
}
.director-section .directorimg:hover {
    border-color: #1b8ccc;
}
.director-section h3 {
    padding: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 29px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.search-box {
    margin: 20px 0 0 0px;
    padding-left: 0;
    width: 100%;
    float: right;
    max-width: 300px;
}
.search-box .input-group-text {
    margin: 0;
    padding: 5px 10px;
    font-size: 17px;
    background-color: #f47d3f;
    color: #fff;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #fff;
    margin-top: 0;
    z-index: 100;
}
.main-menu {
    margin-top: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.main-menu-height-decrez {
    margin-top: 12px;
}
.carousel-indicators {
    bottom: 70px;
}
.carousel .carousel-indicators li {
    width: 15px;
    height: 15px;
}
@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}
@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}
.carousel-inner .carousel-item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
}
.gallery-box a {
    font-size: 40px;
}
.photo-gallery {
    background-color: #f47d3f;
}
.video-gallery {
    background-color: #76c043;
}
.threesixty-view {
    background-color: #1b8ccc;
}
.twitter-post-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.gallery-box .card-header {
    font-size: 20px;
    color: #fff;
    text-align: center;
}
.twitter-post-list ul li:first-child {
    padding-top: 0;
}
.twitter-post-list ul li {
    padding: 15px 0;
    margin: 0;
    font-size: 13px;
    border-bottom: 1px dashed #ccc;
}
.twitter-post-list ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.twitter-post-list ul li span {
    font-size: 50px;
    color: #1b8ccc;
}
.facebook-post-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.facebook-post-list ul li:first-child {
    padding-top: 0;
}
.facebook-post-list ul li {
    padding: 15px 0;
    margin: 0;
    font-size: 13px;
    border-bottom: 1px dashed #ccc;
}
.facebook-post-list ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.facebook-post-list ul li span {
    font-size: 50px;
    color: #14437d;
}
.youtube-post-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.youtube-post-list ul li:first-child {
    padding-top: 0;
}
.youtube-post-list ul li {
    padding: 15px 0;
    margin: 0;
    font-size: 13px;
    border-bottom: 1px dashed #ccc;
}
.youtube-post-list ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.youtube-post-list ul li span {
    font-size: 50px;
    color: #cb1a1a;
}
.socail-post-section {
    padding: 80px 0;
    width: 100%;
    float: left;
    background-color: #f7f7f7;
}
.socail-post-section h2 {
    margin-bottom: 15px;
    font-weight: 500;
}
.news-box h4 a {
    color: #f47d3f;
    font-size: 20px;
}
.news-box {
    background-color: #fff;
}
.news-box .card-body {
    min-height: 156px;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 1000;
}
.research-desc-box h5 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 10px;
}
.research-desc-box h5 a {
    color: #000;
}
.research-desc-box h6 {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.youtubeicon {
    position: absolute;
    z-index: 100;
    color: #c42427;
    font-size: 40px;
    bottom: 0;
    left: 10px;
}
.threedgree {
    position: absolute;
    z-index: 100;
    bottom: 10px;
    left: 10px;
}
.main-slider {
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.main-slider .tp-caption {
    z-index: 5;
}
.main-slider .text-area {
    padding: 65px 40px 70px;
    background: rgba(255, 255, 255, 0.2);
}
.main-slider .text-area h3 {
    font-size: 35px;
    color: #242a2d;
    line-height: 45px;
    font-weight: 300;
}
.main-slider .text-area h1 {
    font-size: 60px;
    color: #242a2d;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
}
.main-slider .text-area h1 span {
    font-size: 60px;
    color: #fff;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
}
.main-slider .text-area p {
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 25px;
}
.metis.tparrows {
    width: 51px;
    height: 57px;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
}
.main-slider .tp-bannertimer,
.main-slider .tp-bullets {
    display: none !important;
}
.hidden {
    opacity: 0;
}
.visible {
    opacity: 1;
}
.post4 {
    animation-delay: 0.5s;
    padding-left: 70px;
}
.social-feeds-heading {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 5px;
    font-size: 25px;
}
.social-feeds-heading:before {
    content: "";
    background-color: #f7f7f7;
    width: 53%;
    height: 31px;
    position: absolute;
    z-index: -1;
    margin-right: 10px;
}
.social-feeds-heading:after {
    content: "";
    border-bottom: 2px solid #1b8ccc;
    position: absolute;
    width: 57%;
    top: 17px;
    margin-left: 10px;
}
.social-feeds-heading .fa-twitter {
    color: #079cbb;
}
.social-feeds-heading .fa-youtube {
    color: #d1291e;
}
.social-feeds-heading .fa-facebook {
    color: #1d437c;
}
.box {
    background: 0 0;
    font-family: Ubuntu, sans-serif;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}
.box:hover {
    background: linear-gradient(#b92b27, #1565c0);
    box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.4);
}
.box .box-content:after,
.box .box-content:before,
.box:after,
.box:before {
    content: "";
    background: #fff;
    width: 0;
    height: 4px;
    position: absolute;
    top: 5%;
    left: 0;
    transition: all 0.3s;
}
.box:after {
    top: auto;
    bottom: 5%;
    left: auto;
    right: 0;
}
.box .box-content:after,
.box .box-content:before {
    height: 0;
    width: 4px;
    left: auto;
    right: 5%;
    top: 0;
}
.box .box-content:after {
    right: auto;
    top: auto;
    bottom: 0;
    left: 5%;
}
.box:hover:after,
.box:hover:before {
    width: 80%;
}
.box:hover .box-content:after,
.box:hover .box-content:before {
    height: 80%;
}
.box img {
    width: 100%;
    height: auto;
    transform: scale(1.25);
    transition: all 0.3s ease;
}
.box:hover img {
    opacity: 0.2;
    transform: scale(1);
}
.box .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 5px solid #2bbbad;
}
.box .box-content:hover {
    border: 0;
}
.box .inner-content {
    color: #fff;
    width: 70%;
    overflow: hidden;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.box .title {
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 3px 0;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: left bottom;
    transition: all 0.3s ease;
}
.box .icon {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: 13%;
}
.box .icon li {
    margin: 0 5px;
    display: inline-block;
    transform: rotate(-90deg);
    transform-origin: left top;
    transition: all 0.3s ease;
}
.box:hover .icon li {
    transform: rotate(0);
}
.box .icon li a {
    color: #b92b27;
    background: #fff;
    font-size: 20px;
    line-height: 35px;
    height: 35px;
    width: 35px;
    display: block;
    position: relative;
    transition: all 0.3s ease;
}
.box .icon li a:hover {
    color: #fff;
    background: #b92b27;
    border-radius: 0 50%;
    box-shadow: 0 0 3px rgba(255, 255, 255, 0.9);
}
.box2 {
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
}
.box2 {
    border-top: 5px solid rgba(255, 160, 0, 0.84);
    border-bottom: 5px solid rgba(255, 160, 0, 0.84);
}
.box2:hover {
    border-color: #f4f4f4;
}
.box2:after,
.box2:before {
    content: "";
    background: radial-gradient(circle at 23% 70%, rgba(118, 192, 67, 0.8), #76c043 30%);
    width: 150%;
    height: 150%;
    opacity: 0;
    transform: rotate(45deg);
    position: absolute;
    top: -10.5%;
    right: -150%;
    z-index: 1;
    transition: all 0.35s ease;
}
.box2:after {
    background: rgba(118, 192, 67, 0.5);
    width: 65%;
    height: 65%;
    right: auto;
    left: -20%;
    top: -65%;
}
.box2:hover:before {
    opacity: 1;
    right: -85%;
}
.box2:hover:after {
    opacity: 1;
    top: -42%;
}
.box2 img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease;
}
.box2:hover img {
    transform: scale(1.2);
}
.box2 .box-content {
    text-align: right;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: -100%;
    z-index: 2;
    transition: all 0.5s;
}
.box2:hover .box-content {
    right: 5%;
}
.box2 .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}
.box2 .icon li {
    display: inline-block;
    margin: 0 4px;
}
.box2 .icon li a {
    color: #fff;
    background-color: #1e272e;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}
.box2 .icon li a:hover {
    color: #1e272e;
    background-color: #fff;
    border-radius: 10%;
    box-shadow: 0 0 5px #1e272e inset;
}
label.error {
    color: red;
    font-weight: 500;
}
div.error {
    color: red;
    font-weight: 500;
    padding: 5px;
    margin-bottom: 2px;
    border-left: 2px solid;
}
.custradio {
    width: 20px;
    height: 20px;
    float: left;
    margin-top: 2px;
    margin-right: 5px;
}
.style-fld {
    border: 1px solid #00c851;
    padding: 10px;
    color: #00c851;
    max-width: 660px;
    margin: 0 auto;
    text-align: center;
}
.style-fld legend {
    color: #f47d3f;
    font-weight: bold;
    letter-spacing: 1px;
    width: auto;
    padding: 10px;
}
.marquee-fld p {
    color: red;
    font-size: 18px;
}
.h2-view-all {
    font-size: 12px;
    float: left;
    width: 100%;
    text-align: center;
}
.view-all-btn {
    float: right;
    width: 100px;
    text-align: center;
    background: #f47d3f;
    color: #ffffff;
    padding: 5px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 9;
}
.view-all-btn2 {
    float: revert;
    width: 100px;
    text-align: center;
    background: #f47d3f;
    color: #ffffff;
    padding: 5px 15px 5px 15px;
    position: relative;
    right: 0px;
    bottom: 0px;
    z-index: 9;
    top:10px;
}
.research,
.al-story {
    position: relative;
}
.video-section iframe.detail {
    width: 100%;
    min-height: 400px;
}
table.gsc-search-box td.gsc-input {
    padding-right: 0 !important;
}
.gsc-search-button-v2 {
    padding: 10px 9px !important;
    background-color: #00c851 !important;
}
.youtube ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.youtube ul li {
    padding: 10px 0px;
}
.youtube ul li h4 {
    margin-top: 15px;
    font-size: 18px;
}
.youtube ul li h4 a {
    color: #2c2f31;
}
.channel-name-post {
    font-size: 18px;
    font-weight: 500;
}
.channel-name-post span,
.youtube ul li span {
    display: block;
    font-weight: 400;
    font-size: 16px;
}
.youtube ul li .desc {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
}
.you-header .btn-youtube {
    color: #d1291e;
    font-size: 19px;
    background: #ffffff;
    border-radius: 100%;
    border: 1px solid;
    padding: 6px;
}
.amore-vdo {
    width: 90%;
    background: #d1291e;
    float: left;
    text-align: center;
    margin: 5px auto;
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #fff;
    padding: 5px;
}
.amore-vdo:hover {
    color: #ffe173;
}
@media only screen and (max-width: 990px) {
    .box2 {
        margin: 0 0 30px;
    }
}
.search-wrapper {
    position: absolute;
    right: 0;
}
.search-wrapper .input-holder {
    height: 50px;
    width: 70px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0);
    border-radius: 6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width: 450px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.5s cubic-bezier(0, 0.105, 0.035, 1.57);
}
.search-wrapper .input-holder .search-input {
    width: 100%;
    height: 50px;
    padding: 0 70px 0 20px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    box-sizing: border-box;
    border: none;
    outline: 0;
    font-family: "Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    transform: translate(0, 60px);
    transition: all 0.3s cubic-bezier(0, 0.105, 0.035, 1.57);
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 2px);
}
.search-wrapper .input-holder .search-icon {
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 6px;
    background: #f47d3f;
    padding: 0;
    outline: 0;
    position: relative;
    z-index: 2;
    float: right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
    width: 50px;
    height: 50px;
    margin: 0;
    border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transform: rotate(45deg);
    transition: all 0.4s cubic-bezier(0.65, -0.6, 0.24, 1.65);
}
.search-wrapper.active .input-holder .search-icon span {
    transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::after,
.search-wrapper .input-holder .search-icon span::before {
    position: absolute;
    content: "";
}
.search-wrapper .input-holder .search-icon span::before {
    width: 4px;
    height: 11px;
    left: 7px;
    top: 12px;
    border-radius: 2px;
    background: #fff;
}
.search-wrapper .input-holder .search-icon span::after {
    width: 14px;
    height: 14px;
    left: 2px;
    top: 0;
    border-radius: 16px;
    border: 4px solid #fff;
}
.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 0;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all 0.3s cubic-bezier(0.285, -0.45, 0.935, 0.11);
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right: -50px;
    transform: rotate(45deg);
    transition: all 0.6s cubic-bezier(0, 0.105, 0.035, 1.57);
    transition-delay: 0.5s;
}
.search-wrapper .close::after,
.search-wrapper .close::before {
    position: absolute;
    content: "";
    background: #fe5f55;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0;
}
.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0;
    top: 10px;
}
.welcome-section {
    margin: 0 0;
    color: #fff;
    position: relative;
    width: 100%;
    float: left;
    margin-top: 15px;
}
.welcome-section:after {
    content: "";
    background-color: #76c043;
    width: 1108px;
    position: absolute;
    height: 100%;
    float: right;
    top: 0;
    right: 0;
    z-index: -1;
}
.welcome-section-bg {
    padding: 80px 0;
}
.welcome-section-bg img {
    border: 5px solid #fff;
    padding: 10px;
}
.welcome-section-bg img:hover {
    border-color: #76c043;
}
.welcome-section h3 {
    padding: 0;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 30px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #fff;
}
.btn-readmore {
    display: inline-block;
    position: relative;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin: 0;
    background: #498c1c;
}
.btn-readmore span {
    display: block;
    padding: 10px 50px;
}
.btn-readmore::before,
button::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}
.btn-readmore span::before,
span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}
.btn-readmore:hover::after,
.btn-readmore:hover::before {
    width: 100%;
}
.btn-readmore:hover span::after,
.btn-readmore:hover span::before {
    height: 100%;
}
.btn-1::after,
.btn-1::before {
    transition-delay: 0.2s;
}
.btn-1 span::after,
.btn-1 span::before {
    transition-delay: 0s;
}
.btn-1::before {
    right: 0;
    top: 0;
}
.btn-1::after {
    left: 0;
    bottom: 0;
}
.btn-1 span::before {
    left: 0;
    top: 0;
}
.btn-1 span::after {
    right: 0;
    bottom: 0;
}
.btn-1:hover::after,
.btn-1:hover::before {
    transition-delay: 0s;
}
.btn-1:hover span::after,
.btn-1:hover span::before {
    transition-delay: 0.2s;
}
.know-director-btn {
    display: inline-block;
    position: relative;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin: 0;
    background: rgba(0, 0, 0, 0.09);
}
.know-director-btn span {
    display: block;
    padding: 10px 50px;
}
.know-director-btn::before,
button::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}
.know-director-btn span::before,
span::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: #fff;
}
.know-director-btn:hover::after,
.know-director-btn:hover::before {
    width: 100%;
}
.know-director-btn:hover span::after,
.know-director-btn:hover span::before {
    height: 100%;
}
.btn-6::before {
    left: 50%;
    top: 0;
    transition-duration: 0.4s;
}
.btn-6::after {
    left: 50%;
    bottom: 0;
    transition-duration: 0.4s;
}
.btn-6 span::before {
    left: 0;
    top: 50%;
    transition-duration: 0.4s;
}
.btn-6 span::after {
    right: 0;
    top: 50%;
    transition-duration: 0.4s;
}
.btn-6:hover::after,
.btn-6:hover::before {
    left: 0;
}
.btn-6:hover span::after,
.btn-6:hover span::before {
    top: 0;
}
.divider-custom {
    margin: 1.25rem 0 3.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.divider-custom .divider-custom-line:first-child {
    margin-right: 1rem;
}
.divider-custom .divider-custom-line {
    width: 100%;
    max-width: 7rem;
    height: 3px;
    background-color: #2c3e50;
    border-radius: 1rem;
    border-color: #2c3e50 !important;
}
.divider-custom .divider-custom-icon img {
    width: 30px;
}
.divider-custom .divider-custom-line:last-child {
    margin-left: 1rem;
}
.img-gallery-heading {
    padding: 20px 0;
    position: relative;
}
.img-gallery-section {
    width: 100%;
    float: left;
    position: relative;
}
.img-gallery-heading:before {
    content: "";
    background: #ffc722;
    position: absolute;
    left: -90%;
    top: 0;
    bottom: 0;
    right: 26%;
    z-index: -1;
    transform: skew(-33deg);
    -webkit-transform: skew(-35deg);
}
.img-gallery-heading h1 {
    padding: 0;
    margin: 0;
    font-size: 38px;
}
.img-gallery-heading h1 .btn-viewall {
    font-size: 17px;
    text-decoration: underline;
    color: #5f4b0f;
    margin-left: 10px;
}
.gallery-img-box ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.gallery-img-box ul li {
    padding: 10px;
    margin: 0;
}
.gallery-img-box ul li img {
    height: 300px;
    width: 100%;
}
.photobox {
    font-family: Cabin, sans-serif;
    position: relative;
    overflow: hidden;
    transition: all 0.3s;
    border-top-left-radius: 150px;
    box-shadow: 0px 0px 7px 2px #77c145;
    transition: all 0.3s ease-in-out;
}
.photobox:before {
    content: "";
    background: #4cd137;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    transform: skew(-45deg) translateX(150%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s ease-in-out;
}
.photobox:hover {
    border-radius: 0px;
}
.photobox:hover:before {
    transform: skew(-45deg) translateX(0);
}
.photobox img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all 0.3s ease 0s;
}
.photobox:hover img {
    transform: scale(1.2);
    filter: grayscale(0.7) blur(2px);
}
.photobox .box-content {
    color: #fff;
    text-align: center;
    width: 100%;
    opacity: 0;
    transform: translate(-50%, -50%) rotate(180deg);
    position: absolute;
    top: 50%;
    left: 100%;
    z-index: 1;
    transition: all 0.3s 0s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
.photobox:hover .box-content {
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0);
    left: 50%;
    transition: all 0.5s 0.1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.photobox .title {
    font-size: 19px;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    margin: 0 0 7px;
}
.photobox .post {
    font-size: 16px;
    font-style: italic;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 13px;
    display: block;
}
.photobox .icon {
    padding: 0;
    margin: 0;
    list-style: none;
}
.photobox .icon li {
    margin: 0 4px;
    display: inline-block;
}
.photobox .icon li a {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    border-radius: 50% 50% 0 0;
    display: block;
    transition: all 0.3s;
}
.photobox .icon li a:hover {
    background: #009432;
    box-shadow: 0 0 10px #fff;
}
.video-imgview-heading {
    padding: 20px 0;
    position: relative;
    width: 100%;
    float: left;
}
.video-imgview-heading {
    width: 100%;
    float: left;
    position: relative;
}
.video-imgview-heading:before {
    content: "";
    background: #76c043;
    position: absolute;
    right: -90%;
    top: 0;
    bottom: 0;
    left: 25%;
    transform: skew(-33deg);
    -webkit-transform: skew(-35deg);
}
.video-imgview-heading h1 {
    padding: 0;
    margin: 0;
    font-size: 38px;
    color: #fff;
    position: relative;
    z-index: 10;
}
.inside-banner-section {
    padding-top: 183px;
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.inside-header-bg {
    padding: 10px 0;
    position: relative;
    color: #fff;
}
.inside-header-bg:before {
    content: "";
    background: rgba(244, 125, 63, 0.8901960784313725);
    position: absolute;
    right: -90%;
    top: 0;
    bottom: 0;
    left: -3%;
    transform: skew(-33deg);
    -webkit-transform: skew(-35deg);
}
.inside-header-bg h1 {
    padding: 0;
    margin: 0;
    font-size: 28px;
    position: relative;
    z-index: 1;
}
.breadcrumb-box {
    position: relative;
}
.breadcrumb {
    padding: 0;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
    color: #ffffff99;
}
.inside-body-content-section {
    padding: 20px 0;
    width: 100%;
    float: left;
}
.breadcrumb-box .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    float: right;
}
.breadcrumb-box .breadcrumb-item a {
    color: #fff;
    font-size: 13px;
}
.breadcrumb-item.active {
    color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #d8a78e;
    content: "/";
}
.faculty-view ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.faculty-view ul li {
    padding: 20px 15px;
    text-align: center;
}
.faculty-view ul li .faculty-img {
    width: 100%;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 11px 0 #c7c7c7;
    border: 3px solid #76c043;
}
.faculty-view ul li .faculty-img-box h5 {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 17px;
}
.faculty-view ul li .faculty-img-box h5 a {
    color: #000;
}
.faculty-view ul li .faculty-img .faculty-overlay {
    position: absolute;
    background: rgba(76, 209, 55, 0.7);
    height: 40%;
    width: 100%;
    left: 0;
    bottom: 0;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}
.faculty-view ul li .faculty-img .fcaulty-info {
    padding-top: 10px;
    display: table;
    width: 100%;
    float: left;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
.faculty-view ul li .faculty-img .fac-des-area h6 {
    margin-bottom: 5px;
    font-size: 17px;
}
.faculty-view ul li .faculty-img .fac-des-area {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
}
.faculty-view ul li .faculty-img .fac-des-area p {
    margin-bottom: 5px;
}
.faculty-view ul li .faculty-img .fac-des-area a {
    color: #fff;
}
.faculty-view ul li .faculty-img .fac-des-area .fa {
    font-size: 20px;
}
.faculty-view ul li .faculty-img:hover .faculty-overlay {
    opacity: 1;
}
.faulty-details-info-left h5 {
    font-weight: 400;
}
.faulty-details-info-left h5 small {
    display: block;
    margin-top: 4px;
    font-size: 13px;
}
.faulty-details-info-left h6 {
    font-size: 18px;
    font-weight: 400;
}
.faulty-details-info-left h5 {
    font-weight: 400;
}
.faulty-details-info-left {
    padding: 10px;
    color: #fff;
    font-size: 14px;
}
.search-box .input-group-text {
    background-color: #f47d3f !important;
}
.search-box .form-control {
    border: 1px solid #ccc !important;
}
.search-box-small {
    margin: 5px 0 !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.left-sidebar-menu {
    min-height: 300px;
    padding: 15px 0;
}
.cild-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.cild-menu ul li {
    border: 10px solid #fff;
    text-align: center;
    display: table;
    min-height: 80px;
    background-image: linear-gradient(120deg, #1b8ccc 0, #6faacc 100%);
}
.cild-menu ul li span {
    display: table-cell;
    vertical-align: middle;
}
.cild-menu ul li span a {
    color: #fff;
}
.inside-container {
    width: 100%;
    float: left;
    padding: 15px 0;
}
.btn-Announcement {
    padding: 0 15px;
    border-bottom: 1px solid #f47d3f;
    font-size: 18px;
    color: #000;
}
.btn-Announcement:hover {
    background-color: #f47d3f;
    color: #fff;
}
.fac-detail-img img {
    border-radius: 150px;
    border: 1px solid #6d6d6d;
    box-shadow: 2px 4px 9px 0px #cecece;
}
.annoucement-list {
    text-align: justify;
}
.thumbnail-image {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid #65af31;
}
.cuurent-research ul {
    padding: 0;
    margin: 0 13px;
}
.cuurent-research ul li {
    padding: 5px 0;
    margin: 0;
    font-size: 13px;
}
.faculty-det-left h4 {
    margin-bottom: 15px;
}
.faculty-det-left h4 small {
    display: block;
    font-size: 14px;
}
.md-tabs {
    position: relative;
    z-index: 1;
    padding: 0.7rem;
    margin-right: 1rem;
    margin-bottom: -20px;
    margin-left: 1rem;
    background-color: #2bbbad;
    border: 0;
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.md-tabs .nav-item.open .nav-link,
.md-tabs .nav-link.active {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.md-tabs .nav-link {
    color: #fff;
    border: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.tab-content {
    padding: 1rem;
    padding-top: 2rem;
}
.tab-content > .active {
    display: block;
}
.tab-content > .active {
    display: block;
}
.faculty-detil-tabs {
    margin-top: 30px;
}
.achivement-left-box {
    background-color: #65af31;
    color: #fff;
}
.achivement-left-box h3 {
    margin-bottom: 15px;
    padding-top: 15px;
}
.achivement-left-box ul {
    padding: 0;
    list-style-type: none;
}
.achivement-left-box ul li {
    padding: 9px 0;
    margin: 0;
    border-bottom: 1px solid #509a1d;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.achivement-left-box ul li a {
    color: #fff;
}
.achivement-left-box ul li i {
    margin-right: 8px;
}
.achivement-left-box ul li:last-child {
    border-bottom: 0;
}
.achivement-left-box ul li:hover {
    background-color: #ee7c46;
    padding-left: 8px;
}
.achivement-left-box ul li.active {
    background-color: #ee7c46;
    padding-left: 8px;
}
.annoucement-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.annoucement-list ul li {
    display: block;
    padding: 15px 0;
}
.annoucement-list ul li small {
    list-style-type: none;
    display: block;
    font-size: 14px;
    margin-top: 8px;
    color: #00000073;
}
.annoucement-list ul li h4 {
    margin-bottom: 15px;
    border-bottom: 1px solid #00000030;
    padding-bottom: 8px;
}
.annoucement-list ul li h4 a {
    color: #000;
}
.annoucement-list ul li:first-child {
    padding-top: 0;
}
.annoucement-list ul li:last-child {
    padding-bottom: 0;
}
.annoucement-list ul li .btn-readmore-annoucement {
    font-style: italic;
    color: #ed7a43;
    font-size: 13px;
}
.annoucement-list ul li:hover h4 a {
    color: #f47d3f;
}
.annoucement-details h4 small {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    color: #00000073;
}
.annoucement-details h4 {
    margin-bottom: 15px;
    border-bottom: 1px solid #00000030;
    padding-bottom: 8px;
}
.research-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.research-list ul li {
    display: block;
    padding: 15px 0;
    padding-top: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.research-list ul li small {
    list-style-type: none;
    display: block;
    font-size: 14px;
    margin-top: 8px;
    color: #00000073;
}
.research-list ul li h4 {
    margin-bottom: 0px;
    border-bottom: 0px solid #00000030;
    padding-bottom: 8px;
}
.research-list ul li h4 a {
    color: #000;
}
.research-list ul li:first-child {
    padding-top: 0;
}
.research-list ul li:last-child {
    padding-bottom: 0;
}
.research-list ul li .btn-readmore-annoucement {
    font-style: italic;
    color: #ed7a43;
    font-size: 13px;
}
.research-list ul li:hover h4 a {
    color: #f47d3f;
}
.research-details h4 small {
    display: block;
    font-size: 14px;
    margin-top: 8px;
    color: #00000073;
}
.research-details h4 {
    margin-bottom: 15px;
    border-bottom: 1px solid #00000030;
    padding-bottom: 8px;
}

.news-list-container ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.news-list-container h4 {
    font-size: 20px;
    margin-bottom: 15px;
}
.news-list-container h4 small {
    font-size: 14px;
    color: #00000078;
    margin-top: 8px;
    display: block;
}
.news-list-container ul li {
    padding: 10px 0;
}
.news-list-container ul li h4 a {
    color: #000;
}
.news-list-container ul li .btn-news-readmore {
    font-style: italic;
    color: #ea7842;
}
.news-list-container ul li:last-child {
    padding-bottom: 0;
}
.news-list-container ul li:first-child {
    padding-top: 0;
}
.news-details h4 small {
    display: block;
    font-size: 14px;
    color: #00000078;
    margin-top: 7px;
}
.video-outer ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.video-outer ul li {
    padding: 10px;
}
.video-outer ul li h5 {
    font-size: 17px;
    margin-top: 12px;
}
.contact-list {
    margin-bottom: 15px;
}
.contact-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.contact-list ul li {
    padding: px 0;
}
.fieldset-style {
    border: 1px solid #a9a9a9;
    padding: 15px;
    margin-bottom: 40px;
}
.fieldset-style legend {
    padding: 0 15px;
    display: inline-block;
    width: auto;
}
.ui-accordion .ui-accordion-header {
    font-size: 18px;
}
.cild-menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.cild-menu ul li {
    border: 10px solid #fff;
    text-align: center;
    display: flex;
    background-image: linear-gradient(120deg, #1b8ccc 0, #6faacc 100%);
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.cild-menu ul li::before {
    content: "";
    background-color: #f47d3f;
    height: 100%;
    position: absolute;
    z-index: 100;
    width: 40px;
    left: 0;
    transform: skew(-33deg);
    -webkit-transform: skew(-30deg);
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
}
.cild-menu ul li span {
    height: 70px;
    display: table;
    float: left;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.cild-menu ul li span a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: 15px 10px;
    font-size: 100%;
}
.ui-icon {
    float: right;
    margin-top: 5px;
}
.ui-accordion .ui-accordion-header .fa {
    font-size: 23px;
}
.ui-accordion .ui-accordion-content {
    padding: 20px;
}
.ui-state-default {
    border: 1px solid #fff;
    background: #8bbe41;
    font-weight: 400;
    color: #fff;
}
.thumb-with-info ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.thumb-with-info ul li {
    padding: 10px;
    margin: 0;
}
.thumb-with-info ul li .card-body {
    padding: 5px;
}
.thumb-with-info ul li .card-body .card-title {
    font-size: 17px;
}
.sankshetra-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sankshetra-box ul li {
    padding: 10px;
}
.sankshetra-box ul li .card-body {
    padding: 8px 8px;
    font-size: 14px;
    min-height: 80px;
}
.sankshetra-box2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sankshetra-box2 ul li {
    padding: 10px;
}
.sankshetra-box2 ul li .card-body {
    padding: 8px 8px;
    font-size: 14px;
    min-height: 80px;
}
.pariprekshya-box2 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.pariprekshya-box2 ul li {
    padding: 10px;
}
.pariprekshya-box2 ul li .card-body {
    padding: 8px 8px;
    font-size: 14px;
    min-height: 80px;
}
.fec-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.fec-box ul li {
    padding: 10px;
}
.fec-box ul li .card-body {
    padding: 8px 8px;
    font-size: 14px;
    min-height: 80px;
}
.fec-box ul li .card-body p {
    padding: 0;
    margin: 0;
}
.challan-box {
    background-color: #ececec;
    margin: 20px 0;
    padding: 30px;
}
.challan-box label {
    font-size: 18px;
}
.toggle-sidebar {
    position: fixed;
    top: 177px;
    z-index: 9999;
}
.btn-toggle-inner-wrap {
    display: table-cell;
    vertical-align: middle;
    border-left: none;
    background: #fb5600;
    padding: 25px 10px;
    color: #fff;
}
.btn-toggle-inner-wrap:hover {
    color: #fff;
}
.stff-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.stff-list ul li {
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
}
.stff-list ul li h4 small {
    display: block;
    margin-top: 5px;
}
.stff-list ul li:last-child {
    border-bottom: 0;
}
.stff-list ul li img {
    width: 100% !important;
}
.publication-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.publication-list ul li {
    padding: 15px;
    margin: 10px 0;
}
.publication-list ul li img {
    max-width: 100%;
}
.publication-list ul li:nth-child(odd) {
    background-color: #ececec;
    border-left: 5px solid #76c043;
}
.publication-list ul li:nth-child(even) {
    background-color: #ececec;
    border-left: 5px solid #1b8ccc;
}
.batch-pro ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.batch-pro ul li {
    padding: 0px;
    margin: 10px 0;
    font-size: 13px;
    background-color: #d8d8d8;
    border: 2px solid #77c044;
}
.batch-pro ul li .batch-img {
    position: relative;
    overflow: hidden;
  
}

.batch-pro ul li .batch-img::after {
    content: "";
    width: 100%;
    height: 53px;
    background: #fff;
    z-index: 0;
    bottom: -22px;
    background-color: #77c044;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-2deg);
    transform: skewY(354deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    border-top: 5px solid #fb5600;
}


.batch-pro ul li img{
    height: 160px;
    width: 100%;
    object-fit: cover;
    object-position: center 15%;
}
.batch-pro ul li h4 {
    font-size: 15px;
    font-family: Roboto, sans-serif;
    font-weight: 600;
}
.batch-pro ul li small {
    display: block;
    margin-top: 3px;
    font-size: 15px;
    position: relative;
    z-index: 100;
    padding-left: 5px;
    color: #fff;
}
.batch-pro ul li p {
    margin-bottom: 3px;
}
.batch-pro ul li .batch-info {
    padding: 10px;
}
.batch-pro ul li:hover {
    background-color: #f47d3f;
    color: #fff;
}
.eminent-Speakers ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.eminent-Speakers ul li {
    padding: 15px;
}
.eminent-Speakers ul li .card {
    box-shadow: none;
}
.eminent-Speakers ul li .card-title {
    font-size: 16px;
}
.eminent-Speakers ul li .view {
    max-height: 200px;
}
.eminent-Speakers ul li .view img {
    width: 100%;
    height: 200px;
}
.eminent-Speakers ul li .card-body {
    padding: 7px 10px;
    font-size: 13px;
    min-height: 90px;
    background-color: #76c043;
    color: #fff;
}
.eminent-Speakers ul li .card-body .font-weight-bold {
    font-weight: 400;
}
.eminent-Speakers ul li .card-body h4 {
    margin-bottom: 5px;
    font-weight: 400 !important;
}
.eminent-Speakers ul li .card .card-body .card-text {
    color: #fff;
}
.eminent-Speakers ul li .card-body .card-text {
    font-size: 12px;
}
.eminent-Speakers ul li .card-title {
    font-size: 14px;
}
.commeitee-box .card-title {
    font-size: 16px;
}
.commeitee-box .card {
    margin-bottom: 15px;
}
.Hrithvi-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.Hrithvi-box ul li {
    padding: 15px;
}
.Hrithvi-box ul li .card-body {
    padding: 7px;
}
.Hrithvi-box ul li .card-body .card-title {
    font-size: 16px;
}
.media-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.media-list ul li {
    padding: 5px;
    margin: 0;
}
.media-list ul li img {
    max-width: 100%;
}
.media-list ul li .card-body {
    padding: 5px;
}
.alumni-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.alumni-list ul li {
    padding: 10px;
}
.alumni-list ul li h4 {
    border-bottom: 1px solid #0000001f;
    padding-bottom: 5px;
}
.alumni-list ul li h4 a {
    color: #000;
    font-size: 18px;
}
.alumni-list ul li h4 small {
    display: block;
    font-size: 13px;
    margin-top: 3px;
    color: #0000008f;
}
.amrit-sar-media-footer h5 {
    display: inline;
    margin-left: 5px;
}
.amrit-sar-media-footer p {
    margin-top: 5px;
}
.indiamap {
    margin-left: 50px;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #76c043;
    border-color: #76c043;
}
.list-group-item {
    font-size: 14px;
}
.list-group-item a {
    color: #000;
}

.fieldset-style .rounded-circle {
    padding: 7px 10px;
    color: #000;
}
.badge-danger {
    background-color: #ff3547 !important;
    font-weight: 550;
    letter-spacing: 1px;
}
.calendar-date ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.calendar-date ul li {
    padding: 0 10px;
    border: 5px solid #fff;
    color: #fff;
    text-align: center;
    display: table;
    min-height: 216px;
}
.calendar-date ul li h5 {
    font-size: 22px;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.calendar-date ul li .card-desc {
    display: table-cell;
    vertical-align: middle;
}
.calendar-date ul li span {
    display: block;
    font-size: 50px;
    margin-bottom: 10px;
}
.calendar-date ul li:nth-child(1) {
    background-color: #55823b;
}
.calendar-date ul li:nth-child(2) {
    background-color: #fdb71b;
}
.calendar-date ul li:nth-child(3) {
    background-color: #21b0ab;
}
.calendar-date ul li:nth-child(4) {
    background-color: #bfc933;
}
.feedback-list ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.feedback-list ul li {
    color: #fff;
    padding: 10px 20px;
    margin: 82px 0;
    background-color: #76c043;
    position: relative;
    color: #fff;
}
.feedback-list ul li:after {
    content: "";
    width: 100%;
    height: 109px;
    background: #fff;
    z-index: -1;
    bottom: 30px;
    background-color: #76c043;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-2deg);
    transform: skewY(4deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    border-bottom: 7px solid #4c921b;
}
.feedback-list ul li img {
    border: 4px solid #fff;
}
.feedback-list ul li:first-child {
    margin-top: 0;
}
.feedback-list ul li:last-child {
    margin-top: 0;
}
.testimonials-plecement ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.testimonials-plecement ul li {
    color: #fff;
    padding: 10px 20px;
    margin: 82px 0;
    background-color: #76c043;
    position: relative;
    color: #fff;
}
.testimonials-plecement ul li:after {
    content: "";
    width: 100%;
    height: 145px;
    background: #fff;
    z-index: -1;
    bottom: -5px;
    background-color: #76c043;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-2deg);
    transform: skewY(3deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    border-bottom: 7px solid #d96f38;
}
.testimonials-plecement ul li img {
    border: 4px solid #fff;
}
.testimonials-plecement ul li:first-child {
    margin-top: 0;
}
.testimonials-plecement ul li img {
    border-radius: 100px;
}
.gallery-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.gallery-list ul li {
    padding: 10px;
    margin: 0;
    max-height: 225px;
    overflow: hidden;
}
.gallery-list ul li img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.gallery-list ul li .card {
    border-top-left-radius: 150px;
}

.gallery-list ul li .view {
    border-top-left-radius: 150px;
    transition: all 0.3s ease-in-out;
}
.gallery-list ul li .view:hover {
    border-radius: 0px;
}
.gallery-list ul li .view a {
    color: #fff;
    font-size: 30px;
}
.nav-bottom .btn {
    padding: 0;
}
.nav .btn {
    padding: 0;
}
.prev {
    padding: 0;
}
.next {
    padding: 0;
}
#jGallery .container {
    max-width: 100%;
}
.student-event ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.student-event ul li {
    padding: 15px 15px 15px 100px;
    background-color: #76c0436b;
    margin: 15px 0;
    position: relative;
    text-align: justify;
}
.student-event ul li .panelbox {
    width: 55px;
    height: 100%;
    position: absolute;
    background: #76c043;
    left: 0;
    top: 0;
}
.student-event ul li .panelbox .panel-inside {
    position: absolute;
    left: 40px;
    top: 25px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: left top 0;
    color: #fff;
    min-width: 230px;
    z-index: 9;
}
.student-event ul li .panelbox .panel-inside .panel-desc {
    position: absolute;
    left: 60px;
    top: -4px;
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(0);
    transform-origin: left top 0;
    color: #fff;
    min-width: 230px;
    z-index: 9;
}
.student-event ul li .panelbox .panel-inside .panel-desc:after {
    background: #fff;
    display: inline-block;
    content: "";
    width: 40px;
    height: 1px;
    vertical-align: middle;
    margin: 0 8px;
}
.student-event ul li:hover .panelbox {
    background-color: #000;
}
.student-event ul li h4 {
    margin-bottom: 15px;
    text-align: left;
}
.recruiters-logo ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.recruiters-logo ul li {
    padding: 10px;
}
.pagination .next {
    padding: 0.5rem 0.75rem;
}
.general-management-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.general-management-list ul li {
    padding: 10px 15px;
    margin: 0;
    background-color: #1e8ecd;
    color: #fff;
    border: 5px solid #fff;
    border-radius: 10px;
    display: table;
    min-height: 80px;
}
.general-management-list ul li span {
    display: table-cell;
    vertical-align: middle;
}
.important-date ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.important-date ul li {
    padding: 10px;
    margin: 0;
    list-style-type: none;
    color: #fff;
    text-align: center;
}
.important-date ul li h6 {
    border-bottom: 1px solid #fff;
    min-height: 86px;
}
.important-date ul li:nth-child(odd) {
    background-color: #76c043;
}
.important-date ul li:nth-child(even) {
    background-color: #3782bb;
}
.list-view-round ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.list-view-round ul li {
    padding: 5px 30px;
}
.list-view-round ul li:before {
    content: "\f058";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px;
    margin-left: -28px;
}
.cpnference-head {
    padding: 15px;
    margin-bottom: 20px;
}
.eminent-faculty-box .card-body {
    padding: 5px 8px;
}
.eminent-faculty-box .card-body h5 {
    font-size: 16px;
}
.profile-box ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.profile-box ul li {
    padding: 0 0 0 55px;
    background-color: #76c0436b;
    margin: 15px 0;
    position: relative;
    text-align: justify;
    overflow: hidden;
}
.profile-box ul li .panelbox {
    width: 55px;
    height: 100%;
    position: absolute;
    background: #76c043;
    left: 0;
    top: 0;
    z-index: 10;
}
.profile-box ul li .panelbox .panel-inside {
    position: absolute;
    left: 40px;
    top: 25px;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 2px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: left top 0;
    color: #fff;
    min-width: 230px;
    z-index: 9;
}
.profile-box ul li .panelbox .panel-inside .panel-desc {
    position: absolute;
    left: 0;
    top: 4px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(0);
    transform-origin: left top 0;
    color: #fff;
    min-width: 384px;
    z-index: 9;
}
.profile-box ul li .panelbox .panel-inside .panel-desc:after {
    background: #fff;
    display: inline-block;
    content: "";
    width: 40px;
    height: 1px;
    vertical-align: middle;
    margin: 0 8px;
}
.profile-box ul li:hover .panelbox {
    background-color: #1b8ccc;
}
.profile-box ul li h4 {
    margin-bottom: 15px;
    text-align: left;
}
.profile-box ul li .prof-desc {
    padding: 10px 0 6px 70px;
    bottom: -91px;
    position: absolute;
    background-color: #f47d3fe0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 12px;
}
.profile-box ul li .prof-desc h6 {
    font-size: 13px;
}
.profile-box ul li:hover .prof-desc {
    bottom: 0;
}
.programe-box .card-header {
    background-color: #1b8ccc;
    color: #fff;
    font-size: 18px;
}
.programe-box .card-body {
    min-height: 208px;
}
.abmp-box .card-header {
    background-color: #1b8ccc;
    color: #fff;
    font-size: 15px;
    min-height: 69px;
}
.abmp-box .card-body {
    min-height: 208px;
}

.carousel-control-next {
    right: 0;
    width: 42px;
    background-color: #f47d3f;
    padding: 10px;
    top: 48%;
    bottom: 45%;
}

.carousel-control-prev {
    left: 0;
    width: 42px;
    background-color: #f47d3f;
    padding: 10px;
    top: 48%;
    bottom: 45%;
}

.staff-container ul {
    padding: 0px;
    margin: 0px -15px;
    list-style: none;
}
.staff-container ul li {
    padding: 15px 15px;
}
.staff-container ul li .img-box {
    position: relative;
    background-color: #77c044;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 200px;
    height: 200px;
    overflow: hidden;
    display: grid;
    align-items: center;
    border: 5px solid #77c044;
}
.staff-container ul li .img-box img {
    border-radius: 100px;

    border: 5px solid #77c044;
    width: 100%;
    height: auto;
    border-radius: 100px;
    overflow: hidden;
}

.staff-container ul li h5 {
    margin-top: 15px;
    color: #3f8211;
}
.staff-container ul li h5 small {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.video-archive {
    background-color: #76c043;
}
.video-archive h4 {
    margin-top: 15px;
    color: #fff;
}
.video-archive ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.video-archive ul li {
    border-bottom: 1px solid #fff;
    padding: 5px 0px;
}
.video-archive ul li.active {
    background-color: #1b8ccc;
    padding-left: 5px;
}
.video-archive ul li:last-child {
    border-bottom: 0px;
}
.video-archive ul li a {
    color: #fff;
}

.video-list-box ul {
    padding: 0px;
    margin: 0px -15px;
    list-style-type: none;
}
.video-list-box ul li {
    padding: 0px 15px;
    position: relative;
    height: 300px;
    margin-bottom: 15px;
}
.video-list-box ul li iframe {
    height: 100%;
    width: 100%;
}
.student-list .card {
    margin-bottom: 15px;
}
.student-list .card .card-body {
    font-size: 14px;
    min-height: 114px;
    padding: 10px;
}
.student-list .card .card-body h5 {
    font-size: 14px;
    font-weight: 700;
}
.student-list h4 {
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    padding-bottom: 4px;
}
.campus-list {
    margin-top: 50px;
}
.campus-list .card-body {
    padding: 10px;
}
.campus-list .card-body h5 {
    margin: 0px;
}
.campus-list .campus-overlay {
    display: table;
    height: 271px;
    background-color: #f3f3f3;
    overflow: hidden;
}
.campus-list .campus-overlay a {
    display: table-cell;
    vertical-align: middle;
}
.campus-gallery ul {
    padding: 0px;
    margin: 0px -15px;
    list-style-type: none;
}
.campus-gallery ul li {
    padding: 0px 15px;
}
.campus-gallery ul li a {
    color: #fff;
}

.btn-blink {
    -webkit-animation: NAME-YOUR-ANIMATION 1s infinite; /* Safari 4+ */
    -moz-animation: NAME-YOUR-ANIMATION 1s infinite; /* Fx 5+ */
    -o-animation: NAME-YOUR-ANIMATION 1s infinite; /* Opera 12+ */
    animation: NAME-YOUR-ANIMATION 1s infinite; /* IE 10+, Fx 29+ */
    padding: 6px 21px;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0%,
    49% {
        background-color: rgb(117, 209, 63);
        border: 3px solid #e50000;
    }
    50%,
    100% {
        background-color: #e50000;
        border: 3px solid rgb(117, 209, 63);
    }
}
.blog-list ul {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.blog-list ul li {
    background-color: #76c043;
    position: relative;
    margin: 50px 0px;
    color: #fffffff2;
}
.blog-list ul li .description {
    padding: 8px 12px 0px 0px;
}
.blog-list ul li .description h4 {
    margin-bottom: 15px;
}
.blog-list ul li .description h4 a {
    color: #fffffff2;
}
.blog-list ul li .description .bottom-link {
    position: absolute;
    bottom: 0;
}
.blog-list ul li .description .bottom-link li {
    float: left;
    padding: 0px 15px;
    border-right: 1px solid #d1f3b9;
    margin: 0px;
    color: #d1f3b9;
}
.blog-list ul li .description .bottom-link li:last-child {
    border-right: 0px;
}
.blog-list ul li .description .bottom-link li:first-child {
    padding-left: 0px;
}
.blog-list ul li .description .bottom-link li::after {
    display: none;
}

.blog-list ul li::after {
    content: "";
    width: 100%;
    height: 59px;
    background: #fff;
    z-index: -1;
    bottom: -33px;
    background-color: #76c043;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    border-bottom: 5px solid #3d9600;
}
.blog-leftbar {
    background-color: #76c043;
    padding: 0px;
    color: #ffffff;
}

.blog-leftbar .details-desc {
    padding: 0px 15px 15px 15px;
}
.blog-leftbar .details-desc h4 {
    border-bottom: 1px solid #ffffffc2;
    padding-bottom: 11px;
    margin-bottom: 15px;
}
.blog-leftbar .details-desc h4 small {
    display: block;
    font-size: 14px;
    margin-top: 5px;
}

.btn-about-pro {
    background-color: #8bbe41 !important;
}

.twitter-feed {
    max-height: 450px;
    overflow: auto;
    overflow-x: hidden;
}

.twitter-feed::-webkit-scrollbar {
    width: 1em;
}

.twitter-feed::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.twitter-feed::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}
.SandboxRoot.env-bp-660 .timeline-Tweet-text {
    font-size: 21px !important;
    line-height: inherit !important;
    font-weight: 300;
}
