.slider-content {
    position: absolute;
    z-index: 999;
    top: 34%;
    padding: 50px 20px;
}

.slider-content h3 {
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}

.slider-content a.slider-btn {
    background: #000;
    text-decoration: none;
    color: #fff;
    border-radius: 33px;
    display: inline-block;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    width: 145px;
    height: 45px;
    line-height: 43px;
}

.split-slideshow {
    position: relative;
    height: 100vh;
}

.slideshow {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.slideshow .slider {
    width: 100vw;
    height: 100vw;
    z-index: 2;
}

.slideshow .slider * {
    outline: none;
}

.slideshow .slider .item {
    height: 100vh;
    width: 100vw;
    position: relative;
    overflow: hidden;
    border: none;
}

.slideshow .slider .item .text {
    display: none;
}

.slideshow .slider .item img {
    min-width: 101%;
    min-height: 101%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.slideshow .slick-dots {
    position: absolute;
    z-index: 100;
    width: 40px;
    height: auto;
    bottom: auto;
    top: 30%;
    right: 0;
    transform: translateY(-50%);
    left: auto;
    color: #fff;
    display: block;
}
.address p {color:#b7b7b7;}
.slideshow .slick-dots li {
    display: block;
    width: 100%;
    height: auto;
}
.our_pro h1 {font-size:50px;font-weight:600;text-align:center;margin-bottom:50px;}
.swiper-counter {
    position: absolute;
    z-index: 9999;
    color: #fff;
    top: 20px;
    left: 20px;
}

.slideshow .slick-dots li button {
    position: relative;
    width: 20px;
    height: 15px;
    text-align: center;
}

.slideshow .slick-dots li button:before {
    content: '';
    background: #fff;
    color: #fff;
    height: 2px;
    width: 20px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    opacity: 0.6;
}

.slideshow .slick-dots li.slick-active button:before {
    width: 40px;
    opacity: 1;
}

.slideshow.slideshow-right {
    left: 0;
    z-index: 1;
    width: 50vw;
    pointer-events: none;
}

.slick-track {
    height: 100% !important;
}

.slideshow.slideshow-right .slider {
    left: 0;
    position: absolute;
}

.slideshow-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    font-size: 40px;
    width: 60vw;
    text-align: center;
    color: #fff;
    font-weight: bold;
    pointer-events: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 40px;
    font-family: 'Mulish', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "avenirltstd-light", Sans-serif;
}

h4 {
    font-weight: 600;
}

.permanent-tagline {
    position: absolute;
    bottom: 20px;
    z-index: 9;
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 24px;
}

.inner-logo img {
    width: 60px;
}

.inner-header nav {
    padding: 5px 50px 0px;
}

@media (max-width: 767px) {
    .slideshow-text {
        font-size: 40px;
    }
}

.the-most {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 50vw;
    max-width: 200px;
    padding: 10px;
}

.the-most img {
    max-width: 100%;
}

.projects-section {
    padding: 60px;
}

.projects-content {
    padding: 65px 45px;
}

.gallery-content .carousel-inner img {
    opacity: 01;
    height: 650px;
    width: 100%;
    object-fit: cover;
}

.gallery-content .card {
    border-radius: 0px;
    border: 0px;
}

.projects-content h4 {
    text-transform: uppercase;
    font-size: 28px;
    margin-bottom: 0px;
    font-weight: bold;
    text-align: left;
    line-height: 32px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    /* Compensate for excess margin on outer gallery flex items */
    margin: -1rem -1rem;
}

.gallery-item {
    /* Minimum width of 24rem and grow to fit available space */
    flex: 1 0 24rem;
    /* Margin value should be half of grid-gap value as margins on flex items don't collapse */
    margin: 1rem;
    /* box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4); */
    overflow: hidden;
}

.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
}

.gallery {
    padding: 0 0px;
}

.gallery-image:hover {
    transform: scale(1.15);
}

.details-content {
    padding: 60px 0;
}

@supports (display: grid) {
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
        grid-gap: 2rem;
    }

    .gallery,
    .gallery-item {
        margin: 0;
    }
}

