/*-----------------------------------------------------------
    Theme Name: Duch
    Theme URI:
    Description: Duch - Medical Health Landing Page HTML Template
    Author: HiBootstrap
    Author URI: https://hibootstrap.com/
    Version: 1.2
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====

1.  General Styles
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9.  Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
/*---------------------------------
            General Styles
-----------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input, textarea, select {
  background-color: #f9f9f9;
  color: #000;
  border: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

a {
  color: #002856;
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
  color: #FF375F;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.4;
  color: #002856;
  font-family: "Roboto Condensed", sans-serif;
}

body {
  font-size: 16px;
  font-family: "Source Sans Pro", sans-serif;
  color: #666666;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #666666;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.png);
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: calc(100% - 15px) 50%;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-200 {
  padding-top: 200px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

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

.mb-15 {
  margin-bottom: 15px !important;
}

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

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mmt-10 {
  margin-top: -10px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.z-0 {
  z-index: 0;
  position: relative;
}

.help-block {
  color: #E31C25;
}

.list-style {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
}

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.comment-item-wrap .comment-item, .post-author, .post-navigation, .testimonial-card.style7 .client-info-wrap, .testimonial-card.style6 .client-info-area .client-info-wrap, .testimonial-card .client-info-area .client-info-wrap, .testimonial-card .client-info-area, .pricing-tablist, .team-card.style7 .team-img .member-social .social-profile, .team-card.style4, .gallery-item-wrap.style5, .department-wrap.style8 .dp-content .feature-item-wrap, .department-wrap.style3 .dp-content .feature-item-wrap .feature-item, .hw-tablist, .service-card.style5 .service-info-wrap, .service-card.style6 .service-info-wrap, .feature-item-wrap .feature-item, .about-wrap.style5 .about-content .feature-item-wrap, .pp-post-item, .schedule-widget ul li, .select-lang .navbar-language .dropdown-toggle, .search-area, .header-wrap .header-top .header-top-right, .owl-carousel .owl-nav, .footer-bottom .social-link, .testimonial-slider-one.style3.owl-carousel .owl-nav, .team-slider-one.owl-carousel.style1 .owl-dots, .testimonial-card.style7 .client-info-area .quote-wrap, .dp-tablist, .about-wrap.style8 .about-img-wrap, .about-wrap.style7 .about-img-wrap, .about-wrap.style4 .about-tablist, .hero-wrap.style5 .hero-img-wrap, .testimonial-card.style6 .client-info-area, .pricing-table.style2 .pricing-header-wrap, .pricing-table.style4 .pricing-header-wrap, .gallery-card.style5 .gallery-info, .gallery-card.style3 .gallery-info, .gallery-card.style4 .gallery-info, .department-wrap.style8 .dp-content .feature-item-wrap .feature-item, .service-card.style4 .service-info .service-title, .promo-card.style2 .promo-title, .about-wrap.style5 .about-img-wrap .about-promo-text, .about-wrap.style3 .about-content .feature-item-wrap .feature-item, .about-wrap.style3 .about-content .feature-item-wrap, .about-wrap.style1 .about-content .about-subtext, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn, .gallery-info-widget .gallery-info-item-wrap .gallery-info-item, .service-card.style7 .service-info, .blog-card.style4 .blog-info .blog-date, .blog-card.style3 .blog-img .blog-date, .testimonial-card.style4 .client-img .quote-icon, .pricing-table.style2 .pricing-header-wrap .pricing-icon, .pricing-table.style4 .pricing-header-wrap .pricing-icon, .gallery-card.style8 .gallery-info, .service-card.style5 .service-icon, .service-card.style6 .service-icon, .service-card.style4 .service-info .service-title .service-icon, .service-card.style2 .service-icon, .service-card.style8 .service-icon, .service-card.style1 .service-info .service-icon, .promo-card .promo-icon, .feature-item-wrap .feature-item .feature-icon, .about-wrap.style5 .about-img-wrap .about-promo-text > span, .about-wrap.style1 .about-content .about-subtext span, .search-area, .searchbtn, .social-profile.style1 li a, .social-profile.style2 li a, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  display: flex;
  flex-wrap: wrap;
}

.blog-card.style4 .blog-info .blog-date, .blog-card.style3 .blog-img .blog-date, .testimonial-card.style4 .client-img .quote-icon, .pricing-table.style2 .pricing-header-wrap .pricing-icon, .pricing-table.style4 .pricing-header-wrap .pricing-icon, .gallery-card.style8 .gallery-info, .service-card.style5 .service-icon, .service-card.style6 .service-icon, .service-card.style4 .service-info .service-title .service-icon, .service-card.style2 .service-icon, .service-card.style8 .service-icon, .service-card.style1 .service-info .service-icon, .promo-card .promo-icon, .feature-item-wrap .feature-item .feature-icon, .about-wrap.style5 .about-img-wrap .about-promo-text > span, .about-wrap.style1 .about-content .about-subtext span, .search-area, .searchbtn, .social-profile.style1 li a, .social-profile.style2 li a, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  flex-direction: column;
  justify-content: center;
}

.service-card.style7 .service-info {
  flex-direction: column;
  justify-content: flex-end;
}

.footer-bottom .social-link, .post-navigation, .testimonial-card.style7 .client-info-wrap, .testimonial-card.style7 .client-info-area .quote-wrap, .testimonial-card.style6 .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .testimonial-card .client-info-area, .pricing-table.style2 .pricing-header-wrap, .pricing-table.style4 .pricing-header-wrap, .gallery-card.style5 .gallery-info, .gallery-card.style3 .gallery-info, .gallery-card.style4 .gallery-info, .department-wrap.style8 .dp-content .feature-item-wrap .feature-item, .service-card.style4 .service-info .service-title, .promo-card.style2 .promo-title, .about-wrap.style5 .about-img-wrap .about-promo-text, .about-wrap.style3 .about-content .feature-item-wrap .feature-item, .about-wrap.style3 .about-content .feature-item-wrap, .about-wrap.style1 .about-content .about-subtext, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn, .gallery-info-widget .gallery-info-item-wrap .gallery-info-item, .schedule-widget ul li, .select-lang .navbar-language .dropdown-toggle, .header-wrap .header-top .header-top-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.testimonial-card.style5 .client-info-area, .about-wrap.style7 .about-img-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.post-navigation, .testimonial-card.style7 .client-info-area .quote-wrap, .dp-tablist, .about-wrap.style8 .about-img-wrap, .about-wrap.style7 .about-img-wrap, .about-wrap.style4 .about-tablist, .hero-wrap.style5 .hero-img-wrap, .schedule-widget ul li {
  justify-content: space-between;
}

.testimonial-slider-one.style3.owl-carousel .owl-nav, .team-slider-one.owl-carousel.style1 .owl-dots {
  justify-content: center;
}

.footer-bottom .social-link, .pricing-tablist, .header-wrap .header-top .header-top-right {
  justify-content: flex-end;
}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 85px;
  width: 85px;
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;
  border-radius: 50%;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  animation: ripple 3s infinite;
}

.play-now {
  position: relative;
  height: 85px;
  width: 85px;
  text-align: center;
  line-height: 92px;
  background-color: transparent;
  color: #fff;
  z-index: 1;
  font-size: 28px;
  padding-left: 5px;
  display: block;
  transform-origin: center center;
  border-radius: 50%;
  margin: 0 auto;
}
.play-now .ripple:before {
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}
.play-now .ripple:after {
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.checkbox {
  display: block;
}
.checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.checkbox label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}
.checkbox label:before {
  content: "";
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: transparent;
  border: 1px solid #FF375F;
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 5px;
}
.checkbox a {
  color: #FF375F;
}
.checkbox.style2 label:before {
  border-radius: 50%;
  border-color: #888888;
}

.checkbox input:checked + label:before {
  border-color: #FF375F;
}

.checkbox input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 9px;
  height: 9px;
  border: none;
  background: #FF375F;
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 5px;
  background: #FF375F;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
}
.back-to-top.open {
  bottom: 30px;
}
.back-to-top i {
  color: #fff;
  position: relative;
  top: 1px;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  text-align: center;
  margin: 5px;
  border-radius: 50%;
  border: 4px solid #FF375F;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  transform-style: preserve-3d;
  position: relative;
}

.loader-inner-1 {
  animation-delay: 0.2s;
  animation: change_first_circle 4s ease-in-out infinite;
}

.loader-inner-2 {
  animation-delay: 0.2s;
  animation: change_second_circle 4s ease-in-out infinite;
}

.loader-inner-3 {
  animation-delay: 0.2s;
  width: 40px;
  height: 40px;
  animation: change_last_circle 4s linear infinite;
}

@keyframes change_first_circle {
  50% {
    transform: rotateX(360deg) scale(0.8);
  }
}
@keyframes change_second_circle {
  50% {
    transform: rotateY(360deg) scale(0.8);
  }
}
@keyframes change_last_circle {
  50% {
    transform: rotateX(360deg) scale(0.8);
  }
}
/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  line-height: 26px;
  font-weight: 400;
  border-radius: 5px;
  text-align: center;
  transition: all 0.7s ease-in-out;
  position: relative;
  z-index: 1;
  border: none;
  padding: 14px 35px 16px;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
}
.btn i {
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-left: 7px;
  transition: all 0.4s ease-in-out;
}
.btn:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.btn:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}
.btn:hover {
  color: #fff;
}
.btn:hover:after, .btn:hover:before {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.btn.style1 {
  background-color: #FF375F;
  border-radius: 5px;
}
.btn.style1:after, .btn.style1:before {
  background: #002856;
}
.btn.style2 {
  background-color: #FF375F;
  color: #fff;
}
.btn.style2:after, .btn.style2:before {
  background: #002856;
}
.btn.style3 {
  background-color: #000;
  color: #fff;
}
.btn.style3:after, .btn.style3:before {
  background: #FF375F;
}
.btn.style3:hover {
  color: #fff;
}
.btn.style4 {
  background-color: transparent;
  border: 1px solid rgba(0, 40, 86, 0.5);
  color: #002856;
  font-weight: 500;
}
.btn.style4:after, .btn.style4:before {
  background: #002856;
}
.btn.style4:hover {
  color: #fff;
}
.btn.style5 {
  background-color: transparent;
  border: 1px solid #FF375F;
  color: #FF375F;
}
.btn.style5:after, .btn.style5:before {
  background: #FF375F;
}
.btn.style5:hover {
  color: #fff;
}
.btn.style6 {
  background-color: #fff;
  color: #FF375F;
}
.btn.style6:after, .btn.style6:before {
  background: #FF375F;
}
.btn.style6:hover {
  color: #fff;
}

.link {
  font-weight: 500;
  line-height: 26px;
  display: inline-block;
  position: relative;
  color: #FF375F;
  transition: all 0.4s ease-in-out;
}
.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #FF375F;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.link i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}
.link:hover {
  color: #FF375F;
}
.link:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.link:hover i {
  margin-left: 10px;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #002856;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev i, .owl-carousel .owl-nav button.owl-next i {
  font-size: 20px;
  line-height: 0.9;
  display: inline-block;
  position: relative;
  top: 0;
  color: #fff;
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
  background-color: #FF375F;
}
.owl-carousel .owl-nav button.owl-prev:hover i, .owl-carousel .owl-nav button.owl-next:hover i {
  color: #fff;
}
.owl-carousel .owl-nav button.owl-prev i {
  position: relative;
  right: 1px;
}
.owl-carousel .owl-nav button.owl-next i {
  position: relative;
  left: 1px;
}
.owl-carousel .owl-dots button.owl-dot {
  margin: 0 10px 0 0;
  position: relative;
  top: 3px;
}
.owl-carousel .owl-dots button.owl-dot span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(0, 40, 86, 0.3);
  background-color: transparent;
  position: relative;
}
.owl-carousel .owl-dots button.owl-dot span:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #002856;
}
.owl-carousel .owl-dots button.owl-dot:last-child {
  margin: 0;
}
.owl-carousel .owl-dots button.owl-dot.active span {
  border-color: #FF375F;
}
.owl-carousel .owl-dots button.owl-dot.active span:before {
  background-color: #FF375F;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
  margin-top: -2px;
}
.section-title h2,
.content-title h2 {
  font-size: 40px;
  margin: 0;
}
.section-title p,
.content-title p {
  margin: 12px 0 0;
}
.section-title span,
.content-title span {
  display: inline-block;
  font-weight: 600;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.section-title span p,
.content-title span p {
  margin: 10px auto 0;
}
.section-title.style1 span,
.content-title.style1 span {
  color: #FF375F;
}
.section-title.style2 span,
.content-title.style2 span {
  color: #FF375F;
}
.section-title.style2 h2,
.content-title.style2 h2 {
  color: #fff;
}
.section-title.style2 p,
.content-title.style2 p {
  color: rgba(255, 255, 255, 0.8);
}
.section-title.style3 span,
.content-title.style3 span {
  color: #FF375F;
}
.section-title.style3 h2,
.content-title.style3 h2 {
  color: #002856;
}
.section-title.style3 h2 span,
.content-title.style3 h2 span {
  color: #002856;
}
.section-title.style4 span,
.content-title.style4 span {
  color: #FF375F;
}

.content-wrapper {
  margin-top: 140px;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

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

.bg-prussian {
  background-color: #002856;
}

.bg-athens {
  background-color: #F3F4F6;
}

.bg-albastor {
  background-color: #f9f9f9;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease-in-out;
}
.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-75 {
  opacity: 0.75;
}

.op-8 {
  opacity: 0.8;
}

.op-85 {
  opacity: 0.85;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.pos-rel {
  position: relative;
  z-index: 1;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3000ms infinite ease-in-out;
}

.moveVertical {
  animation: moveVertical 3000ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  animation: moveHorizontal_reverse 3000ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.waving_left {
  animation: waving_left 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.waving_right {
  animation: waving_right 7s infinite linear;
  transition: all 0.3s ease-in-out;
}

.rotate {
  animation: rotation 20s infinite linear;
}

.rotate {
  animation: rotation 20s infinite linear;
}
@keyframes waving_left {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(3deg);
  }
  50% {
    -webkit-transform: rotate(6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes waving_right {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(-6deg);
  }
  75% {
    -webkit-transform: rotate(-3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes moveHorizontal {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveHorizontal_reverse {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}
@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 4px;
}
.social-profile li:first-child {
  margin-left: 0;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li:last-child {
  margin-right: 0;
}
.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.social-profile li a i {
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  line-height: 0.8;
}
.social-profile li a:hover {
  border-color: transparent;
  color: #FF375F;
}
.social-profile.style1 li a, .social-profile.style2 li a {
  width: 32px;
  height: 32px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.social-profile.style1 li a {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}
.social-profile.style1 li a i {
  color: #002856;
}
.social-profile.style1 li a:hover {
  background-color: #FF375F;
  transform: translateY(-3px);
}
.social-profile.style1 li a:hover i {
  color: #fff;
}
.social-profile.style2 li a {
  background: #F5F5F5;
  border-radius: 50%;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.01);
}
.social-profile.style2 li a i {
  color: #FF375F;
}
.social-profile.style2 li a:hover {
  background-color: #FF375F;
  transform: translateY(-3px);
}
.social-profile.style2 li a:hover i {
  color: #fff;
}

.comment-item-wrap .comment-item, .post-author, .post-navigation, .testimonial-card.style7 .client-info-wrap, .testimonial-card.style6 .client-info-area .client-info-wrap, .testimonial-card .client-info-area .client-info-wrap, .testimonial-card .client-info-area, .pricing-tablist, .team-card.style7 .team-img .member-social .social-profile, .team-card.style4, .gallery-item-wrap.style5, .department-wrap.style8 .dp-content .feature-item-wrap, .department-wrap.style3 .dp-content .feature-item-wrap .feature-item, .hw-tablist, .service-card.style5 .service-info-wrap, .service-card.style6 .service-info-wrap, .feature-item-wrap .feature-item, .about-wrap.style5 .about-content .feature-item-wrap, .pp-post-item, .schedule-widget ul li, .select-lang .navbar-language .dropdown-toggle, .search-area, .header-wrap .header-top .header-top-right, .blog-card.style4 .blog-info .blog-date, .blog-card.style3 .blog-img .blog-date, .testimonial-card.style4 .client-img .quote-icon, .pricing-table.style2 .pricing-header-wrap .pricing-icon, .pricing-table.style4 .pricing-header-wrap .pricing-icon, .gallery-card.style8 .gallery-info, .service-card.style5 .service-icon, .service-card.style6 .service-icon, .service-card.style4 .service-info .service-title .service-icon, .service-card.style2 .service-icon, .service-card.style8 .service-icon, .service-card.style1 .service-info .service-icon, .promo-card .promo-icon, .feature-item-wrap .feature-item .feature-icon, .about-wrap.style5 .about-img-wrap .about-promo-text > span, .about-wrap.style1 .about-content .about-subtext span, .searchbtn, .service-card.style7 .service-info, .footer-bottom .social-link, .testimonial-card.style7 .client-info-area .quote-wrap, .testimonial-card.style6 .client-info-area, .pricing-table.style2 .pricing-header-wrap, .pricing-table.style4 .pricing-header-wrap, .gallery-card.style5 .gallery-info, .gallery-card.style3 .gallery-info, .gallery-card.style4 .gallery-info, .department-wrap.style8 .dp-content .feature-item-wrap .feature-item, .service-card.style4 .service-info .service-title, .promo-card.style2 .promo-title, .about-wrap.style5 .about-img-wrap .about-promo-text, .about-wrap.style3 .about-content .feature-item-wrap .feature-item, .about-wrap.style3 .about-content .feature-item-wrap, .about-wrap.style1 .about-content .about-subtext, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn, .gallery-info-widget .gallery-info-item-wrap .gallery-info-item, .dp-tablist, .about-wrap.style8 .about-img-wrap, .about-wrap.style7 .about-img-wrap, .about-wrap.style4 .about-tablist, .hero-wrap.style5 .hero-img-wrap, .testimonial-slider-one.style3.owl-carousel .owl-nav, .team-slider-one.owl-carousel.style1 .owl-dots, .pricing-tablist, .owl-carousel .owl-nav, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a {
  display: flex;
  flex-wrap: wrap;
}

.blog-card.style4 .blog-info .blog-date, .blog-card.style3 .blog-img .blog-date, .testimonial-card.style4 .client-img .quote-icon, .pricing-table.style2 .pricing-header-wrap .pricing-icon, .pricing-table.style4 .pricing-header-wrap .pricing-icon, .gallery-card.style8 .gallery-info, .service-card.style5 .service-icon, .service-card.style6 .service-icon, .service-card.style4 .service-info .service-title .service-icon, .service-card.style2 .service-icon, .service-card.style8 .service-icon, .service-card.style1 .service-info .service-icon, .promo-card .promo-icon, .feature-item-wrap .feature-item .feature-icon, .about-wrap.style5 .about-img-wrap .about-promo-text > span, .about-wrap.style1 .about-content .about-subtext span, .search-area, .searchbtn, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a {
  flex-direction: column;
  justify-content: center;
}

.footer-bottom .social-link, .post-navigation, .testimonial-card.style7 .client-info-wrap, .testimonial-card.style7 .client-info-area .quote-wrap, .testimonial-card.style6 .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .testimonial-card .client-info-area, .pricing-table.style2 .pricing-header-wrap, .pricing-table.style4 .pricing-header-wrap, .gallery-card.style5 .gallery-info, .gallery-card.style3 .gallery-info, .gallery-card.style4 .gallery-info, .department-wrap.style8 .dp-content .feature-item-wrap .feature-item, .service-card.style4 .service-info .service-title, .promo-card.style2 .promo-title, .about-wrap.style5 .about-img-wrap .about-promo-text, .about-wrap.style3 .about-content .feature-item-wrap .feature-item, .about-wrap.style3 .about-content .feature-item-wrap, .about-wrap.style1 .about-content .about-subtext, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn, .gallery-info-widget .gallery-info-item-wrap .gallery-info-item, .schedule-widget ul li, .select-lang .navbar-language .dropdown-toggle, .header-wrap .header-top .header-top-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.footer-bottom .social-link, .pricing-tablist, .header-wrap .header-top .header-top-right {
  justify-content: flex-end;
}

/*---------------------------------
        Header CSS
-----------------------------------*/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}

.header-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: 0.4s;
}
.header-wrap.sticky {
  position: fixed;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  background: #fff;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  width: 100%;
  top: -58px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
}
.header-wrap.sticky.style3, .header-wrap.sticky.style5, .header-wrap.sticky.style7 {
  top: 0;
}
.header-wrap.sticky.style5 {
  background-color: #002856;
}
.header-wrap .header-bottom {
  padding: 13px 0;
}
.header-wrap .header-bottom .navbar {
  width: 100%;
  padding: 0;
}
.header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before, .header-wrap.style2 .header-top .header-top-right .select-lang .navbar-language .dropdown-toggle:before {
  color: rgba(255, 255, 255, 0.8);
}
.header-wrap.style2 .header-top {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #002856;
  border-radius: 0 0 5px 5px;
}
.header-wrap.style3 {
  position: fixed;
  z-index: 999;
  overflow: hidden;
  padding: 13px 0;
  background-color: #fff;
}
.header-wrap.style3 .navbar {
  padding: 0;
}
.header-wrap.style3:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 20%;
  height: 0;
  z-index: -1;
  border-top: 90px solid #002856;
  border-left: 90px solid #002856;
  border-right: 50px solid transparent;
  border-bottom: 0px solid transparent;
}
.header-wrap.style3 .header-bottom {
  padding: 0;
}
.header-wrap.style3 .header-bottom .other-option .searchbtn {
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.16);
  transition: 0.4s;
}
.header-wrap.style3 .header-bottom .other-option .searchbtn:hover {
  background-color: #002856;
}
.header-wrap.style3 .header-bottom .other-option .searchbtn:hover i {
  color: #fff;
}
.header-wrap.style3 .header-bottom .other-option .searchbtn i {
  color: #002856;
  transition: 0.4s;
}
.header-wrap.style4 .header-top {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header-wrap.style4 .header-top .header-top-left .contact-info li:after {
  background-color: rgba(0, 0, 0, 0.25);
}
.header-wrap.style4 .header-top .header-top-right .social-profile:after {
  background-color: rgba(0, 0, 0, 0.25);
}
.header-wrap.style4 .header-top .header-top-right .social-profile li a {
  background-color: transparent;
}
.header-wrap.style4 .header-top .header-top-right .social-profile li a i {
  color: #002856;
}
.header-wrap.style4 .header-top .header-top-right .social-profile li a:hover {
  background-color: #FF375F;
}
.header-wrap.style4 .header-top .header-top-right .social-profile li a:hover i {
  color: #fff;
}
.header-wrap.style4 .header-bottom {
  padding: 13px 0;
}
.header-wrap.style4 .header-bottom .navbar {
  padding: 0;
}
.header-wrap.style5 .header-bottom {
  background-color: transparent;
  padding: 0;
}
.header-wrap.style5 .header-bottom .searchbtn {
  margin: 0;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.header-wrap.style5 .header-bottom .searchbtn i {
  color: #fff;
}
.header-wrap.style5 .header-bottom .select-lang {
  color: rgba(255, 255, 255, 0.8);
}
.header-wrap.style5 .header-bottom .select-lang .navbar-language .dropdown-toggle {
  color: #fff;
}
.header-wrap.style5 .header-bottom .select-lang .navbar-language .dropdown-toggle:before {
  color: #fff;
}
.header-wrap.style5 .header-bottom .select-lang i {
  top: 5px;
  color: #FF375F;
}
.header-wrap.style7 .header-bottom {
  background-color: transparent;
}
.header-wrap.style7 .header-bottom .navbar .navbar-nav .nav-item .nav-link {
  color: #002856;
}
.header-wrap.style7 .header-bottom .navbar .navbar-nav .nav-item .nav-link.active {
  color: #FF375F;
}
.header-wrap.style7 .header-bottom .other-option.select_lang {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 20px;
}
.header-wrap.style7 .header-bottom .select-lang {
  color: #002856;
  margin-right: 0;
}
.header-wrap.style7 .header-bottom .select-lang .navbar-language .dropdown-toggle {
  color: #002856;
}
.header-wrap.style7 .header-bottom .select-lang i {
  top: 5px;
  color: #FF375F;
}
.header-wrap .header-top {
  padding: 13px 0;
  background-color: transparent;
}
.header-wrap .header-top .header-top-left .contact-info li {
  display: inline-block;
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}
.header-wrap .header-top .header-top-left .contact-info li:after {
  position: absolute;
  top: 5px;
  right: 0;
  content: "";
  width: 1px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.4);
}
.header-wrap .header-top .header-top-left .contact-info li:last-child {
  margin-right: 0;
}
.header-wrap .header-top .header-top-left .contact-info li:last-child:after {
  display: none;
}
.header-wrap .header-top .header-top-left .contact-info li i {
  font-size: 14px;
  line-height: 0.8;
  color: #FF375F;
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.header-wrap .header-top .header-top-left .contact-info li a, .header-wrap .header-top .header-top-left .contact-info li p {
  color: #666666;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0;
}
.header-wrap .header-top .header-top-left .contact-info li a:hover, .header-wrap .header-top .header-top-left .contact-info li p:hover {
  color: #002856;
}
.header-wrap .header-top .header-top-right .social-profile {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.header-wrap .header-top .header-top-right .social-profile:after {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 1px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.4);
}
.header-wrap .header-top .header-top-right .social-profile li a {
  width: 30px;
  height: 30px;
  background-color: #eee;
}
.header-wrap .header-top .header-top-right .social-profile li a i {
  font-size: 16px;
  color: #999;
}
.header-wrap .header-top .header-top-right .social-profile li a:hover {
  background-color: #FF375F;
}
.header-wrap .header-top .header-top-right .social-profile li a:hover i {
  color: #fff;
}
.header-wrap .header-bottom .navbar .navbar-nav .nav-item .nav-link {
  color: #002856;
  font-weight: 600;
  margin: 0 10px;
}
.header-wrap .header-bottom .navbar .navbar-nav .nav-item .nav-link.active {
  color: #FF375F;
}
.header-wrap.style1 .header-top, .header-wrap.style2 .header-top {
  background: #002856;
}
.header-wrap.style1 .header-top .header-top-left .contact-info li a, .header-wrap.style1 .header-top .header-top-left .contact-info li p, .header-wrap.style2 .header-top .header-top-left .contact-info li a, .header-wrap.style2 .header-top .header-top-left .contact-info li p {
  color: rgba(255, 255, 255, 0.8);
}
.header-wrap.style1 .header-top .header-top-right .social-profile li a, .header-wrap.style2 .header-top .header-top-right .social-profile li a {
  background: #002856;
}
.header-wrap.style1 .header-top .header-top-right .social-profile li a i, .header-wrap.style2 .header-top .header-top-right .social-profile li a i {
  color: #fff;
}
.header-wrap.style1 .header-top .header-top-right .social-profile li a:hover, .header-wrap.style2 .header-top .header-top-right .social-profile li a:hover {
  background: #fff;
}
.header-wrap.style1 .header-top .header-top-right .social-profile li a:hover i, .header-wrap.style2 .header-top .header-top-right .social-profile li a:hover i {
  color: #FF375F;
}
.header-wrap.style1 .header-top .header-top-right .select-lang span, .header-wrap.style2 .header-top .header-top-right .select-lang span {
  color: rgba(255, 255, 255, 0.8);
}

.searchbtn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
}
.searchbtn i {
  font-size: 18px;
  display: block;
  margin: 0 auto;
}

.search-area {
  position: fixed;
  top: 0;
  left: 50%;
  width: 0%;
  height: 100vh;
  visibility: hidden;
  background: rgba(9, 24, 81, 0.95);
  opacity: 0;
  z-index: 999;
  transform: translateX(-50%);
  transition: 0.4s;
}
.search-area.open {
  width: calc(100% + 1px);
  visibility: visible;
  opacity: 1;
}
.search-area .close-searchbox {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
}
.search-area .close-searchbox i {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
}
.search-area .form-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  padding: 20px;
  color: #fff;
}
.search-area .form-group input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.search-area .form-group input::placeholder {
  color: #fff;
  opacity: 1;
}

