/*-------------------------------------
    Template Name: Vithana Consulting
    Template URI: 
    Description: Vithana Consulting
    Author: Themeies
    Author URI: https://www.templatemonster.com/authors/themeies/
    Version: 1.0
    Tags: theme, template, etc

---------------------------------------*/
/*
    Table of Context
    -------------------------------
    01. Common SCSS
    02. Content Box
    03. Icon Box
    04. Order, Unorder List
    05. Round One side 
    06. Video side 
    07. Overlap Image Box
    08. Image Box

    01. Header style
    02. Banner style
    03. Block style
    04. Promise Section
    05. About Section
    06. Service Section
    07. Feature Section
    08. Portfolio Section
    09. Testimonial Scetion
    10. Choose Section
    11. Team Section
    12. Career Section
    13. Project Pricing Section
    14. Counter section
    15. Subscription section 
    16. Shop Section 
    17. Blog section
    18. Blog Page Section
    19. Blog-Single section
    20. Masonry section
    21. Shop section
    22. Shop-Single section
    23. Get-Quote section
    24. Contact section
    25. Footer

*/
/**
 * Fonts 
 * DM Sans
 * Open Sans
 * Pushuter
 * Oswald
 * Baloo
 */
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pushster&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400;500;600;700;800&display=swap");
/**
 * For max-width media query, device width are sets as::after
 * xl = 1440
 * medium = 1199
 * tabland = 991
 * tabport = 767
 * 
 * 
 */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-padding-top: 80px;
}

html,
body {
  background: transparent;
  font-family: "DM Sans", sans-serif;
  font-size: 13px;
  font-weight: 400;
}

a {
  text-decoration: none !important;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

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

.sec-title {
  margin-bottom: 40px;
}

.sec-title h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 72px;
  max-width: 680px;
  line-height: 1.25;
  text-align: center;
  margin: auto;
  padding-bottom: 20px;
}

.sec-title p {
  max-width: 530px;
  margin: 10px auto 0px;
  color: #374567;
  opacity: 0.7;
}

@media screen and (max-width: 479px) {
  .sec-title p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #customers-testimonials .shadow-effect .d-flex:after {
    width: 60px !important;
    height: 60px !important;
  }

  .banner-section h1,
  .sec-title h2 {
    font-size: 32px !important;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
  }

  .promise-section .owl-carousel .owl-dots .owl-dot {
    background: #e94386 !important;
  }

  .hero-image img {
    position: relative !important;
    top: 0 !important;
    margin: 0 !important;
  }

  .sec-title {
    margin-bottom: 50px;
  }
}

.sec-title h6 {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #f14105;
  line-height: 16px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  position: relative;
  margin-left: 10px;
  margin-bottom: 22px;
  display: inline-block;
}

.sec-title h6::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  height: 16px;
  width: 2px;
  background: #f14105;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish", sans-serif;
  margin: 0;
  color: #0b1531;
}

.h1 {
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.banner-section h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 72px;
  /* color: #e94386; */
  color: #372668;
  line-height: 1.25;
}

.about-us-page h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 72px;
  /* color: #e94386; */
  color: #e94386 !important;
  line-height: 1.25;
}

.about-us-page h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 72px;
  /* color: #e94386; */
  color: #e94386 !important;
  line-height: 1.25;
}

.about-us-page-content p {
  font-size: 16px !important;
}

.about-us-page h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 72px;
  line-height: 1.25;
}

.banner-section h1 small {
  font-size: 20px;
  color: #b3b3b3;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .h1 {
    font-size: 50px;
    line-height: 55px;
  }
}

@media screen and (max-width: 991px) {
  .pricing .col-lg-4 {
    margin-bottom: 100px;
  }
  .h1 {
    font-size: 45px;
    line-height: 54px;
  }
  .flex-reverse {
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 479px) {
  .h1 {
    font-size: 40px;
    line-height: 50px;
  }
}

@media screen and (max-width: 375px) {
  .h1 {
    font-size: 29px;
    line-height: 42px;
  }
}

.h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 58px;
}

@media screen and (max-width: 991px) {
  .h2 {
    font-size: 45px;
    line-height: 50px;
  }
}

@media screen and (max-width: 575px) {
  .h2 {
    font-size: 28px;
    line-height: 1;
  }
}

@media screen and (max-width: 375px) {
  .h2 {
    font-size: 28px;
    line-height: 42px;
  }
}

.h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  color: #6c6467;
}

.h4 {
  font-size: 36px;
  font-weight: 500;
  line-height: 47px;
}

@media screen and (max-width: 767px) {
  .h4 {
    font-size: 25px;
    line-height: 32px;
  }
}

@media screen and (max-width: 479px) {
  .h4 {
    font-size: 24px;
    line-height: 27px;
  }
}

.h5 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

@media screen and (max-width: 479px) {
  .h5 {
    font-size: 20px;
  }
}

.h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.bg-color {
  background: #e943860a;
}

.bg-color-blue {
  background: #372668;
}

.dark-bg {
  background: #0b1531;
}

.dark-bg-blue {
  background: #0b1531;
}

.bg-color2 {
  background: #e943860a;
}

.bg-navy {
  background: #010051;
}

.bg-blue {
  background: rgba(5, 85, 241, 0.1);
}

.bg-blue2 {
  background: rgba(5, 85, 241, 0.05) !important;
}

.bg-orange {
  background: rgba(241, 65, 5, 0.1);
}

.bg-pink {
  background: rgba(241, 5, 203, 0.1);
}

.bg-pink2 {
  background: rgba(241, 5, 203, 0.05) !important;
}

.bg-deep-pink {
  background: rgba(241, 5, 118, 0.1);
}

.bg-purple {
  background: #8b00f9;
  -webkit-box-shadow: 0px 4px 16px rgba(139, 0, 249, 0.3);
  box-shadow: 0px 4px 16px rgba(139, 0, 249, 0.3);
}

.bg-red {
  background: #f24646;
  -webkit-box-shadow: 0px 4px 16px rgba(242, 70, 70, 0.3);
  box-shadow: 0px 4px 16px rgba(242, 70, 70, 0.3);
}

.bg-blue3 {
  background: #006ff9;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 111, 249, 0.3);
  box-shadow: 0px 4px 16px rgba(0, 111, 249, 0.3);
}

.bg-red {
  background: #ff5a3c !important;
}

.text-white {
  color: #fff !important;
}

.bg-yellow {
  background: #ff8e15 !important;
}

.bg-golden {
  background: #c19d60 !important;
}

.text-golden {
  color: #c19d60 !important;
}

.text-golden::after {
  background: #c19d60 !important;
}

.text-yellow {
  color: #ff8e15 !important;
}

.text-yellow::after {
  background: #ff8e15 !important;
}

.text-red {
  color: #ff5a3c !important;
}

.text-red::after {
  background: #ff5a3c !important;
}

.border-none {
  border: none !important;
}

.font-oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-transform: uppercase !important;
}

.font-pushster {
  font-family: "Pushster", cursive;
  font-weight: 500;
}

.font-ballo {
  font-family: "Baloo 2", cursive !important;
  font-weight: 600;
}

p {
  font-family: "Mulish", sans-serif;
  color: #374567;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sec-title {
  margin-bottom: 40px;
}

.sec-title h2 {
  color: #372668;
  position: relative;
  display: block;
  text-transform: capitalize;
}

.sec-title p {
  max-width: 530px;
  margin: 10px auto 0px;
  color: #374567;
  opacity: 0.7;
}

@media screen and (max-width: 479px) {
  .sec-title p {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .sec-title {
    margin-bottom: 50px;
  }
}

.sec-title h6 {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #f14105;
  line-height: 16px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  position: relative;
  margin-left: 10px;
  margin-bottom: 22px;
  display: inline-block;
}

.sec-title h6::after {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  height: 16px;
  width: 2px;
  background: #f14105;
}

@media screen and (max-width: 991px) {
  .flex-direction {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

ul,
li {
  list-style: none;
  text-decoration: none;
  margin-bottom: 0;
  padding: 0;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

section {
  display: block;
  position: relative;
  padding: 100px 0;
  width: 100%;
}

@media screen and (max-width: 575px) {
  section {
    padding: 60px 0px;
  }
}

@media screen and (max-width: 479px) {
  section {
    padding: 40px 0px;
  }
}

.p-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

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

.pt-15 {
  padding-top: 15px !important;
}

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

.pt-25 {
  padding-top: 25px !important;
}

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

.pt-35 {
  padding-top: 35px !important;
}

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

.pt-45 {
  padding-top: 45px !important;
}

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

.pt-55 {
  padding-top: 55px !important;
}

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

.pt-65 {
  padding-top: 65px !important;
}

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

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

.pb-5 {
  padding-bottom: 5px !important;
}

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

.pb-15 {
  padding-bottom: 15px !important;
}

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

.pb-25 {
  padding-bottom: 25px !important;
}

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

.pb-35 {
  padding-bottom: 35px !important;
}

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

.pb-45 {
  padding-bottom: 45px !important;
}

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

.pb-55 {
  padding-bottom: 55px !important;
}

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

.pb-65 {
  padding-bottom: 65px !important;
}

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

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

.mt-5 {
  margin-top: 5px !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-45 {
  margin-top: 45px !important;
}

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 5px !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-35 {
  margin-bottom: 35px !important;
}

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

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

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

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

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

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

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

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

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999;
  width: 100%;
  height: auto;
}

#status {
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#status:before {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #e94386;
  border-radius: 50%;
  -webkit-animation: rotating 6s linear infinite;
  animation: rotating 6s linear infinite;
}

#status:after {
  content: "";
  position: absolute;
  pointer-events: none;
  width: 90%;
  height: 90%;
  left: 0;
  top: 0;
  opacity: 1;
  bottom: 0;
  right: 0;
  margin: auto;
  border-top: 2px solid #e94386;
  border-radius: 50%;
  -webkit-animation: rotatingn 6s linear infinite;
  animation: rotating 6s linear infinite;
}

#status img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: auto;
  display: block;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

/* ==========================
    BACK TO TOP START
 ============================ */
#toTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 999;
}

#toTop:hover {
  bottom: 20px;
}

.back-to-top {
  background: #e94386;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  height: 45px;
  width: 45px;
  border-radius: 4px;
  line-height: 45px;
}

/* ==========================
    VIDEO START
 ============================ */
.round {
  position: relative;
  overflow: hidden;
}

.round:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.round .video-box {
  margin: 0;
}

.round .video-box .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  background: #ff3d00;
  border-radius: 50%;
  display: block;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  height: 90px;
  width: 90px;
  z-index: 1;
}

.round .video-box .video-btn i {
  position: relative;
  z-index: 1;
  top: 0px;
  left: 0px;
  font-size: 20px;
  color: #fff;
}

.round .video-box .video-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: beat 1.5s linear infinite;
  animation: beat 1.5s linear infinite;
  height: 100%;
  width: 100%;
  border: 8px solid;
  border-radius: 50%;
  z-index: -1;
}

.round .video-box .video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-animation: beat 2.2s linear infinite;
  animation: beat 2.2s linear infinite;
  border: 8px solid;
  border-radius: 50%;
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 479px) {
  .round .video-box .video-btn {
    height: 60px;
    width: 60px;
    line-height: 67px;
  }
}

.round .video-box span {
  display: none !important;
}

@-webkit-keyframes beat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@keyframes beat {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

.round.v2 .video-box .video-btn {
  background: #fff;
}

.round.v2 .video-box .video-btn i {
  color: #ff3d00;
}

div#scroll-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #e94386;
  z-index: 99999;
  border-radius: 0px 10px 10px 0px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type="number"] {
  -moz-appearance: textfield !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  -webkit-filter: invert(1);
  filter: invert(1);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fcfcfc;
}

::-webkit-scrollbar {
  width: 8px;
  background-color: #fcfcfc;
}

::-webkit-scrollbar-thumb {
  background-color: #e94386;
  border: 2px solid #fcfcfc;
  width: 3px;
  border-radius: 30px;
}

.xi-btn {
  font-family: "Mulish", sans-serif;
  font-weight: 500;
  background: #fff;
  color: #001536;
  font-size: 15px;
  width: 133px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  text-align: center;
  border: 1px solid;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  text-transform: capitalize;
  border-radius: 4px !important;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.xi-btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 4px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.xi-btn i {
  font-size: 15px;
  display: inline-block;
  margin-right: 8px;
  line-height: 0;
}

.xi-btn-primary {
  border: 1px solid #001536;
  background: #001536;
  color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}

.xi-btn-primary::before {
  background: #fff;
}

.xi-btn-primary:hover {
  border: 1px solid #001536;
  background: transparent;
  color: #0b1531 !important;
}

.xi-btn-filled {
  border: 1px solid #001536;
  background: transparent;
  color: #001536 !important;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}

.xi-btn-filled::before {
  background: #001536;
}

.xi-btn-filled:hover {
  color: #fff !important;
}

@media screen and (max-width: 375px) {
  .xi-btn {
    width: 120px;
  }
}

.xi-btn:hover {
  color: #fff;
}

.xi-btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.xi-btn:focus {
  color: #fff;
}

.xi-btn:active {
  color: #fff;
}

.btn-blue {
  background: #e94386 !important;
  color: #fff !important;
  border-color: #e94386 !important;
}

.btn-blue:hover {
  background: transparent !important;
  color: #0b1531 !important;
  border-color: #e94386 !important;
}

.btn-blue-filled {
  border-color: #e94386 !important;
  color: #0b1531 !important;
  position: relative;
}

.btn-blue-filled::before {
  background: #e94386;
}

.btn-blue-filled:hover {
  color: #fff !important;
  border-color: #e94386 !important;
}

.btn-orange {
  background: #ff3d00 !important;
  color: #fff !important;
  border-color: #ff3d00 !important;
}

.btn-orange:hover {
  background: transparent !important;
  color: #0b1531 !important;
  border-color: #ff3d00 !important;
}

.btn-orange-filled {
  color: #0b1531 !important;
  border-color: #ff3d00 !important;
}

.btn-orange-filled:hover {
  background: #ff3d00 !important;
  color: #fff !important;
  border-color: #ff3d00 !important;
}

.btn-golden {
  background: #c19d60 !important;
  color: #fff !important;
  border-color: #c19d60 !important;
}

.btn-golden:hover {
  background: transparent !important;
  color: #0b1531 !important;
  border-color: #c19d60 !important;
}

.btn-golden-filled {
  border-color: #c19d60 !important;
  color: #0b1531 !important;
  position: relative;
}

.btn-golden-filled::before {
  background: #c19d60 !important;
}

.btn-golden-filled:hover {
  color: #fff !important;
  border-color: #c19d60 !important;
}

.btn-red {
  background: #ff5a3c !important;
  color: #fff !important;
  border-color: #ff5a3c !important;
}

.btn-red:hover {
  background: transparent !important;
  color: #0b1531 !important;
  border-color: #ff5a3c !important;
}

.btn-red-filled {
  border-color: #ff5a3c !important;
  color: #0b1531 !important;
  position: relative;
}

.btn-red-filled::before {
  background: #ff5a3c !important;
}

.btn-red-filled:hover {
  color: #fff !important;
  border-color: #ff5a3c !important;
}

.btn-yellow {
  background: #ff8e15 !important;
  color: #fff !important;
  border-color: #ff8e15 !important;
}

.btn-yellow:hover {
  background: transparent !important;
  color: #0b1531 !important;
  border-color: #ff8e15 !important;
}

.btn-yellow-filled {
  border-color: #ff8e15 !important;
  color: #0b1531 !important;
  position: relative;
}

.btn-yellow-filled::before {
  background: #ff8e15 !important;
}

.btn-yellow-filled:hover {
  color: #fff !important;
  border-color: #ff8e15 !important;
}

.btn-solid {
  border-radius: none !important;
}

.btn-round {
  border-radius: 4px !important;
}

.btn-circle {
  border-radius: 50% !important;
}

.btn.bs-btn {
  padding: 10px 30px;
}

.btn-xl {
  padding: 1rem 2.75rem !important;
  font-size: 1.6rem;
}

.btn-lg {
  padding: 0.75rem 2.5rem !important;
  font-size: 1.5rem;
}

.btn-md {
  padding: 0.5rem 2rem !important;
  font-size: 1.3rem;
}

.btn-sm {
  padding: 0.4rem 1.75rem !important;
  font-size: 1.2rem;
}

.button-shape .card {
  border: none;
  border-radius: 0;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
  box-shadow: 0 5px 12px rgba(126, 142, 177, 0.2);
}

.button-shape .card .card-header {
  border: none;
  background-color: transparent;
  padding: 0;
}

.alert {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  font-size: 16px;
}

.alert .close {
  top: 8px;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
.header-section {
  position: relative;
  z-index: 99;
}

.header-top-bar {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 10px;
}

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

.header-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0px;
}

.header-area .top-content .header-quote .address-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-area .top-content .header-quote .address-area .address-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 25px;
  padding-left: 25px;
  border-right: 1px solid #eee;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header-area
  .top-content
  .header-quote
  .address-area
  .address-list:last-of-type {
  border-right: none;
  padding-right: 0;
}

.header-area
  .top-content
  .header-quote
  .address-area
  .address-list:first-of-type {
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .header-area .top-content .header-quote .address-area .address-list {
    padding-right: 14px;
    padding-left: 14px;
  }
}

.header-area
  .top-content
  .header-quote
  .address-area
  .address-list
  .info-icon
  img {
  position: relative;
  top: 3px;
  margin-right: 8px;
  width: auto;
  height: auto;
}

.header-area
  .top-content
  .header-quote
  .address-area
  .address-list
  .info-icon
  i {
  font-size: 32px;
  color: #e94386;
  display: block;
  margin-right: 8px;
}

.header-area
  .top-content
  .header-quote
  .address-area
  .address-list
  .info-content
  h6 {
  font-size: 16px;
  line-height: 18px;
  color: #0b1531;
}

.header-area
  .top-content
  .header-quote
  .address-area
  .address-list
  .info-content
  .info-des
  a,
.header-area
  .top-content
  .header-quote
  .address-area
  .address-list
  .info-content
  .info-des {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  margin-top: 3px;
  color: #595858;
  font-weight: 500;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.header-area
  .top-content
  .header-quote
  .address-area
  .address-list
  .info-content
  .info-des
  a:hover,
.header-area
  .top-content
  .header-quote
  .address-area
  .address-list
  .info-content
  .info-des:hover {
  color: #e94386;
}

.header-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}

@media screen and (max-width: 991px) {
  .header-social ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.header-social ul li a {
  font-size: 14px;
  color: #e94386;
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 4px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 8px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 10px #e9e9e9;
  box-shadow: 0px 0px 10px #e9e9e9;
}

.header-social ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #e94386;
  border-radius: 4px;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.header-social ul li a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.header-social ul li a:hover i {
  color: #fff;
}

.header-social ul li:last-child a {
  margin-right: 0;
}

.transparent-header {
  position: absolute;
  left: 0;
  top: 0;
  background: transparent;
  width: 100%;
  z-index: 999;
}

.header-section .nav {
  max-width: 1400px;
  padding: 0 10px;
  margin: 0 auto;
}

@media screen and (max-width: 991px) {
  .header-section .nav {
    padding: 20px 0px;
  }
}

.header-section .header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-section .header-logo a img {
  width: auto;
  max-height: 48px;
}

.header-section .header-menu .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-section .header-menu .main-menu li {
  position: relative;
}

.header-section .header-menu .main-menu li a {
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.5px;
  color: #0b1531;
  display: inline-block;
  margin-right: 30px;
  line-height: 80px;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}

/* .header-section .header-menu .main-menu li a::after {
  content: '\f078';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 13px;
  color: #0b1531;
  margin-left: 8px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
} */

.header-section .header-menu .main-menu li a:hover,
.header-section .header-menu .main-menu li a.active {
  color: #e94386 !important;
}

.header-section .header-menu .main-menu li a:hover::after,
.header-section .header-menu .main-menu li a.active::after {
  color: #e94386;
}

@media screen and (max-width: 1199px) {
  .header-section .header-menu .main-menu li a {
    margin-right: 17px;
    font-size: 13px;
  }
}

.header-section .header-menu .main-menu li:last-child a {
  margin-right: 0 !important;
}

.header-section .header-menu .main-menu li .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 300px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  border-top: 3px solid #e94386;
  opacity: 0;
  z-index: 99;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-section .header-menu .main-menu li .sub-menu li a {
  padding: 10px 25px;
  font-size: 13px;
  line-height: 25px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  color: #0b1531;
  border-bottom: 1px dashed #d9d9d9;
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.header-section .header-menu .main-menu li .sub-menu li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e94386;
  width: 10px;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-section .header-menu .main-menu li .sub-menu li a::after {
  display: none;
}

.header-section .header-menu .main-menu li .sub-menu li a:hover,
.header-section .header-menu .main-menu li .sub-menu li a.active {
  padding-left: 35px;
}

.header-section .header-menu .main-menu li .sub-menu li a:hover::before,
.header-section .header-menu .main-menu li .sub-menu li a.active::before {
  opacity: 1;
  visibility: visible;
  left: 15px;
}

.header-section .header-menu .main-menu li .sub-menu li:last-child a {
  border: none;
}

.header-section .header-menu .main-menu li:last-of-type .sub-menu {
  right: 0;
  left: auto;
}

.header-section .header-menu .main-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.header-section .header-menu .main-menu li:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.has-megamenu {
  position: inherit !important;
}

.mega-menu {
  position: absolute;
  z-index: 99;
  max-width: 1200px;
  left: 50%;
  top: 105%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.mega-menu .mega-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  width: 100%;
  -webkit-box-shadow: rgba(189, 189, 189, 0.5) 0px 10px 20px;
  box-shadow: rgba(189, 189, 189, 0.5) 0px 10px 20px;
  background: white;
  border-top: 3px solid #e94386;
  padding: 30px 30px 10px;
  margin: 0px auto;
  border-radius: 10px;
}

.mega-menu .mega-menu-item ul {
  max-width: 22%;
  width: 100%;
}

.mega-menu .mega-menu-item ul li h6 {
  text-transform: uppercase;
  color: #e94386;
}

.mega-menu .mega-menu-item ul li a {
  line-height: 46px !important;
  font-weight: 600;
  color: #0b1531;
}

.mega-menu .mega-menu-item ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #e94386;
  width: 10px;
  height: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.mega-menu .mega-menu-item ul li a:hover,
.mega-menu .mega-menu-item ul li a.active {
  padding-left: 15px;
}

.mega-menu .mega-menu-item ul li a:hover::before,
.mega-menu .mega-menu-item ul li a.active::before {
  opacity: 1;
  visibility: visible;
}

.mega-menu .mega-menu-item ul li a::after {
  display: none;
}

.mega-menu .mega-menu-item ul:last-of-type {
  width: 30.3%;
  max-width: 100%;
  position: relative;
  margin: auto;
}

.mega-menu .mega-menu-item ul:last-of-type::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  height: 100%;
  width: 1px;
  background: #f1f1f1;
}

@media screen and (max-width: 991px) {
  .mega-menu .mega-menu-item ul:last-of-type {
    width: 100%;
  }
}

.nav-slide .item {
  width: 300px;
  max-width: 100%;
  margin: auto;
}

.nav-slide .item a {
  padding: 0 !important;
  line-height: initial !important;
  border: none !important;
  margin: 0 !important;
}

.nav-slide .item a::after,
.nav-slide .item a::before {
  display: none;
}

.nav-slide .item h6 {
  margin-bottom: 15px;
  font-weight: 600;
  color: #333333c2;
  text-transform: uppercase;
  padding-left: 0px;
  margin-top: 10px;
}

.nav-slide .item img {
  width: 300px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.nav-slide.owl-carousel .owl-nav {
  margin-top: 10px;
  text-align: end;
}

.nav-slide.owl-carousel .owl-nav button {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #fff;
  margin-right: 16px;
  -webkit-box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.12);
  border: none;
  outline: none;
}

.nav-slide.owl-carousel .owl-nav button:hover {
  background: #e94386;
  color: #fff;
}

.header-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.header-meta .header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

@media screen and (max-width: 1199px) {
  .header-meta .header-info {
    display: none;
  }
}

.header-meta .header-info i {
  font-size: 25px;
  color: #e94386;
}

.header-meta .header-info .info-text {
  margin-left: 10px;
}

.header-meta .header-info .info-text span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  font-family: "Mulish", sans-serif;
  color: #374567;
}

.header-meta .header-info .info-text .number a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Mulish", sans-serif;
  color: #e94386;
}

@media screen and (max-width: 479px) {
  .header-meta .header-btn {
    display: none;
  }
}

.header-search {
  margin-left: 10px;
}

.header-search .user-btn,
.header-search .search-btn {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  border-radius: 50%;
  display: block;
  text-align: center;
  color: #333333;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-search .user-btn:hover,
.header-search .search-btn:hover {
  background: #e94386;
  border-color: #e94386;
  color: #fff;
}

.search-wrap {
  width: 100%;
  height: 100px;
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 121;
  background: #0b1531;
}

.search-wrap .search-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-wrap .search-inner .search-field {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-wrap .search-inner .search-field .search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .search-wrap .search-inner .search-field .search-field-holder {
    width: 90%;
  }
}

.search-wrap
  .search-inner
  .search-field
  .search-field-holder
  .main-search-input {
  width: 100%;
  height: 70px;
  border: 0;
  padding: 0 50px;
  background: transparent;
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  outline: none;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .search-wrap
    .search-inner
    .search-field
    .search-field-holder
    .main-search-input {
    font-size: 20px;
  }
}

.header-cart {
  margin-left: 10px;
  position: relative;
}

@media screen and (max-width: 479px) {
  .header-cart {
    position: inherit;
  }
}

.header-cart .cart-btn {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  background: none;
  color: #333333;
  border: 1px solid #ddd;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.header-cart .cart-btn:hover {
  color: #fff;
  border-color: #e94386;
  background: #e94386;
}

.header-cart .cart-btn .count {
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #e94386;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 400;
  display: inline-block;
  color: #ffffff;
  position: absolute;
  top: -5px;
  right: -10px;
}

.header-cart .dropdown-cart {
  width: 350px;
  padding: 30px 10px 30px 20px;
  border-radius: 5px;
  -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  border: 0;
  position: absolute;
  top: 70px;
  z-index: 9999;
  right: 0;
  background: #fff;
  border-top: 3px solid #e94386;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 479px) {
  .header-cart .dropdown-cart {
    top: 110%;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.header-cart .dropdown-cart.active {
  top: 60px;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 479px) {
  .header-cart .dropdown-cart.active {
    top: 100%;
  }
}

@media screen and (max-width: 479px) {
  .header-cart .dropdown-cart {
    width: 300px;
  }
}

.header-cart .dropdown-cart .cart-items {
  min-height: auto;
  max-height: 280px;
  height: 100%;
  overflow-y: auto;
  padding-right: 15px;
}

.header-cart .dropdown-cart .cart-items .single-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px dashed #cdcdcd;
  padding-bottom: 15px;
}

.header-cart .dropdown-cart .cart-items .single-cart-item .item-image img {
  width: 50px;
}

.header-cart .dropdown-cart .cart-items .single-cart-item .item-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 25px;
  padding-left: 20px;
}

.header-cart
  .dropdown-cart
  .cart-items
  .single-cart-item
  .item-content
  .title
  a {
  font-size: 16px;
  font-weight: 700;
  color: #0b1531;
  line-height: 1.3;
}

.header-cart
  .dropdown-cart
  .cart-items
  .single-cart-item
  .item-content
  .total-quantity {
  font-size: 14px;
  color: #e94386;
  line-height: 1.75;
  display: block;
}

.header-cart .dropdown-cart .cart-items .single-cart-item .btn-close {
  position: absolute;
  top: 0;
  right: 5px;
  border: none;
  outline: none;
  height: 25px;
  width: 25px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 10px rgba(38, 38, 38, 0.12);
  box-shadow: 0px 0px 10px rgba(38, 38, 38, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.header-cart .dropdown-cart .cart-items .single-cart-item .btn-close i {
  font-size: 14px;
}

.header-cart .dropdown-cart .cart-items .single-cart-item .btn-close:hover {
  background: #e94386;
  color: #fff;
}

.header-cart .dropdown-cart .cart-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 25px;
  padding-right: 10px;
}

.header-cart .dropdown-cart .cart-total .label {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #0b1531;
}

.header-cart .dropdown-cart .cart-total .value {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
  display: block;
  color: #e94386;
}

.header-cart .dropdown-cart .cart-btns {
  margin-top: 15px;
  padding-right: 10px;
}

.header-cart .dropdown-cart .cart-btns .xi-btn {
  width: 100%;
  margin-top: 10px;
}

.header-toggle {
  margin-left: 15px;
}

.header-toggle button {
  border: 0;
  padding: 0;
  outline: none;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px #d5d5d5;
  box-shadow: 0px 0px 10px #d5d5d5;
  pointer-events: auto;
  display: block;
}

.header-toggle button span {
  width: 25px;
  height: 2px;
  background: #0b1531;
  margin: 0 auto 6px;
  display: block;
  position: relative;
  pointer-events: none;
}

.header-toggle button span::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  width: 20px;
  height: 2px;
  background: #0b1531;
}

.header-toggle button span::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 20px;
  height: 2px;
  background: #0b1531;
}

.header-toggle button span:last-child {
  margin-bottom: 0;
}

/*--
/*  2.3 - Header Top CSS
/*----------------------------------------*/
.bg-shade {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000;
}

body.body-overlay .bg-shade {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #000;
  transition: 0.3s linear;
  opacity: 0.9;
}

#offcanvasExample {
  position: relative;
  z-index: 9999;
}