.grid-box {
    height: 500px;
    margin-bottom: 80px;
}
picture {
    height: 100%;
    display: flex;
}
picture img {
    object-fit: cover;
}
.projects-section .grid-box a {
    display: block;
    position: relative;
    height:100%;
    overflow: hidden;
}

.projects-section .grid-box a:hover img {
    transform: scale(1.1);
    transform-origin: 50% 50%;
    transition-duration: 6s;
    transition-timing-function: ease-in-out;
}

.projects-section .grid-box a:hover .image-hover-content {
    opacity: 1;
}

.projects-section .grid-box a .image-hover-content.black-hover {
    background: rgba(0, 0, 0, 0.7);
}

.projects-section .grid-box a .image-hover-content {
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding: 45px;
    z-index: 1;
    opacity: 0;
    webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.projects-section .grid-box a:hover .image-hover-content span {
    top: 0px;
    transition: 1s;
}

.projects-section .grid-box a .image-hover-content span {
    display: block;
    width: 100%;
    top: 20px;
    transition: 1s;
    position: relative;
}

.projects-section .grid-box a .image-hover-content .image-hover-title {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2.5px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 10px;
    text-overflow: ellipsis;
}

.projects-section .grid-box a .image-hover-content .image-hover-para {
    font-size: 16px;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    color: #fff;
    padding: 0;
    margin-bottom: 20px;
    max-width: 300px;
}

.projects-section .btn.btn-default {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 2.5px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 10px;
    height: 38px;
    position: relative;
    transition: all 0.5s ease;
    width: 100%;
}

button.btn.btn-default.btn-black {
    color: #fff;
    border: 1px solid #000;
    background: #000;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .gallery-content .carousel-inner .carousel-item>div {
        display: none;
    }

    .gallery-content .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.gallery-content .carousel-inner .carousel-item.active,
.gallery-content .carousel-inner .carousel-item-next,
.gallery-content .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .gallery-content .carousel-inner .carousel-item-end.active,
    .gallery-content .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .gallery-content .carousel-inner .carousel-item-start.active,
    .gallery-content .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.gallery-content .carousel-inner .carousel-item-end,
.gallery-content .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.projects-detail-section {
    padding: 60px 0;
    text-align: center;
}

.projects-detail-section h3 {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 600;
}

.projects-detail-section p {
    font-size: 20px;
    color: #626262;
    font-weight: 400;
    line-height: 32px;
}


footer {
    background: #1a1a1a;
    padding-top:80px
}

footer p {
    color: #b7b7b7;
    letter-spacing: 0.8px;
    line-height: 20px;
    font-size: 15px;
}

footer p a {
    text-decoration: none;
    color: #b7b7b7;
}

footer p a:hover {
    color: #fff;
}

.footer-section h4 {
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
}

.footer-section ul {
    padding-left: 0px;
    list-style: none;
}

.footer-section ul li a {
    text-decoration: none;
    line-height: 32px;
    color: #b7b7b7;
    font-size: 15px;
}

.footer-section ul li a:hover {
    color: #f2f2f2;
}

.footer-section .social-icons ul {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    list-style: none;
    margin-top: 15px;
}

footer .social-icons {
    text-align: left;
}

footer .content-width {
    width: 82%;
}

.footer-copyright {
    background-color: #000;
    padding: 25px;
	margin-top:50px;
	margin-bottom:-20px;
}

.footer-copyright p {
    color: #646464;
    text-align: center;
}

footer p img {
    width: 18px;
    margin-right: 10px;
    vertical-align: bottom;
}

/* === HEADING STYLE #2 === */
.footer-section h4 {
    text-transform: capitalize;
}

.footer-section h4:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    content: "";
    background-color: #ffffff;
}

.prjctmdl_clck.card {
    margin-bottom: 30px;
    border: #fff;
    border-radius: 0px;
}

.grid {
    padding: 60px 0;
}

.prjctmdl_clck .card-body {
    background: rgb(255 255 255);
    color: #222;
    border-radius: 0;
    width: 100%;
    position: relative;
    bottom: 0;
    padding: 0.6rem 0;
    text-align: left;
}

.prjctmdl_clck .card-body h3 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5px;
}

.prjctmdl_clck .card-body p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 5px;
    text-transform: uppercase;
}

.prjctmdl_clck img {
    border-radius: 0px;
}

