/*
 
*/


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    background: #fff;
    color: #666666;
    font-family: 'Maven Pro', sans-serif;
}

.img-responsive {
    display: block;
    width: 100%;
    height: auto;
}

.img-responsive2 {
    display: block;
    width: 78%;
    height: auto;
}

a {
    color: #f48460;
}

a:hover,
a:active,
a:focus {
    color: #f48460;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}


/* Prelaoder */

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #fff url("../img/preloader.svg") no-repeat center center;
}


/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}

@media (max-width: 768px) {
    .back-to-top {
        bottom: 15px;
    }
}

.back-to-top:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
}

.back-to-top:hover {
    background: #f48460;
    color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 30px 0;
    height: 92px;
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
}

#header #logo {
    float: left;
}

#header #logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 6px 0;
    line-height: 1;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
}

#header #logo h1 a,
#header #logo h1 a:hover {
    color: #fff;
}

#header #logo img {
    padding: 0;
    margin: 0;
}

@media (max-width: 768px) {
    #header #logo h1 {
        font-size: 26px;
    }
    #header #logo img {
        max-height: 40px;
    }
}

#header.header-fixed {
    background: rgba(52, 59, 64, 0.9);
    padding: 20px 0;
    height: 78px;
    transition: all 0.5s;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/

#hero {
    width: 100%;
    height: 100vh;
    /*background: url(../img/Banner-1.jpg) top center;*/
    background-size: cover;
    position: relative;
}

@media (min-width: 1024px) {
    #hero {
        background-attachment: fixed;
    }
}

#hero:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#hero .hero-container {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

#hero h1 {
    margin: 30px 0 10px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 768px) {
    #hero h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

#hero h2 {
    color: #eee;
    margin-bottom: 50px;
    font-size: 24px;
}

@media (max-width: 768px) {
    #hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

#hero .btn-get-started {
    font-family: 'Maven Pro', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 28px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#hero .btn-get-started:hover {
    background: #f48460;
    border: 2px solid #f48460;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu>li {
    float: left;
}

.nav-menu li:hover>ul,
.nav-menu li.sfHover>ul {
    display: block;
}

.nav-menu ul ul {
    top: 0;
    left: 100%;
}

.nav-menu ul li {
    min-width: 180px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
    content: "\f107";
    position: absolute;
    right: 15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}


/* Nav Meu Container */

#nav-menu-container {
    float: right;
    margin: 0;
}

@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}


/* Nav Meu Styling */

.nav-menu a {
    padding: 0 8px 10px 8px;
    text-decoration: none !important;
    display: inline-block;
    color: #323031;
    font-family: 'Maven Pro', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 13px;
    outline: none;
}

.nav-menu>li {
    margin-left: 10px;
}

.nav-menu>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #f48460;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .menu-active>a:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav-menu ul {
    margin: 4px 0 0 0;
    border: 1px solid #e7e7e7;
}

.nav-menu ul li {
    background: #fff;
}

.nav-menu ul li:first-child {
    border-top: 0;
}

.nav-menu ul li a {
    padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 13px;
    text-transform: none;
}

.nav-menu ul li a:hover {
    background: #f48460;
    color: #fff;
}

.nav-menu ul ul {
    margin: 0;
}


/* Mobile Nav Toggle */

#mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    margin: 20px 20px 0 0;
    border: 0;
    background: none;
    font-size: 24px;
    display: none;
    transition: all 0.4s;
    outline: none;
    cursor: pointer;
}

#mobile-nav-toggle i {
    color: #231f20;
}

@media (max-width: 768px) {
    #mobile-nav-toggle {
        display: inline;
    }
}


/* Mobile Nav Styling */

#mobile-nav {
    position: fixed;
    top: 0;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: rgba(52, 59, 64, 0.9);
    left: -260px;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
}

#mobile-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#mobile-nav ul li {
    position: relative;
}

#mobile-nav ul li a {
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    padding: 10px 22px 10px 15px;
    position: relative;
    text-decoration: none;
    width: 100%;
    display: block;
    outline: none;
}

#mobile-nav ul li a:hover {
    color: #fff;
}

#mobile-nav ul li li {
    padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
    position: absolute;
    right: 0;
    z-index: 99;
    padding: 15px;
    cursor: pointer;
    color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
    color: #f48460;
}

#mobile-nav ul .menu-item-active {
    color: #f48460;
}

#mobile-body-overly {
    width: 100%;
    height: 100%;
    z-index: 997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(52, 59, 64, 0.9);
    display: none;
}


/* Mobile Nav body classes */

body.mobile-nav-active {
    overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
    left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
    color: #fff;
}


/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/


/* Sections Header
--------------------------------*/

.section-header .section-title {
    font-size: 32px;
    color: #111;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.section-header .section-description {
    text-align: center;
    padding-bottom: 40px;
    color: #999;
}


/* About Us Section
--------------------------------*/

#about {
    background: #fff;
    padding: 0;
}

#about .about-container-2007 {
    min-height: 300px;
    background: url(../img/about-Image-2.png) center top no-repeat;
    margin-bottom: 10px;
    right: 0;
}

#about .about-container .background {
    min-height: 300px;
    /*background: url(../img/about-img.jpg) center top no-repeat;*/
    margin-bottom: 10px;
}

#about .about-container .content {
    background: #fff;
}

#about .about-container .title {
    color: #333;
    font-weight: 700;
    font-size: 32px;
}

@media (max-width: 768px) {
    #about .about-container .title {
        padding-top: 15px;
    }
}

#about .about-container p {
    line-height: 26px;
}

#about .about-container p:last-child {
    margin-bottom: 0;
}

#about .about-container .icon-box {
    background: #fff;
    background-size: cover;
    padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
    float: left;
    background: #fff;
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #f48460;
}

