#preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  transition: 0.3s ease opacity;
  text-align: center;
  width: 100%;
  height: 100%;
}
#preloader:before {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #ad0445;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
#preloader:after {
  content: "";
  width: 80px;
  height: 80px;
  border: 3px solid #ad0445;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  animation-name: LoaderCicle;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 1s;
}
@keyframes LoaderCicle {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 10px;
    height: 10px;
    opacity: 1;
  }
  80% {
    width: 60px;
    height: 60px;
    opacity: 0.1;
  }
  100% {
    width: 70px;
    height: 70px;
    opacity: 0;
  }
}
a:hover,
a:active {
  color: #ad0445;
  text-decoration: none;
}
.dark-overlay[data-overlay-dark]:before {
  background: #1f2732;
}
.primary-overlay[data-overlay-dark]:before {
  background: #ad0445;
}
.secondary-overlay[data-overlay-dark]:before {
  background: #1f2732;
}
.text-primary,
.text-primary-hover:hover {
  color: #ad0445 !important;
}
.bg-primary {
  background-color: #ad0445 !important;
}
.text-secondary,
.text-secondary-hover:hover {
  color: #1f2732 !important;
}
.bg-secondary,
.bg-dark {
  background-color: #1f2732 !important;
}
.text-dark,
.text-dark-hover:hover {
  color: #1f2732 !important;
}
.form-control {
  border-radius: 0;
}
.primary-shadow {
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.08);
}
.text-white-hover:hover {
  color: #fff !important;
}
.text-white-hover-light:hover {
  color: rgba(255, 255, 255, 0.65) !important;
}
.min-vh-100 {
  min-height: 100vh;
}
.vw-lg-60 {
  width: 60vw;
}
@media screen and (max-width: 991px) {
  .vw-lg-60 {
    width: 100%;
  }
}
.background-position-center {
  background-position: center center;
}
.image-hover {
  position: relative;
  display: block;
  overflow: hidden;
}
.image-hover:before {
  position: absolute;
  top: 0;
  left: -75%;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(255, 255, 255, 0)),
    to(rgba(255, 255, 255, 0.3))
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(0);
  -ms-transform: skewX(0);
  transform: skewX(0);
}
.image-hover:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.image-zoom img {
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 10px 10px 0 0;
}
.image-zoom:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  background: #ad0445;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 9999;
  outline: 0;
  -webkit-transition: all 0.3s ease;
}
.gobal-event {
  font-size: 17px;
  text-align: justify;
  color: #333333;
  font-weight: 500;
  line-height: 1.9rem;
}
.scroll-to-top i {
  color: #fff;
}
.scroll-to-top:hover {
  color: #fff;
  background: #1f2732;
}
.scroll-to-top:hover i {
  color: #fff;
}
.scroll-to-top:visited {
  color: #fff;
  text-decoration: none;
}
.list-style1 li {
  margin-bottom: 15px;
}
.list-style1 li:last-child {
  margin-bottom: 0;
}
.list-style1 li a {
  color: rgba(255, 255, 255, 0.6);
}
.list-style1 li a:hover {
  color: #ad0445;
}
.list-style2 {
  list-style: none;
  padding-left: 0;
}
.list-style2 li {
  line-height: 32px;
  padding-left: 30px;
  position: relative;
  margin-bottom: 8px;
}
.list-style2 li:last-child {
  margin-bottom: 0;
}
.list-style2 li:before {
  content: "\e64c";
  font-family: "themify";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 35px;
  color: #ad0445;
}
.list-style3 {
  list-style: none;
  padding-left: 0;
}
.list-style3 li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 14px;
}
.list-style3 li:last-child {
  margin-bottom: 0;
}
.list-style3 li:before {
  content: "\e64c";
  font-family: "themify";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  line-height: 35px;
  color: #ad0445;
}
.list-style4 {
  list-style: none;
  padding: 0;
}
.list-style4 li {
  margin-bottom: 15px;
  border-bottom: 1px solid #efefef;
  padding-bottom: 15px;
}
.list-style4 li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0px;
}
.ani-left-right {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: LeftRight;
  animation-timing-function: ease-in-out;
}
@keyframes LeftRight {
  0% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(30px, 0);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.ani-top-bottom {
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-name: TopBottom;
  animation-timing-function: ease-in-out;
}
@keyframes TopBottom {
  0% {
    transform: translate(0px, 0px);
  }
  65% {
    transform: translate(0, 30px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.btn-style1 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  color: #ffffff;
  background: #ad0445;
  padding: 15px 40px !important;
  z-index: 1;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out 0s;
  border: 1px solid #ad0445;
}
.btn-style1:hover {
  background: #1f2732;
  border: 1px solid #1f2732;
}
.btn-style1 span {
  position: relative;
  z-index: 9;
  color: #ffffff;
}
.btn-style1.secondary {
  background: #1f2732;
}
.btn-style1.secondary:before {
  border-color: #ad0445;
}
.btn-style1.white-hover:hover,
.btn-style1.white-hover:active,
.btn-style1.white-hover:focus {
  background: #fff;
  transition: all 0.4s ease-in-out 0s;
  border: 1px solid #fff;
}
.btn-style1.white-hover:hover span,
.btn-style1.white-hover:active span,
.btn-style1.white-hover:focus span {
  color: #ad0445;
  transition: all 0.4s ease-in-out 0s;
}
.btn-style1.white-border:hover {
  border: 1px solid #fff;
}
.btn-style1.medium {
  padding: 10px 30px !important;
  font-size: 14px;
}
.btn-style1.small {
  padding: 8px 28px !important;
  font-size: 14px;
}
.btn-style1.white {
  background: #fff;
  border: 1px solid #fff;
}
.btn-style1.white span {
  color: #ad0445;
}
.btn-style1.white:hover {
  background: #ad0445;
  border: 1px solid #ad0445;
}
.btn-style1.white:hover span {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .header-style1.scrollHeader .attr-nav > ul > li > a.btn-style1 {
    color: #fff;
    border: 1px solid transparent;
  }
  .header-style1.scrollHeader .attr-nav > ul > li > a.btn-style1:hover,
  .header-style1.scrollHeader .attr-nav > ul > li > a.btn-style1:active,
  .header-style1.scrollHeader .attr-nav > ul > li > a.btn-style1:focus {
    color: #ad0445;
    border: 1px solid #ad0445;
  }
}
@media screen and (max-width: 575px) {
  .btn-style1.medium {
    padding: 10px 25px !important;
    font-size: 12px;
  }
}
.btn-style2 {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 14px !important;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 15px 32px !important;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
  background-color: #ad0445;
}
.btn-style2:before {
  transition-duration: 800ms;
  position: absolute;
  width: 200%;
  height: 200%;
  content: "";
  top: 110%;
  left: 50%;
  background-color: #1f2732;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  z-index: -1;
}
.btn-style2:hover {
  color: #fff;
  background-color: #1f2732;
}
.btn-style2:hover:before {
  top: -40%;
}
.btn-style2.white:before {
  background-color: #fff;
}
.btn-style2.white:hover {
  color: #ad0445;
}
.btn-style2.md {
  padding: 12px 28px !important;
}
.btn-style2.sm {
  padding: 8px 24px !important;
}
.top-bar-info {
  display: inline-block;
  vertical-align: middle;
}
.top-bar-info ul {
  margin-bottom: 0;
}
.top-bar-info li {
  font-weight: 500;
  color: #fff;
  list-style-type: none;
  font-size: 14px;
  padding: 0 5px 0;
  display: inline-block;
  margin-bottom: 0;
}
.top-bar {
  display: block;
  position: relative;
  z-index: 999;
  padding: 7px 0;
}
.top-bar-info li i {
  font-size: 16px;
  color: #fff;
  margin-right: 8px;
  margin-top: 0;
  display: inline-block;
  vertical-align: text-bottom;
}
.top-social-icon {
  padding: 0;
  float: right;
  margin: 0;
}
.top-social-icon li {
  font-size: 14px;
  list-style-type: none;
  float: left;
  text-align: center;
  margin: 0;
  padding: 0 7px;
}
.top-social-icon li:last-child {
  padding-right: 0;
}
.top-social-icon li:last-child a {
  padding-right: 0;
}
.top-social-icon li a {
  color: #fff;
  line-height: 28px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 0 3px;
}
.top-social-icon li a:hover {
  color: rgba(255, 255, 255, 0.65);
}
.navbar-nav li.current > a,
.navbar-nav li.active > a {
  color: #ad0445 !important;
}
.attr-nav > ul > li > a.butn {
  color: #fff;
}
.navbar > ul > li.current > a:after {
  border-color: transparent #ad0445 #ad0445 transparent !important;
}
.menu_area-light .navbar-nav li.current > a,
.menu_area-light .navbar-nav li.active > a {
  color: #ad0445;
}
.menu_area-light .navbar > ul > li.current > a:after {
  border-color: transparent #ad0445 #ad0445 transparent;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a {
  color: #ad0445;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
  color: #ad0445;
}
.menu_area-light.scrollHeader .navbar-nav li.active > a {
  color: #ad0445;
}
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #ad0445 #ad0445 transparent;
}
@media screen and (min-width: 992px) {
  .menu_area-light .navbar ul ul li.active > a,
  .menu_area-light .navbar-nav li.has-sub a:hover {
    color: #ad0445;
  }
  .menu_area-light .navbar > ul > li.has-sub > a:hover:after {
    border-color: #ad0445;
  }
  .menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #ad0445;
  }
  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #ad0445;
  }
  .header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
    border-color: transparent #ad0445 #ad0445 transparent;
  }
  .header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
    border-color: transparent #ad0445 #ad0445 transparent;
  }
  .header-style2.scrollHeader .navbar-nav li.current > a {
    color: #ad0445;
  }
  .header-style2.scrollHeader .navbar-nav li.current > a:hover {
    color: #ad0445;
  }
  .header-style2.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #ad0445 #ad0445 transparent;
  }
  .header-style2 .navbar ul ul li.active > a {
    color: #ad0445;
  }
  .header-style2 .navbar-nav li.has-sub a:hover,
  .header-style2 .navbar-nav li.has-sub a:active,
  .header-style2 .navbar-nav li.has-sub a:focus {
    color: #ad0445;
  }
  .header-style2 .navbar-nav li.current > a,
  .header-style2 .navbar-nav li.active > a {
    color: #ad0445;
  }
  .header-style2 .navbar > ul > li.has-sub > a:hover:after,
  .header-style2 .navbar > ul > li.has-sub > a:active:after,
  .header-style2 .navbar > ul > li.has-sub > a:focus:after {
    border-color: transparent #ad0445 #ad0445 transparent;
  }
}
@media screen and (max-width: 991px) {
  .header-style1 .navbar-toggler {
    background: #ad0445;
  }
  .header-style1 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-style1 .navbar-toggler:before {
    background: #fff;
  }
  .header-style1 .navbar-toggler.menu-opened:after,
  .header-style1 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}
