h1 {
  font-family: 'Merriweather', serif !important;
}

h2 {
  font-family: 'Merriweather', serif !important;
}

h3 {
  font-family: 'Merriweather', serif !important;
}

p {
  font-family: 'Muli', sans-serif !important;
}

ul>li {
  font-family: 'Muli', sans-serif !important;
}

.navbar-light {
  font-family: 'Merriweather', serif !important;
}

.nav-link {
  font-family: 'Merriweather', serif !important;
}

.testimonial-heading {
  font-family: 'Courgette', cursive !important;
  font-size: 40px !important;
}

.testimonial-img {
  height: 120px !important;
  width: 120px !important;
}

/* #contactus{
  position: relative;
 
  background: url("../img/contact-us-background.jpeg") no-repeat center center;
  background-size: cover;
} */
#contactus a {
  color: #007bff !important;
  font-weight: 600;
}

.showcase .showcase-img {
  padding-top: 7rem !important;
}

.testimonials-fixed-hight-inner-div{
  min-height: 13rem !important;
}

.a-green {
  color: #25D366 !important;
}

.a-red {
  color: #D44638 !important;
}

.navbar-light .nav-item>.nav-link.active {
  color: white;
  /* background-color: red; */
  border-bottom: 1px solid #1d4999;
}

.modal-header {
  background-color: #103F6E /*#1d4999*/ !important;
  color: white;
}

.modal-header button {
  background-color: #103F6E /*#1d4999*/ !important;
  color: white !important;
}

.a-link {
  color: #1d4999 !important;
}

.carousel-caption {
  background-color: #adb5bd;
  opacity: 0.7;
}

.carousel-caption>h5 {
  color: #000000 !important;
}

.carousel-caption>p {
  color: #000000 !important;
}

.lead {
  font-size: 1.125rem !important;
}

.section-headline h2 {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 700;
  display: inline-block;
  /* font-size: 40px;
  font-weight: 600; */
  margin-bottom: 70px;
  position: relative;
  text-transform: capitalize;
}

.section-headline h2::after {
  border: 1px solid #333;
  bottom: -20px;
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 100%;
}

/*Services Section Start*/
#services {
  background-color: #103F6E /*#1d4999*/ !important;
  color: white;
}

.service-title {
  color: white !important;
  font-size: 20px !important;
}

/*Services Section End*/

/*testimonical Start*/
#testimonial {
  background-color: #103F6E/* #1d4999*/;
  color: white;
}

.carousel {
  background-color: #103F6E /* #1d4999*/;
  color: white;
}

/*testimonical End*/

/*Footer Start*/
#footer {
  background-color: #103F6E !important;
  color: white;
}

#footer a {
  color: white !important;
}

#footer p {
  color: white !important;
}

/*Footer End*/

/*Owel Carsoul Start*/
header .item {
  height: 100vh;
  position: relative;
}

header .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

header .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}

header .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}

header .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

header .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}

header .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}

header .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

header .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

header .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

header .owl-item.active h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

header .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}

header .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

header .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}

header .owl-nav .owl-prev:focus {
  outline: 0;
}

header .owl-nav .owl-prev:hover {
  background: #000 !important;
}

header .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}

header .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}

header .owl-nav .owl-next:focus {
  outline: 0;
}

header .owl-nav .owl-next:hover {
  background: #000 !important;
}

header:hover .owl-prev {
  left: 0px;
  opacity: 1;
}

header:hover .owl-next {
  right: 0px;
  opacity: 1;
}

/*Owel Carsoul End*/