@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');/*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');/*font-family: 'Lora', serif;*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap'); /*font-family: 'Poppins', sans-serif;*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    overflow-x: hidden;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;/*background: url("../images/grey-polygonal-new.jpg") repeat center center;*/
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    color: #666;
    font-weight: 500;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.navbar-nav .dropdown-menu {
    padding: 0 !important;
    min-width: 13rem;
    border-radius: 3px;
    border: 1px solid #666;
    margin: .5rem 0 0;
}
.navbar-nav .dropdown-menu .dropdown-item {
    color: #666;
}
.dropdown-menu > .dropdown {
    position: relative;
}
.dropdown-menu > .dropdown a:after {
    transform: rotate(-90deg);
    position: absolute;
    right: .9rem;
    top: .9rem;
}
.dropdown-menu > .dropdown .dropdown-menu {
    top: -.7rem;
    left: 100%;
    border-radius: 0 .25rem .25rem .25rem;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #666;
}
.main-menu {
    background: #1b316c;
    position: relative;
}
/*.main-menu:before {
    content: "";
    background-color: #abd242;
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    display: inline-block;
}*/
.navbar {
    padding: 0 !important;/*background: #3371ad;*/
}
.navbar-nav .dropdown-menu > li > a {
    border-bottom: 1px solid #666;
}
.nav-item a.nav-link {
    color: #fff !important;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.9em;
    padding: 13px !important;
    transition: all 0.9s;/*border-radius:5px;*/
}
.nav-item a.nav-link:hover {
    background-color: #54c0f6;
    color: #fff !important;
}
.sidebar .nav-item a.nav-link {
    text-transform: capitalize;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #f0f0f0;
}
/*a.navbar-brand {
	width: 10%;
}*/
a.navbar-brand.inner-logo {
    width: 10%;
}
a.navbar-brand, .right-links li a {
    text-transform: capitalize !important;
}
ul.top-right-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
.btn-warning {
    color: #343a40!important;
    background-color: #fed740!important;
    border-color: #fed740!important;
}
.text-primary {
    color: #4267b2 !important;
}
.text-info {
    color: #1da1f2 !important;
}
.nav-pills .show > .nav-link {
    background-color: transparent!important;
}
header {
    position: relative;
    z-index: 1;
}
.main-title h3 {
    font-family: 'Lora', serif;
    margin: 32px auto;
    color: #a05847;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 400;
}
.main-title h3 span {
    display: block;
    text-align: center;
    font-size: 17px;
    margin-top: 3px;
    text-transform: capitalize;
    color: #5c3c37;
}
.carousel-indicators .active {
    background-color: #54c0f6;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    background-color: #fff;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none;
}
.logo-holder {
    max-width: 100px;
    width: 100%;
    margin: auto;
}
/*.banner-section {
	margin-top:-172px;
}*/
/******************************Top Bar**************************/
.top-nav {
    background-color: #ececec;
    z-index: 10;
    position: relative;
    border-bottom: 0px;
    font-size: 13px;
    height: auto;
    font-weight: normal;
    transition-duration: .3s;
    overflow: hidden;
}
.top-nav .time {
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 5px 0px;
}
.top-nav .time i {
    font-size: 14px;
}
.top-nav .time {
    color: #000;
}
.top-nav ul {
    margin: 0px;
    display: flex;
}
.top-nav li {
    list-style-type: none;
    padding: 6px;
    min-height: 34px;
    border-right: 1px solid #d9d9d9;
}
.top-nav li:last-child {
    border: none !important;
}
.top-nav li a {
    color: #000;
    padding: 4px 6px;
    text-decoration: none;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
}
.top-nav li img {
    height: 20px;
}
.top-nav .def-theme {
    background-color: #ffffff;
    color: #000;
    padding: 4px 3px 4px 5px;
    text-decoration: none;
}
.top-nav .black-theme {
    background-color: #000;
    color: #fff;
    padding: 4px 6px 4px 4px;
    margin-left: -5px;
    text-decoration: none;
}
/***************************Header Search********************/
.search-button {
    text-align: center;
}
.search-button .fa {
    color: #000;
    font-size: 16px;
    cursor: pointer;
}
/******************************Slider***********************/
.slider {
    position: relative;
}
/*.banner-right-side {
    border: 1px solid #333;
    padding: 5px;
	padding-bottom: 0;
}*/
.banner-right-side h4 {
    color: #1b316c;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}
.banner-right-side h6 {
    color: #000;
    text-align: center;
    font-weight: 500;
    font-size: 12px;
}
img.ldr {
    /*width: 85px;
    height: 85px;*/
    border: 2px solid #d5d5d5;
    /*border-radius: 50%;*/
    padding: 2px;/*margin-right: 8px;*/
}
/******************************Whats New********************/
.latest-new .btm-news {
    bottom: 0;
    background: #e6e6e6;
    border-top: 0px solid #FFF;
    z-index: 9999;
    overflow: hidden;
    width: 100%;
}
.newshead, .newscontent {
    height: 43px !important;
}
.newshead {
    font-weight: 600;
    color: #fff;
    background-color: #54c0f6;
    position: relative;
    font-size: 1em;
    padding: 0px 10px;
    width: 11%;
    text-align: center;
    text-transform: uppercase;
}
.newshead::after {
    content: '';
    position: absolute;
    right: -15px;
    top: 45%;
    margin-top: -15px;
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
    border-left: 18px solid #54c0f6;
}
.newscontent {
    color: #000;
    padding: 0px 15px 0px 25px;
    font-size: 1em;
    width: 100%;
    line-height: 43px;
}
.newscontent a {
    color: #000;
    font-weight: 500;
}
.newshead span {
    color: #fff;
    line-height: 42px;
}
/**************************Welcome Section******************/
.welcome .custom-btn {
    display: inline-block !important;
}
.welcome h3 {
}
/*.minster {
    background: #fff;
    display: block;
    border-bottom: 4px solid #2190d7;
    position: relative;
    z-index: 99;
    padding: 17px;
    box-shadow: 0px 0px 5px #6b686869;
    min-height: 200px;
}
.leaders .minster img {
    border: 2px solid #d9d9d9;
    border-radius: 50%;
    height: 90px;
    margin: auto;
    display: block;
}
.leaders .minster h4 {
    font-weight: 600;
    color: #02355d;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    line-height: 18px;
}
.leaders .minster p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
}
.leaders.w-59 {
    width: 59% !important;
    margin-right: 4%;
}
.leaders.w-40 {
    width: 40% !important;
}
p.about-dr-arvind {
    font-weight: normal !important;
    font-size: 13px !important;
}*/
/*--- Featured Blocks ---*/
/*.featured-block {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
    background: #abd242;
}
.featured-block > a {
    text-align: left;
    width: 100%;
    height: 100%;
    display: block;
    color: #333;
    position: relative;
}
.fblock-icon {
    font-size: 53px;
    color: #fff;
    line-height: 150px;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0px;
    top: -20px;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    padding-right: 0;
    display: block;
}
.fblock-content {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 50%;
    top: 50%;
}
.fblock-main {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.fblock-sub {
    text-align: center;
    font-size: 14px;
    background: #fff;
    color: #747474;
    border: solid 1px #e8e8e8;
    border-top: none;
    line-height: 48px;
    margin-bottom: 0;
    margin-top: 24px;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.featured-block:hover {
    background: #fff;
}
.featured-block:hover .fblock-icon {
    font-size: 70px;
    color: #2190d7;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}
.featured-block:hover .fblock-main {
    color: #2190d7;
    -webkit-animation: moveFromRight 300ms ease;
    -moz-animation: moveFromRight 300ms ease;
    -ms-animation: moveFromRight 300ms ease;
}
.featured-block:hover .fblock-sub {
    border-color: #2190d7;
    background: #2190d7;
    color: #fff;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
.icon-faculty:before {
    content: "\f0f0";
    font-family: FontAwesome;
}
.icon-patient:before {
    content: "\f236";
    font-family: FontAwesome;
}
.icon-student:before {
    content: "\f19d";
    font-family: FontAwesome;
}
.icon-employee:before {
    content: "\f0c0";
    font-family: FontAwesome;
}
.icon-vendor:before {
    content: "\f275";
    font-family: FontAwesome;
}
.icon-alumni:before {
    content: "\f007";
    font-family: FontAwesome;
}
@-webkit-keyframes moveFromLeft {
from {
-webkit-transform: translateX(-100%);
}
to {
 -webkit-transform: translateX(0%);
}
}
@-moz-keyframes moveFromLeft {
from {
-moz-transform: translateX(-100%);
}
to {
 -moz-transform: translateX(0%);
}
}
@-ms-keyframes moveFromLeft {
from {
-ms-transform: translateX(-100%);
}
to {
 -ms-transform: translateX(0%);
}
}
@-webkit-keyframes moveFromRight {
from {
-webkit-transform: translateX(100%);
}
to {
 -webkit-transform: translateX(0%);
}
}
@-moz-keyframes moveFromRight {
from {
-moz-transform: translateX(100%);
}
to {
 -moz-transform: translateX(0%);
}
}
@-ms-keyframes moveFromRight {
from {
-ms-transform: translateX(100%);
}
to {
 -ms-transform: translateX(0%);
}
}
@-webkit-keyframes moveFromBottom {
from {
-webkit-transform: translateY(100%);
}
to {
 -webkit-transform: translateY(0%);
}
}
@-moz-keyframes moveFromBottom {
from {
-moz-transform: translateY(100%);
}
to {
 -moz-transform: translateY(0%);
}
}
@-ms-keyframes moveFromBottom {
from {
-ms-transform: translateY(100%);
}
to {
 -ms-transform: translateY(0%);
}
}*/
/*--- Featured Titles ---*/
.title-block {
    background: #fff;
    margin: 0px 0px 0px 0px
}
.title-block .icon-container {
    float: left;
    background: #25c9da;
    width: 63px;
    height: 55px;
    text-align: center;
    padding-right: 0px !Important
}
.title-block .icon {
    font-size: 30px;
    color: #fff;
    line-height: 55px;
    display: block;
    padding-right: 0px !Important
}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #25c9da;
    float: left;
    margin: 18px 0 0 -4px
}
/***************************Director Msg**********************/
.featured-title h3 {
    text-transform: uppercase;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #1b316c;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.featured-title h3:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 24%;
    background-color: #01558a;
    bottom: -1px;
}
.featured-title h3:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #1b316c;
    left: 15px;
    bottom: -9px;
}
.featured-content {
    padding: 20px;
}
.img-md {
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 3px;
}
.md-img span {
    display: block;
    font-weight: bold;
    margin: 10px 0;
}
.custom-btn {
    width: 110px;
    height: 35px;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    outline: none;
    text-decoration: none !important;
    line-height: 15px;
    text-align: center;
    margin: auto;
}
.btn-14 {
    background: rgb(5,34,133);
    border: none;
    z-index: 1;
}
.btn-14:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: #0cb8b6;
    background-image: linear-gradient(315deg, #0cb8b6 0%, #0cb8b6 74%);
    transition: all 0.3s ease;
}
.btn-14:hover {
    color: #000;
}
.btn-14:hover:after {
    top: auto;
    bottom: 0;
    height: 100%;
}
.btn-14:active {
    top: 2px;
}
/******************************Director**********************/
.executive-director {
    /*background-image: url("../images/directors_bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;*/
    background-color: #54c0f6;
    padding: 50px 0;
}
.executive-director .left-side {
    /*background-image: url("../images/about-bg.jpg");*/
    background-color: rgba(3,68,110,0.6);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 15px;
}
.executive-director .left-side img {
    display: block;
    margin: 20px auto;
}
.executive-director span.name {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.executive-director span.designation {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}
.executive-director .left-side a {
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 40px;
    border: 1px solid #fff;
    width: 130px;
    margin: 40px auto 15px;
    padding: 8px 5px;
    font-weight: 400;
    font-size: 15px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.executive-director .left-side a:hover {
    background-color: #abd242;
    color: #fff;
    text-decoration: none;
    border: 1px solid #abd242;
}
.executive-director .left-side .border-around {
    border: 2px solid #fff;
}
.executive-director .border-around img {
    border-radius: 50%;
    border: 5px solid #ccc;
}
.bg-white .welcome {
    color: #02355d;
    font-weight: 500;
    font-size: 28px;
    border-bottom: 1px solid #ccc;
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 7px;
}
.bg-white .welcome::before {
    height: 1px;
    width: 16%;
    position: absolute;
    background-color: #451a7f;
    content: '';
    bottom: -1px;
}
.bg-white p {
    font-size: 15px;
    text-align: justify;
    color: #545454;
    font-weight: 400;
    line-height: 24px;
}
/*.bg-white a {
    color: #02355d;
    font-size: 15px;
    display: block;
    font-weight: 400;
}
.bg-white a:hover {
    color: #8cbf04;
    text-decoration: none;
}*/
/******************************Gallery**********************/
ul.home-gallery {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
}
ul.home-gallery li {
    padding: 0 3px;
    overflow: hidden;
    text-align: center;
    position: relative;/*border: 1px solid #e1e1e1;*/
}
ul.home-gallery li a {
    left: 100%;
    margin-left: -200%;
    position: relative;
}
ul.home-gallery li a:before {
    content: "";
    position: absolute;
    height: 182px;
    width: 179px;
    background-color: rgba(0,0,0,0.2);
    opacity: 0;
    z-index: 999;
}
ul.home-gallery li a:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 0;
    border-radius: 50%;
    color: #fff;
    content: "\f06e";
    display: inline-block;
    font-size: 16px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #252525;
    padding-top: 7px;
    margin-top: -7px;
}
ul.home-gallery li a:hover:after, ul.home-gallery li a:hover:before {
    opacity: 1;
}
ul.home-gallery li img {
    max-width: 100%;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.gallery_wrap h3 {
    text-transform: uppercase;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #1b316c;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.gallery_wrap h3:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 24%;
    background-color: #01558a;
    bottom: -1px;
}
.gallery_wrap h3:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #1b316c;
    left: 15px;
    bottom: -9px;
}
.gallery_wrap .btn-success {
    background-color: #1b316c;
    border-color: #1b316c;
}
/*.gallery-list {
    clear: both;
    display: table;
    list-style: none;
    padding: 0;
    margin: 0;
}
.gallery-section h3 {
    text-transform: uppercase;
    position: relative;
    font-size: 25px;
    font-weight: 600;
    color: #1b316c;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.gallery-section h3:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 24%;
    background-color: #01558a;
    bottom: -1px;
}
.gallery-list li {
    float: left;
    margin-bottom: 7px;
    margin-right: 7px;
    height: 109px;
    width: 109px;
    overflow: hidden;
    text-align: center;
    position: relative;
    border: 1px solid #e1e1e1;
}
.gallery-list li a {
    position: relative;
    left: 100%;
    margin-left: -200%;
    position: relative;
}
.gallery-list li a img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 100%;
    width: auto;
}
.gallery-list li a:after {
    text-shadow: none;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
    speak: none;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    -webkit-transition: 0.6s;
    transition: 0.6s;
 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    border-radius: 50%;
    color: #fff;
    content: "\f06e";
    display: inline-block;
    font-size: 16px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #252525;
    padding-top: 7px;
    margin-top: -7px;
}
.gallery-list li a:hover img {
    -moz-transform: scale(1.08, 1.08);
    -ms-transform: scale(1.08, 1.08);
    -webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}
.gallery-list li a:hover::after {
 filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.video-holder {
    position: relative;
}
.video-holder img {
    min-height: 225px !important;
}
.video-icon {
    position: absolute;
    border-radius: 50%;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    top: 35%;
    cursor: pointer;
}
.video-icon i {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgba(228, 186, 83, 0.8);
    color: #fff;
    font-size: 30px;
    line-height: 70px;
}
.related-links .owl-theme .owl-controls {
    display: none !important;
}
.pub-img img {
    height: 227px;
    width: 100%;
}
.pub-img {
    display: block;
    margin: 0 auto;
    max-width: 400px;
    position: relative;
}
.pub-img .hover-wrapper {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
}
.pub-img .hover-wrapper:hover {
    opacity: 1;
    cursor: pointer;
}
.pub-img .hover-wrapper .plus-icon {
    position: absolute;
    top: 35%;
    text-align: center;
    width: 100%;
}
.pub-img .plus-icon i {
    font-size: 50px;
    color: #fff;
}*/
.related-links .owl-controls {
    display: none !important;
}
/***************************Achievements********************/
.achievements h3 {
    text-transform: uppercase;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #1b316c;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.achievements h3:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 24%;
    background-color: #01558a;
    bottom: -1px;
}
.achievements h3:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #1b316c;
    left: 15px;
    bottom: -9px;
}
.achievements p {
    line-height: 30px;
}
/******************************Footer**********************/
.footer {
    background: #000711;
    padding-top: 30px;
    position: relative;
    padding-bottom: 20px;
}
/*.footer:before {
    background: #1c1c1c none repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
}*/
.footer h4 {
    color: #54c0f6;
    font-size: 19px;
    position: relative;
    font-weight: 600;
    border-bottom: 1px solid #4f4f4f;
    text-transform: uppercase;
}
.footer h4::after {
    width: 24%;
    height: 1px;
    background: #54c0f6;
    content: '';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.footer h6 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}