.header-style2 .navbar-nav li.current > a {
  color: #ad0445;
}
.header-style2 .navbar > ul > li.current > a:after {
  border-color: transparent #ad0445 #ad0445 transparent;
}
.header-style2.scrollHeader .navbar-nav li.current > a {
  color: #ad0445;
}
.header-style2.scrollHeader .navbar-nav li.current > a:hover {
  color: #ad0445;
}
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
  border-color: transparent #ad0445 #ad0445 transparent;
}
@media screen and (min-width: 992px) {
  .header-style2 .navbar ul ul li.active > a {
    color: #ad0445;
  }
  .header-style2 .butn.secondary:before {
    background: #ffffff;
  }
  .header-style2 .butn.secondary:hover,
  .header-style2 .butn.secondary:focus,
  .header-style2 .butn.secondary:active {
    color: #1f2732 !important;
  }
  .header-style2.scrollHeader .butn.secondary:before {
    background: #ad0445;
  }
  .header-style2.scrollHeader .butn.secondary:hover,
  .header-style2.scrollHeader .butn.secondary:focus,
  .header-style2.scrollHeader .butn.secondary:active {
    color: #fff !important;
  }
}
.header-style3 .navbar-nav li.current > a,
.header-style3 .navbar-nav li.active > a {
  color: #ad0445;
}
@media screen and (min-width: 992px) {
  .header-style3 .navbar-nav li.active > a {
    color: #ad0445;
  }
  .header-style3 .navbar-nav > li > a:hover,
  .header-style3 .navbar-nav > li > a:active,
  .header-style3 .navbar-nav > li > a:focus {
    color: #ad0445;
  }
  .header-style3 .navbar ul ul li.active > a {
    color: #ad0445;
  }
  .header-style3 .navbar-nav li.has-sub a:hover,
  .header-style3 .navbar-nav li.current > a {
    color: #ad0445;
  }
  .header-style3 .navbar-nav > li.has-sub > a:hover {
    color: #ad0445;
  }
  .header-style3 .navbar > ul > li.has-sub > a:hover:after,
  .header-style3 .navbar > ul > li.current > a:after {
    border-color: transparent #ad0445 #ad0445 transparent;
  }
  .header-style3.scrollHeader .navbar-nav > li.has-sub > a:hover {
    color: #ad0445;
  }
  .header-style3.scrollHeader .navbar > ul > li.has-sub > a:hover:after {
    border-color: transparent #ad0445 #ad0445 transparent;
  }
  .header-style3.scrollHeader .navbar-nav > li.active > a {
    color: #ad0445;
  }
  .header-style3.scrollHeader .navbar-nav li.current > a {
    color: #ad0445;
  }
  .header-style3.scrollHeader .navbar-nav li.current > a:hover {
    color: #ad0445;
  }
  .header-style3.scrollHeader .navbar > ul > li.current > a:after {
    border-color: transparent #ad0445 #ad0445 transparent;
  }
}
@media screen and (max-width: 991px) {
  .header-style3 .navbar-toggler {
    background: #ad0445;
  }
  .header-style3 .navbar-toggler:after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header-style3 .navbar-toggler:before {
    background: #fff;
  }
  .header-style3 .navbar-toggler.menu-opened:after,
  .header-style3 .navbar-toggler.menu-opened:before {
    background: #fff;
  }
}
.slider-fade-two h1 {
  animation-delay: 0.8s;
}
.slider-fade-two p {
  animation-delay: 1.2s;
}
.slider-fade-two a {
  animation-delay: 1.6s;
}
.slider-fade-two.owl-theme .owl-nav {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 2%;
  transform: translateY(-50%);
}
.slider-fade-two.owl-theme .owl-nav .owl-prev,
.slider-fade-two.owl-theme .owl-nav .owl-next {
  border-radius: 4px;
  box-shadow: none;
  transition: all 0.3s ease;
  background: #ffffff !important;
  line-height: 58px;
  width: 55px;
  height: 55px;
  display: block;
  margin: 30px 0;
}
.slider-fade-two.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ad0445 !important;
}
.slider-fade-two.owl-carousel .owl-nav.disabled {
  display: block;
}
.slider-fade-two.owl-theme .owl-nav [class*="owl-"]:hover i {
  color: #fff;
}
.slider-fade-two.owl-theme .owl-nav [class*="owl-"] i {
  font-size: 18px;
}
@media screen and (max-width: 991px) {
  .slider-fade-two.owl-carousel .owl-nav.disabled {
    display: none;
  }
}
.section-title .sm-title {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 12px;
  padding-bottom: 12px;
  color: #ad0445;
  z-index: 9;
}
.section-title h2 {
  position: relative;
  z-index: 9;
}
.section-title .sm-title:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 80px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #dedede;
}
.section-title .sm-title:after {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50px;
  background-color: #e74860;
  right: 0px;
  left: auto;
  bottom: -3px;
  animation: pulsex 5s ease infinite alternate;
}
.section-title.left .sm-title:before {
  left: 0;
  transform: unset;
}
@keyframes pulsex {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100px);
  }
}
.section-heading-style1 .sub-title {
  line-height: 1;
  display: inline-block;
  font-size: 18px;
  color: #ad0445;
  font-weight: 500;
  margin-bottom: 15px;
  position: relative;
}
.section-heading-style1 .sub-title:before,
.section-heading-style1 .sub-title:after {
  content: "";
  height: 2px;
  width: 25px;
  position: absolute;
  background-color: #ad0445;
  top: 8px;
}
.section-heading-style1 .sub-title:before {
  right: calc(100% + 20px);
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#fcaf17),
    color-stop(130%, transparent)
  );
  background-image: linear-gradient(to left, #ad0445, transparent 130%);
  background-color: transparent;
}
.section-heading-style1 .sub-title:after {
  left: calc(100% + 20px);
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#fcaf17),
    color-stop(130%, transparent)
  );
  background-image: linear-gradient(to right, #ad0445, transparent 130%);
  background-color: transparent;
}
.section-heading-style1.left .sub-title:before {
  content: none;
}
.page-title-section {
  padding: 170px 0 85px;
}
.page-title-section h1 {
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 15px;
  color: #fff;
}
.page-title-section ul {
  margin-bottom: 0;
}
.page-title-section ul li {
  display: inline-block;
}
.page-title-section ul li:last-child a {
  opacity: 0.65;
}
.page-title-section ul li:after {
  content: "";
  width: 9px;
  height: 9px;
  background-color: #ad0445;
  margin: 0px 9px 0 13px;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.page-title-section ul li:last-child:after {
  content: none;
}
.page-title-section ul li a {
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .page-title-section {
    padding: 150px 0 70px;
  }
  .page-title-section h1 {
    margin-bottom: 10px;
  }
  .logo-left-mar {
    margin-left: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .page-title-section {
    padding: 145px 0 70px;
  }
  .page-title-section h1 {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .page-title-section {
    padding: 140px 0 70px;
  }
}
.card-style01 {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  background: #f9f9f9;
  transition: 0.3s;
  border: 0;
}
.card-style01:hover {
  box-shadow: 6px 5px 25px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.card-style01:hover .team-icon:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card-style01:hover .team-icon:not(:first-child) {
  opacity: 1;
  transform: translate(0);
}
.card-style01 .team-image {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
.card-style01 .team-image img {
  display: block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 10px 10px 0 0;
}
.card-style01:hover .team-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.card-style01 .team-image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.card-style01:hover .team-image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.card-style01 .card-body {
  padding: 0 30px 30px;
  transition: 0.4s;
}
.card-style01 .team-social-icon {
  display: flex;
  position: relative;
  margin-top: -18px;
  transition: 0.4s;
}
.card-style01 .team-social-icon .fa-share-alt {
  transition: 0.4s;
}
.card-style01 .team-social-icon .fa-share-alt:hover {
  filter: brightness(0.95);
}
.card-style01 .team-social-icon a:hover {
  color: #ffffff;
  background: #1f2732;
}
.card-style01 .team-icon {
  width: 36px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #ffffff;
  background: #ad0445;
  text-align: center;
}
.card-style01 .team-icon:first-child {
  border-radius: 5px;
}
.card-style01 .team-icon:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.card-style01 .team-icon:not(:first-child) {
  opacity: 0;
  transform: translateX(-10px);
}
.card-style01 .team-icon:nth-child(2) {
  transition-delay: 0.05s;
}
.card-style01 .team-icon:nth-child(3) {
  transition-delay: 0.1s;
}
.card-style01 .team-icon:nth-child(4) {
  transition-delay: 0.15s;
}
.card-style02 .card-body .work-line {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #1f2732;
  left: 0;
}
.card-style02 .card-body .work-dot {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #ad0445;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card-style03 {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
}
.card-style03:hover {
  background-color: #1f2732;
}
.card-style04 {
  position: relative;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  border: none;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  height: 100%;
}
.card-style04:hover {
  background-color: #1f2732;
}
.card-style04:hover h3,
.card-style04:hover p,
.card-style04:hover a {
  color: #fff;
}
.card-style04 a:hover {
  color: #ad0445;
}
.card-style04:before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.9s cubic-bezier(0.68, 1.55, 0.265, 0.55);
  -moz-transition: 0.9s cubic-bezier(0.68, 1.55, 0.265, 0.55);
  -ms-transition: 0.9s cubic-bezier(0.68, 1.55, 0.265, 0.55);
  -o-transition: 0.9s cubic-bezier(0.68, 1.55, 0.265, 0.55);
  transition: 0.9s cubic-bezier(0.68, 1.55, 0.265, 0.55);
}
.card-style04 .card-icon {
  margin-left: 15px;
  position: relative;
  margin-bottom: 20px;
}
.card-style04 .icon-circle {
  height: 60px;
  width: 60px;
  top: -15px;
  left: -3px;
  border-radius: 50%;
  background: #ad0445b0;
  opacity: 0.1;
  z-index: 0;
  position: absolute;
}
.card-style05 {
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  border-radius: 10px;
  border: none;
}
.card-style05 .price-label {
  position: relative;
  color: #fff;
  font-size: 34px;
  height: 55px;
  line-height: 55px;
  width: 150px;
  margin: 0 auto 40px auto;
  z-index: 1;
}
.card-style05 .price-label:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 8px;
  background: #ad0445;
}
.card-style05 .price-label:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 8px;
  transform: rotate(-6deg);
  background: rgba(255, 73, 124, 0.5);
}
.card-style05.bg-secondary .list-style4 a {
  color: #fff;
}
.card-style05.bg-secondary .list-style4 li {
  border-color: rgba(255, 255, 255, 0.1);
}
.card-style06 {
  position: relative;
  border: none;
  border-radius: 0;
  box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
  transition: all 500ms ease;
}
.card-style06 .card-body {
  padding: 43px 30px 30px 30px;
}
.card-style06 .card-date {
  position: absolute;
  left: 30px;
  top: -18px;
  font-size: 14px;
  line-height: 24px;
  background-color: #ad0445;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  padding: 6px 16px;
}
.card-style06 .image-box {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #1e2434;
  margin-bottom: 34px;
}
.card-style06 .image-box img {
  transition: all 500ms ease;
}
.card-style06:hover .image-box img {
  transform: scale(1.05);
  opacity: 0.5;
}
.card-style06::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 20px;
  width: 50px;
  height: 4px;
  background: #ad0445;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.card-style06:hover::before {
  width: calc(100% - 115px);
}
.card-style07 {
  position: relative;
  margin-bottom: 61px;
  border: 0;
  border-radius: 0;
}
.card-style07 .card-body {
  position: relative;
  padding: 0;
}
.card-style07 .card-body .project-image {
  position: relative;
  overflow: hidden;
}
.card-style07 .card-body .project-image:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #081528;
  opacity: 1;
  transition: 0.5s;
  transform: perspective(400px) scaleX(0);
  transform-origin: bottom;
  z-index: 2;
}
.card-style07 .card-body .project-image img {
  transition: all 200ms linear;
  transition-delay: 0.1s;
}
.card-style07 .card-body .overlay-content-box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  transition: 0.5s;
  transform: perspective(400px) scaleX(0);
  transform-origin: bottom;
  z-index: 9;
}
.card-style07 .card-body .search-button {
  position: relative;
  top: 0;
  opacity: 0;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: scale(0);
  transition: all 0.6s ease;
  z-index: 9;
}
.card-style07 .card-body .search-button a {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}
.card-style07 .card-body .overly-content {
  position: absolute;
  left: 25px;
  bottom: -25px;
  right: 25px;
  padding: 25px 0;
  background: #ffffff;
  opacity: 0;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  transition: 0.5s;
  transform: perspective(400px) scaleX(0);
}
.card-style07:hover .card-body .project-image:before {
  opacity: 0.7;
  transform: perspective(400px) scaleX(1);
}
.card-style07:hover .card-body .project-image img {
  transform: scale(1.2);
  transition: all 0.5s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}
