@import url("https://fonts.googleapis.com/css?family=Coustard:300,400&display=swap");
* {
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #555;
  font-family: "Rubik", sans-serif;
  opacity: 1;
  background-color: #ffffff;
}

h1, h2 {
  line-height: 1;
}

h1 {
  font-size: 30px;
}
@media (max-width: 420px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 24px;
}

a {
  color: #0d0c22;
  transition: all 0.2s linear;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.uppercase {
  text-transform: uppercase;
}

.gray-bg {
  background-color: #f4f7fc;
}

.blue-bg {
  background-color: #0F1D46;
}

.whiteclr {
  color: #ffffff !important;
}

.white-bg {
  background-color: #ffffff;
}

.small_font {
  font-size: 12px;
}

/* spaceless cols styles */
.cm-row {
  margin-left: 0;
  margin-right: 0;
}

.cm-row .col-xs-1, .cm-row .col-xs-2, .cm-row .col-xs-3, .cm-row .col-xs-4, .cm-row .col-xs-5, .cm-row .col-xs-6, .cm-row .col-xs-7, .cm-row .col-xs-8, .cm-row .col-xs-9, .cm-row .col-xs-10, .cm-row .col-xs-11, .cm-row .col-xs-12, .cm-row .col-sm-1, .cm-row .col-sm-2, .cm-row .col-sm-3, .cm-row .col-sm-4, .cm-row .col-sm-5, .cm-row .col-sm-6, .cm-row .col-sm-7, .cm-row .col-sm-8, .cm-row .col-sm-9, .cm-row .col-sm-10, .cm-row .col-sm-11, .cm-row .col-sm-12, .cm-row .col-md-1, .cm-row .col-md-2, .cm-row .col-md-3, .cm-row .col-md-4, .cm-row .col-md-5, .cm-row .col-md-6, .cm-row .col-md-7, .cm-row .col-md-8, .cm-row .col-md-9, .cm-row .col-md-10, .cm-row .col-md-11, .cm-row .col-md-12, .cm-row .col-lg-1, .cm-row .col-lg-2, .cm-row .col-lg-3, .cm-row .col-lg-4, .cm-row .col-lg-5, .cm-row .col-lg-6, .cm-row .col-lg-7, .cm-row .col-lg-8, .cm-row .col-lg-9, .cm-row .col-lg-10, .cm-row .col-lg-11, .cm-row .col-lg-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* 10px gutter cols styles */
.cm10-row {
  margin-left: -5px;
  margin-right: -5px;
}

.cm10-row .col-xs-1, .cm10-row .col-xs-2, .cm10-row .col-xs-3, .cm10-row .col-xs-4, .cm10-row .col-xs-5, .cm10-row .col-xs-6, .cm10-row .col-xs-7, .cm10-row .col-xs-8, .cm10-row .col-xs-9, .cm10-row .col-xs-10, .cm10-row .col-xs-11, .cm10-row .col-xs-12,
.cm10-row .col-sm-1, .cm10-row .col-sm-2, .cm10-row .col-sm-3, .cm10-row .col-sm-4, .cm10-row .col-sm-5, .cm10-row .col-sm-6, .cm10-row .col-sm-7, .cm10-row .col-sm-8, .cm10-row .col-sm-9, .cm10-row .col-sm-10, .cm10-row .col-sm-11, .cm10-row .col-sm-12,
.cm10-row .col-md-1, .cm10-row .col-md-2, .cm10-row .col-md-3, .cm10-row .col-md-4, .cm10-row .col-md-5, .cm10-row .col-md-6, .cm10-row .col-md-7, .cm10-row .col-md-8, .cm10-row .col-md-9, .cm10-row .col-md-10, .cm10-row .col-md-11, .cm10-row .col-md-12,
.cm10-row .col-lg-1, .cm10-row .col-lg-2, .cm10-row .col-lg-3, .cm10-row .col-lg-4, .cm10-row .col-lg-5, .cm10-row .col-lg-6, .cm10-row .col-lg-7, .cm10-row .col-lg-8, .cm10-row .col-lg-9, .cm10-row .col-lg-10, .cm10-row .col-lg-11, .cm10-row .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

a:hover {
  text-decoration: none;
}

nav.navbar.transparent-white {
  background-color: transparent;
}

.ml-auto, .mx-auto {
  margin-left: auto !important;
}

.tb100p {
  padding: 100px 0px;
}

.tb80p {
  padding: 80px 0px;
}

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

.form-control {
  height: 50px;
  color: #0e0129;
  border: 1px solid #e8e8e8;
  background-color: #f2f9fc;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-moz-placeholder {
  color: #495057;
}

.form-control::placeholder {
  color: #495057;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  box-shadow: unset;
  outline: 0;
  border: 1px solid #d80650;
}

.form-control:hover:focus, .form-control:focus {
  box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

/*
Nav Area Style
======================================================*/
.nav-area .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.nav-area .navbar-area .main-nav {
  background-color: transparent;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(180, 43, 41, 0);
}

.nav-area .navbar-area .main-nav .navbar {
  padding-left: 0;
  padding-right: 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-size: 16px;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 10px;
  position: relative;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 5px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #0F1D46;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #0F1D46;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  top: 100%;
  left: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scaleX(0);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  color: #0F1D46;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #bf5246;
  transition: all 0.5s;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  transition: all 0.5s;
  font-size: 20px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #bf5246;
  background-color: #f3f3f3;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #bf5246;
  background-color: #f3f3f3;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  transform: scaleX(0);
  top: 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0px !important;
  transform: scaleX(1);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleX(1);
}

.nav-area .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #bf5246;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: all 0.5s;
  width: 100% !important;
}

.nav-area.nav-area-three .navbar-area .main-nav {
  background-color: rgba(0, 2, 11, 0.88);
  border: none;
}

.nav-area.nav-area-three .navbar-area .main-nav .others-option .call-us a {
  color: #ffffff;
  position: relative;
  padding-left: 45px;
  line-height: 1;
  top: -4px;
}

.nav-area.nav-area-three .navbar-area .main-nav .others-option .call-us a i {
  font-size: 35px;
  color: #bf5246;
  position: absolute;
  top: -10px;
  left: 0;
}

.nav-area .others-option {
  position: relative;
  top: 4px;
}

.nav-area .others-option .get-quote {
  display: inline-block;
  position: relative;
}

.nav-area .others-option .get-quote .default-btn {
  padding: 12px 20px;
}

.nav-area .others-option .burger-menu {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.nav-area .others-option .burger-menu i {
  font-size: 40px;
  color: #ffffff;
  position: relative;
  top: -2px;
  cursor: pointer;
}

.hero_banner {
  position: relative;
  z-index: 1;
  height: 100%;
  background: url(../images/hero_banner.png);
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 67px;
}
.hero_banner .hero_content {
  padding-top: 80px;
  position: relative;
  color: #ffffff;
}
.hero_banner .hero_content h1 {
  font-size: 70px;
  font-weight: 700;
  color: #ffffff;
  line-height: 100px;
  position: relative;
  font-family: "Barlow Condensed", sans-serif;
  text-transform: uppercase;
}
.hero_banner .hero_content h3 {
  font-size: 30px;
}
.hero_banner .hero_content h4 {
  font-size: 24px;
}
.hero_banner .hero_content span {
  color: #bf5246;
}
.hero_banner .hero_content p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
  text-align: justify;
}
.hero_banner .hero_content .zen37_button {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
}
.hero_banner .hero_content .zen37_button a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  font-family: jost, sans-serif;
  font-weight: 500;
  border-radius: 50px;
  border: 2px solid #bf5246;
  padding: 14px 48px 13px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.hero_banner .hero_content .zen37_button span {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  color: #ffffff;
}
.hero_banner .hero_content .zen37_button a:before {
  position: absolute;
  content: "";
  z-index: 0;
  background-color: #bf372c;
  left: -5px;
  right: -5px;
  bottom: -5px;
  height: 110%;
  transition: all 0.3s ease;
}
.hero_banner .hero_content .zen37_button a:hover:before {
  height: 0;
}
.hero_banner .hero_content .zen37_button a:hover span {
  color: #ffffff;
}
.hero_banner .hero_content .social_icons {
  float: left;
}
.hero_banner .hero_content .social_icons ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.hero_banner .hero_content .social_icons ul li {
  padding: 15px 10px;
  display: inline-flex;
}
.hero_banner .hero_content .social_icons ul li a {
  color: #ffffff;
}

.hero_img {
  margin: 0 auto;
}
.hero_img img {
  width: 80%;
}

.contentzen_ h5 {
  font-size: 16px;
  text-transform: uppercase;
  color: #bf5246;
  letter-spacing: 1px;
}
.contentzen_ h3 {
  font-size: 22px;
  margin-bottom: 0px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #0d0c22;
}
.contentzen_ h2 {
  margin-bottom: 0px;
  font-size: 39px;
  text-transform: capitalize;
  margin-top: 0;
  line-height: 1.2;
  font-weight: 700;
  color: #0d0c22;
}
.contentzen_ p {
  width: 100%;
  margin: 0 auto;
  line-height: 1.7;
  padding: 7px 0px;
  text-align: justify;
}
.contentzen_ .card {
  border: 0px !important;
  padding: 40px 20px;
  border-radius: 0px;
  margin: 0px 5px;
}

.bar-main {
  margin: 18px 0 50px;
}

.bar.bar-big {
  margin: 20px auto;
  position: relative;
}
.bar.bar-big::before {
  display: block;
  content: "";
  position: absolute;
  width: 52px;
  height: 4px;
  left: 0;
  border: 4px solid transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom: 0;
  border-top-color: #bf5246;
  top: auto;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 15px 30px;
  line-height: 1;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #B42B29;
}

.default-btn i {
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0e0129;
  z-index: -1;
  transition: all 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #0e0129;
  z-index: -1;
  transition: all 0.5s;
}

.default-btn.active {
  margin-left: 20px;
  color: #0e0129;
  background-color: #ffffff;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover::before {
  left: auto;
  right: 0;
  width: 50%;
}

.default-btn:hover::after {
  left: 0;
  right: 0;
  width: 50%;
}

.comn_btn {
  width: 100%;
  height: auto;
  clear: both;
  float: left;
  display: flex;
  align-items: center;
}

.comn_btn a {
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
  font-family: jost, sans-serif;
  font-weight: 500;
  border-radius: 40px;
  border: 2px solid #bf5246;
  padding: 11px 18px 11px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}

.comn_btn span {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  color: #ffffff;
}

.comn_btn a:before {
  position: absolute;
  content: "";
  z-index: 0;
  background-color: #bf5246;
  left: -5px;
  right: -5px;
  bottom: -5px;
  height: 110%;
  transition: all 0.3s ease;
}

.comn_btn a:hover:before {
  height: 0;
}

.comn_btn a:hover span {
  color: #bf5246;
}

.services_banner {
  position: relative;
  z-index: 1;
  height: 100%;
  background-color: #f4f7fc;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 67px;
}
.services_banner .carousel-inner {
  padding-bottom: 10px;
}

.carousel-control-prev-icon {
  background-image: url(../images/flaticons/lftarrow.png);
}

.carousel-control-prev {
  left: -100px !important;
}

.carousel-control-next-icon {
  background-image: url(../images/flaticons/rightarrow.png);
}

.carousel-control-next {
  right: -100px !important;
}

.portfolio_ {
  text-align: center;
}
.portfolio_ h2 {
  color: #bf5246;
  font-size: 40px;
  font-weight: 700;
}

/** css for footer **/
footer {
  color: #555;
}
footer .company_logo_name {
  display: inline-block;
}
footer p {
  text-align: justify;
  padding-right: 20px;
}
footer a {
  color: #ffffff;
  text-decoration: none;
}
footer a:hover {
  color: #ffffff !important;
}
footer h3 {
  font-size: 36px;
  color: #bf5246;
  text-transform: uppercase;
  line-height: 1.2;
  font-weight: 900;
  padding-top: 15px;
}
footer h4 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: 600;
  color: #bf5246;
}
footer ul {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
footer ul li {
  padding: 5px 0px;
  line-height: 1.4;
}
footer .social a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #bf5246;
  text-align: center;
  position: relative;
  font-size: 15px;
  color: #ffffff;
  border-radius: 30px;
  transition: all 0.5s;
  margin: 0px 3px;
}
footer .social a:hover {
  background-color: #0F1D46;
}
footer .social a i {
  line-height: 35px;
}

