@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body{
  margin: 0 !important;
}
*{
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

p{
  font-family: 'Source Sans 3', sans-serif !important;
}

.text-justify {
  text-align: justify;
  text-justify: inter-word;
}

section{
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: url(bg.jpg)no-repeat;
  background-size: cover;
  background-position: center;
}

header{
  position: relative;
  top: 0;
  width: 100%;
  padding: 30px 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo{
  position: relative;
  color: #000;
  font-size: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 1px;
}

.muba-main{
  background: url(../images/head_3.jpg) no-repeat;
  background-size: cover ;
  height: 680px;
  color: #fff;
}

.title-main{
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 500;
}

.main-info{
  
}

.data-1{
  font-size: 3rem;
  font-weight: 600;
  color: #3d65a5 !important;
}

.data-2{
  font-size: 2.7rem;
  font-weight: 600;
  color: #3d65a5 !important;
  line-height: 1;
}

.data-2 span{
  display: block;
  font-size: 1.6rem !important;
}


.data-3{
  font-size: 2.7rem;
  font-weight: 600;
  color: #3d65a5 !important;
  line-height: 1;
}

.data-3 span{
  display: block;
  font-size: 1.6rem !important;
}


.sep-app{
  text-align: center;
  min-height: 50px;
  background-color: #7CA1CC;
  padding-top:7px;
  padding-bottom:7px;
}

.sep-app a img{
  height: 40px;
}

.source{
  border-top: 1px solid #7CA1CC;
  padding-top: 15px;
  color: #666666;
  font-size: .8rem;
}

.muba-phone{
  width: 100%;
}

.a9-title {
}

.a9-title span{
  color: #3d65a5 !important;
  display: block;
  font-size: 1.2rem;
}

.section-title{
  font-size: 1rem !important;
  margin-bottom: 0 !important;
  text-transform: uppercase;
  color: #666666;
}

.muba-bottom{
  padding: 40px 0px;
  color: #ffffff;
}

.muba-bottom a{
  color: #ffffff;
}

.bottom-info{
  font-size: 0.85rem;
  padding-top: 20px;
}

.social-item{
  background: none !important;
  border: none !important;
}
