body {
  overflow-x: hidden;
}

a {
  list-style: none;
  color: #000;
  text-decoration: none !important;
}

#site-header {
  left: 0;
  top: 0;
  -webkit-transition: 1.2s all;
  transition: 1.2s all;
  position: absolute;
  z-index: 10000;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
}

#site-header ul.site-nav {
  list-style-type: none;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 0px;
  margin-top: 30px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  line-height: 40px;
}

@media (max-width: 480px) {
  #site-header ul.site-nav {
    background-color: #fff;
  }
}

@media (max-width: 767px) {
  #site-header ul.site-nav {
    background-color: #fff;
  }
}

#site-header a.nav-link:hover {
  color: #ff0000;
}

#site-header a.nav-link {
  margin-right: 0px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  font-size: 14px;
}

#site-header .nav-link {
  display: block;
  padding: 0.0rem 1rem;
}

#site-header .menu-toggle {
  position: relative;
  display: block;
  width: 30px;
  height: 26px;
  background: transparent;
  border-top: 4px solid;
  border-bottom: 4px solid;
  color: #ed1c24;
  font-size: 0;
  outline: 0 !important;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#site-header .menu-toggle:before, #site-header .menu-toggle:after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}

#site-header button:hover {
  color: #ed1c24;
}

#site-header button.is-active {
  border-color: transparent;
}

#site-header button.is-active:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

#site-header button.is-active:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

#site-header button {
  border: none;
  cursor: pointer;
  outline: none;
}

@media (max-width: 767px) {
  #site-header .site-nav {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #site-header .site-nav.active {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

#home-banner {
  height: 80%;
}

#home-banner .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  background: none;
  outline: 0;
}

#home-banner li img {
  -webkit-animation: zoomOut 4.2s infinite;
  animation: zoomOut 4.2s infinite;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#home-banner .slick-slide {
  outline: 0;
}

#home-banner .caption-banner {
  position: absolute;
  bottom: 270px !important;
  color: black;
  padding: 0px;
  width: 100%;
  z-index: 1000;
}

#home-banner .home-banner-ul {
  pointer-events: none;
}

#home-banner .slick-slide img {
  display: block;
  height: 100%;
  width: 100%;
}

@media (max-width: 1600px) {
  #home-banner .caption-banner {
    position: absolute;
    bottom: 130px !important;
    color: black;
    padding: 0px;
    width: 100%;
  }
}

@media (max-width: 1400px) {
  #home-banner .caption-banner {
    position: absolute;
    bottom: 220px !important;
    color: black;
    padding: 0px;
    width: 100%;
  }
}

@media (max-width: 1400px) and (max-width: 1366px) {
  #home-banner .caption-banner {
    position: absolute;
    bottom: 120px !important;
    color: black;
    padding: 0px;
    width: 100%;
  }
}

#home-banner h1 {
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 2px;
  font-size: 70px;
  color: #ff0000;
}

#home-banner b {
  color: #0a4d8c;
}

#home-banner .content {
  margin-top: -10%;
}

#home-banner a.btn.readmore {
  background-color: red;
  color: #fff;
  outline: 0 !important;
  padding: 10px 25px;
  border-radius: 30px;
  letter-spacing: 1px;
}

#home-aboutus h2 {
  text-align: center;
  font-family: 'Poiret One', cursive;
  font-size: 30px;
  color: #0a4d8c;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

#home-aboutus h2:after {
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #fb0d00;
  width: 50px;
  height: 2px;
  margin-top: 15px;
}

#home-aboutus h3 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
}

#home-aboutus h3:after {
  background-color: red;
  display: block;
  width: 50px;
  height: 2px;
  content: "";
  margin-top: 15px;
}

#home-aboutus p {
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #5e5e5e;
  font-size: 14px;
  text-align: justify;
  margin-top: 20px;
  letter-spacing: 0.5px;
  margin-bottom: 35px;
}

#home-aboutus a.readmore {
  color: #000000;
  text-transform: uppercase;
  border: 1px solid #fb0d00;
  padding: 10px 15px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

#home-aboutus h3.mission {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
}

#home-services {
  height: 420px;
}

#home-services h2 {
  text-align: center;
  font-family: 'Poiret One', cursive;
  font-size: 30px;
  color: #0a4d8c;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

#home-services h2:after {
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #fb0d00;
  width: 50px;
  height: 2px;
  margin-top: 15px;
}