.btmfooter {
  background-color: #f4f7fc;
  padding: 7px 0px;
}
.btmfooter a {
  color: #bf5246;
}

.btm60p {
  padding-bottom: 60px;
}

.t_center {
  text-align: center;
}
.t_center .bar.bar-big::before {
  right: 0;
  margin: auto;
}

/*================================================
Funfacts Style Two Area CSS
=================================================*/
.funfacts-style-two-area {
  background: linear-gradient(136.1deg, #bf5246 1.84%, #B42B29 100%);
}

.single-funfacts-card {
  margin-bottom: 25px;
  position: relative;
  padding-left: 105px;
  transition: all 0.5s;
}

.single-funfacts-card .icon {
  left: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  display: inline-block;
  height: 90px;
  width: 75px;
  line-height: 90px;
  background: rgba(255, 255, 255, 0.35);
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  transition: all 0.5s;
}

.single-funfacts-card .icon img {
  width: 100%;
  padding: 10px;
}

.single-funfacts-card h3 {
  line-height: 1;
  font-size: 55px;
  margin-bottom: 10px;
  color: #ffffff;
}

.single-funfacts-card .sign {
  position: relative;
  top: 1.5px;
  left: 5px;
}

.single-funfacts-card p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.single-funfacts-card:hover {
  transform: translateY(-5px);
}

.single-funfacts-card:hover .icon i {
  background-color: #ffffff;
  color: #d80650;
}

/*
Team Area Style
=================================================*/
.single-team {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.5s;
}

.single-team .image {
  position: relative;
  padding: 20px;
  background-color: #0F1D46;
}

.single-team .image::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(to bottom right, #a92025, #bf5246);
  opacity: 0.6;
  transition: all 0.5s;
}

.single-team .image .social {
  list-style-type: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
}

.single-team .image .social li {
  display: inline-block;
  transform: translateY(30px);
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
  visibility: hidden;
}

.single-team .image .social li a {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #a92025;
  text-align: center;
  position: relative;
  font-size: 15px;
  color: #ffffff;
  border-radius: 30px;
  transition: all 0.5s;
}

.single-team .image .social li a i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: auto;
  margin-right: auto;
}

