@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&display=swap');
html, body {
    color: #444444;
    font-family: 'Poppins', sans-serif;
}
a {
    -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.font-title {
  font-family: 'Poppins', sans-serif !important;
}
.font-text {
  font-family: 'Poppins', sans-serif !important;
}
.fw-900 {
    font-weight: 900 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.section-default {
    width: 100%;
    position: relative;
}
/* page */
.page__wrapper {
  width: 100%;
  position: relative;
}
/* page */
/* header */
.header-wrapper {
  width: 100%;
  position: relative;
}
.header-main {
  width: 100%;
  position: relative;
  background: #004080;
  border-bottom: 4px solid #FFFFFF;
}
.header-main::before{
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/resources/header-ad.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}
.header-main .box-brand {
  margin-top: -50px;
}
@media only screen and (max-width: 991px){
  .header-main .box-brand {
    margin-top: -20px;
  }
}
.box-info-middle {
  padding: 15px 0;
}
.text-info-t {
  color: #004080;
}
.header-top {
  width: 100%;
  position: relative;
  background: #FFFFFF;
}
.header-top__wrapper {
  position: relative;
  z-index: 1;
}
.header-top .he-top-nav a {
  text-decoration: none;
}
.header-top .he-top-nav a:hover .text {
  color: #DB2114;
}
.header-top .he-top-nav .text {
  color: #187DB0;
}
.he-top-nav li{
  margin-left: 15px;
}
.he-top-nav li:first-child {
  margin-left: 0;
}
.header_nav.header-fixed{
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  -webkit-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
.header-fixed {
  background: #004080;
}
.header-fixed .logo-link {
  position: relative;
  text-align: center;
}
.header-fixed .logo-link>img{
  max-width: 75px;
  margin: auto;
}
.header-fixed .navbar-main .nav-link{
  padding: 0.5rem 1rem !important;
}
.header-fixed .navbar-toggler {
  margin-top: -75px !important;
}
.header-fixed .box-info-s {
	display: none !important;
}
.header-fixed .box-brand {
	margin-top: 0;
}
/* header */
/* navbar */
.navbar-main .navbar-toggler{
  margin-top: 0px;
  outline: none !important;
}
.navbar-main .navbar-toggler svg {
  fill: #FFFFFF !important;
  width: 36px;
  height: 36px;
}
.navbar-main {
  width: 100%;
  position: relative;
  padding: 0;
}
.navbar-main .navbar-nav {
  padding: 0px 0px;
}
.navbar-main .nav-link {
  text-transform: uppercase;
  color: #FFFFFF;
  font-weight: 400;
  padding: 0.5rem 1rem !important;
  text-align: center;
  height: 100%;
  border-bottom: 4px solid transparent;
}
.navbar-main .nav-item {
  margin-left: 0px;
}
@media only screen and (max-width: 991px){
  .navbar-main .nav-item {
    margin-left: 0;
  }
  .navbar-main .nav-item .nav-link {
    padding: 5px 15px;
  }
}
.navbar-main .nav-item.active .nav-link {
  background: #DB2114;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.navbar-main .nav-link:hover {
  background: #DB2114;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
/* navbar */
/* slide */
.box-slide-main .owl-nav button[class*="owl-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: 0 0;
  color: #fff;
  border: 1px solid #FFFFFF;
  width: 40px;
  height: 52px;
  outline: none;
  opacity: 0;
}
.slide-main:hover .owl-nav button[class*="owl-"]{
  opacity: 1;
}
.box-slide-main .owl-nav button[class*="owl-"]:hover {
  background: #DB2114;
  color: #FFFFFF;
  border-color: #DB2114;
}
.box-slide-main .owl-nav .owl-prev {
  left: 30px;
}
.box-slide-main .owl-nav .owl-next {
  right: 30px;
}
/* slide */
/* item ac */
.item-ac {
  width: 100%;
  position: relative;
  border: 2px solid #FFFFFF;
  text-align: center;
  background-color: #004080;
}
.item-ac>a{
  text-decoration: none !important;
}
.item-ac.item-ac-bg1 {
  background-color: #0A2B40;
}
.item-ac.item-ac-bg2 {
  background-color: #004080;
}
.item-ac.item-ac-bg3 {
  background-color: #13375C;
}
.item-ac-bg2 .item-ac__icon{
  background: #004080;
}
.item-ac-bg2 .item-ac__circle{
  background: #FFFFFF;
}
.item-ac-bg3 .item-ac__icon{
  background: #004080;
}
.item-ac-bg3 .item-ac__circle{
  background: #FFFFFF;
}
.item-ac:hover {
  background-color: #DB2114;
}
.item-ac:hover .item-ac__icon{
  background: #DB2114;
}
.item-ac:hover .item-ac__circle{
  background: #FFFFFF;
}
.item-ac:hover .item-ac__link {
  background: #004080;
  color: #FFFFFF;
}
.item-ac__icon-content {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: -30px;
}
.item-ac__icon {
  position: relative;
  width: 140px;
  height: 140px;
  margin: auto;
  padding-top: 5px;
  background: #004080;
  border-radius: 50%;
}
.item-ac__circle {
  width: 140px;
  height: 140px;
  line-height: 120px;
  margin: auto;
  background: #FFFFFF;
  border: 12px solid #DCD2C8;
  vertical-align: middle;
  border-radius: 50%;
}
.item-ac__circle>img {
  width: 90px;
  height: 90px;
}
.item-ac__content {
  padding: 5px 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.item-ac__title {
  margin: 0;
  color: #FFFFFF;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
}
.item-ac__title>span {
  color: #FFFFFF;
  display: block;
  font-weight: 500;
  text-transform: capitalize;
}
.item-ac__btn {
  position: relative;
  margin-bottom: -10px;
  z-index: 3;
}
.item-ac__link {
  background: #DB2114;
  color: #FFFFFF;
  padding: 10px 20px;
  text-decoration: none !important;
  border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.item-ac__link:hover {
  background: #004080;
  color: #FFFFFF;
}
.text-numbers-i {
  color: #7ECBE5;
  font-weight: 700;
  font-size: 18px;
}
/* item ac */
/* social abs */
.box-social-abs-r {
  padding: 5px 5px;
  position: fixed;
  right: 0;
  top: 38%;
  background: rgba(255, 255, 255, 0.80);
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  z-index: 9;
}
.sbr-link {
  display: inline-block;
  text-decoration: none !important;
}
.sbr-link:hover>img{
  filter: #DB2114;
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}
/* social abs */
/* gallery i */
.box-gallery-i .owl-nav button[class*="owl-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #004080;
  color: #FFFFFF;
  border: 2px solid #004080;
  width: 30px;
  height: 40px;
  outline: none;
}
.box-gallery-i .owl-nav button[class*="owl-"]:hover {
  background: #DB2114;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.box-gallery-i .owl-nav .owl-prev {
  left: 30px;
  margin-left: -40px;
}
.box-gallery-i .owl-nav .owl-next {
  right: 30px;
  margin-right: -40px;
}
.item-gallery-i {
  width: 100%;
  position: relative;
}
.item-gallery-i:hover a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(36, 126, 176, 0.5);
}
/* gallery i */
/* box events i */
.box-events-i {
  width: 100%;
  position: relative;
}
.box-events-i-header {
  padding: 15px 15px;
}
.box-events-i-header h3 {
  color: #DB2114;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 1px;
  display: inline-block;
}
.box-events-i-header h3>span {
  color: #6EC5E1;
}
.box-events-i-header h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background: #DB2114;
}
.box-events-i-header h3::after {
  content: "";
  position: absolute;
  left: -50px;
  top: calc(50% - 20px);
  width: 48px;
  height: 48px;
  background: url(../img/resources/title-i-e.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 575px) {
  .box-events-i-header h3::after {
    display: none;
  }
}
.events-i-item {
  width: 100%;
  position: relative;
  background: #6EC5E1;
  padding: 15px 25px;
  border-bottom: 2px solid #FFFFFF;
}
.events-i-item:nth-child(even) {
  background: #B9E7F0;
}
.events-i-item:last-child {
  border-bottom: 0;
}
.events-i-item:hover {
  background: #EEEEEE;
}
.events-ii__date-box {
  width: 200px;
  border: 2px solid #0D609A;
  padding: 5px;
  text-align: center;
}
.events-ii__date {
  position: relative;
  background: #0D609A;
  padding: 8px 5px;
}
.events-ii__day {
  display: block;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
}
.events-ii__month {
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 20px;
}
.events-ii__content {
  padding: 0 15px;
}
.events-ii__title {
  margin: 0;
  font-size: 16px;
  color: #313131;
  font-weight: 500;
}
.events-i-item:hover .events-ii__day, .events-i-item:hover .events-ii__month {
  color: #FFFFFF;
}
.events-i-item:hover .events-ii__date {
  background: #DB2114;
}
.events-i-item:hover .events-ii__date-box {
  border-color: #DB2114;
}
.events-ii__link {
  display: inline-block;
  background: #DB2114;
  border: 2px solid #DB2114;
  color: #FFFFFF;
  padding: 5px 15px;
  font-style: italic;
  text-decoration: none !important;
  border-radius: 20px;
}
.events-ii__link:hover {
  color: #FFFFFF;
  background: #0D609A;
  border-color: #0D609A;
}
.box-video-himno {
  width: 100%;
  position: relative;
  padding: 10px;
  background: #181818;
}
/* box events i */
/* ac item i */
.ac-item-i {
  width: 100%;
  position: relative;
  padding: 20px 0;
  background: #FF4F2B;
  margin-bottom: 5px;
  text-align: center;
}
.ac-item-i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 47px;
  background: url(../img/resources/intranet-ad.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 98%;
}
.ac-item-i:hover {
  background: #004080 !important;
}
.ac-item-i:hover .ac-item-i__title {
  color: #FFFFFF !important;
}
.ac-item-i__link{
  text-decoration: none !important;
}
.ac-item-i__image {
  position: relative;
  padding-top: 20px;
}
.ac-item-i__content {
  position: relative;
  padding: 0 10px;
  margin-top: 10px;
}
.ac-item-i__title {
  color: #FFFFFF;
  font-style: italic;
  font-weight: 700;
}
.ac-item-i.ac-item-i01{
  background: #FFD300;
}
.ac-item-i.ac-item-i02{
  background: #6E6EAA;
}
.ac-item-i.ac-item-i03{
  background: #FF4F2B;
}
.ac-item-i01 .ac-item-i__title {
  color: #000066;
}
/* ac item i */
/* section-level-i */
.section-level-i {
  width: 100%;
  position: relative;
}
.section-level-bg {
  width: 100%;
  position: relative;
  background-color: #004080;
  background-image: url(../img/bgs/bg-ptr2.jpg);
  background-repeat: repeat;
  background-size: 70%;
}
.section-level-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background:rgba(8, 41, 58, 0.8);
}
.item-level {
  width: 100%;
  position: relative;
}
a.item-level{
  text-decoration: none;
}
a.item-level:hover .item-level__title{
  color: #DB2114;
}
.item-level__icon {
  margin: auto;
  position: relative;
  text-align: center;
  width: 140px;
  height: 140px;
  line-height: 130px;
  border: 6px solid #DB2114;
  border-radius: 50%;
}
.item-level__content {
  position: relative;
  margin-top: 20px;
}
.item-level__title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
}
/* section-level-i */
/* section news i */
.sseection-title {
  color: #DB2114;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
}
.sseection-title>span{
  color: #6EC5E1;
}
.sseection-title::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: auto;
  width: 100%;
  height: 3px;
  background: #DB2114;
}
.section-news-i {
  width: 100%;
  position: relative;
  background: #FFFFFF;
}
.sseection-title__news {
  position: relative;
}
.sseection-title__news::after {
  content: "";
  position: absolute;
  left: -60px;
  top: calc(50% - 16px);
  width: 48px;
  height: 40px;
  background: url(../img/resources/title-i-n.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 575px) {
  .sseection-title__news::after {
    display: none;
  }
}
/* section news i */
/* news i */
.box-news-i .owl-nav button[class*="owl-"] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #004080;
  color: #FFFFFF;
  border: 2px solid #004080;
  width: 30px;
  height: 40px;
  outline: none;
}
.box-news-i .owl-nav button[class*="owl-"]:hover {
  background: #DB2114;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.box-news-i .owl-nav .owl-prev {
  left: 30px;
  margin-left: -60px;
}
.box-news-i .owl-nav .owl-next {
  right: 30px;
  margin-right: -60px;
}
.item-news-i {
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .box-news-i .owl-nav .owl-prev {
    left: 30px;
    margin-left: -45px;
  }
  .box-news-i .owl-nav .owl-next {
    right: 30px;
    margin-right: -45px;
  }
}
/* gallery i */
/* statistics */
.bg-statistics {
  background-color: #247EB0;
  background-image: url(../img/bgs/bg-statistics.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.bg-statistics::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(36, 126, 176, 0.7);
  top: 0;
  left: 0;
}
.counter-statistics {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
}
.counter-statistics__icon {
  width: 120px;
  height: 120px;
  position: relative;
  line-height: 110px;
  margin: auto;
}
.counter-statistics__icon::after {
  position: absolute;
  top: -7px;
  right: -7px;
  bottom: -7px;
  left: -7px;
  content: '';
  border: 2px solid #FFFFFF;
  pointer-events: none;
  border-radius: 50%;
}
.counter-statistics__icon::before {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  content: '';
  border: 2px solid #FFFFFF;
  pointer-events: none;
  border-radius: 50%;
}
.counter-statistics__number {
  margin-top: 20px;
}
.counter-statistics__number {
  color: #FFFFFF;
}
.counter-statistics__number .counter {
  letter-spacing: 1px;
}
.counter-statistics__number .symbol {
  color: #DB2114;
}
.counter-statistics__content {
  position: relative;
}
.counter-statistics__title {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 18px;
}
.counter-statistics__divider {
  background: #e5e5e5;
  fill: #e5e5e5;
  width: 30px;
  height: 3px;
  padding: 0;
}
/* statistics */
/* footer */
.footer{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.footer-content{
  width: 100%;
  position: relative;
}
.footer__bottom{
  width: 100%;
  position: relative;
}
.bg-footer{
  background-color: #004080;
}
.footer-middle {
  width: 100%;
  position: relative;
  padding-bottom: 75px !important;
}
.footer-middle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/resources/footer-ad.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  bottom: 0;
  left: 0;
}
.bg-footer__bottom{
  background-color: #FFFFFF;
  z-index: 9;
}
.footer__widgets{
  width: 100%;
  position: relative;
  color: #FFFFFF;
}
.footer-widget__title{
  font-weight: 700;
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #FFFFFF;
}
.footer-list{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.975em;
}
.footer-contacts__icon{
  text-align: center;
  width: 25px;
  min-width: 25px !important;
  font-size: 1.25em !important;
  margin-right: 8px;
  color: #6EC5E1;
}
.footer-contacts__contacts li{
  padding: 5px 0;
}
.footer-links__item{
margin-bottom: 5px;
white-space: nowrap;
}
.footer-links__link{
  color: inherit;
  text-decoration: none !important;
  padding-left: 24px;
  position: relative;
}
.footer-links__link:hover{
  color: #6EC5E1;
}
.footer-social__links a{
  color: inherit;
  text-decoration: none !important;
}
.footer-links__link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 8px;
  border-top: 4px solid #6EC5E1;
  border-bottom: 4px solid #6EC5E1;
  border-left: 4px solid #6EC5E1;
  border-right: 4px solid #6EC5E1;
}
.footer-social__link{
  padding: 5px 0;
}
.footer-social__link>a>i{
  width: 25px;
  text-align: center;
  margin-right: 5px;
  font-size: 1.25em;
  vertical-align: middle;
}
.text-subline {
  position: relative;
  height: 3px;
  padding: 0;
  background: transparent;
  border: none;
  margin-top: 15px;
  margin-bottom: 15px;
}
.text-subline:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 90%;
  background: #6EC5E1;
}
.text-subline::after{
content: "";
position: absolute;
width: 22px;
height: 15px;
right: 10%;
top: -30px;
background: url(../img/resources/ico-title-f.png);
background-repeat: no-repeat;
background-position: center center;
}
.col-border-left{
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}
.text-copyright{
  color: #004080;
  font-size: 15px;
  font-weight: 500;
}
.text-dev{
color: #004080;
font-size: 1em;
}
.text-dev a{
color: #004080;
text-decoration: none;
}
.text-dev a:hover{
color: #DB2114;
}
/* footer */
/* foot social */
.foot-social-icon {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    border: none;
    color: #004080;
    background: #FFFFFF;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.foot-social-icon.icon-facebook:hover {
    background: #395b98;
    color: #fff;
}
.foot-social-icon.icon-instagram:hover {
    background-image: linear-gradient(-45deg, #ffdc80, #e1306c 50%, #405de6);
    background-repeat: no-repeat;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFDC80', endColorstr='#FF405DE6', GradientType=1);
    color: #fff;
}
.foot-social-icon.icon-youtube:hover {
    background: #F60002;
    color: #fff;
}
.foot-social-icon.icon-twitter:hover {
    background: #2ca7e0;
    color: #fff;
}
/* foot social */
/* Breadcrumb */
.breadcroumb-area {
	background-image: url(../img/bgs/bread-bg.jpg);
}
.breadcroumb-area {
	height: 250px;
	background-size: cover;
	background-position: center bottom;
	background-color: #ddd;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 2;
}

.breadcroumb-area:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #004080;
	opacity: .7;
	z-index: -1;
}

.breadcroumb-area .breadcroumb-title h1 {
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 1px;
	color: #fff;
	margin-top: 10px;
	position: relative;
  text-align: center;
}

.breadcroumb-area h6 a {
	color: #fff;
}

.breadcroumb-area h6 {
	color: #aeb1b3;
	font-size: 16px;
	margin-top: 25px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 50px;
	}
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 40px;
	}
}