#home-services a.viewall {
  text-align: center;
  margin: 0 auto !important;
  display: block;
  width: 10%;
  border: 1px solid red;
  padding: 7px;
}

@media (max-width: 768px) {
  #home-services .slick-dots {
    display: none !important;
  }
}

@media (max-width: 480px) {
  #home-services a.viewall {
    text-align: center;
    margin: 0 auto !important;
    display: block;
    width: 30%;
    border: 1px solid red;
    padding: 7px;
  }
}

#home-services .slick-dots {
  position: absolute;
  list-style-type: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0;
  bottom: 0;
  text-align: center;
  margin-left: 44%;
  top: 250px;
}

#home-services .slick-dots li {
  padding: 0px 3PX;
  height: 3px;
  cursor: pointer;
}

#home-services .slick-dots li button {
  background-color: #c3bebe;
  border: 0;
  width: 12px;
  font: 0/0 a;
  outline: 0;
  border-radius: 30px;
  height: 12px;
}

#home-services .slick-dots li.slick-active button {
  background-color: #0a4d8c;
}

#home-services p {
  margin-top: 80px;
  color: #fff;
  font-size: 16px;
  padding: 10px;
}

#home-services .hovereffect {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

#home-services .hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(251, 13, 0, 0.5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#home-services .hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

#home-services .hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px;
}

#home-services .hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px;
}

#home-services .hovereffect a.info:hover {
  -webkit-box-shadow: 0 0 5px #fff;
          box-shadow: 0 0 5px #fff;
}

#home-services .hovereffect:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#home-services .hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

#home-services .hovereffect:hover h2, #home-services .hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

#home-services .hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

#home-services .slick-slide {
  outline: 0;
}

#home-products {
  background: url(../images/products/bkr.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 30px;
}

#home-products h2 {
  text-align: center;
  font-family: 'Poiret One', cursive;
  font-size: 30px;
  color: #0a4d8c;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

#home-products h2:after {
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #fb0d00;
  width: 50px;
  height: 2px;
  margin-top: 15px;
}

#home-products .slick-slide {
  height: unset;
}

#home-products .slick-prev.slick-arrow {
  position: absolute;
  top: 45%;
  margin-left: -35px;
  width: 27px;
  height: 27px;
  font: 0/0 a;
  border: 0;
  cursor: pointer;
  outline: 0;
  background: url(../images/left.png);
  display: block;
  border-radius: 30px;
}

@media (max-width: 480px) {
  #home-products .slick-next.slick-arrow {
    display: none !important;
  }
}

#home-products .slick-next.slick-arrow {
  position: absolute;
  top: 45%;
  right: -25px;
  width: 27px;
  height: 27px;
  font: 0/0 a;
  border: 0;
  cursor: pointer;
  outline: 0;
  background: url(../images/right.png);
  border-radius: 30px;
}

#home-products .hovereffect {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

#home-products .hovereffect .overlay {
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 38%;
  left: 0;
  opacity: 0;
  background-color: rgba(251, 13, 0, 0.5);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

#home-products .hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

#home-products .hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transform: translatey(-100px);
  transform: translatey(-100px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px;
}

#home-products .hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 50px 0 0;
  padding: 7px 14px;
}

#home-products .hovereffect a.info:hover {
  -webkit-box-shadow: 0 0 5px #fff;
          box-shadow: 0 0 5px #fff;
}

#home-products .hovereffect:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#home-products .hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}

#home-products .hovereffect:hover h2, #home-products .hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

#home-products .hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

#home-products .slick-slide {
  outline: 0;
}

#home-products p {
  color: #fff;
  font-size: 16px;
  padding-top: 12px;
}

#home-news h2 {
  text-align: center;
  font-family: 'Poiret One', cursive;
  font-size: 30px;
  color: #0a4d8c;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

#home-news h2:after {
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #fb0d00;
  width: 50px;
  height: 2px;
  margin-top: 15px;
}

#home-news .news-item {
  border: 1px solid #d7d4d4;
  min-height: 390px;
}

#home-news .title {
  display: inline-block;
  margin-left: 10px;
}

#home-news .icons {
  margin-left: 55px;
  color: #fb0d00;
}

#home-news .icon {
  position: absolute;
  top: 42%;
  color: white;
  left: 43%;
  font-size: 50px;
  cursor: pointer;
}

#home-news h6 {
  padding-top: 10px;
  font-size: 16px;
}

