/*@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic);*/

body {
    padding:0px;
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #64686d;
    line-height: 20px;

}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color: #272727;
}
a {
    color: #0f1640;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}
a:hover,
a:focus {
    text-decoration: none;
    color: #E02A2A;
}
hr {
    border-top: 1px dashed #d8d8d8;
    border-bottom: 1px dashed #fff;
}
.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
    margin-bottom: 50px;
}
.section-header .section-title {
    font-size: 44px;
    color: #272727;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}
.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #ebebeb;
}
.section-header .section-title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #0f1640;
}
.btn {
    border-width: 0;
    border-bottom-width: 3px;
    border-radius: 3px;
}
.btn.btn-primary {
    background: #0f1640;
    border-color: #e02b2b;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #870505;
}
.column-title {
    margin-top: 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
    margin-bottom: 0px;
    position: relative;
}
.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid #7ba80d;
}
ul.nostyle li{
    line-height:24px;
}
ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}
ul.nostyle i {
    color: #E02A29;
}
.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}
/*************************
*******Header******
**************************/

@media only screen and (min-width: 768px) {
    #main-menu.navbar-default {
        background:#0f1640;
        -webkit-box-shadow: 0px 5px 5px #cccccc;
        box-shadow: 0px 5px 5px #cccccc;
    }
    #main-menu.navbar-default .navbar-nav > li > a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-weight: 600;
        color: #ffffff;
    }
    #main-menu.navbar-default .navbar-nav > li.active > a,
    #main-menu.navbar-default .navbar-nav > li.open > a,
    #main-menu.navbar-default .navbar-nav > li:hover > a {
        background: #E02A2A;
        color: #ffffff;
        border-bottom: 2px solid #ffffff;
    }
    #main-menu.navbar-default .dropdown-menu {
        padding: 8px 0px;
        background-color: rgba(26, 28, 40, 0.9);
        border: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        border-bottom: 2px solid #ffffff;
        background-clip: inherit;
    }
    #main-menu.navbar-default .dropdown-menu > li {
        border-left: 3px solid transparent;
        margin-left: -20px;
        padding-left: 17px;
        -webit-transition: border-color 400ms;
        transition: border-color 400ms;
    }
    #main-menu.navbar-default .dropdown-menu > li > a {
        border-top: 1px solid #404455;
        padding: 8px 0;
        color: #eeeeee;
    }
    #main-menu.navbar-default .dropdown-menu > li:first-child > a {
        border-top: 0;
    }
    #main-menu.navbar-default .dropdown-menu > li.active,
    #main-menu.navbar-default .dropdown-menu > li.open,
    #main-menu.navbar-default .dropdown-menu > li:hover {

    }
    #main-menu.navbar-default .dropdown-menu > li.active > a,
    #main-menu.navbar-default .dropdown-menu > li.open > a,
    #main-menu.navbar-default .dropdown-menu > li:hover > a {
        color: #0f1640;
        background-color: transparent;
    }
}
#main-slider {
    overflow: hidden;
}
#main-slider .item {
    height: 558px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}
#main-slider .slider-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
#main-slider .slider-inner h2 {
    margin-top: 180px;
    font-size: 25px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
}
#main-slider .slider-inner h2 > span {
    color: #0f1640;
    font-size: 35px;
}
#main-slider .slider-inner .btn {
    margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
    position: absolute;
    top: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 30px;
    display: inline-block;
    margin-top: -35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100px;
    z-index: 5;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
    background-color: #0f1640;
}
#main-slider .owl-prev {
    left: -35px;
    text-indent: 14px;
}
#main-slider .owl-next {
    right: -35px;
    text-indent: -14px;
}
#bar {
    width: 0%;
    max-width: 100%;
    height: 4px;
    background: #0f1640;
}
#progressBar {
    margin-top: -4px;
    position: relative;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}