.select-lang {
  padding-left: 18px;
  position: relative;
}
.select-lang i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 15px;
  line-height: 1;
  color: #FF375F;
}
.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #666666;
  font-size: 14px;
  padding-right: 16px;
  transition: 0.3s;
}
.select-lang .navbar-language .dropdown-toggle:after {
  display: none;
}
.select-lang .navbar-language .dropdown-toggle:before {
  position: absolute;
  top: -2px;
  right: -4px;
  content: "\ea4e";
  font-family: "remixicon";
  border: 0;
  font-size: 18px;
  color: #666666;
}
.select-lang .navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  left: auto;
  right: 0;
  inset: 0px 0 auto auto !important;
  border: none;
  border-radius: 0;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s linear;
}
.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  transition: all 0.3s linear;
  font-size: 15px;
}
.select-lang .navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}
.select-lang .navbar-language .dropdown-menu.show {
  transform: translateY(40px) !important;
  opacity: 1;
  pointer-events: all;
}

@media only screen and (max-width: 767px) {
  .navbar-brand img {
    max-width: 120px;
  }
  .header-wrap.sticky {
    top: 0;
  }
  .header-wrap.sticky.style1, .header-wrap.sticky.style4 {
    top: -122px;
  }
  .header-wrap.sticky.style2 {
    top: -122px;
  }
  .header-wrap.style1, .header-wrap.style2, .header-wrap.style4 {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  }
  .header-wrap.style1 .header-top .header-top-left, .header-wrap.style2 .header-top .header-top-left, .header-wrap.style4 .header-top .header-top-left {
    text-align: center;
    margin-bottom: 0 !important;
  }
  .header-wrap.style1 .header-top .header-top-left .contact-info li, .header-wrap.style2 .header-top .header-top-left .contact-info li, .header-wrap.style4 .header-top .header-top-left .contact-info li {
    width: 100%;
    margin: 0 0 8px 0;
    padding-right: 0;
  }
  .header-wrap.style1 .header-top .header-top-left .contact-info li:after, .header-wrap.style2 .header-top .header-top-left .contact-info li:after, .header-wrap.style4 .header-top .header-top-left .contact-info li:after {
    display: none;
  }
  .header-wrap.style1 .header-top .header-top-right, .header-wrap.style2 .header-top .header-top-right, .header-wrap.style4 .header-top .header-top-right {
    justify-content: center;
  }
  .header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-menu, .header-wrap.style2 .header-top .header-top-right .select-lang .navbar-language .dropdown-menu, .header-wrap.style4 .header-top .header-top-right .select-lang .navbar-language .dropdown-menu {
    inset: 0px auto auto 0 !important;
    margin-left: -25px !important;
  }
  .header-wrap.style1 .header-top .header-top-right .select-lang .navbar-language .dropdown-menu.show, .header-wrap.style2 .header-top .header-top-right .select-lang .navbar-language .dropdown-menu.show, .header-wrap.style4 .header-top .header-top-right .select-lang .navbar-language .dropdown-menu.show {
    transform: translateY(40px) !important;
    opacity: 1;
    pointer-events: all;
  }
  .header-wrap.style1 .header-bottom, .header-wrap.style2 .header-bottom, .header-wrap.style4 .header-bottom {
    padding: 8px 0;
  }
  .navbar {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar .navbar-toggler {
    border-color: #ff2c57;
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 44, 87, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .navbar .navbar-nav .nav-link {
    color: #000000;
  }
}
@media only screen and (max-width: 991px) {
  .header-wrap.style1, .header-wrap.style2, .header-wrap.style4, .header-wrap.style7 {
    background-color: #fff;
  }
  .header-wrap.style3:after {
    width: 55%;
  }
  .header-wrap.style4 {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  }
  .header-wrap.style5 {
    background-color: rgb(0, 40, 86);
    padding: 10px 0;
  }
  .header-wrap.style5 .navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.4);
  }
  .header-wrap.style5 .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
  .header-wrap.style5 .navbar .navbar-nav .nav-item .nav-link.active {
    color: #FF375F;
  }
  .header-wrap.style7 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  .header-wrap #navbarSupportedContent {
    margin-top: 5px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .nav-link {
    margin: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-wrap.sticky {
    top: -56px;
  }
  .header-wrap .header-top .header-top-left .contact-info li {
    margin-right: 15px;
    padding-right: 15px;
  }
  .header-wrap .header-top .header-top-right .social-profile {
    margin-left: 15px;
    padding-left: 10px;
    position: relative;
  }
  .header-wrap .header-top .header-top-right .social-profile:after {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 1px;
    height: 18px;
    background-color: rgba(255, 255, 255, 0.4);
  }
  .header-wrap .header-top .header-top-right .social-profile li a {
    width: 30px;
    height: 30px;
    background-color: #eee;
  }
  .header-wrap .header-top .header-top-right .social-profile li a i {
    font-size: 16px;
    color: #999;
  }
  .header-wrap .header-top .header-top-right .social-profile li a:hover {
    background-color: #FF375F;
  }
  .header-wrap .header-top .header-top-right .social-profile li a:hover i {
    color: #fff;
  }
  .header-wrap .header-top .header-bottom .navbar {
    padding: 15px 0;
  }
  .header-wrap .header-top .header-bottom .navbar .navbar-nav .nav-item .nav-link {
    color: #002856;
    font-weight: 600;
    margin: 0 10px;
  }
  .header-wrap .header-top .header-bottom .navbar .navbar-nav .nav-item .nav-link.active {
    color: #FF375F;
  }
  .navbar {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navbar .navbar-toggler {
    border-color: #002856;
  }
  .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 44, 87, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar .navbar-nav .nav-link {
    color: #000000;
  }
}
@media only screen and (min-width: 992px) {
  .header-wrap .navbar .other-option {
    margin-left: 20px;
  }
  .header-wrap.style5 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .header-wrap.style5 .header-bottom .navbar {
    padding: 15px 0;
  }
  .header-wrap.style5 .header-bottom .navbar .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 600;
    margin: 0 10px;
    padding: 10px 0;
    position: relative;
  }
  .header-wrap.style5 .header-bottom .navbar .navbar-nav .nav-item .nav-link:after {
    position: absolute;
    bottom: -24px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #FF375F;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }
  .header-wrap.style5 .header-bottom .navbar .navbar-nav .nav-item .nav-link.active, .header-wrap.style5 .header-bottom .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #FF375F;
  }
  .header-wrap.style5 .header-bottom .navbar .navbar-nav .nav-item .nav-link.active:after, .header-wrap.style5 .header-bottom .navbar .navbar-nav .nav-item .nav-link:hover:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .nav-link {
    margin: 0 5px;
  }
  .header-wrap .header-top .header-top-right .social-profile {
    margin-left: 20px;
    padding-left: 10px;
    position: relative;
  }
  .header-wrap.style3::after {
    width: 23.2%;
  }
  .other-option .btn.style1 {
    padding: 10px 18px 10px;
    font-size: 14px;
  }
  .header-wrap .header-bottom .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-wrap .header-top .header-top-left .contact-item p,
  .header-wrap .header-top .header-top-left .contact-item a {
    font-size: 16px;
    font-weight: 400;
  }
  .navbar-brand {
    min-width: 120px;
  }
  .header-wrap.sticky .mobile-menu {
    margin-right: 0;
  }
  .header-wrap .header-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .header-wrap .header-bottom .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media only screen and (min-width: 1600px) {
  .header-wrap.style1 .container, .header-wrap.style2 .container, .header-wrap.style3 .container, .header-wrap.style4 .container, .header-wrap.style5 .container, .header-wrap.style7 .container {
    max-width: 1520px;
  }
}
@media only screen and (min-width: 1920px) {
  .header-wrap.style1 .container, .header-wrap.style2 .container, .header-wrap.style3 .container, .header-wrap.style4 .container, .header-wrap.style5 .container, .header-wrap.style7 .container {
    max-width: 1620px;
  }
}
/*---------------------------------
       Breadcrumb CSS
-----------------------------------*/
.content-wrapper {
  margin-top: 141px;
}

.breadcrumb-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 40px 0;
  overflow: hidden;
  background-image: url(../img/breadcrumb-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.breadcrumb-wrap .breadcrumb-img {
  min-height: 300px;
  max-height: 300px;
}
.breadcrumb-wrap .breadcrumb-img img {
  display: block;
  max-height: 300px;
  margin-left: auto;
}

.breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
}
.breadcrumb-title h2 {
  font-size: 40px;
  font-weight: 600;
  margin: 0 0 15px;
}
.breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: #002856;
  font-weight: 600;
}
.breadcrumb-title .breadcrumb-menu li:after {
  position: absolute;
  top: 1px;
  right: -13px;
  content: "~";
  font-size: 16px;
  background-color: transparent;
  color: #002856;
}
.breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}
.breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: #FF375F;
}
.breadcrumb-title .breadcrumb-menu li:last-child:after {
  display: none;
}
.breadcrumb-title .breadcrumb-menu li a {
  font-size: 16px;
  font-size: 600;
  line-height: 22px;
  display: inline-block;
  padding: 0px 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: #002856;
}
.breadcrumb-title .breadcrumb-menu li a:hover {
  color: #FF375F;
}
.breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

.breadcrumb-img img {
  display: block;
  margin-left: auto;
}

.content-feature-list {
  margin: 0 0 28px 0;
}
.content-feature-list li {
  position: relative;
  padding-left: 25px;
  margin: 0 0 18px;
}
.content-feature-list li:last-child {
  margin-bottom: 0;
}
.content-feature-list li i {
  position: absolute;
  top: 6px;
  left: 0;
  color: #002856;
  font-size: 18px;
  line-height: 0.8;
}
.content-feature-list.style3 li, .content-feature-list.style4 li {
  padding-left: 45px;
  margin-bottom: 25px;
}
.content-feature-list.style3 li:last-child, .content-feature-list.style4 li:last-child {
  margin-bottom: 0;
}
.content-feature-list.style3 li span, .content-feature-list.style4 li span {
  position: absolute;
  top: -4px;
  left: 0;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #F3F4F6;
  text-align: center;
}
.content-feature-list.style3 li span i, .content-feature-list.style4 li span i {
  position: relative;
  top: auto;
  left: auto;
  font-size: 20px;
  line-height: 34px;
  margin: 0 auto;
}
.content-feature-list.style3 li {
  font-weight: 600;
  color: #002856;
  font-size: 18px;
}
.content-feature-list.style3 li span i {
  color: #FF375F;
}
.content-feature-list.style4 li {
  color: #666666;
}
.content-feature-list.style4 li span i {
  color: #002856;
}
.content-feature-list.style5 li i {
  color: #FF375F;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
  padding: 25px;
  border-radius: 8px;
}
.sidebar .sidebar-widget h4 {
  margin: 0 0 25px;
  font-size: 20px;
  position: relative;
  line-height: 1;
  position: relative;
}
.sidebar .sidebar-widget:last-child {
  margin: 0;
}
.sidebar .sidebar-widget.contact-widget {
  border: none;
}

/*-------------------------------
       Search Box Widget CSS
-------------------------------*/
.search-box {
  position: relative;
}
.search-box .form-group {
  position: relative;
}
.search-box .form-group input {
  width: 100%;
  height: 54px;
  background: #fff;
  border: 1px solid rgba(255, 55, 95, 0.2);
  color: #000;
  font-size: 15px;
  line-height: 21px;
  padding: 10px 60px 10px 20px;
  border-radius: 10px;
}
.search-box .form-group input:focus {
  border-color: #888888;
}
.search-box .form-group button {
  position: absolute;
  top: -2px;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0;
  text-align: center;
  background: transparent;
}
.search-box .form-group button i {
  color: #FF375F;
  top: 2px;
  left: 1px;
  font-size: 20px;
  position: relative;
}

/*-------------------------------
     Category Widget CSS
-------------------------------*/
.category-box ul li {
  position: relative;
  margin-bottom: 15px;
}
.category-box ul li:last-child {
  margin-bottom: 0;
}
.category-box ul li a {
  color: #002856;
  font-weight: 600;
  padding: 15px 20px 15px 20px;
  display: block;
  font-size: 18px;
  background-color: #fff;
  position: relative;
  border-left: 6px solid transparent;
  border-radius: 15px;
  z-index: 1;
  transition: 0.4s;
}
.category-box ul li a i {
  position: relative;
  top: 3px;
  margin-left: 2px;
  font-size: 15px;
  visibility: hidden;
  opacity: 0;
  color: #FF375F;
  transition: 0.4s;
}
.category-box ul li a:hover {
  color: #FF375F;
  padding-left: 25px;
  border-color: #FF375F;
}
.category-box ul li a:hover i {
  visibility: visible;
  opacity: 1;
  margin-left: 7px;
}

/*-------------------------------
      Schedule Widget CSS
-------------------------------*/
.schedule-widget ul li {
  margin: 0 0 15px;
}
.schedule-widget ul li:last-child {
  margin: 0;
}
.schedule-widget ul li h6 {
  font-size: 16px;
  line-height: 1.1;
  margin: 0;
  font-weight: 500;
}
.schedule-widget ul li p {
  margin: 0;
  font-size: 15px;
}

/*-------------------------------
    Contact Box Widget CSS
-------------------------------*/
.contact-widget {
  position: relative;
  text-align: left;
  z-index: 1;
  text-align: center;
}
.contact-widget.sidebar-widget {
  border-top: none;
  padding: 50px 25px;
}
.contact-widget p,
.contact-widget h3,
.contact-widget a {
  color: #fff;
  z-index: 2;
  font-weight: 500;
  position: relative;
}
.contact-widget h3 {
  font-size: 24px;
  line-height: 1.2;
  margin: 10px 0 15px;
}
.contact-widget a {
  display: block;
  margin: 0 0 10px;
}
.contact-widget a.btn {
  margin-top: 15px;
  display: inline-block;
}

/*-------------------------------
     Gallery Info Widget CSS
-------------------------------*/
.gallery-info-widget .gallery-info-item-wrap {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}
.gallery-info-widget .gallery-info-item-wrap .gallery-info-item {
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
  font-size: 15px;
  padding-bottom: 20px;
  color: #666666;
}
.gallery-info-widget .gallery-info-item-wrap .gallery-info-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.gallery-info-widget .gallery-info-item-wrap .gallery-info-item span {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  width: 50%;
  text-align: right;
}
.gallery-info-widget .gallery-info-item-wrap .gallery-info-item p {
  font-size: 18px;
  margin: 0;
  color: #002856;
  font-weight: 500;
  width: 50%;
}
.gallery-info-widget .gallery-info-item-wrap .gallery-info-item p i {
  font-size: 16px;
  position: relative;
  top: 2px;
  margin-right: 7px;
}

/*-------------------------------
     Taglist Widget CSS
-------------------------------*/
.tag-list ul {
  margin-top: -12px;
}
.tag-list ul li {
  display: inline-block;
  margin: 12px 8px 0px 0px;
}
.tag-list ul li a {
  display: inline-block;
  font-size: 14px;
  line-height: 16px;
  padding: 10px 15px;
  color: #002856;
  background-color: #EFF0F2;
  border-radius: 50px;
  transition: 0.3s;
}
.tag-list ul li a:hover {
  background-color: #FF375F;
  color: #fff;
}

/*-------------------------------
    Popular post Widget CSS
-------------------------------*/
.pp-post-item {
  margin: 0 0 20px;
}
.pp-post-item .pp-post-img {
  width: 85px;
  border-radius: 4px;
  position: relative;
  top: 1px;
}
.pp-post-item .pp-post-img img {
  border-radius: 4px;
}
.pp-post-item .pp-post-info {
  width: calc(100% - 100px);
  margin-left: 15px;
  margin-top: -2px;
}
.pp-post-item .pp-post-info h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 10px;
}
.pp-post-item .pp-post-info h6 a {
  color: #002856;
}
.pp-post-item .pp-post-info h6 a:hover {
  color: #FF375F;
}
.pp-post-item .pp-post-info span {
  font-size: 14px;
  line-height: 1;
  display: block;
  position: relative;
  padding-left: 22px;
  color: #888888;
}
.pp-post-item .pp-post-info span i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 15px;
  line-height: 0.8;
  color: #FF375F;
}
.pp-post-item:last-child {
  margin: 0;
}
.pp-post-item:hover .pp-post-info h6 a {
  color: #FF375F;
}

/*-------------------------------
    Hero  Section CSS
-------------------------------*/
.hero-bg-1 {
  background-image: url(../img/bg1.jpg);
}

.hero-bg-2 {
  background-image: url(../img/bg-2.jpg);
}

.hero-bg-3 {
  background-image: url(../img/hero/hero-slider-3.jpg);
}

.hero-bg-4 {
  background-image: url(../img/hero/hero-slider-4.jpg);
}

.hero-bg-5 {
  background-image: url(../img/hero/hero-slider-5.jpg);
}

.hero-bg-6 {
  background-image: url(../img/hero/hero-slider-6.jpg);
}

.hero-bg-7 {
  background-image: url(../img/hero/hero-img-7.jpg);
}

.hero-bg-8 {
  background-image: url(../img/hero/hero-img-8.jpg);
}

.hero-bg-9 {
  background-image: url(../img/hero/hero-img-9.jpg);
}

.hero-bg-10 {
  background-image: url(../img/hero/hero-img-10.jpg);
}

.hero-bg-11 {
  background-image: url(../img/hero/hero-img-11.jpg);
}

.hero-bg-12 {
  background-image: url(../img/hero/hero-img-12.jpg);
}

.hero-bg-13 {
  background-image: url(../img/hero/hero-img-13.jpg);
}

.hero-bg-14 {
  background-image: url(../img/hero/hero-bg-14.png);
}