.offcanvas-body {
  position: fixed;
  top: 0;
  padding: 30px;
  width: 320px;
  background: #0b1531;
  height: 100vh;
  z-index: 99;
  left: -479px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  overflow-y: scroll;
}

.offcanvas-body.active {
  left: 0;
}

.offcanvas-body .offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.offcanvas-body .offcanvas-header .offcanvas-logo a img {
  width: 125px;
}

.offcanvas-body .offcanvas-header .close-btn {
  background: none;
  border: 0;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 35px;
  width: 35px;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  position: relative;
  border: none;
  outline: none;
}

.offcanvas-body .offcanvas-header .close-btn::before {
  content: "X";
  position: absolute;
  font-family: "Mulish";
  font-weight: 900;
}

.offcanvas-body .offcanvas-header .close-btn:hover::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #e94386;
}

@media screen and (max-width: 479px) {
  .offcanvas-body {
    width: 100%;
  }
}

.offcanvas-menu {
  padding: 30px 0;
}

.offcanvas-menu .main-menu li {
  position: relative;
  border-bottom: 1px dashed #444444;
}

.offcanvas-menu .main-menu li h6 {
  text-transform: uppercase;
  color: #fff;
  background: #242d46;
  padding-left: 6%;
}

.offcanvas-menu .main-menu li a {
  display: block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
  padding: 14px 0px;
  position: relative;
}

.offcanvas-menu .main-menu li a:hover {
  color: #e94386;
}

.offcanvas-menu .main-menu li .sub-menu li {
  border: none;
}

.offcanvas-menu .main-menu li .sub-menu li a {
  padding-left: 6%;
  font-size: 12px;
  line-height: 1;
}

.offcanvas-menu .main-menu li .menu-expand {
  position: absolute;
  right: 0px;
  top: 10px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 3px;
}

.offcanvas-menu .main-menu li .menu-expand::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 2px;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li .menu-expand::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 16px;
  left: 50%;
  top: 50%;
  bottom: 0;
  background-color: #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li.active .menu-expand::after {
  height: 0;
}

.offcanvas-menu .main-menu li ul {
  display: none;
}

.nav-scroll {
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  position: fixed !important;
  top: -80px;
  right: 0;
  left: 0;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 999;
}

.banner-section {
  padding: 30px 0px 0px 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .banner-section {
    padding-top: 0px !important;
  }
}

.hero-text h1 {
  color: #001536;
}

.hero-text h1 span {
  color: #e94386;
}

.hero-text h6 {
  font-size: 18px;
  color: #001536;
  font-weight: 500;
  line-height: 30px;
  display: block;
  margin-top: 47px;
  font-weight: 800;
}

.hero-text p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 17px;
  margin-bottom: 38px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 17px;
}

@media screen and (max-width: 767px) {
  .team-list .team-member .team-info .info {
    padding-left: 145px !important;
    top: -20px;
  }

  .team-list .team-member img {
    position: absolute;
    width: 50%;
    height: 150px !important;
    top: -80px !important;
    left: 10px !important;
    width: 120px !important;
  }

  .team-list .team-member .team-info {
    margin-bottom: 30px !important;
  }

  .hero-text p {
    font-size: 16px;
  }
}

.hero-text .hero-btn a:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 1370px) {
  .hero-image img {
    width: 100%;
  }
}

/* @media screen and (max-width: 991px) {
  .hero-image img {
    width: auto;
    margin-top: 30px;
  }
} */

@media screen and (max-width: 575px) {
  .hero-image img {
    width: 100%;
  }
}

.banner-section.v2 {
  background: url("../images/banner/banner.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 200px 0px 250px;
  margin-top: -40px;
}

.banner-section.v2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  background: rgba(1, 10, 68, 0.9);
}

.hero-text.v2 h1 {
  color: #fff;
}

.hero-text.v2 p {
  color: #fff;
}

.hero-text.v2 .hero-btn {
  margin-top: 40px;
}

.hero-text.v2 .hero-btn a {
  color: #fff !important;
}

.hero-text.v2 .hero-btn a:last-child {
  margin-left: 20px;
}

.hero-text.v2 .hero-btn a:hover {
  color: #fff;
  border-color: #fff;
}

.hero-text.v2 .hero-btn .xi-btn-filled {
  color: #fff;
  border-color: #fff;
}

.hero-text.v2 .hero-btn .xi-btn-filled::before {
  background: #fff;
}

.hero-text.v2 .hero-btn .xi-btn-filled:hover {
  border-color: #0b1531;
  color: #0b1531 !important;
}

.hero-text.v2 .hero-btn .xi-btn-primary:hover {
  color: #0b1531 !important;
}

.banner-section.v3 {
  padding: 180px 0px 100px;
}

.banner-section.v3 .container-fluid {
  padding-left: 21%;
}

@media screen and (max-width: 1370px) {
  .banner-section.v3 .container-fluid {
    padding-left: 9%;
  }
}

header.sticky {
  padding: 0px !important;
}

@media screen and (max-width: 991px) {
  header.sticky {
    padding: 20px 30px 0 !important;
  }

  .works-in .icon-box {
    width: 26% !important;
  }
  .hero-image img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    top: 0px;
    margin: 0px !important;
  }
  .banner-section.v3 .container-fluid {
    padding-left: 15px;
  }
}

.banner-section.v3 .hero-text {
  max-width: 455px;
}

.banner-section.v3 .hero-text .hero-btn a {
  width: 165px;
  background: #ff3d00;
  -webkit-box-shadow: 10px 10px 20px rgba(255, 61, 0, 0.2);
  box-shadow: 10px 10px 20px rgba(255, 61, 0, 0.2);
}

.banner-section.v3 .hero-text .hero-btn a i {
  margin-left: 8px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .banner-section.v3 .hero-text {
    margin-bottom: 30px;
    max-width: 510px;
  }
  .works-in .icon-box {
    width: 40% !important;
  }
}

.banner-section.v3 .banner-image.round {
  border-radius: 35px 0px 0px 35px;
}

