body {
  font-size: 14px;
  color: #868894;
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #000;

}
p {
  font-size: 14px;
  font-weight: 400;
  color: #777;
  padding: 0px;
  margin: 0px;
  line-height: 26px;
}
.color {
  background-color: #61ae6d;
}
.section {
  padding: 50px 0;
  /* border-bottom: 1px solid #ddd; */
}
.bgGray {
  background-color: #ededed;
}
.TitleSec {
  text-align: center;
  position: relative;
}

.TitleSec h1 {
  font-size: 38px;
  font-weight: 600;
  color: #2a3091;
}
span.line {
  width: 150px;
  height: 1px;
  background-color: #888bb3;
  display: block;
  margin: 15px auto;
}

h2.bgtitle {
  background-image: url("../img/banner.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin: 40px 0 50px;
  position: relative;
}
/* h2.bgtitle:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #2a3091;
  bottom: 0;
  height: 0px;
  width: 200px;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, 50%);
} */

/*=========================================*/
/* #27ae61  - #2a3091  -  #1abc9c -  61ae6d     1a1d1f*/
.header {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ddd;
  background-color: #f5f5f5;
}

.header .navbar {
  background-color: rgba(255, 255, 255, 0.32);
}

.header .navTop .nav-link {
  color: #777;
}
.header .navTop .nav-link i {
  color: #fff;
}
.navTop .nav-link {
  display: block;
  padding: 10px 10px;
  color: #fff;
  font-weight: 600;
}
.navTop .nav-link i {
  color: #fff;
}
.navbar {
  font-weight: 300;
  box-shadow: none;
  background-color: #fff;
  z-index: 999;
  /* padding: 0px; */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-brand {
  font-size: 36px;
  font-weight: 700;
  width: 100px;
  margin-right: 30px;
  color: #2a3091;
  text-transform: uppercase;
}
.navbar-brand:hover {
  color: #1a1d1f;
}
.navbar-brand img {
  width: 80px;
  position: absolute;
  top: 10px;
}
.navbar .nav-item .nav-link {
  display: block;
  padding: 20px 15px;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}
.navbar .nav-item .nav-link:hover {
  color: #2a3091;
  border-bottom: 2px solid #2a3091;
  transition: all 1s;
}

.navbar-toggler {
  padding: 5px 10px;
  font-size: 1.25rem;
  line-height: 1;
  color: #fff;
  background-color: #2a3091;
  border: 1px solid transparent;
  border-radius: 0;
}

/*=================================================================*/
.sliderhome {
  background-color: #fff;
  height: 100vh;
  width: 100%;
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-image: url("../img/slide.jpeg");
  background-position: center;
}
.overlayslide {
  background-color: #00000073;
}
.slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  flex-direction: column !important;
  height: 100vh;
}
.slide h3 {
  color: #fff;
  font-size: 38px;
  font-weight: 600;
  line-height: 54px;
  padding: 30px 0 15px;
}
.slide h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.slide p {
  font-size: 24px;
  line-height: 30px;
  padding: 30px 0;
  color: #111;
  font-weight: 600;
}
.btnSlide {
  margin: 30px 0;
}
.btnSlide .btn {
  box-shadow: none;
  background: #30388d;
  color: #fff;
  display: inline-block;
  border: 0px solid #fff;
  border-radius: 6px;
  margin: 10px;
  padding: 10px;
  width: 150px;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 567px) {
  .slide h3 {
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: 34px;
    padding: 50px 0 10px;
  }
  .slide p {
    font-size: 18px;
    line-height: 26px;
    padding: 15px 0;
    color: #111;
    font-weight: 600;
  }
  .btnSlide .btn {
    width: 116px;
    font-size: 16px;
  }
  .btnSlide {
    margin: 15px 0;
  }
  .TitleSec h1 {
    font-size: 24px;
    font-weight: 600;
    color: #2a3091;
    margin-bottom: 30px;
  }
}
/*=================================================================*/

.about {
  padding: 0px 0 15px;
  text-align: start;
}
.aboutimg img {
  width: 100%;
  border-radius: 15px;
}
.about h3 {
  margin: 0px 0 15px;
  font-size: 28px;
  color: #000;
  font-weight: 600;
}
.about h4 {
  font-size: 20px;
  padding: 5px 0 15px;
  color: #000;
}
.about p {
  font-size: 16px;
  line-height: 26px;
  color: #777;
}
.about ul li {
  font-size: 18px;
  padding: 5px 0;
  color: #444;
}

.about .btn {
  margin: 30px 0;
  background: #2a3091;
  border: 1px solid #c0c0c0;
  border-radius: 0;
  padding: 10px 40px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
/*=================================*/
.services {
  background-image: url("../img/services.png");
  background-attachment: fixed;
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.services img {
  width: 150px;
}
.services h1 {
  font-size: 38px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.service {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.service h3 {
  padding: 20px 0 5px;
  font-size: 24px;
}
.service p {
  color: #fff;
  padding: 10px;
  font-size: 16px;
}
.service .btn {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 6px 30px;
  color: #fff;
  font-size: 18px;
  margin: 15px 0;
}

/*=======  goal ===================================*/

.goal {
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.goal .line {
  margin-left: 0px;
}
.goal img {
  width: 100%;
}
.goal h3 {
  font-size: 18px;
  letter-spacing: 0px;
  color: #000;
  font-weight: 700;
  margin: 0;
  padding: 15px 15px 0;
}
.goal p {
  font-size: 16px;
  padding: 15px;
  line-height: 24px;
}
.goal .readmore {
  padding: 8px 15px;
  margin: 5px 15px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 15px;
  background: #2a3091;
  border-radius: 5px;
  text-decoration: none;
}
/*==========================*/
.products {
  background-color: #ededed;
}
.products .productbox {
  height: 245px;
  background: white;
}
.product .line {
  margin-left: 0px;
}

.product {
  background-color: #fff;
  padding: 15px;
}
.product h3 {
  font-size: 18px;
  color: #52b45f;
}
.product p {
  font-size: 16px;
}
.product .readmore {
  float: right;
  font-size: 16px;
  color: #52b45f;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 15px;
}
.productimg img {
  width: 100%;
}
@media (max-width: 480px) {
  .products .productbox {
    height: auto;
    background: white;
    margin-bottom: 5px;
  }
  .product {
    padding: 5px;
  }
  .product h3 {
    font-size: 15px;
    color: #52b45f;
  }
  .product p {
    font-size: 12px;
    line-height: 18px;
  }
  .product span.line {
    margin: 9px auto 5px;
  }
  .product .readmore {
    margin-bottom: 5px;
  }

  .newsletters h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
/*==========================*/

.news {
  background-image: url("../img/news.jpeg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 60px 0;
}
.newsevent {
  background: rgb(0 0 0 / 72%);
  padding: 30px;
  color: #fff;
  text-align: center;
}

.newsevent p {
  font-size: 16px;
  color: #eee;
  padding: 10px 0;
  font-weight: 600;
}
.newsevent .readmore {
  border: 1px solid #eee;
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  font-size: 16px;
  margin: 10px 0;
}

.newsbox {
  padding: 15px;
  text-align: start;
  background-color: #fff;
  margin-bottom: 30px;
}
.newsbox img {
  width: 100%;
  margin-bottom: 30px;
}
.newsbox h3 {
  font-size: 18px;
  padding: 0px 0 15px;
  color: #000;
  font-weight: 700;
}

.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 10px;
  background: #313797;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
/*==============================================*/

.organizations {
  background-color: #ededed;
}
.organization {
  text-align: center;
}
.organization h3 {
  color: #000;
}
.organization img {
  width: 150px;
}

/*==============================================*/
.partner {
  text-align: center;
  margin-bottom: 15px;
}
/*==============================================*/
.newsletters {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/newsletters.jpeg");
  background-position: center;
  padding: 60px 0;
}
.newsletters h1 {
  padding: 0;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 500;
}

.newsletters .form-control {
  background: #30388d;
  border: 1px solid #30388d;
  border-radius: 0;
  height: 50px;
  margin-right: 20px;
  color: #fff;
}

.newsletters .form-control::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.input-group-text {
  background: #30388d;
  border: 1px solid #30388d;
  color: white;
  padding: 10px 30px;
  color: #fff;
}
/*==============================================*/

.video {
  background-color: #6fba4f;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../img/vdo.jpg");
  background-position: center;
  padding: 200px 0;
  text-align: center;
  color: #fff;
}
.video h1 {
  font-size: 62px;
}
/*==============================================*/

.contact {
  padding: 30px;
}
.contact h3 {
  font-size: 24px;
  color: #000;
  padding: 12px 0;
  margin-bottom: 30px;
  font-weight: 700;
}
.contact p {
  padding: 5px 0;
  color: #000;
}
.contact p i {
  color: #f8905f;
  padding-right: 5px;
}

.contact .fair {
  display: inline-block;
  padding: 5px;
  width: 32%;
}
.fair img {
  width: 100%;
}
.contact .form-control {
  border-radius: 0%;
  color: #777;
  background-color: white;
  border: 1px solid #d2d2d2;
}
.contact .form-group {
  margin-bottom: 8px;
}
.contact .btn {
  box-shadow: none;
  background: #30388d;
  color: #fff;
  border-radius: 0;
  padding: 6px 50px;
  margin: 0;
}
/*==============================================*/
footer {
  background-color: #30388d;
  text-align: center;
  padding: 20px 0;
}
footer p {
  font-size: 16px;
  line-height: 23px;
  padding: 15px 0;
  color: #fff;
}
footer .nav {
  justify-content: center;
  text-align: center;
  margin: 20px 0 0px;
}
footer .nav a {
  color: #6fbb4f;
  font-size: 16px;
}

/*============================================================*/
/*============================================================*/
/*============================================================*/
.contact ul {
  list-style: none;
  padding: 0px;
}

.contact ul a {
  font-size: 14px;
  padding: 5px;
  color: #777;
  margin: 0;
}
.value-card {
  text-align: center;
  border: 1px solid #ddd;
  padding: 30px 15px;
  margin-bottom: 30px;
  background: #f5f5f5;
}
.value-card img {
  width: 50px;
}
.value-card h4 {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  margin: 0;
  padding: 15px 0 0;
}

.value-text {
  padding: 15px;
  text-align: center;
}
.value-text h5 {
  font-size: 18px;
  color: #555;
  padding: 15px 0;
}

.service-card {
  text-align: center;
  border: 1px solid #ddd;
  padding: 30px 15px;
  background: #f5f5f5;
  margin-bottom: 30px;
  border-top: 4px solid #2a3091;
}
.service-card span {
  width: 60px;
  height: 60px;
  background: #2a3091;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 10px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}
.service-card h4 {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  padding: 30px 0 0;
}
.client-card {
  border: 1px solid #ddd;
  padding: 5px;
  margin-bottom: 15px;
}
.client-card img {
  width: 100%;
}
center nav{
  display: table;
}