.hero-wrap .hero-content span {
  display: block;
  margin-bottom: 8px;
  color: #FF375F;
}
.hero-wrap .hero-content h1 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 20px;
}
.hero-wrap .hero-content p {
  margin-bottom: 35px;
}
.hero-wrap.style1, .hero-wrap.style2, .hero-wrap.style4, .hero-wrap.style8 {
  margin-top: 141px;
}
.hero-wrap.style1, .hero-wrap.style2, .hero-wrap.style4 {
  position: relative;
}
.hero-wrap.style1 .hero-slide-item, .hero-wrap.style2 .hero-slide-item, .hero-wrap.style4 .hero-slide-item {
  padding: 150px 0;
  position: relative;
  z-index: 1;
}
.hero-wrap.style1 .hero-slide-item:before, .hero-wrap.style2 .hero-slide-item:before, .hero-wrap.style4 .hero-slide-item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.09) 85%);
  z-index: -1;
}
.hero-wrap.style1 .hero-slide-item .hero-content > span, .hero-wrap.style2 .hero-slide-item .hero-content > span, .hero-wrap.style4 .hero-slide-item .hero-content > span {
  color: #FF375F;
}
.hero-wrap.style1 .hero-slide-item .hero-content h1, .hero-wrap.style2 .hero-slide-item .hero-content h1, .hero-wrap.style4 .hero-slide-item .hero-content h1 {
  color: #002856;
}
.hero-wrap.style1 .hero-slide-item .hero-content p, .hero-wrap.style2 .hero-slide-item .hero-content p, .hero-wrap.style4 .hero-slide-item .hero-content p {
  color: #002856;
}
.hero-wrap.style1 .hero-slide-item .hero-content .hero-btn .watch-video .play-btn, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn .watch-video .play-btn, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn .watch-video .play-btn {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  line-height: 60px;
  background-color: #002856;
  border: none;
  color: #fff;
  font-size: 18px;
  padding-left: 4px;
  margin: 0 0 0 20px;
  text-align: center;
  display: inline-block;
  transition: 0.4s;
}
.hero-wrap.style1 .hero-slide-item .hero-content .hero-btn .watch-video .play-btn i, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn .watch-video .play-btn i, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn .watch-video .play-btn i {
  margin: 0 auto;
  transition: 0.4s;
}
.hero-wrap.style1 .hero-slide-item .hero-content .hero-btn .watch-video .play-btn:hover, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn .watch-video .play-btn:hover, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn .watch-video .play-btn:hover {
  background-color: #FF375F;
}
.hero-wrap.style1 .hero-slide-item .hero-content .hero-btn .watch-video .play-text, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn .watch-video .play-text, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn .watch-video .play-text {
  display: inline-block;
  color: #002856;
  font-size: 18px;
  font-weight: 600;
  min-width: 100px;
  margin-left: 20px;
  margin-bottom: 0;
}
.hero-wrap.style1 .hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-wrap.style1 .hero-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 75px;
  border-radius: 0 10px 10px 0;
}
.hero-wrap.style1 .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: 0;
  border-radius: 0 10px 10px 0;
}
.hero-wrap.style1 .hero-slider-one.owl-carousel .owl-nav button.owl-prev i {
  left: -3px;
}
.hero-wrap.style1 .hero-slider-one.owl-carousel .owl-nav button.owl-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.hero-wrap.style1 .hero-slider-one.owl-carousel .owl-nav button.owl-next i {
  right: -1px;
}
.hero-wrap.style2 .hero-slider-one.owl-carousel .owl-nav button.owl-prev, .hero-wrap.style2 .hero-slider-one.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hero-wrap.style2 .hero-slider-one.owl-carousel .owl-nav button.owl-prev {
  left: 0;
}
.hero-wrap.style2 .hero-slider-one.owl-carousel .owl-nav button.owl-next {
  right: 0;
}
.hero-wrap.style3 {
  margin-top: 85px;
}
.hero-wrap.style3 .hero-img-wrap {
  height: 750px;
  width: 100%;
}
.hero-wrap.style3 .hero-content h1 {
  font-weight: 400;
}
.hero-wrap.style3 .hero-content h1 span {
  font-weight: 800;
  display: inline-block;
  color: #002856;
}
.hero-wrap.style3 .hero-content .hero-btn .btn:first-child {
  margin-right: 15px;
}
.hero-wrap.style5 {
  position: relative;
  z-index: 1;
  padding: 170px 0 100px;
}
.hero-wrap.style5 .hero-content {
  position: relative;
  z-index: 1;
}
.hero-wrap.style5 .hero-content span {
  color: #FF375F;
}
.hero-wrap.style5 .hero-content h1 {
  color: #fff;
}
.hero-wrap.style5 .hero-content p {
  color: rgba(255, 255, 255, 0.8);
}
.hero-wrap.style5 .hero-img-wrap {
  position: relative;
  z-index: 1;
}
.hero-wrap.style5 .hero-img-wrap .hero-img-one,
.hero-wrap.style5 .hero-img-wrap .hero-img-two {
  width: calc(50% - 10px);
}
.hero-wrap.style5 .hero-img-wrap .hero-img-one {
  margin-top: 120px;
}
.hero-wrap.style4 .hero-content {
  padding: 150px 0;
}
.hero-wrap.style4 .hero-content h1 {
  margin-bottom: 15px;
}
.hero-wrap.style4 .hero-content p {
  color: #002856;
}
.hero-wrap.style6 {
  position: relative;
  margin-top: 145px;
  padding: 50px 0 0;
}
.hero-wrap.style6 .hero-content span {
  color: #FF375F;
}
.hero-wrap.style6 .hero-shape-two {
  position: absolute;
  top: 0;
  left: 0;
}
.hero-wrap.style6 .container {
  position: relative;
  z-index: 1;
}
.hero-wrap.style6 .container .hero-shape-one,
.hero-wrap.style6 .container .hero-shape-three,
.hero-wrap.style6 .container .hero-shape-four {
  position: absolute;
  z-index: -1;
}
.hero-wrap.style6 .container .hero-shape-one {
  bottom: 0;
  right: -50px;
}
.hero-wrap.style6 .container .hero-shape-three {
  bottom: 50px;
  left: 30%;
  transform: translateX(-50%);
}
.hero-wrap.style6 .container .hero-shape-four {
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.hero-wrap.style6 .container .hero-img-wrap img {
  display: block;
  margin: 0 auto;
  max-width: 500px;
}
.hero-wrap.style7 {
  position: relative;
  z-index: 1;
}
.hero-wrap.style7 .hero-shape-one {
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
}
.hero-wrap.style7 .hero-content {
  padding: 250px 0 150px;
}
.hero-wrap.style8 .hero-img-one {
  height: 800px;
  width: 100%;
  border-radius: 15px 0 0 100px;
}

.hero-slider-two.owl-carousel .owl-nav button.owl-prev, .hero-slider-two.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hero-slider-two.owl-carousel .owl-nav button.owl-prev {
  left: -50px;
}
.hero-slider-two.owl-carousel .owl-nav button.owl-next {
  right: -50px;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}

.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content span,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content span {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content h1,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content h1 {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.7s;
}
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content p,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content p {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.9s;
}
.hero-slider-one.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-btn,
.hero-slider-two.owl-carousel .owl-item.active .hero-slide-item .hero-content .hero-btn {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 1.1s;
}

/*-------------------------------
   About Section  CSS
-------------------------------*/
.about-wrap .about-promo-text {
  position: absolute;
  min-width: 220px;
  padding: 20px 10px 30px;
  background-color: #002856;
  text-align: center;
  border-radius: 5px;
}
.about-wrap .about-promo-text h5 {
  margin: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.about-wrap .about-promo-text h5 span {
  font-size: 40px;
  font-weight: 600;
  display: block;
}
.about-wrap.style1 .about-img-wrap {
  position: relative;
  padding-top: 80px;
}
.about-wrap.style1 .about-img-wrap .about-promo-text {
  bottom: 60px;
  left: 0;
  border-radius: 0;
}
.about-wrap.style1 .about-img-wrap .about-img-one {
  margin: auto 0 0 auto;
  max-width: calc(100% - 100px);
  display: block;
}
.about-wrap.style1 .about-img-wrap .about-img-two {
  position: absolute;
  top: 0;
  left: 0;
  border-right: 8px solid #fff;
  border-bottom: 8px solid #fff;
}
.about-wrap.style1 .about-content .about-subtext span {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #F3F4F6;
  text-align: center;
}
.about-wrap.style1 .about-content .about-subtext span img {
  display: block;
  margin: 0 auto;
}
.about-wrap.style1 .about-content .about-subtext h5 {
  width: calc(100% - 100px);
  margin: 0 0 0 20px;
  line-height: 1.4;
}
.about-wrap.style3 .about-img-wrap {
  position: relative;
}
.about-wrap.style3 .about-img-wrap .about-promo-text {
  top: 40px;
  right: 0;
}
.about-wrap.style3 .about-img-wrap .about-img-one {
  margin: auto auto 0 0;
  max-width: calc(100% - 100px);
  display: block;
  border-radius: 5px;
}
.about-wrap.style3 .about-img-wrap .about-img-two {
  position: absolute;
  bottom: 30px;
  right: 0;
  border-top: 8px solid #fff;
  border-left: 8px solid #fff;
  border-bottom: 8px solid #fff;
  border-radius: 5px;
  max-width: 350px;
  overflow: hidden;
}
.about-wrap.style3 .about-img-wrap .about-img-two:before {
  position: absolute;
  top: 0;
  right: -33px;
  content: "";
  width: 80px;
  height: calc(100% + 20px);
  background-color: #fff;
  transform: rotate(15deg);
}
.about-wrap.style3 .about-content .feature-item-wrap {
  padding-bottom: 10px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about-wrap.style3 .about-content .feature-item-wrap .feature-item {
  width: 50%;
  padding-right: 10px;
}
.about-wrap.style3 .about-content .feature-item-wrap .feature-item .feature-text h5 {
  margin-bottom: 0;
}
.about-wrap.style3 .about-content .feature-item-wrap .feature-item:last-child {
  margin-bottom: 25px;
}
.about-wrap.style3 .about-content .content-feature-list {
  margin-bottom: 0;
}
.about-wrap.style4 .about-tablist {
  border: none;
  margin-bottom: 35px;
}
.about-wrap.style4 .about-tablist .nav-item {
  border: none;
  text-align: left;
  width: 33.33%;
}
.about-wrap.style4 .about-tablist .nav-item .tab-link {
  border: none;
  color: #002856;
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 10px 0;
  background-color: transparent;
  border-bottom: 2px solid transparent;
}
.about-wrap.style4 .about-tablist .nav-item .tab-link.active {
  border-color: #FF375F;
}
.about-wrap.style4 .about-tab-content {
  position: relative;
}
.about-wrap.style4 .about-tab-content .about-img {
  position: relative;
}
.about-wrap.style4 .about-tab-content .about-img:before {
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  width: 50%;
  height: calc(100% + 10px);
  border: 5px solid #FF375F;
  border-right: none;
}
.about-wrap.style4 .about-tab-content h5 {
  margin-bottom: 15px;
}
.about-wrap.style4 .about-tab-content .content-feature-list {
  margin-bottom: 0;
}
.about-wrap.style5 .about-img-wrap {
  position: relative;
  padding-bottom: 100px;
}
.about-wrap.style5 .about-img-wrap .about-img-one {
  margin-left: auto;
  width: calc(100% - 150px);
  border-radius: 10px;
  display: block;
}
.about-wrap.style5 .about-img-wrap .about-img-two {
  position: absolute;
  bottom: 0;
  left: 0;
  border: 5px solid #fff;
  border-radius: 10px;
  max-width: 390px;
}
.about-wrap.style5 .about-img-wrap .about-promo-text {
  min-width: auto;
  top: 25px;
  left: 0;
  padding: 16px 20px 20px;
}
.about-wrap.style5 .about-img-wrap .about-promo-text > span {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
}
.about-wrap.style5 .about-img-wrap .about-promo-text > span i {
  color: #FF375F;
  font-size: 30px;
  line-height: 0.8;
}
.about-wrap.style5 .about-img-wrap .about-promo-text h5 {
  width: calc(100% - 75px);
  margin-left: 15px;
  text-align: left;
}
.about-wrap.style5 .about-img-wrap .about-promo-text h5 span {
  font-size: 34px;
}
.about-wrap.style5 .about-content .content-title h5 {
  margin-top: 22px;
}
.about-wrap.style5 .about-content .feature-item-wrap .feature-item {
  width: 50%;
  padding-right: 10px;
  margin-bottom: 25px;
}
.about-wrap.style5 .about-content .feature-item-wrap .feature-item:last-child {
  margin-bottom: 25px;
}
.about-wrap.style6 .about-img-wrap {
  padding: 20px 0 20px 20px;
  display: block;
  border-radius: 15px;
  position: relative;
}
.about-wrap.style6 .about-img-wrap img {
  border-radius: 15px;
}
.about-wrap.style6 .about-img-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 45%;
  height: 100%;
  background-color: #FF375F;
  border-radius: 15px;
  z-index: -1;
}
.about-wrap.style7 .about-img-wrap {
  position: relative;
  padding-bottom: 200px;
}
.about-wrap.style7 .about-img-wrap .about-img-one,
.about-wrap.style7 .about-img-wrap .about-img-two {
  width: 50%;
  z-index: 1;
  border-radius: 10px;
}
.about-wrap.style7 .about-img-wrap .about-img-two {
  border-left: 10px solid #fff;
  border-bottom: 10px solid #fff;
  margin-top: 16px;
  z-index: 1;
}
.about-wrap.style7 .about-img-wrap .about-img-three {
  position: absolute;
  bottom: 0;
  left: 50%;
  border-radius: 10px;
  z-index: -1;
  transform: translateX(-50%);
}
.about-wrap.style8 .about-img-wrap .about-img-one,
.about-wrap.style8 .about-img-wrap .about-img-two {
  width: calc(50% - 10px);
  border-radius: 10px;
}
.about-wrap.style8 .about-content .content-feature-list.style3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto;
  grid-gap: 20px;
}
.about-wrap.style8 .about-content .content-feature-list.style3 li {
  margin-bottom: 0;
}

.feature-item-wrap .feature-item {
  margin-bottom: 25px;
}
.feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}
.feature-item-wrap .feature-item .feature-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0 15px 0px rgba(0, 0, 0, 0.09);
  overflow: hidden;
  background: #fff;
  position: relative;
  top: 2px;
  transition: 0.4s;
}
.feature-item-wrap .feature-item .feature-icon i {
  font-size: 36px;
  line-height: 0.8;
  margin: 0 auto;
  color: #002856;
  transition: 0.4s;
}
.feature-item-wrap .feature-item .feature-icon:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background-color: #FF375F;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.feature-item-wrap .feature-item .feature-text {
  width: calc(100% - 90px);
  margin-left: 20px;
}
.feature-item-wrap .feature-item .feature-text h3 {
  font-size: 24px;
  margin: 0 0 10px;
  transition: 0.4s;
}
.feature-item-wrap .feature-item .feature-text p {
  margin: 0;
}
.feature-item-wrap .feature-item:hover .feature-icon i {
  color: #fff;
}
.feature-item-wrap .feature-item:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.feature-item-wrap.style2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 25px;
}
.feature-item-wrap.style2 .feature-item {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  padding: 25px;
  margin-top: 38px;
}
.feature-item-wrap.style2 .feature-item:last-child {
  margin-bottom: 25px;
}
.feature-item-wrap.style2 .feature-item .feature-icon {
  margin-top: -65px;
}
.feature-item-wrap.style2 .feature-item .feature-text {
  width: 100%;
  margin-left: 0;
  margin-top: 22px;
}

.tab-pane {
  transition: 0.3s;
}

/*-------------------------------
  Promo Section  CSS
-------------------------------*/
.promo-wrap.style1 {
  margin-top: -80px;
  position: relative;
}

.promo-card {
  margin-bottom: 25px;
}
.promo-card .promo-info h3 {
  font-size: 22px;
}
.promo-card .promo-icon {
  overflow: hidden;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.09);
  transition: 0.4s;
}
.promo-card .promo-icon i {
  font-size: 32px;
  line-height: 0.8;
  color: #002856;
  margin: 0 auto;
  transition: 0.4s;
}
.promo-card.style1 {
  background-color: #fff;
  box-shadow: 0px 6px 30px rgba(17, 17, 17, 0.03), 0px 6px 30px rgba(17, 17, 17, 0.03);
}
.promo-card.style1 .promo-info {
  padding: 25px 25px 22px;
}
.promo-card.style1 .promo-info .promo-icon {
  margin: 0 0 22px 0;
}
.promo-card.style1 .promo-info .promo-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #FF375F;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.promo-card.style1 .promo-info .promo-icon i {
  color: #002856;
}
.promo-card.style1 .promo-info h3 {
  margin: 0 0 12px;
}
.promo-card.style1 .promo-info p {
  margin: 0;
}
.promo-card.style1:hover .promo-info .promo-icon:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.promo-card.style1:hover .promo-info .promo-icon i {
  color: #fff;
}
.promo-card.style1:hover .promo-info span {
  background-color: #FF375F;
}
.promo-card.style1:hover .promo-info span i {
  color: #fff;
}
.promo-card.style2 {
  position: relative;
  z-index: 1;
  padding: 25px;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.09);
  overflow: hidden;
}
.promo-card.style2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #FF375F;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.promo-card.style2 .promo-title {
  margin: 0 0 20px;
}
.promo-card.style2 .promo-title .promo-icon i {
  color: #002856;
}
.promo-card.style2 .promo-title h3 {
  width: calc(100% - 95px);
  margin: 0 0 0 15px;
  font-size: 22px;
  transition: 0.4s;
}
.promo-card.style2 p {
  transition: 0.4s;
  margin: 0;
}
.promo-card.style2:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}
.promo-card.style2:hover .promo-title .promo-icon {
  background-color: #fff;
}
.promo-card.style2:hover .promo-title .promo-icon i {
  color: #FF375F;
}
.promo-card.style2:hover .promo-title h3 {
  color: #fff;
}
.promo-card.style2:hover p {
  color: rgba(255, 255, 255, 0.8);
}

/*-------------------------------
  Service Section  CSS
-------------------------------*/
.service-wrap {
  position: relative;
}
.service-wrap .service-bg {
  background-image: url(../img/cta-bg-1.jpg);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 400px;
}
.service-wrap .service-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: #002856;
  opacity: 0.85;
}

.service-card {
  margin-bottom: 25px;
}
.service-card .service-info h3 {
  font-size: 24px;
}
.service-card.style1 {
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.09);
  position: relative;
}
.service-card.style1 .service-img {
  position: relative;
}
.service-card.style1 .service-img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(0deg, rgba(0, 40, 86, 0.5) 0%, rgba(0, 0, 0, 0) 73%);
  content: "";
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.service-card.style1 .service-info {
  padding: 0 25px 22px;
}
.service-card.style1 .service-info .service-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: -40px 0 18px 0;
  background-color: #f9f9f9;
  border: 8px solid #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.09);
  transition: 0.4s;
}
.service-card.style1 .service-info .service-icon i {
  font-size: 32px;
  line-height: 0.8;
  color: #002856;
  margin: 0 auto;
  transition: 0.4s;
}
.service-card.style1 .service-info h3 {
  margin: 0 0 10px;
}
.service-card.style1 .service-info p {
  margin: 0;
}
.service-card.style1:hover .service-img:after {
  visibility: visible;
  opacity: 1;
  height: 100%;
}
.service-card.style1:hover .service-info span {
  background-color: #FF375F;
}
.service-card.style1:hover .service-info span i {
  color: #fff;
}
.service-card.style2, .service-card.style8 {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  position: relative;
}
.service-card.style2 .service-icon, .service-card.style8 .service-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
  position: relative;
  top: 3px;
  margin-bottom: 20px;
  transition: 0.4s;
}
.service-card.style2 .service-icon i, .service-card.style8 .service-icon i {
  font-size: 32px;
  line-height: 0.8;
  margin: 0 auto;
  color: #002856;
  transition: 0.4s;
}
.service-card.style2 .service-info, .service-card.style8 .service-info {
  width: 100%;
}
.service-card.style2 .service-info h3, .service-card.style8 .service-info h3 {
  margin: 0 0 10px;
  transition: 0.4s;
}
.service-card.style2 .service-info p, .service-card.style8 .service-info p {
  margin: 0;
  transition: 0.4s;
}
.service-card.style2 {
  padding: 25px 25px 22px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  position: relative;
}
.service-card.style2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #FF375F;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.service-card.style2:hover:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.service-card.style2:hover .service-info h3 a {
  color: #fff;
}
.service-card.style2:hover .service-info p {
  color: rgba(255, 255, 255, 0.8);
}
.service-card.style2:hover .feature-icon i {
  color: #fff;
}
.service-card.style2:hover .feature-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.service-card.style3 {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  position: relative;
}
.service-card.style3 .service-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}
.service-card.style3 .service-icon i {
  font-size: 65px;
  line-height: 0.8;
  color: rgba(0, 0, 0, 0.29);
  opacity: 0.2;
  transition: 0.4s;
}
.service-card.style3:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: "";
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #FF375F;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.service-card.style3 .service-info h3 {
  margin: 0 0 15px;
}
.service-card.style3 .service-info p {
  margin: 0 0 15px;
}
.service-card.style3 .service-info .content-feature-list {
  margin-bottom: 0;
}
.service-card.style3 .service-info .content-feature-list li {
  padding-left: 0;
  padding-right: 25px;
  margin-bottom: 10px;
}
.service-card.style3 .service-info .content-feature-list li:last-child {
  margin-bottom: 0;
}
.service-card.style3 .service-info .content-feature-list li i {
  left: auto;
  right: 0;
}
.service-card.style3:hover .service-icon i {
  color: #FF375F;
}
.service-card.style3:hover:after {
  width: calc(100% - 50px);
  visibility: visible;
  opacity: 1;
}
.service-card.style4 .service-info {
  width: calc(100% - 40px);
  margin: -60px auto 0;
  padding: 25px 25px 22px;
  background-color: #fff;
  position: relative;
  z-index: 1;
  box-shadow: 0px 6px 30px rgba(17, 17, 17, 0.03), 0px 6px 30px rgba(17, 17, 17, 0.03);
}
.service-card.style4 .service-info .service-title {
  margin-bottom: 18px;
}
.service-card.style4 .service-info .service-title .service-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 5px 22px rgba(0, 0, 0, 0.09);
  transition: 0.4s;
}
.service-card.style4 .service-info .service-title .service-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #FF375F;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.service-card.style4 .service-info .service-title .service-icon i {
  font-size: 32px;
  line-height: 0.8;
  color: #002856;
  margin: 0 auto;
  transition: 0.4s;
}
.service-card.style4 .service-info .service-title h3 {
  width: calc(100% - 85px);
  margin-left: 15px;
  margin-bottom: 0;
}
.service-card.style4 .service-info p {
  margin: 0;
}
.service-card.style4:hover .service-info .service-icon:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.service-card.style4:hover .service-info .service-icon i {
  color: #fff;
}
.service-card.style5, .service-card.style6 {
  padding: 25px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  position: relative;
}
.service-card.style5 .service-info-wrap .service-info, .service-card.style6 .service-info-wrap .service-info {
  width: calc(100% - 85px);
  margin-left: 15px;
}
.service-card.style5 .service-icon, .service-card.style6 .service-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0 14px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #fff;
  position: relative;
  top: 3px;
  transition: 0.4s;
}
.service-card.style5 .service-icon i, .service-card.style6 .service-icon i {
  font-size: 32px;
  line-height: 0.8;
  margin: 0 auto;
  color: #002856;
  transition: 0.4s;
}
.service-card.style5 .service-info, .service-card.style6 .service-info {
  width: 100%;
}
.service-card.style5 .service-info h3, .service-card.style6 .service-info h3 {
  margin: 0 0 10px;
  transition: 0.4s;
}
.service-card.style5 .service-info p, .service-card.style6 .service-info p {
  margin: 0;
  transition: 0.4s;
}
.service-card.style5 .service-img {
  border-radius: 15px;
  margin-top: 22px;
}
.service-card.style5 .service-img img {
  border-radius: 15px;
}
.service-card.style5 .service-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0%;
  height: 100%;
  background-color: #FF375F;
  transition: 0.4s;
  border-radius: 15px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.service-card.style5:hover .service-icon i {
  color: #fff;
}
.service-card.style5:hover .service-icon:after {
  width: 100%;
  visibility: visible;
  opacity: 1;
}
.service-card.style6 {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
}
.service-card.style6:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0%;
  background-color: #FF375F;
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
.service-card.style6 .service-info h3 {
  transition: 0.4s;
}
.service-card.style6 .service-info p {
  transition: 0.4s;
}
.service-card.style6:hover:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}
.service-card.style6:hover .service-info h3 a {
  color: #fff;
}
.service-card.style6:hover .service-info p {
  color: rgba(255, 255, 255, 0.8);
}
.service-card.style7 {
  position: relative;
  border-radius: 10px;
}
.service-card.style7 img {
  border-radius: 10px;
}
.service-card.style7:before {
  position: absolute;
  top: 20px;
  left: 0;
  width: calc(100% - 70px);
  height: calc(100% - 40px);
  content: "";
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.service-card.style7:after {
  position: absolute;
  top: 20px;
  right: 0;
  width: calc(100% - 70px);
  height: calc(100% - 40px);
  content: "";
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.service-card.style7 .service-info {
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0, 40, 86, 0.75) 0%, rgba(0, 0, 0, 0) 73%);
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
}
.service-card.style7 .service-info h3 {
  margin: -10px -5px;
  position: relative;
  z-index: 10;
  font-weight: 400s;
  transition: 0.4s;
}
.service-card.style7 .service-info h3 a {
  color: #fff;
}
.service-card.style7 .service-info h3 a:hover {
  color: #FF375F;
}
.service-card.style7:hover:before {
  left: 20px;
  visibility: visible;
  opacity: 1;
}
.service-card.style7:hover:after {
  right: 20px;
  visibility: visible;
  opacity: 1;
}
.service-card.style7:hover .service-info h3 {
  margin: 8px;
}
.service-card.style8 {
  background-color: #fff;
  border-radius: 25px 8px 25px 8px;
  position: relative;
  z-index: 1;
  padding: 25px 25px 22px;
  border-bottom: 5px solid transparent;
  background-color: #fff;
  transition: 0.4s;
}
.service-card.style8 .service-icon {
  transition: 0.4s;
}
.service-card.style8 .service-icon i {
  transition: 0.4s;
}
.service-card.style8:hover {
  border-color: #FF375F;
}
.service-card.style8:hover .service-icon {
  background-color: #FF375F;
  transition: 0.4s;
}
.service-card.style8:hover .service-icon i {
  color: #fff;
}

.team-slider-two,
.service-slider-one,
.service-slider-two {
  margin: -15px 0;
}
.team-slider-two .service-card,
.service-slider-one .service-card,
.service-slider-two .service-card {
  margin: 15px 0;
}
.team-slider-two.owl-carousel .owl-nav button.owl-prev, .team-slider-two.owl-carousel .owl-nav button.owl-next,
.service-slider-one.owl-carousel .owl-nav button.owl-prev,
.service-slider-one.owl-carousel .owl-nav button.owl-next,
.service-slider-two.owl-carousel .owl-nav button.owl-prev,
.service-slider-two.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.team-slider-two.owl-carousel .owl-nav button.owl-prev,
.service-slider-one.owl-carousel .owl-nav button.owl-prev,
.service-slider-two.owl-carousel .owl-nav button.owl-prev {
  left: -45px;
}
.team-slider-two.owl-carousel .owl-nav button.owl-next,
.service-slider-one.owl-carousel .owl-nav button.owl-next,
.service-slider-two.owl-carousel .owl-nav button.owl-next {
  right: -45px;
}
.team-slider-two.owl-carousel.style2 .owl-nav button.owl-prev, .team-slider-two.owl-carousel.style2 .owl-nav button.owl-next,
.service-slider-one.owl-carousel.style2 .owl-nav button.owl-prev,
.service-slider-one.owl-carousel.style2 .owl-nav button.owl-next,
.service-slider-two.owl-carousel.style2 .owl-nav button.owl-prev,
.service-slider-two.owl-carousel.style2 .owl-nav button.owl-next {
  background-color: #FF375F;
}
.team-slider-two.owl-carousel.style2 .owl-nav button:hover,
.service-slider-one.owl-carousel.style2 .owl-nav button:hover,
.service-slider-two.owl-carousel.style2 .owl-nav button:hover {
  background-color: #F3F4F6;
}
.team-slider-two.owl-carousel.style2 .owl-nav button:hover i,
.service-slider-one.owl-carousel.style2 .owl-nav button:hover i,
.service-slider-two.owl-carousel.style2 .owl-nav button:hover i {
  color: #002856;
}

