* {
    outline: none !important;
}

body {
    transition: all 0.4s ease 0s;
    font-family: 'Lato', sans-serif;
}

a {
    transition: all 0.5s ease 0s;
}

p {
    text-align: justify;
}

#wrapper {
    background: #fff;
    width: 100%;
    overflow: hidden;
}


/*#wrapper-bg {
    background: #fff;
    box-shadow: 0 2px 4px #999;
    overflow: hidden;
    padding: 5px 5px 0;
    border-top: 3px solid #590608;
}*/

@font-face {
    font-family: 'Lato-Regular';
    src: url(../fonts/Lato-Regular.ttf) format('truetype');
}

.container {
    width: 1500px;
    max-width: 100%;
}


/** Header start **/

header {
    overflow: hidden;
}

.secheader {
    border-top: 2px solid #590608;
    padding: 5px;
}

.head-left img {
    width: 100%;
    max-width: 110px;
}

.head-contact ul {
    padding-left: 0px;
    list-style: none;
    text-align: left;
    padding-top: 20px;
}

.head-contact ul li {
    color: #000;
    line-height: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

.head-contact ul li i {
    color: #590608;
    padding-right: 5px;
}

.head-dav {}

.head-dav h5 {
    margin: 5px;
    letter-spacing: 0.5px;
    font-family: 'Pragati Narrow', sans-serif;
}


/*.head-dav h4 {
    font-weight: 600;
    color: #590608;
    margin: 5px 0px;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
}*/

.head-dav h4 {
    font-weight: 600;
    color: #ffe824;
    margin: 5px 0px;
    font-size: 50px;
    font-family: 'Roboto Condensed', sans-serif;
    letter-spacing: 1px;
    text-shadow: 0px 1px 1px #666;
}

.head-dav p {
    text-align: center;
    margin-bottom: 5px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
}

.head-left h1 a {
    color: #3E454C;
    font-family: 'Lato-Regular';
    font-size: 30px;
    padding-left: 8px;
    text-shadow: 1px 1px 1px #999;
    text-transform: uppercase;
}

.swami-img img {
    max-width: 105px;
    margin-top: 10px;
}

.head-left h1 a:hover {
    text-decoration: none;
}

.navigation {
    padding-left: 0;
}

.navbar {
    margin-bottom: 0;
    margin-top: 23px;
}

.head-right {
    padding-top: 15px;
}

.head-right li a i {
    color: #000;
}

.head-right a {
    text-transform: uppercase;
    font-weight: normal;
    padding-top: 15px;
    color: #666;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
}

.head-right ul {
    margin-top: 25px;
    overflow: hidden;
    text-align: right;
}

.head-right ul li {
    display: inline;
    list-style: outside none none;
    padding-right: 0px;
}

.head-right ul li a img {
    width: 35px;
    height: 35px;
}

#custom-search-input {
    float: right;
    padding: 24px 0 0;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    /*background: #fac043;*/
    /*background: #911256;*/
    background: #04069b;
    color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    /*background: #fac043;*/
    background: #730707;
    color: #fff;
}

.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    /*background: #fac043 !important;*/
    background: #730707;
    color: #fff;
}

#slider {
    margin-bottom: 20px;
}


/*.slide {
    background: rgba(0, 0, 0, 0) url("../images/slide1.png") repeat scroll 0 0;
    height: auto;
    min-height: 300px;
    width: 100%;
}*/


/*.carousel-inner{height: 250px;}*/

.category-bg {
    /*background: rgba(0, 0, 0, 0.34);*/
    height: 235px;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.category-bg ul {
    overflow: hidden;
    padding: 14px;
}

.category-bg ul li {
    list-style: none;
}

.category-bg li a {}

.category-bg li a i {
    color: #fff;
    display: inline;
}

.category-bg li a h5 {
    color: #fff;
    display: inline;
    font-family: 'Lato-Regular';
}

.category-bg li a:hover {
    text-decoration: none;
}

.category1-bg {
    background: rgba(0, 0, 0, 0.64);
    border-radius: 8px;
    margin-bottom: 7px;
    padding: 11px;
}


/** middle part **/

#middle {
    overflow: hidden;
    margin-top: 20px;
    clear: both;
}