#about .about-container .icon-box .icon i {
    color: #f48460;
    font-size: 24px;
}

#about .about-container .icon-box .title {
    margin-left: 80px;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

#about .about-container .icon-box .title a {
    color: #111;
}

#about .about-container .icon-box .description {
    margin-left: 80px;
    line-height: 24px;
    font-size: 14px;
}


/* Facts Section
--------------------------------*/

#facts {
    background: #f7f7f7;
    padding: 80px 0 60px 0;
}

#facts .counters span {
    font-size: 48px;
    display: block;
    color: #f48460;
}

#facts .counters p {
    padding: 0;
    margin: 0 0 20px 0;
    font-family: 'Maven Pro', sans-serif;
    font-size: 14px;
}


/* Services Section
--------------------------------*/

#services {
    background: #fff;
    background-size: cover;
    padding: 80px 0 60px 0;
}

#services .box {
    padding: 50px 20px;
    margin-bottom: 50px;
    text-align: center;
    border: 1px solid #e6e6e6;
    height: 200px;
    position: relative;
    background: #fafafa;
}

#services .icon {
    position: absolute;
    top: -36px;
    left: calc(50% - 36px);
    transition: 0.2s;
    border-radius: 50%;
    border: 6px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 72px;
    height: 72px;
    background: #f48460;
}

#services .icon a {
    display: inline-block;
}

#services .icon i {
    color: #fff;
    font-size: 24px;
}

#services .box:hover .icon {
    background: #fff;
    border: 2px solid #f48460;
}

#services .box:hover .icon i {
    color: #f48460;
}

#services .box:hover .icon a {
    color: #f48460;
}

#services .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

#services .title a {
    color: #111;
}

#services .description {
    font-size: 14px;
    line-height: 24px;
}


/* Call To Action Section
--------------------------------*/

#call-to-action {
    /*background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/call-to-action-bg.jpg) fixed center center;*/
    background-size: cover;
    padding: 80px 0;
    background: #d5dce9;
}

#call-to-action .cta-title {
    /*color: #fff;*/
    font-size: 28px;
    font-weight: 700;
}

#call-to-action .cta-text {
    color: #fff;
}

@media (min-width: 769px) {
    #call-to-action .cta-btn-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}

#call-to-action .cta-btn {
    font-family: 'Maven Pro', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#call-to-action .cta-btn:hover {
    background: #f48460;
    border: 2px solid #f48460;
}


/* Portfolio Section
--------------------------------*/

#portfolio {
    background: #f7f7f7;
    padding: 80px 0;
}

#portfolio #portfolio-wrapper {
    padding-right: 15px;
}

#portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 45px 0;
    list-style: none;
    text-align: center;
}

#portfolio #portfolio-flters li {
    cursor: pointer;
    margin: 0 10px;
    display: inline-block;
    padding: 10px 22px;
    font-size: 17px;
    line-height: 20px;
    color: #666666;
    border-radius: 4px;
    text-transform: uppercase;
    background: #fff;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
    background: #f48460;
    color: #fff;
}

#portfolio .portfolio-item {
    position: relative;
    overflow: hidden !important;
    margin-bottom: 15px;
    transition: all 350ms ease;
    transform: scale(1);
}

#portfolio .portfolio-item a {
    display: block;
    margin-right: 15px;
}

#portfolio .portfolio-item img {
    position: relative;
    top: 0;
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details {
    height: 50px;
    background: #f48460;
    position: absolute;
    width: 100%;
    height: 50px;
    bottom: -50px;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#portfolio .portfolio-item .details h4 {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 8px 0 2px 8px;
    margin: 0;
}

#portfolio .portfolio-item .details span {
    display: block;
    color: #fff;
    font-size: 13px;
    padding-left: 8px;
}

#portfolio .portfolio-item:hover .details {
    bottom: 0;
}

#portfolio .portfolio-item:hover img {
    top: -30px;
}


/* Team Section
--------------------------------*/

#team {
    background: #fff;
    padding: 80px 0 60px 0;
}

#team .member {
    text-align: center;
    margin-bottom: 20px;
}

#team .member .pic {
    margin-bottom: 15px;
    overflow: hidden;
    height: 260px;
}

#team .member .pic img {
    max-width: 100%;
}

#team .member h4 {
    font-weight: 700;
    margin-bottom: 2px;
    font-size: 18px;
}

#team .member span {
    font-style: italic;
    display: block;
    font-size: 13px;
}

#team .member .social {
    margin-top: 15px;
}

#team .member .social a {
    color: #b3b3b3;
}

#team .member .social a:hover {
    color: #f48460;
}

#team .member .social i {
    font-size: 18px;
    margin: 0 2px;
}


/* Contact Section
--------------------------------*/

#contact {
    background: #f7f7f7;
    padding: 80px 0 40px 0;
}

#contact p {
    font-size: 17px;
}

#contact h6 {
    font-size: 20px;
}

#contact #google-map {
    height: 300px;
    margin-bottom: 20px;
}

#contact .info {
    color: #333333;
}

#contact .info i {
    font-size: 32px;
    color: #f48460;
    float: left;
}

#contact .info p {
    padding: 0 0 10px 50px;
    margin-bottom: 20px;
    line-height: 22px;
    font-size: 14px;
}

#contact .info .email p {
    padding-top: 5px;
}

#contact .social-links {
    padding-bottom: 20px;
}

#contact .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#contact .social-links a:hover {
    background: #f48460;
    color: #fff;
}

#contact .form #sendmessage {
    color: #f48460;
    border: 1px solid #f48460;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
    display: block;
}

#contact .form .validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#contact .form input,
#contact .form textarea {
    box-shadow: none;
    font-size: 14px;
}

