/* start the global */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
/* extra small */

/*===================================
 start the or framework ==============*/
.border-b::after {
  content: "";
  display: block;
  width: 200px;
  height: 2px;
  background-color: rgb(34, 4, 83);
  margin: 20px 0px;
}
.border-h::after {
  content: "";
  display: block;
  width: 45px;
  height: 2px;
  background-color: rgb(34, 4, 83);
  margin-top: 8px;
}
.diplay-block {
  display: block;
}
.btn1 {
  display: block;
  background-color: #141e61;
  color: #fff;
  min-width: 170px;
  border-radius: 10px;
  border: 2px solid #141e61;
  padding: 10px;
  margin: 20px auto;
  text-align: center !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn1:hover {
  box-shadow: inset 0px -80px 0px #e03636;
  color: #fff;
  border: solid;
  border: 2px solid #e03636;
}
.text-center {
  text-align: center !important;
}
.primary-color {
  color: #141e61 !important;
}
.page-title {
  position: relative;
  display: inline-block;
  padding: 3px 33px;
  margin-bottom: 20px;
}
.page-title:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 77px;
  height: 51px;
  border-bottom: 2px dashed #dc3545;
  border-right: 2px dashed #dc3545;
  border-top: 2px dashed #dc3545;
}

/*====================================
 =====start the middel section ==========*/
.middle {
  background-image: url(../img/pagebg.jpg);
  background-size: cover;
}
.contain {
  margin-top: 30px;
  text-align: center;
}
.main-image {
  width: 100%;
  background-image: url(../img/info.jpg);
  background-size: cover;
  height: 300px;
}
.contain .boxes {
  display: flex;
  justify-content: center;
}
.box {
  margin-top: 15px 0;
  text-align: center;
}
.box img {
  margin-bottom: 15px;
}
.box h2,
.box h4 {
  font-weight: bold;
  font-size: 24px;
}
@media (min-width: 768px) {
  .contain .col-md-4 {
    flex: 0 0 auto;
    width: 25.333333%;
  }
}
/*==========================
 start the content section
==========================*/
.thecontent {
  margin-top: 60px;
}
.thecontent img {
  margin: 5px 0;
}
.thecontent p {
  font-size: 14px;
}