.journal-list {
    /*background:#FAC043;*/
    /*background: #2FA4EA;*/
    background: #fc3b01;
    margin-bottom: 0px;
    /*border-top: 5px solid #eee9a8;*/
    /*border-top: 5px solid #0b73b0;*/
    border-top: 5px solid #fc9001;
    border-radius: 0px;
}

.journal-list h5 {
    background: #3e454c;
    color: #fff;
    font-size: 18px;
    padding: 11px;
    text-transform: uppercase;
    margin-top: 0px;
    border-left: 5px solid #2479DD;
    font-family: 'Roboto Condensed', sans-serif;
}

.journal-list ul {
    list-style: none;
    margin: 0;
    padding: 5px;
    color: #fff;
}

.journal-list ul li {
    border-bottom: 2px solid #00142d;
    line-height: 38px;
    list-style-type: square;
}

.journal-list ul li a {
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 500;
}

.journal-list ul li a:hover {
    padding-left: 5px;
}

.journal-description h1 {
    background: #2479DD;
    border-left: 5px solid #3e454c;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
    padding: 8px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}

.journal-description p {
    color: #333;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    line-height: 30px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.journal-list-head {
    padding-left: 0px;
    padding-right: 0px;
}

.video-gallery {
    margin-bottom: 20px;
}


/** Footer **/

.footer-top {
    clear: both;
    background: #000138;
    overflow: hidden;
    border-bottom: 1px solid #333;
    padding: 15px 10px;
}

.footer-top h5 {
    color: #fff;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    border-left: 2px solid #FAC043;
    padding-left: 10px;
    margin-bottom: 20px;
}

.visitor-count a {
    color: #fff;
    line-height: 43px;
}

.visitor-count a img {
    padding-left: 20px;
}

footer {
    clear: both;
}

#footer {
    background: #000;
    padding: 0px;
}

#footer p {
    color: #fff;
    font-family: 'Lato-Regular';
    line-height: 39px;
    padding-left: 14px;
    margin-bottom: 0px;
}

#footer p a {
    color: #fff;
}

#footer p a:hover {
    color: #FAC043;
}

#footer p a:hover {
    text-decoration: none;
}

.useful-links {}

.useful-links ul {
    padding-left: 0px;
    list-style: none;
}

.useful-links ul li {
    display: inline-block;
    padding: 0px 5px;
    color: #FAC043;
}

.useful-links ul li a {
    color: #fff;
    padding-right: 10px;
    text-decoration: none;
}

.useful-links ul li a:hover {
    color: #fff;
}

.social-links ul {
    list-style: none;
    padding-left: 0px;
}

.social-links ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    margin-right: 10px;
}

.social-links ul li:hover {
    background: #fff;
}

.social-links ul li a {
    color: #fff;
    padding: 5px;
}

.social-links ul li a i {}

.form-group label {
    color: #333;
    font-family: 'Lato-Regular';
    font-size: 16px;
    font-weight: normal;
}

.powered-by {
    text-align: right;
}

.copy-right {}

.powered-by p {
    text-align: right !important;
}

.copy-right a {}


/* Normal Priority */

.normal-priority {}

.normal-priority h3 {
    border-bottom: 1px dashed #999;
    color: #333;
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.normal-priority h2 {
    color: #666;
    font-family: 'Lato-Regular';
    font-size: 23px;
    font-weight: normal;
}


/*  Submit Journal  */

.form-verticle {
    margin-top: 20px;
}

.submit-button {
    margin-bottom: 20px;
    overflow: hidden;
}

.submit-button button {
    background: #3e454c;
    color: #fff;
    font-family: 'Lato-Regular';
    text-transform: uppercase;
}

.submit-button button:hover {
    background: #FFD967;
    color: #3E454C;
}


/* Free Evolustion */

label span {
    color: #f00;
}

.free-evaluation-desc {}

.free-evaluation-desc p {
    color: #000;
    font-family: 'Lato-Regular';
    font-size: 15px;
    font-weight: normal;
    line-height: 35px;
}


/* back to top */

.back-to-top {
    background: #f9cf2e;
    border: 1px solid #fff;
    bottom: 20px;
    cursor: pointer;
    display: none;
    position: fixed;
    right: 20px;
    padding: 6px 10px;
    border-radius: 50px;
}

.back-to-top:hover {
    background: #333;
    border: 2px solid #fff;
}


/*  Hover css  */


/*---*---*---*
            Media Query
                    *---*---*---*--*/

@media (min-width: 320px) and (max-width: 767px) {
    .img-responsive,
    .thumbnail>img,
    .thumbnail a>img,
    .carousel-inner>.item>img,
    .carousel-inner>.item>a>img {
        height: 100%;
        width: 100%;
    }
    .head-left h1 a {
        font-size: 16px;
    }
    .head-left h1 {
        margin: 0px;
    }
    #footer p {
        padding: 0px;
        text-align: center !important;
    }
    .journal-list-head {
        margin: 0px auto;
        padding: 0px;
    }
    .navbar-nav .open .dropdown-menu>li {
        border-bottom: none;
        padding-bottom: 8px;
    }
    .navbar-default .navbar-nav>li>a,
    .mainmenu ul li a,
    .navbar-expand-lg .navbar-nav .nav-link {
        text-transform: uppercase !important;
    }
    .navbar-nav .open .dropdown-menu>li a {
        text-transform: capitalize !important;
    }
    .submit-article form {
        padding: 10px !important;
    }
    .mbm_social small {
        display: none;
    }
    .mbm_social a {
        width: auto !important;
        padding: 0px 10px;
        margin-bottom: 15px !important;
    }
}