@media (max-width: 575px) {
	.breadcroumb-area .breadcroumb-title h1 {
		font-size: 35px;
	}
}
/* Breadcrumb */
/* Contact Page */
.contact-us-area {
	background: #FFFFFF;
	position: relative;
	z-index: 1;
}

.contact-us-wrapper {
	background: #fff;
	position: relative;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}

.contact-us-inner {
	text-align: center;
	padding: 40px 30px;
	border-right: 1px solid #eee;
}
.contact-us-inner:nth-last-child(4) {
	border-right: none;
}
.contact-us-inner h5 {
  margin: 40px 0 20px;
  color: #004080;
}
.contact-us-inner a {
	text-transform: uppercase;
	color: #EDAA00;
	font-size: 17px;
	font-weight: 500;
	margin: 20px 0 10px;
}
.contact-us-area .info-i {
	position: relative;
	z-index: 1;
}
.contact-us-area .info-i i:before {
	font-size: 32px;
	color: #DB2114;
}
.contact-us-area .contact-form .main-btn {
	margin-top: 30px;
}
.contact-section {
	background-color: #247EB0;
  background-image: url(../img/bgs/bg-ptr.png);
}
.contact-section .section-title h2 {
	color: #fff;
}
.contact-form .main-btn {
	border-radius: 0;
	border: none;
	margin: 40px 0;
}
.contact-form .main-btn {
  border-radius: 0;
  border: none;
  margin: 40px 0;
}
.main-btn {
	display: inline-block;
	background: #DB2114;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: capitalize;
	padding: 15px 40px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 7px;
	border: 2px solid #DB2114;
}
.main-btn.btn-2 {
	background: transparent;
}
.main-btn.transparent {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	margin-right: 20px;
}
.main-btn:hover {
	background-color: #fff;
	color: #004080;
	border-color: #fff;
}
.contact-form .form-control {
  border-radius: 0;
  color: #211F1F;
}
/* contact */
/* testimonials */
.item-test-video {
  width: 100%;
  position: relative;
  text-align: center;
}
.item-test-video:hover a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(110, 197, 225, 0.5);
}
/* testimonials */
/* blog page */
.blog-section .single-blog-item {
	margin-bottom: 40px;
	background: #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
}