.banner-static-section {
  background: url("../images/banner/resturent-banner.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 16% 0px 12%;
  overflow: hidden;
  margin-top: -40px;
}

@media screen and (max-width: 479px) {
  .works-in .icon-box {
    width: 38% !important;
    margin: 8px !important;
  }
  .banner-static-section {
    padding: 30% 0 20%;
  }
}

@media screen and (max-width: 767px) {
  .banner-static-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.banner-static-section .hero-text {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .banner-static-section .hero-text {
    margin-top: 80px;
  }
}

.banner-static-section .hero-text h1 {
  font-family: "Pushster", cursive;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
}

.banner-static-section .hero-text p {
  color: #fff;
}

.banner-static-section .hero-text .banner-btn .xi-btn {
  border-color: #fff;
  color: #fff !important;
}

.banner-static-section .hero-text .banner-btn .xi-btn::before {
  background: #fff;
}

.banner-static-section .hero-text .banner-btn .xi-btn:hover {
  color: #0b1531 !important;
}

.banner-static-section .heros-image {
  position: relative;
  z-index: 1;
  margin-top: -140px;
}

.banner-static-section .heros-image img {
  width: auto;
}

@media screen and (max-width: 1370px) {
  .banner-static-section .heros-image img {
    width: 100% !important;
  }
}

@media screen and (max-width: 1370px) {
  .banner-static-section .heros-image {
    margin-top: -70px;
  }
}

@media screen and (max-width: 991px) {
  .banner-static-section .heros-image {
    margin-top: 0;
  }
}

.banner-static-section::after {
  background: #000;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}

.banner-slider-section {
  overflow: hidden;
  position: relative;
  margin-top: -40px;
}

.banner-slider-section .owl-carousel .owl-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.banner-slider-section .owl-carousel .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  border: 3px solid #e94386;
  background: #e94386;
  border-radius: 50px;
  border: none;
  outline: none;
  margin: 0px 5px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}

.banner-slider-section .owl-carousel .owl-dots .owl-dot.active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  border-color: red !important;
}

@media (max-width: 375px) {
  .banner-slider-section .owl-carousel .owl-dots .owl-dot {
    margin: 30px 5px 30px 5px;
  }
}

.banner-slider-section .owl-carousel .owl-nav.disabled {
  display: block;
  text-align: right;
}

.banner-slider-section .owl-carousel .owl-nav {
  position: absolute;
  top: -158px;
  right: 200px;
  width: 100%;
  display: block;
  font-size: 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.banner-slider-section .owl-carousel .owl-nav button {
  font-size: 20px;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  border: 1px solid #e94386;
  color: #e94386;
  outline: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 575px) {
  .banner-slider-section .owl-carousel .owl-nav button {
    height: 45px;
    width: 45px;
  }
}

.banner-slider-section .owl-carousel .owl-nav button.owl-prev {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.banner-slider-section .owl-carousel .owl-nav button.owl-prev:hover {
  background: #e94386;
  color: #fff;
}

.banner-slider-section .owl-carousel .owl-nav button.owl-next {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  margin-left: 13px;
}

.banner-slider-section .owl-carousel .owl-nav button.owl-next:hover {
  background: #e94386;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .banner-slider-section .owl-carousel .owl-nav {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 575px) {
  .banner-slider-section .owl-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  .banner-slider-section .owl-carousel:hover button.owl-prev {
    left: 10px;
  }
  .banner-slider-section .owl-carousel:hover button.owl-next {
    right: 10px;
  }
}

.banner-slider-section .owl-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner-slider-section .owl-carousel .owl-dots .owl-dot {
  background: #ff8e15;
}

.banner-slider-section .owl-carousel .owl-nav {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  visibility: hidden;
}

.banner-slider-section .owl-carousel .owl-nav button {
  border-radius: 0;
  background: transparent;
  border-color: #fff;
}

.banner-slider-section .owl-carousel .owl-nav button:hover {
  background: #ff8e15 !important;
  border-color: #ff8e15;
}

.banner-slider-section .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  left: -20px;
}

.banner-slider-section .owl-carousel .owl-nav button.owl-next {
  position: relative;
  right: -20px;
}

.banner-slider-section:hover .owl-carousel .owl-nav {
  opacity: 1;
  visibility: visible;
}

.banner-slider-section:hover .owl-carousel .owl-nav button {
  color: #fff;
}

.banner-slider-section:hover .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  left: 30px;
}

.banner-slider-section:hover .owl-carousel .owl-nav button.owl-next {
  position: relative;
  right: 30px;
}

.single-slide {
  position: relative;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 575px) {
  .single-slide {
    padding-top: 31%;
    padding-bottom: 28%;
  }
}

.single-slide .hero-text {
  position: relative;
  z-index: 2;
  max-width: 590px;
  padding: 24% 0px;
}

.single-slide .hero-text h6 {
  font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
  margin-top: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.single-slide .hero-text h6 span {
  color: #ff5a3c;
}

.single-slide .hero-text h1 {
  color: #fff;
  text-transform: uppercase;
}

.single-slide .hero-text p {
  color: #fff;
  max-width: 100%;
}

.single-slide .hero-text .banner-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-slide .hero-text .banner-btn .xi-btn {
  border-color: #fff;
  color: #fff !important;
}

.single-slide .hero-text .banner-btn .xi-btn::before {
  background: #fff;
}

.single-slide .hero-text .banner-btn .xi-btn:hover {
  border-color: #fff !important;
  color: #0b1531 !important;
}

.single-slide .hero-text .banner-btn .xi-btn:first-of-type {
  background: #ff5a3c;
  border-color: #ff5a3c;
}

.single-slide .hero-text .banner-image {
  position: relative;
  z-index: 99;
}

.single-slide .slide-image {
  position: absolute;
  top: 50%;
  right: -25%;
  z-index: 11;
  max-width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.single-slide::after {
  background: url("../images/banner/bottom-shape.png");
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  bottom: -1px;
  width: 100%;
}

.banner-static-section-v2 {
  background: url("../images/banner/real-estet-banner.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  margin-top: -40px;
  padding: 10% 0px;
}

@media screen and (max-width: 767px) {
  .banner-static-section-v2 {
    padding: 20% 0;
  }
}

.banner-static-section-v2 .hero-text {
  position: relative;
  z-index: 2;
  max-width: 590px;
}

.banner-static-section-v2 .hero-text h6 {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #fff;
  letter-spacing: 3px;
  margin-top: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.banner-static-section-v2 .hero-text h6 span {
  color: #ff5a3c;
}

.banner-static-section-v2 .hero-text h1 {
  font-family: "Oswald", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.banner-static-section-v2 .hero-text p {
  color: #fff;
  max-width: 100%;
}

.banner-static-section-v2 .hero-text .banner-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-static-section-v2 .hero-text .banner-btn .xi-btn {
  border-color: #fff;
  color: #fff !important;
}

.banner-static-section-v2 .hero-text .banner-btn .xi-btn::before {
  background: #fff;
}

.banner-static-section-v2 .hero-text .banner-btn .xi-btn:hover {
  border-color: #fff !important;
  color: #0b1531 !important;
}

.banner-static-section-v2 .hero-text .banner-btn .xi-btn:first-of-type {
  background: #ff5a3c;
  border-color: #ff5a3c;
}

.banner-static-section-v2 .hero-text .banner-image {
  position: relative;
  z-index: 99;
}

.booking-forms {
  background: #fff;
  padding: 40px 30px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px #686868;
  box-shadow: 0px 0px 10px #686868;
  position: relative;
  top: 80px;
  z-index: 9;
}

@media screen and (max-width: 991px) {
  .booking-forms {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .booking-forms {
    top: 40px;
  }
}

.booking-forms .form-group {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .booking-forms .form-group {
    margin-bottom: 15px;
  }
}

.booking-forms .form-group .form-control {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #374567;
  line-height: 16px;
  background: #f6f6f6;
  border: none;
  outline: none;
  height: 50px;
  padding: 14px;
}

.booking-forms .form-group .form-area {
  height: 138px;
}

.booking-forms .form-group textarea {
  resize: none;
}

.booking-forms .form-group .nice-select {
  width: 100%;
  height: 50px;
  padding: 9px 14px;
  border: none;
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 30px;
  outline: none;
  color: #374567;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .booking-forms .form-group .nice-select {
    margin-bottom: 15px;
  }
}

.booking-forms .form-group .nice-select::after {
  height: 8px;
  width: 8px;
  right: 10px;
}

.booking-forms .form-group .nice-select.open .list {
  width: 100%;
}

.booking-forms .xi-btn {
  height: 50px;
  width: 100%;
}

.icon-box {
  width: 180px;
  height: 100px;
  max-width: 100%;
  border: 2px solid #e943861f;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px auto;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
  overflow: hidden;
}

.icon-box .span-hover {
  background: rebeccapurple;
  height: 0px;
  width: 0px;
  border-radius: 50%;
  position: absolute;
  bottom: -115px;
  right: -115px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.icon-box .span-hover::before {
  content: "";
  position: absolute;
  bottom: 70px;
  left: 0;
  height: 50px;
  width: 100%;
  background: red;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-box:hover .span-hover {
  height: 250px;
  width: 250px;
}

.icon-box:only-of-type(1) {
  border: 2px solid rgba(255, 0, 103, 0.2);
}

.icon-box .icon {
  display: block;
  margin-bottom: 25px;
}

.icon-box h6 a {
  font-family: "Mulish", sans-serif;
  font-size: 17px;
  color: #374567;
  font-weight: 500;
  line-height: 30px;
  display: inline-block;
  padding: 0 5px;
}

.icon-box:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(155, 155, 155, 0.2);
  box-shadow: 0px 0px 20px rgba(155, 155, 155, 0.2);
}

section.promise-section {
  padding: 55px 0;
  background-image: url(../images/logo/bg-1.jpg);
  background-attachment: fixed;
}

section.promise-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0b1531db;
}

.promise-section .owl-carousel .owl-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.promise-section .owl-carousel .owl-dots .owl-dot {
  height: 10px;
  width: 10px;
  border: 2px solid #d9d9d9 !important;
  background: transparent !important;
  border-radius: 50px;
  border: none;
  outline: none;
  margin: 15px 5px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}

.promise-section .owl-carousel .owl-dots .owl-dot.active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  background: #e94386 !important;
  border: 2px solid #e94386 !important;
}

@media (max-width: 375px) {
  .promise-section .owl-carousel .owl-dots .owl-dot {
    margin: 30px 5px 30px 5px;
  }
}

.promise-section .owl-carousel .owl-nav.disabled {
  display: block;
  text-align: right;
}

.promise-section .owl-carousel .owl-nav {
  position: absolute;
  top: -158px;
  right: 200px;
  width: 100%;
  display: block;
  font-size: 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.promise-section .owl-carousel .owl-nav button {
  font-size: 20px;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  border: 1px solid #e94386;
  color: #e94386;
  outline: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 575px) {
  .promise-section .owl-carousel .owl-nav button {
    height: 45px;
    width: 45px;
  }
}

.promise-section .owl-carousel .owl-nav button.owl-prev {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.promise-section .owl-carousel .owl-nav button.owl-prev:hover {
  background: #e94386;
  color: #fff;
}

.promise-section .owl-carousel .owl-nav button.owl-next {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  margin-left: 13px;
}

.promise-section .owl-carousel .owl-nav button.owl-next:hover {
  background: #e94386;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .promise-section .owl-carousel .owl-nav {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 575px) {
  .promise-section .owl-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  .promise-section .owl-carousel:hover button.owl-prev {
    left: 10px;
  }
  .promise-section .owl-carousel:hover button.owl-next {
    right: 10px;
  }
}

.service-section {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .service-section {
    overflow: hidden;
  }
}

.item-content p {
  margin-top: 16px;
  margin-bottom: 44px;
  width: 100%;
}

.item-content .item-btn a {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 15px;
  display: inline-block;
  color: #e94386;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.item-content .item-btn a i {
  vertical-align: middle;
}

.item-content .item-btn a:hover {
  color: #ff8e15;
}

@media screen and (max-width: 991px) {
  .item-content {
    margin-top: 30px;
  }
}

.service-item-image img {
  width: auto;
  height: auto;
  display: block;
}

@media screen and (min-width: 992px) {
  .clients-desktop .icon-box {
    margin: 12px !important;
  }
}

@media (min-width: 992px) and (max-width: 1250px) {
  .team-list .team-member {
    height: 365px !important;
  }
  .service-item-image img {
    width: 100%;
  }
  .team-list .team-member img {
    top: -30px !important;
    width: 99.5px !important;
    height: 99.5px !important;
  }
}

@media screen and (max-width: 991px) {
  .service-item-image img {
    margin: 30px auto;
  }
}

@media screen and (max-width: 575px) {
  .service-item-image img {
    width: 100%;
  }
}

.imgBox img {
  position: absolute;
  top: 0;
}

.imgBox img.anim_bg {
  position: relative;
  top: 0;
}

.inner-section {
  position: relative;
  padding: 50px 0px;
}

.vector-line svg {
  position: absolute;
  top: -100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 200px;
}

@media screen and (max-width: 575px) {
  .vector-line svg {
    width: 150px;
  }
}

.service-icon-box {
  background: #fff;
  border-radius: 6px;
  padding: 60px 30px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-box-shadow: 0px 0px 20px rgba(1, 0, 81, 0.08);
  box-shadow: 0px 0px 20px rgba(1, 0, 81, 0.08);
}

.service-icon-box .icon {
  height: 74px;
  width: 74px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-icon-box .icon img {
  width: 36px;
  height: 36px;
  display: inline-block;
}

.service-icon-box .content .h5 a {
  color: #0b1531;
  display: inline-block;
  margin-top: 36px;
  margin-bottom: 16px;
  text-transform: capitalize;
  -webkit-transform: 0.3s linear;
  transform: 0.3s linear;
}

.service-icon-box .content .h5 a:hover {
  color: #e94386;
}

@media screen and (max-width: 991px) {
  .service-icon-box .content .h5 a {
    font-size: 20px;
  }
}

.service-icon-box:hover {
  -webkit-box-shadow: 0px 0px 20px rgba(1, 0, 81, 0.08);
  box-shadow: 0px 0px 20px rgba(1, 0, 81, 0.08);
}

.service-icon-box.v2 {
  text-align: center;
  background: transparent;
  padding: 50px;
}

@media screen and (max-width: 1199px) {
  .service-icon-box.v2 {
    padding: 50px 30px;
  }
}

@media screen and (max-width: 991px) {
  .service-icon-box.v2 {
    padding: 50px 10px;
  }
}

.service-icon-box.v2 .icon {
  margin: 0 auto;
}

.service-icon-box.v2 .service-btn a {
  color: #2d2d2d;
  display: inline-block;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  margin-top: 42px;
}

.service-icon-box.v3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 16px rgba(14, 30, 53, 0.1);
  box-shadow: 0px 0px 16px rgba(14, 30, 53, 0.1);
  border-radius: 8px;
  padding: 35px 30px;
}

.service-icon-box.v3 .icon {
  height: 64px;
  width: 64px;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 16px 56px rgba(84, 127, 243, 0.25);
  box-shadow: 0px 16px 56px rgba(84, 127, 243, 0.25);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.service-icon-box.v3 .icon svg path {
  fill: #e94386;
}

.service-icon-box.v3 .h5 a:hover {
  color: #fff;
}

.service-icon-box.v3:hover {
  background: #e94386;
}

.service-icon-box.v3:hover .icon {
  background: #0b1531;
}

.service-icon-box.v3:hover svg path {
  fill: #fff;
}

.service-icon-box.v3:hover p,
.service-icon-box.v3:hover h5 a {
  color: #fff;
}

.service-icon-box.v3:hover .service-btn a {
  color: #fff;
}

.service-icon-box.v4 {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.service-icon-box.v4 .image {
  background: #ebf3ff;
  -webkit-box-shadow: 0px 2px 4px rgba(23, 56, 78, 0.16);
  box-shadow: 0px 2px 4px rgba(23, 56, 78, 0.16);
  border-radius: 8px;
  margin: 15px;
  padding: 20px;
  height: 250px;
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}

.service-icon-box.v4 .image img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.service-icon-box.v4 .image-v2 {
  position: relative;
  z-index: 1;
  margin: 15px;
  border-radius: 8px;
}

.service-icon-box.v4 .image-v2 img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.service-icon-box.v4 .content {
  -webkit-box-shadow: 0px 0px 16px rgba(14, 30, 53, 0.1);
  box-shadow: 0px 0px 16px rgba(14, 30, 53, 0.1);
  padding: 140px 25px 25px;
  background: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border-radius: 8px;
  position: relative;
  margin-top: -130px;
}

.service-icon-box.v4 .content h5 a {
  margin-top: 0;
}

.service-icon-box.v4 .content-v2 .service-btn a {
  color: #ff5a3c;
}

.service-icon-box.v4 .service-btn {
  margin-top: 28px;
}

.service-icon-box.v4:hover .content {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#ffffff),
    to(#ffffff)
  );
  background: linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-box-shadow: 2px 16px 19px rgba(0, 0, 0, 0.09);
  box-shadow: 2px 16px 19px rgba(0, 0, 0, 0.09);
  border-radius: 8px;
}

.service-icon-box.v4:hover .content-v2 h5 a {
  color: #ff5a3c;
}

.service-btn {
  margin-top: 50px;
}

.service-btn a {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #e94386;
  display: block;
}

.service-btn a i {
  margin-left: 10px;
}

.service-box.v5 {
  -webkit-box-shadow: 0px 0px 16px rgba(14, 30, 53, 0.1);
  box-shadow: 0px 0px 16px rgba(14, 30, 53, 0.1);
  border-radius: 8px;
  padding: 50px 30px;
  display: block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.service-box.v5 .image svg {
  display: block;
  margin: auto;
}

.service-box.v5 .image svg path {
  fill: #ff5a3c;
}

.service-box.v5 .content {
  margin-top: 24px;
}

.service-box.v5 .content h6 a {
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  display: block;
  text-transform: uppercase;
}

.service-box.v5 .content p {
  color: #374567;
  opacity: 0.7;
}

.service-box.v5:hover {
  background: #ff5a3c;
}

.service-box.v5:hover .image svg {
  display: block;
  margin: auto;
}

.service-box.v5:hover .image svg path {
  fill: #fff;
}

.service-box.v5:hover .content h6 a {
  color: #fff;
}

.service-box.v5:hover .content p {
  color: #fff;
  opacity: 1;
}

.cta-box {
  position: relative;
  padding: 60px 0;
  background-image: url(../images/logo/bg-2.jpg);
  background-attachment: fixed;
}

.cta-box:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f9f9f9d1;
}

.cta-box-content h3 {
  color: #fff;
  width: 100%;
  max-width: 80%;
  margin: 0 auto 40px;
}

.cta-box-content .cta-btn .xi-btn {
  font-size: 17px;
  font-weight: 400;
  width: 206px;
  height: 60px;
  background: #fff;
  color: #0b1531;
  border: none;
  border-radius: 4px;
}

.cta-box-content .cta-btn .xi-btn:hover {
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  .cta-box-content .cta-btn .xi-btn {
    width: 150px;
    height: 48px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .cta-box-content .h3 {
    font-size: 29px;
    font-weight: 500;
    line-height: 35px;
  }
}

@media screen and (max-width: 575px) {
  .cta-box-content .h3 {
    font-size: 25px;
    font-weight: 500;
    line-height: 26px;
  }
}

.cta-box.v2 {
  background: url("../images/cta-box/banner-bg.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 85px 0px;
}

.cta-box-wrapper .h2 {
  font-size: 48px;
  line-height: 62px;
  margin-bottom: 41px;
  display: block;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 575px) {
  .cta-box-wrapper .h2 {
    font-size: 30px;
    line-height: 50px;
    margin-bottom: 30px;
  }
}

.cta-box-wrapper .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-box-wrapper .address li {
  text-align: left;
  border-right: 1px solid #fff;
  padding-right: 30px;
  padding-left: 30px;
}

.cta-box-wrapper .address li a {
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #fff;
  text-align: left;
  display: block;
  margin-bottom: 8px;
  white-space: nowrap;
}

@media screen and (max-width: 575px) {
  .cta-box-wrapper .address li a {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.cta-box-wrapper .address li span {
  font-size: 20px;
  line-height: 24px;
  display: block;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .cta-box-wrapper .address li span {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .cta-box-wrapper .address li {
    margin: 30px 0px;
    border: none;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .cta-box-wrapper .address {
    display: block;
  }
}

.cta-box-section {
  position: relative;
  margin-top: -330px;
  padding-bottom: 0;
}

.cta-box-wrapper.v2 {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  border-radius: 20px;
  padding: 80px 70px 50px;
}

.cta-box-wrapper.v2 p {
  font-size: 20px;
  margin-top: 16px;
  margin-bottom: 67px;
  line-height: 30px;
}

@media screen and (max-width: 575px) {
  .cta-box-wrapper.v2 p {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .cta-box-wrapper.v2 {
    padding: 70px 30px 50px;
  }
}

.app-cta-text .h1 {
  font-family: "Pushster", cursive;
  font-weight: 500;
  line-height: 55px;
  margin-bottom: 25px;
}

.app-cta-text p {
  color: #374567;
  opacity: 0.7;
  font-size: 18px;
}

.app-cta-text .action-btn {
  margin-top: 20px;
}

.app-cta-text .action-btn a {
  margin-right: 10px;
}

.app-cta-text .action-btn a img {
  height: 55px;
}

.cta-box-v2 {
  background: #ff5a3c;
  padding: 70px 0px;
}

.cta-box-contents h4 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.cta-box-contents p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .cta-box-contents {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .cta-box-inform {
    text-align: center;
    margin-top: 30px;
  }
}

.cta-box-inform p {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .cta-box-inform p {
    display: none;
  }
}

.cta-box-inform .xi-btn {
  text-transform: uppercase;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .cta-box-inform .xi-btn {
    margin: auto;
  }
}

.feature-section {
  position: relative;
}

.feature-section .sec-title h2 {
  color: #fff;
}

.feature-section .sec-title p {
  max-width: 750px;
  color: #fafafa;
  opacity: 0.7;
}

.feature-section.v2 {
  margin-top: 0;
  padding-top: 100px;
}

.icon-item-box {
  border: 1px dashed #979797;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 6px;
  padding: 40px 25px 0px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  height: 100%;
}

.icon-item-box:hover {
  background: #e94386;
}

.icon-item-box .icon {
  margin-bottom: 30px;
  height: 50px;
  width: auto;
}

.icon-item-box .content h5 a {
  color: #fff;
  margin-bottom: 20px;
  display: block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.icon-item-box .content h5 a:hover {
  color: #0b1531;
}

.icon-item-box .content p {
  color: #c7c7d6;
}

.icon-item-box:hover {
  background: #e94386;
}

.icon-item-box:hover .h5 a {
  color: #fff;
}

.icon-item-box:hover p {
  color: #fff;
}

.icon-item-box:hover svg,
.icon-item-box:hover g {
  opacity: 1;
}

.icon-item-box:hover svg path,
.icon-item-box:hover g path {
  fill: #fff;
  opacity: 1;
}

.service-process-section {
  padding: 110px 0px;
}

.service-process-section .sec-title p {
  max-width: 670px;
}

.service-process-section.v2 p,
.service-process-section.v2 h2 {
  color: #fff;
}

.service-process-section.v3 {
  position: relative;
  margin-top: -150px;
  padding-top: 255px;
}

.prosess-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .prosess-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.work-section {
  overflow: hidden;
}

.work-section .container-fluid {
  padding-left: 15.3125%;
}

@media screen and (max-width: 991px) {
  .work-section .container-fluid {
    padding-left: 15px;
  }
}

@media screen and (max-width: 991px) {
  .work-slide {
    padding: 0px 15px;
  }
}

.filter-menu {
  margin-bottom: 50px;
  background: transparent !important;
}

.filter-menu .text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .filter-menu .text-center {
    display: block;
  }
}

.filter-menu .bttn {
  border: none;
  outline: none;
  background: #e943861f;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 16px;
  letter-spacing: 0em;
  padding: 8px 20px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border-radius: 3px;
  margin-right: 6px;
}

.filter-menu .bttn.mixitup-control-active {
  background: #e94386;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .filter-menu .bttn.mixitup-control-active {
    border-radius: 0;
  }
}

@media screen and (max-width: 991px) {
  .filter-menu .bttn {
    margin-bottom: 15px;
  }
}

.filter-menu .bttn [type="radio"]:checked,
.filter-menu .bttn [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.filter-menu .bttn [type="radio"]:checked + label,
.filter-menu .bttn [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #0b1531;
}

.filter-menu .bttn [type="radio"]:checked + label:before,
.filter-menu .bttn [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 100%;
  background: #fff;
}

.filter-menu .bttn [type="radio"]:checked + label:after,
.filter-menu .bttn [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #e94386;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.filter-menu .bttn [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.filter-menu .bttn [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 991px) {
  .filter-menu {
    background-color: #fff !important;
  }
}

.filter-menu-v2 .bttn {
  background: transparent;
}

.filter-menu-v2 .bttn.mixitup-control-active {
  background: transparent !important;
}

.filter-menu-v3 .bttn {
  background: rgba(193, 157, 96, 0.35);
}

.filter-menu-v3 .bttn.mixitup-control-active {
  background: #c19d60;
  opacity: 1;
}

.dot-slide .owl-carousel .owl-dots,
.filter .owl-carousel .owl-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dot-slide .owl-carousel .owl-dots .owl-dot,
.filter .owl-carousel .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  border: 3px solid #e94386;
  background: #e94386;
  border-radius: 50px;
  border: none;
  outline: none;
  margin: 0px 5px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}

.dot-slide .owl-carousel .owl-dots .owl-dot.active,
.filter .owl-carousel .owl-dots .owl-dot.active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  border-color: red !important;
}

@media (max-width: 375px) {
  .dot-slide .owl-carousel .owl-dots .owl-dot,
  .filter .owl-carousel .owl-dots .owl-dot {
    margin: 30px 5px 30px 5px;
  }
}

.dot-slide .owl-carousel .owl-nav.disabled,
.filter .owl-carousel .owl-nav.disabled {
  display: block;
  text-align: right;
}

.dot-slide .owl-carousel .owl-nav,
.filter .owl-carousel .owl-nav {
  position: absolute;
  top: -158px;
  right: 200px;
  width: 100%;
  display: block;
  font-size: 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.dot-slide .owl-carousel .owl-nav button,
.filter .owl-carousel .owl-nav button {
  font-size: 20px;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  border: 1px solid #e94386;
  color: #e94386;
  outline: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 575px) {
  .dot-slide .owl-carousel .owl-nav button,
  .filter .owl-carousel .owl-nav button {
    height: 45px;
    width: 45px;
  }
}

.dot-slide .owl-carousel .owl-nav button.owl-prev,
.filter .owl-carousel .owl-nav button.owl-prev {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.dot-slide .owl-carousel .owl-nav button.owl-prev:hover,
.filter .owl-carousel .owl-nav button.owl-prev:hover {
  background: #e94386;
  color: #fff;
}

.dot-slide .owl-carousel .owl-nav button.owl-next,
.filter .owl-carousel .owl-nav button.owl-next {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  margin-left: 13px;
}

.dot-slide .owl-carousel .owl-nav button.owl-next:hover,
.filter .owl-carousel .owl-nav button.owl-next:hover {
  background: #e94386;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .dot-slide .owl-carousel .owl-nav,
  .filter .owl-carousel .owl-nav {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 575px) {
  .dot-slide .owl-carousel:hover .owl-nav,
  .filter .owl-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  .dot-slide .owl-carousel:hover button.owl-prev,
  .filter .owl-carousel:hover button.owl-prev {
    left: 10px;
  }
  .dot-slide .owl-carousel:hover button.owl-next,
  .filter .owl-carousel:hover button.owl-next {
    right: 10px;
  }
}

.dot-slide .owl-carousel .owl-nav,
.filter .owl-carousel .owl-nav {
  display: none;
}

.dot-slide .owl-carousel .owl-dot,
.filter .owl-carousel .owl-dot {
  display: block !important;
}

.themeies-wrapper {
  max-width: 300px;
  border: 1px solid #ddd;
  position: relative;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.themeies-wrapper .bttn {
  width: 100%;
  height: 40px;
}

.themeies-wrapper i {
  position: absolute;
  right: 10px;
  top: 13px;
  pointer-events: none;
}

.placeholder {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  padding: 9px 10px;
  cursor: pointer;
}

.work-box {
  -webkit-box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  margin-bottom: 50px;
  position: relative;
  border-radius: 15px;
}

.work-box:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.work-box:hover .portfolio-overlay .content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.work-box img {
  border-radius: 0px;
  position: relative;
  border-radius: 15px;
}

.work-box .content {
  padding: 20px;
}

.work-box .content h5 a {
  font-family: "Mulish", sans-serif;
  color: #0b1531;
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 12px;
  display: inline-block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.work-box .content h5 a:hover {
  color: #e94386;
}

.work-box .content p {
  font-size: 16px;
  line-height: 20px;
}

.work-box.v2 {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #f9f9f9;
  border-radius: 20px;
  margin-bottom: 30px;
}

.work-box.v2 .work-overlay {
  position: relative;
}

.work-box.v2 .work-overlay .portfolio-overlay {
  border-radius: 15px;
}

.work-box.v2 .work-overlay .portfolio-overlay .content a {
  font-size: 15px;
  color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ff8e15;
}

.work-box.v3 {
  border-radius: 0;
  margin-bottom: 30px;
  position: relative;
}

.work-box.v3 img {
  border-radius: 0;
  position: relative;
}

.work-box.v3 .overlay-content-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: rgba(11, 21, 49, 0.9);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.work-box.v3 .overlay-content-wrapper .overlay-content {
  text-align: center;
}

.work-box.v3 .overlay-content-wrapper .overlay-content .h5 {
  color: #fff;
}

.work-box.v3 .overlay-content-wrapper .overlay-content h6 {
  font-size: 16px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}

.work-box.v3:hover .overlay-content-wrapper {
  opacity: 1;
  visibility: visible;
}

.more-btn .xi-btn {
  width: 253px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 36px auto 0;
  border-radius: 4px;
}

.more-btn .xi-btn:hover {
  background: #fff !important;
}

.testimonial-section {
  overflow: hidden;
}

.testimonial-section .sec-title h2 {
  color: #fff;
}

.testimonial-section .sec-title p {
  color: #f9f9f9;
}

@media screen and (max-width: 991px) {
  .testimonial-section {
    padding-left: 0;
  }
}

.testimonial-section .container-fluid {
  padding-left: 15.3125%;
}

@media screen and (max-width: 991px) {
  .testimonial-section .container-fluid {
    padding-left: 15px;
  }
}

/* ==========================
   TESTIMONIAL SECTION START 
============================*/
.test-item {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.test-item .quote {
  font-size: 60px;
  color: #e94386;
  position: absolute;
  top: 5px;
  opacity: 0.1;
}

.test-item p {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
}

@media screen and (max-width: 575px) {
  .test-item p {
    font-size: 15px;
  }
}

.test-item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.test-item .content .icon img {
  height: 64px;
  width: 64px;
  display: block;
  border-radius: 50%;
}

.test-item .content .title {
  margin-left: 16px;
}

.test-item .content .title h4 a {
  font-size: 20px;
  color: #e94386;
  line-height: 18px;
  margin-bottom: 7px;
  display: inline-block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.test-item .content .title h4 a:hover {
  color: #0b1531;
}

.test-item .content .title span {
  font-size: 14px;
  line-height: 18px;
  color: #374567;
  font-weight: 400;
}

.dot-slide .owl-carousel .owl-dots {
  margin-top: 10px;
}

.dot-slide .owl-carousel .owl-dots .owl-dot {
  background: #fff;
}

.dot-slide .owl-carousel .owl-dots .owl-dot.active {
  border-color: #e94386;
}

.dot-slide .owl-carousel .owl-nav.disabled {
  display: none;
}

/* ==========================
   TESTIMONIAL SECTION END 
============================*/
/* ==========================
   TESTIMONIAL SECTION V2 START 
============================*/
.test-item-wrap {
  max-width: 935px;
  margin: 0 auto;
}

.test-item-wrap img {
  width: auto !important;
  height: auto;
  display: block;
  margin: 0 auto;
}

.test-item-wrap p {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  margin-bottom: 90px;
  position: relative;
}

.test-item-wrap p::before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
  width: 80px;
  background: #e94386;
}

@media screen and (max-width: 479px) {
  .test-item-wrap p::before {
    bottom: -30px;
  }
}

@media screen and (max-width: 767px) {
  .test-item-wrap p {
    font-size: 20px;
    line-height: 33px;
  }
}

@media screen and (max-width: 575px) {
  .test-item-wrap p {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  .test-item-wrap p {
    line-height: 28px;
    margin-bottom: 60px;
  }
}

.test-item-wrap h5 a {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  line-height: 34px;
  display: inline-block;
  margin-bottom: 6px;
}

@media screen and (max-width: 479px) {
  .test-item-wrap h5 a {
    font-size: 22px;
    line-height: 21px;
  }
}

.test-item-wrap span {
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  color: #dddddd;
}

/* ==========================
   TESTIMONIAL SECTION V3 START 
============================*/
.test-item.v2 {
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px rgba(225, 225, 226, 0.4);
  box-shadow: 0px 0px 15px rgba(225, 225, 226, 0.4);
  border-radius: 60px;
  padding: 70px 80px;
  margin: 15px;
}

.test-item.v2.v2 p {
  text-align: center;
}

.test-item.v2.v2 .content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.test-item.v2.v2 .quote {
  top: 60px;
}

.test-item.v2.v2 .quote-2 {
  right: 90px;
  top: auto;
  bottom: 145px;
}

@media screen and (max-width: 767px) {
  .test-item.v2 {
    padding: 50px 18px;
  }
}

.testimonial-section.v4 {
  background: url("../images/testimonial/test-bg.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding-bottom: 180px;
}

@media screen and (max-width: 767px) {
  .testimonial-section.v4 {
    padding-bottom: 100px;
  }
}

.testimonial-item .quote img {
  width: auto;
  height: auto;
  display: block;
}

.testimonial-item .content p {
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: left;
  margin-top: 34px;
  margin-bottom: 52px;
  color: #fff;
}

@media screen and (max-width: 479px) {
  .testimonial-item .content p {
    font-size: 20px;
    line-height: 30px;
  }
}

.testimonial-item .designation {
  position: relative;
  margin-left: 12px;
}

.testimonial-item .designation span,
.testimonial-item .designation h5 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}

.testimonial-item .designation span {
  color: rgba(255, 255, 255, 0.8);
  margin-top: 6px;
  font-weight: 400;
}

.testimonial-item .designation::after {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 4px;
  height: 55px;
  background: #f14105;
}

.preview-thumbs a.owl-thumb-item {
  border: 3px solid transparent;
  border-radius: 50%;
  z-index: 1;
  pointer-events: auto;
}

.preview-thumbs a.owl-thumb-item.active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #e94386;
}

.preview-thumbs {
  height: 400px;
  width: 400px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.preview-thumbs a img {
  width: auto;
  height: auto;
  display: block;
  border: 3px solid transparent;
  border-radius: 50%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.preview-thumbs a img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  border-color: #e94386;
}

.preview-thumbs a:nth-child(1) {
  position: absolute;
  left: 40%;
  top: -50px;
}

.preview-thumbs a:nth-child(2) {
  position: absolute;
  left: -40px;
  top: 35%;
}

.preview-thumbs a:nth-child(3) {
  position: absolute;
  left: 19%;
  top: 21%;
}

.preview-thumbs a:nth-child(4) {
  position: absolute;
  left: 63%;
  top: 20%;
}

.preview-thumbs a:nth-child(5) {
  position: absolute;
  left: 88%;
  top: 35%;
}

.preview-thumbs a:nth-child(6) {
  position: absolute;
  left: 66%;
  top: 58%;
}

.preview-thumbs a:nth-child(7) {
  position: absolute;
  left: 15%;
  top: 60%;
}

.preview-thumbs a:nth-child(8) {
  position: absolute;
  left: 40%;
  top: 85%;
}

@media screen and (max-width: 767px) {
  .preview-thumbs {
    display: none;
  }
}

.preview-thumbs.v2 {
  height: 400px;
  width: 400px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}

.preview-thumbs.v2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 255px;
  width: 255px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.preview-thumbs.v2 .thumb {
  position: absolute;
  height: 400px;
  width: 400px;
  border-radius: 50%;
  -webkit-animation: rotation 9s infinite linear;
  animation: rotation 9s infinite linear;
}

.preview-thumbs.v2 .thumb::after {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #ff9900;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}

.preview-thumbs.v2 .thumb::before {
  content: "";
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #ff9900;
  top: 16.5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

.testimonial-section.v5 {
  background: url("../images/banner/banner_02.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.testimonial-section.v5::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
  background: rgba(12, 1, 1, 0.9);
}

.testimonial-section.v5 .owl-carousel .owl-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial-section.v5 .owl-carousel .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  border: 3px solid #e94386;
  background: #e94386;
  border-radius: 50px;
  border: none;
  outline: none;
  margin: 0px 5px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}

.testimonial-section.v5 .owl-carousel .owl-dots .owl-dot.active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  border-color: red !important;
}

@media (max-width: 375px) {
  .testimonial-section.v5 .owl-carousel .owl-dots .owl-dot {
    margin: 30px 5px 30px 5px;
  }
}

.testimonial-section.v5 .owl-carousel .owl-nav.disabled {
  display: block;
  text-align: right;
}

.testimonial-section.v5 .owl-carousel .owl-nav {
  position: absolute;
  top: -158px;
  right: 200px;
  width: 100%;
  display: block;
  font-size: 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.testimonial-section.v5 .owl-carousel .owl-nav button {
  font-size: 20px;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  border: 1px solid #e94386;
  color: #e94386;
  outline: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 575px) {
  .testimonial-section.v5 .owl-carousel .owl-nav button {
    height: 45px;
    width: 45px;
  }
}

.testimonial-section.v5 .owl-carousel .owl-nav button.owl-prev {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.testimonial-section.v5 .owl-carousel .owl-nav button.owl-prev:hover {
  background: #e94386;
  color: #fff;
}

.testimonial-section.v5 .owl-carousel .owl-nav button.owl-next {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  margin-left: 13px;
}

.testimonial-section.v5 .owl-carousel .owl-nav button.owl-next:hover {
  background: #e94386;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .testimonial-section.v5 .owl-carousel .owl-nav {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 575px) {
  .testimonial-section.v5 .owl-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  .testimonial-section.v5 .owl-carousel:hover button.owl-prev {
    left: 10px;
  }
  .testimonial-section.v5 .owl-carousel:hover button.owl-next {
    right: 10px;
  }
}

.test-slide.v2 .test-item-wrap p::before {
  background: #f14105;
}

.test-slide.v2.owl-carousel .owl-dots.disabled {
  display: block;
}

.testimonial-section.v6 {
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  .testimonial-section.v6 {
    padding-bottom: 70px;
  }
}

.testimonial-section.v6 .preview-carousel .testimonial-item .content p {
  color: #0b1531;
}

.testimonial-section.v6 .preview-carousel .testimonial-item .designation h5 {
  color: #0b1531;
}

.testimonial-section.v6 .preview-carousel .testimonial-item .designation span {
  color: #4b4b4b;
}

.testimonial-section.v6
  .preview-carousel
  .testimonial-item
  .designation::after {
  background: #ff8e15;
}

.testimonial-section.v7 .test-slide-07 {
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(213, 214, 218, 0.25);
  box-shadow: 0px 0px 40px rgba(213, 214, 218, 0.25);
  border-radius: 40px;
  padding-bottom: 45px;
}

@media screen and (max-width: 479px) {
  .testimonial-section.v7 .test-slide-07 {
    padding-bottom: 30px;
  }
}

.testimonial-section.v7 .testimonial-item {
  padding: 45px 195px 60px;
}

.testimonial-section.v7 .testimonial-item .step-box {
  width: 275px;
  height: 52px;
  background: #e94386;
  color: #e94386;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px auto 20px;
}

.testimonial-section.v7 .testimonial-item .step-box h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #fff;
}

.testimonial-section.v7 .testimonial-item .step-box h5 span {
  color: #ff8e15;
}

@media screen and (max-width: 479px) {
  .testimonial-section.v7 .testimonial-item .step-box h5 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .testimonial-section.v7 .testimonial-item .step-box {
    width: 250px;
  }
}

.testimonial-section.v7 .testimonial-item .step-box-2 {
  background: transparent;
  height: 100%;
  width: 100%;
  margin-bottom: 0;
}

.testimonial-section.v7 .testimonial-item .step-box-2 img {
  width: auto;
}

@media screen and (max-width: 991px) {
  .testimonial-section.v7 .testimonial-item {
    padding: 45px 50px 60px;
  }
}

@media screen and (max-width: 479px) {
  .testimonial-section.v7 .testimonial-item {
    padding: 45px 20px;
  }
}

.testimonial-section.v7 .owl-carousel .owl-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.testimonial-section.v7 .owl-carousel .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  border: 3px solid #e94386;
  background: #e94386;
  border-radius: 50px;
  border: none;
  outline: none;
  margin: 0px 5px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}

.testimonial-section.v7 .owl-carousel .owl-dots .owl-dot.active {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  border-color: red !important;
}

@media (max-width: 375px) {
  .testimonial-section.v7 .owl-carousel .owl-dots .owl-dot {
    margin: 30px 5px 30px 5px;
  }
}

.testimonial-section.v7 .owl-carousel .owl-nav.disabled {
  display: block;
  text-align: right;
}

.testimonial-section.v7 .owl-carousel .owl-nav {
  position: absolute;
  top: -158px;
  right: 200px;
  width: 100%;
  display: block;
  font-size: 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.testimonial-section.v7 .owl-carousel .owl-nav button {
  font-size: 20px;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  border: 1px solid #e94386;
  color: #e94386;
  outline: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 575px) {
  .testimonial-section.v7 .owl-carousel .owl-nav button {
    height: 45px;
    width: 45px;
  }
}

.testimonial-section.v7 .owl-carousel .owl-nav button.owl-prev {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.testimonial-section.v7 .owl-carousel .owl-nav button.owl-prev:hover {
  background: #e94386;
  color: #fff;
}

.testimonial-section.v7 .owl-carousel .owl-nav button.owl-next {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  margin-left: 13px;
}

.testimonial-section.v7 .owl-carousel .owl-nav button.owl-next:hover {
  background: #e94386;
  color: #fff;
}

@media screen and (max-width: 575px) {
  .testimonial-section.v7 .owl-carousel .owl-nav {
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 575px) {
  .testimonial-section.v7 .owl-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
  }
  .testimonial-section.v7 .owl-carousel:hover button.owl-prev {
    left: 10px;
  }
  .testimonial-section.v7 .owl-carousel:hover button.owl-next {
    right: 10px;
  }
}

.testimonial-section.v7 .owl-carousel .owl-dots {
  display: block;
}

.testimonial-section.v7 .owl-carousel .owl-dots button.owl-dot {
  height: 10px !important;
  width: 10px !important;
  background: rgba(20, 24, 76, 0.2);
  border-radius: 50%;
  border: none;
}

.testimonial-section.v7 .owl-carousel .owl-dots button.owl-dot.active {
  background: #e94386;
  border: none;
}

.testimonial-section.v7 .owl-carousel .owl-nav.disabled {
  display: none;
}

.service-box-slide {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px rgba(154, 155, 158, 0.2);
  box-shadow: 0px 20px 40px rgba(154, 155, 158, 0.2);
  border-radius: 20px;
  padding: 40px 25px;
  margin-top: 60px;
}

.service-box-slide .service-box {
  margin-bottom: 0;
}

.service-box-slide.owl-carousel .owl-nav {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: auto;
  width: 100%;
  display: block;
  font-size: 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.service-box-slide.owl-carousel .owl-nav button {
  font-size: 20px;
  height: 50px;
  width: 50px;
  border-radius: 4px;
  border: 1px solid #e94386;
  color: #e94386;
  outline: none;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 575px) {
  .service-box-slide.owl-carousel .owl-nav button {
    height: 45px;
    width: 45px;
  }
}

.service-box-slide.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -90px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.service-box-slide.owl-carousel .owl-nav button.owl-prev:hover {
  background: #e94386;
  color: #fff;
}

.service-box-slide.owl-carousel .owl-nav button.owl-next {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  margin-left: 13px;
  left: auto;
  position: absolute;
  right: -40px;
}

.service-box-slide.owl-carousel .owl-nav button.owl-next:hover {
  background: #e94386;
  color: #fff;
}

.service-box-slide:hover.owl-carousel .owl-nav {
  opacity: 1;
  visibility: visible;
}

.service-box-slide:hover.owl-carousel .owl-nav button.owl-prev {
  left: -50px;
}

@media screen and (max-width: 575px) {
  .service-box-slide:hover.owl-carousel .owl-nav button.owl-prev {
    left: -20px;
  }
}

.service-box-slide:hover.owl-carousel .owl-nav button.owl-next {
  right: -0px;
}

@media screen and (max-width: 575px) {
  .service-box-slide:hover.owl-carousel .owl-nav button.owl-next {
    right: 30px;
  }
}

.choose-section.v5 {
  overflow: hidden;
}

.blog-item {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px rgba(148, 148, 148, 0.2);
  box-shadow: 0px 20px 40px rgba(148, 148, 148, 0.2);
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.blog-item:hover {
  -webkit-box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
  box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
}

.blog-item:hover .blog-btn a::after {
  width: 100%;
}

.blog-item .content {
  padding: 25px 20px 30px;
}

.blog-item .content span {
  font-family: "Mulish", sans-serif;
  color: #383838;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.01em;
  display: inline-block;
  margin-bottom: 10px;
}

.blog-item .content h5 a {
  font-family: "Mulish", sans-serif;
  font-size: 19px;
  color: #0b1531;
  font-style: normal;
  display: block;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0em;
  margin-bottom: 18px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
}

.blog-item .content h5 a:hover {
  color: #e94386;
}

.blog-item .blog-btn a {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #e94386;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.blog-item .blog-btn a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #e94386;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.blog-item .blog-btn a i {
  font-size: 13px;
  margin-left: 6px;
}

.blog-item .image {
  position: relative;
}

.blog-item .image img {
  position: relative;
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.blog-item .image .ribbon {
  background: #e94386;
  height: 50px;
  width: 50px;
  -webkit-box-shadow: 0px 20px 40px rgba(148, 148, 148, 0.4);
  box-shadow: 0px 20px 40px rgba(148, 148, 148, 0.4);
  border-radius: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -25px;
  right: 25px;
}

.blog-item .image .ribbon .date {
  position: relative;
  font-size: 12px;
  font-style: normal;
  color: #fff;
  font-weight: 500;
  line-height: 15px;
  letter-spacing: 0em;
  text-transform: uppercase;
  text-align: center;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.blog-item .image .ribbon span {
  font-family: DM Sans;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .blog-item {
    margin-bottom: 30px;
  }
}

.blog-item.v2 {
  padding: 25px 15px 30px;
  border-radius: 0%;
  background: rgba(241, 65, 5, 0.05);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-item.v2 h5 a {
  font-family: "Mulish", sans-serif;
  font-size: 22px;
  color: #010a44;
  font-style: normal;
  display: block;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  margin-bottom: 30px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.blog-item.v2 h5 a:hover {
  color: #e94386;
}

@media screen and (max-width: 767px) {
  .blog-item.v2 h5 a {
    font-size: 20px;
    line-height: 25px;
  }
}

.blog-item.v2 .content {
  padding: 30px 0px 0px;
}

.blog-item.v2 .meta {
  margin-bottom: 0;
}

.blog-item.v2 .meta ul li a {
  font-size: 16px;
  line-height: 16px;
  color: #4e4e4e;
  font-family: "Open Sans";
  margin-right: 45px;
  padding-left: 15px;
}

.blog-item.v2 .meta ul li a::before {
  content: "";
  position: absolute;
  height: 14px;
  width: 2px;
  border-radius: 0;
  background: #f14105;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-item.v2 .meta ul li a::after {
  display: none;
}

@media screen and (max-width: 991px) {
  .blog-item.v2 .meta ul li a {
    margin-right: 10px;
    white-space: nowrap;
  }
}

.blog-item.v2 .meta ul li:nth-of-type(2) a::before {
  background: #4e4e4e;
}

.blog-item.v3 {
  position: relative;
  border-radius: 0;
}

.blog-item.v3 .image {
  position: relative;
}

.blog-item.v3 .content {
  position: absolute;
  padding: 25px;
  bottom: 0;
  right: 0;
  background-color: #fff;
  max-width: 400px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .blog-item.v3 .content {
    position: relative;
  }
}

.blog-item.v3 .content h5 a {
  margin-bottom: 0;
}

.blog-item.v3 .content .meta ul li a::after {
  display: none;
}

.blog-item.v4 {
  position: relative;
}

.blog-item.v4 .content .meta ul li a {
  color: #7a7a7a;
  margin-right: 15px;
}

.blog-item.v4 .content .meta ul li a i {
  color: #c19d60;
}

.blog-item.v4 .content .meta ul li a::after {
  display: none;
}

.blog-item.v4 .content .blog-btn a {
  color: #c19d60;
}

.blog-item.v4 .content .blog-btn a::after {
  background: #c19d60;
}

.blog-item.v4 .content h5 a {
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 600;
  margin-top: 16px;
  display: block;
}

.blog-item.v4 .content .blog-btn a {
  text-transform: uppercase;
  font-weight: 600;
}

.blog-item.v4:hover h5 a {
  color: #c19d60;
}

.blog-item.v5 .content .meta ul li a i {
  color: #ff5a3c;
}

.blog-item.v5 .content .blog-btn a {
  color: #ff5a3c;
}

.blog-item.v5 .content .blog-btn a::after {
  background: #ff5a3c;
}

.blog-item.v5:hover h5 a {
  color: #ff5a3c;
}

.blog-item.v6 .content .meta ul li a i {
  color: #ff8e15;
}

.blog-item.v6 .content .blog-btn a {
  color: #ff8e15;
}

.blog-item.v6 .content .blog-btn a::after {
  background: #ff8e15;
}

.blog-item.v6:hover h5 a {
  color: #ff8e15;
}

.blog-sec-top {
  margin-top: -120px;
  z-index: 1;
  padding-top: 200px;
}

.counter-section {
  z-index: auto;
}

.icon-box-item {
  font-size: 28px;
  color: #ffffff;
  border-right: 2px solid #e94386;
  text-align: center;
}

.icon-box-item .counter {
  font-family: "Mulish", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
}

.icon-box-item .icon img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.icon-box-item h5 {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .icon-box-item {
    border: none;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .icon-box-item {
    text-align: center;
  }
}

.icon-box-item-v2 {
  border-color: #ff5a3c;
  color: #ff5a3c;
}

.icon-box-item-v2 .counter {
  color: #ff5a3c;
}

.icon-box-item-v3 {
  color: #ff8e15;
  border-right: 1px dashed #ff8e15;
}

.icon-box-item-v3 .counter {
  font-size: 34px;
  font-family: "Baloo 2", cursive;
  color: #ff8e15;
}

.icon-box-item-v3 h5 {
  font-family: "Baloo 2", cursive;
  font-weight: 500;
  font-size: 18px;
}

.funfact-wrapper {
  border-radius: 10px;
  padding: 50px 70px;
  background: #e94386;
  -webkit-box-shadow: 0px 6px 16px rgba(0, 43, 106, 0.1);
  box-shadow: 0px 6px 16px rgba(0, 43, 106, 0.1);
}

@media screen and (max-width: 479px) {
  .funfact-wrapper {
    padding: 50px 30px;
  }
}

.funfact-wrapper.v2 {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
}

.funfact-wrapper.v2 .about-experience {
  color: #e94386;
  font-size: 92px;
}

@media screen and (max-width: 767px) {
  .funfact-wrapper.v2 .about-experience {
    font-size: 55px;
  }
}

.funfact-wrapper.v2 .about-experience .counter {
  font-family: "Mulish", sans-serif;
  font-size: 92px;
  font-weight: 700;
  line-height: 56px;
  color: #e94386;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .funfact-wrapper.v2 .about-experience .counter {
    font-size: 55px;
  }
}

.funfact-wrapper.v2 .about-experience .h5 {
  font-size: 26px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  display: block;
  margin-bottom: 32px;
}

.funfact-wrapper.v2 .about-experience p {
  max-width: 440px;
}

.funfact-wrapper.v2 .counter-option {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  padding-left: 60px;
}

@media screen and (max-width: 991px) {
  .funfact-wrapper.v2 .counter-option {
    margin-top: 30px;
    padding-left: 0;
    border: none;
  }
}

.funfact-wrapper.v2 .icon-box-item {
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  color: #f14105;
  display: block;
  border: none;
}

.funfact-wrapper.v2 .icon-box-item .counter {
  color: #f14105;
  font-size: 60px;
}

@media screen and (max-width: 767px) {
  .funfact-wrapper.v2 .icon-box-item .counter {
    font-size: 40px;
  }
}

.funfact-wrapper.v2 .icon-box-item .h6 {
  color: #4e4e4e;
  display: block;
  margin-top: 10px;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .funfact-wrapper.v2 .icon-box-item {
    font-size: 40px;
    line-height: 30px;
  }
}

@media screen and (max-width: 575px) {
  .funfact-wrapper.v2 .icon-box-item {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .funfact-wrapper.v2 .icon-box-item.pt-70 {
    padding-top: 30px;
  }
}

.shape-3 {
  position: absolute;
}

.footer-section {
  background: #0b1531;
  position: relative;
  z-index: 1;
  padding-top: 200px;
  margin-top: -95px;
  z-index: auto;
}

.footer-section.v2 {
  margin-top: 0;
  padding-top: 100px;
}

.footer-v3 {
  padding-top: 240px;
  margin-top: -148px;
}

.footer-widget {
  margin-bottom: 50px;
}

.footer-widget .logo img {
  width: auto;
  max-height: 48px;
  display: block;
}

.footer-widget p {
  color: #d9dbe1;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.footer-widget .social-icon {
  margin-top: 24px;
}

.footer-widget .social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-widget .social-icon ul li a {
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  margin-right: 15px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.footer-widget .social-icon ul li a:hover {
  background: #e94386;
  color: #fff !important;
}

.footer-widget .social-icon.v2 ul li a {
  background: transparent;
}

.footer-widget .title {
  margin-bottom: 26px;
}

.footer-widget .title h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #fff;
}

.footer-widget ul li a {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #d9dbe1;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

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

.footer-widget ul li a img {
  width: auto;
  height: auto;
  display: block;
  margin-right: 12px;
}

.footer-widget .address a {
  /* margin-bottom: 24px; */
  display: inline-flex;
  align-content: flex-start;
  align-items: flex-start;
}

.footer-widget .news-item {
  background: #232c45;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 12px;
}

.footer-widget .news-item img {
  width: auto;
  height: auto;
  display: block;
  border-radius: 10px;
}

.footer-widget .news-item .content {
  margin-left: 12px;
}

.footer-widget .news-item .content p {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
}

.footer-widget .news-item .content span {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: #f9f9f9;
}

.footer-widget .news-item-v2 {
  background: transparent;
  padding: 0;
  border-bottom: 1px solid #232c4546;
  border-radius: 0;
  padding-bottom: 24px;
  margin-top: 24px;
}

.footer-widget .news-item-v2:last-of-type {
  border: none;
}

.footer-widget .news-item-v2 .content p {
  color: #fff;
}

.footer-widget .news-item-v2 .content span {
  color: #374567;
}

.widget-form label {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
  display: inline-block;
}

.widget-form .form-control {
  background: #e2e0f6;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 15px;
  height: auto;
  width: 100%;
}

.widget-form .xi-btn {
  margin-top: 24px;
  border-radius: 5px;
}

.widget-form .xi-btn::before {
  border-radius: 5px;
  border: 1px solid #fff;
}

.footer-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 42px;
  padding-bottom: 42px;
  border-bottom: 1px solid #232c45;
}

.footer-top-content .h4 {
  color: #fff;
}

@media screen and (max-width: 479px) {
  .footer-top-content .h4 {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .footer-top-content .xi-btn {
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .footer-top-content {
    display: block;
    text-align: center;
  }
}

.footer-top-content-v2 {
  border: none;
  padding-bottom: 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .footer-top-content-v2 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .footer-top-content-v2 {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .footer-top-content-v2 {
    padding-bottom: 10px;
  }
}

.footer-top-content-v2 .h4 {
  font-size: 22px;
  line-height: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
}

@media screen and (max-width: 575px) {
  .footer-top-content-v2 .h4 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.footer-top-content-v2 .xi-btn {
  margin-left: 10px;
}

@media screen and (max-width: 575px) {
  .footer-top-content-v2 .xi-btn {
    margin: 0 auto;
  }
}

.footer-top-content-v2 .icon {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #e9438680;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-animation: pulse-animation 1.5s infinite;
  animation: pulse-animation 1.5s infinite;
  -webkit-box-shadow: 0px 0px 1px 1px #0000001a;
  box-shadow: 0px 0px 1px 1px #0000001a;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}

@media screen and (max-width: 575px) {
  .footer-top-content-v2 .icon {
    margin: 0 auto;
  }
}

.footer-top-content-v2 .icon a {
  font-size: 20px;
  color: #fff;
}

.footer-top-content-v2 .icon:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.about-social-icon-v2 {
  margin-top: 15px;
}

.about-social-icon-v2 ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.about-social-icon-v2 ul li a {
  width: 39px !important;
  height: 39px !important;
}

@media screen and (max-width: 991px) {
  .about-social-icon-v2 ul {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

@media screen and (max-width: 991px) {
  .about-social-icon-v2 ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .about-social-icon-v2 {
    margin-bottom: 30px;
    border-bottom: 1px solid #2d375a;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 575px) {
  .about-social-icon-v2 {
    margin-top: 0;
  }
}

@-webkit-keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px #b5b6f0;
    box-shadow: 0 0 0 0px #b5b6f0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(187, 65, 65, 0);
    box-shadow: 0 0 0 20px rgba(187, 65, 65, 0);
  }
}

@keyframes pulse-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0px #b5b6f0;
    box-shadow: 0 0 0 0px #b5b6f0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(187, 65, 65, 0);
    box-shadow: 0 0 0 20px rgba(187, 65, 65, 0);
  }
}

@media screen and (max-width: 767px) {
  .footer-section.v5 .col-lg-2:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .footer-section.v5 .col-lg-4:nth-of-type(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media screen and (max-width: 575px) {
  .footer-section.v5 .col-lg-2:nth-of-type(3) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer-section.v5 .col-lg-4:nth-of-type(4) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.footer-gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1199px) {
  .footer-gallery ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}

.footer-gallery ul li {
  margin-right: 12px;
}

.footer-gallery ul li a {
  margin-bottom: 12px;
  position: relative;
}

.footer-gallery ul li a img {
  width: auto;
  height: auto;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  margin-right: 0;
}

.footer-gallery ul li a .insta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #e94386;
  opacity: 0.8;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.footer-gallery ul li a .insta-overlay i {
  font-size: 20px;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .footer-gallery ul li a {
    margin-bottom: 12px;
  }
}

.footer-gallery ul li:hover .insta-overlay {
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media screen and (max-width: 575px) {
  .footer-gallery ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.footer-bottom .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  border-top: 1px solid #232c45;
  padding: 40px 0px;
  padding-top: 10px;
  padding-bottom: 25px;
}

.footer-bottom p {
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .footer-bottom .footer-content {
    display: block;
  }
}

.footer-bottom .content p {
  line-height: 24px;
  color: #d9dbe1;
}

.footer-bottom .link a {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #d9dbe1;
  display: inline-block;
  position: relative;
  margin-left: 16px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.footer-bottom .link a:hover {
  color: #e94386;
}

.footer-bottom .link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2px;
  height: 13px;
  background: #d9dbe1;
}

.footer-bottom .link a:last-of-type::before {
  display: none;
}

@media screen and (max-width: 991px) {
  .footer-bottom .link {
    margin-top: 20px;
  }
}

.footer-white {
  background-image: none;
  background: #e943860d;
}

.footer-white .footer-widget .title h6 {
  color: #333333;
}

.footer-white .footer-widget p {
  color: #333333;
}

.footer-white .footer-widget ul li a {
  color: #333333;
}

.footer-white .footer-widget ul li a:hover {
  color: #e94386;
}

.footer-white .footer-widget .address li a img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.footer-white .social-icon ul li a {
  background: rgba(0, 103, 255, 0.1);
}

.footer-white .widget-form label {
  color: #333333;
}

.footer-white .widget-form .form-control {
  background: #fff;
}

.footer-white .footer-bottom .content p {
  color: #333333;
}

.footer-white .footer-bottom .link a {
  color: #333333;
}

.footer-white .footer-bottom .link a:hover {
  color: #e94386;
}

.footer-white .news-item-v2 .content p {
  color: #0b1531;
}

.footer-white .footer-content {
  border-top: 1px solid #e7e7e7;
}

.footer-white .footer-top-content h4 {
  color: #0b1531;
}

.resturent-footer {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  z-index: 1;
}

.resturent-footer::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: -1;
}

.page-banner {
  position: relative;
  z-index: 1;
  padding: 50px 0px 70px;
  background-color: #0b1433;
  margin-bottom: 50px;
}

@media screen and (max-width: 575px) {
  h3 {
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.5 !important;
  }

  .page-banner {
    padding: 30px 0px 30px;
    margin-bottom: 20px !important;
  }
}

.page-banner.v2 {
  padding: 100px 0px;
}

@media screen and (max-width: 575px) {
  .page-banner.v2 {
    padding: 50px 0px;
  }
}

.page-banner.v3 {
  padding: 100px 0px 315px;
}

@media screen and (max-width: 575px) {
  .page-banner.v3 {
    padding: 50px 0px 200px;
  }
}

.page-banner.v4 {
  padding: 100px 0px 255px;
}

@media screen and (max-width: 575px) {
  .page-banner.v4 {
    padding: 50px 0px 190px;
  }
}

.page-banner-content {
  margin: 0 auto;
}

.page-banner-content h2 {
  color: #fff;
  margin-bottom: 10px;
}

.page-banner-content p {
  color: #f9f9f9;
  opacity: 0.7;
  line-height: 30px;
  max-width: 715px;
  margin: 0 auto;
}

.breadcrumb-meta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e94386;
  border-radius: 4px;
  padding: 15px 20px;
  margin-top: 20px;
}

.breadcrumb-meta .link a {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-right: 25px;
}

.breadcrumb-meta .link a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #ff8e15;
}

.breadcrumb-meta span {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
  display: inline-block;
  position: relative;
}

.breadcrumb-meta.v2 {
  position: absolute;
  right: -89px;
  top: 43%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  border-radius: 0;
  margin: 0;
}

.service-list-wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 10px 25px rgba(213, 214, 218, 0.1);
  box-shadow: 0px 10px 25px rgba(213, 214, 218, 0.1);
  border-radius: 30px;
  padding: 15px 30px;
  position: relative;
  margin-top: -90px;
  z-index: 22;
}

.service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 15px 0px;
}

.service-item img {
  width: auto;
  height: auto;
  display: block;
  margin-right: 10px;
}

.service-item h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-line-clamp: 5;
}

.service-item h6 a {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 30px;
  color: #0b1531;
  display: inline-block;
  text-transform: capitalize;
  white-space: nowrap;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  text-overflow: ellipsis;
  overflow: hidden;
}

.service-item h6 a:hover {
  color: #e94386;
}

.service-box {
  margin-bottom: 50px;
}

.service-box .image img {
  width: auto;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 575px) {
  .service-box .image img {
    margin: 0 auto;
  }
}

.service-box .image i {
  font-size: 30px;
  color: #e94386;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 575px) {
  .service-box {
    text-align: center;
  }
}

.service-box .content {
  margin-top: 14px;
}

.service-box .content h6 {
  margin: 0;
}

.service-box .content h6 a {
  color: #0b1531;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.service-box .content h6 a:hover {
  color: #e94386;
}

.service-box:hover i,
.service-box:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.service-box.v2 {
  padding: 30px 20px 40px;
  margin-bottom: 30px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.service-box.v2 .content {
  margin-top: 18px;
}

.service-box.v2 .content h6 a {
  font-size: 20px;
  line-height: 32px;
}

.service-box.v2:hover {
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(213, 214, 218, 0.3);
  box-shadow: 0px 0px 40px rgba(213, 214, 218, 0.3);
  border-radius: 10px;
}

@media screen and (max-width: 991px) {
  .team-list .team-member {
    height: auto !important;
  }

  .service-box.v2 {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  .service-box.v2 {
    width: 100%;
  }
}

.service-box.v3 {
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px rgba(212, 217, 232, 0.3);
  box-shadow: 0px 0px 40px rgba(212, 217, 232, 0.3);
  border-radius: 10px;
  padding: 40px 10px 45px 20px;
  margin-bottom: 30px;
}

.service-box.v3 .image {
  height: 64px;
  width: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(0, 103, 255, 0.1);
  border-radius: 6px;
}

@media screen and (max-width: 575px) {
  .service-box.v3 .image {
    margin: 0 auto;
  }
}

.service-box.v3 .content {
  margin-top: 20px;
}

.service-box.v3 .content h6 a {
  font-size: 20px;
  line-height: 24px;
}

.service-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .service-box-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 991px) {
  .choose-image {
    margin-top: 30px;
  }
}

.choose-section.v2 .sec-title h2 {
  color: #fff;
}

.choose-section.v2 .sec-title p {
  color: #c2c2c2;
}

.choose-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 767px) {
  .all-client .icon-box {
    width: 26% !important;
  }
  .choose-wrapper {
    display: block;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-top: none;
    overflow: visible;
  }
}

.choose-cycle {
  position: relative;
  padding: 0px 20px;
}

@media screen and (max-width: 767px) {
  .choose-cycle {
    padding: 0px 10px;
  }
}

.choose-cycle::after {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #e94386;
  border: 4px solid #382843;
}

@media screen and (max-width: 767px) {
  .choose-cycle::after {
    top: 17px !important;
    left: 0;
  }
}

.choose-cycle:nth-of-type(1)::after {
  top: -33px;
}

@media screen and (max-width: 767px) {
  .choose-cycle:nth-of-type(1)::after {
    top: auto;
  }
}

.choose-cycle:nth-of-type(3)::after {
  top: -33px;
}

@media screen and (max-width: 767px) {
  .choose-cycle:nth-of-type(3)::after {
    top: auto;
  }
}

@media screen and (max-width: 767px) {
  .choose-cycle {
    padding-left: 50px;
    margin-top: 30px;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .choose-cycle {
    padding-left: 15px;
  }
}

.choose-cycle .icon-wrap {
  position: relative;
  padding-top: 100px;
}

.choose-cycle .icon-wrap::after {
  content: "";
  position: absolute;
  bottom: 47px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 767px) {
  .choose-cycle .icon-wrap::after {
    height: 1px;
    width: 100%;
    bottom: auto;
    top: 25px;
    left: -50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .choose-cycle .icon-wrap {
    padding-top: 0;
  }
}

.choose-cycle .icon {
  height: 48px;
  width: 48px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px auto 0px;
  position: relative;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 767px) {
  .choose-cycle .icon {
    margin: 0;
  }
}

.choose-cycle .content {
  text-align: center;
}

.choose-cycle .content h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 16px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .choose-cycle .content h5 {
    margin-top: 0;
  }
}

.choose-cycle .content p {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .choose-cycle .content {
    text-align: left;
    margin-left: 30px;
  }
}

@media screen and (max-width: 479px) {
  .choose-cycle .content {
    margin-left: 20px;
  }
}

.choose-cycle:hover .icon {
  -webkit-box-shadow: 0px 0px 0px 5px #5856bd78;
  box-shadow: 0px 0px 0px 5px #5856bd78;
  background: #e94386;
}

.choose-cycle:nth-of-type(odd) .icon-wrap {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .choose-cycle:nth-of-type(odd) .icon-wrap {
    padding-top: 0;
  }
}

.choose-wrapper.v2 {
  margin-top: 60px;
  border-top: 1px solid rgba(11, 21, 49, 0.1);
}

@media screen and (max-width: 767px) {
  .choose-wrapper.v2 {
    display: block;
    border-left: 1px solid rgba(101, 101, 101, 0.1);
    border-top: none;
  }
}

.choose-wrapper.v2 .choose-cycle .icon-wrap::after {
  background: rgba(55, 69, 103, 0.1);
}

.choose-wrapper.v2 .choose-cycle .content h5 {
  color: #0b1531;
}

.choose-wrapper.v2 .choose-cycle .content p {
  color: #374567;
}

.choose-wrapper.v2 .choose-cycle .icon {
  background: rgba(0, 103, 255, 0.1);
}

.choose-content p {
  font-size: 18px;
  line-height: 26px;
}

.faq-section {
  padding-bottom: 45px;
}

.faq-section .section-title {
  margin-bottom: 60px;
}

@media screen and (max-width: 575px) {
  section.promise-section h2 {
    margin: auto !important;
    margin-top: 20px !important;
  }

  section.promise-section a {
    margin: auto !important;
  }

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

  .all-client .icon-box {
    width: 35% !important;
  }

  .faq-section .section-title {
    margin-bottom: 30px;
  }
}

.faq-section.v2 {
  padding-bottom: 350px;
}

.accordion .card,
#faq .card {
  border: none;
  border-radius: 0;
}

.accordion .card .card-header,
#faq .card .card-header {
  padding: 0;
  border: none;
  border-top: 1px solid rgba(55, 69, 103, 0.2);
  background: transparent;
}

.accordion .card .card-header .btn-header-link,
#faq .card .card-header .btn-header-link {
  font-family: "Mulish", sans-serif;
  font-size: 20px;
  color: #0b1531;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  display: block;
  margin: 20px 0px;
  padding-right: 30px;
}

.accordion .card .card-header .btn-header-link::after,
#faq .card .card-header .btn-header-link::after {
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

@media screen and (max-width: 479px) {
  .accordion .card .card-header .btn-header-link,
  #faq .card .card-header .btn-header-link {
    font-size: 18px;
    padding-right: 32px;
    line-height: 27px;
  }
}

.accordion .card .card-body,
#faq .card .card-body {
  padding: 0;
  max-width: 740px;
}

.accordion .card .card-body p,
#faq .card .card-body p {
  line-height: 26px;
  margin-bottom: 20px;
}

.accordion.v2 .card {
  margin-bottom: 20px;
  padding-left: 16px;
  border-radius: 7px !important;
  -webkit-box-shadow: 0px 0px 25px #e9e9e9;
  box-shadow: 0px 0px 25px #e9e9e9;
}

.accordion.v2 .card .card-header {
  border: none !important;
}

.accordion.v2 .card .btn-header-link::after {
  color: #e94386;
  background: transparent !important;
}

.accordion.v3 .card {
  background: transparent;
}

.accordion.v3 .card .btn-header-link::after {
  color: #ff8e15;
  content: "\f068" !important;
}

.accordion.v3 .card .btn-header-link.collapsed::after {
  content: "\f067" !important;
}

#faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

.faq-content {
  background: #f5f9ff;
  padding: 10px 30px;
  margin-top: 50px;
  border-radius: 5px;
}

.faq-content p {
  font-size: 12px;
  font-weight: 500;
  line-height: 24px;
  color: #374567;
}

.accordion.v4 .card {
  background: #fff;
  border-radius: 10px !important;
  padding: 10px 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 40px rgba(166, 166, 166, 0.3);
  box-shadow: 0px 0px 40px rgba(166, 166, 166, 0.3);
}

.accordion.v4 .card .card-body {
  max-width: 100% !important;
}

.accordion.v4 .card .card-body .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 12px;
}

.accordion.v4 .card .card-body .content h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}

.accordion.v4 .card .card-body .content .bar {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 12px;
  margin-right: 40px;
  border: 1px dotted #374567;
}

.accordion.v4 .card .card-body .content .result h6 {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  text-align: right;
  color: #374567;
  position: relative;
  width: 60px;
}

.accordion.v4 .card .card-body .content .result h6 span {
  color: #e94386;
}

.accordion.v4 .card .card-body .content .result h6::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -23px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #e94386;
}

.accordion.v4 .card .card-body .content .result h6::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -26px;
  height: 14px;
  width: 14px;
  border: 1px solid #374567;
  border-radius: 50%;
}

.accordion.v4 .card .card-body .title .h6 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 16px;
}

header {
  box-shadow: 3px 3px 8px #80808014;
}

.accordion.v4 .card .card-header {
  border: none !important;
}

.accordion.v4 .card .card-header .btn-header-link {
  padding-left: 30px;
}

.accordion.v4 .card .card-header .btn-header-link::after {
  left: 0;
  right: auto;
}

.icon-box-wrap {
  margin: 0px 15px;
  max-width: 100%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}

@media screen and (max-width: 991px) {
  .icon-box-wrap {
    -ms-flex-preferred-size: 28%;
    flex-basis: 28%;
  }
}

@media screen and (max-width: 767px) {
  .icon-box-wrap {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}

@media screen and (max-width: 479px) {
  .icon-box-wrap {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
  }
}

.icon-box-wrap .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-box-wrap:nth-of-type(odd) .icon::after {
  content: url("../images/process/line.png");
  position: absolute;
  top: 50%;
  left: 85px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .icon-box-wrap:nth-of-type(odd) .icon::after {
    display: none;
  }
}

.icon-box-wrap:nth-of-type(even) .icon::after {
  content: url("../images/process/line-2.png");
  position: absolute;
  top: 15px;
  left: 85px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 991px) {
  .icon-box-wrap:nth-of-type(even) .icon::after {
    display: none;
  }
}

.icon-box-wrap .icon {
  height: 72px;
  width: 72px;
  border-radius: 50%;
  background: #f4f5f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px auto 16px;
  position: relative;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 479px) {
  .icon-box-wrap .icon {
    margin: 0px 0 16px !important;
  }
}

.icon-box-wrap .icon svg {
  width: 28px;
  height: auto;
  display: block;
  position: relative;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.icon-box-wrap:last-of-type .icon::after {
  display: none;
}

.icon-box-wrap h6 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
}

@media screen and (max-width: 479px) {
  .icon-box-wrap h6 {
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  .icon-box-wrap {
    margin-bottom: 30px;
  }
}

.icon-box-wrap:hover .icon {
  background: #0b1531;
}

.icon-box-wrap:hover .icon svg path {
  fill: #fff;
}

.prosess-wrapper.v2 .icon-box-wrap h6 {
  color: #fff;
}

.prosess-wrapper.v2 .icon-box-wrap .icon {
  background: #232c45;
}

@media screen and (max-width: 479px) {
  .prosess-wrapper.v2 .icon-box-wrap .icon {
    margin: 0px auto 16px !important;
  }
}

.prosess-wrapper.v2 .icon-box-wrap:hover .icon {
  background: #fff;
}

.prosess-wrapper.v2 .icon-box-wrap:hover .icon svg path {
  fill: #232c45;
}

.icon-box-wrap.v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.icon-box-wrap.v2 .icon {
  margin-right: 40px;
}

.icon-box-wrap.v2 .icon::after {
  display: none;
}

.icon-box-wrap.v2 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.icon-box-wrap.v2 .content .h5 {
  line-height: 32px;
  margin-bottom: 8px;
}

.icon-box-wrap.v2 .content .h5 a {
  color: #0b1531;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.icon-box-wrap.v2 .content .h5 a:hover {
  color: #e94386;
}

.icon-box-wrap.v2 .content p {
  line-height: 24px;
  letter-spacing: -0.02em;
}

@media screen and (max-width: 375px) {
  .icon-box-wrap.v2 {
    display: block;
  }
}

.port-image {
  margin-bottom: 60px;
}

.portfolio-content h2 {
  margin-bottom: 22px;
}

.portfolio-content p {
  line-height: 30px;
  color: #4e4e4e;
}

.address-box {
  background: #fff;
  padding: 40px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
}

.address-box .box-content {
  margin-bottom: 40px;
}

.address-box .box-content h6 {
  line-height: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .address-box {
    margin-top: 30px;
  }
}

.social-post {
  border-top: 1px solid rgba(109, 109, 109, 0.1);
}

.social-post ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 10px;
}

.social-post ul li {
  margin-right: 20px;
  display: inline-block;
}

.portfolio-image-box {
  background: url("../images/portfolio-detail/bg.png");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-position: inherit;
  background-size: contain;
}

.working-list {
  margin-top: 70px;
}

.working-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 22px;
}

.working-list ul li i {
  color: #e94386;
}

.working-list ul li p {
  letter-spacing: -0.01em;
  margin-left: 14px;
}

.content-meta {
  margin-top: 30px;
}

.content-meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-meta ul li a {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #4e4e4e;
  background: rgba(55, 69, 103, 0.1);
  display: inline-block;
  padding: 6px 12px;
  margin-right: 10px;
}

.portfolio-box {
  margin-bottom: 30px;
}

.portfolio-image {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.portfolio-image:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.portfolio-image:hover .portfolio-overlay .content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border-radius: 8px;
}

.portfolio-overlay .content {
  background: transparent !important;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  padding: 0 !important;
}

.blog-post-item {
  background: #f6f6f6;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 10px rgba(154, 154, 154, 0.2);
  box-shadow: 0px 5px 10px rgba(154, 154, 154, 0.2);
}

.blog-post-item .image img {
  border-radius: 10px;
}

.blog-post-item .content {
  background: #f6f6f6;
  padding: 20px 25px 35px;
}

.blog-post-item .content h5 a {
  color: #25373f;
  font-style: normal;
  display: block;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 30px;
  margin-bottom: 15px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.blog-post-item .content h5 a:hover {
  color: #e94386;
}

.blog-post-item .content p {
  color: rgba(38, 39, 41, 0.8);
}

.blog-post-item.v2 {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-post-item.v2 .content {
  background: transparent;
  padding: 0;
}

.unlock-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-25.69%, rgba(255, 255, 255, 0.02)),
    color-stop(94.16%, #ffffffeb)
  );
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02) -25.69%,
    #ffffffeb 94.16%
  );
}

.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.meta ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.meta ul li a {
  font-size: 15px;
  font-family: "Open Sans";
  font-weight: 500;
  line-height: 14px;
  margin-right: 46px;
  color: rgba(55, 69, 103, 0.75);
  position: relative;
}

.meta ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  background: #ff5722;
  border-radius: 50%;
}

@media screen and (max-width: 575px) {
  .meta ul li a::after {
    right: -10px;
  }
}

@media screen and (max-width: 575px) {
  .meta ul li a {
    margin-right: 20px;
  }
}

.meta ul li a i {
  margin-right: 10px;
  color: #e94386;
}

.meta ul li:last-child a {
  margin-right: 0;
}

.meta ul li:last-child a::after {
  display: none;
}

@media screen and (max-width: 479px) {
  .meta ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.meta .meta-btn a {
  background: #e94386;
  color: #fff;
  height: 30px;
  width: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e94386;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.meta .meta-btn a:hover {
  background: transparent;
  color: #0b1531;
}

.post-title {
  margin-top: 30px;
}

.post-title h5 {
  margin-bottom: 0px;
}

.comment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 50px 0px;
  padding-bottom: 50px;
  border-bottom: 1px dashed rgba(196, 196, 196, 0.74);
}

.comment-content:last-of-type {
  border: none;
}

.comment-content .avatar img {
  width: 64px;
  height: 64px;
  display: block;
  border: 2px solid #e94386;
  border-radius: 50%;
  margin-right: 24px;
}

@media screen and (max-width: 479px) {
  .comment-content .avatar {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .comment-content .avatar.ml-80 {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 479px) {
  .comment-content {
    display: block;
  }
}

.comment-discrip {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  max-width: 1000px;
}

.comment-discrip .comment-name h5 a {
  font-size: 21px;
  color: #25373f;
  margin-bottom: 10px;
  display: block;
}

.comment-discrip .comment-name span {
  font-size: 14px;
  line-height: 18px;
  color: #374567;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.comment-discrip .comment-name span img {
  width: auto;
  height: auto;
  display: inline-block;
  margin-right: 10px;
}

.comment-discrip .comment-replay {
  position: absolute;
  top: 3px;
  right: 0;
}

.comment-discrip .comment-replay .xi-btn svg {
  margin-right: 10px;
}

.comment-discrip .comment-replay .xi-btn svg path {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.comment-discrip .comment-replay .xi-btn:hover svg path {
  fill: #0b1531;
}

.comment-para p {
  line-height: 22px;
  margin-top: 37px;
}

.owner {
  background: #e94386;
  border-radius: 8px;
  padding: 32px;
  margin-bottom: 60px;
}

.owner .avatar {
  margin-right: 24px;
}

.owner .avatar img {
  border-radius: 8px;
}

@media screen and (max-width: 479px) {
  .owner .avatar img {
    width: auto;
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .owner .avatar {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.owner .owner-discription {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.owner .owner-discription h6 a {
  color: #fff;
  display: block;
  margin-bottom: 8px;
}

.owner .owner-discription p {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  max-width: 495px;
}

@media screen and (max-width: 479px) {
  .owner .owner-discription {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .owner {
    display: block !important;
  }
}

.page-side-bar {
  overflow: hidden;
  padding: 0px 10px;
}

.page-side-bar hr {
  border: 1px solid #e94386;
  margin: 40px 0px;
}

@media screen and (max-width: 479px) {
  .page-side-bar {
    max-width: 100%;
  }
}

.search-bar form {
  font-family: "Mulish", sans-serif;
  color: transparent;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  position: relative;
  top: 0;
}

.search-bar form .search {
  position: relative;
  color: #25373f;
  padding: 20px 55px 20px 16px;
  border: none;
  width: 100%;
  background: #f6f6f6;
  border-radius: 4px;
}

.search-bar form .search:focus {
  outline: none;
}

.search-bar form button {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 700;
  height: 38px;
  width: 38px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  background: #e94386;
}

.post-item {
  margin-bottom: 50px;
}

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

.post-item .post-title h6 {
  font-size: 20px;
  color: #e94386;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  position: relative;
}

.post-item .post-title h6::after {
  content: "";
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 1px;
  max-width: 100%;
  width: 70%;
  margin-left: 20px;
  background: rgba(37, 55, 63, 0.2);
}

.post-item .post-title p {
  margin-top: 12px;
}

.post-item .category-item ul li {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  color: #e94386;
}

.post-item .category-item ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #0b1531;
  display: inline-block;
  margin-left: 16px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.post-item .category-item ul li a:hover {
  color: #e94386;
}

.post-item .category-item ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 4px;
  width: 4px;
  background: #e94386;
  border-radius: 50%;
}

.post-content {
  background: #fff;
  padding: 7px 25px 7px 7px;
  -webkit-box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  margin-bottom: 20px;
}

.post-content img {
  width: 60px;
  height: 60px;
  display: block;
  border-radius: 3px;
  margin-right: 10px;
}

.post-content .post-discription h5 a {
  color: #0b1531;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 6px;
  display: inline-block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.post-content .post-discription h5 a:hover {
  color: #e94386;
}

.post-content .post-discription .date a {
  color: rgba(37, 55, 63, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.post-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-tag ul li a {
  font-family: "Open Sans";
  font-size: 14px;
  color: #25373f;
  font-weight: 400;
  line-height: 14px;
  display: inline-block;
  padding: 8px 10px;
  background: #f6f6f6;
  border-radius: 2px;
  margin-right: 8px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.post-tag ul li a:hover {
  background-color: #e94386;
  color: #fff;
}

.blog-feature-image {
  margin-bottom: 30px;
}

.blog-feature-image img {
  border-radius: 10px;
}

.blockquote {
  margin-top: 45px;
}

.blockquote .image {
  height: 48px;
  width: 48px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blockquote .image img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.blockquote h5 {
  margin: 16px 0px;
  line-height: 33px;
}

.blockquote span {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: #e94386;
  text-transform: uppercase;
}

.blockquote.v2 {
  background: #f6f6f6;
  padding: 30px;
}

.blockquote.v2 .image {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.social-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}

.social-share .social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-share .social-icon ul li a {
  font-size: 16px;
  color: #dddddd;
  display: inline-block;
  margin-right: 20px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.social-share .social-icon ul li a:hover {
  color: #e94386;
}

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

@media screen and (max-width: 479px) {
  .social-share .social-icon {
    margin-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .social-share {
    display: block;
  }
}

.change-btn {
  margin-top: 70px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(37, 55, 63, 0.1);
}

.change-btn .post-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  max-width: 270px;
}

.change-btn .post-content a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.change-btn .post-content .thumb h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: justify;
  color: #e94386;
  display: block;
  margin-bottom: 10px;
}

.change-btn .post-content .post-discription {
  padding-top: 20px;
  margin-right: 14px;
}

.change-btn .post-content .post-discription h5 {
  font-size: 16px;
  line-break: 22px;
  margin-bottom: 10px;
}

.change-btn .post-content .post-discription .date {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  color: rgba(37, 55, 63, 0.7);
}

@media screen and (max-width: 375px) {
  .change-btn .post-content .post-discription {
    display: none;
  }
}

.related-item {
  padding-top: 40px;
}

.avatar-profile {
  background: #e94386;
  text-align: center;
  padding: 25px 18px;
  -webkit-box-shadow: 4px 4px 20px rgba(26, 40, 63, 0.08);
  box-shadow: 4px 4px 20px rgba(26, 40, 63, 0.08);
  border-radius: 10px;
  margin-bottom: 50px;
}

.avatar-profile .image img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
}

.avatar-profile h4 a {
  font-family: "Open Sans";
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  display: inline-block;
  margin-top: 20px;
}

.avatar-profile p {
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 300;
  line-height: 16px;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
}

.avatar-profile .social-icon {
  margin-top: 20px;
}

.avatar-profile .social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.avatar-profile .social-icon ul li a {
  color: #fff;
  font-size: 18px;
  margin: 0px 8px;
}

@media screen and (max-width: 991px) {
  .avatar-profile {
    margin-top: 30px;
  }
}

.contact-section {
  background: url("../images/contact/banner-bg1.png");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-position: top left;
  background-size: auto;
  z-index: auto;
  padding: 10px 0 50px;
}

.contact-section.v2 {
  background: url("../images/contact/banner-bg.png");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-position: top left;
  background-size: auto;
  z-index: auto;
}

.form .form-control {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #374567;
  line-height: 16px;
  background: #f6f6f6;
  border: none;
  outline: none;
  height: 44px;
  padding: 14px;
  margin-bottom: 10px;
}

.form .form-area {
  height: 138px;
}

.form textarea {
  resize: none;
}

.form .xi-btn {
  background: #e94386;
  border: 1px solid #e94386;
  border-radius: 4px;
  color: #fff;
  margin-top: 40px;
}

.form .xi-btn:hover {
  background: transparent;
  color: #0b1531;
}

.form.v2 {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  box-shadow: 0px 20px 40px rgb(177 177 177 / 40%);
  border-radius: 10px;
  padding: 30px;
}

.form.v2 .form-control {
  background: #f4f4f4;
  height: 45px;
  border-radius: 6px;
  margin-bottom: 15px;
}

.form.v2 .form-area {
  height: 150px;
  padding: 22px;
}

.form.v2 .xi-btn {
  margin-top: 10px;
  display: inline-block;
}

.form.v2 h4 {
  text-align: center;
}

.form.v2 h4 span {
  color: #e94386;
}

@media screen and (max-width: 575px) {
  .form.v2 {
    padding: 40px 20px;
  }
}

.form.v3 {
  position: relative;
  margin-top: -215px;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 20px rgba(213, 214, 218, 0.4);
  box-shadow: 0px 0px 20px rgba(213, 214, 218, 0.4);
}

.form.v3 .form-control {
  border: 1px solid rgba(55, 69, 103, 0.13);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  background: transparent;
}

.form.v3 label {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  display: block;
  color: #374567;
  margin-bottom: 12px;
}

.form.v3 .nice-select {
  width: 100%;
  height: 60px;
  padding: 14px;
  border: 1px solid rgba(55, 69, 103, 0.13);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  line-height: 30px;
  outline: none;
  color: #374567;
  font-weight: 500;
  margin-bottom: 30px;
}

.form.v3 .nice-select::after {
  height: 8px;
  width: 8px;
  right: 10px;
}

.form.v3 .nice-select.open .list {
  width: 100%;
}

.form.v3 input[type="file"] {
  width: 100%;
  height: 60px;
  background: rgba(0, 103, 255, 0.2);
  border: 1px dashed #374567;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 14px;
  margin-bottom: 30px;
}

.form .xi-btn {
  padding: 14px 31px;
  width: auto;
  height: auto;
}

.form.v4 {
  border-radius: 20px;
}

.contact-box-wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  border-radius: 10px;
  padding-bottom: 15px;
}

.contact-box-wrapper .span {
  height: 5px;
  width: 100%;
  background: #e94386;
  border-radius: 10px 10px 0px 0px;
}

.contact-section .form-border:before {
  content: "";
  position: absolute;
  height: 5px;
  width: calc(100% - 30px);
  background: #e94386;
  border-radius: 10px 10px 0px 0px;
  left: 14px;
  top: 0;
}

@media screen and (max-width: 991px) {
  .contact-box-wrapper {
    margin-top: 30px;
  }
}

.contact-wrap {
  padding: 15px 20px;
}

.icon-box-wrap.v3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0px;
  margin: 0;
  border-bottom: 1px solid rgba(55, 69, 103, 0.2);
}

.icon-box-wrap.v3 .icon {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(213, 214, 218, 0.3);
  box-shadow: 0px 0px 20px rgba(213, 214, 218, 0.3);
}

.icon-box-wrap.v3 .icon::after {
  display: none;
}

.icon-box-wrap.v3 .content {
  margin-left: 21px;
}

.icon-box-wrap.v3 .content h6 {
  text-align: left;
}

.icon-box-wrap.v3 .content p {
  color: rgba(55, 69, 103, 0.7);
  margin: 0px;
}

.icon-box-wrap.v3 .content p a {
  color: rgba(55, 69, 103, 0.7);
  word-break: break-all;
}

.icon-box-wrap.v3 .content p a:hover {
  color: #e94386;
}

.icon-box-wrap.v3:hover .icon {
  background: #0b1531;
}

.contact-box-wrapper.v2 {
  padding: 30px;
}

.contact-box-wrapper.v2 .icon-box-wrap.v3 {
  border: none;
}

.location-section #map {
  width: 100%;
  height: 460px;
}

.location-section #map iframe {
  width: 100%;
  height: 460px;
}

.social-post.v2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0;
  border: none;
  margin-top: 40px;
}

.social-post.v2 ul {
  padding: 0;
}

.mid-bar {
  background: rgba(55, 69, 103, 0.2);
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 25px;
}

.quote-title {
  margin-bottom: 40px;
}

.quote-title h2 {
  color: #374567;
  display: block;
  margin-bottom: 20px;
}

.quote-title p {
  color: rgba(55, 69, 103, 0.7);
  max-width: 670px;
}

.product-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.product-bar .search-bar {
  width: 285px;
  max-width: 100%;
}

@media screen and (max-width: 575px) {
  .product-bar .search-bar {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .product-bar {
    display: block;
  }
}

.product-select select {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: rgba(37, 55, 63, 0.8);
  background: #f6f6f6;
  border-radius: 4px;
  padding: 16px;
  display: block;
  border: none;
  outline: none;
  width: 255px;
}

@media screen and (max-width: 575px) {
  .product-select select {
    width: 100%;
  }
}

.product-select .nice-select {
  width: 255px;
}

.product-select .nice-select .list {
  width: 100%;
}

@media screen and (max-width: 575px) {
  .product-select .nice-select {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .product-select {
    margin-top: 20px;
  }
}

.prod-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.prod-content .image {
  height: 65px;
  width: 65px;
  border-radius: 6px;
  background: #f6f6f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prod-content .image img {
  width: auto;
  height: auto;
  display: block;
}

.prod-content .prod-discription {
  font-family: "Open Sans";
  font-weight: 600;
  margin-left: 20px;
}

.prod-content .prod-discription p a {
  font-family: "Open Sans";
  color: #000000;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap;
}

.prod-content .prod-discription p a:hover {
  color: #e94386;
}

.prod-content .prod-discription .price small,
.prod-content .prod-discription .product-wrapper .content .price .rating small,
.product-wrapper .content .price .prod-content .prod-discription .rating small,
.product-wrapper
  .content
  .price
  .rating
  .prod-content
  .prod-discription
  ul
  small {
  font-size: 12px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(55, 69, 103, 0.5);
  margin-right: 16px;
}

.prod-content .prod-discription .price span,
.prod-content .prod-discription .product-wrapper .content .price .rating span,
.product-wrapper .content .price .prod-content .prod-discription .rating span,
.product-wrapper
  .content
  .price
  .rating
  .prod-content
  .prod-discription
  ul
  span {
  font-size: 16px;
  line-height: 24px;
  color: #e94386;
}

#price-slider.ui-slider {
  border: 1px solid #e4e4e4;
  border-radius: 30px;
  background: #fff;
}

#price-slider.ui-slider .ui-slider-range {
  background: #e94386;
}

#price-slider.ui-slider .ui-slider-handle {
  border: 2px solid #e94386;
  background: #fff;
  border-radius: 50%;
  font-weight: normal;
  color: #454545;
  outline: none;
  cursor: pointer;
}

.product-wrapper {
  margin-bottom: 30px;
}

.product-wrapper .image {
  background: #f6f6f6;
  padding: 25px 10px;
  border-radius: 10px 10px 0px 0px;
  height: 230px;
  overflow: hidden;
  position: relative;
}

.product-wrapper .image img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.product-wrapper .image .ribbon {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  width: 44px;
  height: 44px;
  color: #fff;
  background: #e94386;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 99;
}

.product-wrapper:hover .product-overlay {
  opacity: 1;
  visibility: visible;
}

.product-wrapper:hover .product-overlay .content {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.product-wrapper .content {
  background: #fff;
  -webkit-box-shadow: 4px 4px 16px rgba(3, 46, 66, 0.06);
  box-shadow: 4px 4px 16px rgba(3, 46, 66, 0.06);
  border-radius: 0px 0px 10px 10px;
  padding: 20px 20px 45px;
}

.product-wrapper .content h5 a {
  font-family: "Mulish", sans-serif;
  color: #25373f;
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  display: inline-block;
  margin-bottom: 15px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.product-wrapper .content h5 a:hover {
  color: #e94386;
}

.product-wrapper .content span {
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  color: #e94386;
}

.product-wrapper .content .price,
.product-wrapper .content .price .rating,
.product-wrapper .content .price .rating ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-wrapper .content .price .rating ul li {
  margin-right: 3px;
}

.product-wrapper .content .price .rating .span {
  font-family: "Open Sans";
  color: #676767;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  display: inline-block;
  margin-left: 5px;
}

.product-wrapper:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.product-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border-radius: 8px;
}

.product-overlay .content {
  background: transparent !important;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  padding: 0 !important;
}

.product-overlay .content .xi-btn {
  height: 50px;
  width: 50px;
}

.product-overlay .content .xi-btn:hover {
  color: #fff !important;
}

.product-overlay .content .xi-btn:hover::before {
  background: #e94386;
}

.product-overlay .content .xi-btn i {
  margin-right: 0;
}

.product-overlay .content .xi-btn-primary::before {
  background: #e94386;
}

.prod-item {
  background: #fff;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 4px 8px rgba(14, 30, 53, 0.16);
  box-shadow: 0px 4px 8px rgba(14, 30, 53, 0.16);
  border-radius: 8px;
  position: relative;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  margin-bottom: 30px;
}

.prod-item .image {
  background: #fff;
  border-radius: 5px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
  top: 0;
}

.prod-item .image img {
  width: 150px;
  height: auto;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.prod-item .content {
  padding: 16px 25px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.prod-item .content h5 a {
  color: #0b1531;
  font-family: "Baloo 2", cursive;
  font-size: 22px;
  display: inline-block;
  margin: 10px 0px;
  text-transform: capitalize;
}

.prod-item .content .pricing {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #ff8e15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prod-item .content .pricing del {
  color: #374567;
  margin: 0px 16px;
}

.prod-item .item-btn a {
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
  color: #ff8e15;
  display: inline-block;
  text-transform: capitalize;
  border-bottom: 1px solid #ff8e15;
  margin-top: 20px;
}

.prod-item .overlay {
  background: #ff8e15;
  -webkit-box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
  box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.prod-item .overlay .cart-btn a {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  padding: 27px 16px;
  margin: 0px 25px;
}

@media screen and (max-width: 991px) {
  .prod-item .overlay .cart-btn a {
    padding: 27px 10px;
    margin: 0 10px;
  }
}

.prod-item .overlay .cart-btn a::before,
.prod-item .overlay .cart-btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 27px;
  width: 1px;
  background: #fff;
}

.prod-item .overlay .cart-btn a::before {
  left: 0;
  right: auto;
}

.prod-item .overlay .cart-btn a img {
  width: auto;
  height: auto;
  display: block;
  margin-right: 11px;
}

.prod-item .overlay .icon a {
  color: #fff;
  font-size: 14px;
}

.prod-item:hover {
  -webkit-box-shadow: 0px 18px 30px rgba(14, 30, 53, 0.1);
  box-shadow: 0px 18px 30px rgba(14, 30, 53, 0.1);
}

.prod-item:hover .content {
  opacity: 0;
  visibility: hidden;
}

.prod-item:hover .overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.prod-item:hover .image {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 40px;
}

.prod-item:hover .image img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.rating ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rating ul li a {
  font-size: 15px;
  color: #c4c4c4;
  display: inline-block;
  margin: 0px 1.5px;
}

.rating ul li:nth-of-type(1) a {
  color: #ffc90f;
}

.rating ul li:nth-of-type(2) a {
  color: #ffc90f;
}

.rating ul li:nth-of-type(3) a {
  color: #ffc90f;
}

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 35px;
}

.pagination li a {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #374567;
  height: 45px;
  width: 45px;
  border: 1px solid #e9e9e9;
  border-radius: 5px;
  margin: 0px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.pagination li a:hover,
.pagination li a.active {
  border-color: #e94386;
  color: #fff;
  background: #e94386;
}

.product-preview {
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  padding: 30px;
  border-radius: 8px;
}

.preview-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #e9e9e9;
  padding-top: 20px;
}

.preview-thumb a {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  margin: 0px 3px;
  width: 100px;
  height: auto;
  border: 1px solid transparent;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.preview-thumb a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.preview-thumb a:hover,
.preview-thumb a.active {
  border: 1px solid #e94386;
}

@media screen and (max-width: 991px) {
  .preview-thumb a {
    padding: 7px;
  }
}

.preview-caro {
  background: #f6f6f6;
}

.preview-caro img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  max-width: 245px;
}

.product-info {
  background: #f6f6f6;
  padding: 30px;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .product-info {
    margin-top: 30px;
  }
}

.product-info h4 {
  font-size: 32px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .product-info h4 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 479px) {
  .product-info h4 {
    font-size: 24px;
  }
}

.product-info .details-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 5px;
}

.product-info .details-meta p {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
}

.product-info .details-meta p:last-of-type {
  margin-left: 10px;
}

.product-info .details-price {
  font-family: "Open Sans";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  color: #e94386;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 15px;
}

.product-info .details-price del {
  color: #374567;
  opacity: 0.5;
}

.product-info .details-price span {
  margin-left: 20px;
  color: #f14105;
}

.product-info .detail-rating {
  padding: 5px 0px 10px;
}

.product-info .detail-rating i {
  color: #ffab10;
  font-size: 13px;
}

.product-info .detail-rating i:last-of-type {
  color: #374567;
  opacity: 0.5;
}

.product-info .detail-rating a {
  font-family: "Mulish", sans-serif;
  color: #374567;
  font-size: 15px;
  font-weight: 500;
  margin-left: 5px;
  display: inline-block;
  opacity: 0.8;
}

.product-info .widget-title {
  color: #0b1531;
  font-weight: 600;
  margin-right: 12px;
}

.color-palate {
  margin-top: 15px;
}

@media screen and (max-width: 479px) {
  .color-palate {
    display: block;
  }
}

.color-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.color-filters ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.color-filters ul li {
  margin-right: 10px;
}

.color-filters ul li a {
  border-radius: inherit;
  display: block;
  width: 16px;
  height: 16px;
  padding: 3px;
  border-radius: 50%;
  position: relative;
}

.color-filters ul li.selected a::before {
  content: "";
  position: absolute;
  height: 23px;
  width: 23px;
  border: 1px solid #989898;
  border-radius: 50%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.color-filters ul li:last-child a {
  margin-right: 0;
}

.size-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.size-filters ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.size-filters ul li a {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #0b1531;
  line-height: 14px;
  height: 36px;
  width: 36px;
  border: 1px solid rgba(55, 69, 103, 0.5);
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.size-filters ul li a.active,
.size-filters ul li a:hover {
  background: #0b1531;
  color: #fff;
}

@media screen and (max-width: 479px) {
  .size-filters ul li a {
    height: 30px;
    width: 30px;
    margin-right: 6px;
  }
}

.size-filters ul li:last-child a {
  margin-right: 0;
}

.quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}

.quantity-wrapper .xi-btn {
  margin-left: 35px;
  background: #e94386;
  color: #fff;
  border-color: #e94386;
  border-radius: 6px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quantity-wrapper .xi-btn:hover {
  background: transparent;
  color: #0b1531;
}

@media screen and (max-width: 991px) {
  .quantity-wrapper .xi-btn {
    margin-left: 16px;
  }
}

@media screen and (max-width: 575px) {
  .quantity-wrapper .xi-btn {
    height: 35px;
    width: 135px;
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .quantity-wrapper {
    margin-top: 15px;
    margin-bottom: 5px;
  }
}

.quantity {
  display: inline-block;
  border-radius: 5px;
  background: #e94386;
  padding: 5px;
}

.quantity > input[type="number"] {
  color: #fff;
  border: none;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  background: transparent;
  margin: 0;
  text-align: center;
  width: 40px;
  height: 38px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border-right: 1px solid #ffffff63;
  border-left: 1px solid #ffffff63;
}

@media screen and (max-width: 575px) {
  .quantity > input[type="number"] {
    height: 25px;
  }
}

.quantity button {
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  height: 38px;
  width: 20px;
  background: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  outline: none;
  border-radius: 0%;
}

@media screen and (max-width: 575px) {
  .quantity button {
    height: 25px;
  }
}

.quantity .decressQnt {
  border-radius: 50px;
}

.quantity .incressQnt {
  border-radius: 50px;
}

.tag-list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}

.tag-list-group .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.tag-list-group .tag-list li a {
  font-size: 14px;
  line-height: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
  margin-right: 8px;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  color: #374567;
  background: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border: 1px solid #e9438659;
  transition: 0.3s linear;
}

.tag-list-group .tag-list li a:hover {
  background: #e94386;
  border-color: #e94386;
  color: #fff;
}

@media screen and (max-width: 479px) {
  .tag-list-group .tag-list li a {
    padding: 5px 8px;
  }
}

.tag-list-group .tag-list li:last-of-type a {
  margin-right: 0;
}

.wishlist-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

@media screen and (max-width: 479px) {
  .wishlist-btn {
    display: block;
  }
}

.wishlist-btn a {
  font-family: "Mulish", sans-serif;
  font-size: 13px;
  font-weight: 600;
  background: #fff;
  line-height: 16px;
  color: #374567;
  display: inline-block;
  text-transform: uppercase;
  padding: 14px 18px;
  border-radius: 5px;
  text-align: center;
  width: calc(50% - 15px);
}

.wishlist-btn a i {
  font-size: 15px;
  margin-right: 12px;
}

.wishlist-btn a:hover {
  color: #e94386;
}

@media screen and (max-width: 479px) {
  .wishlist-btn a {
    width: 100%;
    margin-bottom: 10px;
  }
}

.tab-review {
  margin-top: 80px;
  border: 1px solid #ededed;
  border-radius: 8px;
  padding: 30px;
}

.tab-review .nav-pills .nav-item .nav-link {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  text-transform: capitalize;
  margin-right: 30px;
  color: #0b1531;
  padding: 10px;
  text-align: center;
  width: 250px;
  background: #e943866e;
}

.tab-review .nav-pills .nav-item .nav-link.active {
  background: #e94386;
  color: #fff;
}

@media screen and (max-width: 479px) {
  .tab-review .nav-pills .nav-item {
    margin-bottom: 15px;
  }
  .tab-review .nav-pills .nav-item:last-of-type {
    margin-bottom: 0;
  }
}

.tab-review .nav-pills .nav-item:last-child .nav-link {
  margin-right: 0;
}

.information {
  margin-top: 20px;
}

.information .inform-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.information .inform-title h6 {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  margin-right: 60px;
}

.information .inform-title h6 span {
  color: #bababb;
}

.information .inform-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 30px;
}

.information .inform-item h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #25373f;
  width: 100px;
  max-width: 100%;
}

.information .inform-item p {
  color: #374567;
  opacity: 0.7;
  margin-bottom: 0;
}

.error-image img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .error-image img {
    width: 100%;
  }
}

.apply-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dashed rgba(55, 69, 103, 0.3);
  padding: 30px 0px;
}

.apply-content:last-of-type {
  border: none;
}

@media screen and (max-width: 375px) {
  .apply-content {
    display: block;
  }
}

.apply-content .post {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .apply-content .post .h5 {
    line-height: 30px;
  }
}

@media screen and (max-width: 575px) {
  .apply-content .post .h5 {
    font-size: 20px;
  }
}

.apply-content .meta {
  margin-top: 10px;
}

.apply-content .meta ul li {
  margin-right: 8px;
}

.apply-content .meta ul li:last-of-type {
  margin-right: 0;
}

.apply-content .apply-btn span {
  font-family: "Mulish", sans-serif;
  display: block;
  font-size: 28px;
  color: #e94386;
  font-weight: 600;
  margin-bottom: 7px;
}

.apply-content .apply-btn span sup {
  font-size: 16px;
  color: #0b1531;
  padding-right: 5px;
  top: -13px;
  font-weight: 500;
}

.apply-content .apply-btn span sub {
  bottom: -0.05em;
  font-size: 14px;
  color: #374567;
  font-weight: 500;
  padding-left: 5px;
}

.gallery-item .image {
  position: relative;
}

.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #e94386;
  display: -ms-grid;
  display: grid;
  padding: 15px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.gallery-item .overlay .social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery-item .overlay .social-icon ul li a {
  color: #fff;
  height: 24px;
  width: 24px;
  font-size: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  margin-right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.gallery-item .overlay .social-icon ul li a:hover {
  color: #e94386;
  background: #fff;
}

.gallery-item .overlay .social-icon ul li:last-child a {
  margin-right: 0;
}

.gallery-item .overlay .content {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.gallery-item .overlay .content .span {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: uppercase;
  margin-bottom: 8px;
}

.gallery-item .overlay .content p {
  line-height: 16px;
}

.gallery-item .overlay .content p a {
  color: #fff;
}

.gallery-item:hover .overlay {
  opacity: 1;
  visibility: visible;
}

.shear-icon {
  margin-top: 20px;
  padding-bottom: 20px;
}

.shear-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shear-icon ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.shear-icon ul li a {
  font-family: "Mulish", sans-serif;
  color: #0b1531;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.02em;
  border: 1px solid rgba(55, 69, 103, 0.2);
  border-radius: 8px;
  display: inline-block;
  padding: 13px 15px;
  margin-right: 16px;
  white-space: nowrap;
}

.shear-icon ul li a i {
  margin-right: 4px;
}

@media screen and (max-width: 479px) {
  .shear-icon ul li a {
    margin-right: 8px;
  }
}

.shear-icon ul li:nth-of-type(1) a i {
  color: #1976d2;
}

.shear-icon ul li:nth-of-type(2) a i {
  color: #00c3ff;
}

.shear-icon ul li:nth-of-type(3) a {
  margin-right: 0;
}

.single-wrapper {
  margin-top: 40px;
}

.single-wrapper h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  display: inline-block;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.single-list-item {
  margin-top: 40px;
}

.single-list-item h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
  display: inline-block;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.single-list-item ul li {
  list-style-type: disc !important;
  padding-left: 20px;
  margin-left: 15px;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #374567;
  list-style-type: none !important;
  position: relative;
}

.single-list-item ul li::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  height: 5px;
  width: 5px;
  background: #e94386;
  border-radius: 50%;
}

.single-bottom-content {
  max-width: 565px;
  margin-top: 20px;
}

.single-bottom-content p {
  line-height: 32px;
}

.single-bottom-content p a {
  color: #e94386;
  display: inline-block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.single-bottom-content p a:hover {
  color: #ff8e15;
}

.carrer-single-btn {
  margin-top: 60px;
}

.carrer-single-btn .xi-btn {
  padding: 17px 40px;
  display: inline-block;
  width: auto;
  height: auto;
}

@media screen and (max-width: 479px) {
  .carrer-single-btn {
    text-align: center;
  }
}

.job-card {
  border: 1px solid rgba(55, 69, 103, 0.2);
  border-radius: 20px;
  padding: 40px 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}

.job-card .logo img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.job-card .site-link {
  text-align: center;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
}

.job-card hr {
  margin: 47px 0px 27px;
  display: block;
}

@media screen and (max-width: 991px) {
  .job-card {
    margin-top: 30px;
  }
}

.job-discription {
  margin-bottom: 14px;
}

.job-discription .span {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #374567;
}

.job-discription p {
  font-weight: 500;
  line-height: 24px;
}

.gallery-item {
  margin-bottom: 30px;
}

.privicy-wrapper {
  max-width: 1110px;
}

.privicy-wrapper .single-wrapper {
  margin-top: 30px;
}

.privicy-wrapper .single-wrapper h5 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
}

.privicy-wrapper .single-list-item {
  margin-top: 30px;
}

.privicy-wrapper .single-list-item h5 {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
}

.privicy-wrapper .single-list-item p {
  margin-bottom: 20px;
}

.privicy-wrapper .single-list-item.v2 ul li {
  list-style-type: none !important;
  margin-left: 0;
}

.partner-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 25px 0px;
}

.partner-icon img {
  width: auto !important;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 479px) {
  .partner-icon img {
    margin: 10px auto;
  }
}

@media screen and (max-width: 479px) {
  .partner-icon {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.partner-slide.v2 .partner-icon {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  margin: 20px 0px;
}

.partner-slide.v2 .partner-icon img {
  width: 100% !important;
}

.partner-slide.v2 .partner-icon:hover {
  -webkit-box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.05);
}

.partner-wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 30px 20px;
  position: relative;
  margin-top: -120px;
  z-index: 99;
}

.about-image .images {
  position: relative;
}

.about-image .images img {
  border-radius: 30px;
}

.about-image .content {
  background: #fff;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 50px 40px 20px;
  position: relative;
  margin-top: -100px;
  left: -140px;
}

@media screen and (max-width: 991px) {
  .about-image .content {
    padding-top: 30px;
  }
}

.about-image .content .quote {
  font-size: 50px;
  color: #e94386;
  display: inline-block;
  position: absolute;
  top: 10px;
  opacity: 0.2;
}

@media screen and (max-width: 991px) {
  .about-image .content .quote {
    font-size: 40px;
  }
}

.about-image .content .h5 {
  position: relative;
  z-index: 1;
  font-size: 28px;
  line-height: 37px;
}

@media screen and (max-width: 991px) {
  .about-image .content .h5 {
    font-size: 20px;
    line-height: 25px;
  }
}

@media screen and (max-width: 991px) {
  .about-image .content {
    left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .about-image .content {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .about-image {
    margin-bottom: 30px;
  }
}

.shape {
  position: absolute;
  right: 0;
  bottom: 0;
}

.shape2 {
  position: absolute;
  right: 0;
  top: 0;
}

.about-content h4 {
  margin-bottom: 22px;
}

.about-content p {
  margin-bottom: 55px;
}

.about-content.v2 p {
  margin-bottom: 40px;
}

.about-content.v2 h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 2px;
  color: #e94386;
  margin-bottom: 8px;
}

.about-content.v3 h4 {
  color: #fff;
}

.about-content.v3 p {
  color: rgba(255, 255, 255, 0.6);
}

.about-block .icon img {
  width: auto;
  height: auto;
  display: block;
}

.about-block .content h5 a {
  font-size: 22px;
  color: #0b1531;
  font-family: "Oswald", sans-serif;
  margin: 25px 0px 16px;
  display: block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.about-block .content h5 a:hover {
  color: #ff5a3c;
}

@media screen and (max-width: 767px) {
  .about-block {
    margin-bottom: 30px;
  }
}

.social-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.social-content .social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 40px;
}

.social-content .social-item:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .social-content .social-item {
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .social-content .social-item {
    margin-right: 20px;
  }
}

@media screen and (max-width: 400px) {
  .social-content .social-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.social-content .social-item .icon {
  background: #fff;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0px 0px 30px 10px rgba(26, 40, 63, 0.05);
  box-shadow: 0px 0px 30px 10px rgba(26, 40, 63, 0.05);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-content .social-item .icon i {
  font-size: 20px;
  color: #e94386;
}

.social-content .social-item h6 a {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-left: 10px;
  display: inline-block;
  text-transform: capitalize;
}

@media screen and (max-width: 400px) {
  .social-content .social-item h6 a {
    margin-left: 0;
    margin-top: 10px;
  }
}

.social-content .social-item:nth-of-type(1) h6 a {
  color: #3a67fa;
}

.social-content .social-item:nth-of-type(2) h6 a {
  color: #dd3e7b;
}

.social-content .social-item:nth-of-type(3) h6 a {
  color: #03a9f4;
}

.social-content .social-item:nth-of-type(1) .icon i {
  color: #3a67fa;
}

.social-content .social-item:nth-of-type(2) .icon i {
  color: #dd3e7b;
}

.social-content .social-item:nth-of-type(3) .icon i {
  color: #03a9f4;
}

.about-bottom-content p {
  line-height: 30px;
  text-align: justify;
  display: block;
  margin-top: 50px;
}

.about-avatar {
  padding: 0px 50px;
}

@media screen and (max-width: 991px) {
  .about-avatar {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .about-avatar {
    padding: 0;
  }
}

.about-avatar .images img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.about-avatar .contents {
  text-align: center;
}

.about-avatar .contents .h5 a {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #e94386;
  display: block;
  margin-bottom: 8px;
  margin-top: 5px;
}

.about-avatar .contents span {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: #374567;
  margin-bottom: 19px;
  display: inline-block;
}

.about-avatar .contents p {
  font-style: italic;
}

.about-social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-social-icon ul li a {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: rgba(0, 103, 255, 0.24);
  color: #e94386;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: 500;
  margin-right: 16px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.about-social-icon ul li a:hover {
  background: #e94386;
  color: #fff;
}

.about-social-icon ul li:last-of-type a {
  margin-right: 0;
}

.sec-title-v2 h2 {
  font-size: 59px;
  line-height: 79px;
  color: #fff;
  margin-bottom: 97px;
}

@media screen and (max-width: 991px) {
  .sec-title-v2 h2 {
    font-size: 38px;
    line-height: 46px;
  }
}

@media screen and (max-width: 479px) {
  .sec-title-v2 h2 {
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}

.sec-title-v2 p {
  color: #fff;
  margin: 0px 0px 40px;
}

.sec-title-v2 .about-social-icon {
  margin-bottom: 40px;
}

.sec-title-v2 .image img {
  width: 465px;
  max-width: 100%;
  height: auto;
}

.team-item-box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(1, 0, 81, 0.06);
  box-shadow: 0px 0px 20px rgba(1, 0, 81, 0.06);
  border-radius: 6px;
  padding-top: 70px;
  margin-bottom: 30px;
}

.team-item-box .team-avatar {
  position: relative;
  height: 150px;
  width: 150px;
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.team-item-box .team-avatar img {
  height: 150px;
  width: 150px;
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  border-radius: 10px;
}

.team-item-box .team-avatar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #f14105;
  opacity: 0.2;
  -webkit-box-shadow: 0px 0px 16px rgba(1, 10, 68, 0.2);
  box-shadow: 0px 0px 16px rgba(1, 10, 68, 0.2);
  border-radius: 10px;
  -webkit-transform: rotate(-6deg);
  transform: rotate(-6deg);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.team-item-box .team-avatar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #f14105;
  opacity: 0.2;
  -webkit-box-shadow: 0px 0px 16px rgba(1, 10, 68, 0.2);
  box-shadow: 0px 0px 16px rgba(1, 10, 68, 0.2);
  border-radius: 10px;
  -webkit-transform: rotate(96deg);
  transform: rotate(96deg);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

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

.team-item-box .content h5 a {
  color: #25373f;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 6px;
  text-transform: capitalize;
}

.team-item-box .content .span {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: rgba(56, 56, 56, 0.6);
  margin-bottom: 22px;
}

.team-item-box:hover .social-icon {
  background: #f14105;
}

.team-item-box:hover .social-icon ul li a {
  color: #fff;
}

.team-item-box:hover .team-avatar::before {
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
}

.team-item-box:hover .team-avatar::after {
  -webkit-transform: rotate(83deg) !important;
  transform: rotate(83deg) !important;
}

.team-item-box .social-icon {
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px 0px 6px 6px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.team-item-box .social-icon ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-item-box .social-icon ul li a {
  font-size: 20px;
  color: #25373f;
  display: inline-block;
  margin-right: 24px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.team-item-box .social-icon ul li a:hover {
  color: #fff;
}

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

.team-section.v2 {
  background: url("../images/team/bg-shape.png");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  background-size: contain;
}

.team-item-box.v2:hover .social-icon {
  background: #e94386;
}

.team-item-box.v2:hover .social-icon ul li a {
  color: #fff;
}

.team-item-box.v2:hover .team-avatar::before {
  -webkit-transform: rotate(6deg);
  transform: rotate(6deg);
}

.team-item-box.v2 .team-avatar::before {
  background: #e94386;
  opacity: 0.2;
}

.team-item-box.v2 .team-avatar::after {
  background: #e94386;
  -webkit-transform: rotate(96deg);
  transform: rotate(96deg);
}

.team-item-box-v2 {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  overflow: hidden;
  margin: 15px 0px 30px;
}

.team-item-box-v2 .team-avatars {
  overflow: hidden;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  width: 100%;
  height: 100%;
  position: relative;
}

.team-item-box-v2 .team-avatars img {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.team-item-box-v2 .content {
  text-align: left;
  padding: 30px 15px;
  -webkit-box-shadow: 0px 5px 20px rgba(107, 146, 201, 0.3);
  box-shadow: 0px 5px 20px rgba(107, 146, 201, 0.3);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.team-item-box-v2 .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  margin-bottom: 8px;
  display: block;
}

.team-item-box-v2 .content .h5 {
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 8px;
}

.team-item-box-v2 .content .h5 a:hover {
  color: #e94386;
}

.team-item-box-v2:hover .team-avatars img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.team-item-box-v2:hover .content {
  -webkit-box-shadow: 0px 15px 20px rgba(107, 146, 201, 0.3);
  box-shadow: 0px 15px 20px rgba(107, 146, 201, 0.3);
}

.team-item-box-v3 {
  margin-bottom: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.team-item-box-v3 .content {
  padding: 15px 0px 15px;
  text-align: center;
  position: relative;
  margin-top: -50px;
  background: #fff;
  width: calc(100% - 30px);
  border-radius: 5px;
  margin: -60px auto 30px;
  -webkit-box-shadow: 0px 5px 20px rgba(107, 146, 201, 0.3);
  box-shadow: 0px 5px 20px rgba(107, 146, 201, 0.3);
}

.team-item-box-v3 .content .h5 {
  font-size: 24px;
  margin-bottom: 0;
}

.team-item-box-v3 .content .h5 a {
  margin-bottom: 0;
}

.team-item-box-v3 .content .span {
  margin-bottom: 10px !important;
  text-transform: capitalize;
}

.team-item-box-v3 .social-icon {
  height: auto;
  background: transparent;
}

.team-item-box-v3 .social-icon ul li a {
  color: #0b1531;
  font-size: 16px;
}

.team-item-box-v3 .social-icon:hover {
  background: transparent !important;
}

.team-item-box-v3:hover .social-icon {
  background: #fff;
}

.team-item-box-v3:hover .social-icon ul li a {
  color: #0b1531;
}

.team-slide {
  position: relative;
}

.team-slide.owl-carousel .owl-nav {
  position: absolute;
  top: -60px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.team-slide.owl-carousel .owl-nav button {
  height: 40px;
  width: 40px;
  background: #fff;
  color: #0b1531;
  font-size: 18px;
  text-align: center;
  border: none;
  outline: none;
  margin-left: 10px;
  -webkit-box-shadow: 0px 0px 20px rgba(1, 0, 81, 0.06);
  box-shadow: 0px 0px 20px rgba(1, 0, 81, 0.06);
  border-radius: 4px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.team-slide.owl-carousel .owl-nav button:hover {
  background: #0b1531;
  color: #fff;
}

.management-title {
  max-width: 430px;
}

.management-title .h4 {
  margin-bottom: 19px;
}

.management-btn a {
  font-family: "Mulish", sans-serif;
  color: #e94386;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.01em;
  display: inline-block;
  margin-top: 27px;
}

.management-wrapper .h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 30px;
  letter-spacing: -0.02em;
}

.management-wrapper .management-content {
  border-top: 1px solid rgba(37, 55, 63, 0.32);
}

.management-wrapper .management-content .h6 {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: justify;
  display: inline-block;
  padding-top: 30px;
}

.management-wrapper .management-content span {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: justify;
  color: rgba(55, 69, 103, 0.8);
  display: block;
  margin-top: 8px;
}

@media screen and (max-width: 575px) {
  .management-wrapper .management-content {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .management-wrapper {
    margin-top: 30px;
  }
}

.story-section {
  padding: 300px 0px 0px;
}

@media screen and (max-width: 991px) {
  .story-section {
    padding: 90px 0px;
  }
}

.story-cycle {
  max-height: 630px;
  height: 630px;
  width: 50%;
  border-top: 2px solid rgba(1, 10, 68, 0.1);
  margin: 0 auto;
  padding: 4px 0px;
  border-radius: 50%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .story-cycle {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    margin: 0;
    height: 100%;
    border: none;
    padding: 0;
  }
}

.story-cycle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 9px;
  width: 9px;
  background: #0b1531;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .story-cycle::after {
    display: none;
  }
}

.story-cycle::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 9px;
  width: 9px;
  background: #0b1531;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .story-cycle::before {
    display: none;
  }
}

.story-cycle .h4 {
  text-align: center;
  width: 250px;
  display: block;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -80%);
  transform: translate(-50%, -80%);
}

@media screen and (max-width: 991px) {
  .story-cycle .h4 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .story-cycle .story-years {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 375px) {
  .story-cycle .story-years {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .story-cycle .story-years .content-box {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    position: relative !important;
    width: 100% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  .story-cycle .story-years .content-box {
    display: block;
  }
}

.story-cycle .story-years .content-box:hover h5 {
  border-color: #e94386;
}

.story-cycle .story-years .content-box:hover .content {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(1, 10, 68, 0.08);
  box-shadow: 0px 0px 10px rgba(1, 10, 68, 0.08);
}

.story-cycle .story-years .content-box h5 {
  height: 96px;
  width: 96px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 16px rgba(1, 0, 81, 0.15);
  box-shadow: 0px 0px 16px rgba(1, 0, 81, 0.15);
  background: #b705f1;
  color: #fff;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 5px solid #fff;
  position: absolute;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.story-cycle .story-years .content-box h5:hover {
  border-color: #e94386;
}

@media screen and (max-width: 991px) {
  .story-cycle .story-years .content-box h5 {
    left: 0 !important;
    position: relative;
    margin-right: 30px;
  }
}

@media screen and (max-width: 375px) {
  .story-cycle .story-years .content-box h5 {
    margin-bottom: 20px;
    margin: 0 auto;
  }
}

.story-cycle .story-years .content-box:hover .content {
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(1, 10, 68, 0.08);
  box-shadow: 0px 0px 10px rgba(1, 10, 68, 0.08);
}

.story-cycle .story-years:nth-of-type(1) .content-box {
  position: absolute;
  bottom: 54%;
  left: -38px;
  width: 300px;
  height: auto;
}

.story-cycle .story-years:nth-of-type(1) .content-box h5 {
  left: 0;
  bottom: -0;
  background-color: #b705f1;
}

@media screen and (max-width: 991px) {
  .story-cycle .story-years:nth-of-type(1) .content-box h5 {
    top: 0 !important;
  }
}

.story-cycle .story-years:nth-of-type(2) .content-box {
  position: absolute;
  top: 36px;
  left: 41px;
  width: 300px;
  height: auto;
}

.story-cycle .story-years:nth-of-type(2) .content-box h5 {
  left: 0;
  top: -0;
  background-color: #f1b705;
}

@media screen and (max-width: 991px) {
  .story-cycle .story-years:nth-of-type(2) .content-box h5 {
    top: 0 !important;
  }
}

.story-cycle .story-years:nth-of-type(3) .content-box {
  position: absolute;
  top: -10%;
  left: 40%;
  width: 300px;
  height: auto;
}

.story-cycle .story-years:nth-of-type(3) .content-box h5 {
  left: 0;
  top: -0;
  background-color: #4105f1;
}

@media screen and (max-width: 991px) {
  .story-cycle .story-years:nth-of-type(3) .content-box h5 {
    top: 0 !important;
  }
}

.story-cycle .story-years:nth-of-type(4) .content-box {
  position: absolute;
  top: 36px;
  width: 300px;
  height: auto;
  right: -27%;
}

.story-cycle .story-years:nth-of-type(4) .content-box h5 {
  left: 0;
  top: -0;
  background: #f14105;
}

@media screen and (max-width: 991px) {
  .story-cycle .story-years:nth-of-type(4) .content-box h5 {
    top: 0 !important;
  }
}

.story-cycle .story-years:nth-of-type(5) .content-box {
  position: absolute;
  bottom: 69%;
  width: 300px;
  height: auto;
  right: -43%;
}

.story-cycle .story-years:nth-of-type(5) .content-box h5 {
  left: 0;
  top: -0;
  background: #05b5f1;
}

@media screen and (max-width: 991px) {
  .story-cycle .story-years:nth-of-type(5) .content-box h5 {
    top: 0 !important;
  }
}

.story-cycle .story-years .content {
  width: 100%;
  max-width: 275px;
  padding: 15px 21px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 991px) {
  .story-cycle .story-years .content {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    text-align: left !important;
    position: relative !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
}

@media screen and (max-width: 375px) {
  .story-cycle .story-years .content {
    width: 100%;
    max-width: 100%;
    text-align: center !important;
    margin-top: 15px;
  }
}

.story-cycle .story-years .content .h6 {
  color: #010a44;
  display: block;
  margin-bottom: 10px;
}

.story-cycle .story-years .content p {
  color: #4e4e4e;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.01em;
}

.story-cycle .story-years:nth-of-type(1) .content {
  bottom: -14px;
  text-align: right;
  position: absolute;
  left: -290px;
}

.story-cycle .story-years:nth-of-type(2) .content {
  bottom: -108px;
  text-align: right;
  position: absolute;
  left: -290px;
}

.story-cycle .story-years:nth-of-type(3) .content {
  left: 13%;
  top: -150px;
  text-align: center;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.story-cycle .story-years:nth-of-type(4) .content {
  right: -88px;
  top: -63px;
  text-align: left;
  position: absolute;
}

@media screen and (max-width: 991px) {
  .story-cycle .story-years:nth-of-type(4) .content {
    position: relative;
    top: 0;
  }
}

.story-cycle .story-years:nth-of-type(5) .content {
  right: -90px;
  top: -28px;
  text-align: left;
  position: absolute;
}

.tab-wrapper .nav {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tab-wrapper .nav .nav-item .nav-link {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #0b1531;
  text-transform: uppercase;
  display: inline-block;
  padding: 9px 28px;
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  border: 1px solid transparent;
}

.tab-wrapper .nav .nav-item .nav-link:hover,
.tab-wrapper .nav .nav-item .nav-link.active {
  background: #e94386;
  color: #fff;
  border: 1px solid rgba(55, 69, 103, 0.05);
  -webkit-box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .tab-wrapper .nav .nav-item .nav-link {
    font-size: 13px;
    padding: 9px 22px;
  }
}

@media screen and (max-width: 767px) {
  .tab-wrapper .nav .nav-item .nav-link {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .tab-wrapper .nav {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
}

.tab-wrapper .tab-content {
  padding-top: 100px;
}

.tab-wrapper .tab-content .tab-pane .content-wrapper .h4 {
  margin-bottom: 16px;
}

.tab-wrapper .tab-content .tab-pane .content-wrapper p {
  margin-bottom: 37px;
}

@media screen and (max-width: 991px) {
  .tab-wrapper .tab-content .tab-pane .content-wrapper {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .tab-wrapper .tab-content {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .tab-wrapper .tab-content {
    padding-top: 20px;
  }
}

.tab-wrapper.v2 .nav {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  border-radius: 10px;
  padding: 15px;
}

.tab-wrapper.v2 .nav .nav-link {
  width: 64px;
  height: 64px;
  border-radius: 5px;
  padding: 0;
  background: rgba(11, 21, 49, 0.1);
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.tab-wrapper.v2 .nav .nav-link:hover,
.tab-wrapper.v2 .nav .nav-link.active {
  background: rgba(0, 103, 255, 0.1);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}

.tab-wrapper.v2 .nav .nav-link:hover svg path,
.tab-wrapper.v2 .nav .nav-link.active svg path {
  fill: #e94386;
}

.tab-wrapper.v2 .nav .nav-link svg path {
  fill: #0b1531;
}

@media screen and (max-width: 375px) {
  .tab-wrapper.v2 .nav .nav-link svg {
    width: 30px;
  }
}

@media screen and (max-width: 767px) {
  .tab-wrapper.v2 .nav .nav-link {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 375px) {
  .tab-wrapper.v2 .nav .nav-link {
    height: 50px;
    width: 50px;
  }
}

@media screen and (max-width: 991px) {
  .tab-wrapper.v2 .nav {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (max-width: 375px) {
  .tab-wrapper.v2 .nav {
    padding: 8px 10px;
  }
}

.tab-wrapper.v2 .tab-content {
  padding-top: 40px;
}

.tab-wrapper.v2 .tab-content .content-wrapper .h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
}

.tab-wrapper.v2 .tab-content .content-wrapper p {
  max-width: 668px;
  margin-bottom: 0;
}

.tab-wrapper-v2 .nav {
  border-bottom: 3px solid #979797;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.tab-wrapper-v2 .nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.64px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 33px;
  border: none;
  position: relative;
}

.tab-wrapper-v2 .nav .nav-item .nav-link::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 5px;
  width: 0;
  background: #e94386;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.tab-wrapper-v2 .nav .nav-item .nav-link svg {
  display: block;
  margin: 0 auto 20px;
}

.tab-wrapper-v2 .nav .nav-item .nav-link:hover,
.tab-wrapper-v2 .nav .nav-item .nav-link.active {
  background: #fff;
  color: #e94386;
  border: none;
}

.tab-wrapper-v2 .nav .nav-item .nav-link:hover::after,
.tab-wrapper-v2 .nav .nav-item .nav-link.active::after {
  width: 100%;
}

.tab-wrapper-v2 .nav .nav-item .nav-link:hover svg,
.tab-wrapper-v2 .nav .nav-item .nav-link.active svg {
  fill: red;
}

.tab-wrapper-v2 .tab-content {
  padding-top: 40px;
}

.tab-wrapper-v2 .tab-content .content-wrapper .h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.tab-wrapper-v2 .tab-content .content-wrapper p {
  max-width: 668px;
  margin-bottom: 0;
}

.hire-title .h4 {
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 37px;
}

@media screen and (max-width: 479px) {
  .hire-title .h4 {
    font-size: 24px;
    line-height: 30px;
  }
}

.hire-btn {
  position: absolute;
  bottom: -125px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hire-btn .xi-btn {
  width: auto;
  height: auto;
  padding: 14px 57px;
  border-radius: 2px;
  background: #0b1531;
  color: #fff;
  display: inline-block;
  border-color: #0b1531;
}

.hire-btn .xi-btn:hover {
  background: transparent;
  color: #0b1531;
}

@media screen and (max-width: 575px) {
  .hire-btn {
    bottom: -85px;
  }
}

@media screen and (max-width: 479px) {
  .hire-btn {
    bottom: -60px;
  }
}

.list-item {
  margin-bottom: 30px;
}

.list-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 16px;
}

.list-item ul li i {
  font-size: 18px;
  display: inline-block;
  color: #e94386;
}

.list-item ul li .icon {
  margin-right: 20px;
}

.list-item ul li .icon img {
  width: auto;
  height: auto;
  display: block;
}

.list-item.v2 p {
  color: rgba(255, 255, 255, 0.6);
}

.list-item.v3 {
  margin: 0;
  position: relative;
}

.list-item.v3:last-child ul li {
  border: none;
}

.list-item.v3::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

@media screen and (max-width: 575px) {
  .list-item.v3::after {
    display: none;
  }
}

.list-item.v3::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 10px;
  width: 10px;
  background: #ff8e15;
  border-radius: 50%;
}

@media screen and (max-width: 575px) {
  .list-item.v3::before {
    display: none;
  }
}

.list-item.v3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-item.v3 ul li {
  max-width: 490px;
  width: 100%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 0px;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.list-item.v3 ul li .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-item.v3 ul li .content .h5 {
  font-size: 20px;
  line-height: 27px;
  color: #fff;
}

.list-item.v3 ul li .content p {
  color: #fff;
  opacity: 0.6;
}

.list-item.v3 ul li .icon {
  height: 40px;
  width: 40px;
  border: 1px solid #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 20px;
}

@media screen and (max-width: 575px) {
  .list-item.v3 ul {
    display: block;
  }
}

.list-item.v3:first-of-type::before {
  display: none;
}

.solution-list-wrapper {
  width: 100%;
}

.list-item-v2 ul li .icon {
  margin-right: 10px;
}

.list-item-v2 ul li .icon i {
  color: #e94386;
}

.starting-form {
  position: relative;
  margin-top: -150px;
  z-index: 1;
}

.start-form-wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  border-radius: 20px;
  padding: 60px 128px 87px;
}

@media screen and (max-width: 991px) {
  .start-form-wrapper {
    padding: 60px 30px 87px;
  }
}

@media screen and (max-width: 479px) {
  .start-form-wrapper {
    padding: 60px 15px 87px;
  }
}

.start-form-wrapper .h5 {
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 22px;
}

.start-form-wrapper .pricing {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px dashed #e94386;
  border-radius: 6px;
}

.start-form-wrapper .pricing .pricing-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px dashed #e94386;
  padding: 17px 53px;
}

@media screen and (max-width: 767px) {
  .start-form-wrapper .pricing .pricing-list {
    padding: 10px 30px;
  }
}

@media screen and (max-width: 479px) {
  .start-form-wrapper .pricing .pricing-list {
    display: block;
    padding: 0px 18px;
  }
}

.start-form-wrapper .pricing .pricing-list .h6 {
  line-height: 16px;
  margin-bottom: 0;
}

.start-form-wrapper .pricing .pricing-list span {
  color: #e94386;
  font-size: 36px;
  line-height: 47px;
  font-weight: 500;
  display: inline-block;
  margin-left: 6px;
}

.start-form-wrapper .pricing .pricing-list span sub {
  font-size: 18px;
  line-height: 23px;
}

@media screen and (max-width: 479px) {
  .start-form-wrapper .pricing .pricing-list span {
    font-size: 29px;
  }
}

.start-form-wrapper .pricing .pricing-list:last-of-type {
  border: none;
}

.start-form-wrapper .h6 {
  font-size: 16px;
  line-height: 16px;
  margin-top: 13px;
  display: block;
}

.start-form-wrapper .h6 span {
  color: #e94386;
}

.start-form-wrapper .pricing-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 32px;
}

@media screen and (max-width: 767px) {
  .start-form-wrapper .pricing-meta {
    display: block;
    text-align: left;
  }
}

.start-form-wrapper .pricing-meta p {
  font-weight: 500;
  color: #0b1531;
  position: relative;
  margin-left: 8px;
}

.start-form-wrapper .pricing-meta p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -16px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 10px;
  width: 10px;
  background: #e94386;
  border-radius: 2px;
}

@media screen and (max-width: 767px) {
  .start-form-wrapper .pricing-meta p {
    margin-bottom: 8px;
  }
}

.more-btn.v2 {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.starting-form-content {
  margin-top: 100px;
}

.starting-form-content p {
  margin-bottom: 30px;
}

.conversion-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .conversion-area {
    display: block;
  }
}

.conversion-area .conversion-type {
  width: 190px;
  height: 98px;
  border-radius: 10px;
  background: #e94386;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
}

@media screen and (max-width: 575px) {
  .conversion-area .conversion-type {
    height: 70px;
  }
}

.conversion-area .conversion-type .h6 {
  line-height: 26px;
  color: #fff;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .conversion-area .conversion-type .h6 {
    font-size: 15px;
  }
}

.conversion-area p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 26px;
  max-width: 800px;
}

@media screen and (max-width: 575px) {
  .conversion-area p {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .conversion-area p {
    margin: 30px 0px;
  }
}

.convers-content p {
  font-size: 18px;
  line-height: 26px;
  margin-top: 24px;
}

@media screen and (max-width: 575px) {
  .convers-content p {
    font-size: 16px;
  }
}

.conversion-item {
  background: #fff;
  -webkit-box-shadow: 0px 20px 20px rgba(213, 214, 218, 0.4);
  box-shadow: 0px 20px 20px rgba(213, 214, 218, 0.4);
  border-radius: 20px;
  padding: 24px 65px;
  margin-top: 35px;
  margin-bottom: 100px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 767px) {
  .conversion-item {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 575px) {
  .conversion-item {
    padding: 24px 15px;
  }
}

.conversion-item .image img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .conversion-item .image img {
    width: 100%;
  }
}

.conversion-item.v2 {
  display: inline-block;
}

.conversion-item:hover {
  -webkit-box-shadow: 0px -20px 20px rgba(213, 214, 218, 0.4);
  box-shadow: 0px -20px 20px rgba(213, 214, 218, 0.4);
}

.develop-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 88px;
  background: #fff;
  position: relative;
  margin-top: -30px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .develop-types {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.develop-types .develop-item {
  -webkit-box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.develop-types .develop-item .h6 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 0px;
}

.develop-types .develop-item .h6 a {
  color: #0b1531;
  display: inline-block;
  padding: 18px 28px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.develop-types .develop-item .h6 a:hover {
  color: #fff;
  background: #e94386;
}

.develop-types .develop-item:last-of-type {
  border: none;
}

@media screen and (max-width: 1199px) {
  .develop-types .develop-item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }
}

@media screen and (max-width: 575px) {
  .develop-types .develop-item {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }
}

@media screen and (max-width: 375px) {
  .develop-types .develop-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.development-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-end;
  -ms-flex-align: self-end;
  align-items: self-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #0b1531;
  padding: 14px 8px;
  border-radius: 6px;
}

.development-title .h4 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .development-title .h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .development-title .h4 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 767px) {
  .development-title {
    display: block;
  }
}

.development-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.development-button .btn-blue {
  width: 176px;
  height: 56px;
  border-radius: 6px;
}

.development-button .btn-two {
  width: 220px;
  height: 56px;
  border: 1px solid #0b1531;
  border-radius: 6px;
  color: #374567;
  background: #fff;
  margin-left: 30px;
}

.development-button .btn-two:hover {
  background: #e94386 !important;
  color: #fff !important;
  border: 1px solid transparent;
}

.development-button .btn-two:hover::before {
  background: #e94386;
}

.switch {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 30px;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .switch {
    margin-top: 20px;
    margin-left: 0;
  }
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 30px;
  background-color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.switch .slider::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 3px;
  bottom: 4px;
  background-color: #e94386;
  border-radius: 50%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.switch input:checked + .slider {
  background-color: #e94386;
}

.switch input:checked + .slider::before {
  -webkit-transform: translateX(26px);
  transform: translateX(26px);
  background: #fff;
}

.switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
}

.project-pricing-wrapper {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  box-shadow: 0px 20px 40px rgba(213, 214, 218, 0.4);
  padding: 30px 15px;
}

.project-pricing-wrapper .project-pricing-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 130px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .project-pricing-wrapper .project-pricing-item {
    display: block;
    height: auto;
  }
}

.project-pricing-wrapper .project-pricing-item .size {
  width: 40px;
  height: 130px;
  background: rgba(0, 103, 255, 0.2);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.project-pricing-wrapper .project-pricing-item .size .h6 {
  font-size: 16px;
  line-height: 16px;
  color: #e94386;
}

@media screen and (max-width: 767px) {
  .project-pricing-wrapper .project-pricing-item .size {
    width: 100%;
    margin-bottom: 15px;
  }
}

.project-pricing-wrapper .project-pricing-item .project-content-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 500px;
  height: 130px;
}

@media screen and (max-width: 575px) {
  .project-pricing-wrapper .project-pricing-item .project-content-wrapper {
    display: block;
    height: auto;
  }
}

.project-pricing-wrapper .project-pricing-item .project-content {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding: 18px 50px 28px 20px;
  width: 385px;
  max-width: 100%;
}

@media screen and (max-width: 575px) {
  .project-pricing-wrapper .project-pricing-item .project-content {
    display: block;
    height: auto;
    width: 100%;
    border: none;
  }
}

.project-pricing-wrapper .project-pricing-item .project-content span {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  color: rgba(11, 21, 49, 0.3);
  display: inline-block;
  margin-bottom: 10px;
}

.project-pricing-wrapper .project-pricing-item .project-content p {
  font-size: 14px;
  line-height: 20px;
}

.project-pricing-wrapper .project-pricing-item .page-pricing {
  padding: 15px 20px;
}

.project-pricing-wrapper .project-pricing-item .page-pricing .p-pricing {
  padding-bottom: 15px;
  max-width: 140px;
}

.project-pricing-wrapper
  .project-pricing-item
  .page-pricing
  .p-pricing:last-of-type {
  padding-bottom: 0;
}

.project-pricing-wrapper .project-pricing-item .page-pricing p {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.project-pricing-wrapper .project-pricing-item .page-pricing span {
  font-size: 16px;
  line-height: 20px;
  color: #e94386;
  display: inline-block;
  margin-top: 6px;
}

.pricing-sub-text {
  margin: 21px 0px;
  padding-left: 20px;
}

.pricing-sub-text h6 {
  font-size: 14px;
  line-height: 19px;
  color: #0b1531;
  font-weight: 400;
}

.pricing-sub-text h6 a {
  display: inline-block;
  color: #e94386;
}

.quantity-wrapper.v2 {
  background: rgba(0, 103, 255, 0.2);
  border-radius: 6px;
  margin: 0;
  width: 120px;
  height: 130px;
  display: -ms-grid;
  display: grid;
  place-content: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .quantity-wrapper.v2 {
    text-align: center;
    width: 100%;
    padding: 40px 0px;
    margin-top: 15px;
  }
}

.quantity-wrapper.v2 .h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  color: #374567;
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.quantity-wrapper.v2 .quantity {
  background: #fff;
  border-radius: 4px;
  width: 78px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
}

.quantity-wrapper.v2 .quantity button {
  height: 16px;
  width: 20px;
  border-radius: 50%;
  background: #cce1ff;
  display: inline-block;
  font-size: 8px;
  color: #0b1531;
}

.quantity-wrapper.v2 .quantity > input[type="number"] {
  font-size: 14px;
  width: 45px;
  color: #e94386;
  border: none;
}

@media screen and (max-width: 767px) {
  .quantity-wrapper.v2 .quantity {
    margin: 0 auto;
  }
}

.upload-title h5 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  color: #0b1531;
  margin-bottom: 20px;
}

.image-upload {
  background: rgba(0, 103, 255, 0.2);
  border: 1px dashed #374567;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.image-upload > input {
  display: none;
}

.image-upload label {
  width: 100%;
  height: 100%;
}

.image-upload span {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #e94386;
  margin-bottom: 12px;
  display: block;
  margin-top: 10px;
}

.image-upload .h6 {
  font-size: 12px;
  line-height: 20px;
  color: #374567;
  font-weight: 400;
  display: block;
}

.image-upload .upload {
  font-size: 16px;
  line-height: 21px;
  background: #e94386;
  color: #fff;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: none;
  outline: none;
  width: 166px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.image-upload img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.project-pricing-wrapper .form .form-control {
  border: 1px solid rgba(55, 69, 103, 0.3);
  border-radius: 6px;
  background: transparent !important;
}

.project-shipping {
  background: #0b1531;
  border-radius: 10px;
  padding: 40px 25px 30px;
  position: -webkit-sticky;
  position: sticky;
  top: 85px;
}

.project-shipping .title .h5 {
  color: #fff;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.project-shipping .project-wrapper {
  margin-top: 16px;
}

.project-shipping .project-wrapper .select-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.project-shipping .project-wrapper .select-item p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 16px;
  margin-left: 9px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.project-shipping .project-wrapper .select-item input[type="checkbox"],
.project-shipping .project-wrapper .select-item input[type="radio"] {
  width: 16px;
  height: 16px;
}

.project-shipping .shipping-btn .xi-btn {
  width: 100%;
}

.project-shipping .payment-method {
  margin: 30px 0px 20px;
}

.project-shipping .payment-method ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-shipping .payment-method ul li a {
  margin-right: 5px;
  display: inline-block;
}

.project-shipping .payment-method ul li:last-of-type a {
  margin-right: 0;
}

.comming-soon {
  background: url("../images/comming-soon/bg.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.comming-content .h1 {
  margin-bottom: 30px;
}

.comming-content .h1 span {
  color: #e94386;
  display: block;
}

.comming-content .button .xi-btn {
  width: 164px;
  height: 52px;
  border-radius: 6px;
  margin: 0 auto;
}

.countdown {
  text-align: center;
  font-family: "Mulish", sans-serif;
  margin-top: 50px;
}

.countdown .countdown-container {
  background: #fff;
  width: 100px;
  border-radius: 5px;
  margin-right: 10px;
}

@media screen and (max-width: 479px) {
  .countdown .countdown-container {
    margin-bottom: 10px;
  }
}

.countdown .countdown-heading {
  font-size: 14px;
  color: #0b1531;
  font-weight: 500;
  padding: 2px;
}

.countdown .countdown-value {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  background: #0b1531;
  border-radius: 5px;
  padding: 20px 10px;
}

.pricing-wraping {
  background-color: #fff;
  font-family: "Mulish", sans-serif;
  margin-bottom: 30px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  color: #374567;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-box-shadow: 0px 0px 20px rgba(177, 177, 177, 0.5);
  box-shadow: 0px 0px 20px rgba(177, 177, 177, 0.5);
  border-radius: 8px;
}

.pricing-wraping .pricing-card-header {
  background-color: #e94386;
  font-family: "Mulish", sans-serif;
  display: inline-block;
  color: #fff;
  padding: 12px 30px;
  border-radius: 0 0 20px 20px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.pricing-wraping:hover {
  color: #fff;
}

.pricing-wraping:hover .pricing-card-header {
  -webkit-box-shadow: 0 0 0 26em #e94386;
  box-shadow: 0 0 0 26em #e94386;
  background: #fff;
  color: #e94386;
}

.pricing-wraping:hover .price,
.pricing-wraping:hover .product-wrapper .content .price .rating,
.product-wrapper .content .price .pricing-wraping:hover .rating,
.pricing-wraping:hover .product-wrapper .content .price .rating ul,
.product-wrapper .content .price .rating .pricing-wraping:hover ul {
  color: #fff;
}

.pricing-wraping .price,
.pricing-wraping .product-wrapper .content .price .rating,
.product-wrapper .content .price .pricing-wraping .rating,
.pricing-wraping .product-wrapper .content .price .rating ul,
.product-wrapper .content .price .rating .pricing-wraping ul {
  font-family: "Mulish", sans-serif;
  font-size: 50px;
  color: #e94386;
  margin: 40px 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.pricing-wraping ul li {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  padding: 10px 0;
  font-weight: 400;
  border-bottom: 1px solid #0261f217;
  text-transform: uppercase;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.pricing-wraping .price sup,
.pricing-wraping .product-wrapper .content .price .rating sup,
.product-wrapper .content .price .pricing-wraping .rating sup,
.product-wrapper .content .price .rating .pricing-wraping ul sup,
.pricing-wraping .price span,
.pricing-wraping .product-wrapper .content .price .rating span,
.product-wrapper .content .price .pricing-wraping .rating span,
.product-wrapper .content .price .rating .pricing-wraping ul span {
  font-size: 22px;
  font-weight: 700;
}

.pricing-wraping .xi-btn {
  margin: 80px auto 40px;
}

.pricing-wraping.v2 {
  padding: 40px 30px;
  border: 1px solid #ececf1;
  -webkit-box-shadow: 0px 4px 8px rgba(14, 30, 53, 0.16);
  box-shadow: 0px 4px 8px rgba(14, 30, 53, 0.16);
  border-radius: 20px;
}

.pricing-wraping.v2 .pricing-logo img {
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}

.pricing-wraping.v2 .pricing-header {
  font-family: "Mulish", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  color: #0b1531;
  display: block;
  margin-bottom: 12px;
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .pricing-wraping.v2 .pricing-header {
    font-size: 19px;
  }
}

.pricing-wraping.v2 .pricing-value {
  position: relative;
  height: 80px;
  width: 100%;
}

.pricing-wraping.v2 .price,
.pricing-wraping.v2 .product-wrapper .content .price .rating,
.product-wrapper .content .price .pricing-wraping.v2 .rating,
.pricing-wraping.v2 .product-wrapper .content .price .rating ul,
.product-wrapper .content .price .rating .pricing-wraping.v2 ul {
  font-family: 400;
  font-size: 54px;
  font-weight: 700;
  line-height: 66px;
  color: #001536;
  display: inline-block;
  margin: 0px 0px 12px;
  position: absolute;
  width: 100%;
  left: 0;
}

@media screen and (max-width: 767px) {
  .pricing-wraping.v2 .price,
  .pricing-wraping.v2 .product-wrapper .content .price .rating,
  .product-wrapper .content .price .pricing-wraping.v2 .rating,
  .pricing-wraping.v2 .product-wrapper .content .price .rating ul,
  .product-wrapper .content .price .rating .pricing-wraping.v2 ul {
    font-size: 40px;
  }
}

.pricing-wraping.v2 .price span,
.pricing-wraping.v2 .product-wrapper .content .price .rating span,
.product-wrapper .content .price .pricing-wraping.v2 .rating span,
.product-wrapper .content .price .rating .pricing-wraping.v2 ul span {
  font-family: "Mulish", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  color: #96a5ae;
}

.pricing-wraping.v2 .price2 {
  display: none;
}

.pricing-wraping.v2 p {
  font-family: "Open Sans";
  color: #96a5ae;
  font-size: 16px;
  line-height: 24px;
}

.pricing-wraping.v2 ul {
  margin-top: 21px;
}

.pricing-wraping.v2 ul li {
  border: none;
  padding: 12px 0px;
  text-align: left;
}

.pricing-wraping.v2 ul li i {
  font-size: 18px;
  color: #e94386;
  display: inline-block;
  margin-right: 22px;
}

@media screen and (max-width: 575px) {
  .pricing-wraping.v2 ul li {
    text-align: center;
  }
}

.pricing-wraping.v2 .xi-btn {
  width: 100%;
  border: 1px solid #e94386;
  color: #e94386;
  border-radius: 12px;
  margin-bottom: 0;
  margin-top: 40px;
}

.pricing-wraping.v2 .xi-btn::before {
  border-radius: 12px;
  border: 1px solid #0b1531;
}

.pricing-wraping.v2:hover {
  background: #e94386;
  border-color: #e94386;
}

.pricing-wraping.v2:hover .pricing-header,
.pricing-wraping.v2:hover .price,
.pricing-wraping.v2:hover .product-wrapper .content .price .rating,
.product-wrapper .content .price .pricing-wraping.v2:hover .rating,
.pricing-wraping.v2:hover .product-wrapper .content .price .rating ul,
.product-wrapper .content .price .rating .pricing-wraping.v2:hover ul,
.pricing-wraping.v2:hover p,
.pricing-wraping.v2:hover ul li i {
  color: #fff;
}

.pricing-wraping.v2:hover span {
  color: rgba(255, 255, 255, 0.8);
}

.pricing-wraping.v2:hover .xi-btn {
  border-color: #0b1531;
  background: #0b1531;
  color: #fff !important;
}

.pricing-wraping.v2:hover .xi-btn::before {
  display: none;
}

.switch.v2 {
  width: 314px;
  height: 68px;
  border-radius: 50px;
}

.switch.v2 .slider {
  background: #0b1531;
  border-radius: 100px;
}

.switch.v2 .slider::before {
  width: 148px !important;
  height: 56px;
  border-radius: 50px !important;
  left: 6px;
  bottom: 6px;
}

@media screen and (max-width: 575px) {
  .switch.v2 .slider::before {
    height: 48px;
  }
}

.switch.v2 .month,
.switch.v2 .annual {
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 53px;
  cursor: pointer;
}

.switch.v2 .month {
  left: 53px;
  right: auto;
}

.switch.v2 input:checked + .slider::before {
  -webkit-transform: translateX(155px);
  transform: translateX(155px);
  background: #e94386;
}

@media screen and (max-width: 575px) {
  .switch.v2 input:checked + .slider::before {
    -webkit-transform: translateX(120px);
    transform: translateX(120px);
  }
}

.switch.v2 input:checked + .slider {
  background: #0b1531;
}

@media screen and (max-width: 575px) {
  .switch.v2 {
    width: 280px;
    height: 60px;
  }
}

.pricing-wraping-v3 .pricing-card-header {
  background-color: #ff5a3c;
  font-family: "Oswald", sans-serif;
}

.pricing-wraping-v3 ul li {
  font-family: "Oswald", sans-serif;
}

.pricing-wraping-v3 .price,
.pricing-wraping-v3 .product-wrapper .content .price .rating,
.product-wrapper .content .price .pricing-wraping-v3 .rating,
.pricing-wraping-v3 .product-wrapper .content .price .rating ul,
.product-wrapper .content .price .rating .pricing-wraping-v3 ul {
  font-family: "Oswald", sans-serif;
  color: #ff5a3c;
}

.pricing-wraping-v3:hover .pricing-card-header {
  -webkit-box-shadow: 0 60px 0 26em #ff5a3c;
  box-shadow: 0 60px 0 26em #ff5a3c;
  color: #ff5a3c;
}

.cart-form {
  border: 0.8px solid rgba(144, 150, 166, 0.25);
  border-radius: 8px;
}

@media screen and (max-width: 991px) {
  .cart-form {
    border: none;
  }
}

.cart-form table {
  width: 100%;
}

.cart-form table td {
  border: 1px solid #f4f4f4;
  color: #0b1531;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  padding: 10px 15px;
}

.cart-form table td .product-name {
  text-align: left !important;
  padding: 0 40px !important;
}

.cart-form table td .actions {
  text-align: left;
  padding: 20px 20px 20px 30px;
}

@media screen and (max-width: 991px) {
  .cart-form table td {
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .cart-form table tr {
    margin-bottom: 30px;
    display: block;
    border: 1px solid #e9438652;
    border-radius: 5px;
  }
}

@media screen and (max-width: 991px) {
  .cart-form thead tr {
    display: none;
  }
}

.cart-form thead tr th {
  border: 1px solid #f4f4f4;
  font-family: "Mulish", sans-serif;
  color: #0b1531;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 15px;
}

.cart-form .cart-pd-thumb img {
  text-align: center;
  margin: auto;
  width: 100px;
}

.cart-form .cart-pd-edit a {
  display: block;
  color: #374567;
}

.cart-form .cart-pd-desc {
  text-align: left !important;
}

.cart-form .cart-pd-desc h6 {
  color: #0b1531;
}

.cart-form .checkout-form,
.cart-form .shopping-form {
  border: 1px solid #f4f4f4;
  border-radius: 7px;
  padding: 20px;
}

.cart-form .checkout-form h6,
.cart-form .shopping-form h6 {
  color: #374567;
  font-size: 16px;
  font-family: "Mulish", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}

.cart-form .checkout-form label,
.cart-form .shopping-form label {
  color: #374567;
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  margin-bottom: 6px;
}

.cart-form .checkout-form input,
.cart-form .shopping-form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #f4f4f4;
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: 100%;
}

.cart-form .shopping-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: #f4f4f4;
  display: block;
  padding: 5px 10px;
  margin-bottom: 10px;
  width: 100%;
}

.cart-form .shopping-form .btn {
  display: block;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: auto;
}

.cart-form .checkout-form {
  border: 1px solid #f4f4f4;
  border-radius: 7px;
}

.cart-form .checkout-form h6 {
  color: #0b1531 !important;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin-bottom: 0;
}

.cart-form .checkout-form .checkout-body {
  position: relative;
  padding: 50px 90px 30px;
}

.cart-form .checkout-form input,
.cart-form .checkout-form label {
  display: inline-block;
  margin-bottom: 0;
}

.cart-form .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
}

.cart-form .quantity > input[type="number"] {
  border: none;
  font-size: 15px;
  margin: 0;
  text-align: center;
  width: 40px;
  height: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}

.cart-form .quantity .incressQnt,
.cart-form .quantity .decressQnt {
  color: #fff;
  cursor: pointer;
  background: rgba(0, 103, 255, 0.7);
  font-size: 10px;
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cart-form .quantity .decressQnt {
  opacity: 0.5;
}

.actions-btn {
  padding: 34px 15px !important;
}

.action-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .action-wrapper {
    display: block;
  }
}

.coupon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.coupon-box .form-control {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  color: #374567;
  padding: 15px 17px;
  display: inline-block;
  height: auto;
  border: 1px solid rgba(144, 150, 166, 0.26);
  border-radius: 8px;
  position: relative;
}

.coupon-box .xi-btn {
  padding: 15px 50px;
  width: auto;
  position: absolute;
  top: 0;
  right: 0;
  outline: none;
  border: 1px solid rgba(144, 150, 166, 0.26);
  border-radius: 0px 8px 8px 0px;
  text-transform: capitalize;
}

.coupon-box .xi-btn:hover::before {
  border-radius: 0px 8px 8px 0px;
}

@media screen and (max-width: 991px) {
  .coupon-box .xi-btn {
    padding: 15px 10px;
  }
}

.pricing-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}

@media screen and (max-width: 991px) {
  .pricing-wrap {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px;
  }
}

.pricing-wrap .total-price .h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 0;
}

.pricing-wrap .total-price .h6 span {
  color: #e94386;
}

.pricing-wrap .check-out .xi-btn {
  background: #e943861a;
  border: 1px solid #e94386;
  border-radius: 8px;
  margin-left: 65px;
}

.pricing-wrap .check-out .xi-btn::before {
  border-radius: 8px;
  background: #e94386;
}

.mini-cart {
  position: absolute;
  top: 50px;
  right: 0;
  background: #ffffff;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 16px rgba(14, 30, 53, 0.1);
  box-shadow: 0px 0px 16px rgba(14, 30, 53, 0.1);
  border-radius: 8px;
  width: 320px;
  padding: 32px 20px;
  z-index: 9999;
  display: none;
}

@media screen and (max-width: 479px) {
  .mini-cart {
    width: 300px;
    right: -65px;
    height: 350px;
    overflow: auto;
  }
}

.mini-cart .cart-title .h5 {
  font-size: 20px;
  line-height: 20px;
  color: #0b1531;
  margin-bottom: 43px;
}

.mini-cart .cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #d9dbe1;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.mini-cart .cart-item h6 a {
  font-family: "Mulish", sans-serif;
  font-size: 14px !important;
  color: #434b51;
  display: block;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  height: auto;
  width: auto;
  background: transparent !important;
}

.mini-cart .cart-item .price,
.mini-cart .cart-item .product-wrapper .content .price .rating,
.product-wrapper .content .price .mini-cart .cart-item .rating,
.mini-cart .cart-item .product-wrapper .content .price .rating ul,
.product-wrapper .content .price .rating .mini-cart .cart-item ul {
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #9ea095;
  margin-top: 8px;
  display: block;
}

.mini-cart .cart-item .product-image {
  position: relative;
  padding: 10px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(18, 30, 42, 0.16);
  box-shadow: 0px 0px 4px rgba(18, 30, 42, 0.16);
  border-radius: 4px;
}

.mini-cart .cart-item .product-image img {
  width: 80px;
  height: 80px !important;
  height: auto;
}

.mini-cart .cart-item .product-image .delet {
  height: 20px;
  width: 20px;
  font-size: 10px;
  color: #2d2d2dcc;
  border-radius: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 4px rgba(18, 30, 42, 0.16);
  box-shadow: 0px 0px 4px rgba(18, 30, 42, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: absolute;
  top: -5px;
  right: -5px;
  cursor: pointer;
}

.mini-cart .cart-item .product-image:hover .delet {
  background: #e94386;
  color: #fff;
}

.mini-cart .total-amount {
  font-family: "Mulish", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #212529;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mini-cart .total-amount span {
  font-size: 15px !important;
  color: #212529 !important;
  position: relative !important;
  height: auto !important;
  width: auto !important;
  background: transparent !important;
  right: 0;
}

.mini-cart .cart-button {
  margin-top: 29px;
}

.mini-cart .cart-button .xi-btn {
  width: 100% !important;
  height: 45px !important;
  background: rgba(0, 103, 255, 0.08);
  border: 1px solid #e94386;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  margin-top: 16px;
}

.mini-cart .cart-button .xi-btn-filled {
  background: #e94386;
  color: #fff !important;
}

.header-element .container {
  max-width: 1400px;
}

.element-title {
  padding-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 400px) {
  .element-title {
    display: block;
    text-align: center;
  }
}

.element-title .h5 {
  padding-top: 0px !important;
  margin-bottom: 0;
}

.element-title-v2 h5 {
  color: #fff;
}

.element-title-v2 .xi-btn {
  border: 1px solid #fff;
}

.action-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

@media screen and (max-width: 400px) {
  .action-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
}

.action-btn .xi-btn {
  width: 90px;
  height: 30px;
  margin-left: 5px;
  font-size: 13px;
  outline: none;
  position: relative;
}

.action-btn .xi-btn.snippet-copy {
  position: relative;
}

.action-btn .xi-btn.snippet-copy::after {
  content: "Copy to Clipboard";
  display: none;
  position: absolute;
  z-index: 9999;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50px;
  height: 25px;
  color: #fff;
  font-size: 10px;
  line-height: 25px;
  text-align: center;
  background: rgba(0, 0, 0, 0.72);
  border-radius: 3px;
}

.action-btn .xi-btn.snippet-copy:active,
.action-btn .xi-btn.snippet-copy:focus {
  outline: none;
  display: block;
}

.action-btn .xi-btn.snippet-copy:active:after,
.action-btn .xi-btn.snippet-copy:focus:after {
  display: block;
  content: "Copied!";
}

.snippet {
  position: absolute;
  top: -17px;
  left: 0;
  right: 0;
  margin: auto;
  width: calc(100% - 30px);
  max-width: 100%;
  height: auto;
  z-index: 9999;
  display: none;
}

.snippet .action-btn {
  display: none;
}

.snippet pre {
  overflow: hidden;
}

.snippet .hljs {
  background: #23272c;
  color: #f7f7f7;
  height: 500px;
  padding: 30px;
  border-radius: 5px;
}

.snippet .hljs-string {
  color: #ffb900;
}

.snippet .hljs-tag {
  color: #fff;
}

.snippet .hljs-tag .hljs-name {
  color: #0fc12d;
}

.snippet .hljs-tag .hljs-attr {
  color: #f14105;
}

.snippet .action-btn {
  position: absolute;
  right: 20px;
  top: -35px;
}

pre code.hljs {
  overflow: auto;
}

pre code.hljs ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fcfcfc;
}

pre code.hljs ::-webkit-scrollbar {
  width: 5px;
  background-color: #fcfcfc;
}

pre code.hljs ::-webkit-scrollbar-thumb {
  background-color: #e94386;
  border: 2px solid #fcfcfc;
  width: 3px;
  border-radius: 30px;
}

.login-form {
  background: #fcfcfc;
  border: 0.8px solid rgba(144, 150, 166, 0.25);
  -webkit-box-shadow: 0px 4px 4px rgba(92, 102, 128, 0.12);
  box-shadow: 0px 4px 4px rgba(92, 102, 128, 0.12);
  border-radius: 8px;
  padding: 85px 92px;
}

@media screen and (max-width: 575px) {
  .login-form {
    padding: 55px 30px;
  }
}

@media screen and (max-width: 375px) {
  .login-form {
    padding: 55px 15px;
  }
}

.login-form .form-title h3 {
  font-size: 36px;
  line-height: 42px;
  color: #03014c;
  margin-bottom: 25px;
  font-weight: 700;
}

@media screen and (max-width: 479px) {
  .login-form .form-title h3 {
    font-size: 28px;
    line-height: 35px;
  }
}

.login-form .form-title p {
  font-size: 14px;
  line-height: 25px;
  color: #03014c;
  opacity: 0.5;
  margin-bottom: 29px;
}

.login-form .form-control {
  border: none;
  font-size: 15px;
  background: #f6f6f6;
  font-weight: 500;
  height: 70px;
  color: rgba(3, 1, 76, 0.5);
  padding: 27px 50px 27px 85px;
  position: relative;
  text-transform: inherit;
}

@media screen and (max-width: 575px) {
  .login-form .form-control {
    padding: 21px 37px 17px 50px;
  }
}

.login-form .form-group {
  position: relative;
}

.login-form .form-group img {
  width: auto;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
  z-index: 99;
}

@media screen and (max-width: 575px) {
  .login-form .form-group img {
    left: 20px;
  }
}

.login-form i#togglePassword {
  color: #03014c;
  opacity: 0.4;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}

.login-form .xi-btn {
  width: 100%;
  height: 70px;
  font-size: 16px;
  line-height: 19px;
  margin-top: 0;
}

.login-form .category-item {
  margin: 20px 0px 25px;
}

.login-form .category-item ul li label {
  font-size: 15px;
  color: #374567;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 4px;
}

.login-form .category-item ul li a {
  font-size: 15px;
  color: #374567;
}

.login-form .account-para {
  width: 100%;
  margin-top: 14px;
}

.login-form .account-para p {
  font-size: 16px;
  color: #0b1531;
}

.login-form .account-para p a {
  font-weight: 600;
  color: #e94386;
}

.login-form .login-access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 35px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 375px) {
  .login-form .login-access {
    display: block;
  }
}

.login-form .login-access .xi-btn {
  font-size: 16px;
  line-height: 17px;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 232px;
  height: 65px;
  margin: 0px 10px;
  font-weight: 500;
  background: transparent;
  color: #0b1531;
}

.login-form .login-access .xi-btn::before {
  background: #0b1531;
}

.login-form .login-access .xi-btn:hover {
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .login-form .login-access .xi-btn {
    width: 160px;
  }
}

@media screen and (max-width: 375px) {
  .login-form .login-access .xi-btn {
    width: calc(100% - 30px);
    margin: 0 auto 10px;
  }
}

.login-form .login-access .xi-btn img {
  width: auto;
  height: auto;
  display: block;
  margin-right: 13px;
}

.our-menu-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
  box-shadow: 0px 28px 40px rgba(14, 30, 53, 0.2);
  margin-bottom: 30px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.our-menu-box .our-menu-item-style {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 479px) {
  .our-menu-box .our-menu-item-style {
    display: block;
  }
}

.our-menu-box .our-menu-item-style .image img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

@media screen and (max-width: 479px) {
  .our-menu-box .our-menu-item-style .image img {
    margin: auto;
  }
}

.our-menu-box .our-menu-item-style .content-menu-item {
  margin-left: 20px;
}

@media screen and (max-width: 479px) {
  .our-menu-box .our-menu-item-style .content-menu-item {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
}

.our-menu-box .our-menu-item-style .content-menu-item .menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 479px) {
  .our-menu-box .our-menu-item-style .content-menu-item .menu-title {
    display: block;
  }
}

.our-menu-box .our-menu-item-style .content-menu-item .h5 {
  margin-bottom: 0;
  font-size: 27px;
}

.our-menu-box .our-menu-item-style .content-menu-item .h5 a {
  font-family: "Pushster", cursive;
  color: #0b1531;
}

.our-menu-box .our-menu-item-style .content-menu-item h6 {
  font-size: 16px;
  line-height: 25px;
  color: #374567;
  font-family: "Open Sans";
  margin-top: 15px;
  opacity: 0.7;
  font-weight: 400;
}

.our-menu-box .our-menu-item-style .content-menu-item .pricing {
  margin-top: 3px;
  font-family: "Pushster", cursive;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #c19d60;
}

@media screen and (max-width: 479px) {
  .our-menu-box .our-menu-item-style .content-menu-item .pricing {
    margin-top: 10px;
  }
}

.our-menu-box:hover .content-menu-item .h5 a {
  color: #c19d60;
}

.our-menu-box:hover .our-menu-item-style img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.prod-ads-box {
  background: #60ab0a;
  border-radius: 15px;
  padding: 30px;
  min-height: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .prod-ads-box {
    display: block;
    margin-bottom: 30px;
  }
}

.prod-ads-box .content {
  max-width: 240px;
}

.prod-ads-box .content h5 {
  font-family: "Pushster", cursive;
  font-size: 40px;
  display: block;
  color: #fff;
  margin-bottom: 15px;
  line-height: 38px;
}

@media screen and (max-width: 479px) {
  .prod-ads-box .content h5 {
    font-size: 29px;
  }
}

.prod-ads-box .content p {
  font-family: "Open Sans";
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
  display: block;
  text-transform: capitalize;
}

.prod-ads-box .content .image {
  overflow: hidden;
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  height: 200px;
  width: 200px;
  background: #2332112b;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.prod-ads-box .content .image img {
  width: 160px;
  height: auto;
  display: block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .prod-ads-box .content .image {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    margin: 0px auto 20px;
  }
}

.prod-ads-box .content .xi-btn {
  color: #fff !important;
  border-color: #fff;
}

.prod-ads-box .content .xi-btn:hover {
  border-color: #0b1531;
}

@media screen and (max-width: 991px) {
  .prod-ads-box .content .xi-btn {
    margin: auto;
  }
}

@media screen and (max-width: 991px) {
  .prod-ads-box .content {
    max-width: 100%;
    text-align: center;
  }
}

.prod-ads-box:hover .content .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.booking-section {
  background-image: url("../images/booking/reservation_bg.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.booking-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .booking-form {
    display: block;
  }
}

.booking-form .image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

@media screen and (max-width: 767px) {
  .booking-form .image {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    display: none;
  }
}

.booking-form #resturent-map {
  height: 600px;
}

@media screen and (max-width: 767px) {
  .booking-form #resturent-map {
    height: 400px;
  }
}

.booking-form #resturent-map iframe {
  width: 100%;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .booking-form #resturent-map iframe {
    height: 400px;
  }
}

.booking-form .form {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 48px 40px 47px;
}

@media screen and (max-width: 767px) {
  .booking-form .form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.booking-form .form .h4 {
  font-family: "Pushster", cursive;
  text-align: left;
  font-weight: 700;
  text-transform: uppercase;
}

.booking-form .form.v3 {
  margin-top: 0;
  height: 600px;
}

@media screen and (max-width: 767px) {
  .booking-form .form.v3 {
    height: auto;
  }
}

.booking-form .form .form-area {
  height: 75px;
}

.booking-section-v2 {
  background-image: url("../images/booking/pet-bg.jpg");
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

.booking-section-v2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.real-estet h1,
.real-estet h2,
.real-estet h3,
.real-estet h3,
.real-estet h5,
.real-estet h6 {
  font-family: "Oswald", sans-serif;
}

.real-estet .header-social ul li a {
  color: #ff5a3c;
}

.real-estet .header-social ul li a::before {
  background: #ff5a3c;
}

.real-estet
  .header-area
  .top-content
  .header-quote
  .address-area
  .address-list
  .info-content
  .info-des:hover {
  color: #ff5a3c;
}

.real-estet
  .header-area
  .top-content
  .header-quote
  .address-area
  .address-list
  .info-content
  .info-des
  a:hover {
  color: #ff5a3c;
}

.real-estet .header-section .header-menu .main-menu li a.active,
.real-estet .header-section .header-menu .main-menu li a:hover {
  color: #ff5a3c !important;
}

.real-estet .header-section .header-menu .main-menu li a.active::after,
.real-estet .header-section .header-menu .main-menu li a:hover::after {
  color: #ff5a3c;
}

.real-estet .header-section .header-menu .main-menu li .sub-menu {
  border-color: #ff5a3c;
}

.real-estet .header-section .header-menu .main-menu li .sub-menu li a::before {
  background: #ff5a3c;
}

.real-estet .header-cart .cart-btn:hover {
  color: #fff;
  background: #ff5a3c;
  border-color: #ff5a3c;
}

.real-estet .header-cart .cart-total .value,
.real-estet .header-cart .total-quantity {
  color: #ff5a3c !important;
}

.real-estet .header-cart .btn-close:hover {
  background: #ff5a3c !important;
}

.real-estet .header-search .user-btn:hover,
.real-estet .header-search .search-btn:hover {
  background: #ff5a3c;
  color: #fff;
  border-color: #ff5a3c;
}

.real-estet .mega-menu .mega-menu-item ul li h6 {
  color: #ff5a3c;
}

.real-estet .mega-menu .mega-menu-item ul li a::before {
  background: #ff5a3c;
}

.real-estet .nav-slide.owl-carousel .owl-nav button:hover {
  background: #ff5a3c;
}

.real-estet .footer-widget ul li a:hover {
  color: #ff5a3c;
}

.real-estet .footer-widget .social-icon ul li a:hover {
  background: #ff5a3c;
}

.real-estet .footer-bottom .link a:hover {
  color: #ff5a3c;
}

.real-estet .back-to-top {
  background: #ff5a3c;
}

.real-estet .service-icon-box.v4 .content-v2 h5 {
  font-family: "Oswald", sans-serif;
}

.real-estet .blog-item.v4 .content h5 a {
  font-family: "Oswald", sans-serif;
  font-size: 22px;
}

.real-estet .xi-btn {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
}

.real-estet .service-btn a {
  font-family: "Oswald", sans-serif;
}

.real-estet .footer-top-content h4 {
  font-family: "Oswald", sans-serif;
}

.pet-care h1,
.pet-care h2,
.pet-care h3,
.pet-care h3,
.pet-care h5,
.pet-care h6 {
  font-family: "Baloo 2", cursive;
}

.pet-care .header-social ul li a {
  color: #ff8e15;
}

.pet-care .header-social ul li a::before {
  background: #ff8e15;
}

.pet-care
  .header-area
  .top-content
  .header-quote
  .address-area
  .address-list
  .info-content
  .info-des:hover {
  color: #ff8e15;
}

.pet-care
  .header-area
  .top-content
  .header-quote
  .address-area
  .address-list
  .info-content
  .info-des
  a:hover {
  color: #ff8e15;
}

@media screen and (max-width: 991px) {
  .pet-care .header-section .nav {
    padding: 0;
  }
}

.pet-care .header-section .nav .header-menu .main-menu li a.active,
.pet-care .header-section .nav .header-menu .main-menu li a:hover {
  color: #ff8e15 !important;
}

.pet-care .header-section .nav .header-menu .main-menu li a.active::after,
.pet-care .header-section .nav .header-menu .main-menu li a:hover::after {
  color: #ff8e15;
}

.pet-care .header-section .nav .header-menu .main-menu li .sub-menu {
  border-color: #ff8e15;
}

.pet-care
  .header-section
  .nav
  .header-menu
  .main-menu
  li
  .sub-menu
  li
  a::before {
  background: #ff8e15;
}

.pet-care .header-cart .cart-btn:hover {
  color: #fff;
  background: #ff8e15;
  border-color: #ff8e15;
}

.pet-care .header-cart .cart-total .value,
.pet-care .header-cart .total-quantity {
  color: #ff8e15 !important;
}

.pet-care .header-cart .btn-close:hover {
  background: #ff8e15 !important;
}

.pet-care .header-search .user-btn:hover,
.pet-care .header-search .search-btn:hover {
  background: #ff8e15;
  color: #fff;
  border-color: #ff8e15;
}

.pet-care .mega-menu .mega-menu-item ul li h6 {
  color: #ff8e15;
}

.pet-care .mega-menu .mega-menu-item ul li a::before {
  background: #ff8e15;
}

.pet-care .nav-slide.owl-carousel .owl-nav button:hover {
  background: #ff8e15;
}

.pet-care .footer-widget .title h6 {
  font-size: 25px;
}

.pet-care .footer-widget ul li a:hover {
  color: #ff8e15;
}

.pet-care .footer-widget .social-icon ul li a:hover {
  background: #ff8e15;
}

.pet-care .footer-bottom .link a:hover {
  color: #ff8e15;
}

.pet-care .back-to-top {
  background: #ff8e15;
}

.pet-care .xi-btn {
  font-family: "Baloo 2", cursive;
  font-size: 16px;
}

.pet-care .footer-top-content h4 {
  font-family: "Baloo 2", cursive;
}

.resturent h1,
.resturent h2,
.resturent h3,
.resturent h3,
.resturent h5,
.resturent h6 {
  font-family: "Pushster", cursive;
}

.resturent .header-social ul li a {
  color: #c19d60;
}

.resturent .header-social ul li a::before {
  background: #c19d60;
}

.resturent
  .header-area
  .top-content
  .header-quote
  .address-area
  .address-list
  .info-content
  .info-des:hover {
  color: #c19d60;
}

.resturent
  .header-area
  .top-content
  .header-quote
  .address-area
  .address-list
  .info-content
  .info-des
  a:hover {
  color: #c19d60;
}

@media screen and (max-width: 991px) {
  .resturent .header-section .nav {
    padding: 0;
  }
}

.resturent .header-section .nav .header-menu .main-menu li a.active,
.resturent .header-section .nav .header-menu .main-menu li a:hover {
  color: #c19d60 !important;
}

.resturent .header-section .nav .header-menu .main-menu li a.active::after,
.resturent .header-section .nav .header-menu .main-menu li a:hover::after {
  color: #c19d60;
}

.resturent .header-section .nav .header-menu .main-menu li .sub-menu {
  border-color: #c19d60;
}

.resturent
  .header-section
  .nav
  .header-menu
  .main-menu
  li
  .sub-menu
  li
  a::before {
  background: #c19d60;
}

.resturent .header-cart .cart-btn:hover {
  color: #fff;
  background: #c19d60;
  border-color: #c19d60;
}

.resturent .header-cart .cart-total .value,
.resturent .header-cart .total-quantity {
  color: #c19d60 !important;
}

.resturent .header-cart .btn-close:hover {
  background: #c19d60 !important;
}

.resturent .header-search .user-btn:hover,
.resturent .header-search .search-btn:hover {
  background: #c19d60;
  color: #fff;
  border-color: #c19d60;
}

.resturent .mega-menu .mega-menu-item ul li h6 {
  color: #c19d60;
}

.resturent .mega-menu .mega-menu-item ul li a::before {
  background: #c19d60;
}

.resturent .nav-slide.owl-carousel .owl-nav button:hover {
  background: #c19d60;
}

.resturent .footer-widget .title h6 {
  font-size: 30px;
}

.resturent .footer-widget ul li a:hover {
  color: #c19d60;
}

.resturent .footer-widget .social-icon ul li a:hover {
  background: #c19d60;
}

.resturent .footer-bottom .link a:hover {
  color: #c19d60;
}

.resturent .back-to-top {
  background: #c19d60;
}

.resturent .team-item-box-v3 .content .h5 {
  font-family: "Pushster", cursive;
  font-weight: 500;
  margin-bottom: 4px;
}

.resturent .team-item-box-v3 .content .h5 a:hover {
  color: #c19d60;
}

.resturent .blog-item.v4 .content h5 a {
  font-family: "Pushster", cursive;
  font-weight: 500;
  font-size: 25px;
}

.resturent .xi-btn {
  font-family: "Pushster", cursive;
  font-size: 16px;
}

/**
 *
 * Common CSS
 *
 */

.about-content2 p {
  margin-bottom: 24px;
}

.vc-mt-10 {
  margin-top: 10px;
}

.clients-desktop {
  text-align: center;
}

.clients-desktop .icon-box {
  display: inline-flex;
  height: 100px;
  flex-wrap: wrap;
  margin: 0;
  text-align: center;
  margin: 16px;
  align-items: center;
  align-content: center;
  border-radius: 8px;
  padding: 6px;
  background: #fff;
  filter: grayscale(1);
  img {
    height: 35px !important;
  }
}

.promise-caro .icon-box {
  display: inline-flex;
  width: 100%;
  height: 100px;
  flex-wrap: wrap;
  margin: 0;
  text-align: center;
  margin: 16px;
  align-items: center;
  align-content: center;
  border-radius: 8px;
  padding: 6px;
  background: #fff;
  filter: grayscale(1);
}

.clients-desktop .icon-box:hover {
  filter: grayscale(0);
}

/* .promise-section .owl-carousel.owl-drag .owl-item{
  width:200px !important;
  margin:0px !important
} */

.service-item-image img {
  width: 100%;
  height: auto;
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1400px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.service-list {
  background-image: url(file:///D:/Others/Thoufeeque/sample-design/jay/vithana/assets/images/inner-page-banner/gradient-background.jpg);
  background-attachment: fixed;
}

.service-list .box {
  padding: 40px;
  border-radius: 18px;
  background: #fff;
  text-align: center;
  height: 100%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 2px, rgba(0, 0, 0, 0.23) 0px 1px 2px;
}

.service-list .box:hover {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px,
    rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.service-list .box h4 {
  font-size: 20px;
  font-weight: 700;
  line-height: 72px;
  color: #e94386;
  line-height: 1.25;
  margin: auto;
  padding-bottom: 20px;
  max-width: 250px;
}

.service-list .box img {
  width: 64px;
  margin: auto;
  margin-bottom: 30px;
  opacity: 0.75;
}

section.service-list .col-md-6 {
  margin-bottom: 30px !important;
}

.service-list .box p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.lists li {
  color: #c7c7d6;
  list-style-type: square;
  line-height: 1.8;
  font-family: "Mulish", sans-serif;
  font-size: 14px;
  font-weight: 400;
  list-style-position: inside;
}

.sub-banner {
  padding: 50px 0px 25px;
}

.sub-banner:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, -50%);
}

.sub-banner h1 {
  max-width: 100% !important;
}

.text-gray {
  color: #c1c1c1;
}

.team-list {
  margin-top: 100px;
}

.team-list .team-member {
  box-shadow: 1px 3px 6px #e1e1e1;
  margin-bottom: 80px;
  border-radius: 18px;
  padding: 40px;
  position: relative;
  background: #fff;
  border: 1px solid #e1e1e1;
  height: 350px;
}

.team-list .team-member .team-info {
  margin-bottom: 40px;
}

.team-list .team-member img {
  position: absolute;
  width: 50%;
  top: -90px;
  left: 10px;
  width: 100%;
  border-radius: 20px;
  filter: grayscale(1);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.team-member .lists {
  margin-left: 23px;
  text-indent: -23px;
}

.team-member .lists li {
  line-height: 1.5;
  margin-bottom: 8px;
  color: #374567;
}

.team-list .team-member .team-info .info {
  padding-left: 30px;
}

.team-list .team-member .team-info .info h4 {
  color: #e94386;
  font-weight: bold;
  margin-bottom: 6px;
}

.team-list .team-member .team-info .info h5 {
  font-style: italic;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgb(0 0 0 / 22%), 0 15px 12px rgba(0, 0, 0, 22%);
}

#customers-testimonials .shadow-effect .d-flex:after {
  content: "";
  position: absolute;
  right: 30px;
  top: 10px;
  background-image: url(../images/logo/quotation.png);
  background-size: contain;
  width: 100px;
  height: 100px;
  opacity: 0.05;
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  text-align: left;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #3190e7;
  padding: 9px 35px;
  border-radius: 6px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
  font-size: 14px;
}
#customers-testimonials .item {
  text-align: left;
  padding: 0px;
  margin-bottom: 80px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.testimonials .owl-carousel .owl-item img {
  transform-style: preserve-3d;
  width: 100px;
  height: 100px;
  object-fit: contain;
  background: white;
  border-radius: 100px;
  border: 1px solid #ebebeb;
  padding: 4px;
  position: relative;
  top: -12px;
}

#customers-testimonials .shadow-effect .d-flex {
  margin-bottom: 18px;
}

#customers-testimonials .shadow-effect .d-flex p {
  padding-left: 20px;
  padding-top: 14px;
  text-align: left;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.25;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #e94386;
  transform: translate3d(0px, -50%, 0px) scale(0.5);
  border-radius: 100px;
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  outline: none;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #d9d9d9;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.5);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  border-radius: 100px;
}

.icon-item-box:hover ul li {
  color: #fff !important;
}

.shadow ul li {
  padding: 10px;
  text-align: left;
  font-size: 16px;
}

.pricing .card {
  border-radius: 22px 22px 0 0 !important;
  height: 100%;
}

.pricing .card-header h2 {
  color: #fff;
  padding: 20px;
  background: #0b1433;
  box-shadow: 0 0 3px gray;
  border-radius: 12px;
  position: relative;
  top: -40px;
  width: 80%;
  margin-left: 10%;
}

.pricing .card-header {
  background: #fff;
  border-radius: 12px 12px 0 0;
}

html {
  scroll-behavior: smooth;
}

.cta-box h4 {
  font-weight: bold;
  color: #e94386;
}

.card-header img {
  width: 200px;
  margin: auto;
}

.pricing ul li {
  position: relative;
  margin-left: 30px;
}

.pricing ul li:before {
  content: "";
  background-image: url(../images/logo/tick.png);
  width: 18px;
  height: 18px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 18px;
  top: 14px;
  left: -20px;
}

.container.pricing {
  margin-top: 30px;
}

.all-client .icon-box {
  display: inline-flex;
  width: 13%;
  height: 80px;
  flex-wrap: wrap;
  margin: 0;
  text-align: center;
  margin: 16px !important;
  align-items: center;
  align-content: center;
  border-radius: 8px;
  padding: 6px;
  background: #fff;
  filter: grayscale(1);
  img {
    width: 90% !important;
  }
}

.works-in .icon-box {
  filter: grayscale(0) !important;
}

.works {
  background-image: url(../images/logo/gray-bg.png);
  padding: 60px 0;
  background-size: cover;
  background-position: bottom;
  background-attachment: fixed;
}

.service-section h4 {
  font-size: 36px;
  font-weight: 800;
  line-height: 47px;
  color: #372668;
}
.icon-item-box-p {
  font-size: 16px !important;
  margin-top: 10px !important;
}

.service-list .box a.btn-blue {
  padding: 10px;
  height: 40px;
  margin-top: 30px !important;
}

img.why-choose-img {
  width: 55%;
  margin: auto;
  margin-bottom: 20px;
}

.pricing h5 {
  font-weight: bold;
  margin-top: -20px;
  font-size: 18px;
}

.pricing h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  color: #e94386;
  font-size: 30px;
}

p.highlight {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  text-shadow: 0 0 20px #000000;
  text-align: center;
  margin: 10px 0;
  color: #000;
}

.pricing ul {
  margin-bottom: 100px;
}

.pricing .card-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 30px;
  background: #ffffff;
  border-top: 0px;
}

.team-member-img {
  img {
    width: 150px !important;
    height: 150px !important;
  }
}
