/*----------------------------------------*/
/*  Theme CSS
/*----------------------------------------*/


html, body {
    height: 100%;
}
body {
    background: #fff none repeat scroll 0 0;
    color: #585757;
    font-family: 'Times New Roman', sans-serif;
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 28px;
}
.float-none{
    display: flex;
    justify-content: center;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.alignleft {
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
}
.alignright {
    float:right;
    margin-left:15px;
    margin-bottom: 15px;
}
.aligncenter {
    display:block;
    margin:0 auto 15px;
}
.no-padding{
    padding: 0px
}
a:focus {
    outline:0px solid;
}
img {max-width:100%;
    height:auto;
}
.fix {
    overflow:hidden;
}
p {
    margin:0 0 15px;
    color: #585757;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    color: #555;
    font-weight: 700;
    font-family: 'Times New Roman', sans-serif;
}
h1{
    font-size: 35px;
    line-height: 54px;

}
h2{
    font-size: 30px;
    line-height: 42px;

}
h3{
    font-size: 25px;
    line-height: 36px;

}
h4{
    font-size: 20px;
    line-height: 34px;

}
h5{
    font-size: 18px;
    line-height: 30px;

}
h6{
    font-size: 16px;
    line-height: 28px;

}
a {
    transition: all 0.3s ease 0s;
    text-decoration:none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #003cc4;
    text-decoration: none;
}
.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:30px;
}
.pt40{
    padding-top:40px;
}
.pt50{
    padding-top:50px;
}
.pb10{
    padding-bottom:10px;
}
.pb20{
    padding-bottom:20px;
}
.pb30{
    padding-bottom:30px;
}
.pb40{
    padding-bottom:40px;
}
.pb50{
    padding-bottom:50px;
}
.p10{
    padding:10px;
}
.p20{
    padding:20px;
}
.p30{
    padding:30px;
}
.p40{
    padding:40px;
}
.p50{
    padding:50px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mb50{
    margin-bottom:50px;
}
.m10{
    margin:10px;
}
.m20{
    margin:20px;
}
.m30{
    margin:30px;
}
.m40{
    margin:40px;
}
.m50{
    margin:50px;
}
.bg-yellow{
   background:#fdd55c;
}
.bg-black{
    background:#000;
}
.btn-comn{
    background: #000;
    padding: 10px 30px;
    color: #fff;
    border-radius: 20px;
    margin-top: 25px;
    box-shadow: 5px 5px 4px #54545485;
}
.section-padding{
    padding: 60px 0px;
}
@media (min-width: 1200px){
.container {
    width: 1100px!important;
}
}
/*----------------------------------------*/
/* header Area
/*----------------------------------------*/
header{
    /*background :#711928;*/
    background :#20417E;
}
.top-address {
    list-style: none;
    display: inline-flex;
    float: right;
}
.top-address li{
    color:#6793e6;
    margin-right: 20px;
}
.top-address li i{
    font-size: 20px;
    margin-right: 10px;
}
.logo{
    text-align: center;
}
.logo > h1{
    color: #fff;
    letter-spacing: 3px;
    font-weight: 600;
    font-size: 38px;
}
.logo img{
    margin-right: 10px;
    margin: 0;
}

.logo-text > p{
    color: #fff ;
    text-align: center;
    margin: 0px 0px 10px 0px;
}
.logo-slogan > p{
    color: #fff ;
    text-align: center;
    margin: 10px 0px 0px 0px;
    font-size: 20px;
    font-weight: 500;

}

.logo-text > h2{
    color: #fff ;
    font-family: 'Times New Roman', sans-serif !important;
    text-align: center;
    margin: -15px 0px -5px 0px;
    font-weight: 500;
}

.logo-img{
    align-content: center;
    margin: 10px;
    padding: 10px;
}
.logo-img > img{
    height: 110px;
}

.header-top{
    padding: 15px 0px;
    border-bottom: 1px solid #eeeeee40;
}
.footer-icons ul{
    margin-bottom: 0px;
    padding: 0px;
}
.top-address{
    margin-bottom: 0px;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color:#000;
    font-size: 16px;
    font-weight: 500;

    text-transform: capitalize;
    font-family: 'Times New Roman', sans-serif;
	border-left:1px solid #690a1a2e;

}
.main-menu ul.navbar-nav li a:hover{
    color: #690a1a;
}

.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #003cc4;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-brand{
    padding: 5px 0px;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #711928;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: none;
    margin: 0 auto;
    width: 76%;
}
.navbar-nav li:last-child {
    border-right: 1px solid #690a1a2e;
}
.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top: 100%;
    opacity: 1;
    z-index: 999999;
    visibility: visible;
    padding: 0;
    list-style: none;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: capitalize;
    font-family: 'Times New Roman', sans-serif;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color: #ffffff;
    background: #711928;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.menu-bg{
    background: #6793e6;
}
/*----------------------------------------*/
/*  4.slider
/*----------------------------------------*/
.main-body{
    padding-top: 15px;
    background: url(img/p9.png);
}
.slider{
    position:relative;
}
.gg-slider {
    z-index:9999;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
 padding: 0;
  }