.blog-section .blog-bg img {
	width: 100%;
	height: 100%;
}

.blog-section .blog-content p.blog-meta {
	font-size: 16px;
	color: #898a9c;
}

.blog-section .blog-content a {
	font-size: 24px;
	font-weight: 500;
	color: #004080;
	margin-bottom: 20px;
}

.blog-section .blog-content a:hover {
	color: #FCC741;
}

.blog-section .blog-content a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	color: #FCC741;
}

.blog-search input {
	border: none;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
	padding: 0;
	padding-bottom: 10px;
}

.blog-search button {
	background: none;
	margin: 0;
	padding: 0;
}

.blog-search button i {
	color: #191919;
	font-size: 20px;
	position: absolute;
	top: 18px;
	right: 28px;
}

.blog-category h5,
.archive h5 {
	font-size: 24px;
	font-weight: 600;
	margin: 25px 0;
}

.blog-category a,
.archive a {
	display: block;
	color: #191919;
	font-size: 16px;
	margin-bottom: 20px;
}

.blog-category a:hover,
.archive a:hover {
	color: #F35E27;
}

.blog-category a.active,
.archive a.active {
	color: #FCC741;
}

.recent-post h5 {
	margin: 30px 0;
	font-weight: 600;
  color: #004080;
}

.recent-post img {
	float: left;
	width: 70px;
	height: auto;
}