ul.numbers, ul.footer-links {
    padding: 0;
}
.numbers li, .footer-links li {
    position: relative;
    list-style-type: none;
    padding-left: 20px;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
}
.numbers li:before, .footer-links li:before {
    content: "\f007";
    font-family: FontAwesome;
    margin-right: 6px;
    font-size: 16px;
    position: absolute;
    left: 0;
    color: #54c0f6;
    top: 0;
}
.footer-links li a {
    color: #fff;
    text-decoration: none;
}
.footer-links li:before {
    content: "\f101";
}
.footer-bottom {
    background-color: #1c1c1c;
}
.footer-bottom ul {
    padding: 0;
    list-style-type: none;
}
.footer-bottom ul li {
    float: right;
}
.footer-bottom ul li i {
    font-size: 30px;
    padding: 8px 5px;
}
.footer-bottom p {
    color: #fff;
    padding: 0;
    margin: 0;
    font-size: 13px;
}
.footer-bottom a {
    color: #CCD779;
}
.footer-links.follow li:first-child:before {
    content: "\f041";
}
.footer-links.follow li:nth-child(2):before {
    content: "\f095";
}
.footer-links.follow li:nth-child(3):before {
    content: "\f1ac";
}
.footer-links.follow li:nth-child(4):before {
    content: "\f0e0";
}
.footer-links.follow li:last-child:before {
    content: "\f0ac";
}
.social-media p a {
    width: 30px;
    height: 30px;
    background: #fff;
    margin-right: 10px;
    text-decoration: none;
    color: #54c0f6;
}
/*----------------------------------------*/
/*  9. Testimonial Area
/*----------------------------------------*/
.testimonial-image-slider {
    margin-top: 5px
}
.slick-list {
    margin: 0 5px
}
.sin-testiImage {
    display: inline-block;
    margin-bottom: 11px;
    outline: medium none;
}
.sin-testiImage img {
    border: 2px solid #fff20e;
    border-radius: 0;
    cursor: pointer;
    display: inline-block !important;
    height: 120px;/*
    margin-bottom: 30px;
    margin-top: 36px;*/
    outline: 0 none;
    width: 120px;
    padding: 3px;
}
.sin-testiImage.slick-current img {
    border: 2px solid #fff20e;
    height: 146px;
    margin-top: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 146px;
}
.testimonial-text-slider h2 {
    color: #fff20e;
    display: block;
    font-family: "montserratregular";
    font-size: 30px;
    font-weight: 600;
    line-height: 24px;
}
.testimonial-text-slider {
    margin: auto;
    padding: 0;
    position: relative;
    width: 51%;
    z-index: 9;
}
.sin-testiText {
    outline: none
}
.sin-testiText p {
    margin-top: 22px;
    color: #fff20e;
    line-height: 25px;
    font-size: 15px;
    font-weight: 600;
}
.slick-prev, .slick-next {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: block;
    font-size: 0;
    height: 25px;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 34.6%;
    width: 16px;
}
.slick-prev {
    left: -31px
}
.slick-next {
    right: -31px
}
.slick-prev:before, .slick-next:before {
    height: 25px;
    width: 16px;
    left: 0;
    top: 0;
    position: absolute;
    color: #fff;
    content: "?";
    font-family: "Material-Design-Iconic-Font";
    font-size: 50px !important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}