.swiper-content {
    position: absolute;
    bottom: 0px;
    z-index: 999;
    background: #000000b3;
    color: #fff;
    width: 100%;
    padding: 20px 10px;
    height: 100px;
}

.swiper-content p button.btn.btn-primary {
    background: #fff;
    color: #222;
    border: #fff;
    border-radius: 0px;
    padding: 3px 8px;
    font-size: 14px;
    margin-left: 10px;
}

.parent-slider>.swiper-wrapper h2,
.parent-slider>.swiper-wrapper h3 {
    display: block;
    margin: 0px 0 10px 0;
}

.parent-slider>.swiper-wrapper h2 {
    font-size: 20px;
    letter-spacing: 1px;
}

.parent-slider>.swiper-wrapper p {
    font-size: 16px;
    color: #b7b7b7;
}

.prjct_mdl_cnt .modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 600px;
}

.swiper-slide .modal-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.swiper-slide .modal {
    text-align: left;
}

.swiper-slide .modal-content {
    background-color: #000000d6;
}

.swiper-slide button.close {
    border-radius: 100px;
    border: 1px solid #fff;
    width: 32px;
    height: 32px;
    line-height: 26px;
    font-size: 26px;
}

.swiper-slide .modal-body h4 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 6px;
}

.swiper-slide .modal-body p {
    font-size: 16px;
    color: #ebebeb;
    margin-bottom: 20px;
    letter-spacing: 0.4px;
    line-height: 24px;
    text-align: justify;
}



.heading {font-size:50px;margin-bottom:20px;}


.about-slider {margin-bottom:0;}
.gallery-item img{margin-bottom:30px;}
.about-slider .section-heading h3 {
    text-decoration: none;
    font-size: 64px;
    font-weight: bold;
    color: #fff;
    padding-top: 10px;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    background: rgba(0,0,0,.5);
}

.about-slider .section-heading p {
    color: #f0f0f0;
    text-align: center;
    font-size: 24px;
}
#gallery {
    padding-top: 40px;
}
@media screen and (min-width: 991px) {
    #gallery {
        padding: 60px 30px 0 30px;
   }
}
.img-wrapper {
    position: relative;
    margin-top: 15px;
}
.img-wrapper img {
    width: 100%;
}
.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.img-overlay i {
    color: #fff;
    font-size: 3em;
}
#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
}
@media screen and (min-width: 768px) {
    #overlay img {
        width: 60%;
   }
}
@media screen and (min-width: 1200px) {
    #overlay img {
        width: 50%;
   }
}
#nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#nextButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #nextButton {
        font-size: 3em;
   }
}
#prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
}
#prevButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #prevButton {
        font-size: 3em;
   }
}
.bgColor .section-heading{
    background-color: #000;
    padding: 40px;
}
.bgColor .section-heading h3{
    font-size: 32px;
    margin-bottom: 0;
    padding-top: 232px;
}
.padding-top-section{
 !important;
}
#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
}
#exitButton:hover {
    opacity: 0.7;
}
@media screen and (min-width: 768px) {
    #exitButton {
        font-size: 3em;
   }
}

.about-content p {
    /* line-height: 25px; */
    margin-bottom: 10px;
    color: #000000;
    font-size: 15px;
    text-align: justify
}

.about-slider {
    position: relative;
}

.naccs,
.slider-banner,
.blog-detail-slider {
    margin-top: 70px;
}

.about-slider .section-heading {
  
    width: 100%;
	padding:230px; height:500px
}

.about-img h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 0px;
}

.about-content {
    padding: 20px 30px 0 0;
}

.about-content.rightpadding {
    padding-right: 30px;
}

.team {
    padding: 60px 0 !important;
}

.about-content.left-padding {
    padding-left: 30px;
}

.team-modal .modal-header {
    font-size: 24px;
}

.team-modal button.btn-close {
    background-color: #fff;
    opacity: 1;
    border-radius: 100px;
    font-size: 12px;
    position: absolute;
    right: 38px;
    top: 20px;
    border: 1px solid #000;
    padding: 8px;
}

.team-modal .modal-body {
    padding: 40px;
}

.about-team-member h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.about-team-member h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.team-modal .modal-body p {
    line-height: 26px;
    margin-bottom: 10px;
    color: #646464;
    font-size: 16px;
    text-align: justify;
}