.single-recent-post h6 {
	margin: 0;
	padding-left: 90px;
}

p.blog-date {
	padding-left: 90px;
}

.single-recent-post {
	padding-bottom: 25px;
}

.single-recent-post .recent-post-content {
	display: block;
	padding-left: 110px;
}

.single-recent-post h6 a {
	color: #1d2143;
	line-height: 1.5;
}

.popular-tag h5 {
	margin: 30px 0;
	font-weight: 600;
}

.popular-tag span {
	padding: 8px 15px;
	background: #004080;
	margin-bottom: 10px;
	margin-right: 10px;
	font-size: 15px;
}

.popular-tag a {
	color: #fff;
	padding: 5px;
}

.popular-tag span.active {
	background: #FCC741;
}

.popular-tag span:hover {
	background: #FCC741;
}

.popular-tag span:hover a {
	color: #fff;
}

.author-profile img {
	width: 90px;
	height: 90px;
	float: left;
}

.comments-section h5 {
	font-size: 22px;
	margin: 40px 0;
}

.comments-section img {
	width: 90px;
	height: 90px;
	float: left;
}

.single-comments-section p {
	padding-left: 120px;
}

.single-comments-section p b {
	color: #333;
}

a.reply-btn {
	text-transform: uppercase;
	font-size: 14px;
}