.set-rslides {
    background:#fff;
    top: 160px;
    left: -70px;
    height: 205px;
 }
.set-slider .set-slider-class {margin:40px 0px 40px 0;}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  transition: opacity 0ms !important;
  }
 .set-rslides li {
    border: none;
    padding-left: 56px;
    padding-right: 30px;
    text-align: justify;
    padding-top: 13px;

}

.set-rslides li h3 {
    border-left:3px solid #000;
    padding:5px;
    color:#a57013;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
   /*   -webkit-filter: brightness(50%);
    transition: all 0.5s;*/
  }
.rslides_tabs {
    position: absolute;
    top: 40%;
    right:3%;
    z-index: 999;
}
.rslides_tabs li {
    display: block;
    margin-bottom: 5px;
}
h1 {
    margin: 0px !important;
}
.rslides_tabs a {
    border: 2px solid #fff;
    border-radius: 50%;
}
.rslides_tabs li:first-child {
  margin-left: 0;
  }
.rslides_tabs .rslides_here a {
  color: #fff;
  font-weight: bold;
  }
#slider3-pager a {
  display: inline-block;
}
#slider3-pager img {
  float: left;
  display:block;
  width:10px;
}
#slider3-pager .rslides_here a {
    background: transparent;
    border: 2px solid #efbe0c;
}
#slider3-pager a {
    padding: 0;
    width: 16px;
    height: 16px;
}
.carousel-caption{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 14%;
    background-color: rgba(103, 147, 230, 0.4);
    padding: 0 0 0 30px;

}
.carousel-caption h2{
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
    margin-top: -5px;
    margin-bottom: 0;
    text-align: left;
}
.carousel-caption p{
    color: #fff;
    text-align: left;
    margin-top: -15px;
}
.comn-btn{
    background: #4caf50;
    padding: 10px 20px;
    color: #000;
    border-radius: 19px;
}
/*----------------------------------------*/
/* news Area
/*----------------------------------------*/
.latest-news{
    background:#20417E;
    height:375px;
	padding: 10px 10px;
    margin-bottom: 10px;
}
.latest-news .table>tbody>tr>td{
    border-top: 1px solid #dddddd1f!important;
}
.latest-news h3{
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    margin: 0;
    font-weight: 100;
}
.latest-news marquee p{
    color: #fff;
}

/*----------------------------------------*/
/* resutl Area
/*----------------------------------------*/
.latest-resutl{
    background:#20417E;
    height:262px;
    padding: 10px 10px;
    margin-bottom: 10px;
}
.latest-resutl .table>tbody>tr>td{
    border-top: 1px solid #dddddd1f!important;
}
.latest-resutl h3{
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    margin: 0;
    font-weight: 100;
}
.latest-resutl marquee p{
    color: #fff;
}