#cta {
    padding: 20px 0;
    background-color: #eeeeee;
}
#cta h2 {
    margin-top: 0;
}
#cta .btn {
    margin-top: 40px;
}
#cta2 {
    background: #242a33 url(../images/cta2/cta2-bg.html) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    padding-top: 70px;
}
#cta2 .btn {
    margin-top: 10px;
}
#cta2 h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1;
}
#cta2 h2 > span {
    color: #0f1640;
}
#features {
    padding: 100px 0;
}
#features .media.service-box:first-child {
    margin-top: 80px;
}
#services {
    padding: 100px 0 75px;
}
.media.service-box {
    margin: 25px 0;
}
.media.service-box .pull-left {
    margin-right: 20px;
}
.media.service-box .pull-left > i {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: #0f1640;
    box-shadow: inset 0 0 0 1px #d7d7d7;
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    transition: background-color 400ms, background-color 400ms;
    position: relative;
}
.media.service-box .pull-left > i:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    border: 4px solid #fff;
    border-radius: 20px;
    background: #0f1640;
}
.media.service-box:hover .pull-left > i {
    background-image: -moz-linear-gradient(90deg, #0f1640 0%, rgba(11, 39, 93, 0.69) 100%);
    background-image: -webkit-linear-gradient(90deg, #0f1640 0%, rgba(11, 39, 93, 0.69) 100%);
    background-image: -ms-linear-gradient(90deg, #0f1640 0%, rgba(11, 39, 93, 0.69) 100%);
    color: #fff;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}
#portfolio {
    /*padding: 100px 0;
    background: #f5f5f5;*/
}
#portfolio .portfolio-filter {
    list-style: none;
    padding: 0;
    margin: 0 0 50px;
    display: inline-block;
}
#portfolio .portfolio-filter > li {
    float: left;
    display: block;
}
#portfolio .portfolio-filter > li a {
    display: block;
    padding: 7px 15px;
    background: #e5e5e5;
    color: #64686d;
    position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
    background: #0f1640;
    color: #fff;
    box-shadow: 0 -3px 0 0 #318daf inset;
    -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#portfolio .portfolio-filter > li a.active:after {
    content: " ";
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #318daf transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
    border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
    border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-items {
    margin-top: 20px;
}
#portfolio .portfolio-item {
    width:30%;
    float: left;
    border:1px solid #cccccc;
    padding: 5px;
    margin:3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
    position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
    opacity: 0;
    transition: opacity 400ms;
    -webkit-transition: opacity 400ms;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 35px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
    font-size: 16px;
    line-height: 1;
    margin: 0;
    color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
    position: absolute;
    top: 16px;
    right: 32px;
    border-radius: 50%;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    width: 26px;
    height: 26px;
    line-height: 27px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 0 2px #fff;
    -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
    opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
#testimonial {
    background: #333333;
    background-size: cover;
    padding: 20px 0;
    color: #fff;
}
#testimonial h4 {
    color: #fff;
    margin-bottom: 0;
}
#testimonial small {
    display: block;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
    margin-top: 10px;
}
#about {
    padding: 30px 0;
}
/*#work-process {
    padding: 30px 0px 0px 0px;
    background: #ffffff;
    background-size: cover;
    color: #fff;
}
#work-process h2 {
    color: #fff;
}
#work-process h3 {
    color: #fff;
    margin-bottom: 0;
}
#work-process .icon-circle {
    display: inline-block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border: 2px solid #e02a2a;
    border-radius: 100px;
    position: relative;
}
#work-process .icon-circle i{
    color:#e02a2a;
}
#work-process .icon-circle > span {
    border-style: solid;
    border-width: 2px;
    border-color: #0f1640;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    width: 24px;
    height: 24px;
    line-height: 20px;
    top: -12px;
    color: #64686d;
}
#work-process h3 {
    margin-bottom: 28px;
    font-weight: 500;
    font-size: 18px;
    color:#0f1640;
}*/
#meet-team {
    padding: 100px 0;
}
#meet-team .team-member {
    padding: 13px;
    background: #eeeeee;
    border: 2px solid #eeeeee;
    transition: border-color 400ms;
    -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
    margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
}
#meet-team .team-member:hover {
    border-color: #0f1640;
}
#meet-team .team-member:hover .social-icons > li > a {
    background: #0f1640;
}
#meet-team .social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}
#meet-team .social-icons > li {
    display: inline-block;
}
#meet-team .social-icons > li > a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #222534;
    border-radius: 3px;
}
.divider {
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    width: 95%;
    height: 1px;
}
.progress {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.nav.main-tab {

    border-bottom: 3px solid #222534;
    border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
    color: #ffffff;
    font-size: 15px;
    text-transform: uppercase;
    display:inherit;
    font-weight: 600;
    background:#0f1640;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    margin-right:5px;
    padding:12px 10px;
    letter-spacing: 1px;
}
.nav.main-tab > li.active > a {
    background: #e02a2a;
    color: #ffffff;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}
.nav.main-tab > li > a:hover{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background: #870505;
    color: #ffffff;
}
.nav.main-tab > li > a:focus{
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    background: #e02a2a;
    color: #ffffff;
}
.nav.main-tab > li:first-child > a {
    border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
    border-radius: 0 3px 0 0;
}
.nav.main-tab > li{
    width:auto;
    float:left;
}
.tab-content {
    border: 1px solid #dbdbdb;
    border-top: 0;
    padding: 20px 20px 10px;
    max-height: 328px;
    min-height: 328px;
    /*overflow-y: scroll;*/
    border-radius: 0 0 3px 3px;
}
.panel-default {
    border-color: #eee;
}
.panel-default > .panel-heading {
    background-color: #0f1640;
    border-color: #eee;
}
.panel-default > .panel-heading .panel-title {
    font-size: 14px;
    font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #eee;
}
#animated-number {
    padding: 100px 0 70px;
    background: #132125 url(../images/animated-number/bg.html) no-repeat 0 0;
    background-size: cover;
    color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
    color: #fff;
}
#animated-number strong {
    display: block;
    margin-bottom: 30px;
}
.animated-number {
    display: inline-block;
    width: 140px;
    height: 140px;
    font-size: 24px;
    line-height: 140px;
    border: 3px solid #fff;
    border-radius: 100px;
    margin-bottom: 20px;
}
#pricing {
    padding: 100px 0 70px;
}
#pricing ul.pricing {
    list-style: none;
    padding: 0;
    margin: 70px 0 30px;
    border: 1px solid #eee;
    border-radius: 5px 5px 4px 4px;
    padding: 15px;
    text-align: center;
}
#pricing ul.pricing li {
    display: block;
    padding: 10px;
}
#pricing ul.pricing li.plan-header {
    background: #eee;
    border-radius: 4px 4px 0 0;
    margin: -15px -15px 10px;
    padding: 15px 15px 30px;
    border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
    position: relative;
    margin-top: -63px;
    top: -10px;
    display: inline-block;
    width: 116px;
    height: 116px;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
    border-radius: 100px;
    border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
    display: block;
    line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
    font-size: 24px;
    font-weight: 700;
    margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
    margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
    margin-top: 10px;
    font-size: 24px;
    color: #272727;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
}
#pricing ul.pricing.featured {
    background: #222534;
    color: #fff;
    border: 0;
}
#pricing ul.pricing.featured li.plan-header {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
    color: #fff;
}
#get-in-touch {
    padding: 100px 0 50px;
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    color: #fff;
}
#get-in-touch h1,
#get-in-touch h2 {
    color: #fff;
}
#blog {
    padding: 30px 0;
}
#blog .blog-post {
    border: 1px solid #dddddd;
    padding: 15px;
}
#blog .blog-post .post-format {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    background: #0d275d;
    border: 3px solid #fff;
    border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
    margin: -15px -15px 15px;
    position: relative;
}
#blog .blog-post.blog-large .post-format {
    width: 66px;
    height: 66px;
    line-height: 60px;
    position: absolute;
    right: 20px;
    bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
    font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #0f1640;
}
#blog .blog-post.blog-large .entry-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
    color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
    color: #0f1640;
}
#blog .blog-post.blog-media {
    margin-bottom: 10px;
}
#blog .blog-post.blog-media .entry-thumbnail {
    margin: -15px 15px -15px -15px;
    position: relative;
}
#blog .blog-post.blog-media .post-format {
    position: absolute;
    top: 20px;
    right: -10px;
}
#blog .blog-post.blog-media .entry-date {
    font-size: 12px;
    display: block;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #0f1640;
}
#blog .blog-post.blog-media .entry-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
    color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
    color: #0f1640;
}
#blog .blog-post .entry-meta {
    margin-top: 0px;
    border-top: 1px solid #eee;
    padding-top: 8px;
}
#blog .blog-post .entry-meta > span {
    display: inline-block;
    margin-right: 10px;
    color: #999;
}
#blog .blog-post .entry-meta > span > a {
    color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
    color: #0f1640;
}
#contact {
    position: relative;
    overflow: hidden;
}
#contact .container-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(69, 174, 214, 0.3);
    z-index: 1;
}
#contact .contact-form {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    margin-top: 50px;
}
#contact .contact-form h3 {
    margin-top: 0;
}
/***********************
********* Footer ******
************************/
#footer {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    background: #171615;
}
#footer a {
    color: #fff;
}
#footer a:hover {
    color: #0f1640;
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0 -7.5px;
}
#footer ul > li {
    display: inline-block;
    margin: 0 7.5px;
}
@media only screen and (min-width: 768px) {
    #footer .social-icons {
        float: right;
    }
}
.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.navigation{
    padding: 8px 8px 8px 8px;
    float: left;
    margin-top:0px;

}
.top-head-right ul{
    margin:0px;
    float:right;
    padding: 0px 0px;
}
.top-head-right ul li{
    float: left;
    list-style: none;
    padding: 0px 0px;
}
.top-head-right ul li a{
    padding: 0px 0px;
    color: #ffffff;
    font-size: 12px;
    font-family: calibri;
    letter-spacing: 1px;
}
.top-head-right ul li a:hover{
    color: #000000;
}

#header{
    background:#FFFFFF;
}

.top-head-right ul li a:before {
    color: #666;
}
.top-head-right ul li a:before {
    position: relative;
    content: "|";
    font-size: 13px;
    margin: 0 7px;
    top: -1px;
    color: #ccc;
}
.top-head-right ul li:nth-child(1) a:before {
    display:none;
}

.announse-title{
    padding: 7px 10px;
    border-bottom: none;
    background: #0f1640;
    color: #ffffff;
    font-size: 20px;
    border-left: 6px solid #e02a2a;
}
.announse-title::after{
    display:none;
}
.visitor-box{
    border: 1px solid #ddd;
    padding: 14px 0px;
    border-bottom: 3px solid #0d275d;
}
.visitor-title h4{
    margin-bottom:0px;
}