@media (min-width: 768px) {
    .head-left h1 {}
}

@media (min-width: 992px) {}

@media (min-width: 1200px) {}

.list-unstyled li {
    list-style-type: none !important;
}

.list-unstyled li a {
    text-transform: uppercase !important;
    font-weight: bold;
    color: #666 !important;
    text-decoration: none;
}

.licence li {
    line-height: 20px !important;
    text-decoration: none;
}

.licence li a {
    text-transform: capitalize !important;
    font-weight: normal;
}


/******* Editorial Borad Inner Page Style ********/

.editorial-borad {}

.editorial-borad h1 {
    font-family: 'Roboto Condensed', sans-serif;
}

.editorial-borad h3 {
    font-family: 'Roboto Condensed', sans-serif;
    color: #2479DD;
    font-size: 21px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.editorial-borad ul {}

.editorial-borad ul li {
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 23px;
    font-size: 15px;
    color: #666;
}

.peer-logo {
    text-align: center;
    margin-top: 20px;
    /*  border-bottom: 1px solid #eee;*/
    clear: both;
    overflow: hidden;
}

.peer-logo h5 {
    color: #2479DD;
    font-weight: normal;
    font-size: 13px;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}

.peer-logo img {
    width: 100%;
    border: 1px solid #eee;
}


/********* FAQ ***********/

.faq {
    padding-top: 20px;
    border-bottom: 1px dashed #ccc;
}

.faq:hover {
    background: #f9f9f9;
}

.faq h4 {
    font-family: 'Roboto Condensed', sans-serif;
}

.faq p {}


/************ Contact Us ****************/

.submit-article form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 150px;
    background: #f9f9f9;
    border-radius: 5px;
    position: relative;
    margin-top: 30px;
    overflow: hidden;
}

.submit-article form>div {
    float: left;
    margin-bottom: 30px;
}

.submit-article form>div>p {
    font-size: 15px;
    margin-bottom: 3px;
    font-family: 'Roboto Condensed', sans-serif;
}

.submit-article form>div>input {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 5px;
    border: 0;
    background: #f9f9f9;
    border-bottom: 1px solid silver;
    width: 100%;
    color: gray;
}

.submit-article form>p:last-of-type {
    text-align: center;
    padding-top: 50px;
    display: table;
    width: 100%;
    color: white;
}

.submit-article form>p:last-of-type>a {
    cursor: pointer;
    border: 0;
    padding: 10px 25px;
    background: silver;
    border-radius: 28px;
    font-size: 12px;
}

.submit-article .term {
    padding-top: 40px;
    display: flex;
    width: 100%;
    align-items: center;
}

.submit-article .term>i {
    cursor: pointer;
    width: 20px;
}

.submit-article .term>span {
    font-size: 12px;
}


/* delete */

.submit-article form>a:last-of-type {
    position: absolute;
    bottom: 10px;
    right: 15px;
    font-size: 10px;
    letter-spacing: 1px;
    font-style: italic;
}

.submit-btn button {
    background: #2479dd;
    color: #fff;
    font-weight: bold;
    border: 1px solid #3E454C;
}

.submit-btn button:hover {
    background: #3E454C;
    color: #fff;
    border: 1px solid #2479dd;
}