.comments-form h3 {
	margin: 50px 0;
}

.author-info {
	padding-left: 120px;
}

.author-info h6 {
	margin: 10px 0;
}

.single-comments-section p span {
	font-size: 15px;
	display: block;
}

.blog-search {
	border: 1px solid #ddd;
	padding: 15px;
}

.blog-category,
.recent-post,
.archive,
.popular-tag {
	border: 1px solid #ddd;
	padding: 10px 30px 20px;
	margin: 20px 0;
}

.helpline-section {
	background-size: cover;
	background-position: center center;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	margin-top: 30px;
}

.helpline-section {
	background-image: url(../img/helpline.jpeg);
}

.helpline-content h4 {
	color: #ffff;
}

.helpline-content p {
	color: #fff;
	margin-top: 20px;
}

.helpline-content button {
	z-index: 9;
	position: relative;
}

.pagination-block {
	display: block;
	margin: 45px auto;
}

.pagination-block .page-numbers {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	color: #004080;
	font-size: 15px;
	font-weight: 600;
	border: 1px solid #e9eef6;
	border-radius: 3px;
	margin: 0 3px;
  padding: 0;
  text-decoration: none;
	transition: all 0.3s ease 0s;
}

.page-numbers.current {
	background: #004080;
	color: #fff;
	border-color: #004080;
}