#contact .form button[type="submit"] {
    background: #f48460;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

#contact .form button[type="submit"]:hover {
    background: #f48460;
}

.patents p {
    font-size: 17px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background: #343b40;
    padding: 30px 0;
    color: #fff;
    font-size: 14px;
}

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

#footer .credits {
    padding-top: 10px;
    text-align: center;
    font-size: 13px;
    color: #ccc;
}


/*custome css start*/

.mb-60 {
    margin-bottom: 60px;
}

.services-inner {
    border: 2px solid #f46e42;
    margin-left: 35px;
    transition: .3s;
}

.our-services-img {
    float: left;
    margin-left: -36px;
    margin-right: 22px;
    margin-top: 28px;
}

.our-services-text {
    padding-right: 10px;
}

.our-services-text {
    overflow: hidden;
    padding: 28px 0 25px;
}

.our-services-text h4 {
    color: #222222;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 8px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    margin-left: 5px;
}

.our-services-text h4::before {
    background: #ec6d48 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    width: 35px;
}

.our-services-wrapper:hover .services-inner {
    background: #fff none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.our-services-text p {
    margin: 10px;
}

p {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
    margin-bottom: 15px;
}


/*Awrd css end*/

.inner-page-header1 img {
    height: 450px;
    width: 100%;
}

.inner-border {
    color: #9c3b01;
    margin-top: 97px;
}

.section-header .section-description {
    padding: 0 !important;
}

.polymerlink {
    text-align: right;
}

.scontent {
    background: #f46e42;
}

.scontent1 {
    background: #e7e8e9;
}

scontent3 {
    background: #f46e42;
}

.scontentpara {
    color: #fff;
    text-align: justify;
    margin-top: 60px;
    margin-left: -100px;
    margin-right: 215px;
}

.scontentpara1 {
    text-align: justify;
    margin-top: 20px;
    margin-left: -23px;
    margin-right: 175px;
}

.scontentpara2 {
    text-align: justify;
    padding-top: 0px;
    margin-left: -23px;
    margin-right: 0px;
}

#aboutinner {
    padding: 203px 0 216px 0 !important;
    background-repeat: no-repeat;
    background-image: url(../img/aboutimage16new.jpg);
}

#aboutinner p {
    color: #fff;
    text-align: center;
    font-size: 19px;
    margin-top: 135px;
}

#aboutgallery {
    background: #e7e8e9;
}

#early-career {
    padding: 35px 0 0 0 !important;
    background-position: right bottom;
    background-repeat: no-repeat;
    background: #4db89a;
}

#transformation {
    padding: 20px 0 0 0 !important;
    background-position: right bottom;
    background-repeat: no-repeat;
    background: #f4845f;
}

.trsfrmtionarea {
    padding: 40px 0 0 0;
}

.trsfrmtionarea h1 {
    color: #842203;
    margin-left: 20px;
    margin-bottom: 3px;
}

.trsfrmtionarea h3 {
    color: #842203;
    margin-left: 20px;
}

.trsfrmtionarea h5 {
    color: #fff;
    font-size: 25px;
    margin-top: 18px;
}

.trsfrmtionarea ul li {
    font-size: 13px;
    color: #fff;
}

.otherintrestimg2 {
    padding-top: 15px;
}

.otherintrest h3 {
    color: #231f20;
    text-align: center;
}

.otherintrest h5 {
    color: #231f20;
}

.otherintrest p {
    color: #231f20;
    line-height: 30px;
    margin-bottom: 40px !important;
    margin-left: 1%;
    margin-right: 1%;
    font-size: 17px;
}

.otherintrestrnd p {
    color: #231f20;
    line-height: 30px;
    margin-bottom: 40px !important;
    margin-top: 20px;
}

.otherintrestrnd h6 {
    color: #000;
    margin-top: 15px;
    font-weight: 500;
}

.otherintrest1 p {
    margin-top: 15px;
    margin-bottom: 10px;
}

.otherintrest {
    margin-top: 20px;
}


/*.msgdrnayak{
	
	background-color:#f4845f;
}*/

.msgdrnayak img {
    width: 562px;
    margin-left: -15px;
    height: 655px !important;
}

.msgdrnayak1 {
    background-color: #838383;
    padding-top: 40px !important;
    padding-left: 25px !important;
    padding-right: 80px !important;
}

.msgdrnayak2 {
    background-color: #e6e7e8;
    padding: 10px 53px 10px 36px;
    box-shadow: -1px 2px 2px 2px #686868 !important;
    font-family: 'Maven Pro', sans-serif !important;
}

.msgdrnayak1 h1 {
    color: #a3310c;
}

.msgdrnayak2 h2 {
    color: #838383;
}

.msgdrnayak2 h4 {
    text-align: center;
    color: green;
}

.msgdrnayak1 p {
    color: #1b2e2c;
    line-height: 32px;
    font-size: 19px;
    padding: 2px;
    text-align: justify;
}

.aboutice {
    background-color: #f4845f;
}

.aboutpnayak2 img {
    margin-left: 100px;
    height: 573px;
}

#services .box {
    padding: 30px 20px;
}

#call-to-action .cta-title {
    text-align: center;
}

.contactsection {
    background: #171717;
    padding: 100px;
}

#contact {
    padding: 0;
}

#footer {
    padding: 10px !important;
    background: #fff !important;
    color: #343b40 !important;
}

.patient {
    background: url(../img/background-1.jpg);
    height: 180px;
    text-align: center;
    padding-top: 45px;
}

.patient a {
    color: #fff;
}

.scholars {
    background: url(../img/background-2.jpg);
    height: 180px;
    text-align: center;
    padding-top: 45px;
}

.scholars a {
    color: #fff;
}