#home-news .date {
  position: absolute;
  width: 110px;
  height: 45px;
  z-index: 1001;
  left: 35%;
  margin-top: -45px;
  font-size: 14px;
  color: #fff;
  background-color: #fb0d00;
  padding-top: 3px;
}

#home-news p {
  padding: 10px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

#home-news p:empty {
  display: none;
}

#home-news img.news {
  width: 100%;
}

#home-news .video {
  width: 500px;
}

#home-contact-us {
  background: url(../images/contact/bkr.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 40px;
  background-attachment: fixed;
}

#home-contact-us h2 {
  font-size: 26px;
  font-family: 'Raleway', sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

#home-contact-us .address {
  width: 60px;
  height: 55px;
  background-color: #fb0d00;
  padding-top: 18px;
  text-align: center;
  position: absolute;
}

#home-contact-us .icons {
  color: #fff;
  font-size: 20px;
}

#home-contact-us p {
  color: #fff;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin-top: 47px;
  height: 30px;
}

#home-contact-us .contact {
  margin-left: 75px;
}

#home-contact-us input.form-control {
  width: 100%;
  color: #a0a0a0;
  font-size: 16px;
  letter-spacing: 1.5px;
  padding: 10px 10px;
  outline: none;
  background: rgba(255, 255, 255, 0);
  border: none;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  border-radius: 0px;
}

#home-contact-us input[type="text"] {
  outline: none;
  font-size: 14px;
  border: none;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  padding: 12px 15px;
  background: inherit;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.08);
  border: 1px solid #fff;
  margin-top: 20px;
  border-radius: 0px;
}

#home-contact-us textarea {
  outline: none;
  font-size: 14px;
  border: none;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 1px;
  padding: 12px 15px;
  background: inherit;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 7px 2px rgba(0, 0, 0, 0.08);
  border: 1px solid #fff;
  margin-top: 20px;
  height: 110px;
  border-radius: 0px;
}

#home-contact-us .form {
  width: 49.3%;
  display: inline-block;
}

#home-contact-us input.btn.btn {
  background-color: #fb0d00;
  color: #fff;
  padding: 10px 40px;
  border-radius: 30px;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 1px;
}

#home-contact-us p.place {
  margin-top: 25px !important;
}

#site-footer {
  background-color: #e9e9e9;
  /* footer social icons */
}

#site-footer h3 {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #fb0d00;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}

#site-footer p {
  padding-top: 7px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #3c3c3c;
}

#site-footer .slick-slide {
  height: unset;
  outline: 0;
}

#site-footer .slick-next.slick-arrow {
  position: absolute;
  top: 106%;
  right: 45%;
  width: 29px;
  height: 29px;
  font: 0/0 a;
  border: 0;
  cursor: pointer;
  outline: 0;
  background: url(../images/right.png);
}

#site-footer .slick-prev.slick-arrow {
  position: absolute;
  top: 106%;
  left: 45%;
  width: 29px;
  height: 29px;
  font: 0/0 a;
  border: 0;
  cursor: pointer;
  outline: 0;
  background: url(../images/left.png);
  display: block;
}

#site-footer .address {
  border: 1px solid #c7c7c7;
  padding: 5px;
  height: 300px;
  padding-top: 50px;
}

#site-footer a.ds {
  color: #fb0d00;
}

#site-footer ul.social-network {
  list-style: none;
  display: inline;
  margin: 0 auto;
  padding: 0;
  margin-top: 10%;
}

#site-footer ul.social-network li {
  display: inline;
  margin: 0 5px;
}

#site-footer .social-network a.icoyoutube {
  background-color: #c4302b;
}

#site-footer .social-network a.icoyoutube:hover {
  background-color: #c4302b;
}

#site-footer .social-network a.icoFacebook {
  background-color: #3B5998;
}

#site-footer .social-network a.icoFacebook:hover {
  background-color: #3B5998;
}

#site-footer .social-network a.icowhatsapp {
  background-color: #25D366;
}

#site-footer .social-network a.icowhatsapp:hover {
  background-color: #25D366;
}

#site-footer .social-network a.icocomments {
  background-color: #0f9d58;
}

#site-footer .social-network a.icocomments:hover {
  background-color: #0f9d58;
}

#site-footer .social-network a.icoskype {
  background-color: #00aff0;
}

#site-footer .social-network a.icoskype:hover {
  background-color: #00aff0;
}

#site-footer .social-network a.icoinstagram:hover {
  background-image: #3f729b;
}