.pagination-block .page-numbers:hover {
	background: #DB2114;
	color: #fff;
	border-color: #DB2114;
}
/* blog Page */
/* blog */
.single-blog-item {
	background: #fff;
	box-shadow: 0 3px 9px -2px #d0cece;
	border-radius: 5px;
	margin-bottom: 30px;
}

.single-blog-item.large {
	width: 100%;
	height: auto;
}

.single-blog-item.small {
	height: 160px;
	margin-bottom: 55px;
}

.single-blog-item.small .blog-bg img {
	height: 160px;
}

.single-blog-item .blog-content {
	padding: 20px 20px 30px;
}

.blog-bg img {
	border-radius: 5px 5px 0px 0px;
}

.single-blog-item.small .blog-bg img {
	border-radius: 5px 0px 0px 5px;
}

.blog-meta i {
	color: #FCC741;
	font-size: 20px;
	margin-right: 10px;
}

.blog-meta {
	color: #211F1F;
}

.single-blog-item.large .blog-content a {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
	color: #004080;
}

.single-blog-item.large .blog-content a:hover {
	color: #FCC741;
}

.single-blog-item.small .blog-content a {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	color: #004080;
}

.single-blog-item.small .blog-content a:hover {
	color: #FCC741;
}

.blog-area .main-btn.transparent {
	background: #fff;
	color: #333;
	border: 2px solid #fff;
	margin-right: 20px;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.10);
}
.single-blog-item__title {
  color: #004080;
}
.single-blog-item__title a{
  color: inherit;
  text-decoration: none;
}
.single-blog-item__title a:hover{
  color: #DB2114;
}
.single-blog-item .blog-content p.blog-meta {
  color: #E43D15;
  font-size: 16px;
}
.single-blog-item .blog-content p {
  color: #211F1F;
  font-size: 16px;
}
.blog-content a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	color: #DB2114;
}
/* blog */
/* single blog */
.single-blog-wrap .blog-meta {
	margin: 20px 0;
  color: #E43D15;
}

.single-blog-wrap .blog-meta span i {
	color: #DB2114;
	font-size: 20px;
	margin-right: 10px;
}

.single-blog-wrap h3 {
	font-size: 28px;
	margin: 20px 0;
}

.single-blog-wrap h5 {
	margin: 20px 0;
}