.slick-next:before {
    right: 0;
    content: "?";
}
.slick-slider {
    z-index: 9;
}
.testimonial-area:hover .slick-prev:before, .testimonial-area:hover .slick-next:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
#testimonial-slider {
    z-index: 9!important;
}
.testimonial {
    border-left: 4px solid #fed740;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    padding: 5px 30px 10px 130px;
    margin: 0 15px 10px 15px;
    overflow: hidden;
    position: relative;
    min-height: 220px;
}
.testimonial:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #fed740;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}
.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 20px;
}
.testimonial .pic img {
    width: 100%;
    height: auto;
}
.testimonial .description {
    font-size: 15px;
    color: #343a40;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: justify;
}
.testimonial .title {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    color: #343a40;
    margin: 0;
}
.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #d45113;
}
.owl-theme .owl-controls .owl-page span {
    border: 2px solid #fed740;
    background: #fed740;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls .owl-page:hover span {
    background: #fed740;
}

/***********************Media Query Starts***********************/
@media only screen and (min-width: 1400px) and (max-width: 2200px) {
.container, .container-fluid {
    max-width: 1600px !important;
}
.full-width-large-screen {
    width: 100% !important;
    max-width: 100% !important;
}
img.ldr {
    /*width: 110px;
    height: 110px;*/
    margin-top: 0 !important;
}
.welcome-right-side h6, .achievements-left-side h6 {
    font-size: 25px;
}
.welcome-right-side h4, .achievements-left-side h3 {
    font-size: 40px;
    text-transform: capitalize;
}
.achievements-left-side h3 {
    margin-bottom: 40px !important;
}
.welcome-right-side p {
    font-size: 20px;
}
.achievements-left-side p {
    font-size: 24px;
    line-height: 35px;
}
.md-img span {
    font-size: 25px;
}
.featured-desc p {
    font-size: 19px;
    line-height: 25px;
}
.cm {
    margin-top: 40px;
}
}
/***********************Inner Page***********************/
ul.inner-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.inner-list li {
    position: relative;
    list-style-type: none;
    padding-left: 30px;
    margin-bottom: 15px;
    line-height: 20px;
}
ul.inner-list li:before {
    content: "\f0a4";
    font-family: FontAwesome;
    margin-right: 6px;
    font-size: 16px;
    position: absolute;
    left: 0;
    color: #54c0f6;
    top: 0;
}
.inner-page-img {
    border: 5px solid #ffbd31;
    padding: 5px;
    border-radius: 5px;
}
.inner-banner {
    background-image: url("/assets/images/inner-banner/organization_structure.jpg");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 51px 0;
}
.page-title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}
.inner-banner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.inner-banner ul li {
    display: inline-block;
    vertical-align: middle;
}
.inner-banner ul.breadcumb span, .inner-banner ul.breadcumb a {
    color: #fff;
}
.inner-banner ul.breadcumb a {
    color: #ffbd31;
    text-decoration: none;
}
.inner-page h4 {
    position: relative;
    font-size: 22px;
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 30px;
    padding-bottom: 12px;
}
.inner-page h4:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 20%;
    background-color: #01558a;
    bottom: -1px;
}
.inner-page h4:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #1b316c;
    left: 15px;
    bottom: -9px;
}
.inner-page h5 {
    color: #1b316c;
    margin-bottom: 20px;
}
.inner-page-right-links h3 {
    background: #1b316c;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    padding: 6px 10px;
    border-radius: 2px;
}
.inner-page-right-links li a {
    color: #000;
    display: block;
    padding: 10px 0px 10px 48px;
    position: relative;
    text-decoration: none;
    white-space: normal;
    width: 100%;
    transition-duration: .2s;
    font-weight: 400;
    font-size: 0.9em;
	border-bottom: 1px solid #eaeaea;
}
.inner-page-right-links li a:before {
    position: absolute;
    font-family: FontAwesome;
    height: 100%;
    width: 42px;
    bottom: 0;
    background-color: #54c0f6;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 0px;
    content: "\f061";
    left: 0;
}