.latest-part marquee ul{
    padding-left:5px;
}
.latest-part marquee ul li{
    list-style:none;
    display:flex;

}
.latest-part{

    padding: 2px 3px;


}
.latest-part marquee ul li i{
/*    margin-top:6px;*/
    margin-right:5px;
    color:#0D275D;
}
.more-btn{
    color: #E02A2A;
    margin-left: 10px;
    font-size: 13px;
    background: #eeeeee;
    padding: 2px 4px;
    border: 1px solid #dddddd;
}
.more-btn:hover{
    color:#0d275d;
}

.top-footer{
    background:#0D1116;
}
.footer-title{
    color: #e02a2a;
    margin-top: 0;
    padding-bottom: 6px;
    margin-bottom: 5px;
    position: relative;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer-search p {
    margin-bottom: 15px;
    color:#cccccc;
}
.footer-search div span button {
    border: 0 none;
    background: #D1D1D1;
    color: #0f1640;
}
.footer-widget {
    margin-bottom: 8px;
    margin-top: 0px;
}
.contact-widget ul li {
    margin-bottom: 12px;
    display: flex;
    line-height: 21px;
    color: #dddddd;
}
.contact-widget ul{
    padding:0px;
    border-bottom: 1px solid #9c5151
}
.contact-widget ul li i {
    margin-top: 4px;
    margin-right: 7px;
}
.other-link ul li {
    display: flex;
    border-bottom: 1px dotted #3c3c3c;
    line-height: 27px;
}
.other-link ul {
    padding:0px;
}
.other-link ul li i {
    padding: 6px 3px;
    color: #e02a2a;
}
.other-link ul li a {
    font-weight: 400;
    font-size:13px;
    color: #dddddd;
    padding-left: 3px;
}
.margin-right-12{
    margin-right: 12px;
}

.gallery-more{
    color: #2c2626;
    text-align: center;
    background: #e6e6e6;
    border: 1px solid #333333;
    font-size: 12px;
    padding: 4px 8px;
}
.gallery-more:hover{
    color:#E02A2A;
}
.margin-bottom-10{
    margin-bottom:10px !important;
}
.margin-top-10{
    margin-top:10px;
}
.margin-top-30{
    margin-top:30px;
}
.margin-bottom-20{
    margin-bottom:20px;
}
.Academic-part{
    max-height:185px;
    overflow-y:scroll;
    border: 1px solid #dddddd;
    padding: 2px 7px;
    margin-bottom:10px;
}
.Academic-part ul li{
    display:flex;

}
.Academic-part ul li a{
    color: #333333;
}
.Academic-part ul li a:hover{
    color: #E02A2A;
}
.Academic-part ul li i{
    margin-top:6px;
    margin-right:6px;
}




/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ 
    width:100%; margin:auto; clear:both; 
    /*background:url(images/shadow_top.png) no-repeat top center;*/ 
    padding:0px 0 0 0;}
.flex-caption{ position: absolute; right:18px; bottom:100px;}
.caption_title_line{ width:530px; height:130px; padding:5px 15px 10px 15px;background:url(../images/slider_caption_bg.png) repeat;color: #ffffff;}
.flex-caption h2{ color:#ffffff;font-size:20px; padding:5px 0 5px 0; margin:0px;}

.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; margin: 0;/*background:url(images/shadow_bottom.png) no-repeat center bottom;*/}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1;}
.flexslider .slides > li {position: relative;}
.flex-container {zoom: 1; position: relative;}

/* Direction Nav */
.flex-direction-nav li a {width:45px; height:42px; margin:0; display: block; position: absolute; right:11px; cursor: pointer; text-indent: -9999px;outline:0;}
.flex-direction-nav li a.next {background:url(../images/next.png) no-repeat center; bottom:35px;}
.flex-direction-nav li a.prev {background:url(../images/prev.png) no-repeat center;bottom:0px;}
.flex-direction-nav li a.next:hover {background:url(../images/next_a.png) no-repeat center;}
.flex-direction-nav li a.prev:hover {background:url(../images/prev_a.png) no-repeat center;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}