.service-slider-three,
.service-slider-four {
  margin: -15px 0;
}
.service-slider-three .service-card,
.service-slider-four .service-card {
  margin: 15px 0;
}
.service-slider-three .owl-dots,
.service-slider-four .owl-dots {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

/*-------------------------------
   Call to Action Section  CSS
-------------------------------*/
.cta-wrap.style1 {
  padding-left: 50px;
  padding-right: 50px;
  background-image: url(../img/cta-bg-1.jpg);
  position: relative;
  z-index: 1;
}
.cta-wrap.style1:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.86) 63%);
  z-index: -1;
}
.cta-wrap.style1 .cta-form {
  position: relative;
  z-index: 1;
}
.cta-wrap.style1 .cta-form .form-group {
  margin-bottom: 20px;
}
.cta-wrap.style1 .cta-form .form-group input, .cta-wrap.style1 .cta-form .form-group textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.32);
  padding: 15px 18px;
  color: #fff;
  background-color: transparent;
}
.cta-wrap.style1 .cta-form .form-group input::-moz-placeholder, .cta-wrap.style1 .cta-form .form-group textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.cta-wrap.style1 .cta-form .form-group input::placeholder, .cta-wrap.style1 .cta-form .form-group textarea::placeholder {
  color: #fff;
  opacity: 1;
}
.cta-wrap.style1 .cta-form .form-group input {
  height: 54px;
}
.cta-wrap.style1 .cta-form .form-group textarea {
  height: 120px;
  resize: none;
}
.cta-wrap.style1 .cta-form button {
  display: block;
  width: 100%;
}
.cta-wrap.style2 {
  background-image: url(../img/cta-bg-2.jpg);
}
.cta-wrap.style2 .content-title {
  padding: 0 50px;
}
.cta-wrap.style2 .content-title h2 {
  margin-bottom: 20px;
}

/*-------------------------------
   How It Works Section  CSS
-------------------------------*/
.hw-bg-1 {
  background-image: url(../img/how-it-work/hw-img-2.jpg);
}

.hw-bg-2 {
  background-image: url(../img/how-it-work/hw-img-3.jpg);
}

.hw-bg-3 {
  background-image: url(../img/how-it-work/hw-img-4.jpg);
}

.hw-bg-4 {
  background-image: url(../img/how-it-work/hw-img-5.jpg);
}

.hw-bg-5 {
  background-image: url(../img/how-it-work/hw-img-6.jpg);
}

.hw-wrap.style1 .container {
  position: relative;
  z-index: 1;
}
.hw-wrap.style1 .container .hw-img-one {
  background-image: url(../img/how-it-work/hw-img-1.jpg);
  width: 450px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.hw-wrap.style1 .container .hw-tablist .nav-item .tab-link {
  transition: 0.4s;
}
.hw-wrap.style1 .container .hw-tab-content h5 {
  font-size: 20px;
  margin: 0 0 15px;
}
.hw-wrap.style1 .container .hw-tab-content .content-feature-list {
  margin-bottom: 0;
}
.hw-wrap.style2 .hw-content {
  background-color: #002856;
  padding: 60px 60px 60px 180px;
}
.hw-wrap.style2 .hw-content .hw-tablist {
  margin-bottom: 0;
}
.hw-wrap.style2 .hw-content .hw-tablist .nav-item {
  margin-right: 0;
  margin-bottom: 20px;
  width: 100%;
}
.hw-wrap.style2 .hw-content .hw-tablist .nav-item:last-child {
  margin-bottom: 0;
}
.hw-wrap.style2 .hw-content .hw-tablist .nav-item .nav-link {
  min-width: 100%;
  text-align: left;
  margin-bottom: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: 0.4s;
}
.hw-wrap.style2 .hw-content .hw-tablist .nav-item .nav-link.active {
  border-color: transparent;
}
.hw-wrap.style2 .hw-tab-content {
  position: relative;
  margin-top: 50px;
  height: 600px;
  width: calc(100% + 150px);
}
.hw-wrap.style2 .hw-tab-content .hw-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background-color: #fff;
  padding: 25px 25px 22px;
  max-width: 350px;
}
.hw-wrap.style2 .hw-tab-content .hw-box span {
  color: #FF375F;
  display: block;
  font-size: 14px;
  margin: 0 0 8px;
}
.hw-wrap.style2 .hw-tab-content .hw-box h5 {
  margin: 0 0 10px;
  line-height: 1.4;
}
.hw-wrap.style2 .hw-tab-content .hw-box p {
  margin: 0;
}
.hw-wrap.style2 .hw-tablist .nav-item .tab-link {
  display: block;
  width: 100%;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: 0.4s;
}
.hw-wrap.style2 .hw-tablist .nav-item .tab-link:active {
  border-color: transparent;
}
.hw-wrap.style3 .hw-content .content-feature-list {
  -moz-columns: 2;
       columns: 2;
}
.hw-wrap.style3 .hw-content .content-feature-list li {
  display: block;
  background-color: #f9f9f9;
  padding: 10px 15px 12px 40px;
}
.hw-wrap.style3 .hw-content .content-feature-list li i {
  top: 15px;
  left: 12px;
}

.hw-tablist {
  border: none;
  margin-bottom: 30px;
}
.hw-tablist .nav-item {
  border: none;
  margin-right: 20px;
  display: inline-block;
}
.hw-tablist .nav-item:last-child {
  margin-right: 0;
}
.hw-tablist .nav-item .tab-link {
  background-color: #002856;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 18px 32px 24px;
  border: none;
  min-width: 150px;
  border-radius: 5px;
  transition: 0.4s;
}
.hw-tablist .nav-item .tab-link i {
  position: relative;
  top: 5px;
  font-size: 30px;
  line-height: 0.8;
  margin-right: 8px;
  color: #FF375F;
  transition: 0.4s;
}
.hw-tablist .nav-item .tab-link.active, .hw-tablist .nav-item .tab-link:hover {
  background-color: #FF375F;
  color: #fff;
}
.hw-tablist .nav-item .tab-link.active i, .hw-tablist .nav-item .tab-link:hover i {
  color: #fff;
}

.dp-tablist {
  border: none;
  margin: 0 0 35px;
}
.dp-tablist .nav-item {
  border: none;
  width: calc(16.67% - 20px);
}
.dp-tablist .nav-item .tab-link {
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #002856;
  font-size: 18px;
  font-weight: 600;
  padding: 25px 7px;
  width: 100%;
  background-color: transparent;
  transition: 0.4s;
  position: relative;
}
.dp-tablist .nav-item .tab-link:after {
  position: absolute;
  bottom: -19px;
  left: 45%;
  content: "";
  width: 0;
  height: 0;
  border-top: 13px solid #FF375F;
  border-left: 10px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 10px solid transparent;
  visibility: hidden;
  opacity: 0;
  transform: traslateX(-50%);
  transition: 0.4s;
}
.dp-tablist .nav-item .tab-link.active, .dp-tablist .nav-item .tab-link:hover {
  background-color: #FF375F;
  color: #fff;
  border-color: transparent;
}
.dp-tablist .nav-item .tab-link.active:after, .dp-tablist .nav-item .tab-link:hover:after {
  visibility: visible;
  opacity: 1;
}
.dp-tablist .nav-item .tab-link.active i, .dp-tablist .nav-item .tab-link:hover i {
  color: #fff;
}
.dp-tablist .nav-item .tab-link i {
  display: block;
  font-size: 40px;
  color: #002856;
  transition: 0.4s;
}

/*-------------------------------
   Why Choose Us Section  CSS
-------------------------------*/
.appointment-bg-one {
  width: calc(100% + 200px);
}

.appointment-bg-three {
  background-image: url(../img/how-it-work/hw-img-4.jpg);
}

.appointment-wrap.style2 .appointment-bg-one {
  border-radius: 20px;
}
.appointment-wrap.style2 .appointment-bg-one img {
  border-radius: 20px;
}
.appointment-wrap.style2 .book-appointment {
  border-radius: 20px;
}
.appointment-wrap.style3 {
  background-image: url(../img/appointment-bg-2.jpg);
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}
.appointment-wrap.style3:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.appointment-wrap.style3 .book-appointment {
  position: relative;
  padding: 50px;
  background-color: rgba(255, 255, 255, 0.93);
  border-radius: 15px;
}
.appointment-wrap.style3 .book-appointment form .form-group input, .appointment-wrap.style3 .book-appointment form .form-group textarea, .appointment-wrap.style3 .book-appointment form .form-group select {
  border: 1px solid rgba(0, 40, 86, 0.4);
  background-color: transparent;
  color: #002856;
}
.appointment-wrap.style3 .book-appointment form .form-group select {
  background-color: transparent;
  color: #002856;
  background-image: url(../img/down-arrow.png);
}
.appointment-wrap.style3 .book-appointment form button.btn:hover {
  color: #fff;
}
.appointment-wrap.style3 .book-appointment form button.btn:hover:before, .appointment-wrap.style3 .book-appointment form button.btn:hover:after {
  background-color: #002856;
}
.appointment-wrap.style4 {
  background-image: url(../img/appointment-bg-4.jpg);
  position: relative;
  z-index: 1;
}
.appointment-wrap.style4:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 40, 86, 0.7);
  z-index: -1;
}
.appointment-wrap.style4 .book-appointment {
  padding: 0;
}
.appointment-wrap.style4 .book-appointment .form-group input, .appointment-wrap.style4 .book-appointment .form-group select, .appointment-wrap.style4 .book-appointment .form-group textarea {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
}
.appointment-wrap.style4 .book-appointment .form-group input::-moz-placeholder, .appointment-wrap.style4 .book-appointment .form-group select::-moz-placeholder, .appointment-wrap.style4 .book-appointment .form-group textarea::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.appointment-wrap.style4 .book-appointment .form-group input::placeholder, .appointment-wrap.style4 .book-appointment .form-group select::placeholder, .appointment-wrap.style4 .book-appointment .form-group textarea::placeholder {
  color: #fff;
  opacity: 1;
}
.appointment-wrap.style4 .book-appointment .form-group select {
  background-image: url(../img/down-arrow-white.png);
  background-color: rgba(0, 40, 86, 0.7);
}
.appointment-wrap.style4 .book-appointment .form-group textarea {
  height: 55px;
}
.appointment-wrap.style7 {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.appointment-wrap.style7 .appointment-bg-three {
  height: 660px;
}
.appointment-wrap.style7 .book-appointment {
  box-shadow: none;
  padding: 0 50px 0 0;
}

.book-appointment {
  position: relative;
  padding: 40px;
}
.book-appointment.style1 {
  background-image: url(../img/booking-form-bg.jpg);
}
.book-appointment.style1 h5 {
  color: #fff;
}
.book-appointment.style1 form .form-group input, .book-appointment.style1 form .form-group textarea, .book-appointment.style1 form .form-group select {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background-color: transparent;
  color: #fff;
}
.book-appointment.style1 form .form-group input::-moz-placeholder, .book-appointment.style1 form .form-group textarea::-moz-placeholder, .book-appointment.style1 form .form-group select::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.book-appointment.style1 form .form-group input::placeholder, .book-appointment.style1 form .form-group textarea::placeholder, .book-appointment.style1 form .form-group select::placeholder {
  opacity: 1;
  color: #fff;
}
.book-appointment.style1 form .form-group select {
  background-color: rgba(0, 40, 86, 0.7);
  color: #fff;
  background-image: url(../img/down-arrow-white.png);
}
.book-appointment.style1 form button.btn:hover {
  color: #002856;
}
.book-appointment.style1 form button.btn:hover:before, .book-appointment.style1 form button.btn:hover:after {
  background-color: #fff;
}
.book-appointment.style2 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 1;
  position: relative;
}
.book-appointment.style2 form .form-group input, .book-appointment.style2 form .form-group textarea, .book-appointment.style2 form .form-group select {
  border: 1px solid rgba(0, 40, 86, 0.25);
  background-color: transparent;
  color: #666666;
}
.book-appointment.style2 form .form-group input::-moz-placeholder, .book-appointment.style2 form .form-group textarea::-moz-placeholder, .book-appointment.style2 form .form-group select::-moz-placeholder {
  opacity: 1;
}
.book-appointment.style2 form .form-group input::placeholder, .book-appointment.style2 form .form-group textarea::placeholder, .book-appointment.style2 form .form-group select::placeholder {
  opacity: 1;
}
.book-appointment.style2 form .form-group select {
  background-color: #fff;
  color: #666666;
  background-image: url(../img/down-arrow.png);
}
.book-appointment.style2 form button.btn:hover {
  color: #fff;
}
.book-appointment.style2 form button.btn:hover:before, .book-appointment.style2 form button.btn:hover:after {
  background-color: #002856;
}
.book-appointment h5, .book-appointment form {
  position: relative;
  z-index: 1;
}
.book-appointment h5 {
  margin: 0 0 25px;
}
.book-appointment form .form-group {
  position: relative;
  margin: 0 0 25px;
}
.book-appointment form .form-group input, .book-appointment form .form-group textarea, .book-appointment form .form-group select {
  width: 100%;
  padding: 15px 20px;
  border-radius: 5px;
}
.book-appointment form .form-group input::-moz-placeholder, .book-appointment form .form-group textarea::-moz-placeholder, .book-appointment form .form-group select::-moz-placeholder {
  opacity: 0.9;
}
.book-appointment form .form-group input::placeholder, .book-appointment form .form-group textarea::placeholder, .book-appointment form .form-group select::placeholder {
  opacity: 0.9;
}
.book-appointment form .form-group input {
  height: 55px;
}
.book-appointment form .form-group textarea {
  height: 120px;
  resize: none;
  padding: 15px 20px;
}
.book-appointment form .form-group select {
  padding: 15px 20px;
  border-radius: 5px;
  color: #fff;
}
.book-appointment form button.btn {
  display: block;
  width: 100%;
  border-radius: 5px;
}

.dp-bg-2 {
  background-image: url(../img/dp-img-2.jpg);
}

.department-wrap .dp-content .content-title {
  margin-bottom: 25px;
}
.department-wrap .dp-img-wrap {
  border-radius: 20px;
}
.department-wrap .dp-img-wrap img {
  border-radius: 20px;
}
.department-wrap.style3 .dp-img-item {
  padding: 20px 0 0 20px;
  position: relative;
  z-index: 1;
  border-radius: 15px;
}
.department-wrap.style3 .dp-img-item img {
  border-radius: 15px;
}
.department-wrap.style3 .dp-img-item:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 45%;
  height: 45%;
  background-color: #FF375F;
  border-radius: 15px;
  z-index: -1;
}
.department-wrap.style3 .dp-content .feature-item-wrap {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
  padding: 25px;
  border-radius: 15px;
}
.department-wrap.style3 .dp-content .feature-item-wrap .feature-item .feature-icon {
  background-color: #FF375F;
}
.department-wrap.style3 .dp-content .feature-item-wrap .feature-item .feature-icon i {
  color: #fff;
}
.department-wrap.style7 .dp-content .feature-item-wrap .feature-item {
  border: 1px solid rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 25px;
}
.department-wrap.style7 .dp-content .feature-item-wrap .feature-item:last-child {
  margin-bottom: 0;
}
.department-wrap.style7 .dp-img-wrap {
  position: relative;
  padding-bottom: 160px;
}
.department-wrap.style7 .dp-img-wrap .dp-img-one {
  width: calc(100% - 80px);
  margin-left: auto;
  display: block;
}
.department-wrap.style7 .dp-img-wrap .dp-img-two {
  position: absolute;
  bottom: 0;
  z-index: 1;
  max-width: 400px;
  border-top: 10px solid #fff;
}
.department-wrap.style8 .dp-content .feature-item-wrap .feature-item {
  width: 50%;
  padding-right: 10px;
  margin: 0;
}
.department-wrap.style8 .dp-content .feature-item-wrap .feature-item h5 {
  margin: 0 0 5px;
}
.department-wrap.style8 .dp-content .feature-item-wrap .feature-item p {
  line-height: 1;
}
.department-wrap.style8 .dp-img-wrap {
  position: relative;
  height: 600px;
}
.department-wrap.style8 .dp-img-wrap .dp-promo-box {
  position: absolute;
  bottom: 30px;
  right: 30px;
  max-width: 60%;
  background-color: #FF375F;
  padding: 25px 25px 22px;
  border-radius: 20px 5px 20px 5px;
}
.department-wrap.style8 .dp-img-wrap .dp-promo-box span {
  color: rgba(255, 255, 255, 0.8);
}
.department-wrap.style8 .dp-img-wrap .dp-promo-box h5 {
  margin: 6px 0 10px;
  line-height: 1.4;
  color: #fff;
}
.department-wrap.style8 .dp-img-wrap .dp-promo-box p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.8);
}

.dp-img-slider.owl-carousel .owl-dots {
  text-align: center;
  margin: 20px 0 0;
}

/*-------------------------------
   Gallery Section  CSS
-------------------------------*/
.gallery-wrap {
  position: relative;
  z-index: 1;
}
.gallery-wrap.style1:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 30%;
  height: 90%;
  background-color: #f9f9f9;
  z-index: -1;
}

.gallery-card {
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.gallery-card .gallery-info {
  position: absolute;
  bottom: -100%;
  background-color: #fff;
  padding: 30px 30px;
  text-align: center;
  transition: 0.4s;
}
.gallery-card .gallery-info .gallery-icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-color: #FF375F;
  text-align: center;
  margin-bottom: 22px;
}
.gallery-card .gallery-info .gallery-icon i {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  margin: 0 auto;
  position: relative;
  line-height: 1;
  top: 5px;
}
.gallery-card .gallery-info h3 {
  margin: 0;
  font-size: 24px;
}
.gallery-card:hover .gallery-info {
  bottom: -1px;
}
.gallery-card.style1 {
  position: relative;
}
.gallery-card.style1 .gallery-info {
  left: 50%;
  width: calc(100% - 80px);
  transform: translateX(-50%);
}
.gallery-card.style1 .gallery-info .gallery-icon {
  border-radius: 50%;
}
.gallery-card.style2 {
  overflow: hidden;
}
.gallery-card.style2 .gallery-info {
  left: 25px;
  width: calc(100% - 80px);
  padding: 0 25px 25px;
  text-align: left;
}
.gallery-card.style2 .gallery-info .gallery-icon {
  margin: 0;
  position: relative;
  top: -20px;
}
.gallery-card.style2 .gallery-info .gallery-icon i {
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  margin: 0 auto;
  position: relative;
  top: -1px;
}
.gallery-card.style2 .gallery-info h3 {
  margin: 0 0 8px;
}
.gallery-card.style2:hover .gallery-info {
  bottom: 25px;
}
.gallery-card.style3 img, .gallery-card.style4 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.gallery-card.style3 .gallery-info, .gallery-card.style4 .gallery-info {
  width: calc(100% - 40px);
  left: 50%;
  transform: translateX(-50%);
}
.gallery-card.style3 .gallery-info .gallery-info-left, .gallery-card.style4 .gallery-info .gallery-info-left {
  width: calc(100% - 50px);
  margin-right: 15px;
  text-align: left;
}
.gallery-card.style3 .gallery-info .gallery-info-right .gallery-icon, .gallery-card.style4 .gallery-info .gallery-info-right .gallery-icon {
  width: 35px;
  margin: 0;
}
.gallery-card.style3:hover .gallery-info, .gallery-card.style4:hover .gallery-info {
  bottom: 25px;
}
.gallery-card.style4 {
  position: relative;
  z-index: 1;
}
.gallery-card.style4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 40, 86, 0.5) 0%, rgba(0, 0, 0, 0) 73%);
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.gallery-card.style4 .gallery-info {
  z-index: 1;
}
.gallery-card.style4:hover:after {
  visibility: visible;
  opacity: 1;
}
.gallery-card.style5 {
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
.gallery-card.style5:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, rgba(0, 40, 86, 0.5) 0%, rgba(0, 0, 0, 0) 73%);
  z-index: 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 15px;
  transition: 0.4s;
}
.gallery-card.style5 img {
  border-radius: 15px;
}
.gallery-card.style5 .gallery-info {
  position: absolute;
  bottom: -100%;
  background-color: #fff;
  padding: 30px 30px;
  border-radius: 15px;
  width: calc(100% - 35px);
  left: 50%;
  z-index: 1;
  padding: 20px;
  transform: translateX(-50%);
  transition: 0.4s;
}
.gallery-card.style5 .gallery-info .gallery-info-left {
  width: calc(100% - 50px);
  margin-right: 15px;
  text-align: left;
}
.gallery-card.style5 .gallery-info .gallery-info-right .gallery-icon {
  width: 35px;
  border-radius: 5px;
  margin: 0;
}
.gallery-card.style5:hover:after {
  visibility: visible;
  opacity: 1;
}
.gallery-card.style5:hover .gallery-info {
  bottom: 20px;
}
.gallery-card.style8 {
  border-radius: 8px 15px 8px 15px;
}
.gallery-card.style8 img {
  border-radius: 8px 15px 8px 15px;
}
.gallery-card.style8 .gallery-info {
  position: absolute;
  top: 20px;
  left: 20px;
  transform: trasnlateX(-50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px 15px 8px 15px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.gallery-card.style8 .gallery-info .gallery-icon {
  margin: 0 auto;
  border-radius: 5px;
}
.gallery-card.style8:hover .gallery-info {
  visibility: visible;
  opacity: 1;
}

.gallery-item-wrap .gallery-card {
  margin: 0;
}
.gallery-item-wrap .gallery-card img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallery-item-wrap.style1 {
  display: grid;
  grid-gap: 25px;
}
.gallery-item-wrap.style2 {
  display: grid;
  grid-gap: 20px;
}
.gallery-item-wrap.style3 {
  display: grid;
}
.gallery-item-wrap.style3 .gallery-card {
  overflow: hidden;
  border-radius: 10px;
}
.gallery-item-wrap.style3 .gallery-card img {
  border-radius: 10px;
  width: 100%;
}
.gallery-item-wrap.style5 {
  margin-right: -25px;
}
.gallery-item-wrap.style5 .gallery-card {
  overflow: hidden;
  border-radius: 10px;
  width: calc(33.33% - 25px);
  margin-right: 25px;
  margin-bottom: 25px;
}
.gallery-item-wrap.style5 .gallery-card img {
  border-radius: 10px;
  width: 100%;
}
.gallery-item-wrap.style5 .gallery-card:nth-child(4) {
  width: calc(40% - 25px);
}
.gallery-item-wrap.style5 .gallery-card:nth-child(5) {
  width: calc(25% - 25px);
}
.gallery-item-wrap.style5 .gallery-card:nth-child(6) {
  width: calc(35% - 25px);
}
.gallery-item-wrap.style7 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 300px 300px 300px;
  grid-gap: 22px;
}
.gallery-item-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.gallery-slider-one .gallery-card {
  margin-bottom: 0;
}
.gallery-slider-one.owl-carousel .owl-dots {
  position: absolute;
  top: -80px;
  right: 0;
}

.gallery-slider-two .gallery-card {
  margin-bottom: 0;
}
.gallery-slider-two.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}

/*-------------------------------
   Team Section  CSS
-------------------------------*/
.team-card {
  position: relative;
  margin-bottom: 25px;
  z-index: 1;
  border-radius: 5px;
}
.team-card .team-info {
  text-align: center;
}
.team-card .team-info h3 {
  font-size: 24px;
  margin: 0 0 5px;
  transition: 0.4s;
}
.team-card .team-info span {
  color: #666666;
  transition: 0.4s;
}
.team-card .social-profile li {
  transition: 0.4s;
}
.team-card .social-profile li:nth-child(1) {
  transition-delay: 0.2s;
}
.team-card .social-profile li:nth-child(2) {
  transition-delay: 0.3s;
}
.team-card .social-profile li:nth-child(3) {
  transition-delay: 0.4s;
}
.team-card .social-profile li:nth-child(4) {
  transition-delay: 0.5s;
}
.team-card.style1 {
  padding: 25px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}
.team-card.style1 .team-img {
  border-radius: 50%;
  margin-bottom: 25px;
}
.team-card.style1 .team-img img {
  border-radius: 50%;
}
.team-card.style1 .team-info {
  text-align: center;
}
.team-card.style1 .team-info h3 {
  font-size: 24px;
  margin: 0 0 5px;
}
.team-card.style1 .team-info span {
  color: #666666;
}
.team-card.style1 .team-info .social-profile {
  margin-top: 22px;
}
.team-card.style1 .team-info .social-profile li a {
  background-color: rgba(0, 0, 0, 0.1);
}
.team-card.style1 .team-info .social-profile li a:hover {
  background-color: #FF375F;
}
.team-card.style1 .team-info .social-profile li a:hover i {
  color: #fff;
}
.team-card.style2 {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}
.team-card.style2 .team-img {
  position: relative;
}
.team-card.style2 .team-img .social-profile {
  position: absolute;
  bottom: 0;
  left: 25px;
  transition: 0.4s;
}
.team-card.style2 .team-img .social-profile li {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
}
.team-card.style2 .team-img .social-profile li a {
  background-color: #002856;
}
.team-card.style2 .team-img .social-profile li a i {
  color: #fff;
}
.team-card.style2 .team-img .social-profile li a:hover {
  background-color: #FF375F;
}
.team-card.style2 .team-info {
  background-color: #fff;
  padding: 25px;
  text-align: left;
  transition: 0.4s;
}
.team-card.style2:hover .team-img .social-profile {
  bottom: 25px;
}
.team-card.style2:hover .team-img .social-profile li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.team-card.style2:hover .team-info {
  background-color: #FF375F;
}
.team-card.style2:hover .team-info h3 {
  color: #fff;
}
.team-card.style2:hover .team-info span {
  color: rgba(255, 255, 255, 0.8);
}
.team-card.style3 {
  background-color: #fff;
  padding: 25px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}