.publication {
    background: url(../img/background-2.jpg);
    height: 180px;
    text-align: center;
    padding-top: 45px;
}

.publication a {
    color: #fff;
}

.books {
    background: url(../img/background-1.jpg);
    height: 180px;
    text-align: center;
    padding-top: 45px;
}

.books a {
    color: #fff;
}

.carousel-caption {
    right: 0;
    text-align: left;
    max-width: 100%;
    /*margin-bottom: 120px;*/
    position: absolute;
    bottom: 20px;
    z-index: 10;
    color: #fff;
    left: 27%;
}

.aboutinrimg {
    background: url(../img/aboutbackground1.jpg);
    min-height: 550px;
}

.aboutinrimgtwo {
    background: url(../img/aboutbackground2.jpg);
    background-repeat: no-repeat;
}

.aboutdigramimg {
    padding: 43px;
}

.aboutdigramimg2 {
    width: 450px;
    padding-top: 190px;
}

.aboutinrimg h3 {
    font-weight: 600;
    color: #231f20;
    font-size: 30px;
}

.aboutinrimg p {
    color: #231f20;
}

.aboutinrimg img {
    width: 420px;
    padding-top: 14%;
    margin-left: 20%;
}

.aboutbancaption {
    padding-top: 18%;
    text-align: left;
}

.aboutbancaption p {
    color: #c3ffee;
    font-size: 23px;
    line-height: 36px;
}

.about-container1 p {
    line-height: 32px !important;
}

.erlycr h4 {
    text-align: center !important;
    color: #fff;
    margin-bottom: 1px !important;
    font-weight: 500;
}

.erlycr h1 {
    text-align: center !important;
    color: #fff;
}

.erlyimg {
    text-align: center;
}

.aboutpnayak {
    padding-top: 120px;
}

.aboutice1 {
    background: url(../img/About_Image-11.jpg);
}

.section-description1 {
    margin: 0 75px 0 75px;
    text-align: center;
}

.researchlink {
    padding: 60px;
}

.icemain {
    padding: 40px;
}

.icemain h6 {
    font-weight: 600;
    font-size: 15px;
    color: #231f20;
    margin: 0;
}

.icemain p {
    font-size: 14px;
    color: #231f20;
}

.icelink {
    text-align: right;
    padding-top: 150px;
}

.icelink a {
    color: #dc6c48;
}

.iceslider1 {
    width: 100%;
    height: 186px;
    padding: 11px 5px;
    border-radius: 4px;
}

.honorcontent {
    padding: 30px;
}

#services .box {
    height: 400px !important;
    width: 292px !important;
    padding: 0 !important;
}

.lpostimg {
    width: 290px;
}

.signature {
    padding-top: 8px;
    margin-left: 12px;
    font-size: 20px;
}

.aboutpnayak4 {
    margin-left: -210px;
}


/*contact area*/

.contactarea h5 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px !important;
}

.contactarea p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px !important;
}

.bulletimg img {
    float: left;
    margin-right: 5px;
}

.bulletimg p {
    margin-left: 20px;
    margin-bottom: 15px !important;
}

.bulletimg1 p {
    margin-left: 20px;
    margin-bottom: 5px !important;
}

.bulletimg1 img {
    float: left;
    margin-right: 5px;
}

.locationamap img {
    width: 100%;
}

.form-control {
    width: 100% !important;
}

#contact .form button[type="submit"] {
    background: #f48460;
    border: 0;
    padding: 3px 13px;
    color: #fff;
    transition: 0.4s;
}

.social-links {
    padding-top: 60px !important;
}

.locationamap p {
    padding-top: 65px;
}

.contactsection {
    background: #171717;
    padding: 30px;
}

.about-container2 {
    padding-left: 100px;
}

.trnsfrmationlist ul li {
    list-style: none;
}

.trnsfrmationlist p {
    margin-left: 29px;
    font-size: 15px;
}

.trnsfrmationlist img {
    float: left;
    margin-right: 5px;
}

.underline {
    text-align: center;
}

.galleryarea {
    padding: 30px 60px !important;
}

.galleryarea1 {
    background: #fff;
    border: 2px solid #cccdce;
    margin-bottom: 25px;
    min-height: 270px;
}

.galleryarea1 img {
    padding: 30px 30px 0 30px;
}

.galleryarea1 p {
    font-size: 14px;
    color: #231f20;
    text-align: center;
    margin: 5px 0 5px 0 !important;
}


/*research book area*/

.aboutbook h2 {
    color: #9c3b01;
    font-weight: 600;
}

.aboutbook h5 {
    color: #231f20;
    font-weight: 600;
}

.aboutbookarea1 {
    border: 1px solid #9e9fa2;
    background: #d1d3d4;
    padding: 20px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.aboutchaptr {
    padding-top: 75px;
}

.lastheading h3 {
    color: #231f20;
    font-weight: 600;
}

.lastheading h5 {
    color: #231f20;
    font-weight: 600;
}

.patentimg img {
    height: 235px;
    margin-top: 62px;
}

.scholrsarea img {
    border: 4px solid #fff;
}

.scholrsarea p {
    font-size: 13px;
    color: #000;
    margin-bottom: 2px !important;
    margin-left: 10px;
}

.scholrsarea h6 span {
    color: #0180b5 !important;
    margin-left: 10px;
}

.scholrsarea .fixp {
    height: 117px;
    line-height: 20px;
    font-style: italic;
}

.scholrsarea p span {
    color: #d56c00 !important;
}

.scholarareainner h3 {
    color: #842203;
    font-weight: 600;
}

.lposthead h5 {
    font-size: 15px !important;
    color: #231f20 !important;
    text-align: left;
    margin-top: 15px;
    margin-left: 14px;
}

.lposthead p {
    font-size: 14px !important;
    /*color: #231f20 !important;
  color: #fff !important;*/
    text-align: justify;
    margin-left: 14px;
    margin-right: 12px;
    margin-bottom: 3px !important;
    line-height: 19px !important;
}

.lposthead {
    padding: 30px;
}

#services .box {
    height: 505px !important;
    width: 292px !important;
    padding: 0 !important;
    background: #f9fcfc;
    border: 0;
    box-shadow: 0px 2px #dcdfe2;
}

