body {
  color: #777777;
  font-family: Poppins, sans-serif;
  font-size: 0.875em;
  font-weight: 300;
  line-height: 1.625em;
  position: relative;
}

#header {
  padding: 0 0 2px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: #fff !important;
  /*box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3) !important;*/
}

.header-top {
  font-size: 12px;
  padding: 8px;
  background-color: #222222;
}

@media (max-width: 767px) {
  .header-top {
    display: none;
  }
}

ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-top ul li {
  display: inline-block;
  margin-right: 30px;
}

.header-top a {
  color: #fff;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

.header-top .header-top-left a:hover {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #00ADEF;
}

::selection {
  background-color: #00ADEF;
  color: #fff;
}

.header-top .header-top-right a {
  margin-right: 10px;
}

#navcol-1 {
  font-size: 13px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .navbar {
    /*width: 100%;*/
    /*padding-right: 35px;*/
    /*padding-left: 15px;*/
    /*margin-right: auto;*/
    /*margin-left: auto;*/
  }
}

.banner-area {
  background: url("../../assets/img/hero.jpg");
  background-size: cover;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.overlay-bg {
  background-color: #000;
  opacity: .7;
}

.overlay.overlay-bg {
  background: #000;
  opacity: .5;
}

.fullscreen {
  width: 100%;
  height: 100vh;
}

.banner-content {
  text-align: center;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.banner-content h6 {
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 2px;
  z-index: 2;
}

.banner-content h1 {
  color: #fff;
  /*background: -webkit-linear-gradient( #FEBA01, #cae44d);*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
  font-size: 6em;
  font-weight: 700;
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Raleway, sans-serif;
}

.banner-area .primary-btn {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px;
}

.banner-area .primary-btn:hover {
  color: #fff;
  background-color: rgba(0,173,239,0.2);
  border: 1px solid #fff !important;
  animation: shadow-pulse 2s infinite;
}

.header-btn {
  background-color: #00ADEF;
  border-radius: 0;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid transparent !important;
  color: #fff;
}

.primary-btn {
  background-color: #0C3B2B;
  line-height: 42px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 0px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
}

@media (max-width: 767px) {
  .navbar {
    margin-right: 0px !important;
  }
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.25rem 0;
  margin-right: -15px;
  margin-left: -15px;
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: none;
  border-radius: .25rem;
}

.container.header-bottom {
  padding-left: 0;
  padding-right: 0;
}

.container.header-bottom .container-fluid {
  padding-left: initial;
}

.navbar-light .navbar-nav .nav-link {
  color: #333333;
}

.banner-area .row {
  margin-left: auto;
  margin-right: auto;
}

.section-gap {
  padding: 120px 0;
}

.cat-area .fa {
  text-align: center;
  font-size: 28px;
  width: 50px;
  /*height: 50px;*/
  line-height: 50px;
  color: #a7a7a7;
  /*border-right: 1px solid #a7a7a7;*/
  /*border-left: 1px solid #a7a7a7;*/
  /*padding-left: 0.5em;*/
  /*padding-right: 0.5em;*/
  border: 1px solid #a7a7a7;
  border-radius: 50%;
}

.single-cat h4 {
  color: #222222;
  margin-top: 23px;
  margin-bottom: 20px;
}

.single-cat p {
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}

.about-area {
  background: #f9f9f9;
}

.about-area .about-left h6 {
  color: #00ADEF;
  font-style: italic;
  font-weight: 300;
  margin-bottom: 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Poppins, sans-serif;
  color: #222222;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
}

.about-area .about-left h1 {
  margin-bottom: 30px;
}

.about-area .about-left .sub {
  color: #222;
  margin-bottom: 5px;
}

.pb-20 {
  padding-bottom: 20px;
}

.about-area .about-left .primary-btn {
  text-transform: capitalize;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 0;
  padding-left: 60px;
  padding-right: 60px;
}

.about-area .about-right {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../../assets/img/p3.jpg");
  background-size: cover;
}

.about-area .about-right .form-wrap {
  padding: 30px;
  z-index: 2;
}

.form-select {
  height: 40px;
  width: 100%;
}

.about-area .about-right .nice-select {
  background: transparent;
  border: 1px solid #eee;
  margin-bottom: 5px;
}

.form-select .nice-select {
  border: none;
  border-radius: 0;
  height: 40px;
  background: #f9f9ff;
  padding-left: 10px;
  padding-right: 40px;
  width: 100%;
}

.about-area .about-right .form-control {
  background: transparent;
  z-index: 2;
  margin-bottom: 5px;
  border-radius: 0;
  font-size: 13px;
  color: #fff !important;
}

.about-area .about-right .primary-btn {
  border-radius: 0;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
}

.pb-30 {
  padding-bottom: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.single-service h4 {
  padding: 20px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-service .thumb {
  overflow: hidden !important;
}

.single-service .thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-service:hover h4 {
  cursor: pointer;
}

.single-service:hover h4 {
  color: #00ADEF;
}

.single-service:hover .thumb img {
  transform: scale(1.1) rotate(-2deg);
}

.faq-area {
  background: url("../../assets/img/fact-2.jpg");
  background-size: cover;
}

.faq-area .overlay-bg {
  background: rgba(0,0,0,0.7);
}

.single-faq {
  text-align: center;
}

.circle {
  border: 1px solid #0C3B2B;
  border-radius: 68px;
  display: inline-block;
}

.inner {
  background-color: #0C3B2B;
  border-radius: 50px;
  margin: 24px;
  height: 90px;
  width: 90px;
}

.single-faq h5 {
  margin-top: -90px;
  font-size: 1.5em;
  color: #fff;
}

.single-faq p {
  font-size: 1.125em;
  color: #fff;
  padding-top: 60px;
  margin-top: 20px;
}

.single-project {
  margin-bottom: 30px;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-project:hover {
  opacity: 0.7;
}

.feedback-area {
  background-image: url("../../assets/img/legal.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.feedback-left {
  background-image: url("../../assets/img/funeral-plans.jpg");
  background-position: center;
  background-size: cover;
  padding: 130px 0;
}

.feedback-left .overlay-bg {
  background-color: rgba(0,173,239,0.7);
}

.feedback-left .play-btn {
  z-index: 2;
}

.customer-comments {
  color: #fff;
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px;
}

.carousel-control-prev, .carousel-control-next {
  display: none;
}

.feedback-right .star {
  margin-left: 20px;
  line-height: 28px;
}

.feedback-right .star i {
  margin-right: 5px;
}

.feedback-right .star .checked {
  color: #00ADEF;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  margin-left: 15px;
  border: 2px solid transparent;
  opacity: .3;
}

.carousel-indicators {
  padding: 0;
  justify-content: left;
  margin-left: -15px;
}

.carousel-indicators .active {
  background-color: #00ADEF;
}

.blog-area h1 {
  text-align: center;
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: capitalize;
}

.blog-area p {
  margin-bottom: 45px;
  text-align: center;
}

.single-blog .blog-img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.single-blog .thumb {
  overflow: hidden;
}

.single-blog .bottom {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.single-blog .bottom span {
  margin-right: 5px;
}

.single-blog .bottom i {
  margin-left: 15px;
  margin-right: 3px;
}

.single-blog .bottom span.namy {
  margin-left: 10px;
  /*color: #777777;*/
}

.single-blog a {
  color: #222;
}

.single-blog:hover h4 {
  color: #00ADEF;
}

.single-blog h4 {
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 35px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

h4 {
  font-size: 1.125em;
}

.single-blog p {
  text-align: left;
  margin-top: 15px;
}

.single-blog:hover {
  cursor: pointer;
}

.single-blog .blog-img:hover {
  cursor: pointer;
  transform: scale(1.05);
}

.footer-area {
  padding-top: 100px;
  background-color: -moz-linear-gradient(90deg, rgba(0, 57, 79), rgba(0, 173, 239)); background: -webkit-linear-gradient(90deg, rgba(0, 57, 79), rgba(0, 173, 239)); background: -ms-linear-gradient(90deg, rgba(0, 57, 79), rgba(0, 173, 239));
  background: -moz-linear-gradient(90deg, rgba(0, 57, 79), rgba(0, 173, 239));
  background: -webkit-linear-gradient(90deg, #033721, #CAE44D);
  background: -ms-linear-gradient(90deg, #033721, #CAE44D);
}

.footer-area h6 {
  color: #fff;
  margin-bottom: 25px;
  font-size: 1.125em;
  font-weight: 600;
}

.footer-text {
  padding-top: 20px;
}

.footer-text a, .footer-text i {
  color: #FEBA01;
}

.single-footer-widget input {
  border: none;
  width: 80% !important;
  font-weight: 300;
  background: #fff;
  color: #eee;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px;
  padding: 18.5px 18px;
}

.single-footer-widget .click-btn {
  background-color: #0C3B2B;
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  /*padding: 8px 12px;*/
  border: 0;
}

.btn i, .btn-large i, .btn-floating i, .btn-large i, .btn-flat i {
  font-size: 1em;
  line-height: inherit;
}

.footer-area p {
  color: rgba(255,255,255,0.75);
}

.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-social a:hover i {
  color: #5BA79D;
}

.footer-social a {
  padding-right: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 991px) {
  .single-service p {
    padding-bottom: 45px;
  }
}

.about-left {
  margin-bottom: 30px;
}

@media (max-width: 1023px) {
  .footer-tabs {
    margin-bottom: 45px;
  }
}

.footer-area {
  padding-bottom: 80px !important;
}

.header-scrolled {
  box-shadow: -21.213px 21.213px 30px 0px rgba(158, 158, 158, 0.3) !important;
  background: rgba(255,255,255,0.9) !important;
  transition: all 0.5s;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(255,255,255,0.2);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255,254,254,0);
  }
}

form primary-btn:hover {
  background-color: #00739F;
}

.btn-primary.focus, .btn-primary:focus {
  color: #fff;
  background-color: #00739F !important;
  border-color: #00739F !important;
  box-shadow: 0 0 0 .2rem rgba(38,143,255,.5);
}

.js--wp-1, .js--wp-2 {
  opacity: 0;
}

.js--wp-1.animated, .js--wp-2.animated {
  opacity: 1;
}

.js--wp-3 {
  animation-duration: 2s;
}

.js--wp-1, .js--wp-2 {
  animation-duration: 1.5s;
}

.contact-area {
  background-image: -webkit-linear-gradient(90deg, rgba(0,57,79,0.5), rgba(0,173,239,0.4)), url("../../assets/img/bg_1.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.contact-area .single-contact-address h5 {
  font-weight: 300;
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.contact-area .single-contact-address p {
  font-size: 0.875em;
}

.contact-area .single-contact-address i {
  font-size: 1.875em;
  font-weight: 500;
  color: #fff;
  margin-right: 30px;
}

.con-mail {
  text-transform: lowercase !important;
}

.single-contact-address {
  margin-bottom: 40px;
}

.mb-20 {
  margin-bottom: 20px;
}

.alert-left {
  margin-top: 20px;
}

.contact-area .form-area input, .contact-area .form-area textarea {
  border-radius: 0;
  font-size: 12px;
  margin-bottom: 47px;
  background: rgba(255,255,255,0.52);
  border: 2px solid rgba(255,255,255,0.52);
}

textarea.common-textarea {
  height: 190px;
}

.form-area .primary-btn {
  padding: 0 30px;
  float: right;
}