#site-footer .social-network a.icoinstagram {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#515BD4), color-stop(#8134AF), color-stop(#DD2A7B), to(#FEDA77));
  background-image: linear-gradient(#515BD4, #8134AF, #DD2A7B, #FEDA77);
}

#site-footer .social-network a.icoRss:hover i, #site-footer .social-network a.icoFacebook:hover i, #site-footer .social-network a.icoTwitter:hover i,
#site-footer .social-network a.icoGoogle:hover i, #site-footer .social-network a.icoVimeo:hover i, #site-footer .social-network a.icoLinkedin:hover i {
  color: #fff;
}

#site-footer a.socialIcon:hover, #site-footer .socialHoverClass {
  color: #44BCDD;
}

#site-footer .social-circle li a {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  border-radius: 50%;
  text-align: center;
  width: 38px;
  height: 38px;
  font-size: 15px;
  background-color: #D3D3D3;
}

#site-footer .social-circle li i {
  margin: 0;
  line-height: 40px;
  text-align: center;
}

#site-footer .social-circle li a:hover i, #site-footer .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#site-footer .social-circle i {
  color: #fff;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

#site-footer p.copyright {
  line-height: 25px !important;
}

#site-footer a.button {
  background-color: #fb0e00;
  color: #fff;
  padding: 7px;
}

#inner-page {
  background: url(../images/bkr.jpg) no-repeat center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 300px;
}

#inner-page .inner_title {
  text-align: center;
  padding-top: 130px;
  color: #fb0e00;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#inner-page h2 {
  text-align: center;
  font-size: 26px;
  color: #000;
}

#inner-page li.path {
  padding: 0px 20px;
}

#inner-page .paths {
  text-align: center;
  padding-top: 10px;
}

#inner-page ul.breadcrumbs-custom-path {
  margin-left: -55px;
  line-height: 1.33;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  display: -webkit-inline-box;
  list-style-type: none;
  font-size: 14px;
  color: #fb0e00;
}

#inner-page a {
  color: #000;
}

#inner-page li.path:after {
  content: "/";
  display: inline-block;
  position: absolute;
  color: #000;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  margin: 0 auto;
  margin-left: 8px;
  margin-top: 7px;
}

#home-aboutus-page h2 {
  text-align: center;
  font-family: 'Poiret One', cursive;
  font-size: 30px;
  color: #0a4d8c;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

#home-aboutus-page h2:after {
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #fb0d00;
  width: 50px;
  height: 2px;
  margin-top: 15px;
}

#home-aboutus-page h3 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
}

#home-aboutus-page h3:after {
  background-color: red;
  display: block;
  width: 50px;
  height: 2px;
  content: "";
  margin-top: 15px;
}

#home-aboutus-page p {
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #5e5e5e;
  font-size: 14px;
  text-align: justify;
  margin-top: 10px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

#home-aboutus-page a.readmore {
  color: #000000;
  text-transform: uppercase;
  border: 1px solid #fb0d00;
  padding: 10px 15px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

#home-aboutus-page h3.mission {
  display: inline-block;
  margin-top: 5px;
}

#home-aboutus-page .item-content {
  background-color: #ececec;
  min-height: 260px;
  padding: 20px 15px;
  width: 100%;
}

#home-services-page h2 {
  text-align: center;
  font-family: 'Poiret One', cursive;
  font-size: 24px;
  color: #0a4d8c;
  letter-spacing: 2px;
  font-weight: 600;
  text-transform: uppercase;
}

#home-services-page h2:after {
  content: "";
  display: block;
  margin: 0 auto;
  background-color: #fb0d00;
  width: 50px;
  height: 2px;
  margin-top: 15px;
}

#home-services-page h3 {
  color: #000000;
  font-family: 'Raleway', sans-serif;
  font-size: 24px;
}

#home-services-page h3:after {
  background-color: red;
  display: block;
  width: 50px;
  height: 2px;
  content: "";
  margin-top: 15px;
}

#home-services-page p {
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  color: #5e5e5e;
  font-size: 14px;
  text-align: justify;
  margin-top: 10px;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

#home-services-page a.readmore {
  color: #000000;
  text-transform: uppercase;
  border: 1px solid #fb0d00;
  padding: 10px 15px;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
}

#home-services-page h3.mission {
  display: inline-block;
  margin-top: 5px;
}

#home-services-page h5 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 20px;
  margin-top: 20px;
}
/*# sourceMappingURL=main.css.map */