.permanent-tagline p {
    text-shadow: 0 0px 3px #00000073;
}

.contact-form h2,
.call-info h2 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}

.call-info h2 {
    margin-bottom: 20px;
}

.contact-form p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #575656;
}

.contact-form button.btn.btn-primary {
    background: #000;
    border: 1px solid #000;
    border-radius: 0px;
    width: 100%;
    height: 44px;
    position: relative;
}

.contact-form button.btn.btn-primary:hover {
    background-color: #414141;
    border: 1px solid #414141;
}

.contact-form .form-control {
    border-radius: 0px;
    min-height: 44px;
}

.contact-form .form-control:focus {
    box-shadow: none;
    border-color: #1a1a1a;
}

.contact-form label {
    font-size: 16px;
}

.email-info img {
    margin-right: 10px;
}

.philosophy .excerpt p {
    line-height: 25px;
    margin-bottom: 10px;
    color: #6e6e6e;
    font-size: 18px;
    text-align: justify;
}

.right-image-area h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 0px;
}

#blogdetailmodal {
    padding: 60px 0;
}

.publications-logos {
    text-align: center;
    padding: 10px;
    border: 1px solid #efefef;
    height: 90px;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background: #f5f5f5;
}

#blogdetailmodal span.image-hover-para {
    max-width: 100%;
}

.publications-logos img {
    width: 100px;
}

ul.dropdown-menu.show {
    background: #000;
    border: 1px solid #000;
}

ul.dropdown-menu.show li a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

ul.dropdown-menu {
    padding: 0;
}

ul.dropdown-menu .dropdown-item {
    height: 40px;
    line-height: 30px;
}

ul.dropdown-menu .dropdown-item:hover {
    color: #fff;
    background-color: #2a2a2a;
}

.online-features {
    padding: 60px 0;
}

.online-features a {
    text-decoration: none;
    color: #000000;
}

.online-features .section-heading h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

p.success-msg {
    font-weight: 600;
    color: green;
    font-style: italic;
}

.feature-box {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 20px;
}

.feature-box h3 {
    text-align: left;
    font-weight: 600;
    padding: 10px 0 3px;
    font-size: 18px;
}

.dropdown-menu li a:hover::before {
    display: none;
}

.blog-detail-slider {
    background-color: #ededed;
    padding: 40px 0;
}

.blog-detail-slider h1 {
    text-align: center;
    font-size: 32px;
    color: #58595b;
    font-weight: bold;
}
/* The Modal (background) */
.projects-detail-section .modal {
	display: none;
	position: fixed;
	z-index: 99;
	padding-top: 30px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: black;
}

.gallery-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: #fff;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); */
    width: 100%;
    margin: 0 auto;
    /* padding: 10px; */
}
.gallery-item {
    flex-basis: 31.7%;
    margin: 0 15px 15px 0;
    opacity: 1;
    background-color: #000;
    cursor: pointer;
    
}
.gallery-item:hover {
    opacity: 0.8;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-content {
    font-size: .8em;
}

.lightbox {
    position: fixed;
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;              
    overflow: auto;
    top: 0;
    left: 0;
    z-index:99;
}
.lightbox-content {
    position: relative;
    width: 80%;
    height: 80%;
    margin: 5% auto;
}
.lightbox-content img {
    border-radius: 7px;
    box-shadow: 0 0 3px 0 rgba(225, 225, 225, .25);
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.lightbox-prev,
.lightbox-next {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 12px;
    top: 45%;
    cursor: pointer;
}
.lightbox-prev {
    background-image: url('../images/back.png');
    background-repeat: no-repeat;
}
.lightbox-next {
    background-image: url('../images/angle-right.png');
    background-repeat: no-repeat;
}
.lightbox-prev {
    left: 0;
}
.lightbox-next {
    right: 0;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: .8;
}

@media (max-width: 767px) {
    .gallery-container {
        width: 100%;
    }
    .gallery-item {
        flex-basis: 49.80%;
        margin-bottom: 3px;
    }
    .lightbox-content {
        width: 80%;
        height: 60%;
        margin: 15% auto;
    }
}
@media (max-width: 480px) {
    .gallery-item {
        flex-basis: 100%;
        margin-bottom: 1px;
    }
    .lightbox-content {
        width: 90%;
        margin: 20% auto;
    }
}
/* Modal Content */
.projects-detail-section .modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 1200px;
}

/* The Close Button */
.projects-detail-section .close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	z-index: 1000;
}