.innergallery {
    margin-bottom: 20px;
    margin-top: 20px;
}

.innergallery a {
    margin-bottom: 10px;
}

.hismantras {
    margin-bottom: 15px;
}

.aboutbook1 h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #231f20;
    margin-bottom: 0 !important;
    font-weight: 800;
}

.conference h2 {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #231f20;
    margin-bottom: 0 !important;
    font-weight: 800;
    margin-top: -55px;
}


/*research book area end*/


/*for frame images*/

.frame img {
    border: solid 2px;
    border-bottom-color: #ffe;
    border-left-color: #eed;
    border-right-color: #eed;
    border-top-color: #ccb;
    max-height: 100%;
    max-width: 100%;
}

.frame {
    background-color: #ddc;
    border: solid 2vmin #eee;
    border-bottom-color: #fff;
    border-left-color: #eee;
    border-radius: 2px;
    border-right-color: #eee;
    border-top-color: #ddd;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25) inset, 0 5px 8px 5px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    display: inline-block;
    margin: 0vh;
    height: 90vh;
    padding: 4vmin 0vmin;
    position: relative;
    text-align: center;
}

.frame:before {
    border-radius: 2px;
    bottom: -2vmin;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25) inset;
    content: "";
    left: -2vmin;
    position: absolute;
    right: -2vmin;
    top: -2vmin;
}

.frame:after {
    border-radius: 2px;
    bottom: -2.5vmin;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    content: "";
    left: -2.5vmin;
    position: absolute;
    right: -2.5vmin;
    top: -2.5vmin;
}

.frame1 img {
    border: solid 2px;
    border-bottom-color: #ffe;
    border-left-color: #eed;
    border-right-color: #eed;
    border-top-color: #ccb;
    max-height: 100%;
    max-width: 100%;
}

.frame1 {
    background-color: #ddc;
    border: solid 2vmin #eee;
    border-bottom-color: #fff;
    border-left-color: #eee;
    border-radius: 2px;
    border-right-color: #eee;
    border-top-color: #ddd;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .25) inset, 0 5px 5px 5px rgba(0, 0, 0, .25);
    box-sizing: border-box;
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 1vh;
    height: 45vh;
    padding: 3vmin 0vmin;
    position: relative;
    text-align: center;
}

.frame1:before {
    border-radius: 2px;
    bottom: -2vmin;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25) inset;
    content: "";
    left: -2vmin;
    position: absolute;
    right: -2vmin;
    top: -2vmin;
}

.frame1:after {
    border-radius: 2px;
    bottom: -2.5vmin;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .25);
    content: "";
    left: -2.5vmin;
    position: absolute;
    right: -2.5vmin;
    top: -2.5vmin;
}


/*for frame images*/


/*media quries for innerpage*/

@media only screen and (max-width: 1900px) {
    .aboutdigramimg {
        width: 100%;
        padding: 43px;
        height: 925px;
    }
    .aboutdigramimg2 {
        width: 500px;
        padding-top: 200px;
    }
    .msgdrnayak img {
        width: 100%;
        margin-left: -15px;
        height: 615px;
    }
    .msgdrnayak1 {
        background-color: #838383;
        padding-top: 57px;
        padding-left: 25px;
        padding-right: 80px;
    }
    .hismantras {
        margin-bottom: 1px;
    }
}

@media only screen and (max-width: 1680px) {
    .aboutdigramimg {
        width: 100%;
        padding: 43px;
        height: 925px;
    }
    .aboutdigramimg2 {
        width: 500px;
        padding-top: 200px;
    }
    .msgdrnayak img {
        width: 100%;
        margin-left: -15px;
        height: 615px;
    }
    .hismantras {
        margin-bottom: 1px;
    }
}

@media only screen and (max-width: 1600px) {
    .aboutdigramimg {
        width: 100%;
        padding: 43px;
        height: 925px;
    }
    .aboutdigramimg2 {
        width: 500px;
        padding-top: 200px;
    }
    .msgdrnayak img {
        width: 100%;
        margin-left: -15px;
        height: 615px;
    }
    .hismantras {
        margin-bottom: 1px;
    }
}