.team-card.style3 .team-img {
  position: relative;
}
.team-card.style3 .team-img .social-link {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.team-card.style3 .team-img .social-link span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #FF375F;
  text-align: center;
}
.team-card.style3 .team-img .social-link span i {
  color: #fff;
  font-size: 15px;
  line-height: 39px;
  margin: 0 auto;
}
.team-card.style3 .team-img .social-link .social-profile {
  transition: 0.4s;
}
.team-card.style3 .team-img .social-link .social-profile li {
  visibility: hidden;
  opacity: 0;
  display: block;
  margin: 10px 0;
  transform: translateX(-10px);
}
.team-card.style3 .team-img .social-link .social-profile li:last-child {
  margin: 0;
}
.team-card.style3 .team-img .social-link:hover .social-profile li {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.team-card.style3 .team-info {
  padding: 22px 0 0;
}
.team-card.style4 .social-link {
  width: 35px;
}
.team-card.style4 .social-link .share-text {
  transform: rotate(-90deg);
  min-width: 140px;
  left: -55px;
  position: relative;
  top: 31px;
  transition: 0.4s;
}
.team-card.style4 .social-link .share-text p {
  font-size: 18px;
  margin: 0;
}
.team-card.style4 .social-link span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #FF375F;
  text-align: center;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.team-card.style4 .social-link span:after {
  position: absolute;
  top: 17px;
  right: 100%;
  content: "";
  width: 0;
  height: 2px;
  background-color: #FF375F;
  transition: 0.4s;
}
.team-card.style4 .social-link span i {
  color: #fff;
  font-size: 15px;
  line-height: 39px;
  margin: 0 auto;
}
.team-card.style4 .social-link .social-profile {
  top: -30px;
  position: relative;
  transition: 0.4s;
}
.team-card.style4 .social-link .social-profile li {
  visibility: hidden;
  opacity: 0;
  display: block;
  margin: 10px 0;
  transform: translateX(10px);
}
.team-card.style4 .social-link .social-profile li a {
  background-color: #002856;
}
.team-card.style4 .social-link .social-profile li a i {
  color: #fff;
}
.team-card.style4 .social-link .social-profile li:last-child {
  margin: 0;
}
.team-card.style4 .social-link:hover .social-profile li {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.team-card.style4 .social-link:hover span:after {
  width: 120px;
}
.team-card.style4 .social-link:hover .share-text {
  opacity: 0;
}
.team-card.style4 .social-link:hover .social-profile {
  visibility: visible;
  opacity: 1;
}
.team-card.style4 .team-info-wrap {
  width: calc(100% - 51px);
  margin-right: 15px;
}
.team-card.style4 .team-info-wrap .team-info {
  padding: 22px 0 0;
}
.team-card.style5 {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  padding: 25px;
}
.team-card.style5 .team-img {
  border-radius: 15px;
  position: relative;
}
.team-card.style5 .team-img img {
  border-radius: 15px;
}
.team-card.style5 .team-img .social-profile {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s;
}
.team-card.style5 .team-img .social-profile li {
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
}
.team-card.style5 .team-img .social-profile li a {
  background-color: #002856;
}
.team-card.style5 .team-img .social-profile li a i {
  color: #fff;
}
.team-card.style5 .team-img .social-profile li a:hover {
  background-color: #FF375F;
}
.team-card.style5 .team-info {
  padding: 25px 0 0;
  text-align: center;
  transition: 0.4s;
}
.team-card.style5:hover .team-img .social-profile li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.team-card.style6, .team-card.style7 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}
.team-card.style6 .team-img, .team-card.style7 .team-img {
  position: relative;
}
.team-card.style6 .team-info, .team-card.style7 .team-info {
  padding: 25px 25px 22px;
  transition: 0.4s;
  text-align: left;
}
.team-card.style6 {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}
.team-card.style6 .team-img {
  position: relative;
}
.team-card.style6 .team-img .member-social {
  position: absolute;
  bottom: -25px;
  right: 25px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  background-color: #FF375F;
  border: 4px solid #fff;
  cursor: pointer;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
}
.team-card.style6 .team-img .member-social i {
  color: #fff;
  font-size: 14px;
  line-height: 37px;
  margin: 0 auto;
}
.team-card.style6 .team-img .member-social .social-profile {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 0;
  min-height: 100%;
  transition: 0.4s;
}
.team-card.style6 .team-img .member-social .social-profile li {
  visibility: hidden;
  opacity: 0;
  display: block;
  margin: 10px 0;
  transform: translateX(10px);
  visibility: hidden;
  opacity: 0;
}
.team-card.style6 .team-img .member-social .social-profile li:last-child {
  margin-bottom: 0;
}
.team-card.style6 .team-img .member-social .social-profile li:last-child {
  margin-bottom: 0;
}
.team-card.style6 .team-img .member-social .social-profile li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #002856;
}
.team-card.style6 .team-img .member-social .social-profile li a i {
  color: #fff;
  font-size: 15px;
  margin: 0 auto;
}
.team-card.style6 .team-img .member-social .social-profile li a:hover {
  background-color: #FF375F;
}
.team-card.style6:hover .member-social .social-profile li {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}
.team-card.style7 .team-img {
  position: relative;
}
.team-card.style7 .team-img .member-social {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  background-color: #FF375F;
  border: 4px solid #fff;
  cursor: pointer;
  box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.2);
}
.team-card.style7 .team-img .member-social i {
  color: #fff;
  font-size: 14px;
  line-height: 37px;
  margin: 0 auto;
}
.team-card.style7 .team-img .member-social .social-profile {
  position: absolute;
  bottom: 0;
  left: 45px;
  width: 100%;
  min-width: 280px;
  transition: 0.4s;
}
.team-card.style7 .team-img .member-social .social-profile li {
  visibility: hidden;
  opacity: 0;
  display: inline-block;
  margin: 0 5px;
  transform: translateY(10px);
}
.team-card.style7 .team-img .member-social .social-profile li:last-child {
  margin-right: 0;
}
.team-card.style7 .team-img .member-social .social-profile li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #002856;
}
.team-card.style7 .team-img .member-social .social-profile li a i {
  color: #fff;
  font-size: 15px;
  margin: 0 auto;
}
.team-card.style7:hover .member-social .social-profile li {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.team-card.style8 .team-img {
  position: relative;
  border-radius: 15px;
}
.team-card.style8 .team-img img {
  border-radius: 15px;
}
.team-card.style8 .team-img:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(0deg, rgba(0, 40, 86, 0.5) 0%, rgba(0, 0, 0, 0) 73%);
  content: "";
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}
.team-card.style8 .team-img .social-profile {
  position: absolute;
  bottom: 110px;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
  transition: 0.4s;
}
.team-card.style8 .team-img .social-profile li {
  transform: translateY(25px);
  transition: 0.4s;
  visibility: hidden;
  opacity: 0;
}
.team-card.style8 .team-img .social-profile li a {
  width: 35px;
  height: 35px;
  background-color: #002856;
}
.team-card.style8 .team-img .social-profile li a i {
  color: #fff;
}
.team-card.style8 .team-img .social-profile li a:hover {
  background-color: #FF375F;
}
.team-card.style8 .team-info {
  width: calc(100% - 40px);
  margin: -65px auto 0;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  padding: 30px 25px 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.team-card.style8:hover .team-img:after {
  visibility: visible;
  opacity: 1;
  height: 100%;
  z-index: 0;
}
.team-card.style8:hover .social-profile {
  z-index: 1;
}
.team-card.style8:hover .social-profile li {
  visibility: visible;
  opacity: 1;
}
.team-card:hover .social-profile {
  visibility: visible;
  opacity: 1;
  bottom: calc(100% + 15px);
}

.team-slider-one.style1 {
  margin: 0 0 -15px 0;
}
.team-slider-one .team-card {
  margin: 0;
}
.team-slider-one .team-card.style8 {
  margin: 0 0 15px 0;
}
.team-slider-one.owl-carousel.style1 .owl-dots {
  margin: 20px 0 10px;
}

.team-slider-two {
  margin: -15px 0;
}
.team-slider-two .team-card {
  margin: 15px 0;
}

/*-------------------------------
   FAQ & error Section  CSS
-------------------------------*/
.faq-bg-one {
  background-image: url(../img/about-11.jpg);
  height: 550px !important;
}

.faq-bg-two {
  background-image: url(../img/faq/faq-2.jpg);
  height: 665px;
}

.faq-wrap {
  position: relative;
}
.faq-wrap .faq-content .content-title {
  margin-bottom: 25px;
}

.accordion-item {
  border: none;
  margin: 0 0 15px;
  background: transparent;
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.accordion-item .accordion-header {
  margin-bottom: 0;
}
.accordion-item .accordion-header .accordion-button {
  border-radius: 5px 5px 0 0;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
  color: #002856;
  text-align: left;
  align-items: center;
  padding: 15px 65px 15px 20px;
  transition: 0.4s;
  background-color: transparent;
  border: 1px solid rgba(255, 57, 82, 0.28);
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button:after {
  display: none;
}
.accordion-item .accordion-header .accordion-button:focus {
  outline: none;
  box-shadow: none;
}
.accordion-item .accordion-header .accordion-button.collapsed {
  color: #002856;
  border: 1px solid rgba(0, 40, 86, 0.3);
}
.accordion-item .accordion-header .accordion-button.collapsed span i {
  color: #002856;
}
.accordion-item .accordion-header .accordion-button:not(collapsed) {
  border: 1px solid rgba(255, 57, 82, 0.28);
}
.accordion-item .accordion-header .accordion-button:not(collapsed) span i {
  color: #FF375F;
}
.accordion-item .accordion-header .accordion-button span {
  display: inline-block;
  min-width: 50px;
  text-align: center;
  position: absolute;
  top: 29px;
  right: 4px;
  border-radius: 5px;
}
.accordion-item .accordion-header .accordion-button span i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  line-height: 0.8;
  color: #000;
}
.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.accordion-item .accordion-header .accordion-button span i.minus {
  visibility: hidden;
  opacity: 0;
}
.accordion-item .accordion-body {
  border: none;
  padding: 20px 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion-item .accordion-body p {
  margin: 0;
}

.accordion-collapse {
  border: none;
}

.accordion-item .accordion-collapse .accordion-body {
  border: 1px solid rgba(255, 57, 82, 0.28);
  border-top: none;
  padding: 0 20px 20px;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent !important;
  border-bottom: none;
}

.accordion-button:not(.collapsed) span i.plus {
  visibility: hidden;
  opacity: 0;
}

.accordion-button:not(.collapsed) span i.minus {
  visibility: visible !important;
  opacity: 1 !important;
}

/*-------------------------------
         Pricing Table CSS
-------------------------------*/
.pricing-wrap {
  position: relative;
  z-index: 1;
}
.pricing-wrap.style1:after {
  position: absolute;
  top: 50px;
  right: 0;
  content: "";
  width: 30%;
  height: 80%;
  background-color: #f9f9f9;
  z-index: -1;
}

.pricing-tablist {
  border: none;
}
.pricing-tablist .nav-item {
  border: none;
  margin-right: 15px;
  display: inline-block;
}
.pricing-tablist .nav-item:last-child {
  margin-right: 0;
}
.pricing-tablist .nav-item .tab-link {
  background-color: #002856;
  color: #fff;
  font-weight: 500;
  padding: 15px 25px 15px;
  border: none;
  min-width: 120px;
  border-radius: 5px;
  transition: 0.4s;
}
.pricing-tablist .nav-item .tab-link i {
  position: relative;
  top: 1px;
  margin-left: 6px;
}
.pricing-tablist .nav-item .tab-link.active, .pricing-tablist .nav-item .tab-link:hover {
  background-color: #FF375F;
  color: #fff;
}

.pricing-table {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  background: #fff;
  margin: 0 0 25px;
  overflow: hidden;
  padding: 30px;
  transition: 0.4s;
}
.pricing-table:hover {
  box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
}
.pricing-table .pricing-header h5 {
  font-size: 22px;
  margin: 0 0 10px;
}
.pricing-table .pricing-header-tag {
  margin: 18px 0 20px;
  font-size: 40px;
  line-height: 1;
}
.pricing-table .pricing-header-tag p {
  margin: 0;
}
.pricing-table .pricing-features {
  position: relative;
  margin: 0 0 22px;
}
.pricing-table .pricing-features li {
  margin: 0 auto;
  display: block;
  color: #666666;
  padding: 10px 0;
  position: relative;
  padding-left: 25px;
}
.pricing-table .pricing-features li:last-child {
  border-bottom: none;
}
.pricing-table .pricing-features li.checked i {
  color: #FF375F;
}
.pricing-table .pricing-features li.unchecked i {
  color: #888888;
}
.pricing-table .pricing-features li i {
  position: absolute;
  top: 9px;
  left: 0;
  font-size: 17px;
}
.pricing-table .pricing-features h5 {
  transition: 0.3s;
}
.pricing-table .purchase-pricing {
  text-align: center;
}
.pricing-table .purchase-pricing .btn {
  width: 100%;
  display: block;
}
.pricing-table .purchase-pricing .btn i {
  font-size: 10px;
  top: 0;
}
.pricing-table:hover {
  transform: translateY(-8px);
}
.pricing-table.style1 .pricing-header-tag h3 {
  font-size: 40px;
}
.pricing-table.style1 .pricing-header-tag h3 span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  font-family: "Source Sans Pro", sans-serif;
  margin-left: 5px;
}
.pricing-table.style1.featured .pricing-header {
  position: relative;
}
.pricing-table.style1.featured .pricing-header .feature {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #002856;
  color: #fff;
  padding: 5px 20px 7px;
  border-radius: 50px;
}
.pricing-table.style2 {
  position: relative;
  z-index: 1;
  background-image: url(../img/pricing-bg-1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pricing-table.style2:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  z-index: -1;
  transition: 0.3s;
}
.pricing-table.style2 .pricing-header-wrap .pricing-header {
  margin-left: 20px;
}
.pricing-table.style2 .pricing-features li {
  transition: 0.4s;
}
.pricing-table.style2:hover:before {
  background-color: #002856;
  opacity: 0.9;
}
.pricing-table.style2:hover .pricing-header-wrap {
  border-color: rgba(255, 255, 255, 0.2);
}
.pricing-table.style2:hover .pricing-header-wrap .pricing-icon {
  background-color: #FF375F;
}
.pricing-table.style2:hover .pricing-header-wrap .pricing-icon i {
  color: #fff;
}
.pricing-table.style2:hover .pricing-header-wrap .pricing-header h5 {
  color: #fff;
}
.pricing-table.style2:hover .pricing-header-wrap .pricing-header h2 {
  color: #fff;
}
.pricing-table.style2:hover .pricing-header-wrap .pricing-header h2 span {
  color: rgba(255, 255, 255, 0.8);
}
.pricing-table.style2:hover .pricing-features h5 {
  color: #fff;
}
.pricing-table.style2:hover .pricing-features li {
  color: rgba(255, 255, 255, 0.8);
}
.pricing-table.style2:hover .purchase-pricing .btn {
  background-color: #FF375F;
}
.pricing-table.style2:hover .purchase-pricing .btn:after {
  background-color: #002856;
}
.pricing-table.style2 .pricing-header-wrap, .pricing-table.style4 .pricing-header-wrap {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.pricing-table.style2 .pricing-header-wrap .pricing-icon, .pricing-table.style4 .pricing-header-wrap .pricing-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
  text-align: center;
  transition: 0.4s;
}
.pricing-table.style2 .pricing-header-wrap .pricing-icon i, .pricing-table.style4 .pricing-header-wrap .pricing-icon i {
  font-size: 40px;
  line-height: 0.8;
  margin: 0 auto;
  color: #002856;
  transition: 0.4s;
}
.pricing-table.style2 .pricing-header-wrap .pricing-header, .pricing-table.style4 .pricing-header-wrap .pricing-header {
  width: calc(100% - 100px);
}
.pricing-table.style2 .pricing-header-wrap .pricing-header h5, .pricing-table.style4 .pricing-header-wrap .pricing-header h5 {
  transition: 0.4s;
}
.pricing-table.style2 .pricing-header-wrap .pricing-header h2, .pricing-table.style4 .pricing-header-wrap .pricing-header h2 {
  font-size: 46px;
  margin: 0;
  transition: 0.4s;
}
.pricing-table.style2 .pricing-header-wrap .pricing-header h2 span, .pricing-table.style4 .pricing-header-wrap .pricing-header h2 span {
  font-size: 16px;
  display: inline-block;
  margin-left: 8px;
  font-weight: 400;
  color: #666666;
  transition: 0.4s;
}
.pricing-table.style2:hover .pricing-header-wrap .pricing-icon, .pricing-table.style4:hover .pricing-header-wrap .pricing-icon {
  background-color: #FF375F;
}
.pricing-table.style2:hover .pricing-header-wrap .pricing-icon i, .pricing-table.style4:hover .pricing-header-wrap .pricing-icon i {
  color: #fff;
}
.pricing-table.style2:hover .purchase-pricing .btn, .pricing-table.style4:hover .purchase-pricing .btn {
  background-color: #FF375F;
}
.pricing-table.style2:hover .purchase-pricing .btn:after, .pricing-table.style4:hover .purchase-pricing .btn:after {
  background-color: #002856;
}
.pricing-table.style4 .pricing-header-wrap .pricing-header {
  margin-right: 20px;
}
.pricing-table.style8 {
  padding: 0;
  border-radius: 25px 5px 25px 5px;
}
.pricing-table.style8 .pricing-header {
  background-color: #002856;
  text-align: center;
  padding: 30px 10px;
  position: relative;
  overflow: hidden;
}
.pricing-table.style8 .pricing-header:before {
  position: absolute;
  bottom: -100%;
  left: 50%;
  content: "";
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  transform: translateX(-50%);
}
.pricing-table.style8 .pricing-header h5 {
  color: #fff;
}
.pricing-table.style8 .pricing-header .pricing-header-tag h3 {
  color: #fff;
  font-size: 40px;
}
.pricing-table.style8 .pricing-header .pricing-header-tag h3 span {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Source Sans Pro", sans-serif;
}
.pricing-table.style8 .pricing-features {
  text-align: center;
  margin: 30px 0;
}
.pricing-table.style8 .pricing-features li {
  padding: 10px;
}
.pricing-table.style8 .pricing-features li:last-child {
  padding-bottom: 0;
}
.pricing-table.style8 .pricing-features li.unchecked {
  text-decoration: line-through;
  opacity: 0.5;
}
.pricing-table.style8 .purchase-pricing {
  margin: 0 30px 30px;
}

/*-------------------------------
   Testimonial  Section  CSS
-------------------------------*/
.testimonial-bg-1 {
  background-image: url(../img/testimonials/testimonial-bg-1.jpg);
}

.testimonial-bg-2 {
  background-image: url(../img/testimonials/testimonial-bg-2.jpg);
}

.testimonial-bg {
  height: 400px;
  border-radius: 15px;
}

.testimonial-wrap.style2 {
  position: relative;
  z-index: 1;
}
.testimonial-wrap.style2:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #002856;
  opacity: 0.8;
  z-index: -1;
}

.ratings li {
  display: inline-block;
}
.ratings li i {
  color: #FEC107;
}

.testimonial-card {
  background-color: #fff;
  border-radius: 5px;
  margin: 0 0 25px;
  position: relative;
  box-shadow: 0 0px 15px rgba(0, 0, 0, 0.07);
  z-index: 1;
  padding: 25px;
}
.testimonial-card .ratings {
  margin-bottom: 20px;
}
.testimonial-card .client-info h3 {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 5px;
}
.testimonial-card .client-quote {
  margin-bottom: 20px;
  transition: 0.4s;
}
.testimonial-card .client-info-area .client-info-wrap {
  width: calc(100% - 40px);
}
.testimonial-card .client-info-area .client-info-wrap .client-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.testimonial-card .client-info-area .client-info-wrap .client-img img {
  border-radius: 50%;
}
.testimonial-card .client-info-area .client-info-wrap .client-info {
  width: calc(100% - 85px);
  margin-left: 20px;
}
.testimonial-card .client-info-area .client-info-wrap .client-info h3 {
  margin-bottom: 8px;
  transition: 0.4s;
}
.testimonial-card .client-info-area .client-info-wrap .client-info span {
  display: block;
  line-height: 1;
  transition: 0.4s;
}
.testimonial-card .quote-icon {
  position: absolute;
  bottom: -25px;
  right: 25px;
  transition: 0.4s;
}
.testimonial-card .quote-icon i {
  display: inline-block;
  position: relative;
  top: 3px;
  font-size: 50px;
  line-height: 0.8;
  color: #888888;
  opacity: 0.4;
  transition: 0.4s;
}
.testimonial-card:hover .quote-icon i {
  color: #FF375F;
  opacity: 1;
}
.testimonial-card.style1 .ratings {
  margin-bottom: 12px;
}
.testimonial-card.style3 .ratings {
  margin-bottom: 12px;
}
.testimonial-card.style3 .client-info-area .client-info-wrap {
  width: calc(100% - 65px);
  margin-right: 10px;
}
.testimonial-card.style3 .client-info-area .quote-icon {
  position: relative;
  bottom: auto;
  right: auto;
  width: 55px;
}
.testimonial-card.style3 .client-info-area .quote-icon i {
  color: #FF375F;
  opacity: 1;
}
.testimonial-card.style4 {
  margin-top: 33px;
}
.testimonial-card.style4 .client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  margin: -55px 0 25px;
}
.testimonial-card.style4 .client-img .quote-icon {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.09);
}
.testimonial-card.style4 .client-img .quote-icon i {
  font-size: 16px;
  margin: 0 auto;
  line-height: 0.8;
  color: #FF375F;
  opacity: 1;
  position: relative;
  top: 1px;
}
.testimonial-card.style4 .client-img img {
  border-radius: 50%;
}
.testimonial-card.style5 {
  box-shadow: none;
  padding: 0;
  margin-bottom: 30px;
}
.testimonial-card.style5 .quote-icon {
  position: relative;
  bottom: auto;
  right: auto;
  margin: 0 0 18px;
}
.testimonial-card.style5 .quote-icon i {
  color: #FF375F;
  font-size: 50px;
  opacity: 0.9;
}
.testimonial-card.style5 .client-info-area .client-info {
  width: calc(100% - 100px);
}
.testimonial-card.style5 .client-info-area .ratings {
  width: 100px;
  margin: 0;
}
.testimonial-card.style6 {
  padding: 0;
}
.testimonial-card.style6 .client-info-area .client-info-wrap {
  width: calc(100% - 240px);
  margin-right: 25px;
  padding: 22px 0 22px 25px;
}
.testimonial-card.style6 .client-info-area .client-info-wrap .client-quote {
  width: 100%;
}
.testimonial-card.style6 .client-info-area .client-info-wrap .client-info {
  width: calc(100% - 50px);
  margin-right: 10px;
  margin-left: 0;
}
.testimonial-card.style6 .client-info-area .client-info-wrap .quote-icon {
  position: relative;
  bottom: auto;
  right: auto;
  width: 40px;
}
.testimonial-card.style6 .client-info-area .client-info-wrap .quote-icon i {
  font-size: 35px;
  opacity: 0.9;
  color: #FF375F;
  opacity: 0.7;
}
.testimonial-card.style6 .client-info-area .client-img {
  width: 215px;
}
.testimonial-card.style7 {
  padding: 0;
  box-shadow: none;
}
.testimonial-card.style7 .client-info-area {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  padding: 25px;
  position: relative;
  margin-bottom: 30px;
}
.testimonial-card.style7 .client-info-area:after {
  position: absolute;
  bottom: -13px;
  left: 25px;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 9px 6px 11px 0px rgba(0, 0, 0, 0.08);
  transform: rotate(45deg);
}
.testimonial-card.style7 .client-info-area .quote-wrap {
  width: 100%;
  margin-bottom: 15px;
}
.testimonial-card.style7 .client-info-area .quote-wrap .quote-icon {
  position: relative;
  bottom: auto;
  right: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #002856;
  text-align: center;
}
.testimonial-card.style7 .client-info-area .quote-wrap .quote-icon i {
  font-size: 26px;
  line-height: 52px;
  color: #fff;
  margin: 0 auto;
  opacity: 1;
}
.testimonial-card.style7 .client-info-area .quote-wrap .ratings {
  width: calc(100% - 60px);
  margin: 0 0 0 10px;
  text-align: right;
}
.testimonial-card.style7 .client-info-area .client-quote {
  margin: 0;
}
.testimonial-card.style7 .client-info-wrap {
  width: calc(100% - 40px);
}
.testimonial-card.style7 .client-info-wrap .client-img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
}
.testimonial-card.style7 .client-info-wrap .client-img img {
  border-radius: 50%;
}
.testimonial-card.style7 .client-info-wrap .client-info {
  width: calc(100% - 85px);
  margin-left: 20px;
}
.testimonial-card.style7 .client-info-wrap .client-info h3 {
  transition: 0.4s;
}
.testimonial-card.style7:hover .quote-wrap .quote-icon {
  background-color: #FF375F;
}
.testimonial-card.style8 {
  border-radius: 25px 5px 25px 5px;
  border-bottom: 6px solid transparent;
  transition: 0.3s;
  padding: 25px 25px 22px 25px;
}
.testimonial-card.style8 .ratings {
  margin-bottom: 10px;
}
.testimonial-card.style8:hover {
  border-color: #FF375F;
}