.projects-detail-section .close:hover,
.projects-detail-section .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

/* Hide the slides by default */
.projects-detail-section .mySlides {
	display: none;
}

/* Next & previous buttons */
.projects-detail-section .prev,
.projects-detail-section .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	-moz-user-select: none;
	 -ms-user-select: none;
	     user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.projects-detail-section .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.projects-detail-section .prev:hover,
.projects-detail-section .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.projects-detail-section .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
	background: black;
	color: white;
	width: 100%;
}

.projects-detail-section .active,
.projects-detail-section .demo:hover {
	opacity: 1;
}

.projects-detail-section img.hover-shadow {
	transition: 0.3s;
}

.projects-detail-section .hover-shadow:hover {
	cursor: pointer;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.carousel-caption {
    top: 43%;
}
.award-content-section p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: left;
    text-transform: uppercase;
}
.award-content-section span {
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: left;
    display: block;
    color: #383838;
}
.carousel-caption .btn.btn-default {
    border-radius: 0px;
    background-color: #ffffff;
    border: solid 1px #ffffff;
    font-size: 15px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    padding: 0px 0px;
    height: 42px;
    position: relative;
    transition: all 0.5s ease;
    width: 215px;
    margin-top: 30px;
    line-height: 40px;
}

.carousel-caption .btn.btn-default:hover {
    background-color: #000;
    border: solid 1px #000;
    color: #fff;
}

.carousel-caption h5 {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
    line-height: 44px;
    text-shadow: 0 0px 3px #0000006b;
}

.carousel-caption p {
    font-size: 52px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0 0px 3px #0000006b;
}

.carousel-inner {
    background: #000;
}

.carousel-inner img {
    opacity: 0.7;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 10px;
    width: 3rem;
    height: 3rem;
    background-size: 60% 100%;
}

.mag_head {
    top: 40%;
}

.book-publications table tr td,
.book-publications table tr th {
    border: 1px solid #ddd;
    padding: 10px;
}

.book-publications table tr th {
    font-weight: bold;
}

.book-publications table tr td img {
    width: 150px;
}

.blg_dtl_cnt img {
    max-width: 100%;
}

.error {
    color: red;
    font-size: 14px;
    padding-top: 7px;
}

/* .blg_dtl_cnt img {
    max-width: 40%;
} */

.bacon-blog-post h3 {
    font-size: 20px;
}

#loading {
    position: absolute;
    left: 34%;
    top: 19%;
    z-index: 1;
    width: 26px;
    height: 26px;
    border: 5px solid #c7c7c7;
    border-radius: 50%;
    border-top: 5px solid #ffffff;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.right-image-area {
    margin-bottom: 50px;
}

.about-img {
    margin-bottom: 50px;
    padding-right: 30px;
}

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

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

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

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

/* Add animation to "page content" */
.animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
}

.images-counter {
    color: #000;
    font-size: 22px;
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 9;
    background: #fff;
    border-radius: 100px;
    width: 70px;
    height: 70px;
    line-height: 65px;
    text-align: center;
    border: 2px solid #000;
}

.card-img {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

@-webkit-keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0px;
        opacity: 1
    }
}