/* Media Queries
/*-----------------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
    .slider_container{ width:100%; margin:0 0 0 0%; clear:both; background:none; padding:0px 0 0 0;}
    .flexslider {width: 100%; margin: 0; padding:0 0 30px 0;background:none;}
    .flex-direction-nav li a {width:45px; height:42px; margin:0; display: block; position: absolute; right:-10px; cursor: pointer; text-indent: -9999px;}
    .flex-direction-nav li a.next {background:url(../images/next.png) no-repeat center; bottom:85px;}
    .flex-direction-nav li a.prev {background:url(../images/prev.png) no-repeat center;bottom:40px;}
    .flex-caption { display:none;}
}

/* Header Style */
.freshdesignweb-top{
    line-height: 24px;
    font-size: 11px;
    background: rgba(0, 0, 0, 0.05);
    text-transform: uppercase;
    z-index: 9999;
    position: relative;
    box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.freshdesignweb-top a{
    padding: 0px 10px;
    letter-spacing: 1px;
    color: #333;
    text-shadow: 0px 1px 1px #fff;
    display: block;
    float: left;
}
.freshdesignweb-top a:hover{
    background: #fff;
}
.freshdesignweb-top span.right{
    float: right;
}
.freshdesignweb-top span.right a{
    float: left;
    display: block;
}
.freshdesignweb-demos{
    text-align:center;
    display: block;
    line-height: 30px;
    padding: 20px 0px;
}
.freshdesignweb-demos a{
    display: inline-block;
    margin: 0px 4px;
    padding: 0px 4px;
    color: #fff;
    line-height: 20px;	
    font-style: italic;
    font-size: 13px;
    border-radius: 3px;
    background: rgba(41,77,95,0.1);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.freshdesignweb-demos a:hover{
    background: rgba(41,77,95,0.3);
}
.freshdesignweb-demos a.current,
.freshdesignweb-demos a.current:hover{
    background: rgba(41,77,95,0.3);
}

/*menu css*/

.dropdown-box{

}
.dropdown-box ol{
    padding-left:0px;
    padding-top:0px;
}
.dropdown-box ol li{
    list-style:none;

    line-height:26px;
}
.dropdown-box ol li i{
    margin-top:7px;
    color:#E02A2A;
    margin-right:5px;
}
.dropdown-box ol li a{
    color:#cccccc;
    font-size:13px;
    display:flex;
}
.dropdown-box ol li a:hover{
    color:#ffffff;
}
.dropdown-menu-1{
    min-width:440px;
    top:38px;
}
.dropdown-menu-2{
    min-width:220px;
    top:38px;
}
.dropdown-box h4{
    color:#ffffff;
    border-bottom:1px solid #bbbbbb;
    padding-bottom:7px;
    font-size:16px;
    font-weight: 400;
}

.pre-header{
    padding: 20px 0;
    background-color: #eeeeee;
    background: url(../images/innerpage-bck.jpg);
    background-repeat: no-repeat;
    background-position:center;
    border-bottom: 1px dashed #C6C6C6;
}

.page-title-wrap {
    padding: 0px 0 0px;
}
.page-title-wrap h1 {
    color: #383B3F;
    font-size: 22px;
    margin: 0 0 1px;
    line-height: normal;
}

.breadcrumbs ul li {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

.breadcrumbs ul{
    padding-left: 0px !important;
}

.breadcrumbs ul li a {
    color: #e02a2a;
}
.breadcrumbs ul li:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "/";
}
.breadcrumbs ul li:last-child:after {
    content: "";
}

.breadcrumbs ul li:after {
    position: absolute;
    right: 0;
    top: 0;
    content: "/";
}
.annousement-part{
    border:1px solid #dddddd;
    margin-bottom:12px;
    min-height: 185px;
}
.school-part{
    border:1px solid #dddddd;
    margin-bottom:12px;
    overflow-y: scroll;
    max-height: 185px;
    padding: 0px 10px;
}
.school-part ul li a{
    color: #333333;
}

.school-part ul li a:hover{
    color: #E02A2A;
}

.annousement-part marquee ul{
    padding-left:10px;
}
.annousement-part marquee ul li{
    list-style:none;
    display:flex;
    line-height:18px;
    margin-bottom:5px;

}
.annousement-part marquee ul li i{
    margin-top:3px;
    color:#E02A2A;
    margin-right:5px;
}

.margin-bottom-15{
    margin-bottom:15px;
}

.event-display{
    background: #D0E9C6;
    padding: 6px 8px;
    margin-top: 9px;
    border-radius: 3px;
    text-align: center;
}
.verticle-menu{
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    margin-bottom: 20px;
    webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.verticle-menu a{
    background: #ffffff !important;
    padding: 7px 12px !important;
    border-left: 3px solid #7ba80d;
    margin-bottom: 3px;
    color:#0f1640;

}
.verticle-menu a:hover{
    color:#e02a2a;
}

.verticle-menu a:first-child{
    border-radius:0px !important;
}
.arrow-red{
    background: #E02A2A;
    padding: 0px 2px;
    margin-top: 3px;
    color: #ffffff;
}
.inner-title{
    color:#272727 !important;
}

.abt-text img{
    margin-right: 8px;
    margin-bottom: 5px;
}
.red-text{
    color:#E02A2A;
}

.contact-box ul {
    padding: 0px;
}
.contact-box ul li {
    margin-bottom: 3px;
    display: flex;
    line-height: 21px;
    color: #2f2f2f;
}
.contact-box ul li i {
    margin-top: 4px;
    margin-right: 7px;
    color:#0f1640;
}
.contact-box ul li:first-child{
    font-size:17px;
    color:#0f1640;
    font-weight:600;
}
.border-right{
    border-right:1px dashed #cccccc;
}
.abt-text{
    margin-bottom:15px;
}
.who-table thead tr th{
    color:#ffffff;
}
.vc-photo h5{
    float: left;
    margin: 0px;
    text-align: center;
    background: #2d2d2d;
    width: 97%;
    color: #ffffff;
    padding: 3px 0px;
}
.vc-photo{
    margin-right: 8px;
    padding: 5px;
    margin-bottom: 5px;
    float: left;
}
.facility-part img{
    margin-right: 8px;
    border: 1px solid #dddddd;
    padding: 5px;
    margin-bottom: 5px;
}
.facility-part h5{
    float: left;
    font-size:17px;
    margin: 0px;
    margin-bottom: 15px;
    text-align: center;
    background: #2d2d2d;
    width: 100%;
    color: #ffffff;
    padding: 8px 0px;
}
.facility-part{
    margin-bottom:15px;
}


.box-tab{
    margin-bottom: 10px;
    float:left;
}
.box-tab ul{
    padding:0px;
}
.box-tab ul li{
    list-style:none;
    float:left;
    line-height: 44px;
    padding:0px 4px;
}
.box-tab ul li a{
    background:#eeeeee;
    padding:9px 5px;
    color:#E02A2A;
    border:1px solid #0f1640;
}
.active-box {
    background: #e02a2a !important;
    color: #ffffff !important;
    border: 3px solid #0f1640 !important;
}
.faculty-name h4 a{
    border-bottom: 1px solid #bbbbbb;
}
.faculty-details ul li{
    list-style:none;
    line-height: 23px;
}
.faculty-details ul{
    float:left;
    padding-left:10px;
}

.faculty-profile-img{

    border: 1px solid #dddddd;
    padding: 3px;

}

.faculty-ol ol li{
    line-height:24px;
}

.margin-zero{
    margin:0px !important;
}
.margin-bottom-5{
    margin-bottom:5px !important;
}
ol li{
    line-height:23px;
}
.blue-text{
    color: #0f1640 !important;
}
.main-navigation{
    margin-top:0px;
}
.dropdown-menu-3 {
    min-width: 220px;
    top: 38px;
}
.quick-link li a{
    font-weight:600;
    font-size: 12px;
}

.quick-link li{
    display: flex;
}
.quick-link li i{
    margin-top:5px ;
    margin-right:7px;
}

.top-pipe{
    background: #7BA80D;
    padding: 3px 0px;
    border-bottom: 1px solid #0F1640;
}

.background-img{
    background-image:url(../images/bck.jpg);
    background-position:center;
    background-repeat:repeat;
    background-size:contain;
}

.padding-top-30{
    padding-top:30px;
}

.other-link{
    width:50%;
    float:left;
}

.other-link ul li a:hover{
    color:#e02a2a;
}

.padding-bottom-25{
    padding-bottom:25px;
}
.padding-top-25{
    padding-top:25px;
}
.white-bck{
    background:#ffffff;
}

.padding-left-15{
    padding-left:15px;
}
.padding-right-15{
    padding-right:15px;
}

.contact-details ul{
    padding-left:10px;
}
.contact-details ul li{
    list-style:none;
    line-height:22px;
    display:flex;
}
.contact-details ul li h5{
    margin-top: 0px;
    font-weight: 400;
    float: left;
    margin-bottom: 3px;
}
.contact-details ul li i{
    float:left;
    color:#0f1640;
    margin-top: 6px;
    margin-right:8px;
}
.contact-details h4{
    background: #ececec;
    padding: 5px 6px;
    color: #0f1640;
    margin-top:0px;
}
.border-right{
    border-right: 1px solid #ececec;
}
.contact-details{
    border: 1px solid #ececec;
    margin-bottom: 10px;
    margin-top: 10px;
    max-height: 200px;
    overflow-y: scroll;
}
.border-none{
    border:none;
    border-bottom:0px !important;
}

.faq-accordian li{
    cursor:pointer;
}
.faq-accordian li span{
    background:#0f1640;
    color: #ffffff;
    padding: 6px 8px;
}
.faq-accordian h4 a{
    color: #ffffff;
    margin-bottom: 0px;
    font-weight:600;
}
.faq-ans{
    background:#eee;
}
.faq-ans h6{
    margin-top:0px;
    font-size:14px;
}
.faq-ans ul{
    margin-bottom:0px;
}

.image-border img{
    border:1px solid #dddddd;
    padding:5px;
}

.abt-text ul li img{
    border: none;
    padding: 0px;
}
.latest-news-ul{
    padding-left:0px;
}
.latest-news-ul li{
    line-height: 19px;
    margin-bottom: 10px;
}

.padding-none{
    padding:0px !important;
}
.border-none{
    border:none !important;
} 
.news-archieve-box{
    padding: 0px 10px;
    border: 1px solid #ececec;
    margin-bottom: 10px;
    margin-top: 10px;
}
.news-archieve-box h4{
    background: #ececec;
    padding: 5px 6px;
    color: #0f1640;
    margin-top: 0px;
}



.footer-links{

}
.footer-links li a{
    color:#bbbbbb !important;
    font-size: 12px;
}
.footer-links li a:hover{
    color:#ffffff !important
}
.main-logo h2 span{
    color: #0f1640;
    border-bottom: 2px solid #000;
}
.main-logo h2{
    text-transform: uppercase;
    font-weight: 800;
    float: left;
    margin-left: 4px;
    font-size: 30px;
    color:#0f1640;
    margin-bottom:0px;
    padding:4px;
    margin-top:8px;
}

.main-logo h6{
    float: left;
    color: #e02a2a;
    text-transform: uppercase;
    margin-left: 8px;
    margin-top:0px;
    font-size:11px;
}

.map-iframe{
    border:1px solid #dddddd;
    padding:4px;
}


.video-part{
    border:1px solid #dddddd;
    padding:5px;
    margin-bottom:15px;
}

.video-part h4{
    margin-bottom: 0px;
    color: #ffffff;
    margin-top: 0px;
    background: #0c6399;
    padding: 8px 3px;
    text-align: center;
    font-weight: 400;
}
.font-increase{
    margin-left: 10px;
    margin-top: 4px;
}
.font-increase span{
    margin-right: 3px;
    cursor:pointer;
}

.box-shadow{
    box-shadow: 0px 5px 8px #d4d4d4;
}


/*responsive menu*/

.main-nav {
    margin-top: 0px;
    background-color: #0F1640;
}
.main-logo{

}
.main-nav button {
    background: #27435a;
    color: #fff !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.main-nav button:focus {
    outline: none;
}
.main-nav button .icon-bar {
    background-color: #fff;
}
.main-nav .navbar-collapse {
    padding: 8px 8px 8px 8px;
}
.main-nav .nav .nav-item {
    font-weight: 600;

    font-family: 'open sans', arial, sans-serif;
    z-index: 100;
}
.main-nav .nav .nav-item.dropdown {
    z-index: 101;
}
.main-nav .nav .nav-item a {
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-size:14px;
    padding:6px 11px;
    background:#0f1640;
}
.main-nav .nav .nav-item a:hover {
    background: #7ba80d;
    color: #fff;

}
.main-nav .nav .nav-item.active {
    position: relative;
}
.main-nav .nav .nav-item.active > a {
    background: #7ba80d;
    color: #ffffff;
    border-bottom: 2px solid #FFFFFF;
}
.main-nav .nav .nav-item.active > a:before {

    position: absolute;
    bottom: -8px;
    left: 0;
    text-align: center;
    font-family: FontAwesome;
    display: block;
    font-size: 12px;
    width: 100%;
}
.main-nav .nav .nav-item.active > a.dropdown-toggle:before {
    display: none;
}
.main-nav .nav .nav-item.open a {

    color: #fff;
}
.main-nav .nav .nav-item .dropdown-menu {
    padding: 3px 0px;
    /*background-color: rgba(26, 28, 40, 0.9);*/
    background:#ffffff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;

    background-clip: inherit;
}
.main-nav .nav .nav-item .dropdown-menu a {
    font-size: 13px;
    color:#ffffff;
    padding: 7px 15px;
}
.main-nav .nav .nav-item .dropdown-menu a:hover{
    background: #7ba80d;
    color: #ffffff;
    padding-left: 24px;
}
.main-nav .nav .nav-item .dropdown-submenu {
    position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu .fa {
    position: absolute;
    right: 5px;
    top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu li {
    position: relative;
}
.main-nav .nav .nav-item .dropdown-submenu li .fa {
    position: absolute;
    right: 15px;
    top: 10px;
}
.main-nav .nav .nav-item .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: -1px;
}

.main-tab > li.active > a{
    color:#ffffff !important;
}

.white-text{
    color:#ffffff !important;
}

.bullet-align li{
    display:flex;
}
.bullet-align li i{
    margin-top: 7px;
    margin-right: 6px;
}
.img-border{
    border:1px solid #dddddd;
    padding:5px;
    margin-bottom:10px;
}
.galleryThum_title a{
    font-size: 14px;
    line-height: 20px;
}
.galleryThum_title{
    margin: 0px;
    background: #eeeeee;
    padding: 4px 7px;
    text-align: center;
    margin-top: -5px;
}
.mb15{
    margin-bottom: 15px;
}

.gallery_img{
    margin-right: 8px;
    margin-bottom: 5px;
    height: 180px;
    width: 100%;
}

.hrhome{
    margin-top: 5px;
    margin-bottom: 5px;
}
.border-right-blue{
    border-left: 3px solid #0E2450;
}
.header_logo{
    border: 1px solid #ffffff;
    margin-bottom:8px;
    background: #ffffff;
}
.important_links{
    border:1px solid #dddddd;
}
.important_links h3{
    margin-bottom:5px;
}
.important_links ul{
    padding-left:5px;
}
.important_links ul li{
    text-decoration: none;
    list-style: none;
    padding: 6px 5px;
    border-bottom: 1px dotted #d4cece;
}
.important_links ul li a{
    color:#1E1C1A;
}
.important_links ul li a:hover{
    color: #7ba80d;
}
.important_links ul li a i{
    color:#E02A29;
}

.latest-news-ul li{
    list-style:none;
}
.latest-news-ul li a{
    font-size:14px;
}
.latest-news-ul li i{
    font-size:14px;
}
.mt20{
    margin-top:20px;
}
.circle_icon:hover > div > .icon-circle{
    background:#0f1640;
}
.circle_icon:hover > div > .icon-circle > .fa-2x{
    color:#7ba80d !important;
}
.convocation_part{ 
    text-align: center;
    position: absolute;
    top: 20px;
    left: 0px;
}
.convocation_part { 

}
.convocation_part span{
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    padding: 8px 10px;
    border-bottom-left-radius: 6px;
    width: 100%;
    float: left;
    border-bottom-right-radius: 6px;
}
.convocation_part span i{
    font-size: 38px;
    color: #FCE329;
}

.abt_box{
    border: 1px solid #ddd;
    padding: 8px 10px;
}
.abt_box img{
    border: 1px solid #ddd;
    padding: 2px;
    margin-right:6px;
}
.abt_box p{

}
.abt_box a{
    border: 1px solid #870505;
    color: #ffffff;
    padding: 3px 6px;
    font-size: 12px;
    background: #870505;
}
.abt_box a:hover{
    border: 1px solid #870505;
    color: #870505;
    background: #ffffff;
}


.convocation_box{

}
.convocation_box img{
    padding: 3px;
    border: 1px solid #dddddd;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:11111;
}

.sticky + .content {
    padding-top: 102px;
}

.p0{
    padding: 0px;
}

.ministryArea {
    background: #031c3c;
}
.welcome-text h6 {
    color: #7ba80d;
    margin-top: 40px;
    margin-bottom: 4px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.welcome-text h3 {
    color: #fff;
}
.ministryArea .minBox {
    padding: 10px 10px;
    border-right: 5px solid #031c3c;
    background: #fff;
    margin-bottom: 5px;
    margin-top: 4px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    min-height: 222px;
}
.ministryArea .minBox:hover {
    border-radius: 0px;
    transition: all 0.3s ease-out 0s;
}
.ministryArea img {
    border-radius: 100px;
    box-shadow: 0px 2px 2px #000;
    height: 100px;
    width: 100px;
}
.ministryArea .minBox h5 {
    text-transform: capitalize;
    margin-top: 15px;
    font-size: 15px;
    color: #000;
}
.ministryArea .minBox p {
    color: #403e3e;
    font-size: 12px;
    font-style: italic;
    margin-bottom: 0;
}

.bg-overlay-1 {
    position: relative;
}
.bg-1 {
    background: url(../images/bg/2.jpg) repeat scroll 0 0 / cover;
}
.bg-overlay-1:before, .bg-overlay-2:before {
    background: url(../images/bg/1.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
}
.icon-box i {
    display: inline-block;
    font-size: 26px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 33px;
}

.bg-light-blue {
    background-color: #0a539e !important;
}

.bg-gray {
    background-color: #6f6f6f !important;
}

.bg-orange {
    background-color: #e67a0a !important;
}

.bg-darkBlue {
    background-color: #031c3c!important;
}

.icn-box {
    height: 55px;
    width: 55px;
    padding-top: 10px;
    color: #fff;
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
    margin-bottom: 4px;
}

.icn-box:hover {
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.icon-box-text {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    transition: color .3s linear, background .3s linear;
    height: 20px;
    margin-top: 2px;
}

.icon-box {
    margin-bottom: 5px;
    margin-top: 5px;
}

.cugCampus {
    border: 1px solid #fff;
    background: #ffffff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 10px;
}

.cugCampus h4 {
    background: #e02a2a;
    padding: 6px 12px;
    margin-bottom: 12px;
    color: #fff;
    font-size: 21px;
    margin-top: 0px;
}

.cugCampus h4 a {
    font-size: 11px;
    float: right;
    margin-top: 8px;
    text-transform: uppercase;
    color:#ffffff;
}

.mb-20 {
    margin-bottom: 20px;
}
.pt-30 {
    padding-top: 30px;
}
.pb-10 {
    padding-bottom: 10px;
}

.iconBox {
    padding: 0px 5px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    margin: 10px 0;
}

.iconBox>center i {
    font-size: 42px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #e02a2a;
    color: #fff;
    width: 75px;
    height: 75px;
    line-height: 70px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 3px solid #fb8484;
}

.iconBox>center h6 {
    color: #0f1640;
    text-transform: uppercase;
    font-size: 12px;
}

.iconBox2 {
    padding: 0px 5px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border-right: 1px solid #eee;
    margin: 10px 0;
}

.iconBox:hover>center i,
.iconBox2:hover>center i {
    border-radius: 0px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.iconBox2>center i {
    font-size: 42px;
    margin-bottom: 10px;
    margin-top: 10px;
    background: #0f1640;
    color: #fff;
    width: 75px;
    height: 75px;
    line-height: 70px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border: 3px solid #285a9a;
}

.iconBox2>center h6 {
    color: #031c3c;
    text-transform: uppercase;
    font-size: 18px;
}
.br0 {
    border-right: 0px !important;
}

.verticle-menu .active{
    background: #0f1640 !important;
    border-left-color: #7ba80d !important;
    border-color: #0f1640;
}

/*add css social engagement*/

.social_engagement {
    padding: 20px 0px;
}

.social_engagement h3 {
    margin-bottom: 18px;
}

.social_engagement h4 {
    font-size: 20px;
}

/*.facebookBox h4 i {
    color: #4267b2;
}*/

.facebookBox h4 {
    color: #fff;
    background: #4267b2;
    padding: 5px 10px;
    margin: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.facebookBox>div {
    min-height: 150px;
    overflow-y: scroll;
    border: 1px solid #eee;
}

/*.twitterBox h4 i {
    color: rgb(29, 161, 242);
}*/

.twitterBox h4 {
    color: #fff;
    background: #000;
    padding: 5px 10px;
    margin: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.twitterBox>div {
    min-height: 150px;
    overflow-y: scroll;
    border: 1px solid #eee;
}

/*.youtubeBox h4 i {
    color: #e20202;
}*/

.youtubeBox h4 {
    color: #fff;
    background: #e20202;
    padding: 5px 10px;
    margin: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.youtubeBox>div {
    min-height: 150px;
    overflow-y: scroll;
    border: 1px solid #eee;
}

/*end css*/

.news_sectoin {
    background: hsla(0, 75%, 52%, 1);
    background: radial-gradient(circle, hsla(0, 75%, 52%, 1) 0%, hsla(220, 79%, 20%, 1) 100%);
    background: -moz-radial-gradient(circle, hsla(0, 75%, 52%, 1) 0%, hsla(220, 79%, 20%, 1) 100%);
    background: -webkit-radial-gradient(circle, hsla(0, 75%, 52%, 1) 0%, hsla(220, 79%, 20%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#E02A2A", endColorstr="#0f1640", GradientType=1 );
/*    margin-top: 10px;*/
    padding: 10px 5px 4px 5px;
    border-left: 10px solid #e02a2a;
    border-right: 10px solid #e02a2a;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.news_sectoin>marquee a{
    color:#fff !important;
    font-weight: 600;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.customer-logos {
    padding: 25px 0px;
}

.customer-logos .slide a img {
    border: 2px solid #ebebeb;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.customer-logos .slide a:hover img {
    border: 2px solid #c3c3c3;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(138,138,138,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(138,138,138,1);
    box-shadow: 0px 0px 10px 0px rgba(138,138,138,1);
}

.partnerslogo {
    background: #f4f4f4;
}

/*----------Contact Details-------------- */
.asideMenuBox {
    border: 1px solid #eee;
    padding: 5px 12px;
    border-top: 6px solid #7ba80d;
}

.sidebar-widget-title>h5 {
    font-weight: 600;
    padding-bottom: 8px;
    position: relative;
    text-transform: uppercase;
}

.sidebar-widget-title>h5:after {
    background: #e67a0a none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 100%;
}

.vcContact_box .sidebar-widget-title>h5 {
    color: #7ba80d;
}

.vcContact_box ul li {
    display: flex;
}

.vcContact_box ul li i {
    width: 20px;
    margin-top: 2px;
    color: #0f1640;
}

.vcContact_box ul li {
    display: flex;
}

.vcContact_box ul{
    padding-left: 0px;
}

.vcContact_box .sidebar-widget-title>h5:after {
    background: #7ba80d none repeat scroll 0 0;
}

.vcContact_box ul li .map-icon {
    width: 50px;
}

.vcContact_box ul li .fa-user {
    width: 18px;
}

.vcContact_box {
    min-height: 325px;
}

.categories li {
    padding-bottom: 6px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
}

.categories li:last-child {
    border-bottom: 0px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-25 {
    margin-bottom: 25px;
}

/*3D box css*/

@-webkit-keyframes spincube {
    from,
    to {
        -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    16% {
        -webkit-transform: rotateY(-90deg);
    }
    33% {
        -webkit-transform: rotateY(-90deg) rotateZ(90deg);
    }
    50% {
        -webkit-transform: rotateY(-180deg) rotateZ(90deg);
    }
    66% {
        -webkit-transform: rotateY(-270deg) rotateX(90deg);
    }
    83% {
        -webkit-transform: rotateX(90deg);
    }
}

@keyframes spincube {
    from,
    to {
        -moz-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        -ms-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    16% {
        -moz-transform: rotateY(-90deg);
        -ms-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }
    33% {
        -moz-transform: rotateY(-90deg) rotateZ(90deg);
        -ms-transform: rotateY(-90deg) rotateZ(90deg);
        transform: rotateY(-90deg) rotateZ(90deg);
    }
    50% {
        -moz-transform: rotateY(-180deg) rotateZ(90deg);
        -ms-transform: rotateY(-180deg) rotateZ(90deg);
        transform: rotateY(-180deg) rotateZ(90deg);
    }
    66% {
        -moz-transform: rotateY(-270deg) rotateX(90deg);
        -ms-transform: rotateY(-270deg) rotateX(90deg);
        transform: rotateY(-270deg) rotateX(90deg);
    }
    83% {
        -moz-transform: rotateX(90deg);
        -ms-transform: rotateX(90deg);
        transform: rotateX(90deg);
    }
}

.cubespinner>div:hover {
    color: #000 !important;
}

.cubespinner {
    -webkit-animation-name: spincube;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 17s;
    animation-name: spincube;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-duration: 17s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 60px 60px 0;
    -moz-transform-origin: 60px 60px 0;
    -ms-transform-origin: 60px 60px 0;
    transform-origin: 60px 60px 0;
}

.face1,
.face2,
.face3,
.face4,
.face5,
.face6 {
    border-radius: 10px;
}

.face1 a,
.face2 a,
.face3 a,
.face4 a,
.face5 a,
.face6 a {
    color: #fff;
}

.face1 a:hover,
.face3 a:hover,
.face5 a:hover {
    color: #E02A2A;
}

.face2 a:hover,
.face4 a:hover,
.face6 a:hover {
    color: #031c3c;
}

.face1 {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid #ccc;
    background: rgba(11, 39, 93, 0.9);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-top: 35px;
}

.face3 {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid #ccc;
    background: rgba(11, 39, 93, 0.9);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-top: 35px;
}

.face6 {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid #ccc;
    background: rgba(224, 42, 42, 0.9);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-top: 35px;
}

.face4 {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid #ccc;
    background: rgba(224, 42, 42, 0.9);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-top: 35px;
}

.face5 {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid #ccc;
    background: rgba(11, 39, 93, 0.9);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-top: 35px;
}

.face2 {
    position: absolute;
    width: 120px;
    height: 120px;
    border: 2px solid #ccc;
    background: rgba(224, 42, 42, 0.9);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2);
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-top: 35px;
}

.cubespinner .face1 {
    -webkit-transform: translateZ(60px);
    -moz-transform: translateZ(60px);
    -ms-transform: translateZ(60px);
    transform: translateZ(60px);
}

.cubespinner .face2 {
    -webkit-transform: rotateY(90deg) translateZ(60px);
    -moz-transform: rotateY(90deg) translateZ(60px);
    -ms-transform: rotateY(90deg) translateZ(60px);
    transform: rotateY(90deg) translateZ(60px);
}

.cubespinner .face3 {
    -webkit-transform: rotateY(90deg) rotateX(90deg) translateZ(60px);
    -moz-transform: rotateY(90deg) rotateX(90deg) translateZ(60px);
    -ms-transform: rotateY(90deg) rotateX(90deg) translateZ(60px);
    transform: rotateY(90deg) rotateX(90deg) translateZ(60px);
}

.cubespinner .face4 {
    -webkit-transform: rotateY(180deg) rotateZ(90deg) translateZ(60px);
    -moz-transform: rotateY(180deg) rotateZ(90deg) translateZ(60px);
    -ms-transform: rotateY(180deg) rotateZ(90deg) translateZ(60px);
    transform: rotateY(180deg) rotateZ(90deg) translateZ(60px);
}

.cubespinner .face5 {
    -webkit-transform: rotateY(-90deg) rotateZ(90deg) translateZ(60px);
    -moz-transform: rotateY(-90deg) rotateZ(90deg) translateZ(60px);
    -ms-transform: rotateY(-90deg) rotateZ(90deg) translateZ(60px);
    transform: rotateY(-90deg) rotateZ(90deg) translateZ(60px);
}

.cubespinner .face6 {
    -webkit-transform: rotateX(-90deg) translateZ(60px);
    -moz-transform: rotateX(-90deg) translateZ(60px);
    -ms-transform: rotateX(-90deg) translateZ(60px);
    transform: rotateX(-90deg) translateZ(60px);
}

.suggestionsBox {
    padding: 15px 30px;
    position: fixed;
    width: 15%;
    float: left;
    z-index: 11111;
    bottom: 0;
}

.cubespinner>div a small {
    font-weight: 400;
    font-size: 11px;
}
/*end 3D box css*/

/*Faqs tab css*/

.faq-tab li a {
    background: #E8E8E8 !important;
    color: #0f1640 !important;
    border: 1px solid #dddd;
}

.faq-tab li.active>a {
    background: #0f1640 !important;
    color: #fff !important;
    border: 1px solid #0f1640;
}

.faqsTab-content {
    max-height: inherit;
    min-height: auto !important;
    overflow-y: inherit !important;
}

.faqsTab-content .panel-group .panel-default>.panel-heading h4 a {
    font-weight: 500 !important;
}

.faqsTab-content .panel-group .panel-default>.panel-heading+.panel-collapse>.panel-body {
    background: #f7f7f7 !important;
}

/*end faqs css*/

#modalOverlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
    height: 100%;
    width: 100%;
}

.modalPopup {
    position: absolute;
    top: 5%;
    left: 50%;
    transform: translate(-50%, -3%);
    background: #fff;
    width: 50%;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
    border-radius: 6px;
}

.modalContent {
    padding: 0px 15px 0px 15px;
}

.popup_closebtn {
    background: #E02A2A;
    border-color: #E02A2A;
    color: #fff;
    padding: 3px 8px;
    border-radius: 100px;
}

.popup_closebtn:hover {
    background: #fff;
    border-color: #0f1640;
    color: #0f1640;
}

@keyframes blink {
    50% {
        opacity: 0;
    }
}
.blink1 {
    animation: blink 1s linear infinite;
}

@keyframes blink1 {
    50% {
        opacity: 0;
    }
}

.blink-btn {
    border: 1px solid #0f1640;
    background-color: #0f1640;
    margin-bottom: 15px;
    text-align: center;
    padding: 11px;
    color: #ffff00;
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 7px;
    padding: 23px 10px;    
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    line-height: 27px;
}

.blink-btn:hover{
    color: #00f3ff;
}

.modalBox {
    /*width: 20%;
    float: left;
    padding-left: 8px;
    padding-right: 8px;*/
    text-align: center;
    margin-bottom: 7px;
}

.modalContent {
    width: 100%;
    float: left;
}

.pull-left {
    float: left;
}

.buttonStyle {
    position: absolute;
    top: -5px;
    right: -15px;
}

.modalBox h4 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0px;
    color: #fff;
    background: #0f1640;
    padding: 6px 5px;
    letter-spacing: 1px;
}

.modalBox small {
    text-align: center;
    color: #e02a2a;
    border-bottom: 2px solid #0f1640;
    padding-bottom: 2px;
}

.modalBox ul {
    text-align: left;
    padding-left: 0px;
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.modalBox ul li {
    list-style: none;
}

.li_title {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 2px;
    color: #0f1640;
}

.modalBox ul li a i {
    font-size: 10px;
    margin-top: 3px;
    margin-right: 3px;
    color: #0f1640;
}

.modalBox ul li strong {}

.modalBox ul li a {
    font-size: 12px;
    display: flex;
    color: #2e2e2e;
    line-height: 17px;
}

.modalBox ul li a:hover {
    color: #E02A2A;
}

.mt-20 {
    margin-top: 20px !important;
}

@media only screen and (max-width: 480px) and (min-width: 200px) {
    .modalPopup {
        position: absolute;
        top: 5%;
        left: 8px;
        background: #fff;
        width: 95%;
        -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
        -moz-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
        box-shadow: 0 2px 10px 3px rgba(0, 0, 0, .2);
        border-radius: 6px;
        transform: inherit;
        height: 475px !important;
        overflow-y: scroll !important;
    }
    .buttonStyle {
        position: absolute;
        top: 7px;
        right: -2px;
    }
}

.theme-text-red{
    color: #E02A2A;
}

.box-shadow-notable-alumini{
    border: 1px solid #c3c3c3;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(138,138,138,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(138,138,138,1);
    box-shadow: 0px 0px 10px 0px rgba(138,138,138,1);
}


/* testimonials */

.testimonials {
    padding: 0px;
    background: url(../images/bg-gray.html) center;
    background-size: cover
}

.testimonials.colorful {
    background: url(../images/bg-gray.html) center;
    background-size: contain;
    border-top: 0
}
.testimonials .red-color {
    color: inherit;
}
.testimonials.df-bg {
    background: #fff;
    padding: 60px 0 40px
}

.testimonials.colorful .fa {
    opacity: .7;
    transition: .2s linear
}

.testimonials.colorful .fa:hover {
    opacity: 1
}

.testimonials.colorful .text {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.0);
    background: none
}

.testimonials .text {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    padding: 10px 20px 0;
    border-radius: 20px;
    background: url(../images/white-elements.html) center;
    background-size: contain
}

.testimonials .modern-title h2 {
    border-right: 0
}

.testimonials.testimonials.colorful h2,
.testimonials.colorful p {
    color: #0f1640
}

.testimonials.colorful #quote-carousel .carousel-control {
    color: #0f1640;
    opacity: 1
}

.testimonials.colorful .item .fa {
    color: #fff
}

.testimonials.colorful blockquote small {
    color: #e02a2a
}

.testimonials p {
    font-size: 16px;
    line-height: 25px
}

.testimonials-container {
    background-color: transparent;
    background-size: contain;
    border-radius: 30px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0);
    padding: 0 25px;
    text-align: center;
    position: relative;
    z-index: 1;
    display: inline-block
}

#quote-carousel .carousel-control {
    background: none;
    color: #ff6c3a;
    font-size: 2em;
    text-shadow: none;
    margin-top: 30px;
    opacity: .9
}

#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-right: -19px
}

#quote-carousel .carousel-indicators li {
    width: 90px;
    height: 90px;
    cursor: pointer;
    border-radius: 50%;
    opacity: .2;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
    margin: 0 10px;
    border: 0
}

#quote-carousel .carousel-indicators .active {
    width: 110px;
    height: 110px;
    opacity: 1;
    transition: all .2s
}

.item blockquote {
    border-left: none;
    margin: 0;
    padding: 20px 0
}

.item .fa {
    color: #ff6c3a;
    margin: 0 10px
}
.title {
    text-align: center;
    padding-bottom: 40px;
}
.title.padding {
    padding-right: 150px;
    padding-left: 150px;
}

.gandhiji_img {
    float: right;
    margin-top: 12px;
}

.color3-gradiant {
    color: #080096;
    padding: 12px 10px;
    background-image: linear-gradient(rgb(220, 73, 0) 0%, rgb(255, 255, 255) 50%, rgb(8, 150, 0) 100%);
    -webkit-box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px 0px rgb(0 0 0 / 50%);
    border-radius: 10px;
    font-size: 19px;
    line-height: 28px;
}

.doonPopup .modalContent {
    padding: 18px 25px;
}

.courses_btn {
    background: #129085;
    border: 1px solid #129085;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.42857143;
    padding: 10px 20px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    border-radius: 100px;
    border-bottom: 3px solid #0f1640;
    display: inline-block;
}

.courses_btn:hover {
    background: #0f1640;
    color: #ffffff;
}

.courses_btn i,
.visitWeb_btn i {
    font-size: 17px;
}

.visitWeb_btn {
    background: #0f1640;
    border: 1px solid #0f1640;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.42857143;
    padding: 10px 20px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    border-radius: 100px;
    border-bottom: 3px solid #e02b2b;
}

.visitWeb_btn:hover {
    background: #e02b2b;
    border-color: #0f1640;
}

.marquee {
    margin-bottom: 15px;
    margin-top: 15px;
    border: 1px solid #f0f0f0;
    padding: 12px;
}


.convocation_form{
    background-color: #f3f3f3;
    border:1px solid #dedede;
    padding-top: 15px;
    border-radius: 10px;    
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}
.text-shining{
    display:block;
}
.animate-charcter
{
   text-transform: uppercase;
  background-image: linear-gradient(
    -225deg,
    #231557 0%,
    #7ba80d 29%,
    #2a3daa 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  font-size: 30px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.announcement-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 20px;
}

.announcement-heading {
  color: #FFF;
  /* Black text color */
  padding-left: 20px;
  /* Add padding from the left */
}

.announcement-heading h5 {
  margin: 0;
  /* Remove default margin */
}

.announcement-area {
  background-color: #e02a2a;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /* height: 50px; */
  padding: 5px 0;
  position: relative;
  padding-right: 50px;
  @media (max-width: 991px) {
    justify-content: center;
    padding-right: 0;
  }
}

.announcement-area::before {
  position: absolute;
  z-index: 1;
  content: "";
  height: 20px;
  width: 20px;
  background-color: #e02a2a;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  z-index: 9;
}

.announcement-area h5 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 20px;
  color: #FFF;
  font-family: "Roboto", sans-serif;

  @media (max-width:991px){
    font-size: 16px;
  }
}

.announcement-content {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #0f1640;
  /* Dark blue background color */
  color: #fff;
  /* White text color */
  /* border-radius: 0 5px 5px 0; */
  /* Rounded border on the right side */
  /* height: 50px; */
  padding: 5px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.text-shining h4{
    margin: 0px;
    padding-top:5px;
}
.text-shining h6{
    margin: 0px;
}
.view-all-btn {
  background-color: #0f1640;
  /* Dark blue background color */
  color: #fff;
  /* White text color */
  border: none;
  padding: 5px 15px;
  border-radius: 5px;
}

.announcement-content a {
  color: white;
  font-size: 17px;
  text-decoration: none;
}
.student-corner-icon{
    border:2px solid #0f1640;
    border-top-right-radius: 25%;
    border-bottom-left-radius: 25%;
    padding: 10px;
}
.student-corner-icon:hover{
    border:2px solid #0f1640;
    border-top-right-radius: 0%;
    border-bottom-left-radius: 0%;
}
.text-about-message{
    text-align:right;
    line-height:10px;   
}
.button {
  display: inline-block;
  padding: .75rem 1.25rem;
  color: #000;
  width:100%;
  text-align:center;
  background:#7ba80d;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: .15rem;
  transition: all .3s;
  position: relative;
}