.single-team .image .social li a:hover {
  color: #ffffff;
  background-color: #bf5246;
}

.single-team .image .social li:nth-child(1) {
  transition-delay: 0.2s;
}

.single-team .image .social li:nth-child(2) {
  transition-delay: 0.3s;
}

.single-team .image .social li:nth-child(3) {
  transition-delay: 0.4s;
}

.single-team .image .social li:nth-child(4) {
  transition-delay: 0.5s;
}

.single-team .content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
  margin: -30px auto 0;
  max-width: 250px;
  transition: all 0.5s;
}

.single-team .content h3 {
  margin-bottom: 0;
  font-size: 20px;
}

.single-team .content span {
  display: block;
  color: #bf5246;
  font-size: 14px;
  margin-top: 6px;
  font-weight: 600;
}

.single-team:hover {
  transform: translateY(-5px);
}

.single-team:hover .content {
  max-width: 100%;
}

.single-team:hover .image::before {
  width: 100%;
  left: 0;
  right: auto;
}

.single-team:hover .image .social li {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.zencontact_ {
  background-color: #f4f7fc;
}

.page-link.active, .active > .page-link {
  background-color: #bf5246;
  border-color: #bf5246;
}

.page-link {
  color: #bf5246;
}

.zencontact_ .form-control {
  border-radius: 3px;
  font-size: 11px;
}
.zencontact_ .form-control::-moz-placeholder {
  font-size: 12px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.25);
}
.zencontact_ .form-control::placeholder {
  font-size: 12px;
  font-style: italic;
  color: rgba(0, 0, 0, 0.25);
}