@media only screen and (max-width: 800px) {
    #header #logo img {
        width: 80%;
    }
    .nav-menu>li {
        margin-left: 0;
    }
    .nav-menu a {
        padding: 0px 0px 0px 6px;
    }
    #nav-menu-container {
        margin-top: 15px;
    }
    .inner-page-header1 img {
        height: 330px;
        width: 100%;
    }
    .aboutinrimg {
        min-height: 450px;
    }
    .aboutinrimg img {
        width: 341px;
        padding-top: 14%;
        margin-left: 0;
    }
    .aboutbancaption p {
        font-size: 19px;
        line-height: 28px;
    }
    .aboutbancaption {
        padding-top: 15%;
    }
    .aboutdigramimg {
        width: 100%;
        padding: 10px;
        height: 630px;
    }
    .aboutdigramimg2 {
        width: 100%;
        padding-top: 87px;
        padding-top: 150px;
    }
    .trsfrmtionarea img {
        width: 100%;
    }
    .otherintrstslider {
        height: 180px !important;
    }
    .otherintrestimg {
        margin-bottom: 10px !important;
    }
    .msgdrnayak img {
        width: 100%;
    }
    .msgdrnayak1 {
        background-color: #838383;
        padding-top: 15px;
        padding-left: 0 !important;
        padding-right: 8px !important;
    }
    .msgdrnayak2 {
        padding: 7px !important;
    }
    .msgdrnayak2 h2 {
        margin-bottom: 10px;
        font-size: 25px;
    }
    .msgdrnayak1 h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .msgdrnayak1 p {
        line-height: 25px;
        font-size: 17px;
    }
    .scontentpara1 {
        text-align: justify;
        margin-top: 0px;
        margin-left: -31px;
        margin-right: 20px;
    }
    .box .description {
        font-size: 15px !important;
    }
    .lpostimg {
        width: 230px;
    }
    .scholrsarea img {
        width: 78px;
    }
    .scholrsarea h6 span {
        margin-left: 0;
    }
    .scholrsarea p {
        font-size: 11px;
        color: #000;
        margin-bottom: 2px !important;
        margin-left: 0px;
        line-height: 15px !important;
    }
    .scholrsarea .fixp {
        height: 153px;
    }
    #services .box {
        width: 230px !important;
        margin-bottom: 25px;
        height: 513px !important;
    }
    .box .description {
        font-size: 15px !important;
    }
    .galleryarea {
        padding: 22px 0px !important;
    }
    .galleryarea1 {
        min-height: 260px;
    }
}

@media only screen and (max-width: 768px) {
    .aboutinrimg img {
        width: 327px;
        padding-top: 14%;
        margin-left: 0;
    }
    .aboutbancaption p {
        font-size: 17px;
        line-height: 28px;
    }
    .aboutinrimg {
        min-height: 405px;
    }
}

@media only screen and (max-width: 412px) {
    /*#header{
	     position: fixed;
	}*/
    .aboutinrimg img {
        width: 100% !important;
        padding-top: 14%;
        margin-left: 0%;
    }
    .aboutdigramimg {
        width: 100% !important;
        padding: 23px 0 0 0 !important;
        height: 660px !important;
    }
    .aboutinrimgtwo {
        background-repeat: unset !important;
    }
    .aboutdigramimg2 {
        width: 100% !important;
        padding-top: 25px !important;
        padding-bottom: 20px !important;
    }
    .aboutbancaption {
        padding-top: 10%;
        font-size: 10px;
    }
    .inner-page-header1 img {
        width: 100%;
        height: 150px;
    }
    .aboutpnayak {
        display: none;
    }
    .aboutpnayak1 {
        display: none;
    }
    .about-container2 {
        padding-left: 5px;
    }
    #about {
        padding: 7px 0 7px 0;
    }
    .frame1 {
        margin-bottom: 5vh;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25) inset, 0 3px 3px 3px rgba(0, 0, 0, .25);
    }
    .aboutpnayak3 img {
        width: 396px;
        margin-left: 0 !important;
    }
    .dividerimg img {
        display: none;
    }
    .trsfrmtionarea {
        padding: 15px;
    }
    .trsfrmtionarea h1 {
        margin-left: 10px;
        float: left;
    }
    .trsfrmtionarea h3 {
        padding-top: 5px;
    }
    .trsfrmtionarea h5 {
        margin-left: 12px;
    }
    .trnsfrmationlist ul li {
        list-style: none;
        margin-left: -30px;
    }
    .trnsfrmationlist p {
        margin-bottom: 16px;
    }
    .aboutpnayak4 {
        margin-left: 0;
        width: 349px;
    }
    .msgdrnayak img {
        width: 412px !important;
        margin-left: -15px;
    }
    .msgdrnayak1 {
        background-color: #838383;
        padding-top: 25px !important;
        padding-left: 25px !important;
        padding-right: 25px !important;
        padding-bottom: 25px !important;
    }
    .msgdrnayak1 h2 {
        margin: 0 0 5px 0;
    }
    .msgdrnayak1 h1 {
        margin: 0 0 5px 0;
    }
    .msgdrnayak2 {
        padding: 10px 10px 10px 10px;
    }
    .signature {
        float: none;
        padding-top: 0;
    }
    .patentimg img {
        height: 185px;
        margin-top: 0px;
    }
    .otherintrstslider {
        height: 310px !important;
    }
    .otherintrestimg {
        margin-bottom: 0px !important;
    }
    .rbooksimg img {
        width: 100%;
    }
    #services {
        padding: 45px 0 0px 0;
    }
    .galleryarea {
        padding: 20PX 20px !important;
    }
    .trsfrmtionarea img {
        width: 410px;
        height: 311px;
    }
    .aboutcourseltext {
        position: absolute !important;
        color: #FFF !important;
        width: 356px !important;
        top: 6px !important;
        left: 4px !important;
        word-wrap: break-word !important;
        font-size: 13px !important;
        min-height: 100px !important;
    }
    .aboutpnayak1 {
        display: block;
        background-color: #fdbd13;
        margin-top: 125px;
    }
    .aboutpnayak1 img {
        width: 350px;
        margin-left: -20px !important;
    }
    .otherintrest p {
        color: #231f20;
        line-height: 30px;
        margin-bottom: 15px !important;
        margin-left: 0%;
        margin-right: 0%;
        font-size: 17px;
    }
    .otimg {
        width: 380px;
    }
    .msgdrnayak1 p {
        padding: 2px;
        text-align: justify;
    }
    .aboutpnayak360 {
        height: 355px;
        background: url(../img/innerpage/aboutimage17.png);
        background-repeat: no-repeat;
    }
    .aboutpnayak2 img {
        display: none;
    }
    .aboutpnayak2 {
        margin-left: 44px;
    }
    /* .firstcaption{
    margin-left: 124px;
   }*/
    .drnayakdemopictwo {
        width: 100%;
    }
    .drnaykdemopic {
        display: none;
    }
    .aboutbancaption p {
        font-size: 17px;
        line-height: 24px;
    }
    .scholrsarea .fixp {
        height: auto;
    }
    .scholrsarea p {
        font-size: 14px;
    }
    .lpostimg {
        width: 380px;
    }
    #services .box {
        width: 380px !important;
        margin-bottom: 25px;
    }
    .pt {
        padding: 25px 15px !important;
    }
}