/*----------------------------------------*/
/* tab Area
/*----------------------------------------*/
.tab .nav-tabs{
    border: none;
    margin-bottom: 10px;
}
.tab .nav-tabs li a{
    margin-right: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border: none;
    background: #20417E;
    border-radius: 0;
    position: relative;
    transition: all 0.5s ease 0s;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{
    color: #20417E;
    background: #fff;
    box-shadow: 0px 0px 7px 0px #6793e6;
}
.tab .tab-msg{
    padding: 20px;
    background: #ffffff;
    font-size: 15px;
    color: #20417E;
    line-height: 25px;
    letter-spacing: 1px;
    height: 195px;
    box-shadow: 0px 0px 7px 0px #6793e6;
}
.tab-section p{
    text-align:justify;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}
/*----------------------------------------*/
/* btn-box Area
/*----------------------------------------*/
.btn-box i{
    float: left;
    font-size: 42px;
    background: #cecece5c;
    color: #5d001e;
    margin-right: 10px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.btn-box{
    background: #fff;
    padding: 11px 11px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 7px 0px #6793e6;
}
.btn-box h4{
    margin-top: 9px;
}
.tab{
    margin: 10px;
}
/*----------------------------------------*/
/* facilit Area
/*----------------------------------------*/
.facility-sec h3{
    text-align: center;
    font-weight: 100;
    padding: 10px;
    border-bottom: 1px solid #eee;
    margin: 0;
    background: #711928;
    color: #fff;
}
.facility-area{
    background: #fff;
    padding: 20px;
    height: 310px;
}
.facility-box{
    text-align: center;
    border: 1px solid #eeeeee59;
    padding: 10px;
    box-shadow: 0px 0px 10px #eee;
        margin-bottom: 20px;
}
.facility-box h4{
    font-size: 13px;
    margin: 0;
}
.facility-box img{
}
/*----------------------------------------*/
/* contact Area
/*----------------------------------------*/
.contact-form h3 {
    text-align: center;
    font-weight: 100;
    padding: 10px;
    border-bottom: 1px solid #eee;
    margin: 0;
    background: #711928;
    color: #fff;
}
.eqry-form{
    background: #fff;
    padding: 20px;
    height: 310px;
    box-shadow: 0px 0px 7px 0px #6b65655c;
}
.btn-contact{
    background: #ffca81;
    color: #711928;
}
.contact-form{
    margin-top: 22px;
}
/*----------------------------------------*/
/* testimonial Area
/*----------------------------------------*/
.testimonial-sec{
    margin-top: 22px;
}
.testimonial-sec h3 {
    text-align: center;
    font-weight: 100;
    padding: 10px;
    border-bottom: 1px solid #eee;
    margin: 0;
    background: #711928;
    color: #fff;
}
.testimonial{
    background: #fff;
    text-align: center;
    padding: 25px 10%;
}
.testimonial .pic{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.testimonial .pic img{
    width: 100%;
    height: auto;
    filter: grayscale(100%);
}
.testimonial .testimonial-title{
    font-size: 16px;
    color: #9e9e9e;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.testimonial .post{
    display: block;
    font-size: 12px;
    font-style: italic;
    color: #bcbcbc;
    text-transform: uppercase;
}
.testimonial .description{
    font-size: 15px;
    font-style: italic;
    color: #86868a;
    line-height: 1.8;
    margin-top: 5px;
}
.owl-theme .owl-controls{
    width: 100%;
    position: absolute;
    bottom: 15px;
}
.owl-theme .owl-controls .owl-buttons div{
    font-size: 18px;
    background: transparent;
    opacity: 0.5;
}
.owl-theme .owl-prev{
    position: relative;
    left: -45px;
}
.owl-theme .owl-next{
    position: relative;
    right: -45px;
}
.owl-prev:before,
.owl-next:before{
    content: "\f177";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #444;
}
.owl-next:before{
    content: "\f178";
}

@media only screen and (max-width: 480px){
    .testimonial{
        padding: 40px 10%;
    }
}
/*----------------------------------------*/
/* patron Area
/*----------------------------------------*/
.patron-desc h3{
    font-size: 18px;
    margin-bottom: 0px;
    color: #fff;
}
.patron-desc p{
    color: #fff;
    margin-bottom: 0px;
    padding: 0px 0px 5px 0px;
}
.patron-desc{
    text-align: center;
    background: #711928;
}
/*----------------------------------------*/
/* achivers Area
/*----------------------------------------*/
.achiver-gall{
    background: #fff;
    box-shadow: 0px 0px 7px 0px #6b65655c;
    margin: 10px;
    margin: 10px 15px 20px 15px;
}
.achiver-gall .table img{
    width: 30%;
    float: left;
    margin-right: 10px;
    border-radius: 10px;
}
.achiver-gall .table>tbody>tr>td{
    padding: 10px;
}
.achiver-gall h3{
    text-align: center;
    font-weight: 100;
    padding: 10px;
    border-bottom: 1px solid #eee;
    margin: 0;
    background: #711928;
    color: #fff;
}
.achiver-gall p{
    margin-bottom: 5px;
}
.achiver-gall h4{
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 0px;
}
/*----------------------------------------*/
/* about page
/*----------------------------------------*/
.bg-inner{
    background: #fff;
    padding: 30px;
}
.about-content p{
    text-align: justify;
}
.visn-misin{
    text-align: center;
}
.vm-icon i{
    font-size: 50px;
    background: #711928;
    padding: 20px;
    color: #fff;
}
.vm-desc{
    background: #fff;
    border: 1px solid #eeeeee59;
    padding: 60px 10px 10px 10px;
    margin-top: -45px;
    box-shadow: 0px 0px 10px #d4d2d2;
    height: 300px;
}
/*----------------------------------------*/
/* contact Page
/*----------------------------------------*/
.contact-info li i{
    font-size: 29px;
    margin-right: 17px;
    color: #6793e6;
    float: left;

}
.contact-info{
    list-style: none;
        margin-top: 45px;
}
.contact-info p {
    color: #484444;
    margin-left: 35px;
    border-bottom: 1px solid #8c838340;
    padding-bottom: 21px;
    font-size: 19px;
}
.contact-area textarea.form-control {
    height: 97px;
}
/*----------------------------------------*/
/*  4. error Area
/*----------------------------------------*/
.error-page{
   background: #fcdb5a;
   min-height: 655px;
}
.middle-section{
    background: #fff;
    border-radius: 15px;
    margin: 80px 50px;
    box-shadow: 0px 0px 40px 0px #ad8a01;
}
.error-center{
    text-align: center;
}
.bg-black{
    background: #000;
    height: 510px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.error-center{
    padding: 30px 50px ;
}
.error-img {
    margin-top: 50px;
}
.error-center h1{
    font-size: 115px;
    margin-bottom: 60px!important;
}
.error-center h3{
    font-size: 30px;
}
.subscribe-form input{
        padding: 8px;
}
.subscribe-form button{
    background: #711928;
    border: none;
    padding: 10px 20px;
    color: white;
}
.gallery_product img{
    margin-bottom:30px;
}
.filter-button{
    background: #711928;
    border: none;
    color: #fff;
    padding: 10px 20px;

}
.filter-button:hover{
    background:#ffca81;
    color:#fff;
}
/*----------------------------------------*/
/* Achivement page
/*----------------------------------------*/
.achiv-desc{
    text-align: center;
}
.achiv-box{
    border: 1px solid #eee;
    padding: 15px;
    box-shadow: 0px 0px 7px 0px #6b65655c;
    margin-bottom: 30px;
    height: 340px;
}
.achiv-desc h3{
    color: #711928;
    margin: 10px 0px;
}
/*----------------------------------------*/
/* Result page
/*----------------------------------------*/
.result-desc h3{
    font-size: 19px;
    font-weight: 200;
    margin: 0;
    color: #fff;
}
.result-box{
    margin-bottom: 30px;
}
.result-desc p{
    color:#fff;
    margin:0px;
}
.result-desc{
    text-align: center;
    background: #6793e6;
}
/*----------------------------------------*/
/* facility page
/*----------------------------------------*/
.serviceBox{
    text-align: center;
    margin-bottom: 53px;
    border: 1px solid #eeeeee4f;
    padding: 10px;
    margin: 10px 0px;
    box-shadow: 0px 0px 10px 0px #eee;
}
.serviceBox .service-icon{
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #711928;
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    position: relative;
}

.serviceBox:hover .service-icon:before{ transform: rotate(180deg); }
.serviceBox .service-icon:after{
    content: "";
    width: 2px;
    height: 30px;
    background: #ffca81;
    margin: 0 auto;
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
}
.serviceBox .title{
    font-size: 20px;
    font-weight: 600;
    color: #252321;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.serviceBox .description{
    font-size: 15px;
    color: #6f6f6f;
    line-height: 27px;
    letter-spacing: 1px;
    margin: 10px 0 0 0;
}
.serviceBox.green .service-icon,
.serviceBox.green .service-icon:after{ background: #63bb54; }
.serviceBox.blue .service-icon,
.serviceBox.blue .service-icon:after{ background: #1a9fab; }
@media only screen and (max-width:990px){
    .serviceBox{ margin-bottom: 30px; }
}
/*----------------------------------------*/
/*  4. cooming soon Pages
/*----------------------------------------*/
.coming-bg{
    background: linear-gradient(45deg, #000000c4, #000000a8),url(img/slide1.jpg);
}
.coming-center{
    text-align: center;
    margin-top: 25%;
    height: 460px;
}
.coming-center h1{
    color:#fff;
    font-size: 50px;
    margin-bottom: 30px!important;
}
.coming-center h3{
    color:#fff;
    margin-bottom: 30px!important;
}
.cooming-bg{
    background: url(img/img-5.png);
    height: 656px;

}
.cmg-bike-img {
    margin-left: -200px;
    margin-top: 35%;
    border: 5px solid #fff;
    padding: 20px;
}
.subscribe-form p{
    color:#fff;
}
.color-bg{
    background: #501414;
}
/*----------------------------------------*/
/* admission page
/*----------------------------------------*/
.admission-form textarea{
    height: 150px;
}
.admission-pt {
    list-style: none;
    padding: 0;
}
.admission-pt li i{
    font-size: 20px;
    margin-right: 10px;
    float: left;
    color: #9c2b3ed4;
}
.admission-pt li{
    margin-bottom: 15px;
}
.admission-pt li p{
    margin-left: 30px;
}
/*----------------------------------------*/
/* campus page
/*----------------------------------------*/
.cmpus-desc p{
    text-align: justify;
}
/*----------------------------------------*/
/* student page
/*----------------------------------------*/
.stud-notice img{
    float: left;
    width: 40%;
    margin-right: 15px;
}
.stud-notice{
    margin-bottom: 30px;
}
.stud-desc p{
    margin-bottom: 6px;
}
.stud-desc h3{
    color: #711928;
}
.stud-desc i{
    font-size: 20px;
    margin-right: 10px;
    color: #ffac3a;
}
.panel-default>.panel-heading{
    background-color: #711928!important;
}
.panel-default>.panel-heading .panel-title{
    color: #fff!important;
}
.panel-default a:hover, a:focus {
    color: #fff;
    text-decoration: none;
}
#myfile{
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    padding: 5px;
}
.academics-box{
	    text-align: center;
    border: 1px solid #eeeeee61;
    padding: 20px;
    box-shadow: 0px 0px 10px #eee;
}
/*----------------------------------------*/
/* Footer Area
/*----------------------------------------*/
.footer-logo h1{
    color: #fff;
    font-size: 25px;
    margin-bottom: 13px!important;
}
.footer-logo img{
    width: 45px;
    margin-right: 15px;
}
.footer-logo p{
    color:#d2d2d2;
}
.footer-info{
    background:#20417E;
    padding: 40px 0px;
}
.footer-box h3{
    color: #fff;
    font-weight: 100;
}
.gallery-box img{
    margin-bottom: 20px;
    background: #fff;
    padding: 4px;
}
.footer-menu{
    display: inline-flex;
    list-style: none;
    float: right;
}
.footer-menu li{
    margin-right: 7px;
    padding: 0px 7px;
    border-right: 1px solid #eeeeee69;

}
.footer-menu li a{
    color: #c1c1c1;
}
.contact-info h1{
    color: #fff;
}
.info{
    list-style: none;
    padding: 0;
}
.info li{
    color: #fff;
    font-size: 18px;
    margin-bottom: 18px;
}
.info li img{
    margin-right: 15px;
}
.footer-icons ul li {
    display: inline-block;
}
.footer-icons ul li a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    background: #6793e6;
    transition: 0.4s;
    border-radius: 10%;
}
.footer-icons ul li a:hover{
    color: #6793e6;
    background: #fff;
    transition: 0.4s
}
.footer-tags li {
    float: left;
}
.footer-tags li a {
    color: #ddd;
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 3px;
    border: 1px solid #020e29;
    background: #020e29;
    font-weight: 600;
    padding: 3px 5px;
    border-radius: 2px;
}

.suscribe-input input {
    color: #ddd;
    font-size: 15px;
    line-height: 24px;
    padding: 11px 15px;
    height: 52px;
    border-radius: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #07183a;
}
.suscribe-input button {
    background: #e84f1e;
    border: 1px solid #e84f1e;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 2px;
    transition: 0.4s;
    margin-top: 15px;
    text-transform: capitalize;
    font-weight: 700;
    transition: 0.4s;
}
.suscribe-input button:hover {
    background: transparent;
    color: #e84f1e;
    transition: 0.4s;
}
.footer-contacts p span {
    color: #003cc4;
    font-weight: 700;
}
.footer-content {
    display: block;
    overflow: hidden;
}
.footer-list li a {
    color: #ddd;
    padding: 3px 0px 3px 20px;
    display: block;
    position: relative;
    font-weight: 500;
    font-size: 15px;
}
.footer-list li:first-child a{
    padding-top: 0px;
}
.footer-list li:last-child a{
    padding-bottom: 0px;
}
.footer-list li a::after {
    position: absolute;
    content: "\e876";
    right: auto;
    top: 2px;
    font-family: tionscal;
    font-size: 10px;
    left: 0;
}
.footer-list li a:hover {
    color: #e84f1e;
}
.footer-icons{
    float: left;
}
.add-info{
    list-style: none;
    padding: 0;
}
.add-info li p{
    color: #fff;
    margin-left: 35px;
    border-bottom: 1px solid #eeeeee40;
    padding-bottom: 10px;
}
.add-info li i{
    font-size: 24px;
    margin-right: 10px;
    color: #6793e6;
    float: left;
}
.footer-copyright {
    background: #E5EAF4;
    padding: 10px 0;
}
.copyright-text a:hover{
    text-decoration: underline;
    color:#003cc4;
}
.copyright-text a {
    color: #ddd;
}
.copyright > p {
    margin-bottom: 0;
    color: #20417E;
}
.copyright a {
    color: #003cc4;
}
.copyright{
    margin-top: 5px;
}
/*Home two*/
.home-two .rev_slider_wrapper{
    height:373px!important;
}
.home-two .rev_slider{
    height:373px!important;
}
#navbar-example{
    float: left;
}
.tab-academic{
    padding: 20px;
    background: #ffffff;
    font-size: 15px;
    color: #5d001e;
    line-height: 25px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 7px 0px #6b65655c;
}
.d-none-loading{
    display: none;
}