.page-title-area {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  z-index: 1;
  background-color: #bf5246;
}

.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../images/pagebg/page-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  animation: FocuS 1s linear 1s infinite;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-right: 15px;
  padding-left: 15px;
  color: #ffffff;
}

.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  right: -7px;
  background-color: #B42C29;
  width: 10px;
  height: 10px;
}

.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}

.page-title-area .page-title-content ul li a {
  color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
  color: #bf5246;
}

.page-title-area .page-title-content ul .active {
  color: #0F1D46;
}

/*
Approach Area Style
======================================================*/
.zen_about ul {
  margin-top: 30px;
  list-style-type: none;
}
.zen_about ul li {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
  padding-left: 100px;
  margin-bottom: 20px;
  transition: all 0.5s;
}
.zen_about ul li:hover {
  transform: translateY(-5px);
}
.zen_about ul li:hover i {
  background-color: #bf5246;
  color: #ffffff;
}
.zen_about ul li:last-child {
  margin-bottom: 0;
}
.zen_about ul li i {
  position: absolute;
  top: 30px;
  left: 30px;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #efefef;
  text-align: center;
  border-radius: 50%;
  color: #bf5246;
  transition: all 0.5s;
}
.zen_about ul li h3 {
  margin-bottom: 12px;
}

/*
Contact Info Area Style
=====================================================*/
.single-contact-info {
  text-align: center;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 100px 30px;
}