.testimonial-slider-one,
.testimonial-slider-four {
  margin: -15px 0 -15px;
}
.testimonial-slider-one .testimonial-card,
.testimonial-slider-four .testimonial-card {
  margin: 15px 0;
}
.testimonial-slider-one.style2.owl-carousel .owl-nav button.owl-prev, .testimonial-slider-one.style2.owl-carousel .owl-nav button.owl-next, .testimonial-slider-one.style4.owl-carousel .owl-nav button.owl-prev, .testimonial-slider-one.style4.owl-carousel .owl-nav button.owl-next,
.testimonial-slider-four.style2.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-four.style2.owl-carousel .owl-nav button.owl-next,
.testimonial-slider-four.style4.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-four.style4.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-slider-one.style2.owl-carousel .owl-nav button.owl-prev, .testimonial-slider-one.style4.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-four.style2.owl-carousel .owl-nav button.owl-prev,
.testimonial-slider-four.style4.owl-carousel .owl-nav button.owl-prev {
  left: -45px;
}
.testimonial-slider-one.style2.owl-carousel .owl-nav button.owl-next, .testimonial-slider-one.style4.owl-carousel .owl-nav button.owl-next,
.testimonial-slider-four.style2.owl-carousel .owl-nav button.owl-next,
.testimonial-slider-four.style4.owl-carousel .owl-nav button.owl-next {
  right: -45px;
}

.testimonial-slider-one.style3.owl-carousel .owl-nav {
  text-align: center;
  margin: 10px 0 12px;
}
.testimonial-slider-one.style3.owl-carousel .owl-nav button.owl-prev, .testimonial-slider-one.style3.owl-carousel .owl-nav button.owl-next {
  margin: 0 5px;
}
.testimonial-slider-one.style3.owl-carousel .owl-nav button.owl-prev:hover, .testimonial-slider-one.style3.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #FF375F;
}
.testimonial-slider-one.style4 {
  margin: 0;
}
.testimonial-slider-one.style4 .testimonial-card.style8 {
  margin: 0;
}
.testimonial-slider-one.style4.owl-carousel .owl-nav button.owl-prev, .testimonial-slider-one.style4.owl-carousel .owl-nav button.owl-next {
  background-color: #FF375F;
}
.testimonial-slider-one.style4.owl-carousel .owl-nav button.owl-prev:hover, .testimonial-slider-one.style4.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #f9f9f9;
}
.testimonial-slider-one.style4.owl-carousel .owl-nav button.owl-prev:hover i, .testimonial-slider-one.style4.owl-carousel .owl-nav button.owl-next:hover i {
  color: #002856;
}

.testimonial-slider-two {
  margin: -15px -5px;
}
.testimonial-slider-two .testimonial-card {
  margin: 15px 5px;
}
.testimonial-slider-two .testimonial-card.style5 {
  margin: 0 0 15px;
}
.testimonial-slider-two.owl-carousel .owl-dots {
  margin-top: 20px;
  margin-left: 5px;
}

.testimonial-slider-three.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.testimonial-slider-four {
  margin-top: -15px -5px;
}
.testimonial-slider-four .testimonial-card {
  margin: 15px 5px;
}
.testimonial-slider-four.owl-carousel .owl-nav button.owl-prev, .testimonial-slider-four.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  background-color: #002856;
  border: none;
}
.testimonial-slider-four.owl-carousel .owl-nav button.owl-prev i, .testimonial-slider-four.owl-carousel .owl-nav button.owl-next i {
  color: #fff;
}
.testimonial-slider-four.owl-carousel .owl-nav button.owl-prev:hover, .testimonial-slider-four.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #FF375F;
}
.testimonial-slider-four.owl-carousel .owl-nav button.owl-prev {
  left: -45px;
}
.testimonial-slider-four.owl-carousel .owl-nav button.owl-next {
  right: -45px;
}

/*-------------------------------
   Promo video Section  CSS
-------------------------------*/
.promo-video-wrap {
  background-image: url(../img/promo-video-bg.jpg);
  position: relative;
  height: 500px;
  border-radius: 10px;
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.play-video {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  background-color: #FF375F;
  text-align: center;
  z-index: 9;
  transform: translate(-50%, -50%);
}
.play-video i {
  color: #fff;
  font-size: 38px;
  line-height: 77px;
  margin: 0 auto;
  display: block;
}

.text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotation 20s infinite linear;
}
.text span {
  position: absolute;
  left: 50%;
  font-size: 14px;
  transform-origin: 0 75px;
}

/*-------------------------------
   Partner Section  CSS
-------------------------------*/
.partner-wrap.style2 {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
  padding: 50px;
}

.partner-item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 25px;
}
.partner-item-wrap .partner-item {
  padding: 30px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  transition: 0.3s;
}
.partner-item-wrap .partner-item:hover {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.07);
}

.partner-slider {
  margin: -15px -5px;
}
.partner-slider .partner-item {
  margin: 15px 5px;
}

.partner-item.style2 {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}
.partner-item.style2:hover {
  box-shadow: none;
  border-color: transparent;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

/*-------------------------------
   Blog Section  CSS
-------------------------------*/
.blog-wrap {
  position: relative;
  z-index: 1;
}
.blog-wrap.style1:after {
  position: absolute;
  top: 50px;
  left: 0;
  content: "";
  width: 30%;
  height: 70%;
  background-color: #f9f9f9;
  z-index: -1;
}

.blog-card {
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.11);
  margin-bottom: 25px;
  transition: 0.4s;
}
.blog-card .blog-img {
  overflow: hidden;
}
.blog-card .blog-img img {
  transition: 0.7s;
}
.blog-card .blog-info {
  background: #fff;
  padding: 0 25px 22px;
}
.blog-card .blog-info .blog-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
}
.blog-card .blog-info .blog-metainfo li:last-child {
  margin-right: 0;
}
.blog-card .blog-info .blog-metainfo li:last-child:after {
  display: none;
}
.blog-card .blog-info .blog-metainfo li a {
  color: #666666;
}
.blog-card .blog-info .blog-metainfo li a:hover {
  color: #FF375F;
}
.blog-card .blog-info .blog-metainfo li i {
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 15px;
  line-height: 0.8;
  color: #FF375F;
}
.blog-card .blog-info h3 {
  font-size: 24px;
  margin-bottom: 0;
}
.blog-card.style1 .blog-img {
  margin-bottom: 25px;
}
.blog-card.style1 .blog-info .blog-metainfo {
  margin-top: 15px;
}
.blog-card.style2 .blog-info, .blog-card.style3 .blog-info, .blog-card.style7 .blog-info {
  padding: 25px 25px 22px;
}
.blog-card.style2 .blog-info .blog-metainfo, .blog-card.style3 .blog-info .blog-metainfo, .blog-card.style7 .blog-info .blog-metainfo {
  margin-bottom: 15px;
}
.blog-card.style2 .blog-info p, .blog-card.style3 .blog-info p, .blog-card.style7 .blog-info p {
  margin: 12px 0 0;
}
.blog-card.style3 .blog-img {
  position: relative;
}
.blog-card.style3 .blog-img .blog-date {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  color: #FF375F;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
}
.blog-card.style4 {
  background-color: transparent;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.blog-card.style4 .blog-img {
  position: relative;
}
.blog-card.style4 .blog-img .blog-cat {
  position: absolute;
  top: 20px;
  right: 20px;
  display: inline-block;
  background-color: #002856;
  color: #fff;
  padding: 5px 15px 7px;
  border-radius: 50px;
}
.blog-card.style4 .blog-info {
  padding: 22px 25px 22px;
  position: relative;
  background-color: transparent;
}
.blog-card.style4 .blog-info h3 {
  margin-bottom: 0;
}
.blog-card.style4 .blog-info .blog-date {
  position: absolute;
  top: -35px;
  right: 20px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  color: #FF375F;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.07);
}
.blog-card.style4 .blog-info .blog-metainfo {
  margin: 0 0 15px;
}
.blog-card.style5 .blog-img .blog-date, .blog-card.style8 .blog-img .blog-date {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: #FF375F;
  line-height: 1;
  padding: 13px 25px 13px;
  border-radius: 0px 0px 15px 0px;
  transition: 0.4s;
}
.blog-card.style5 .blog-info, .blog-card.style8 .blog-info {
  padding: 22px 0 0;
}
.blog-card.style5 .blog-info .blog-metainfo, .blog-card.style8 .blog-info .blog-metainfo {
  margin-bottom: 15px;
}
.blog-card.style5 .blog-info h3, .blog-card.style8 .blog-info h3 {
  margin: 0 0 12px;
}
.blog-card.style5 .blog-info p, .blog-card.style8 .blog-info p {
  margin: 0;
}
.blog-card.style5 {
  padding: 25px 25px 22px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
}
.blog-card.style5 .blog-img {
  border-radius: 15px;
  position: relative;
}
.blog-card.style5 .blog-img img {
  border-radius: 15px;
}
.blog-card.style6 {
  box-shadow: none;
}
.blog-card.style6 .blog-img {
  border-radius: 10px;
}
.blog-card.style6 .blog-img img {
  border-radius: 10px;
}
.blog-card.style6 .blog-info {
  padding: 0;
}
.blog-card.style6 .blog-info .blog-metainfo {
  margin: 22px 0 15px;
}
.blog-card.style6 .blog-info h3 {
  margin-bottom: 0;
}
.blog-card.style6:hover {
  box-shadow: none;
}
.blog-card.style7 {
  border-radius: 10px;
}
.blog-card.style7 .blog-img {
  border-radius: 10px 10px 0 0;
}
.blog-card.style7 .blog-img img {
  border-radius: 10px 10px 0 0;
}
.blog-card.style8 {
  box-shadow: none;
}
.blog-card.style8 .blog-img {
  position: relative;
  border-radius: 20px 8px 8px 20px;
}
.blog-card.style8 .blog-img .blog-date {
  background-color: #002856;
}
.blog-card.style8 .blog-img img {
  border-radius: 20px 8px 8px 20px;
}
.blog-card.style8:hover {
  box-shadow: none;
}
.blog-card.style8:hover .blog-img .blog-date {
  background-color: #FF375F;
}
.blog-card:hover {
  box-shadow: 0px 40px 51px -16px rgba(0, 0, 0, 0.1);
}
.blog-card:hover .blog-img img {
  transform: scale(1.08) rotate(3deg);
}
.blog-card:hover .blog-info h3 a {
  color: #FF375F;
}
.blog-card:hover .blog-info .blog-category {
  background: #FF375F;
  color: #fff;
}
.blog-card:hover .blog-info .link {
  letter-spacing: 0.3px;
}
.blog-card:hover .blog-info .link.style1 {
  color: #FF375F;
}
.blog-card:hover .blog-info .link.style1 i {
  right: -27px;
}

.blog-slider-one {
  margin: -15px 0;
}
.blog-slider-one .blog-card {
  margin: 15px 0;
}

/*-------------------------------
         Contact CSS
-------------------------------*/
#msgSubmit {
  margin: 0;
}

.contact-bg-one {
  background-image: url(../img/contact-bg-1.jpg);
}

.contact-bg-two {
  background-image: url(../img/contact-bg-2.jpg);
}

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

.contact-wrap.style4 .contact-bg-one,
.contact-wrap.style4 .contact-bg-two {
  height: 740px;
  width: 100%;
}
.contact-wrap.style4 .contact-bg-two {
  border-radius: 10px;
}
.contact-wrap.style4 #contactForm {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  padding: 40px;
}
.contact-wrap.style4 #contactForm h5 {
  margin-bottom: 25px;
}

#contactForm .form-group {
  margin: 0 0 20px;
}
#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  border: none;
  padding: 10px 15px;
  border-radius: 3px;
  background-color: transparent;
  border: 1px solid rgba(0, 40, 86, 0.2);
}
#contactForm .form-group input:focus,
#contactForm .form-group textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.09);
}
#contactForm .form-group input {
  height: 60px;
}
#contactForm .form-group textarea {
  height: 163px;
  resize: none;
  padding-top: 18px;
}
#contactForm .form-group .form-check {
  padding-left: 0px;
}
#contactForm .form-group .form-check input {
  height: 0;
}
#contactForm button.btn {
  display: block;
  width: 100%;
}

.btn.disabled {
  opacity: 1;
  color: #fff;
}

/*-------------------------------
    Service & Gallery Details CSS
--------------------------------*/
.gallery-img {
  display: block;
}

.service-desc-img {
  position: relative;
  margin-bottom: 25px;
}
.service-desc-img .play-video {
  background-color: #FF375F;
}
.service-desc-img .play-video i {
  color: #fff;
  font-size: 22px;
  line-height: 71px;
}
.service-desc-img .play-video .play-now {
  height: 65px;
  width: 65px;
}
.service-desc-img .play-now .ripple,
.service-desc-img .play-now .ripple:before,
.service-desc-img .play-now .ripple:after {
  height: 65px;
  width: 65px;
}

/*-------------------------------
    Blog Details CSS
--------------------------------*/
.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}
.post-cat-title span {
  font-weight: 600;
  color: #FF375F;
}

article p,
.service-desc p,
.gallery-desc p,
.terms-wrap p {
  margin-bottom: 20px;
}
article p strong,
.service-desc p strong,
.gallery-desc p strong,
.terms-wrap p strong {
  color: #000;
}
article p a,
.service-desc p a,
.gallery-desc p a,
.terms-wrap p a {
  color: #FF375F;
}
article p a:hover,
.service-desc p a:hover,
.gallery-desc p a:hover,
.terms-wrap p a:hover {
  text-decoration: underline;
  color: #FF375F;
}
article h1,
.service-desc h1,
.gallery-desc h1,
.terms-wrap h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
article h2,
.service-desc h2,
.gallery-desc h2,
.terms-wrap h2 {
  font-size: 28px;
  margin-bottom: 15px;
}
article h3,
.service-desc h3,
.gallery-desc h3,
.terms-wrap h3 {
  font-size: 26px;
  margin-bottom: 15px;
}
article h4,
.service-desc h4,
.gallery-desc h4,
.terms-wrap h4 {
  font-size: 24px;
  margin-bottom: 15px;
}
article h5,
.service-desc h5,
.gallery-desc h5,
.terms-wrap h5 {
  font-size: 22px;
  margin-bottom: 15px;
}
article h6,
.service-desc h6,
.gallery-desc h6,
.terms-wrap h6 {
  font-size: 20px;
  margin-bottom: 15px;
}
article ol,
.service-desc ol,
.gallery-desc ol,
.terms-wrap ol {
  margin-top: 20px;
  margin-bottom: 25px;
}
article ol li,
.service-desc ol li,
.gallery-desc ol li,
.terms-wrap ol li {
  margin-bottom: 15px;
  color: #666666;
  padding-left: 3px;
}
article .content-feature-list,
.service-desc .content-feature-list,
.gallery-desc .content-feature-list,
.terms-wrap .content-feature-list {
  margin: 0 0 25px;
}

article {
  margin-bottom: 25px;
}

.post-navigation {
  margin: 0 0 25px;
}
.post-navigation .next-post,
.post-navigation .prev-post {
  width: 50%;
  display: block;
  font-size: 12px;
  position: relative;
  font-weight: 600;
  transition: 0.3s;
}
.post-navigation .next-post span,
.post-navigation .prev-post span {
  display: block;
  font-size: 16px;
  line-height: 1.2;
  transition: 0.3s;
}
.post-navigation .next-post:hover,
.post-navigation .prev-post:hover {
  color: #FF375F;
}
.post-navigation .next-post:hover span,
.post-navigation .prev-post:hover span {
  color: #FF375F;
}
.post-navigation .next-post {
  text-align: right;
}
.post-navigation .prev-post {
  text-align: left;
}

.post-metainfo {
  margin-bottom: 15px;
}
.post-metainfo li {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  margin-right: 18px;
}
.post-metainfo li:last-child {
  margin-right: 0;
}
.post-metainfo li a {
  color: #666666;
}
.post-metainfo li a:hover {
  color: #FF375F;
}
.post-metainfo li i {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  color: #FF375F;
}

.post-img {
  position: relative;
  margin: 0 0 25px;
  display: block;
}
.post-img .blog-date {
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 7px 32px 8px;
  position: absolute;
  top: -10px;
  left: 20px;
  z-index: 1;
  background-color: #FF375F;
  color: #fff;
  transition: 0.3s;
}
.post-img .blog-date:hover {
  background: #FF375F;
  color: #fff;
}

.wp-block-quote {
  position: relative;
  padding: 35px 35px 35px;
  text-align: left;
  margin: 30px 0 30px;
  border-radius: 5px;
  background-color: #f9f9f9;
  border-left: 3px solid #FF375F;
}
.wp-block-quote p {
  font-weight: 500;
  font-weight: 400;
  margin-bottom: 0;
}
.wp-block-quote h5 {
  font-size: 18px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  position: relative;
  margin: 20px 0 0;
  line-height: 1.2;
  padding-left: 60px;
}
.wp-block-quote h5:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  width: 45px;
  height: 2px;
  background-color: #FF375F;
}

.post-meta-option {
  border: 1px solid rgba(0, 0, 0, 0.09);
  padding: 20px;
  margin-bottom: 25px;
}

.post-tag ul {
  display: inline-block;
}
.post-tag ul li {
  display: inline-block;
}
.post-tag ul li a {
  color: #555;
  font-size: 16px;
  border-radius: 3px;
}
.post-tag ul li a:hover {
  color: #FF375F;
}
.post-tag span {
  margin-right: 10px;
  font-weight: 500;
  color: #000;
}
.post-tag span i {
  position: relative;
  top: 1px;
  color: #FF375F;
  margin-right: 3px;
}

.post-share {
  display: inline-block;
}
.post-share span {
  font-weight: 500;
  color: #000;
}
.post-share ul {
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.post-author {
  padding: 25px;
  margin: 15px 0 30px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
.post-author .post-author-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}
.post-author .post-author-img img {
  border-radius: 50%;
}
.post-author .post-author-info {
  width: calc(100% - 175px);
  margin-left: 25px;
}
.post-author .post-author-info h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
}
.post-author .post-author-info p {
  margin: 0 0 15px;
}

.comment-box-wrap {
  border: 1px solid rgba(0, 0, 0, 0.09);
  padding: 25px;
}

.comment-item-wrap .comment-item {
  padding: 0 0 25px 0;
  margin-bottom: 25px;
  border-radius: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.comment-item-wrap .comment-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.comment-item-wrap .comment-item.reply {
  margin-left: 40px;
}
.comment-item-wrap .comment-item:last-child {
  margin-bottom: 0;
}
.comment-item-wrap .comment-item .comment-author-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
}
.comment-item-wrap .comment-item .comment-author-img img {
  border-radius: 50%;
}
.comment-item-wrap .comment-item .comment-author-wrap {
  width: calc(100% - 120px);
  margin-left: 20px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name {
  margin: 0 0 9px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name h5 {
  line-height: 1;
  margin: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-author-name .comment-date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #888888;
  margin-left: 5px;
}
.comment-item-wrap .comment-item .comment-author-wrap .comment-text p {
  margin: 0;
}
.comment-item-wrap .reply-btn {
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  color: #FF375F;
  border-radius: 4px;
  background-color: transparent;
  transition: 0.3s;
}
.comment-item-wrap .reply-btn i {
  position: relative;
  margin-right: 4px;
  top: 0px;
}
.comment-item-wrap .reply-btn:hover {
  color: #002856;
}

.comment-box-title h4 {
  margin-bottom: 0;
  line-height: 1;
  position: relative;
}
.comment-box-title p {
  margin-top: 10px;
  margin-bottom: 0;
}

#cmt-form {
  margin-top: 35px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 25px;
}
#cmt-form label {
  color: #888888;
  padding-left: 20px;
}
#cmt-form .comment-form .form-group {
  margin: 0 0 20px;
  position: relative;
}
#cmt-form .comment-form .form-group > label {
  font-weight: 500;
  display: block;
  margin: 0 0 5px;
  padding-left: 0;
  color: #888888;
}
#cmt-form .comment-form .form-group input,
#cmt-form .comment-form .form-group textarea {
  width: 100%;
  border: none;
  border-radius: 5px;
  padding: 15px;
  color: #000;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.09);
}
#cmt-form .comment-form .form-group input:focus,
#cmt-form .comment-form .form-group textarea:focus {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#cmt-form .comment-form .form-group input {
  height: 60px;
}
#cmt-form .comment-form .form-group textarea {
  height: 145px;
  resize: none;
}

.post-cat-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 25px;
}
.post-cat-title span {
  font-weight: 600;
  color: #FF375F;
}

.footer-bottom .social-link, .owl-carousel .owl-nav, .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .header-wrap .header-top .header-top-right, .searchbtn, .search-area, .select-lang .navbar-language .dropdown-toggle, .schedule-widget ul li, .gallery-info-widget .gallery-info-item-wrap .gallery-info-item, .pp-post-item, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style5 .hero-img-wrap, .about-wrap.style1 .about-content .about-subtext, .about-wrap.style1 .about-content .about-subtext span, .about-wrap.style3 .about-content .feature-item-wrap, .about-wrap.style3 .about-content .feature-item-wrap .feature-item, .about-wrap.style4 .about-tablist, .about-wrap.style5 .about-img-wrap .about-promo-text, .about-wrap.style5 .about-img-wrap .about-promo-text > span, .about-wrap.style5 .about-content .feature-item-wrap, .about-wrap.style7 .about-img-wrap, .about-wrap.style8 .about-img-wrap, .feature-item-wrap .feature-item, .feature-item-wrap .feature-item .feature-icon, .promo-card .promo-icon, .promo-card.style2 .promo-title, .service-card.style1 .service-info .service-icon, .service-card.style2 .service-icon, .service-card.style8 .service-icon, .service-card.style4 .service-info .service-title, .service-card.style4 .service-info .service-title .service-icon, .service-card.style5 .service-info-wrap, .service-card.style6 .service-info-wrap, .service-card.style5 .service-icon, .service-card.style6 .service-icon, .service-card.style7 .service-info, .hw-tablist, .dp-tablist, .department-wrap.style3 .dp-content .feature-item-wrap .feature-item, .department-wrap.style8 .dp-content .feature-item-wrap, .department-wrap.style8 .dp-content .feature-item-wrap .feature-item, .gallery-card.style3 .gallery-info, .gallery-card.style4 .gallery-info, .gallery-card.style5 .gallery-info, .gallery-card.style8 .gallery-info, .gallery-item-wrap.style5, .team-card.style4, .team-card.style7 .team-img .member-social .social-profile, .team-slider-one.owl-carousel.style1 .owl-dots, .pricing-tablist, .pricing-table.style2 .pricing-header-wrap, .pricing-table.style4 .pricing-header-wrap, .pricing-table.style2 .pricing-header-wrap .pricing-icon, .pricing-table.style4 .pricing-header-wrap .pricing-icon, .testimonial-card .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .testimonial-card.style4 .client-img .quote-icon, .testimonial-card.style6 .client-info-area, .testimonial-card.style6 .client-info-area .client-info-wrap, .testimonial-card.style7 .client-info-area .quote-wrap, .testimonial-card.style7 .client-info-wrap, .testimonial-slider-one.style3.owl-carousel .owl-nav, .blog-card.style3 .blog-img .blog-date, .blog-card.style4 .blog-info .blog-date, .post-navigation, .post-author, .comment-item-wrap .comment-item {
  display: flex;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .social-profile.style1 li a, .social-profile.style2 li a, .searchbtn, .search-area, .about-wrap.style1 .about-content .about-subtext span, .about-wrap.style5 .about-img-wrap .about-promo-text > span, .feature-item-wrap .feature-item .feature-icon, .promo-card .promo-icon, .service-card.style1 .service-info .service-icon, .service-card.style2 .service-icon, .service-card.style8 .service-icon, .service-card.style4 .service-info .service-title .service-icon, .service-card.style5 .service-icon, .service-card.style6 .service-icon, .gallery-card.style8 .gallery-info, .pricing-table.style2 .pricing-header-wrap .pricing-icon, .pricing-table.style4 .pricing-header-wrap .pricing-icon, .testimonial-card.style4 .client-img .quote-icon, .blog-card.style3 .blog-img .blog-date, .blog-card.style4 .blog-info .blog-date {
  flex-direction: column;
  justify-content: center;
}

.footer-bottom .social-link, .header-wrap .header-top .header-top-right, .select-lang .navbar-language .dropdown-toggle, .schedule-widget ul li, .gallery-info-widget .gallery-info-item-wrap .gallery-info-item, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn, .hero-wrap.style1 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style2 .hero-slide-item .hero-content .hero-btn .watch-video, .hero-wrap.style4 .hero-slide-item .hero-content .hero-btn .watch-video, .about-wrap.style1 .about-content .about-subtext, .about-wrap.style3 .about-content .feature-item-wrap, .about-wrap.style3 .about-content .feature-item-wrap .feature-item, .about-wrap.style5 .about-img-wrap .about-promo-text, .promo-card.style2 .promo-title, .service-card.style4 .service-info .service-title, .department-wrap.style8 .dp-content .feature-item-wrap .feature-item, .gallery-card.style3 .gallery-info, .gallery-card.style4 .gallery-info, .gallery-card.style5 .gallery-info, .pricing-table.style2 .pricing-header-wrap, .pricing-table.style4 .pricing-header-wrap, .testimonial-card .client-info-area, .testimonial-card .client-info-area .client-info-wrap, .testimonial-card.style6 .client-info-area, .testimonial-card.style7 .client-info-area .quote-wrap, .testimonial-card.style7 .client-info-wrap, .post-navigation {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.footer-bottom .social-link, .header-wrap .header-top .header-top-right, .pricing-tablist {
  justify-content: flex-end;
}

/*---------------------------------
        Footer CSS
-----------------------------------*/
.footer-wrap {
  position: relative;
  z-index: 1;
  background-color: #002856;
}
.footer-wrap .container {
  position: relative;
}
.footer-wrap .footer-widget {
  margin-bottom: 25px;
}
.footer-wrap .footer-widget .footer-widget-title {
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
}
.footer-wrap .footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 65px;
  height: 2px;
  background-color: #FF375F;
}
.footer-wrap .footer-widget .footer-logo {
  margin-bottom: 15px;
  display: block;
}
.footer-wrap .footer-widget .comp-desc {
  color: rgba(255, 255, 255, 0.8);
  margin: 25px 0 30px;
  padding-right: 10px;
}
.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 15px;
}
.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .footer-menu li a {
  color: rgba(255, 255, 255, 0.8);
  position: relative;
  padding-left: 20px;
}
.footer-wrap .footer-widget .footer-menu li a i {
  position: absolute;
  top: -1px;
  left: 0;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.4s;
}
.footer-wrap .footer-widget .footer-menu li a:hover {
  letter-spacing: 0.1px;
  padding-left: 24px;
  color: #FF375F;
}
.footer-wrap .footer-widget .footer-menu li a:hover i {
  left: 4px;
  color: #FF375F;
}
.footer-wrap .footer-widget .contact-info li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 15px;
}
.footer-wrap .footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .contact-info li i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 18px;
  line-height: 0.8;
  color: #FF375F;
}
.footer-wrap .footer-widget .contact-info li p, .footer-wrap .footer-widget .contact-info li a {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
  transition: 0.3s;
}
.footer-wrap .footer-widget .newsletter-form {
  position: relative;
}
.footer-wrap .footer-widget .newsletter-form input {
  width: 100%;
  height: 57px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: left;
  padding: 15px 15px 15px 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
.footer-wrap .footer-widget .newsletter-form input::-moz-placeholder {
  opacity: 0.8;
  color: #fff;
}
.footer-wrap .footer-widget .newsletter-form input::placeholder {
  opacity: 0.8;
  color: #fff;
}
.footer-wrap .footer-widget .newsletter-form button {
  width: 100%;
  display: block;
  background-color: #FF375F;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 15px 15px 16px;
  border: none;
  transition: 0.4s;
}
.footer-wrap .footer-widget .newsletter-form button:hover {
  background-color: #fff;
  color: #FF375F;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
}
.footer-bottom .social-link h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1;
  margin: 0 10px 0 0;
}
.footer-bottom .social-link .social-profile li a {
  color: #fff;
  font-size: 18px;
}
.footer-bottom .social-link .social-profile li a:hover {
  transform: translateY(-2px);
}