.h-blog-item {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.h-blog-item .blog-bg{
  position: relative;
}
.h-blog-item .blog-content {
  position: relative;
  z-index: 1;
}
.h-blog-item .blog-bg .blog-box-more {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -100%;
  background: rgba(8, 41, 58, 0.7);
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.35s all ease;
	transition: 0.35s all ease;
}
.h-blog-item:hover .blog-box-more {
  bottom: 0;
  opacity: 1;
  z-index: 1;
}
.h-blog-item .blog-bg .blog-link-more {
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  padding: 5px;
}
.h-blog-item .blog-bg .blog-link-more>img{
  width: 50px;
  margin: auto;
}
.h-blog-item .blog-bg .blog-link-more .blog-link-more__text {
  color: #FFFFFF;
  font-weight: 500;
  margin-top: 15px;
}
/* single blog */
/* blog grid */
.blog-content a {
	color: #004080;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 20px;
}

.blog-content i {
	color: #DB2114;
	font-size: 20px;
	margin-right: 7px;
}

.blog-content a.read-more {
	text-transform: uppercase;
	font-size: 16px;
	color: #DB2114;
}
.recent-post-item {
  text-decoration: none !important;
  color: #13375C;
}
.recent-post-item h6 {
  color: #004080;
  margin-bottom: 5px;
}
.recent-post-item p {
  color: #13375C;
  font-size: 14px;
}
.recent-post-item .blog-date i {
  margin-right: 5px;
}
.recent-post-item:hover h6 {
  color: #DB2114;
}
.btn-search-blog{
  margin: 0;
  padding: 0;
  border: 0;
}
.btn-search-blog i{
  color: #004080 !important;
}
.btn-search-blog:hover i {
  color: #DB2114 !important;
}
.input-search-blog {
  width: 100%;
  outline: none;
}
.input-search-blog:focus {
  box-shadow: none !important;
}
/* blog grid */
/* event d */
.event-d-image {
  position: relative;
}
.event-d-content {
  position: relative;
}
.event-d-title {
  font-size: 2em;
  color: #004080;
  font-weight: 700;
}
.event-d-description {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
}
.bg-content {
  background: #F5F7FA;
}
.bg-content2 {
  background: #EEEEEE;
}
.ote-title {
  letter-spacing: 1px;
  color: #DB2114 !important;
}
.ote-title>span {
  color: #6EC5E1;
}
/* event d */
/* post event */
.post-event {
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}
article.post-event {
    position: relative;
}
.post-event-img-overlay {
    position: relative;
}
.post-event-meta {
    background: #DB2114;
    padding: 5px 9px;
    min-width:  90px;
    color: #f6f7f8;
    position: absolute;
    bottom: 0px;
    z-index: 2;
}

.post-event-meta > * {
	margin: 0;
}

.post-event-meta .h3 {
	color: #fff;
}

.post-event-body h6 {
	font-weight: 700;
	font-size: 16px;
}

.post-event-body h6 a {
	color: #004080;
}

.post-event-body h6 a:hover {
	color: #DB2114;
}

.post-event .list-inline a {
	color: #004080;
}

.post-event .list-inline a:hover {
	color: #004080;
}

.post-event .list-inline .icon-xxs {
	font-size: 20px;
	line-height: 20px;
}

.post-event-img-overlay {
	position: relative;
	display: inline-block;
}

.post-event-img-overlay:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(219, 33, 20, 0.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.35s all ease;
	transition: 0.35s all ease;
	pointer-events: none;
}

.post-event-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.post-event-img-overlay:hover:after {
	opacity: 1;
	visibility: visible;
}

.post-event-img-overlay:hover .post-event-overlay {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.35s all ease;
	transition: 0.35s all ease;
}

.post-event .unit {
	margin-top: 20px;
}

.post-event .btn-primary:hover {
	color: #2d2e2e;
	background-color: #fff;
	border-color: #fff;
}

@media (min-width: 1200px) {
	.post-event-body {
		padding-top: 0px;
	}
}

@media (min-width: 1800px) {
	.post-event-body h6 {
		font-size: 18px;
	}
}
/* post event */
/* ts pagination */
.ts-pagination {
  padding: 0;
  margin-top: 20px;
}

.ts-pagination li {
  display: inline-block;
}

.ts-pagination li a {
  color: inherit;
  display: block;
  padding: 7px 0;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-decoration: none;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin-right: 5px;
  -webkit-transition: all ease .3s;
  -o-transition: all ease .3s;
  transition: all ease .3s;
}

.ts-pagination li a:hover, .ts-pagination li a.active {
  color: #fff;
  background: #004080;
}
/* ts pagination */
/* event item */
.event_item {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #004080;
}
.event_item:last-child {
  border-bottom: 0;
}
.event_item_date_b{
  border: 4px solid #DB2114;
  padding: 5px;
}
.event_item_date {
  text-align: center;
  background: #DB2114;
  color: #FFFFFF;
  padding: 15px 5px;
}
.event_item_date .dates {
  font-size: 18px;
  font-weight: 500;
}
.event_item_date .day {
  font-weight: 900;
  font-size: 2.5em;
}
.event_item_date .month {
  font-size: 18px;
  color: #EEEEEE;
  font-weight: 500;
}
.event_item__title h3{
  font-size: 1.5em;
  color: #004080;
}
.event_item__title h3 a{
  color: inherit;
}
.event_item__title h3:hover a{
  color: #DB2114;
}
.event_item__description {
  color: #444444;
}
.event_item__location {
  padding: 5px 0;
}
.color-main{
  color: #004080;
}
.contact-aside-item-title {
  color: #004080;
}
.btn-custom-2 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 10px 30px;
  outline: none;
  letter-spacing: 1px;
  background: transparent;
  border: 2px solid #FFFFFF;
  box-shadow: none !important;
  border-radius: 4px 4px 4px 4px;
  transition: all 0.3s ease;
}
.btn-custom-2:hover {
  color: #FFFFFF;
  background: #004080;
  border-color: #004080;
}
/* event item */
/* about us */
.about-us .top-content {
    margin-bottom: 1.625em;
}
.about-us .top-content p {
    margin-bottom: 0;
    color: #211F1F;
}
.about-us p {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.625em;
    color: #211F1F;
}
.about-us img {
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2.75em;
}
.about-us .col-md-6 {
    margin-top: 5.125em;
    text-align: left;
}
.about-us .col-md-6 .section-title {
    margin-bottom: 14px;
}
.about-us .col-md-6 p {
    max-width: 1110px;
    width: 100%;
}
.about-us .col-md-6 p:last-child {
    margin-bottom: 0 !important;
}
.img-rounded {
  border-radius: 25px;
}
/* about us */
/* page admision */
.faq-title-sec {
  color: #004080;
  position: relative;
  display: inline-block;
}
.faq-title-sec::before {
  content: "";
  position: absolute;
  right: -40px;
  top: calc(50% - 10px);
  width: 23px;
  height: 23px;
  background: url(../img/resources/faq-sst-right.png);
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 575px) {
  .faq-title-sec::before {
    display: none;
  }
}
.faq-des-sec {
  color: #004080;
}
.faq-title2-sec {
  color: #DB2114;
  position: relative;
}
.box-accordion-main {
  width: 100%;
  position: relative;
}
.box-accordion-main .btn-link {
  text-decoration: none;
  color: #FFFFFF;
  background: #004080;
  font-weight: 700;
  padding: 15px 20px;
  outline: none !important;
  box-shadow: none !important;
  border-radius: 0;
}
.box-accordion-main .btn-link:hover, .box-accordion-main .btn-link.collapsed:hover {
  color: #DB2114;
}
.box-accordion-main .card-body {
  color: #211F1F;
  text-align: justify;
}
.box-accordion-main .btn-link.collapsed{
  color: #004080;
  background: #F7F7F7;
}
.box-accordion-main .card-header {
  padding: 0;
}
.btn-main1 {
  background: #004080;
  color: #FFFFFF;
}
.btn-main2 {
  background: #DCD2C8;
  color: #004080;
}
.btn-main1x {
  background: #004080;
  color: #FFFFFF;
  border: 4px solid #004080;
}
.btn-main1:hover {
  background: #DB2114;
  color: #FFFFFF;
}
.btn-main2:hover {
  background: #13375C;
  color: #FFFFFF;
}
.btn-main1x:hover {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.infoad-item {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 15px 0;
}
.infoad-item>a{
  text-decoration: none;
  font-size: 15px;
  color: #211F1F;
}
.infoad-item>a>span{
  display: block;
}
.infoad-item:hover>a{
  color: #004080;
}
.bg-ad2 {
  background-color: #DB2114;
  background-image: url(../img/bgs/bg-ptr.png);
  background-repeat: repeat;
}
.box-btn-reg {
  position: relative;
  padding-top: 25px;
  border-top: 2px solid #FFFFFF;
}
.box-btn-reg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  top: -4px;
  left: 0;
}
.box-btn-reg::after{
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 50%;
  top: -12px;
  left: calc(50% - 10px);
}
.box-reg-content {
  color: #FFFFFF;
}
.adm__widgets{
  width: 100%;
  position: relative;
  color: #FFFFFF;
}
.adm-widget__title h3{
  font-weight: 700;
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #EEEEEE;
}
.adm-list{
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.975em;
}
.adm-links__item{
  margin-bottom: 5px;
  white-space: nowrap;
}
.adm-links__link{
  color: inherit;
  text-decoration: none !important;
  padding-left: 24px;
  position: relative;
}
.adm-links__link:hover{
  color: #13375C;
}
.adm-links__link::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 8px;
  border-top: 4px solid #13375C;
  border-bottom: 4px solid #13375C;
  border-left: 4px solid #13375C;
  border-right: 4px solid #13375C;
}
.lu-adm-title2 {
  color: #FFFFFF;
  position: relative;
}
.bg-lu-adm {
  position: relative;
}
.bg-lu-adm::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  right: 0;
}
/* page admision */