@media only screen and (max-width: 360px) {
    /*#header{
	     position: fixed;
  }*/
    .aboutinrimg img {
        width: 100%;
        padding-top: 14%;
        margin-left: 0%;
    }
    .aboutdigramimg {
        width: 100% !important;
        padding: 1px !important;
        height: 460px !important;
    }
    .aboutdigramimg2 {
        width: 100% !important;
        padding-top: 25px !important;
        padding-bottom: 20px !important;
    }
    .inner-page-header1 img {
        width: 100% !important;
        height: 140px !important;
    }
    .aboutpnayak {
        display: none;
    }
    .aboutpnayak1 {
        display: none;
    }
    .about-container2 {
        padding-left: 5px;
    }
    #about {
        padding: 7px 0 7px 0 !important;
        margin-top: -7px;
    }
    .frame1 {
        margin-bottom: 5vh;
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25) inset, 0 3px 3px 3px rgba(0, 0, 0, .25);
    }
    .aboutpnayak3 img {
        width: 343px;
        margin-left: 0 !important;
    }
    .dividerimg img {
        display: none;
    }
    .trsfrmtionarea {
        padding: 15px;
    }
    .trsfrmtionarea h1 {
        margin-left: 10px;
        float: left;
    }
    .trsfrmtionarea h3 {
        padding-top: 5px;
    }
    .trsfrmtionarea h5 {
        margin-left: 12px;
    }
    .trnsfrmationlist ul li {
        list-style: none;
        margin-left: -30px;
    }
    .trnsfrmationlist p {
        margin-bottom: 16px;
    }
    .aboutpnayak4 {
        margin-left: 0;
        width: 349px;
    }
    .msgdrnayak img {
        width: 360px !important;
        margin-left: -15px;
        height: 480px !important;
    }
    .msgdrnayak1 {
        background-color: #838383;
        padding-top: 20px !important;
        padding-left: 13px !important;
        padding-right: 13px !important;
        padding-bottom: 20px !important;
    }
    .msgdrnayak1 h2 {
        margin: 0 0 5px 0;
    }
    .msgdrnayak1 h1 {
        margin: 0 0 5px 0;
    }
    .msgdrnayak2 {
        padding: 10px 10px 10px 10px;
    }
    .signature {
        float: none;
        padding-top: 0;
    }
    .patentimg img {
        height: 185px;
        margin-top: 0px;
    }
    .rbooksimg img {
        width: 100%;
    }
    #services {
        padding: 45px 0 0px 0;
    }
    .galleryarea {
        padding: 10px 20px !important;
    }
    .trsfrmtionarea img {
        width: 360px;
        height: 311px;
    }
    .aboutcourseltext {
        position: absolute;
        color: #FFF;
        width: 356px;
        top: 6px;
        left: 4px;
        word-wrap: break-word;
        font-size: 12px;
        min-height: 100px;
    }
    .aboutpnayak1 {
        display: block;
        background-color: #fdbd13;
        margin-top: 125px;
    }
    .aboutpnayak1 img {
        width: 350px;
        margin-left: -20px;
    }
    .otherintrest p {
        color: #231f20;
        line-height: 30px;
        margin-bottom: 15px !important;
        margin-left: 0%;
        margin-right: 0%;
    }
    .msgdrnayak1 p {
        padding: 8px;
        text-align: justify;
    }
    .aboutpnayak360 {
        height: 355px;
        background: url(../img/innerpage/aboutimage17.png);
        background-repeat: no-repeat;
    }
    .aboutpnayak2 img {
        display: none;
    }
    .aboutpnayak2 {
        margin-left: 26px;
    }
    .aboutbancaption {
        padding-top: 10px;
    }
    .aboutbancaption p {
        font-size: 16px;
        line-height: 21px;
    }
    /*.firstcaption{
  margin-left: 117px;
 }*/
    .drnayakdemopictwo {
        width: 100%;
    }
    .drnaykdemopic {
        display: none;
    }
    .otherintrest1 h3 {
        font-size: 31px !important;
        margin-left: 9px !important;
    }
    .otherintrest1 p {
        margin-left: 9px !important;
    }
    .otherintrstslider {
        height: 268px !important;
    }
    .scholrsarea .fixp {
        height: auto !important;
    }
    .scholrsarea p {
        font-size: 14px;
    }
    #portfolio #portfolio-wrapper {
        padding-right: 15px;
        margin-left: 0px;
    }
    #aboutgallery {
        margin-top: -7px;
    }
    .lpostimg {
        width: 330px !important;
    }
    #services .box {
        width: 330px !important;
    }
    .pt {
        padding: 15px 15px !important;
    }
}

