.preloader {
  background-image: url(preloader.svg);
}
.sticky-header {
  display: none;
}
.main-header .header-top {
  background: #9c2946;
  z-index: 9999;
}
.main-header .header-top .top-left .text,
.main-header .header-top .top-right .topbar-info li a,
.main-header .header-top .top-right .topbar-info li i {
  color:#fff;
}
.logo img {
  max-height: 98px;
  padding: 10px 0;
}
.main-header .header-bottom .logo-box {
  padding: 0;
}
.main-header .header-bottom .logo-box:before {
  display: none;
}
.main-menu .navigation > li > ul {
  width: 380px;
}
.main-menu .navigation > li > a {
  position: relative;
  display: block;
  font-size: 11px;
  font-family: "Poppins", sans-serif;
  color: #000;
  line-height: 26px;
  font-weight: 500;
  opacity: 1;
  text-transform: capitalize;
  padding: 35px 0px 38px 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.main-header .header-bottom .nav-outer .menu-area {
  position: relative;
  float: left;
  margin-right: 0px;
}

.main-header .header-bottom .nav-outer .outer-box {
  display: none;
}
.main-menu .navigation > li > a {
  font-size: 13px;
  text-transform: uppercase;
}
.work-style-two .sec-title {
  padding: 50px 0px 63px 0px;
}
.subscribe-section {
  position: relative;
  display: block;
  background: #fff;
  padding: 0;
}
.testimonial-section .owl-item .thumb-item .thumb-box:after {
  opacity: 0.7;
}
.work-style-two .inner-content .inner-box:last-child .content-box {
  text-align: left;
  margin-right: 0px;
  margin-left: 100px;
}
.testimonial-content p {
  color: #ccc;
}
.as-parallalax {
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.as-parallalax:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
section.page-title {
  margin-top:100px;
  padding: 200px 0 200px;
}
.main-footer .footer-top {
  background: transparent;
}
.main-footer .footer-top .logo-widget {
  margin: 0 auto;
    text-align: center;
}
footer.as-parallalax:before {
  background: rgba(254, 255, 255, .5);
}
.main-footer .footer-top .widget-title,
.main-footer .footer-top .links-widget.footer-widget p {
color: #000;
}
/* .main-footer .footer-top .widget-title {
  margin-bottom: 11px;
} */
.footer-logo img {
  width: 100%;
}
.about-page-content img {
  padding: 0 10px;
}

.about-page-content .image-box img {
  padding: 0;
}

.about-page-content a {
    color: #aa2631;
}
.about-page-section .about-page-content .content-style-two {
  margin-bottom: 0;
}
.about-page-section .about-page-content .content-style-one {
  padding-bottom: 0;
}
.about-page-section .about-page-content,
.about-page-section .sidebar {
  padding-top: 50px;
}
/*.about-page-section .about-page-content,
.about-page-section .about-page-content p,
.about-page-section .about-page-content p strong,
.about-page-section .about-page-content p u,
.about-page-section .about-page-content p u strong {
    color: #000;
}*/
ul.as-ul-list li {
  list-style-position: outside;
  margin-left: 0;
  padding: 4px 0 4px 5px;
  list-style-type: circle;
  line-height: 20px;
  font-size: 14px;
}
.as-sidebar-subtitle {
  font-family: "Poppins", sans-serif;
  transition: all 500ms ease;
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 6px;
  margin-top: 25px;
}
.as-sidebar-footer,
.sidebar-sidebar em,
.sidebar-sidebar p em {
  margin-top: 35px;
  font-size: 14px;
  font-style: italic;
  color: #494948;
  line-height: 25px;
  display: block;
}
.sidebar-sidebar p,
.sidebar-sidebar ul,
.sidebar-sidebar ul li,
.sidebar-sidebar ul li p,
.sidebar-sidebar ul li a,
.sidebar-sidebar ul li p a {
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
.sidebar-sidebar a,
.sidebar-sidebar p a,
.sidebar-sidebar ul li a {
    color: #aa2631;
}
.sidebar-sidebar p,
.sidebar-sidebar ul {
  margin-bottom: 15px;
}
.sidebar-sidebar ul,
.sidebar-sidebar li {
  list-style-position: outside;
  list-style: circle;
}
.sidebar-sidebar ul {
  padding-left: 20px;
}
.sidebar-sidebar li {
  margin-bottom: 5px;
  padding: 4px 0 4px 5px;
}
@media only screen and (max-width: 991px) {
.main-menu .collapse {
  max-height: none;
}
.main-menu .collapse {
  margin-bottom: 20px;
}
}
@media only screen and (max-width: 768px) {
  .no-smartphone {
    display:none !important;
  }
  .main-header .header-bottom .nav-outer .menu-area {
    float: none;
  }
}


.check {
  cursor: pointer;
  position: relative;
  margin: auto;
  width: 18px;
  height: 18px;
  -webkit-tap-highlight-color: transparent;
  transform: translate3d(0, 0, 0);
  padding: 0 25px 0 0;
  float: left;
  margin-top: 5px;
}
.check:before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(34,50,84,0.03);
  opacity: 0;
  transition: opacity 0.2s ease;
}
.check svg {
  position: relative;
  z-index: 1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #aeadad;
  stroke-width: 1.5;
  transform: translate3d(0, 0, 0);
  transition: all 0.2s ease;
}
.check svg path {
  stroke-dasharray: 60;
  stroke-dashoffset: 0;
}
.check svg polyline {
  stroke-dasharray: 22;
  stroke-dashoffset: 66;
}
.check:hover:before {
  opacity: 1;
}
.check:hover svg {
  stroke: #91ee17;
}
#cbx:checked + .check svg {
  stroke: #91ee17;
}
#cbx:checked + .check svg path {
  stroke-dashoffset: 60;
  transition: all 0.3s linear;
}
#cbx:checked + .check svg polyline {
  stroke-dashoffset: 42;
  transition: all 0.2s linear;
  transition-delay: 0.15s;
}