.card-style07:hover .overlay-content-box {
  opacity: 1;
  transform: perspective(400px) scaleX(1);
}
.card-style07:hover .card-body .search-button {
  opacity: 1;
  transform: scale(1);
}
.card-style07:hover .card-body .overly-content {
  opacity: 1;
  transform: perspective(400px) scaleX(1);
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}
.owl-theme .owl-dots .owl-dot span {
  border-radius: 0;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ad0445;
}
.owl-nav i,
.owl-nav span {
  color: #ad0445;
  font-size: 28px;
}
.owl-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.owl-thumbs button {
  border: none;
}
.owl-thumbs button img {
  opacity: 0.5;
}
.owl-thumbs button.active img {
  opacity: 1;
}
.owl-thumb-item {
  cursor: pointer;
}
.service-carousel2 .owl-nav {
  margin-top: 50px;
}
.service-carousel2 .owl-nav button.owl-prev,
.service-carousel2 .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  color: #fff;
}
.service-carousel2.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #ad0445;
  transition: 0.4s;
}
.service-carousel2 .owl-nav i,
.service-carousel2 .owl-nav span {
  color: white;
  font-size: 15px;
}
.testimonial-carousel1 .inner-text {
  position: relative;
  margin-top: 40px;
}
.testimonial-carousel1 .inner-text:before {
  content: "";
  background-image: url(../img/icons/quote-01.png);
  position: absolute;
  left: 30px;
  top: -25px;
  height: 100%;
  width: 100%;
  background-size: 60px auto;
  background-repeat: no-repeat;
}
.testimonial-img {
  display: flex;
  position: relative;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
}
.testimonial-img .img-2 {
  margin-top: -90px;
  margin-bottom: -50px;
}
.testimonial-img .img-3 {
  margin-bottom: 40px;
}
.testimonial-carousel1.owl-theme .owl-nav {
  text-align: left;
  margin-top: 25px;
}
.testimonial-img.owl-thumbs button {
  background: none;
}
.testimonial-img.owl-thumbs button img {
  border: 4px solid #fff;
  box-shadow: 10px 10px 60px 0px rgba(0, 0, 0, 0.1);
}
.testimonial-img .img-radius1 {
  border-radius: 31px 61px 84px 81px;
}
.testimonial-img .img-radius2 {
  border-radius: 30% 70% 70% 26% / 12% 30% 70% 69%;
}
.testimonial-img .img-radius3 {
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
}
.testimonial-img .img-radius4 {
  border-radius: 38% 51% 48% 46% / 47% 66% 31% 51%;
}
.testimonial-img .img-radius5 {
  border-radius: 31% 79% 73% 38% / 63% 79% 32% 46%;
}
.testimonial-img.owl-thumbs button img {
  opacity: 1;
}
.testimonial-img.owl-thumbs button.active img {
  opacity: 0.5;
}
@media screen and (max-width: 991px) {
  .testimonial-img {
    flex-direction: unset;
  }
  .testimonial-img .img-2 {
    margin: 0;
  }
  .testimonial-img .img-3 {
    margin-bottom: 0;
  }
}
.testimonial-carousel3.owl-carousel .owl-nav button.owl-prev,
.testimonial-carousel3.owl-carousel .owl-nav button.owl-next {
  top: 40%;
  border-radius: 50%;
  position: absolute;
}
.testimonial-carousel3.owl-carousel .owl-nav button.owl-prev {
  left: -100px;
}
.testimonial-carousel3.owl-carousel .owl-nav button.owl-next {
  right: -100px;
}
.testimonial-carousel3 .owl-nav span {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 18px !important;
  color: #fff;
  transition: all 0.3s;
  border-radius: 50%;
}
.testimonial-carousel3.owl-carousel .owl-nav button.owl-next:hover span,
.testimonial-carousel3.owl-carousel .owl-nav button.owl-prev:hover span {
  background: #fff;
  border-radius: 50%;
  color: #8cc63f;
}
.accordion .card {
  background: transparent;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 73, 124, 0.2);
  border-radius: 10px;
}
.accordion .card:last-child {
  margin-bottom: 0;
}
.accordion .card-header {
  border: 0;
  padding: 0;
  background: none;
}
.accordion .accordion-collapse {
  border: none;
}
.accordion .accordion-button {
  color: #282b2d;
  font-size: 18px;
  box-shadow: none;
  line-height: 28px;
  font-weight: 500;
  padding: 15px 50px 15px 30px;
  background: none;
  border-radius: 10px;
}
.accordion .accordion-button:hover {
  text-decoration: none;
}
.accordion .accordion-button.collapsed {
  background: transparent;
  color: #282b2d;
  border-top: 0;
}
.accordion .accordion-button.collapsed:after {
  background: none;
  border: none;
  border-radius: 0;
  content: "\2b";
  font-family: Font Awesome\5 Free;
  font-weight: 600;
  right: 40px;
  left: inherit;
  font-size: 14px;
  line-height: 0;
  height: 0;
  transform: none;
  width: 0;
  top: 28px;
  text-align: center;
  color: #1f2732;
  padding-left: 0;
  letter-spacing: -1px;
}
.accordion .accordion-button:after {
  background: none;
  border: none;
  border-radius: 0;
  content: "\f068";
  font-family: Font Awesome\5 Free;
  font-weight: 600;
  right: 40px;
  left: inherit;
  font-size: 14px;
  height: 0;
  line-height: 0;
  transform: none;
  width: 0;
  top: 28px;
  position: absolute;
  color: #ad0445;
  text-align: center;
  padding-left: 2px;
  letter-spacing: -2px;
}
.accordion .card-body {
  font-size: 16px;
  padding: 0 30px 20px 30px;
  line-height: 28px;
}
@media screen and (max-width: 1199px) {
  .accordion .accordion-button {
    padding: 15px 36px 15px 30px;
  }
  .accordion .accordion-button:after,
  .accordion .accordion-button.collapsed:after {
    right: 30px;
  }
  .logo-left-mar {
    margin-left: 8rem;
  }
}
@media screen and (max-width: 991px) {
  .accordion .accordion-button {
    font-size: 16px;
    padding: 15px 20px;
  }
  .accordion .card-body {
    padding: 0 20px 20px 20px;
  }
}
@media screen and (max-width: 575px) {
  .accordion .accordion-button {
    padding: 15px 40px 15px 20px;
  }
}
.error-wrapper h1 {
  font-size: 300px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .error-wrapper h1 {
    font-size: 270px;
  }
}
@media screen and (max-width: 767px) {
  .error-wrapper h1 {
    font-size: 230px;
  }
}
@media screen and (max-width: 575px) {
  .error-wrapper h1 {
    font-size: 150px;
  }
}
.blog-sidebar .widget {
  padding: 30px 25px;
  position: relative;
  display: block;
}
.blog-sidebar .widget .widget-content {
  position: relative;
}
.blog-sidebar .widget .category-list li {
  margin-bottom: 12px;
}
.blog-sidebar .widget .category-list li:last-child {
  margin-bottom: 0px;
}
.blog-sidebar .widget .category-list li a {
  background: rgba(255, 255, 255, 0.1);
  padding: 14px 20px 14px 28px;
  padding: 15px 20px 15px 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  border-radius: 0.375rem;
}
.blog-sidebar .widget .category-list li a span {
  z-index: 9;
  position: relative;
}
.blog-sidebar .widget .category-list li a:after {
  content: "\e649";
  font-family: "themify";
  font-size: 12px;
  font-weight: bold;
  margin-left: -10px;
}
.blog-sidebar .widget .category-list li a:hover,
.blog-sidebar .widget .category-list li a:active,
.blog-sidebar .widget .category-list li a:focus {
  background: white;
  color: #1f2732;
}
.blog-sidebar .widget .category-list li.active a:after,
.blog-sidebar .widget .category-list li:hover a:after {
  margin-left: 10px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.blog-sidebar .blog-tags a {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 7px 12px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0.6rem 5px 0 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}
.blog-sidebar .blog-tags a:hover,
.blog-sidebar .blog-tags a:active,
.blog-sidebar .blog-tags a:focus {
  background-color: #fff;
  color: #ad0445;
}
.blog-tags a {
  background-color: #ad0445;
  padding: 7px 12px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin: 0.6rem 5px 0 0;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ad0445;
}
.blog-tags a:hover,
.blog-tags a:active,
.blog-tags a:focus {
  background-color: #fff;
  color: #ad0445;
}
.comment-reply-link {
  color: #1f2732;
  background: rgba(31, 39, 50, 0.1);
  padding: 5px 18px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
}
.comment-reply-link:hover,
.comment-reply-link:active,
.comment-reply-link:focus {
  color: #fff;
  background: #1f2732;
}
.faq-block:before {
  content: "";
  position: absolute;
  width: 65%;
  height: 100%;
  background-color: rgba(242, 242, 242, 0.5);
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 991px) {
  .faq-block:before {
    width: 100%;
  }
}
.service-sidebar .cetegory li {
  margin-bottom: 12px;
}
.service-sidebar .cetegory li:last-child {
  margin-bottom: 0;
}
.service-sidebar .cetegory li a {
  background-color: #fff;
  padding: 15px 20px 15px 30px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.375rem;
}
.service-sidebar .cetegory li:hover a,
.service-sidebar .cetegory li.active a {
  background-color: #1f2732;
  color: #fff;
}
.service-sidebar .widget {
  margin-bottom: 30px;
  padding: 30px 25px;
  border-radius: 10px;
  position: relative;
  display: block;
}
.service-sidebar .widget .widget-brochure {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.service-sidebar .widget .widget-brochure li {
  position: relative;
  margin-bottom: 12px;
  display: inline-block;
  border: 1px solid #ededed;
  width: 100%;
  border-radius: 10px;
  background: #fff;
}
.service-sidebar .widget .widget-brochure li a {
  position: relative;
  display: block;
  padding: 16px 15px 16px 75px;
  font-size: 15px;
  font-weight: 600;
}
.service-sidebar .widget .widget-brochure li a i {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  line-height: 3;
  text-align: center;
  font-size: 20px;
  background: #1f2732;
  color: #ffffff;
  border-radius: 10px 0 0 10px;
}
.service-sidebar .banner-wrapper img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.service-sidebar .banner-wrapper .bottom-radius {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.service-sidebar .banner-wrapper .icon-boxs {
  position: absolute;
  top: -43px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-sidebar .sidebar .banner-wrapper .icon-boxs i {
  line-height: 80px;
}
@media screen and (max-width: 767px) {
  .service-sidebar .widget {
    padding: 25px 20px;
  }
}
.countdown {
  padding: 0;
}
.countdown li {
  background: #ad0445;
  display: inline-block;
  text-align: center;
  min-width: 107px;
  overflow: hidden;
  margin-right: 10px;
  padding: 15px 10px;
  position: relative;
  border-radius: 0.375rem;
}
.countdown li:last-child {
  margin-right: 0;
}
.countdown li span {
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: normal;
  position: relative;
}
.countdown li p.timeRefDays,
.countdown li p.timeRefHours,
.countdown li p.timeRefMinutes,
.countdown li p.timeRefSeconds {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  z-index: 2;
  position: relative;
  padding: 0;
  text-transform: capitalize;
}
@media screen and (max-width: 1399px) {
  .countdown li {
    min-width: 102px;
  }
  .countdown li span {
    font-size: 30px;
  }
  .logo-left-mar {
    margin-left: 8rem;
  }
}
@media screen and (max-width: 1199px) {
  .countdown li {
    min-width: 82px;
  }
  .countdown li span {
    font-size: 25px;
  }
  .logo-left-mar {
    margin-left: 8rem;
  }
}
@media screen and (max-width: 575px) {
  .countdown li {
    min-width: 90px;
  }
  .countdown li:first-child {
    margin-left: 10px;
    margin-bottom: 10px;
  }
  .countdown li:nth-child(2) {
    margin-bottom: 10px;
  }
}
.search-form_input {
  color: #ad0445;
}
.search-frame h4 a:hover {
  color: #ad0445;
}
.search-frame .search_list .match {
  color: #ad0445;
}
.search-frame .search_list li:before {
  color: #ad0445;
}
.search-frame .search_list li + li {
  border-top: 3px solid #ad0445;
}
.search-frame .search {
  color: #ad0445;
}
.contact-map {
  width: 100%;
  height: 400px;
  vertical-align: top;
  border: 0;
}
.contact-us .contact-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1215686275);
  padding: 0 0 25px;
  margin-bottom: 25px;
}
.contact-us .contacts-icon {
  margin-right: 20px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
}
.contact-us .contacts-icon i {
  color: #fff;
  font-size: 22px;
  transition: 0.5s;
}
.contact-us .contact-info:hover .contacts-icon {
  transform: rotateY(180deg);
  background: #ad0445;
}
.contact-us .follow-company-icon2 a {
  font-size: 14px;
  display: inline-block;
  color: #fff;
  margin-right: 7px;
  transition: 0.5s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  text-align: center;
}
.contact-us .follow-company-icon2 a:last-child {
  margin-right: 0;
}
.contact-us .follow-company-icon2 a:hover {
  background: #ad0445;
}
@media screen and (max-width: 575px) {
  .contact-us .contacts-icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-us .follow-company-icon2 a {
    width: 32px;
    height: 32px;
    line-height: 32px;
  }
}
.about-style01 .second-line {
  margin-right: -170px;
}
.about-style01 .image-hover-two {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #1e2434;
}
.about-style01 .image-hover-two img {
  width: 100%;
  transition: all 500ms ease;
}
.about-style01 .image-hover-two:hover img {
  transform: scale(1.05);
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .about-style01 .second-line {
    margin-right: 0;
  }
}
.feature-box-one .main-box .inner-box {
  padding: 0 50px;
}
.box-shadow {
  box-shadow: 6px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1599px) {
  .feature-box-one .main-box .inner-box {
    padding: 0 30px;
  }
  .logo-left-mar {
    margin-left: 0rem !important;
  }
}
.process-style-01 .process-block {
  width: 167px;
  height: 167px;
  background: #f8f9fa;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  margin-bottom: 25px;
}
.process-style-01 .process-block .process-icon {
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #ad0445;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
}
.process-style-01 .process-block .process-count {
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #fff;
  text-align: center;
  position: absolute;
  right: 30px;
  bottom: 20px;
  box-shadow: 0px 5px 18.8px 1.2px rgba(99, 102, 187, 0.1);
  z-index: -1;
}
.process-style-01 .process-block .process-count span {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #1f2732;
}
.process-style-01 span {
  display: inline-block;
  text-align: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ad0445;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-weight: 900;
  font-size: 22px;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  margin-bottom: 19px;
  transition: all 0.35s ease-in-out;
  bottom: 20px;
  right: -5px;
}
.process-style-01:nth-child(2) .item span {
  bottom: auto;
}
.process-style-01 .thumb {
  position: relative;
  display: inline-block;
}
.process-style-01 img {
  height: 170px;
  width: 170px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  margin-bottom: 25px;
  transition: all 0.35s ease-in-out;
}
.main-process {
  position: relative;
  z-index: 1;
  padding-top: 33px;
}
.main-process .line-shape {
  position: absolute;
  left: 0;
  top: 25px;
  z-index: -1;
  transform: rotate(-3deg);
}
.process-style-01 .item:hover span {
  transform: scale(1.2);
  background: #1f2732;
  color: #fff;
  right: -45px;
}
.process-style-01:nth-child(2n) .item span {
  transform: scale(1.2);
  background: #ad0445;
  color: #fff;
  right: -45px;
}
.process-style-01:nth-child(2n) .item img {
  transform: scale(1.4);
  margin-bottom: 60px;
}
.process-style-01 .item:hover img {
  transform: scale(1.4);
  margin-bottom: 60px;
}
.lable-color {
  color: #6a747b !important;
  font-size: 15px !important;
}

@media screen and (max-width: 991px) {
  .process-style-01 img {
    transform: scale(1.4);
    margin-bottom: 60px;
  }
  .main-process .line-shape {
    display: none;
  }
  .gobal-event {
    font-size: 15px;
    text-align: justify;
    color: #333333;
    font-weight: 500;
    line-height: 1.5rem;
  }
}
.progress-style01 .progress-bar {
  background-color: #ad0445;
  height: 7px;
}
.progress-style01 .custom-progress {
  height: 7px;
}
.icon-style1 {
  display: flex;
  background: #ad0445;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  transition: all 0.3s linear 0s;
  vertical-align: top;
  justify-content: center;
  align-items: center;
}
.history-01:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f2f2f2;
  width: 35%;
  height: 70%;
}
.history-01 .history-block:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  top: 0px;
  left: 6px;
}
.history-01 .history-block:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: -10px;
  left: 1px;
  background-color: #ad0445;
  border-radius: 50%;
}
.history-01 .history-block .inner-text:before {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  top: 60px;
  left: 6px;
  background-color: rgba(0, 0, 0, 0.1);
}
.extra-icon-circle {
  width: 80px;
  height: 80px;
  background: #ad0445;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.team-details-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid #ededed;
}
.team-details-social ul {
  margin-left: 30px;
  padding-left: 0;
  margin-bottom: 0;
}
.team-details-social ul li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.team-details-social ul li:last-child {
  margin: 0;
}
.team-details-social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #fff;
  border: 1px solid #ededed;
  color: #343a40;
  -webkit-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.team-details-social ul li a:hover {
  color: #fff;
  border-color: #ad0445;
  background: #ad0445;
}
.form-group {
  margin-bottom: 1rem;
}
.form-group label {
  margin-bottom: 0.5rem;
}
.form-control:focus {
  border-color: #ad0445;
}
.form-check-input:checked {
  border-color: #ad0445;
  background-color: #ad0445;
}
.quform-input {
  position: relative;
}
.quform-input .quform-errors-wrap {
  position: absolute;
  right: 8px;
  top: 0;
  line-height: normal;
  z-index: 1;
}
.quform-element > label {
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 0;
  color: #cc0101;
  font-size: 15px;
}
.quform-element > label .quform-required {
  color: #cc0101;
  font-size: 10px;
}
.quform-inner input {
  width: 100%;
}
.quform-elements .quform-element textarea {
  margin-bottom: 0;
  padding: 8px 15px;
  vertical-align: top;
}
.quform-elements .quform-element select {
  margin-bottom: 0;
  padding: 8px 35px 8px 15px;
}
.quform-errors {
  padding: 0;
  margin: 0;
  line-height: normal;
}
.quform-errors > .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.quform-outer-no-js .quform-error {
  padding: 0;
  background: none;
  border: none;
  float: none;
  color: #f5543f;
  font-size: 11px;
  line-height: normal;
  letter-spacing: normal;
}
.quform-outer-no-js .quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type="file"],
.quform-has-error .custom-file-label {
  border-color: #f5543f;
}
.quform-success-message {
  padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-submit-inner {
  float: none;
}
.quform-loading-wrap {
  float: none;
}
.quform-loading-wrap .quform-loading {
  display: inline-block;
}
.quform-element {
  margin-bottom: 1rem;
}
.social-icon-style1 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 0px;
  list-style: none;
}
.social-icon-style1 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.social-icon-style1 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  height: 41px;
  line-height: 41px;
  width: 41px;
}
.social-icon-style1 li a:hover {
  background: #ad0445;
}
.social-icon-style1 li:last-child {
  margin-right: 0;
}
.social-icon-style2 {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 10px;
  list-style: none;
}
.social-icon-style2 li {
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
}
.social-icon-style2 li a {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  color: #ad0445;
  background: #fff;
  height: 41px;
  line-height: 42px;
  width: 41px;
  border-radius: 3px;
}
.social-icon-style2 li a:hover {
  background: #ad0445;
  color: #fff;
}
.social-icon-style2 li:last-child {
  margin-right: 0;
}
.social-icon-style2 li a.small {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
}
.social-icon-style2.small li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
@media screen and (max-width: 991px) {
  .social-icon-style2.small li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.page-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
}
.prev-page,
.next-page {
  position: relative;
  width: 50%;
  max-width: 350px;
  margin: 10px;
}
.prev-page:before,
.next-page:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
  transform: scale(1.04, 1.12);
  transition: 0.3s ease-in-out;
  pointer-events: none;
}
.prev-page .page-info > a,
.next-page .page-info > a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 16px 20px;
  min-height: 110px;
  transition: 0.8s;
}
.prev-page .page-info .image-prev,
.prev-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  overflow: hidden;
}
.next-page .page-info .image-prev,
.next-page .page-info .image-next {
  position: relative;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  transition: inherit;
  overflow: hidden;
}
.prev-page .page-info .prev-title,
.prev-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.next-page .page-info .prev-title,
.next-page .page-info .next-title {
  display: inline-block;
  position: relative;
  max-width: 220px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  word-wrap: break-word;
  vertical-align: middle;
  transition: 0.45s;
}
.prev-page .page-info .prev-title:empty,
.prev-page .page-info .next-title:empty {
  display: none;
}
.next-page .page-info .prev-title:empty,
.next-page .page-info .next-title:empty {
  display: none;
}
.prev-page:hover:before,
.next-page:hover:before {
  background-color: white;
  transform: scale(1);
  box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1);
}
.prev-page a {
  justify-content: flex-start;
  text-align: left;
}
.prev-page a:hover .image-prev:after {
  visibility: visible;
  opacity: 1;
}
.prev-page a:hover .image-prev:before {
  visibility: visible;
  opacity: 1;
  margin-left: 0;
}
.prev-page .image-prev {
  margin-right: 20px;
}
.prev-page .image-prev:after {
  background-color: #ad0445;
}
.next-page .image-next:after {
  background-color: #ad0445;
}
.prev-page .image-prev:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: 20px;
  content: "\e64a";
  font-family: "themify";
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.prev-page .image-prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.next-page {
  margin-left: auto;
}
.next-page a {
  justify-content: flex-end;
  text-align: right;
}
.next-page a:hover .image-next:after {
  visibility: visible;
  opacity: 1;
}
.next-page a:hover .image-next:before {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}
.next-page .image-next {
  margin-left: 20px;
}
.next-page .image-next:before {
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-right: 20px;
  content: "\e64a";
  font-family: "themify";
  font-size: 21px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  transform: scaleX(-1);
}
.next-page .image-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}
.next-page .next-title {
  text-align: right;
}
.prev-link-page-info > span,
.next-link-page-info > span {
  display: block;
}
.prev-link-page-info .date-details,
.next-link-page-info .date-details {
  font-size: 14px;
  letter-spacing: 0.025em;
  line-height: 20px;
  margin-bottom: -2px;
}
.prev-link-page-info .date-details > div,
.prev-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}
.next-link-page-info .date-details > div,
.next-link-page-info .date-details > span {
  line-height: inherit;
  transition: 0.45s;
  font-weight: 500;
}
.prev-link-page-info .date-details:only-child,
.next-link-page-info .date-details:only-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .prev-page,
  .next-page {
    width: calc(100% - 20px);
    max-width: unset;
  }
  .prev-page + .next-page {
    margin-top: 0;
  }
  .page-navigation {
    flex-direction: column;
  }
}
@media screen and (max-width: 575px) {
  .prev-page .page-info > a,
  .next-page .page-info > a {
    padding: 10px;
  }
  .prev-page .page-info .prev-title,
  .prev-page .page-info .next-title {
    max-width: 168px;
  }
  .next-page .page-info .prev-title,
  .next-page .page-info .next-title {
    max-width: 168px;
  }
}
.newsletter-form .quform-elements {
  position: relative;
}
.newsletter-form .quform-submit-inner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: auto;
  background: transparent;
  height: 48px;
}
.newsletter-form .quform-submit-inner .btn {
  padding: 0.5rem 1.15rem;
}
.newsletter-form .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.newsletter-form input {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.2);
  height: 50px;
  padding: 0.5rem 4rem 0.5rem 1rem;
  color: #fff;
}
.newsletter-form .form-control:focus,
.newsletter-form .form-control:active {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.newsletter-form .quform-has-error input,
.newsletter-form .quform-has-error textarea,
.newsletter-form .quform-has-error select {
  border-color: #f5543f;
}
.newsletter-form .quform-input .quform-errors-wrap {
  right: 15px;
}
.newsletter-form i {
  font-size: 1.2rem;
  line-height: 2rem;
}
.newsletter-rounded .quform-elements {
  position: relative;
}
.newsletter-rounded .quform-submit-inner {
  position: absolute;
  right: 5px;
  top: 4px;
  width: auto;
}
.newsletter-rounded .quform-submit-inner .btn {
  border: none;
}
.newsletter-rounded .quform-loading-wrap {
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: 0;
}
.newsletter-rounded input {
  height: 60px;
  min-height: auto;
  padding: 0.5rem 4rem 0.5rem 1.5rem;
}
.newsletter-rounded .quform-has-error input,
.newsletter-rounded .quform-has-error textarea,
.newsletter-rounded .quform-has-error select {
  border-color: #f5543f;
}
.newsletter-rounded .quform-input .quform-errors-wrap {
  right: 15px;
}
.newsletter-rounded i {
  font-size: 1rem;
  line-height: 2rem;
}
footer > .container {
  padding-top: 90px;
  padding-bottom: 90px;
}
footer .newsletter-form input {
  border: none;
}
footer > .container {
  padding-top: 90px;
  padding-bottom: 80px;
}
footer .email {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  display: inline-block;
  padding-bottom: 5px;
}
footer .email a {
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  transition: all 0.8s ease;
}
footer .email a:hover:after,
footer .email a:active:after,
footer .email a:focus:after {
  width: 100%;
}
footer .email a:hover,
footer .email a:active,
footer .email a:focus {
  color: #ad0445;
}
footer .email a:after {
  border-bottom: 1px solid #fff;
  transition: all 0.8s ease;
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 0;
}
footer .phone {
  padding-bottom: 0;
  margin-bottom: 0;
}
footer .phone a {
  padding-bottom: 0;
  letter-spacing: -0.05rem;
  color: #fff;
}
footer .phone a:hover,
footer .phone a:active,
footer .phone a:focus {
  color: #ad0445;
}
@media screen and (max-width: 1199px) {
  footer > .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767px) {
  footer > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1199px) {
  footer > .container {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  footer > .container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer {
    padding-top: 60px;
  }
}
.footer-bar {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  background: #292929;
}
.footer-logo {
  max-width: 210px;
  width: 100%;
  display: inline-block;
}
.address-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.address-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: #fff;
  display: flex;
  align-items: baseline;
}
.address-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer-list-style1 {
  margin: 0;
  padding: 0;
}
.footer-list-style1 li {
  position: relative;
  list-style-type: none;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.footer-list-style1 li a {
  color: #ffffff;
}
.footer-list-style1 li a:after {
  content: "\f105";
  font-weight: 700;
  font-family: Font Awesome\5 Free;
  color: #ffffff;
  position: absolute;
  right: 0;
  vertical-align: middle;
}
.footer-list-style1 li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer-list-style1 li a:hover {
  color: #ad0445;
}
.footer-list-style1 li a:hover:after {
  color: #ad0445;
}
.footer-list-style2 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-list-style2 li {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}
.footer-list-style2 li a {
  color: #ffffff;
}
.footer-list-style2 li a:after {
  content: "\f105";
  font-weight: 700;
  font-family: Font Awesome\5 Free;
  color: #ffffff;
  position: absolute;
  right: 0;
  vertical-align: middle;
}
.footer-list-style2 li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer-list-style2 li:hover a {
  color: #ad0445;
}
.footer-list-style2 li:hover a:after {
  color: #ad0445;
}
.footer-social-style01 {
  margin: 0;
  display: inline-block;
  padding: 0;
  list-style: none;
}
.footer-social-style01 li {
  padding-right: 20px;
  display: inline-block;
}
.footer-social-style01 li a {
  color: #ffffff;
}
.footer-social-style01 li a:hover {
  color: #ad0445;
}
.footer-social-style01 li:last-child {
  padding-right: 0;
}
.footer-style1 .middle-footer {
  text-align: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding: 20px 0;
}
.footer-style1 .gallery-img .icon {
  position: absolute;
  bottom: 2px;
  left: 10px;
  color: #d4d8dd;
  font-size: 16px;
  transition: 0.4s;
}
.footer-style1 .gallery-img:hover .icon {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
}
.footer-style1 .gallery-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 73, 124, 0.6);
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0;
  transition: 0.4s;
}
.footer-style1 .gallery-img:hover:before {
  opacity: 1;
}
.footer-style1 .quform .btn-style2 {
  padding: 10px 40px !important;
}
.footer-style1 .newsletter-rounded input {
  padding: 0.5rem 13rem 0.5rem 1.5rem;
}
@media screen and (max-width: 991px) {
  .footer-style1 .gallery-img .icon {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  .footer-style1 .newsletter-rounded .quform-submit-inner {
    position: unset;
    margin: 0 auto;
    text-align: center;
  }
  .footer-style1 .newsletter-rounded .quform-submit-inner .butn {
    width: 100%;
  }
  .footer-style1 .newsletter-rounded input {
    height: 52px;
  }
}
.footer-style2 .gallery-img .icon {
  position: absolute;
  bottom: 2px;
  left: 10px;
  color: white;
  font-size: 16px;
  transition: 0.4s;
}
.footer-style2 .gallery-img:hover .icon {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: unset;
}
.footer-style2 .gallery-img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 73, 124, 0.6);
  top: 0;
  left: 0;
  border-radius: 10px;
  opacity: 0;
  transition: 0.4s;
}
.footer-style2 .gallery-img:hover:before {
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .footer-style2 .gallery-img .icon {
    font-size: 12px;
  }
}
.buy-theme {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  position: fixed;
  top: 150px;
  right: -89px;
  background: #ad0445;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}
.buy-theme i {
  font-size: 16px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff;
}
.all-demo i {
  font-size: 15px;
  vertical-align: middle;
  position: relative;
  top: -1px;
  color: #fff;
}
.buy-theme:hover,
.all-demo:hover {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  right: 0px;
  background: #ad0445;
}
.all-demo:hover {
  background: #ad0445;
}
.buy-theme span,
.all-demo span {
  padding: 0 9px;
  position: relative;
  top: 0;
  opacity: 0;
}
.buy-theme:hover span,
.all-demo:hover span {
  opacity: 1;
  color: #fff;
}
.buy-theme:hover i,
.all-demo:hover i {
  color: #fff;
}
.buy-theme a,
.all-demo a {
  color: #232323;
  font-size: 10px;
  text-transform: uppercase;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.all-demo {
  transition-timing-function: ease-in-out;
  transition-duration: 0.2s;
  position: fixed;
  top: 185px;
  right: -105px;
  background: #ad0445;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.fab {
  width: 70px;
  height: 70px;
  background-color: #13990a;
  border-radius: 50%;
  box-shadow: 0 8px 10px 0 rgba(255, 0, 0, 0);
  font-size: 50px;
  line-height: 63px;
  color: white;
  text-align: center;
  position: fixed;
  right: 10px;
  bottom: 71px;
  transition: all 0.1s ease-in-out;
  z-index: 100;
}

.fab:hover {
  box-shadow: 0 6px 14px 0 #b1f1c8;
  transform: scale(1.05);
}

.vertical {
  vertical-align: middle !important;
}