@media only screen and (max-width: 320px) {
    .aboutinrimg img {
        margin-left: 0;
        width: 100%;
    }
    .aboutdigramimg2 {
        width: 100%;
        padding-top: 0;
    }
    .aboutdigramimg {
        padding: 0;
    }
    .trsfrmtionarea img {
        width: 100%;
        height: 270px;
    }
    .trsfrmtionarea {
        padding: 19px;
    }
    .msgdrnayak img {
        width: 320px;
        height: 300px;
    }
    .msgdrnayak1 {
        padding-left: 10px !important;
        padding-right: 10px !important;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .msgdrnayak2 {
        padding: 10px 10px 10px 10px;
    }
    .inner-page-header1 img {
        height: 180px;
    }
    .galleryarea {
        padding: 15px 15px !important;
    }
}


/*media q. end*/

.messagedrnayak {
    background-color: #838383;
}

.text-block {
    position: absolute;
    bottom: 7px;
    right: 100px;
    margin: 0 0 -17px 0 !important;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
}

.otherintrestimg {
    margin-bottom: 40px;
}

.otherintrstslider {
    width: 100%;
    height: 300px;
    padding: 11px 5px;
    border-radius: 4px;
}

.hismantras img {
    width: 100%;
    padding-top: 14px;
}


/*custome css en*/


/*css by RKM*/

.listyle li {
    background: white;
    list-style: none;
    padding: 10px;
    box-shadow: 1px 1px 1px 1px #D3D3D3 !important;
}

.red {
    color: red;
}

.bold {
    font-weight: bold;
}

.grey {
    color: grey;
}

.aboutpnayak3 img {
    right: 0;
    bottom: 0;
    margin-left: -50px;
    margin-top: 24px;
}

.w3-container {
    min-height: 372px;
}


/*uma css*/

#about {
    background: #fff;
}

.otherintrest1 h3 {
    color: #231f20;
    text-align: left;
    font-weight: 700;
    font-size: 35px;
    margin: 0;
    padding: 0;
}

.otherintrest1 h3 span {
    color: #747474;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    display: block;
    padding: 12px 0px 0px 0px;
}

.otherintrest1 p {
    color: #231f20;
    text-align: left;
    margin: 0;
    padding: 20px 0px 0px 0px;
    line-height: 28px;
}

.mtb {
    margin-bottom: 10px;
    margin-top: 10px;
}


/*uma css*/

.listyle li {
    background: #fff;
    list-style: none;
    padding: 15px;
    margin-top: 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    float: left;
    box-shadow: 1px 1px 1px 1px #D3D3D3 !important;
}

.portfolio-item li {
    background: #fff;
    list-style: none;
    padding: 15px;
    margin-top: 15px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 6px;
    float: left;
    box-shadow: 1px 1px 1px 1px #D3D3D3 !important;
    font-size: 17px;
}

#portfolio .portfolio-item {
    position: relative;
    width: 100%;
    overflow: hidden !important;
    transition: all 350ms ease;
    transform: scale(1);
}

.portfolio-item .col-md-1 {
    float: left;
}

.docs img {
    width: 40px;
    height: auto;
    margin-top: 50%;
}

.portfolio-item .col-md-11 {
    float: left;
    border-left: 1px solid #ccc;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.pt {
    padding: 25px 0px;
}

.mt {
    margin: 30px 0px;
}

.mt15 {
    margin-top: 15px;
}

.mt8 {
    margin-top: 8px;
}

.card {
    margin-bottom: 30px;
    border: 0px solid #f46e42;
    margin-left: 3px;
    transition: .3s;
}

.bot-txt {
    position: absolute;
    bottom: 20px;
}

.card-text {
    font-weight: 600;
}


/*.card-text:hover{
	font-weight:600;
	color: #fff;
}*/

.card:hover {
    background: #4db99a none repeat scroll 0 0;
    border: 2px solid transparent;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.card:hover .card-link {
    text-decoration: underline;
    color: #fff;
}

.top-txt {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin: 25px 0px 50px 0px;
}

.rnd-img {
    width: 100%;
    height: auto;
    margin: 30px 0px;
}

h6.red-txt {
    font-size: 22px;
    font-weight: 600;
    margin: 5px 0px 10px 0px;
    color: #f46e42;
}

.red {
    color: #f46e42;
}

.aboutcourseltext {
    position: absolute;
    color: #FFF;
    width: 938px;
    top: 250px;
    left: 250px;
    word-wrap: break-word;
    font-size: 17px;
}

.aboutpnayak1 img {
    margin-left: -143px;
}

#honors p {
    font-size: 17px;
}

.box .description {
    font-size: 16px !important;
    text-align: initial;
    line-height: 22px !important;
}

.aboutp p {
    font-size: 17px;
}

.readmorelink1 a {
    color: #f46e42;
    padding: 7px 7px 7px 7px;
    border-radius: 6px;
    float: right;
}

.readmorelink1 a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    padding: 7px 7px 7px 7px;
    border-radius: 6px;
}


/* National Awards Body Section
--------------------------------*/

.nationalawards-bodytext {
    margin-top: 15px;
    font-size: 14px;
    color: #666;
}

.innergallery h5 {
    margin: 0px !important;
}


/* patents Body Section
--------------------------------*/

.patents-red {
    color: #f37021!important;
    font-weight: italic!important;
}


/* awards Body Section
--------------------------------*/

.gallery-innertext {
    text-align: left!important;
    font-size: 14px!important;
    margin-top: 10px!important;
    font-weight: 400!important;
}

.margin-top10 {
    margin-top: 10px!important;
}

/* ================================================ */

li {
    padding-top: 7px;
}

thead {
    background-color: #034ea2!important;
    color: white;
}

/* li {
    list-style-type: lower-alpha;
} */

.form-group {
    margin-bottom: 10px!important;
  }  

  .industryacademia-section-border {
    background: #fff;
    padding: 15px;
    margin-top: 15px;
    width: 100%;
    border: 1px solid #e6e7e8;
    border-radius: 15px;
    float: left;
    box-shadow: 0 0 18px #c5c3f95c;
    /* box-shadow: 1px 1px 1px 1px #e6e7e8; */
  }

.rd-detailsbg {
    background-image: url("../img/rd-detailsbg2.jpg");
    width: 100%;
    height: auto;
    
}
.rddetails {
    color: white;
    padding: 150px 0;
}