.copyright-text {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
}
.copyright-text i {
  position: relative;
  top: 2px;
  margin-right: 2px;
}
.copyright-text a {
  color: #FF375F;
  font-weight: 500;
}
.copyright-text a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .footer-wrap .footer-widget .comp-desc {
    font-size: 14px;
    padding-right: 10px;
  }
  .footer-wrap .footer-widget h6 {
    font-size: 16px;
  }
  .footer-wrap .footer-widget .contact-info li {
    margin-bottom: 10px;
  }
  .footer-wrap .footer-widget .contact-info li i {
    top: 5px;
  }
  .footer-wrap .footer-widget .contact-info p, .footer-wrap .footer-widget .contact-info a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 8px;
  }
  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li a i {
    font-size: 14px;
    top: -1px;
  }
  .footer-wrap .footer-widget .newsletter-form input {
    height: 48px;
  }
  .footer-wrap .footer-widget .newsletter-form button {
    padding: 12px 15px;
  }
  .footer-wrap .footer-widget .newsletter-form input, .footer-wrap .footer-widget .newsletter-form button {
    font-size: 14px;
  }
  .footer-wrap .footer-bottom .copyright-text {
    text-align: center;
    margin: 0 0 15px;
  }
  .footer-wrap .footer-bottom .social-link {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-wrap .footer-widget .footer-widget-title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .footer-wrap .footer-widget .footer-widget-title {
    margin-bottom: 15px;
  }
  .footer-wrap .footer-widget .comp-desc {
    margin: 15px 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-wrap .footer-top .footer-widget .footer-widget-title {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-wrap .footer-widget .comp-desc {
    padding-right: 40px;
  }
}/*# sourceMappingURL=style.css.map */

/* code by md ehsan  */
@media only screen and (min-width: 1281px) and (max-width: 1399px) {
    .hero-wrap.style1 .hero-slide-item, .hero-wrap.style2 .hero-slide-item {
        padding: 50px 0 !important;
    }
}

.about-wrap.style1 .about-img-wrap .about-img-one {

  border-radius: 10px;
    width: 100%;
    height: 550px;
    margin: 0!important;
    max-width: calc(100%) !important;
    display: block;
}
.second-footer{
  padding-top: 80px;

}

.footer-wrap .footer-widget .contact-info li i {

    top: 7px;

     color:#ffffff !important;
}
.footer-wrap {

    background-color: #0e384c !important;
}
.footer-wrap li a {
   font-size: 18px !important;
   font-weight: 500 !important;
    color:#ffffff !important;

}
.footer-wrap p{
   font-size: 18px !important;
   font-weight: 500 !important;
    color:#ffffff !important;

}
.footer-widget li a{
   font-size: 18px !important;
   font-weight: 500 !important;
   color:#ffffff !important;
}
.footer-content{
  padding: 0 40px !important;
}
.footer-wrap .footer-widget .footer-widget-title:after {

    background-color: #fdc807;
}

.back-to-top {

    background: #fdc807;}
    .footer-wrap .footer-widget .footer-menu li a:hover i {

    color: #fdc807;
}
.footer-widget li a:hover{

   color:#fdc807 !important;
}
.header-wrap.style1 .header-top, .header-wrap.style2 .header-top {
    background: #0e384c;
}
.header-wrap .header-top .header-top-left .contact-info li i {

    color: #fff;

}
.about-wrap.style1 .about-img-wrap {
    position: relative;
   padding-top: 0px;
}
.home-about{
  padding-top: 70px;
}

/************************************/
/***      10. Our Team Css	      ***/
/************************************/

.our-team{
	position: relative;
	padding: 100px 0 70px;
	background: #d4d48e50 url('../img/our-team-bg.svg') no-repeat;
	background-position: top center;
	background-size: auto;
}

.our-team .icon-star-image{
	position: absolute;
	top: auto;
    bottom: 0;
    left: 0;
	transform: translate(-30px, -50%);
}

.team-member-item{
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	z-index: 1;
}

.team-image{
    position: relative;
    overflow: hidden;
	border-radius: 30px;
	margin-bottom: 20px;
}

.team-image img{
	width: 100%;
	aspect-ratio: 1/1.2;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-image img{
    transform: scale(1.1);
}

.team-content{
text-align: center;
}

.team-content h3{
	font-size: 20px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 5px;
}

.team-content p{
	text-transform: capitalize;
	margin: 0;
}

.team-social-icon{
	position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
	margin: 0 auto;
	transform: translateY(101%);
	text-align: center;
	z-index: 1;
    transition: all 0.5s ease-in-out;
}

.team-member-item:hover .team-social-icon{
	transform: translateY(-20px);
}

.team-social-icon ul{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.team-social-icon ul li{
	display: inline-block;
    text-align: center;
    margin-right: 10px;
}

.team-social-icon ul li:last-child{
	margin-right: 0;
}

.team-social-icon ul li a{
	height: 38px;
	width: 38px;
	background-color: var(--primary-color);
	border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

.team-social-icon ul li a i{
    color: var(--white-color);
    font-size: 18px;
	transition: all 0.3s ease-in-out;
}

.team-social-icon ul li a:hover{
	background: var(--accent-color);
}
.section-row .section-title {
    text-align: center;
    margin-bottom: 0;
}
.section-row {
    margin-bottom: 60px;
}
.section-title h3 {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--accent-color);
    padding-left: 20px;
    margin-bottom: 10px;
}
.section-title h2 {
    font-size: 44px;
    font-weight: 700;
    margin-bottom: 0;
}
.section-title h2 span {
    color: #1e84b5;
}
.section-title p {
    margin-top: 20px;
    margin-bottom: 0;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
}
.icon-star-image img {
    max-width: 112px;
    animation: zoom 1s linear 1s infinite;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

/************************************/
/***       12. Our Blog  Css	  ***/
/************************************/

.our-blog{
	position: relative;
	padding: 100px 0 70px;
	background: #eff8ff url('../img/our-blog-bg.svg') no-repeat;
	background-position: top 60px center;
	background-size: auto;
}

.our-blog .icon-star-image{
	position: absolute;
    top: 50%;
    left: 0;
    transform: translate(50%, -50%);
	z-index: 0;
}

.blog-item{
	position: relative;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	z-index: 1;
}

.blog-item .post-featured-image{
	border-radius: 30px;
	overflow: hidden;
	margin-bottom: 30px;
}

.blog-item .post-featured-image a{
	cursor: none;
	display: block;
}

.blog-item .post-featured-image img{
	border-radius: 30px;
	aspect-ratio: 1 / 0.66;
	object-fit: cover;
	transition: all 0.5s ease-in-out;
}

.blog-item:hover .post-featured-image img{
	transform: scale(1.1);
}

.post-item-body{
	margin-bottom: 15px;
}

.post-item-body h2{
	color: var(--primary-color);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.5em;
	text-transform: capitalize;
	margin-bottom: 20px;
}

.post-item-body h2 a{
	color: inherit;
}

.post-item-body p{
	margin: 0;
}

.post-item-footer a.read-more-btn{
	position: relative;
	color: var(--accent-color);
	font-size: 14px;
	font-weight: 600;
	text-transform: capitalize;
	padding-right: 35px;
	transition: 0.5s ease-in-out;
}

.post-item-footer a.read-more-btn::after{
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    background-image: url("../images/arrow-white.svg");
    background-repeat: no-repeat;
    background-position: center center;
	background-size: 10px auto;
	background-color: var(--accent-color);
	border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: 0.4s ease-in-out;
}

.post-item-footer a.read-more-btn:hover::after{
	transform: rotate(45deg);
	background-color: var(--primary-color);
}

.post-item-footer a.read-more-btn:hover{
	color: var(--primary-color);
}

.post-item-footer a.read-more-btn {
    position: relative;
    color: #1e84b5;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    padding-right: 35px;
    transition: 0.5s ease-in-out;
}
.post-item-footer a.read-more-btn::after {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    bottom: 0;
    background-image: url(../img/arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10px auto;
    background-color: #1e84b5;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    transition: 0.4s ease-in-out;
}
.post-item-footer a.read-more-btn:hover {
    color: #0e384c;
}
.post-item-footer a.read-more-btn:hover::after {
    transform: rotate(45deg);
    background-color: #0e384c;
}

/************************************/
/***  13. Our Transformation css  ***/
/************************************/

.our-transformation{
    padding: 100px 0;
}

.our-transformation-nav{
	margin-bottom: 60px;
}

.our-transformation-nav ul{
	list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 10px 0;
    padding: 0;
    margin: 0;
	border-bottom: 4px solid var(--divider-color);
}

.our-transformation-nav ul li{
	width: 25%;
}

.our-transformation-nav ul li .nav-link{
	position: relative;
	width: 100%;
    background: transparent;
	border: none;
    color: var(--text-color);
	font-size: 20px;
    font-weight: 600;
    line-height: 1.1em;
    text-transform: capitalize;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
    justify-content: center;
	padding: 0 5px 20px;
    outline: none;
    box-shadow: none;
    transition: all 0.3s ease-in-out;
}

.our-transformation-nav ul li .nav-link.active,
.our-transformation-nav ul li .nav-link:hover{
    background: transparent;
    color: var(--primary-color);
}

.our-transformation-nav ul li .nav-link img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
}

.our-transformation-nav ul li .nav-link.active img,
.our-transformation-nav ul li .nav-link:hover img{
    filter: brightness(0) invert(0);
}

.our-transformation-nav ul li .nav-link::before{
    content: '';
    display: block;
    position: absolute;
    bottom: -3px;
    left: auto;
    right: 0;
    background: var(--accent-color);
    width: 0;
    height: 4px;
    transition: all 0.4s ease-in-out;
}

.our-transformation-nav ul li .nav-link.active:before,
.our-transformation-nav ul li .nav-link:hover:before{
	width: 100%;
    left: 0;
    right: auto;
}

.transformation_image{
    margin-bottom: 30px;
}

.transformation_image img{
    width: 100%;
    aspect-ratio: 1 / 0.724;
    object-fit: cover;
    border-radius: 20px;
}

.transformation-image-box .twentytwenty-horizontal .twentytwenty-handle:after,
.transformation-image-box .twentytwenty-horizontal .twentytwenty-handle:before,
.transformation-image-box .twentytwenty-handle{
	box-shadow: none;
}


.slider-container {
  margin: 0 auto;
  margin-top: 5rem;
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 400px;
  border-radius: 0.7rem;
  overflow: hidden;
}

.before-image,
.after-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* Styling the Before/After text */
.before-text,
.after-text {
  position: absolute;
  font-family: system-ui;
  font-size: 14px;
  font-weight: 600;
  color: #3a3a3a;
  z-index: 4;
  padding: 10px 20px;
  background-color: #ffffff9e;
  border-radius: 0.3rem;
  letter-spacing: 2px;
  transition: opacity 0.3s ease-in-out;
}

/* Before text */
.before-text {
  left: 20px; /* Position text to the left */
  top: 20px;
  z-index: 5;
}

/* After text */
.after-text {
  right: 20px; /* Position text to the right */
  top: 20px;
  z-index: 3;
}

/* Hide the After text initially */
.after-image .after-text {
  visibility: visible;
  z-index: 3;
}

.after-image {
  clip-path: inset(0 50% 0 0);
}

.slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  background-color: #fff;
  cursor: pointer;
  z-index: 2;
}

.slider-line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  z-index: 1;
}
.pulse-container {
  position: relative;
  display: inline-block;
}

.pulse-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px; /* Larger than the SVG */
  height: 70px;
  border-radius: 50%;
  background-color: #ffffff; /* Color of the pulse */
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.8);
    opacity: 0;
  }
}

.slider-line svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  cursor: pointer;
}
/* Prevent text/image selection while dragging */
.slider-container,
.before-image img,
.after-image img {
  user-select: none; /* Disable selection on most browsers */
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

.slider-handle,
.slider-line {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.home-about {
  margin-bottom: 70px !important;
}
.our-blog {

    padding: 70px 0 70px;
}
.faq-wrap{
  padding: 70px 0;
}
.testimonial-wrap {
   padding: 70px 0;
}
.blog-item {
 border: 2px solid #e6f8fb;
  background-color: #fff;
  border-radius: 10px;
  padding:20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.blog-item:hover {
 border-color: #fdc807;
}
.services-section-fix{
  padding: 0px 50px !important;
}
.blog-item .post-featured-image {
    border-radius: 10px !important;
    overflow: hidden;
    margin-bottom: 20px;
}
.section-title p {
    margin-top: 10px;

}
.section-row {
    margin-bottom: 30px;
}
.blog-item .post-featured-image img {

    border-radius: 10px;}
    .testimonial-card{
      border-radius: 10px;
      background-color: #f2f2dc;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .testimonial-card .client-info-area .client-info-wrap .client-info {
    width: calc(100% - 0px);
    margin-left: 0px;
    margin-top: 20px;
}
.testimonial-wrap {
   padding: 80px 0;
   background: #f7f9fc;
}

.testimonial-slider-one .testimonial-card {
   background: #fff;
   border-radius: 16px;
   padding: 40px 30px;
   margin: 15px;
   box-shadow: 0 10px 30px rgba(0,0,0,0.05);
   position: relative;
   transition: all 0.35s ease;
   border: 1px solid #f0f0f0;
}

.testimonial-slider-one .testimonial-card:hover {
   transform: translateY(-8px);
   box-shadow: 0 20px 40px rgba(0,0,0,0.08);
   border-color: transparent;
}

.testimonial-card .quote-icon {
   position: absolute;
   top: 25px;
   right: 30px;
   font-size: 36px;
   color: #1ec28b; /* apna theme color daal lo */
   opacity: 0.15;
}

.testimonial-card .rating {
   margin-bottom: 15px;
}

.testimonial-card .rating i {
   color: #ffb400;
   font-size: 14px;
   margin-right: 2px;
}

.testimonial-card .client-quote {
   font-size: 15px;
   line-height: 1.8;
   color: #555;
   margin-bottom: 25px;

}

.client-info-wrap {
   display: flex;
   align-items: center;
   gap: 15px;
   border-top: 1px solid #eee;
   padding-top: 20px;
}

.client-img img {
   width: 55px;
   height: 55px;
   border-radius: 50%;
   object-fit: cover;
   border: 2px solid #1ec28b;
}

.client-info h3 {
   font-size: 17px;
   font-weight: 600;
   margin: 0;
   color: #222;
}

.client-info span {
   font-size: 13px;
   color: #999;
}

/* owl dots */
.testimonial-slider-one .owl-dots {
   text-align: center;
   margin-top: 30px;
}

.testimonial-slider-one .owl-dot span {
   width: 10px;
   height: 10px;
   margin: 0 5px;
   background: #ddd;
   display: inline-block;
   border-radius: 50%;
   transition: 0.3s;
}

.testimonial-slider-one .owl-dot.active span {
   background: #1ec28b;
   width: 25px;
   border-radius: 10px;
}

.testimonial-card .client-info-area .client-info-wrap .client-info {

    margin-top: 0px;
}
.slider-container {

    margin-top: 0rem !important;
}
.our-transformation {
    padding: 10px 0 !important;
}
.slider-container {

    height: 250px;
    margin: 0rem ;}
    .our-transformation-nav {
    margin-bottom: 20px;
}
/* Background image container with bottom-to-top color overlay */
.our-transformation {
  border-radius: 0px !important;
  padding: 70px 0 !important;
    position: relative;
    background-image: url('../img/testimonial-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 16px;
    overflow: hidden;
}

/* .our-transformation::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #eff8ff;
    z-index: 1;
    pointer-events: none;
} */

/* Make sure actual content sits above the overlay */
.our-transformation > * {
    position: relative;
    z-index: 2;
}
.client-info h3 {
    font-size: 16px !important;
    font-weight: 500;
    color: #666666;
}
.testimonial-card .quote-icon {
    position: absolute;
    top: 42px;
    right: 30px;
    font-size: 36px;
    color: #1ec28b;
    opacity: 1;
}
.testimonial-slider-one .testimonial-card {

     margin: 0px;
}
.what-we-do-metal {
    padding: 70px 0;
}

.what-we-do-metal{
	padding: 100px 0;
}

.what-we-image-box-metal{
	position: relative;
	height: 100%;
	margin-right: 15px;
	border-radius: 20px;
	overflow: hidden;
}

.what-we-image-metal{
	height: 100%;
}

.what-we-image-metal figure{
	display: block;
	height: 100%;
}

.what-we-image-metal figure img{
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1.062;
	object-fit: cover;
}

.what-we-review-box-metal{
	position: absolute;
	left: 50px;
	bottom: 50px;
	background-color: #161A2D1A;
	border-radius: 20px;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	padding: 25px;
	z-index: 1;
}

.what-we-review-content-metal{
	margin-top: 20px;
}

.what-we-review-content-metal p{
	color: var(--white-color);
	margin-bottom: 10px;
}

.what-we-review-content-metal p:last-child{
	margin-bottom: 0;
}

.what-we-review-content-metal p i{
	font-size: 18px;
}

.what-we-content-metal{
	height: 100%;
	align-content: center;
}

.what-we-item-metal{
	border: 1px solid #161A2D1A;
	border-radius: 20px;
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 25px 30px;
	margin-bottom: 25px;
}

.what-we-item-metal:last-child{
	margin-bottom: 0;
}

.what-we-item-metal .icon-box{
	position: relative;
	width: 50px;
	height: 50px;
	background-color: #316dff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	overflow: hidden;
	z-index: 1;
}
.section-title {
    margin-bottom: 40px;
}
.section-title h2 {
    font-size: 46px;
    margin-bottom: 0;
    cursor: none;
}
    .what-we-item-metal {
        padding: 20px;
        margin-bottom: 20px;
    }

.what-we-item-metal .icon-box::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transform: scale(0);
	background-color: #161a2d;
	z-index: 0;
	transition: all 0.4s ease-in-out;
}

.what-we-item-metal:hover .icon-box::before{
	transform: scale(1);
}

.what-we-item-metal .icon-box img{
	position: relative;
	width: 100%;
	max-width: 25px;
	z-index: 1;
}

.what-we-item-content-metal{
	width: calc(100% - 65px);
}

.what-we-item-content-metal h3{
	font-size: 20px;
}

.what-we-item-content-metal p{
	margin: 10px 0 0;
}

.what-we-btn-metal{
	margin-top: 60px;
}
.section-title h3 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: normal;
    color: #316dff;
    padding-left: 16px;
    margin-bottom: 15px;
}
.what_we_do{
  padding: 0 50px;
}
.testimonial-wrap {
    background: url('../img/testimonial-bg.jpg');
    background-size: cover;
    background-position: center;
}

 :root{
    --dark-green:#16352B;
    --medium-green:#2F6F4E;
    --soft-green:#E7F0EA;
    --accent:#E3A857;
    --accent-soft:#F7E6CF;
    --cream:#FBF8F3;
    --text:#1F2D27;
    --muted:#6B7C75;
    --radius:14px;
  }

  *{box-sizing:border-box;}

  body{
    font-family:'Inter', sans-serif;
    color:var(--text);
    background:var(--cream);
  }

  h1,h2,h3,h4,.brand{
    font-family:'Poppins', sans-serif;
  }

  /* ===== Navbar ===== */
  .navbar{
    background:var(--cream);
    padding:18px 0;
  }
  .navbar .brand{
    font-weight:800;
    font-size:1.5rem;
    color:var(--dark-green);
    letter-spacing:.5px;
  }
  .navbar .brand span{color:var(--accent);}
  .navbar-nav .nav-link{
    color:var(--text);
    font-weight:500;
    margin:0 10px;
    transition:.25s;
  }
  .navbar-nav .nav-link:hover,
  .navbar-nav .nav-link.active{
    color:var(--medium-green);
  }
  .btn-accent{
    background:var(--accent);
    border:none;
    color:#fff;
    font-weight:600;
    border-radius:50px;
    padding:10px 26px;
    transition:.25s;
  }
  .btn-accent:hover{
    background:var(--dark-green);
    color:#fff;
  }

  /* ===== Hero / Breadcrumb ===== */
  .hero{
    background: linear-gradient(135deg, #0e384c 0%, #fdc807 100%);
    position:relative;
    overflow:hidden;
    padding:90px 0 130px;
    padding-top: 190px !important;
  }
  .hero::before{
    content:"";
    position:absolute;
    width:380px;height:380px;
    border-radius:50%;
    background:rgba(255,255,255,0.05);
    top:-120px; right:-100px;
  }
  .hero::after{
    content:"";
    position:absolute;
    width:240px;height:240px;
    border-radius:50%;
    border:2px solid rgba(227,168,87,0.25);
    bottom:-80px; left:-60px;
  }
  .hero h1{
    color:#fff;
    font-weight:800;
    font-size:2.8rem;
    position:relative;
    z-index:2;
  }
  .hero p.lead{
    color:rgba(255,255,255,0.75);
    max-width:520px;
    position:relative;
    z-index:2;
  }

  .breadcrumb{
    margin-top:18px;
    position:relative;
    z-index:2;
  }
  .breadcrumb-item a{
    color:rgba(255,255,255,0.7);
    text-decoration:none;
    font-weight:500;
    transition:.2s;
  }
  .breadcrumb-item a:hover{color:var(--accent);}
  .breadcrumb-item.active{color:var(--accent); font-weight:600;}
  .breadcrumb-item+.breadcrumb-item::before{
    content:"\203A";
    color:var(--accent);
    font-weight:700;
    padding-right:.6rem;
  }

  /* wave divider */
  .wave-divider{
    position:absolute;
    bottom:-1px; left:0; width:100%;
    line-height:0;
  }
  .wave-divider svg{display:block; width:100%; height:90px;}

  /* ===== Floating Info Cards ===== */
  .info-cards{
    margin-top:-90px;
    position:relative;
    z-index:3;
  }
  .info-card{
    background:#fff;
    border-radius:var(--radius);
    padding:32px 24px;
    box-shadow:0 15px 40px rgba(22,53,43,0.12);
    height:100%;
    transition:transform .25s, box-shadow .25s;
  }
  .info-card:hover{
    transform:translateY(-6px);
    box-shadow:0 20px 50px rgba(22,53,43,0.16);
  }
  .info-card .icon-circle{
    width:54px; height:54px;
    border-radius:50%;
      background: #0e384c;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fdc807;
    font-size:1.4rem;
    margin-bottom:18px;
  }
  .info-card h5{
    font-weight:700;
    color:var(--dark-green);
    margin-bottom:6px;
  }
  .info-card p{
    color:var(--muted);
    margin-bottom:0;
    font-size:.95rem;
  }

  /* ===== Contact Section ===== */
  .contact-section{
    padding:100px 0 80px;
  }
  .section-label{
    color:var(--accent);
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:.85rem;
  }
  .section-title{
    color:var(--dark-green);
    font-weight:800;
    font-size:2.2rem;
    margin-bottom:18px;
  }
  .section-text{
    color:var(--muted);
    margin-bottom:30px;
  }

  .form-card{
    background:#fff;
    border-radius:var(--radius);
    padding:40px;
    box-shadow:0 15px 40px rgba(22,53,43,0.08);
  }
  .form-label{
    font-weight:600;
    color:var(--dark-green);
    font-size:.9rem;
  }
  .form-control{
    border:1px solid #E2E8E4;
    border-radius:10px;
    padding:12px 16px;
    background:var(--cream);
    font-size:.95rem;
  }
  .form-control:focus{
    border-color:var(--medium-green);
    box-shadow:0 0 0 3px rgba(47,111,78,0.12);
    background:#fff;
  }
  textarea.form-control{min-height:140px;}

  .btn-submit{
    background: #fdc807;
    color:#fff;
    font-weight:600;
    border:none;
    border-radius:50px;
    padding:13px 36px;
    transition:.25s;
  }
  .btn-submit:hover{
    background:var(--medium-green);
    color:#fff;
  }

  /* Side panel */
  .side-panel{
      background: #0e384c;
    border-radius:var(--radius);
    padding:40px;
    color:#fff;
    height:100%;
    position:relative;
    overflow:hidden;
  }
  .side-panel::after{
    content:"";
    position:absolute;
    width:200px;height:200px;
    border-radius:50%;
    background:rgba(227,168,87,0.08);
    bottom:-80px; right:-60px;
  }
  .side-panel h4{
    color: #fff;
    font-weight:700;
    margin-bottom:18px;
    position:relative; z-index:2;
  }
  .side-panel .contact-line{
    display:flex;
    align-items:flex-start;
    gap:14px;
    margin-bottom:22px;
    position:relative; z-index:2;
  }
  .side-panel .contact-line i{
    color:var(--accent);
    font-size:1.2rem;
    margin-top:3px;
  }
  .side-panel .contact-line div span{
  display: block;
    color: #fff;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 12px;


  }
  .social-icons{
    display:flex; gap:12px;
    margin-top:30px;
    position:relative; z-index:2;
  }
  .social-icons a{
    width:40px; height:40px;
    border-radius:50%;
    background:rgba(255,255,255,0.08);
    display:flex; align-items:center; justify-content:center;
    color:#fff;
    transition:.25s;
  }
  .social-icons a:hover{
    background:var(--accent);
    color:var(--dark-green);
  }

  /* ===== Map ===== */
  .map-section iframe{
    width:100%;
    height:380px;
    border:0;
    border-radius:var(--radius);
    display:block;
  }

  /* ===== Footer ===== */


  @media (max-width: 767px){
    .hero{padding:60px 0 110px;}
    .hero h1{font-size:2.1rem;}
    .form-card, .side-panel{padding:26px;}
  }
  .navbar {
   background:#fff;
    }
    .main-header-section{
      background: #fff;
      padding: 0 30px;
    }
    .top-main-header{
      padding: 0 30px;
    }
    .service-desc-img img{
      border-radius: 15px;
    }
    .service-desc{
      border-radius: 15px;
      padding: 20px;
      background-color: #fff;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .sidebar-widget {
        border-radius: 15px;
      padding: 20px;
      background-color: #fff;
      box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }
    .services_details_section{
      padding:0 50px;
    }

    our-approach{
	padding: 100px 0;
}

.approach-item{
	min-height: 250px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 50px;
	background: #fff;
	border-radius: 20px;
	height: calc(100% - 30px);
	margin-bottom: 30px;
	padding: 40px;
}

.approach-item.box-bg-shape::before{
	width: 140px;
    height: 130px;
}

.approach-item-content h3{
	font-size: 20px;
}

.approach-item-content p{
	margin: 20px 0 0;
}

.approach-item-list{
	border-top: 1px solid var(--divider-color);
	padding-top: 40px;
	margin-right: 40px;
}

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

.approach-item-list ul li{
	position: relative;
	line-height: 1.5em;
	padding-left: 25px;
	margin-bottom: 15px;
}

.approach-item-list ul li:last-child{
	margin-bottom: 0;
}

.approach-item-list ul li::before{
	content: '\f058';
	font-family: 'Font Awesome 7 Free';
	position: absolute;
	left: 0;
	font-size: 18px;
	font-weight: 900;
	color: var(--accent-color);
}

.approach-item .icon-box{
	position: absolute;
	bottom: 5px;
	right: 5px;
	background: var(--accent-color);
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
	z-index: 1;
}


.approach-item:hover .icon-box{
	background: var(--primary-color);
}

.approach-item .icon-box img{
	width: 100%;
	max-width: 30px;
}

.bg-section {
  padding: 70px 0;
    background-color: #f2f7ff;

    border-radius: 20px;
    margin: 0 auto;
}
.approach-item .icon-box {
        bottom: 0px;
        right: 0px;
        height: 50px;
        width: 50px;
    }
        .approach-item .icon-box img {
        max-width: 26px;
    }
    .approach-item .icon-box {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: #0e384c;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
.box-bg-shape::before {
    content: '';
    position: absolute;
    right: -1px;
    bottom: -1px;
    /* mask: url(../img/readmore-btn-bg-shape.svg); */
    -webkit-mask: url(../img/readmore-btn-bg-shape.svg);
    background-color: #fdc807;
    mask-repeat: no-repeat;
    mask-position: right bottom;
    mask-size: cover;
    width: 120px;
    height: 110px;
    z-index: 1;
}
    .approach-item.box-bg-shape::before {
        /* width: 110px;
        height: 100px; */
    }
    .approach-item:hover .icon-box {
    background: #161a2d;
}.box-bg-shape {
    position: relative;
}

  /* Page demo content */
  .demo-wrap{text-align:center; padding:40px 20px;}
  .demo-wrap h1{font-weight:800; color:var(--dark-green); font-size:2rem; margin-bottom:10px;}
  .demo-wrap p{color:var(--muted); margin-bottom:24px;}

  .btn-open{
    background:#FF375F;
    color:#fff;
    font-weight:600;
    border:none;
    border-radius:50px;
    padding:13px 36px;
    transition:.25s;
  }
  .btn-open:hover{background:#fdc807; color:#fff;}

  /* ===== Modal ===== */
  .popup-modal .modal-dialog{
    max-width:450px;
  }
  .popup-modal .modal-content{
    border-left:5px solid #ff375f;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 25px 60px rgba(22,53,43,0.25);
  }

  /* Animation: gentle scale-up */
  .popup-modal .modal-dialog{
    transform:scale(.92);
    transition:transform .35s ease, opacity .35s ease;
  }
  .popup-modal.show .modal-dialog{
    transform:scale(1);
  }

  .popup-row{display:flex; flex-wrap:wrap; min-height:420px;}

  /* Left panel */
  .popup-left{
    flex:0 0 42%;
    max-width:42%;
    background:linear-gradient(150deg, var(--dark-green) 0%, var(--medium-green) 100%);
    color:#fff;
    padding:48px 40px;
    position:relative;
    overflow:hidden;
    display:flex;
    flex-direction:column;
    justify-content:center;
  }
  .popup-left::before{
    content:"";
    position:absolute;
    width:280px; height:280px;
    border-radius:50%;
    background:rgba(255,255,255,0.05);
    top:-100px; right:-100px;
  }
  .popup-left::after{
    content:"";
    position:absolute;
    width:180px; height:180px;
    border-radius:50%;
    border:2px solid rgba(227,168,87,0.25);
    bottom:-60px; left:-50px;
  }
  .popup-left .icon-badge{
    width:64px; height:64px;
    border-radius:50%;
    background:rgba(255,255,255,0.1);
    display:flex; align-items:center; justify-content:center;
    font-size:1.6rem;
    color:var(--accent);
    margin-bottom:22px;
    position:relative; z-index:2;
  }
  .popup-left h3{
    font-weight:800;
    font-size:1.7rem;
    margin-bottom:14px;
    position:relative; z-index:2;
  }
  .popup-left p{
    color:rgba(255,255,255,0.75);
    font-size:.95rem;
    margin-bottom:24px;
    position:relative; z-index:2;
  }
  .popup-left .feature-list{
    list-style:none;
    padding:0; margin:0;
    position:relative; z-index:2;
  }
  .popup-left .feature-list li{
    display:flex; align-items:center;
    gap:10px;
    font-size:.9rem;
    color:rgba(255,255,255,0.85);
    margin-bottom:12px;
  }
  .popup-left .feature-list i{
    color:var(--accent);
    font-size:1rem;
  }

  /* Right panel - form */
  .popup-right{
    flex:1;
    background:#fff;
    padding:48px 44px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    position:relative;
  }
  .popup-right .eyebrow{
    color:var(--accent);
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    font-size:.78rem;
    margin-bottom:8px;
  }
  .popup-right h2{
    font-weight:800;
    color:var(--dark-green);
    font-size:1.6rem;
    margin-bottom:8px;
  }
  .popup-right .sub-text{
    color:var(--muted);
    font-size:.92rem;
    margin-bottom:24px;
  }

  .form-label{
    font-weight:600;
    color:var(--dark-green);
    font-size:.85rem;
  }
  .form-control, .form-select{
    border:1px solid #E2E8E4;
    border-radius:10px;
    padding:12px 16px;
    background:var(--cream);
    font-size:.95rem;
  }
  .form-control:focus, .form-select:focus{
    border-color:var(--medium-green);
    box-shadow:0 0 0 3px rgba(47,111,78,0.12);
    background:#fff;
  }

  .btn-submit{
    background:var(--accent);
    color:#fff;
    font-weight:700;
    border:none;
    border-radius:50px;
    padding:13px 0;
    width:100%;
    transition:.25s;
    margin-top:8px;
  }
  .btn-submit:hover{
    background:#0e384c;
    color:#fff;
  }

  .trust-note{
    display:flex; align-items:center; justify-content:center;
    gap:6px;
    color:var(--muted);
    font-size:.8rem;
    margin-top:16px;
  }
  .trust-note i{color:var(--medium-green);}

  /* Close button */
  .popup-close{
    position:absolute;
    top:14px; right:14px;
    width:36px; height:36px;
    border-radius:50%;
    background:#e3a857;
    border:none;
    color:#fff;
    display:flex; align-items:center; justify-content:center;
    font-size:1.1rem;
    z-index:20;
    transition:.2s;
  }
  .popup-close:hover{
    background:#e3a857;
    color:var(--dark-green);
  }

  @media (max-width: 767px){
    .popup-left{display:none;}
    .popup-right{flex:1 1 100%; max-width:100%; padding:40px 24px;}
    .popup-row{min-height:auto;}
    .popup-close{
      background:rgba(0,0,0,0.15);
      color:var(--dark-green);
    }
  }
  .what-we-review-box-metal {
    align-items: center;
    padding: 25px 30px;
    background: #fff;
    flex-wrap: wrap;
    gap: 15px;
}

.counter-box {
    flex: 1;
    text-align: left;
}

.counter-number {
    font-size: 2.4rem;
    font-weight: 800;
    color: #0E2A47;
    margin-bottom: 8px;
    line-height: 1;
}

.counter-title {
    font-size: 1rem;
    font-weight: 500;
    color: #0E2A47;
    line-height: 1.4;
    margin-bottom: 0;
}

.counter-divider {
    width: 1px;
    align-self: stretch;
    background-color: #d8dee5;
}

/* Mobile responsive */
@media (max-width: 575px) {
    .what-we-review-box-metal {
        justify-content: center;
    }
    .counter-divider {
        display: none;
    }
    .counter-box {
        flex: 0 0 100%;
        text-align: center;
        border-bottom: 1px solid #d8dee5;
        padding-bottom: 12px;
    }
    .counter-box:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }
}
.hero-wrap .hero-content h1 {
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}
.contact-line p{
  color:#fff;
}
.nav-link:focus-visible {
  box-shadow: none;
}
:focus-visible {
    outline: none !important;
}
.nav-link:focus{
  outline: none !important;
}
.hero-services{
  padding-top: 100px !important;
}
.main-header-section .navbar-brand{
 margin-left: 0px !important;

}
.header-wrap .header-bottom {
    padding: 0;
}
.popup-right h2 {
    text-align: center;

    margin-bottom: 20px;
}
.theme-light .navbar-brand .logo-light {
    height: 90px;
}
.header-wrap .header-bottom .navbar .navbar-nav .nav-item .nav-link {
      font-size: 18px;
    color: #000000 !important;
    margin: 0 25px;
}
.header-wrap.style1 .header-top, .header-wrap.style2 .header-top {
    background: #000000;
}
.header-wrap.style1 .header-top .header-top-right .social-profile li a, .header-wrap.style2 .header-top .header-top-right .social-profile li a {
    background: #b99436;
}
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {

    background-color: #c28c32;

}

.footer-logo img{
    background-color: #fff;
    border-radius: 10px;
}
.footer-wrap {
    background-color: #1A1A1A !important;
}
.header-wrap.style1 .header-top .header-top-right .social-profile li a, .header-wrap.style2 .header-top .header-top-right .social-profile li a {
    color: #000;
    background: #fff;
}
.header-wrap.style1 .header-top .header-top-right .social-profile li a i, .header-wrap.style2 .header-top .header-top-right .social-profile li a i {
    color: #000000;
}

.btn-submit {
    background: #e8b84b;}
.side-panel {
    background: #1A1A1A;

}

.hero-wrap.style1 .hero-slide-item .hero-content h1{
color: #fff;
}
.hero-wrap.style1 .hero-slide-item .hero-content p{
  color: #fff;
}
.hero-wrap.style1 .hero-slide-item:before, .hero-wrap.style2 .hero-slide-item:before, .hero-wrap.style4 .hero-slide-item:before {
    background: linear-gradient(to bottom, rgba(10, 22, 40, 0.70) 0%, rgba(10, 22, 40, 0.52) 45%, rgba(10, 22, 40, 0.80) 75%, rgba(10, 22, 40, 0.97) 100%);
}
.btn.style2 {
   display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #c9962a, #e8b84b);
    color: #fff;
    padding: 1rem 2.4rem;
    border-radius: 5px;
    font-weight: 700;
    font-size: 0.97rem;
    transition: all 0.3s;
    box-shadow: 0 6px 25px rgba(201, 150, 42, 0.45);
}
.btn.style1 {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: linear-gradient(135deg, #c9962a, #e8b84b);
    color: #fff;
    padding: 1rem 2.4rem;
    border-radius: 5px;
    font-weight: 700;
    font-size: 0.97rem;
    transition: all 0.3s;
    box-shadow: 0 6px 25px rgba(201, 150, 42, 0.45);
}
.hero-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(201, 150, 42, 0.18);
    border: 1px solid rgba(201, 150, 42, 0.55);
    color: #e8b84b;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    padding: 0.5rem 1.4rem;
    border-radius: 30px;
    margin-bottom: 1.8rem;
    backdrop-filter: blur(6px);
}
.hero-pill::before {
    margin-top: 6px !important;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e8b84b;
    box-shadow: 0 0 6px #e8b84b;
    animation: pulse 2s infinite;
}
.hero-slide-item h1 em {
    font-style: normal;
    color: #e8b84b;
    position: relative;
}
.hero-slide-item h1 em::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #e8b84b, transparent);
    border-radius: 2px;
}

.hero-slide-item  h1 {
    font-family: 'Playfair Display', serif;
    font-size: clamp(2.8rem, 6vw, 5rem);
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 1.4rem;
    text-shadow: 0 4px 30px rgba(0, 0, 0, 0.4);
}
.hero-btn-outline {
    margin-left: 15px;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 2px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 5px;
    font-weight: 600;
    font-size: 0.97rem;
    transition: all 0.3s;
    backdrop-filter: blur(4px);
}

.btn.style1:after, .btn.style1:before {
    background: #1A1A1A;
}
.btn.style2:after, .btn.style2:before {
    background: #1A1A1A;
}

.hero-btn-outline:hover {

    border-color: #e8b84b !important;
    color: #e8b84b !important;
    transform: translateY(-3px);
}
.header-wrap.style1 .header-top .header-top-right .social-profile li a:hover i, .header-wrap.style2 .header-top .header-top-right .social-profile li a:hover i {
    color: #e8b84b;
}
.header-wrap .header-bottom .navbar .navbar-nav .nav-item .nav-link:hover {
  color: #e8b84b !important;
}
.header-wrap.style1 .header-top .header-top-left .contact-info li a:hover {
    color: #e8b84b !important;
}
.social-profile.style1 li a:hover {
    background-color: #e8b84b;

}
.btn-submit:hover {

    background: #1A1A1A;
}
.popup-modal .modal-content {
    border-left: 5px solid #e8b84b;

}

.testimonial-slider-one .testimonial-card {
    border-bottom:5px solid #e8b84b ;
}
.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
    background-color: #fdc807;
}
.content-feature-list.style3 li span i {
    color: #fdc807;
}
 em {
    font-style: normal;
    color: #e8b84b;
    position: relative;
}
 em::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #e8b84b, transparent);
    border-radius: 2px;
}
.about-wrap.style1 .about-img-wrap .about-img-one {

    height: 500px;
}

.content-title h2 {
        color: #1A1A1A;
    }
    .content-feature-list.style3 li {

    color: #1A1A1A;

}
.text-anime-style-2{

    color: #1A1A1A;
}
p{
   color: #1A1A1A;
}
.post-item-footer a.read-more-btn {
 color: #e8b84b;
}
.post-item-footer a.read-more-btn::after {

    background-color: #e8b84b;

}
.accordion-item .accordion-header .accordion-button.collapsed {
    color: #1A1A1A;
    border: 1px solid rgba(0, 40, 86, 0.3);
}
.accordion-item .accordion-header .accordion-button {

    color: #1A1A1A;
}
.accordion-item .accordion-header .accordion-button.collapsed span i {
    color: rgb(0, 40, 86);
}
.accordion-item .accordion-header .accordion-button.collapsed span i {
    color: rgb(253 200 7);
}
.accordion-item .accordion-header .accordion-button:not(collapsed) span i {
    color: #e8b84b;
}


.accordion-item .accordion-header .accordion-button:not(collapsed) {
    border-bottom: none !;
    border: 1px solid #e8b84b;

}
.accordion-item .accordion-collapse .accordion-body {
    border-top: none !important;
    border: 1px solid #e8b84b;

}
.faq span{
   color: #e8b84b !important;
}
.accordion-item .accordion-header .accordion-button {

    font-size: 17px;
}
.testimonial h2{
   color: #1A1A1A !important;
}
.testimonial span{
   color: #e8b84b !important;
}
.content-title.style1 span {
    color: #e8b84b;
}
.hero {

    padding-top: 220px !important;
}
.approach-item-content h3{
 color: #1A1A1A !important;
}
.page_404 {
    position: relative;
    padding-top: 80px;
    background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    overflow: hidden;
}

.page_404::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom,
        rgba(10, 22, 40, 0.70) 0%,
        rgba(10, 22, 40, 0.52) 45%,
        rgba(10, 22, 40, 0.80) 75%,
        rgba(10, 22, 40, 0.97) 100%);
    z-index: 1;
}