@keyframes animatebottom {
    from {
        bottom: -100px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@media (max-width:991px) {

    .inner-header .hd_tgln,
    .inner-header .navbar-brand,
    .inner-header .nav-link {
        color: #fff;
    }

    .philosophy .excerpt p {
        font-size: 16px;
    }
}

@media (max-width:820px) {
    .projectbox img {
        width: 100%;
        height: 400px;
    }

    .online-features {
        padding: 20px 0;
    }

    .projects-content {
        margin-top: 0%;
    }

    .about-content {
        padding: 0px 0;
    }

    button.btn.btn-default.btn-black {
        margin-bottom: 40px;
        margin-left: 44px;
    }

    .right-image-area {
        margin-bottom: 30px;
    }

    .feature-box img {
        width: 100%;
    }

    .blg_dtl_cnt img {
        max-width: 100%;
    }

    .contact-form {
        margin-top: 40px;
    }

    footer p {
        text-align: left;
    }

    .footer-section h4 {
        font-size: 16px;
    }

    .prjctmdl_clck .card-img-top {
        height: auto;
    }

    .prjctmdl_clck .card-body h3 {
        font-size: 17px;
    }

    .prjctmdl_clck .card-body p {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    .carousel-caption h5 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .carousel-caption p {
        font-size: 16px;
    }

    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        border: 2px solid #fff;
        width: 1.5rem;
        height: 1.5rem;
        background-size: 68% 100%;
    }

    .philosophy .post-title a {
        font-size: 20px;
        padding-top: 0px;
        margin-bottom: 10px;
    }

    .team {
        padding: 20px 0 !important;
    }

    .right-image-area h3 {
        font-size: 20px;
        margin: 10px 0px 5px;
    }

    .grid {
        padding: 40px 0;
    }

    .inner-header nav {
        padding: 5px 40px 0px;
    }
    .projects-detail-section p{
        margin-bottom: 20px;
    }
    .details-content {
        padding: 20px 0;
    }
    .projects-detail-section p {
        font-size: 16px;
    }
    .projects-detail-section h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }
}

@media (max-width:767px) {
    .projects-section {
        padding: 20px;
    }
    .carousel-caption {
        top: 32%;
    }
    .about-img {
        padding-right: 0px;
    }
    .carousel-caption .btn.btn-default {   
        font-size: 14px;    
        height: 32px;
        width: 175px;
        margin-top: 10px;
        line-height: 28px;
    }
  .about-slider .section-heading {
    width: 100%;
    padding: 73px;
    height: 193px;
}
    .naccs,
    .slider-banner,
    .blog-detail-slider {
        margin-top: 50px;
    }

    .navbar-brand img {
        width: 120px;
    }

    .carousel-caption h5 {
        display: none;
    }

    .projects-section .projectbox img {
        height: auto;
        width: 100%;
    }

    footer p {
        text-align: left;
    }

    .footer-section h4 {
        margin-top: 40px;
    }

    footer {
        padding: 45px 10px;
    }

    footer .content-width {
        width: 100%;
    }

    .projects-content {
        padding: 45px 20px;
        margin-top: 0;
    }

    button.btn.btn-default.btn-black {
        margin-left: 17px;
        margin-bottom: 45px;
    }

    .slideshow-text {
        font-size: 26px;
        line-height: 25px;
    }

    .slideshow .slick-dots {
        top: 100%;
    }

    .about-slider img {
        height: 300px;
        object-fit: cover;
    }

    .about-slider .section-heading h3 {
        font-size: 24px;
    }

    .about-slider .section-heading p {
        font-size: 16px;
    }

    .about {
        padding: 20px 0 30px 0;
    }

    .team-modal .modal-body {
        padding: 15px;
    }

    .ext-li.c {
        font-size: 2vh;
    }

    .email-info {
        font-size: 16px;
    }

    .c-hero {
        padding-top: 0px !important;
    }

    .inner-header nav {
        padding: 5px 20px 0px;
    }

    .naccs .menu div {
        padding: 15px 5px;
        font-size: 13px;
    }

    .naccs .menu div.active {
        font-size: 13px;
    }

    .grid {
        padding: 10px;
    }

    .prjct_mdl_cnt .modal {
        width: 100%;
    }

    .parent-slider>.swiper-wrapper h2 {
        font-size: 16px;
        letter-spacing: 1px;
    }

    .swiper-content {
        height: 135px;
    }

    .swiper-slide .modal-title {
        font-size: 17px;
    }

    .swiper-slide .modal-body p {
        font-size: 15px;
        line-height: 22px;
    }

    .prjctmdl_clck .card-img-top {
        height: 100%;
    }

    .prjctmdl_clck .card-body h3 {
        font-size: 20px;
    }

    .prjctmdl_clck .card-body p {
        font-size: 15px;
    }

    .projects-content h4 {
        font-size: 22px;
        line-height: 32px;
    }

    .projects-section .grid-box a .image-hover-content {
        padding: 10px;
    }
}