.address,
.email {
    border-bottom: 1px dashed #eee;
}

.address h5,
.email h5,
.phone h5 {
    color: #2479dd;
    font-size: 16px;
}

.mbm_social {
    margin: 0px 0;
    padding: 0px;
    font-size: 0;
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
}

.mbm_social li {
    display: inline-block;
    list-style: outside none none;
    margin: 0 8px 0 0;
    padding: 0;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
}

.mbm_social>li:last-child {
    margin: 0;
}

.mbm_social a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0px;
    width: 95px;
    height: 31px;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    z-index: 2;
    text-transform: uppercase;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mbm_social a:hover {
    color: #fff;
}

.mbm_social a:hover .tooltip {
    display: block;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(0, -33px);
    transform: translate(0, -33px);
}

.mbm_social a:active {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5) inset;
}

.mbm_social .tooltip {
    opacity: 0;
    position: absolute;
    top: 2px;
    left: 50%;
    z-index: 1;
    -webkit-transition: all .15s ease;
    transition: all .15s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.mbm_social .tooltip span {
    font-size: 10px;
    font-weight: bold;
    left: -50%;
    line-height: 1;
    padding: 6px 8px 5px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.mbm_social .tooltip span:after {
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
}

.mbm_social .social-twitter {
    background: #00abdc;
    background: -webkit-linear-gradient(#00abdc, #00abdc);
    background: linear-gradient(#00abdc, #00abdc);
    border-bottom: 1px solid #00abdc;
}

.mbm_social .social-twitter:hover {
    color: #fff;
    text-shadow: 0px 1px 0px #00abdc;
}

.mbm_social .social-twitter span {
    background: #00abdc;
    background: -webkit-linear-gradient(#00abdc, #00abdc);
    background: linear-gradient(#00abdc, #00abdc);
    color: #fff;
}

.mbm_social .social-twitter span:after {
    border-top-color: #00abdc;
}

.mbm_social .social-linkedin {
    background: #286580;
    background: -webkit-linear-gradient(#286580, #286580);
    background: linear-gradient(#286580, #286580);
    border-bottom: 1px solid #286580;
}

.mbm_social .social-linkedin:hover {
    color: #fff;
    text-shadow: 0px 1px 0px #286580;
}

.mbm_social .social-linkedin span {
    background: #286580;
    background: -webkit-linear-gradient(#286580, #286580);
    background: linear-gradient(#286580, #286580);
    color: #fff;
}

.mbm_social .social-linkedin span:after {
    border-top-color: #286580;
}

.mbm_social .social-facebook {
    background: #325c94;
    background: -webkit-linear-gradient(#4562a0, #385693);
    background: linear-gradient(#4562a0, #385693);
    border-bottom: 1px solid #2f487c;
}

.mbm_social .social-facebook:hover {
    color: #fff;
    text-shadow: 0px 1px 0px #2f487c;
}

.mbm_social .social-facebook span {
    background: #3b5a9b;
    background: -webkit-linear-gradient(#5873aa, #3b5a9b);
    background: linear-gradient(#5873aa, #3b5a9b);
    color: #fff;
}

.mbm_social .social-facebook span:after {
    border-top-color: #325c94;
}

.mbm_social .social-google-plus {
    background: #ea4335;
    background: -webkit-linear-gradient(#ea4335, #ea4335);
    background: linear-gradient(#ea4335, #ea4335);
    border-bottom: 1px solid #ea4335;
}

.mbm_social .social-google-plus:hover {
    color: #fff;
    text-shadow: 0px 1px 0px #ea4335;
}

.mbm_social .social-google-plus span {
    background: #ea4335;
    background: -webkit-linear-gradient(#ea4335, #ea4335);
    background: linear-gradient(#ea4335, #ea4335);
    color: #fff;
}

.mbm_social .social-google-plus span:after {
    border-top-color: #ea4335;
}

.mbm_social i {
    position: relative;
    top: 1px;
    font-size: 14px;
}

.mbm_social small {
    font-size: 14px;
    margin: 0 0 0 9px;
    vertical-align: middle;
    font-family: 'Roboto Condensed', sans-serif;
}

.gmap {
    margin-top: 30px;
    margin-bottom: 20px;
}


/************* Download PDF ************/

.downloads-pdf {}

.downloads-pdf ul {
    padding-top: 20px;
}

.downloads-pdf ul li {
    border-bottom: 1px solid #eee;
    padding: 5px;
    list-style-type: square;
}

.downloads-pdf ul li a {
    text-transform: capitalize;
}

.regi-editor ul {}

.regi-editor ul li {
    line-height: 25px;
}

.regi-editor ul li a {
    font-size: 14px;
    color: #333 !important;
}

.regi-editor ul li p {
    line-height: 20px;
    text-align: left;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}


/********* Video Gallery ***********/


/*.video-gallery{
  margin-top: 30px;
}*/

.video-gallery img {
    width: 100%;
}

.sub-gaid p span {
    color: #777;
}


/******** Topics Covered *********/

.topics-covrd {}

.topics-covrd ul {
    list-style: none;
    padding-left: 0px;
}

.topics-covrd ul li {
    width: 32%;
    float: left;
    line-height: 28px;
    border: 1px solid #eee;
    margin: 5px;
    padding: 5px 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 15px;
    color: #2479dd;
}

.topics-covrd ul li:hover {
    background: #f9f9f9;
}


/********* News Scroll **********/

.news-scroll {
    height: 713px;
    background: #fc3b01;
    border-top: 5px solid #f0ae2d;
}

.newstape {
    color: #333;
    height: 95%;
    overflow: hidden;
    padding: 10px;
    margin: 20px 0px;
}

.newstape-content {
    position: relative;
    padding: 15px;
}

.news-block {
    border-bottom: 1px solid #000138;
}

.news-block h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #fff;
}

.news-block p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #fff;
}

.newstape-drag {
    cursor: ns-resize;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}


/********* Member ***********/

.member {
    text-align: center;
    margin-bottom: 0px;
}

.member img {
    width: 100%;
    max-width: 150px;
}

.boxbg {
    background: #ffe824;
    padding: 10px;
    border-radius: 0px;
    border: 1px solid #eee;
    text-align: right;
    height: 360px;
}

.boxbg img {
    border-radius: 0px;
    border: 5px solid #fff;
}

.boxbg h4 {
    font-size: 16px;
    font-weight: 600;
}

.boxbg p {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #666;
    font-size: 16px;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


/******** New Slider **********/


/*.davslider{padding-top: 0px;}
#slider{max-width: 100%; max-height: 450px;}
.davslider #wowslider-container1{max-width: 100%; max-height: 450px;}
.davslider #wowslider-container1 .ws_images > div > img {
    max-height:450px;
    max-width: 100%;
}*/

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    height: 500px;
}


/* Submenu css */

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-submenu>.dropdown {
    top: 0;
    left: 100%;
    margin-top: -6px;
}

.navbar-nav li:hover>ul.dropdown-menu {
    display: block;
}

.dropdown-submenu {
    position: relative;
    /* width: 200px !important; */
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    height: 100px;
    overflow-y: scroll;
}

.dropdown-menu>li>a {
    padding: 8px 20px;
}

.dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
    border: none;
    background-color: #f5f5f5;
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 15%);
    border-radius: 0;
    margin: 2px 0;
}

.dropdown-menu>li>a {
    font-size: 16px;
    /* white-space: normal; */
}

.dropdown-menu>li>a:hover {
    color: #fc3b01;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: rgb(238, 238, 238);
}


/* Hide scrollbar for Chrome, Safari and Opera */

.dropdown-submenu>.dropdown-menu::-webkit-scrollbar {
    display: none;
}


/* Hide scrollbar for IE, Edge and Firefox */

.dropdown-submenu>.dropdown-menu {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}


/* Faculty Area css */

.faculty-section {
    padding: 40px 0;
}

.staff-thumb {
    height: 140px;
}

.staff-thumb img {
    border-radius: 20px;
    border: 2px solid #000;
    height: 140px;
    width: 100px;
}

.staff-info h2 {
    font-size: 20px;
    color: #fc3b01;
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 0;
}

.staff-info p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
}

.staff-info h4 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 0;
}

.heading {
    font-size: 18px;
    color: #000138;
    font-weight: bold;
}

.title h2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #000138;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    letter-spacing: 2px;
}

.card {
    margin-bottom: 20px;
}

.title {
    display: flex;
    align-items: center;
}

.border {
    border: 2px dotted red;
    width: 25%;
    height: 2px;
}

.img-fluid {
    height: 150px;
    width: 200px;
}