.page_404 .container {
    position: relative;
    z-index: 2;
}

    .four_zero_four_bg {
        position: relative;
    }

    .error-number {
        padding-top: 80px;
        font-size: 180px;
        font-weight: 900;
        color: #fff;
        margin: 0;
        text-shadow: 0 10px 30px rgba(0,0,0,0.3);
        animation: float 3s ease-in-out infinite;
        letter-spacing: 10px;
    }

    @media (max-width: 768px) {
        .error-number {
            font-size: 100px;
            letter-spacing: 5px;
        }
    }

    @keyframes float {
        0%, 100% { transform: translateY(0px); }
        50% { transform: translateY(-20px); }
    }

    .contant_box_404 {
        margin-top: -45px;

        border-radius: 20px;

        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        box-shadow: 0 20px 50px rgba(0,0,0,0.2);
        animation: fadeInUp 0.8s ease;
    }

    @keyframes fadeInUp {
        from { opacity: 0; transform: translateY(40px); }
        to { opacity: 1; transform: translateY(0); }
    }

    .contant_box_404 h3 {
        font-size: 26px;
        font-weight: 700;
        color: #fff;
        margin-bottom: 10px;
    }

    .contant_box_404 p {
        color: #fff;
        margin-bottom: 25px;
        font-size: 15px;
    }

    .link_404 {
        display: inline-block;
        padding: 12px 35px;
        background: linear-gradient(135deg, #d7a538 0%, #d7a538 100%);
        color: #fff !important;
        text-decoration: none;
        border-radius: 50px;
        font-weight: 600;
        letter-spacing: 0.5px;
        transition: all 0.3s ease;
        box-shadow: 0 8px 20px #d7a538;
    }

    .link_404:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 25px rgba(102,126,234,0.5);
        color: #fff;
        text-decoration: none;
    }
.btn.style1 {

    padding: 0.4rem 1rem !important;

}

.customer_login-fix{
    display: none;
}
@media only screen and (max-width: 767px) {
    .hero-wrap.style1 .hero-slide-item::before, .hero-wrap.style2 .hero-slide-item::before {
           background: linear-gradient(rgba(10, 22, 40, 0.7) 0%, rgba(10, 22, 40, 0.52) 45%, rgba(10, 22, 40, 0.8) 75%, rgba(10, 22, 40, 0.97) 100%) !important;
    }
    .header-wrap.style1 .header-top, .header-wrap.style2 .header-top {
    display: none;
 }
 .customer_login-fix{
    display: block;
}

 .btn.style2 {
    display: block;
    align-items: center;
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 0.97rem;
    box-shadow: rgba(201, 150, 42, 0.45) 0px 6px 25px;
    gap: 0.5rem;
    background: linear-gradient(135deg, rgb(201, 150, 42), rgb(232, 184, 75));
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: 0.3s;
}
.navbar .navbar-toggler {
        border-color: #e8b84b !important;
    }
    .navbar .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23e8b84b' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.hero-btn-outline {

    padding: 0.5rem 1rem;
}
    .hero-wrap.style1 .hero-slide-item {
        padding: 55px 0 64px !important;
    }
    .header-wrap .header-bottom .navbar .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    font-weight: 400;
    color: #000000 !important;
    margin: 0;
    border-bottom: 1px solid #666666;
}
.hero {
    padding-top: 140px !important;
}
    .hero {
        padding: 60px 0 80px;
    }


}


@media (max-width: 575px) {
.header-wrap.style1 .header-top, .header-wrap.style2 .header-top {
    display: none;
 }
 .theme-light .navbar-brand .logo-light {
    height: 55px;
}
    .hero-wrap.style1, .hero-wrap.style2, .hero-wrap.style8 {
        margin-top: 55px !important;
    }
    .faq-bg-one {
        display: none;
    }
    .services-section-fix {
    padding: 0px 15px !important;
}
.our-blog {
    padding: 40px 0 30px;
}
.about-wrap.style1 .about-img-wrap {
        padding-top: 0px !important;
    }
.about-wrap.style1 .about-img-wrap .about-img-one {
    height: 200px;
}
.home-about {
    padding-top: 40px !important;
}
.home-about {
    margin-bottom: 50px !important;
}
    .btn.style2 {
    display: inline-block !important;
    }
    .contact-section {
    padding: 40px 0 40px;
}
.bg-section {
    padding: 0px 0;
    padding-top: 40px;
    margin: 0 auto;
}

.contact-info li{
    font-size: 15px !important;
}
.modal-open{
    padding-right: 0px !important;
}
    .header-wrap.sticky.style1, .header-wrap.sticky.style4 {
        top: 0px;
    }

}
@media only screen and (max-width: 400px) {
  .hero-btn-outline{
    padding: 0.5rem 2rem;
    margin-left: 0px !important;
    margin-top: 15px !important;

  }
  .btn.style1 {
    padding: 0.4rem 0.4rem !important;
}
}

@media only screen and (max-width: 350px) {

  .btn.style1 {
    padding: 0.4rem 0.4rem !important;
}
}

html, body {
    overflow-x: hidden;
}
