
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');


.section-bg2 {
    background-color: #003893;
}

.footer-bottom-area .footer-copy-right p {
    color: white;
}

.footer-bottom-area .footer-border {
    padding-top: 7px;
    padding-bottom: 1px;
}

.slider-height {
    height: 225px;
}

.header-btn2 {
    background: #003893;
    color: #fff;
}

.contact-section {
    padding: 20px 0 100px;
}

.shade {
  padding-top: 25px;
  background-color: #ebebeb;
  height: 50%;
}

.mnfix{
      /*padding-left: 40px;*/
      padding-right: 40px;
      background-color: #555555;
      /*margin-left: 430px;*/
}

.main-header .header-left .main-menu ul li a {
    font-family: "Muli",sans-serif;
    color: #1c165c;
    font-weight: 700;
    padding: 33px 21px;
    display: block;
    font-size: 16px;
    text-transform: capitalize;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slider-area {
    margin-top: -1px;
    background-image: url(../img/hero/cd.png);
    background-repeat: no-repeat;
    background-position: top center;
}
/*.mb-60 {
    margin-bottom: 10px;
}*/
.ticker {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 50px;
    margin: 0 auto
}

.ticker h5 {
    color: #fff;
}
.news {
    width: 80%;
    background: #003893;
    padding: 0 2%
}

.title {
    width: 20%;
    text-align: center;
    background: #003893;
    position: relative;
    padding-top: 10px;
}

.title:after {
    position: absolute;
    content: "";
    right: -22%;
    border-left: 20px solid #fff;
    border-top: 28px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 21px solid transparent;
    top: 0px
}

.title h5 {
    font-size: 18px;
    margin: 8% 0
}

.news marquee {
    font-size: 18px;
    margin-top: 12px
}

.news-content p {
    margin-right: 41px;
    display: inline
}

.main-header .header-left .main-menu ul ul.submenu {

    background: #003893;
  }

marquee p {
    color: #fff;
}

marquee p a {
    color: #fff;
}

marquee p a:hover {
    color: whitesmoke;
}

.contact-section p {
  text-align: justify;
}


iframe {
    min-height: 150px;
    background-color: #003893;
    border: 0px;
    width: 100%;
}