.single-contact-info i {
  font-size: 40px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background-color: #bf5246;
  color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 15px;
}

.single-contact-info h3 {
  margin-bottom: 10px;
}

.single-contact-info p {
  margin-bottom: 5px;
}

.single-contact-info a {
  display: block;
  margin-bottom: 5px;
}

.single-contact-info a:last-child {
  margin-bottom: 0;
}

.single-contact-map iframe {
  height: 395px;
  width: 100%;
}

/*
Contact Info Area Style
=====================================================*/
.services-details h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.services-details img {
  margin-bottom: 20px;
}

.services-details p {
  margin-bottom: 20px;
}

.services-details .choose-wrap {
  background-color: #fcf2f6 !important;
  max-width: unset !important;
  margin-bottom: 20px;
}

.services-details .choose-wrap h2 {
  color: #0e0129;
  font-size: 28px;
}

.services-details .choose-wrap p {
  color: #212121;
}

.services-details .choose-wrap ul li {
  color: #0e0129;
}

/*
FAQ Area CSS
======================================================*/
.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  background-color: #ffffff;
  margin-bottom: 15px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 25px;
  color: #0e0129;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 600;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 25px;
  top: 20px;
  font-size: 25px;
  transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i {
  transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\eaf8";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -5px;
  padding-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}

.faq-accordion .accordion .accordion-content p {
  line-height: 1.8;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

.faq-contact-area #contactForm {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 50px;
}

.faq-contact-area #contactForm .form-group {
  margin-bottom: 30px;
}

.faq-contact-area #contactForm .default-btn {
  margin: 0 auto -8px;
  display: table;
}

.faq-contact-area #contactForm #msgSubmit {
  margin-bottom: 0;
  text-align: center;
  margin-top: 30px;
}

.faq-contact-area #contactForm .hidden {
  display: none;
}

.faq-contact-area #contactForm .list-unstyled {
  margin-top: 10px;
  color: #dc3545;
}/*# sourceMappingURL=style.css.map */