.footer .footer-form .footer-form__submit
/*---------------------------
      Table of Contents
    -------------------------

    01- Global Styles
    02- Helper Classes
    03- Background & Colors
    04- Typography
    05- page title
    06- Buttons
    07- Forms
    08- Tabs
    09- Icons
    10- Breadcrumb
    11- Pagination
    12- Lists
    13- Animations
    14- Header & Navbar
    15- Accordions
    16- Banners
    17- Footer
    18- Call to Action
    19- Carousel
    20- Slider
    21- Video
    22- Features
    23- Fancybox
    24- portfolio
    25- Team
    26- Testimonials
    27- Clients
    28- Blog
    29- Contact
    30- Pricing
    31- Counters
    32- Sidebar
    33- About
    34- Banners
    35- Careers
    36- Services
    37- Work Process

----------------------------*/
/*--------------------------
      Global Styles
---------------------------*/
@font-face {
  font-family: cairo;
  src: url("../fonts/Cairo-Regular.ttf");
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap')
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  /*font-family: cairo;*/
  font-size: 15px;
  color: #9b9b9b;
  overflow-x: hidden;
  text-align: left;
  direction: ltr;
}

::-moz-selection {
  background-color: #771e65;
  color: #ffffff;
}

::selection {
  background-color: #771e65;
  color: #ffffff;
}

a {
  color: #771e65;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

a:hover {
  color: #0e2b3d;
  text-decoration: none;
}

section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}

img {
  max-width: 100%;
}

/*-------------------------
     RESET Default Styles
 --------------------------*/
* {
  outline: none;
}

button {
  border: none;
  padding: 0;
}

button,
button:focus,
.form-control,
.form-control:focus {
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

textarea {
  resize: none;
}

select {
  background-color: transparent;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  html,
  body {
    overflow-x: hidden;
  }
}

/*----------------------------
      Helper Classes
----------------------------*/
.sticky-top {
  z-index: 500;
}
.heading.heading-light.mb-50.sticky-top {
    margin-bottom: 150px !important;
}

.row-no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutter > [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}

.inner-padding {
  padding: 65px;
}

.vertical-align-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.box-shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.background-banner {
  min-height: 500px;
}

.bg-size-auto {
  background-size: auto !important;
}

.bg-top-right {
  background-position: top left !important;
}

.bg-no-repeat {
  background-repeat: no-repeat !important;
}

.bg-top-center {
  background-position: top center !important;
}

.bg-bottom-center {
  background-position: bottom center !important;
}

.width-auto {
  width: auto !important;
}

.fz-13 {
  font-size: 13px !important;
}

.fz-14 {
  font-size: 14px !important;
}

.fz-16 {
  font-size: 16px !important;
}

.fz-25 {
  font-size: 25px !important;
}

.lh-1 {
  line-height: 1 !important;
}

.list-inline > li {
  display: inline-block;
}

.align-v {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-v-h {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.border-top {
  border-top: 1px solid #e7ebef !important;
}

.border-bottom {
  border-bottom: 1px solid #e7ebef !important;
}

.height-500 {
  height: 500px;
}

/*----------------------
     Dividers
------------------------*/
.divider {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 2px;
  background-color: #e7ebef;
}

.divider-sm {
  width: 20px;
  height: 2px;
}

.divider-primary {
  background-color: #771e65;
}

.divider-secondary {
  background-color: #0e2b3d;
}

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

.minwidth-120 {
  min-width: 120px !important;
}

.minwidth-170 {
  min-width: 170px !important;
}

.z-index-2 {
  z-index: 2 !important;
}

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

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

.mt--90 {
  margin-top: -90px;
}

.mt--100 {
  margin-top: -80px;
}

.mt--120 {
  margin-top: -120px;
}

.mt--130 {
  margin-top: -130px;
}

.mt--140 {
  margin-top: -140px;
}

.mt--170 {
  margin-top: -170px;
}

.mt--200 {
  margin-top: -200px;
}

.mt--210 {
  margin-top: -210px;
}

/*  margin Top */
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Margin Right */
.mr-0 {
  margin-left: 0 !important;
}

.mr-20 {
  margin-left: 20px !important;
}

.mr-30 {
  margin-left: 30px !important;
}

.mr-40 {
  margin-left: 40px !important;
}

.mr-50 {
  margin-left: 50px !important;
}

/* Margin Left */
.ml-0 {
  margin-right: 0 !important;
}

.ml-20 {
  margin-right: 20px !important;
}

.ml-30 {
  margin-right: 30px !important;
}

.ml-40 {
  margin-right: 40px !important;
}

.ml-50 {
  margin-right: 50px !important;
}

/* padding Top */
.pb-10 {
  padding-top: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*  Padding Bottom */
.pb-10 {
  padding-bottom: 10px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* padding Right */
.pr-0 {
  padding-left: 0 !important;
}

.pr-15 {
  padding-left: 15px !important;
}

.pr-20 {
  padding-left: 20px !important;
}

.pr-30 {
  padding-left: 30px !important;
}

.pr-50 {
  padding-left: 50px !important;
}

.pr-60 {
  padding-left: 60px !important;
}

.pr-70 {
  padding-left: 70px !important;
}

.pr-100 {
  padding-left: 100px !important;
}

/* padding Left */
.pl-0 {
  padding-right: 0 !important;
}

.pl-15 {
  padding-right: 15px !important;
}

.pl-20 {
  padding-right: 20px !important;
}

.pl-30 {
  padding-right: 30px !important;
}

.pl-50 {
  padding-right: 50px !important;
}

.pl-60 {
  padding-right: 60px !important;
}

.pl-70 {
  padding-right: 70px !important;
}

.pl-100 {
  padding-right: 100px !important;
}

@media (max-width: 1200px) {
  .inner-padding {
    padding: 30px !important;
  }
}

@media (max-width: 992px) {
  .mt-30 {
    margin-top: 20px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* Margin Right */
  .mr-30 {
    margin-left: 15px !important;
  }

  .mr-40 {
    margin-left: 20px !important;
  }

  .mr-50 {
    margin-left: 25px !important;
  }

  /* Margin Left */
  .ml-30 {
    margin-right: 15px !important;
  }

  .ml-40 {
    margin-right: 20px !important;
  }

  .ml-50 {
    margin-right: 25px !important;
  }

  /* padding Top */
  .pt-30 {
    padding-top: 15px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /*  Padding Bottom */
  .pb-30 {
    padding-bottom: 15px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Medium Devices */
@media (min-width: 768px) and (max-width: 991px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .inner-padding {
    padding: 20px !important;
  }

  .text-center-xs-sm {
    text-align: center !important;
  }

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

/*-------------------------
   Background & Colors
--------------------------*/
/* Colors */
.color-white {
  color: #ffffff !important;
}

.color-gray {
  color: #f9f9f9 !important;
}

.color-dark {
  color: #222222 !important;
}

.color-primary {
  color: #771e65 !important;
}

.color-secondary {
  color: #0e2b3d !important;
}

.color-heading {
  color: #0e2b3d !important;
}

.color-body {
  color: #9b9b9b !important;
}

/* backgrounds */
.bg-white {
  background-color: #ffffff !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-heading {
  background-color: #0e2b3d !important;
}

.bg-primary {
  background-color: #771e65 !important;
}

.bg-secondary {
  background-color: #0e2b3d !important;
}

.bg-img {
  position: relative;
  z-index: 1;
}

.bg-img-slider {
    position: absolute;
    z-index: -2;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.bg-img-slider img {
    width: 100%;
    height: 100%;
}

.background-size-auto {
  background-size: auto !important;
}

.bg-parallax {
  background-attachment: fixed;
}

.bg-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(3, 13, 19, 0.15);
}

.bg-overlay-2:before {
  background-color: rgba(3, 13, 19, 0.35);
}

.bg-overlay-3:before {
  background-color: rgba(3, 13, 19, 0.05);
}

.bg-overlay-gradient:before {
  background-color: rgba(0,0,0,0.15);
  background-image: -webkit-gradient(
    linear,
    right top,
    right bottom,
    from(rgba(3, 13, 19, 0.1)),
    to(rgba(27, 26, 26, 0.1))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(3, 13, 19, 0.1),
    rgba(27, 26, 26, 0.1)
  );
}

.bg-overlay-primary:before {
  background: radial-gradient(rgb(171 40 144), rgb(84 48 77));
}

.bg-overlay-primary-2:before {
  background-color: rgb(145 26 111);
}

/*-------------------------
   Typography
--------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e2b3d;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

p {
  word-spacing: 1px;
  line-height: 1.9;
  margin-bottom: 15px;
}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 18px;
}

.heading__subtitle {
  font-size: 18px;
  color: #771e65;
  margin-bottom: 12px;
}

.heading__title {
  line-height: 1.5;
  font-size: 37px;
  margin-bottom: 20px;
}

.service-heading .heading__title {
    font-size: 18px !important;
}

.heading__title .underlined-text {
  border-bottom: 4px solid #771e65;
}

.heading__desc {
  margin-bottom: 0;
}

.heading-layout2 .heading__title {
  font-size: 40px;
}

.heading-layout3 .heading__title {
  font-size: 50px;
}

.heading-light .heading__subtitle {
  color: #f9f9f9;
}

.heading-light .heading__subtitle:after {
  background-color: #ffffff;
}

.heading-light .heading__title,
.heading-light .heading__desc {
  color: #ffffff;
}

.text__block-title {
  font-size: 25px;
  margin-bottom: 17px;
}

.text__block-desc {
  font-size: 16px;
  line-height: 26px;
}

.text__link {
  font-size: 14px;
  font-weight: 700;
}

.text__link a {
  color: #0e2b3d;
}

.text__link a:hover {
  color: #771e65;
}

@media (max-width: 992px) {
  .heading__title {
    font-size: 30px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .heading__title {
    font-size: 21px;
    margin-bottom: 10px;
  }

  .heading__subtitle,
  .text__link {
    font-size: 13px;
  }

  .heading__desc {
    font-size: 13px;
    line-height: 23px;
  }

  .heading-layout2 .heading__title {
    font-size: 24px;
  }

  .heading-layout3 .heading__title {
    font-size: 26px;
  }
  .banner-layout5 .heading__title {
    font-size: 32px;
  }

  .text__block-desc {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

/*-------------------------
    page title
-------------------------*/
.header-transparent + .page-title {
  margin-top: -100px;
}

.pagetitle__subheading {
  font-size: 15px;
  font-weight: 700;
  color: #f9f9f9;
  display: inline-block;
  margin-bottom: 15px;
}

.pagetitle__heading {
  color: #ffffff;
  font-size: 45px;
  line-height: 1.5;
}

.pagetitle__heading .text-underlined {
  border-bottom: 4px solid #ffffff;
}

.pagetitle__desc {
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 700;
  color: #f9f9f9;
  margin-bottom: 34px;
}

.page-title {
  padding-top: 230px;
  padding-bottom: 150px;
}

.page-title .breadcrumb-item + .breadcrumb-item::before {
  color: #ffffff;
  transform: rotate(180deg);
  padding-left: 0.5rem;
}

.page-title .breadcrumb-item.active {
  color: #f9f9f9;
}

.page-title .breadcrumb-item a {
  position: relative;
  color: #ffffff;
}

.page-title .breadcrumb-item a:hover {
  color: #f9f9f9;
}

.page-title-layout1,
.page-title-layout3 {
  padding-bottom: 35px;
}

.page-title-layout1 .breadcrumb,
.page-title-layout3 .breadcrumb {
  margin-top: 90px;
}

.page-title-layout2 {
  padding-top: 230px;
  padding-bottom: 130px;
}

.page-title-layout2 .pagetitle__heading {
  font-size: 37px;
  line-height: 1.5;
}

.page-title-layout4 .pagetitle__desc {
  max-width: 480px;
  margin: auto;
}

.page-title-layout5 {
  padding-bottom: 240px;
}

.page-title-layout5 .pagetitle__heading {
  font-size: 37px;
  font-weight: 700;
  line-height: 1.5;
}

.page-title-layout5 + .pricing .pricing-wrapper {
  position: relative;
  margin-top: -93px;
  z-index: 3;
}

.page-title-layout6 {
  padding-top: 250px;
}

.page-title-layout8 {
  padding-top: 240px;
  padding-bottom: 35px;
}

.page-title-layout8 .cta-banner {
  max-width: 270px;
  padding: 50px 40px;
}

.page-title-layout8 .breadcrumb {
  margin-top: 80px;
}

.page-title-layout9 {
  padding-bottom: 35px;
}

.page-title-layout9 .breadcrumb {
  margin-top: 90px;
}

.page-title-layout10 {
  padding-bottom: 170px;
}

.page-title-layout11 {
  padding-top: 250px;
}

.page-title-layout11 .pagetitle__heading {
  font-size: 36px;
  line-height: 1.3;
}

.page-title-layout11 .pagetitle__subheading {
  padding: 10px 15px;
  border-radius: 2px;
  color: #ffffff;
  background-color: #771e65;
}

.page-title-layout12 {
  padding-top: 250px;
  padding-bottom: 160px;
}

.page-title-layout12 .pagetitle__heading {
  font-size: 50px;
}

.page-title-layout13 {
  padding-top: 250px;
  padding-bottom: 35px;
}

.page-title-layout13 .pagetitle__desc {
  max-width: 500px;
  margin: auto;
}

.page-title-layout13 .breadcrumb {
  margin-top: 100px;
}

.page-title-layout14 {
  padding-top: 290px;
  padding-bottom: 190px;
}

.page-title-layout14 .pagetitle__desc {
  max-width: 480px;
  margin: auto;
}

.page-title-layout15 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.page-title-layout15 .pagetitle__heading,
.page-title-layout15 .breadcrumb-item a,
.page-title-layout15 .breadcrumb-item + .breadcrumb-item:before {
  color: #0e2b3d;
}

.page-title-layout15 .breadcrumb-item a:hover {
  color: #0e2b3d;
}

.page-title-layout15 .pagetitle__desc,
.page-title-layout15 .breadcrumb-item.active {
  color: #9b9b9b;
}

@media (min-width: 320px) and (max-width: 992px) {
  .page-title-layout5 {
    padding-bottom: 100px !important;
  }

  .page-title-layout5 + .pricing .pricing-wrapper {
    margin-top: -54px;
  }
}

/* Medium Size Devices */
@media (min-width: 768px) and (max-width: 991px) {
  .page-title {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .page-title .pagetitle__heading {
    font-size: 50px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .page-title {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .page-title .pagetitle__subheading {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .page-title .pagetitle__desc {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .page-title .pagetitle__heading {
    font-size: 28px !important;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .page-title-layout15 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/*--------------------
   Buttons
---------------------*/
.btn {
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  font-size: 15px;
  font-weight: 700;
  min-width: 170px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  padding: 0 15px;
  letter-spacing: 1px;
  border: 0;
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn:focus,
.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.btn .icon-arrow-right,
.btn .icon-arrow-left {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn:not(.btn__link):not(.btn__bordered):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #0e2b3d;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  -webkit-transition: -webkit-transform 0.24s
    cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9),
    -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}

.btn:not(.btn__link):not(.btn__bordered):hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.btn__primary {
  background-color: #771e65;
  color: #ffffff;
}

.btn__primary .icon-outlined {
  color: #0e2b3d;
  border: 1px solid #771e65;
}

.btn__primary:active,
.btn__primary:focus {
  background-color: #771e65;
  color: #ffffff;
}

.btn__primary .icon-arrow-right,
.btn__primary .icon-arrow-left {
  color: #771e65;
  background-color: #ffffff;
  transform: rotate(180deg);
}

.btn__primary:hover {
  color: #ffffff;
}

.btn__primary:hover .icon-arrow-right,
.btn__primary:hover .icon-arrow-left {
  color: #0e2b3d;
  background-color: #ffffff;
}

.btn__primary.btn__bordered {
  background-color: transparent;
  border: 2px solid #771e65;
  color: #771e65;
}

.btn__primary.btn__bordered .icon-arrow-right,
.btn__primary.btn__bordered .icon-arrow-left {
  color: #ffffff;
  background-color: #771e65;
  transform: rotate(180deg);
}

.btn__primary.btn__bordered:hover {
  color: #ffffff;
  background-color: #771e65;
}

.btn__primary.btn__bordered:hover .icon-arrow-right,
.btn__primary.btn__bordered:hover .icon-arrow-left {
  color: #771e65;
  background-color: #ffffff;
}

.btn__primary-style2:before {
  background-color: #ffffff !important;
}

.btn__primary-style2:hover {
  color: #0e2b3d;
}

.btn__primary-style2:hover .icon-arrow-right,
.btn__primary-style2:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #0e2b3d;
}

.btn__secondary {
  background-color: #0e2b3d;
  color: #ffffff;
}

.btn__secondary:before {
  background-color: #771e65 !important;
}

.btn__secondary .icon-arrow-right,
.btn__secondary .icon-arrow-left {
  color: #0e2b3d;
  background-color: #ffffff;
}

.btn__secondary:hover {
  color: #ffffff;
}

.btn__secondary:hover .icon-arrow-right,
.btn__secondary:hover .icon-arrow-left {
  color: #771e65;
}

.btn__secondary:active,
.btn__secondary:focus {
  background-color: #222222;
  color: #ffffff;
}

.btn__secondary.btn__bordered {
  background-color: transparent;
  border: 2px solid #0e2b3d;
  color: #0e2b3d;
}

.btn__secondary.btn__bordered .icon-arrow-right,
.btn__secondary.btn__bordered .icon-arrow-left {
  color: #ffffff;
  background-color: #0e2b3d;
  transform: rotate(180deg);
}

.btn__secondary.btn__bordered:hover {
  color: #ffffff;
  background-color: #0e2b3d;
}

.btn__secondary.btn__bordered:hover .icon-arrow-right,
.btn__secondary.btn__bordered:hover .icon-arrow-left {
  color: #0e2b3d;
  background-color: #ffffff;
}

.btn__secondary-style2:before {
  background-color: #ffffff !important;
}

.btn__secondary-style2:hover {
  color: #0e2b3d;
}

.btn__secondary-style2:hover .icon-arrow-right,
.btn__secondary-style2:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #0e2b3d;
}

.btn__white {
  background-color: #ffffff;
  color: #0e2b3d;
}

.btn__white:active,
.btn__white:focus {
  background-color: #ffffff;
  color: #0e2b3d;
}

.btn__white .icon-arrow-right,
.btn__white .icon-arrow-left {
  color: #ffffff;
  background-color: #0e2b3d;
}

.btn__white:hover {
  color: #ffffff;
}

.btn__white:hover .icon-arrow-right,
.btn__white:hover .icon-arrow-left {
  color: #0e2b3d;
  background-color: #ffffff;
}

.btn__white.btn__bordered {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  line-height: 24px;
}

.btn__white.btn__bordered .icon-arrow-right,
.btn__white.btn__bordered .icon-arrow-left {
  color: #771e65;
  background-color: #ffffff;
  transform: rotate(180deg);
}

.btn__white.btn__bordered:hover {
  color: #771e65;
  background-color: #ffffff;
}

.btn__white.btn__bordered:hover .icon-arrow-right,
.btn__white.btn__bordered:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #771e65;
}

.btn__white-style2 {
  color: #771e65;
}

.btn__white-style2 .icon-arrow-right,
.btn__white-style2 .icon-arrow-left {
  color: #ffffff;
  background-color: #771e65;
}

.btn__white-style2:before {
  background-color: #771e65 !important;
}

.btn__white-style2:hover .icon-arrow-right,
.btn__white-style2:hover .icon-arrow-left {
  color: #771e65;
  background-color: #ffffff;
}

.btn__bordered {
  background-color: transparent;
}

.btn__link {
  background-color: transparent;
  border-color: transparent;
  min-width: 0;
  line-height: 1;
  height: auto;
  padding: 0;
  border: none;
  border-radius: 0;
}

.btn__link:focus,
.btn__link:active {
  background-color: transparent;
}

.btn__link.btn__icon {
  height: auto;
  line-height: 1;
  padding: 0;
}

.btn__link.btn__primary {
  color: #771e65;
}

.btn__link.btn__primary-style2:hover {
  color: #ffffff;
}

.btn__link.btn__primary.btn__underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #771e65;
}

.btn__link.btn__primary:hover {
  color: #222222;
}

.btn__link.btn__primary:hover.btn__underlined {
  border-color: #0e2b3d;
}

.btn__link.btn__secondary {
  color: #0e2b3d;
}

.btn__link.btn__secondary .icon-arrow-right,
.btn__link.btn__secondary .icon-arrow-left {
  color: #ffffff;
  background-color: #0e2b3d;
}

.btn__link.btn__secondary:hover {
  color: #771e65;
}

.btn__link.btn__secondary:hover .icon-arrow-right,
.btn__link.btn__secondary:hover .icon-arrow-left {
  background-color: #771e65;
}

.btn__link.btn__white {
  color: #ffffff;
}

.btn__link.btn__white .icon-arrow-right,
.btn__link.btn__white .icon-arrow-left {
  color: #0e2b3d;
  background-color: #ffffff;
  transform: rotate(180deg);
}

.btn__link.btn__white.btn__underlined {
  padding-bottom: 3px;
  border-bottom: 2px solid #ffffff;
}

.btn__link.btn__white:hover {
  color: #0e2b3d;
}

.btn__link.btn__white:hover .icon-arrow-right,
.btn__link.btn__white:hover .icon-arrow-left {
  color: #ffffff;
  background-color: #0e2b3d;
}

.btn__link.btn__white:hover.btn__underlined {
  border-color: #0e2b3d;
}

.btn__block {
  width: 100%;
}

.btn__icon {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 20px;
}

.btn__icon i,
.btn__icon span {
  margin: 0 5px;
}

.btn__social {
  height: 54px;
  line-height: 54px;
  width: 54px;
  min-width: 0 !important;
  font-weight: 400;
  color: #ffffff;
  border-radius: 3px;
}

.btn__facebook {
  background-color: #4267b2;
}

.btn__twitter {
  background-color: #1da0f0;
}

.btn__google-plus {
  background-color: #ea4335;
}

.btn__lg {
  min-width: 200px;
}

.btn__xl {
  min-width: 250px;
  height: 70px;
  line-height: 70px;
}

.btn__xxl {
  min-width: 270px;
}

.btn__xhight {
  height: 70px;
  line-height: 70px;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .btn:not(.btn__link) {
    font-size: 13px;
    min-width: 120px;
    height: 50px;
    line-height: 50px;
  }

  .btn__icon {
    padding: 0 10px;
  }
}

/*---------------------------
        Forms
----------------------------*/
label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 10px;
}

label.error {
  color: red;
  font-size: 14px;
  font-weight: 400;
  margin: 7px 0 0 0;
}

.form-group {
  position: relative;
  margin-bottom: 30px;
}

.form-control {
  height: 60px;
  border: 2px solid #e7ebef;
  background-color: #ffffff;
  padding: 0 20px;
  border-radius: 2px;
  color: #51668a;
}

.form-control:focus {
  background-color: #ffffff;
  border-color: #771e65;
}

.form-control::-webkit-input-placeholder {
  color: #51668a;
}

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

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

.form-control:-ms-input-placeholder {
  color: #51668a;
}

textarea.form-control {
  min-height: 105px;
  padding-top: 10px;
}

.form__title {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 20px;
}

/* Input Radio */
.label-radio {
  display: block;
  position: relative;
  padding-right: 26px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  color: #9b9b9b;
}

.label-radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.radio-indicator {
  position: absolute;
  top: -1px;
  right: 0;
  height: 17px;
  width: 17px;
  background: transparent;
  border: 2px solid #eaeaea;
  border-radius: 50%;
}

.label-radio input:checked ~ .radio-indicator {
  background: transparent;
}

.label-radio:hover input:not([disabled]):checked ~ .radio-indicator,
.label-radio input:checked:focus ~ .radio-indicator {
  background: transparent;
}

.radio-indicator:after {
  content: "";
  position: absolute;
  display: none;
  right: 3px;
  top: 3px;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #771e65;
}

.label-radio input:checked ~ .radio-indicator:after {
  display: block;
}

.custom-control-label {
  font-weight: 400;
}

.custom-control-label:before {
  position: absolute;
  top: -2px;
  left: -1.5rem;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #e7ebef;
  border-radius: 0;
}

.custom-control-label:after {
  position: absolute;
  top: 3px;
  left: -19.5px;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
  border-radius: 1px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: none;
  background-color: #771e65;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 2px;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: transparent;
  border-color: transparent;
}

.custom-control-input:checked ~ .custom-control-label::before {
  border: 1px solid #e7ebef !important;
  background-color: transparent;
}

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.nice-select {
  width: 100%;
  margin-bottom: 30px;
  text-align: left !important;
}
.nice-select:after {
  left: auto;
  right: 12px !important;
}

.nice-select .list {
  width: 100%;
}

.nice-select .current {
  line-height: 60px;
  max-width: 97%;
  display: block;
  overflow: hidden;
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .form-group,
  .nice-select {
    margin-bottom: 20px;
  }
}

/*--------------------
    Tabs
--------------------*/
.nav-tabs {
  border-bottom: none;
}

.nav-tabs .nav__link {
  display: block;
  position: relative;
  padding: 15px 0;
  margin: 0 0 0 30px;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #9b9b9b;
}

.nav-tabs .nav__link:last-of-type {
  margin-left: 0;
}

.nav-tabs .nav__link:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  background-color: #771e65;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.nav-tabs .nav__link.active,
.nav-tabs .nav__link:hover {
  color: #0e2b3d;
}

.nav-tabs .nav__link.active:after,
.nav-tabs .nav__link:hover:after {
  width: 100%;
}

.nav-tabs-white .nav__link {
  color: #ffffff;
}

.nav-tabs-white .nav__link.active,
.nav-tabs-white .nav__link:hover {
  color: #ffffff;
}

.nav-tabs-white .nav__link:after {
  background-color: #fff;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .nav-tabs .nav__link {
    font-size: 12px;
    padding: 10px 0;
    margin: 0 0 0 15px;
  }

  .nav-tabs .nav__link:after {
    bottom: 4px;
  }
}

/*-------------------
    Icons
------------------*/
.social-icons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

footer .social-icons  {
    display: block;
    text-align: center;
}

.social-icons li {
  margin-left: 20px;
  display: inline-block;
}

.social-icons li a {
  display: block;
  color: #9b9b9b;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.social-icons li a:hover {
  color: #771e65;
}

.social-icons li:last-of-type {
  margin-right: 0;
}

.social-icons-primary li a {
  color: #771e65;
}

.icon-arrow-right {
  font-size: 65%;
}

/*-------------------------
    Breadcrumb
--------------------------*/
.breadcrumb {
  background-color: transparent;
  padding: 0;
}

.breadcrumb-item {
  position: relative;
  font-size: 14px;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.5rem;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .breadcrumb-item a,
  .breadcrumb-item + .breadcrumb-item {
    font-size: 12px;
  }
}

/*----------------------
    Pagination
-----------------------*/
.pagination li {
  margin-right: 10px;
}

.pagination li:last-child {
  margin-right: 0;
}

.pagination li a,
.pagination li span{
  font-size: 20px;
  font-weight: 700;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 48px;
  background-color: #ffffff;
  color: #0e2b3d;
  text-align: center;
  border: 2px solid #0e2b3d;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.pagination li span {
    cursor: not-allowed;
}

.pagination li a:hover,
.pagination li span {
  color: #ffffff;
  border-color: #771e65;
  background-color: #771e65;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .pagination li a {
    font-size: 16px;
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}

/*-------------------
    lists
-------------------*/
.contact-list li {
  font-size: 14px;
  margin-bottom: 5px;
}

.contact-list li:last-child {
  margin-bottom: 0;
}

.contact-list li a {
  color: #9b9b9b;
}

.list-items li {
  position: relative;
  padding-left: 27px;
  font-size: 15px;
  font-weight: 700;
  color: #264050;
  margin-bottom: 9px;
}

.list-items li a {
  color: #264050;
}

.list-items li a:hover {
    color: #771e65;
}

.list-items li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 11px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border-radius: 50%;
  color: #771e65;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 992px) {
    .list-items-layout2.d-flex {
        align-items: center;   
    }
}

.list-items-layout2.d-flex li {
    flex: 0 0 calc(50% - 10px);
    margin-right: 10px;
}

.list-items-layout2 li {
  padding-left: 33px;
  color: #0e2b3d;
}

.list-items-layout2 li:before {
  color: #ffffff;
  background-color: #771e65;
}

.list-items-layout2.list-items-light li:before {
  color: #771e65;
  background-color: #ffffff;
}

.list-items-light li {
  color: #ffffff;
}

.list-items-light li:before {
  color: #ffffff;
}

.list-horizontal li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.borderd-box {
  padding: 27px;
  border-radius: 4px;
  border: 1px solid #e7ebef;
}

@media (max-width: 992px) {
  .list-items-layout2 {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .list-items-layout2 li {
    -ms-flex: 0 0 100% !important;
    -webkit-box-flex: 0 !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 767px) {
  .list-items li {
    font-size: 14px;
  }

  .list-horizontal li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/*------------------------
    Animations
-----------------------*/
/* Header Animation */
@-webkit-keyframes headerAnimation {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes headerAnimation {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

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

  20% {
    opacity: 1;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

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

  20% {
    opacity: 1;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}

@-webkit-keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@keyframes slideTopDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

@-webkit-keyframes headerAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes headerAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*----------------------
    Pre Loader
-----------------------*/
.preloader {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: #ffffff;
}

.preloader img {
  width: 150px;
  -webkit-animation: poom 1.3s infinite linear;
  animation: poom 1.3s infinite linear;
}

@-webkit-keyframes poom {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
@keyframes poom {
  0%,100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.preloader .sk-cube-grid {
  width: 40px;
  height: 40px;
  display: block;
  margin: 100px auto;
}

.preloader .sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  float: right;
  background-color: #771e65;
  -webkit-animation: cubeAnimation 1.3s infinite ease-in-out;
  animation: cubeAnimation 1.3s infinite ease-in-out;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(1) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(2) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(5) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(6) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(7) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(8) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.preloader .sk-cube-grid .sk-cube:nth-of-type(9) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes cubeAnimation {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes cubeAnimation {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }

  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

/*----------------------------
     Header & Navbar
-----------------------------*/
.header {
  position: relative;
  z-index: 1010;
}

.topbar {
  padding: 10px 0;
  border-bottom: 1px solid #ededed;
}

.topbar .topbar__text {
  font-size: 14px;
}

.topbar .topbar__contact li {
  font-size: 13px;
  margin-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.topbar .topbar__contact li:last-child {
  margin-left: 0;
}

.topbar .topbar__contact li a {
  color: #8097a1;
}

.topbar .topbar__contact li i {
  font-size: 16px;
  margin-left: 8px;
}

.topbar .social-icons a {
  color: #0e2b3d;
}

.topbar .social-icons a:hover {
  color: #771e65;
}

.topbar .dropdown-menu {
  min-width: 9rem;
}

.dropdown-menu .all-actegory-btn a {
    background: #771e65 !important;
    color: #fff !important;
}

.topbar .dropdown-item {
  padding: 0.25rem 1rem;
}

.topbar .dropdown-item span {
  margin-right: 8px;
}

.topbar-dark {
  background-color: #0e2b3d;
}

.topbar-dark .social-icons a,
.topbar-dark .dropdown-toggle,
.topbar-dark .topbar__contact li i {
  color: #ffffff;
}

/* Navbar */
.navbar {
  padding: 0;
  height: 100px;
  max-height: 100px;
  background-color: #ffffff;
  border-bottom: 1px solid #ededed;
  /*  dropdown-menu  */
}

.navbar > .container,
.navbar > .container-fluid {
  position: relative;
  height: 100px;
}

.navbar .navbar-brand {
  padding: 0;
  margin: 0;
  line-height: 100px;
}

.navbar .logo-light {
  display: none;
}

.navbar .navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  width: 23px;
  position: relative;
}

.navbar .navbar-toggler .menu-lines {
  display: inline-block;
}

.navbar .navbar-toggler .menu-lines:before,
.navbar .navbar-toggler .menu-lines:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 23px;
  height: 2px;
  display: inline-block;
  background-color: #0e2b3d;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.navbar .navbar-toggler .menu-lines:after {
  top: 10px;
}

.navbar .navbar-toggler .menu-lines span {
  position: absolute;
  top: 0;
  right: 0;
  width: 23px;
  height: 2px;
  background-color: #0e2b3d;
}

.navbar .navbar-toggler.actived .menu-lines > span {
  opacity: 0;
}

.navbar .navbar-toggler.actived .menu-lines:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar .navbar-toggler.actived .menu-lines:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar .nav__item {
  position: relative;
  margin-left: 30px;
}

.navbar .nav__item .nav__item-link {
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  position: relative;
  color: #0e2b3d;
  line-height: 100px;
}

.navbar .nav__item .nav__item-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  display: block;
  background-color: #771e65;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.navbar .nav__item .nav__item-link.active:before,
.navbar .nav__item .nav__item-link:hover:before {
  width: 100%;
}

.navbar .nav__item .nav__item-link:hover {
  color: #771e65;
}

.navbar .nav__item.has-dropdown > .nav__item-link {
  padding-right: 15px;
}

.navbar .dropdown-toggle:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  border: none;
  vertical-align: middle;
  margin-right: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .dropdown-menu {
  border-radius: 0;
  border: none;
  margin: 0;
  background-color: #ffffff;
}

.navbar .dropdown-menu .nav__item {
  padding: 0 30px;
  margin-left: 0;
  text-align: left;
}

@media (min-width: 992px) {
    .navbar .dropdown-menu .nav__item:hover {
        background: #771e6533;
    }
}

.navbar .dropdown-menu .nav__item .nav__item-link {
  color: #9b9b9b;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  padding-left: 8px;
  line-height: 36px !important;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar .dropdown-menu .nav__item .nav__item-link:after {
  content: "\e904";
  font-family: icomoon;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 8px;
  opacity: 0;
  color: #771e65;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover {
  padding-left: 15px;
  color: #771e65;
}

.navbar .dropdown-menu .nav__item .nav__item-link:hover:after {
  opacity: 1;
}

.navbar .dropdown-menu .dropdown-toggle:after {
  left: 0;
}

/* navbar-actions */
.navbar-actions > li {
  margin-left: 20px;
}

.action__btn-contact {
  font-size: 14px;
  min-width: 106px;
  height: 39px;
  line-height: 39px;
  border-radius: 2px;
  letter-spacing: 0;
}

.action__btn {
  color: #0e2b3d;
}

.action__btn-login span {
  font-size: 14px;
  font-weight: 700;
  padding-left: 6px;
}

/* navbar-transparent */
.header-transparent .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background-color: transparent;
}

.header-transparent .navbar .navbar-toggler .menu-lines:before,
.header-transparent .navbar .navbar-toggler .menu-lines:after,
.header-transparent .navbar .navbar-toggler .menu-lines span {
  background-color: #ffffff;
}

.header-transparent .navbar .nav__item .nav__item-link:before {
  background-color: #ffffff;
}

.header-transparent .action__btn-contact {
  background-color: #ffffff;
}

.header-transparent .action__btn-contact:hover {
  color: #ffffff;
}

.header-transparent .action__btn-contact:before {
  background-color: #0e2b3d !important;
}

.header-transparent .logo-dark {
  display: none;
}

.header-transparent .logo-light,
.header-transparent img {
  display: inline-block;
  height: 80px;
}

.header-transparent .is-sticky .nav__item .nav__item-link:before {
  background-color: #0e2b3d;
}

.header-transparent .is-sticky .action__btn,
.header-transparent .is-sticky .nav__item > .nav__item-link {
  color: #0e2b3d;
}

.header-transparent .is-sticky .dropdown-menu .nav__item .nav__item-link {
  color: #9b9b9b;
}

.header-light .navbar {
  border-bottom: 0;
  -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.12);
}

.header-light .navbar .nav__item .nav__item-link.active {
  color: #771e65;
}

.header-light-has-topbar .navbar:not(.is-sticky) {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-light .action__btn-contact {
  background-color: #771e65;
  border-color: #771e65;
  color: #ffffff !important;
}

.navbar .dropdown-menu > li {
    position: relative;
}

.navbar .dropdown-menu > li > a + .dropdown-menu {
    top: 20px;
    left: 100%;
    z-index: 5;
    transition: all .5s ease-in-out;
    display: block;
    opacity: 0;
    visibility: hidden;
    min-width: 280px;
    font-size: 14px;
}

.navbar .dropdown-menu > li > a + .dropdown-menu:hover,
.navbar .dropdown-menu > li > a:hover + .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.navbar .dropdown-menu > li > a + .dropdown-menu li {
    padding: 10px 5px 10px 15px;
}
.navbar .dropdown-menu > li > a + .dropdown-menu li:last-child {
    margin-bottom: 0;
}

@media (max-width: 1300px) {
    .navbar .dropdown-menu > li > a + .dropdown-menu {
        min-width: 240px;
    }
}

@media (max-width: 991px) {
    .navbar .dropdown-menu > li > a + .dropdown-menu {
        opacity: 1;
        visibility: visible;
        top: 0;
        padding-left: 10px;
    }
}

.secondary-nav {
  top: 80px;
  z-index: 1000;
  border-bottom: 1px solid #e7ebef;
}

.secondary-nav .nav__link:after {
  top: 0;
  bottom: auto;
}

.secondary-nav-sticky,
.secondary-nav-layout2 {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #0e2b3d;
  border-bottom-color: #0e2b3d;
}

.secondary-nav-sticky .nav-tabs .nav__link,
.secondary-nav-layout2 .nav-tabs .nav__link {
  color: #8097a1;
}

.secondary-nav-sticky .nav-tabs .nav__link.active,
.secondary-nav-sticky .nav-tabs .nav__link:hover,
.secondary-nav-layout2 .nav-tabs .nav__link.active,
.secondary-nav-layout2 .nav-tabs .nav__link:hover {
  color: #ffffff;
}

/* is-sticky */
.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1040;
  height: 80px;
  max-height: 80px;
  border-bottom: 0 !important;
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
  -webkit-animation: headerAnimation 0.7s;
  animation: headerAnimation 0.7s;
}

.is-sticky > .container,
.is-sticky > .container-fluid {
  height: 80px;
}

.is-sticky .navbar-brand {
  line-height: 80px;
}

.is-sticky .nav__item .nav__item-link {
  line-height: 80px;
  color: #0e2b3d;
}

.is-sticky .logo-light {
  display: none;
}

.is-sticky .logo-dark {
  height: 80px;
  display: inline-block;
  padding: 10px 0;
}

.is-sticky .action__btn {
  color: #0e2b3d;
}

.is-sticky .action__btn-contact {
  background-color: #771e65;
  border-color: #771e65;
  color: #ffffff !important;
}

.is-sticky .action__btn-contact:before {
  background-color: #0e2b3d !important;
}

/* search-popup */
.search-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.search-popup.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search-popup.active .search-popup__form {
  -webkit-transform: translateY(-50%) scaleX(1);
  transform: translateY(-50%) scaleX(1);
}

.search-popup.inActive {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search-popup.inActive .search-popup__form {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
}

.search-popup .search-popup__close {
  position: absolute;
  top: 50px;
  left: 50px;
  cursor: pointer;
  font-style: normal;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  background-color: #771e65;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.search-popup .search-popup__close:hover {
  background-color: #0e2b3d;
}

.search-popup .search-popup__form {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  max-width: 550px;
  margin: -40px auto 0;
  -webkit-transform: translateY(-50%) scaleX(0);
  transform: translateY(-50%) scaleX(0);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.search-popup .search-popup__btn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 80px;
  text-align: center;
  font-size: 28px;
  cursor: pointer;
  color: #0e2b3d;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.search-popup .search-popup__btn:hover {
  color: #771e65;
}

.search-popup .search-popup__form__input {
  font-weight: 300;
  font-size: 35px;
  z-index: 1;
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 40px 0 0;
  color: #9b9b9b;
  background: transparent;
  border-bottom: 2px solid #e7ebef;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* login-popup */
.login-popup {
  position: fixed;
  z-index: 2300;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  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;
  background-color: rgba(3, 13, 19, 0.8);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow-y: scroll;
}

.login-popup .login-popup-wrapper {
  opacity: 0;
  width: 90%;
  max-width: 370px;
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.login-popup .login-popup__form {
  position: relative;
  padding: 50px;
  border-radius: 5px;
  background-color: #ffffff;
  margin: 100px 0 0;
}

.login-popup .login-popup__form .form-control {
  padding-right: 40px;
}

.login-popup .login-popup__form .input-icon {
  position: absolute;
  top: 30px;
  right: 15px;
  color: #0e2b3d;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.login-popup .login-popup__form .custom-control-label {
  color: #0e2b3d;
}

.login-popup
  .login-popup__form
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-color: #0e2b3d;
}

.login-popup .login-popup__title {
  font-size: 26px;
  margin-bottom: 15px;
}

.login-popup .go-login,
.login-popup .go-register {
  color: #a26195;
  margin-left: 10px;
}

.login-popup .go-login i,
.login-popup .go-register i {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  margin-left: 6px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  color: #ffffff;
  border: 1px solid #771e65;
  background-color: #771e65;
}

.login-popup .go-login:hover i,
.login-popup .go-register:hover i {
  color: #771e65;
  background-color: #ffffff;
}

.login-popup.active {
  opacity: 1;
  visibility: visible;
}

.login-popup.active .login-popup-wrapper {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.login-popup.inActive {
  opacity: 0;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.login-popup.inActive .login-popup-wrapper {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

/* Mobile and Tablets */
@media screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    position: absolute;
    right: 15px;
    height: 13px;
  }

  .navbar .collapse:not(.show) {
    display: block;
  }

  .navbar .navbar-nav {
    margin: 0 !important;
  }

  .navbar .nav__item {
    margin-left: 0;
  }

  .navbar .nav__item .nav__item-link {
    color: #222222;
    line-height: 35px !important;
    padding-left: 15px;
  }

  .navbar .nav__item .nav__item-link:hover {
    color: #771e65;
  }

  .navbar .nav__item .nav__item-link:before {
    display: none;
  }

  .navbar .navbar-collapse {
    background-color: white;
    -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.07);
    z-index: 50;
    padding: 15px 0;
    position: absolute;
    right: 0;
    width: 100%;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  .navbar .navbar-collapse .navbar-actions {
    padding: 0 15px;
  }

  .navbar .menu-opened.navbar-collapse {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .navbar .nav__item.opened > .dropdown-toggle:after,
  .navbar .nav__item.show > .dropdown-toggle:after {
    content: "\f106";
  }

  .navbar .dropdown-toggle:after {
    top: 0;
    left: auto;
    right: 20px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .navbar .dropdown-menu {
    background-color: white;
  }

  .navbar .dropdown-menu .nav__item {
    padding: 0 30px 0 15px;
  }

  .navbar .dropdown-menu .nav__item .nav__item-link {
    padding-right: 0;
  }

  .navbar .nav__item.dropdown-submenu > .dropdown-menu.show {
    padding-right: 10px;
  }

  .navbar .dropdown-submenu .dropdown-menu .nav__item {
    padding: 0 15px 0 0;
  }

  .navbar .navbar-nav .dropdown-menu.show {
    padding: 0;
  }

  .navbar .mega-dropdown-menu .container {
    max-width: none;
  }

  .navbar .mega-dropdown-menu > .nav__item {
    padding: 0 10px;
  }

  .navbar .mega-dropdown-menu .nav__item {
    padding: 0;
  }

  .is-sticky {
    position: static;
    -webkit-animation: none;
    animation: none;
  }

  .navbar-actions {
    position: absolute;
    top: 50%;
    right: 50px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header-transparent + .page-title {
    margin-top: 0;
  }

  .header .navbar,
  .header-transparent .navbar {
    background-color: #ffffff;
  }

  .header .logo-dark,
  .header-transparent .logo-dark {
    display: inline-block;
    padding: 10px;
  }

  .header .logo-light,
  .header-transparent .logo-light {
    display: none;
  }

  .header .action__btn,
  .header-transparent .action__btn {
    color: #0e2b3d;
  }

  .header .navbar .navbar-toggler .menu-lines:before,
  .header .navbar .navbar-toggler .menu-lines:after,
  .header .navbar .navbar-toggler .menu-lines span,
  .header-transparent .navbar .navbar-toggler .menu-lines:before,
  .header-transparent .navbar .navbar-toggler .menu-lines:after,
  .header-transparent .navbar .navbar-toggler .menu-lines span {
    background-color: #0e2b3d;
  }

  .header .navbar-expand-lg > .container,
  .header .navbar-expand-lg > .container-fluid,
  .header-transparent .navbar-expand-lg > .container,
  .header-transparent .navbar-expand-lg > .container-fluid {
    width: 100%;
    max-width: none;
  }

  .header .navbar,
  .header .navbar > .container,
  .header .navbar > .container-fluid,
  .header-transparent .navbar,
  .header-transparent .navbar > .container,
  .header-transparent .navbar > .container-fluid {
    height: 80px;
  }

  .header .navbar-brand,
  .header-transparent .navbar-brand {
    margin-right: 15px;
    line-height: 80px;
  }

  .header__topbar > .container {
    max-width: none;
  }

  .secondary-nav {
    position: static;
  }
}

/* Medium and large Screens */
@media only screen and (min-width: 992px) {
  .navbar .dropdown-menu {
    width: auto;
    min-width: 300px;
    padding: 25px 0 23px;
    border-radius: 0 0 5px 5px;
    -webkit-box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
    box-shadow: 0px 2px 6px 0px rgba(40, 40, 40, 0.1);
  }

  .navbar .dropdown-menu .nav__item .nav__item-link:before {
    display: none;
  }

  .navbar .dropdown-menu.wide-dropdown-menu {
    padding: 0;
    min-width: 500px;
    overflow: hidden;
  }

  .navbar .dropdown-menu.wide-dropdown-menu > .nav__item {
    padding: 0;
  }

  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-title {
    color: #0e2b3d !important;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    margin: 0 40px 13px 0;
  }

  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col {
    padding: 40px 0 27px;
  }

  .navbar .dropdown-menu.wide-dropdown-menu .dropdown-menu-col:first-child {
    position: relative;
  }

  .navbar
    .dropdown-menu.wide-dropdown-menu
    .dropdown-menu-col:first-child:after {
    content: "";
    position: absolute;
    left: 0;
    top: 40px;
    width: 1px;
    height: calc(100% - 80px);
    background-color: #e9e9e9;
  }

  .navbar .dropdown-menu.mega-dropdown-menu {
    padding: 30px;
  }

  .navbar .nav__item.has-dropdown > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu > .mega-menu,
  .navbar .nav__item.has-dropdown > .mega-menu,
  .navbar
    .nav__item.has-dropdown
    > .dropdown-menu
    > .nav__item.dropdown-submenu
    > .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(15px) scale(0.95);
    transform: translateY(15px) scale(0.95);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .navbar
    .nav__item.has-dropdown
    > .dropdown-menu
    > .nav__item.dropdown-submenu
    > .dropdown-menu,
  .navbar
    .nav__item.dropdown-submenu
    > .dropdown-menu
    > .nav__item.has-dropdown
    > .dropdown-menu {
    top: 0;
    right: 100%;
  }

  .navbar .nav__item.has-dropdown:hover > .dropdown-menu,
  .navbar .nav__item.dropdown-submenu:hover > .mega-menu,
  .navbar .nav__item.has-dropdown:hover > .mega-menu,
  .navbar
    .nav__item.has-dropdown
    > .dropdown-menu
    > .nav__item.dropdown-submenu:hover
    > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1) scale(1);
    transform: scaleY(1) scale(1);
  }

  .navbar .nav__item.has-dropdown.mega-dropdown {
    position: static;
  }

  .navbar .nav__item.has-dropdown .mega-dropdown-menu {
    width: 100%;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item {
    padding: 0;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link {
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:after {
    font-family: "FontAwesome";
    content: "\f111";
    position: absolute;
    top: auto;
    right: -7px;
    font-size: 7px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    color: #771e65;
  }

  .navbar .dropdown-menu.mega-dropdown-menu .nav__item .nav__item-link:hover {
    padding-right: 15px;
  }

  .navbar
    .dropdown-menu.mega-dropdown-menu
    .nav__item
    .nav__item-link:hover:after {
    opacity: 1;
    right: 4px;
  }

  .header-transparent .action__btn,
  .header-transparent .nav__item .nav__item-link {
    color: #ffffff;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  .search-popup .search-popup__form {
    max-width: 90%;
  }

  .search-popup .search-popup__form__input {
    height: 60px;
    font-size: 20px;
    font-weight: 400;
  }

  .search-popup .search-popup__btn {
    height: 60px;
  }

  .search-popup .search-popup__close {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
    .navbar-actions .action__btn-login span {
        display: none;
    }
    .navbar-actions .nav__item .nav__item-link {
        padding-right: 5px;
        font-size: 13px;
    }
}

/*----------------------
    Accordions
------------------------*/
.accordion-item {
  border: 2px solid #e7ebef;
  background-color: #ffffff;
  border-radius: 3px;
  padding: 25px 30px;
  margin-bottom: 27px;
}

.accordion-item .accordion__title {
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 25px;
  color: #0e2b3d;
}

.accordion-item .accordion__title:hover {
  color: #771e65;
}

.accordion-item .accordion__title:after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: transparent;
  color: #0e2b3d;
  font-size: 10px;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 3px;
}

.accordion-item.opened {
  border-color: #771e65;
}

.accordion-item.opened .accordion__header:not(.collapsed) .accordion__title {
  color: #771e65;
}

.accordion-item.opened
  .accordion__header:not(.collapsed)
  .accordion__title:after {
  background-color: #771e65;
  color: #ffffff;
  content: "\f068";
}

.accordion-item .accordion__body {
  padding-top: 20px;
}

.accordion-item .accordion__body p {
  margin-bottom: 0;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .accordion-item {
    padding: 10px 15px;
  }

  .accordion-item .accordion__title {
    font-size: 14px;
  }

  .accordion-item .accordion-item .accordion__body p {
    font-size: 13px;
  }
}

/*-------------------------
    Footer
--------------------------*/
.footer-widget__content .map-box iframe {
    margin-bottom: 10px;
    width: 100%;
    height: 160px;
}
@media (min-width: 992px) {
    .footer-widget__content  .forms-box {
        display: flex;
    }
}
.footer {
  background-image: url(../images/backgrounds/7.jpg);
  background-color: #ffff;
}

.footer .footer-logo {
  width: 200px;
  max-width: 100%;
}

.footer .footer-primary {
  padding-top: 130px;
  padding-bottom: 40px;
}

.footer .footer-widget {
  margin-bottom: 30px;
}

.footer .footer-widget__title {
  color: #ffffff;
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 35px;
}

.footer .contact-list li {
  line-height: 26px;
  color: rgba(255, 255, 255, 0.67);
  margin-bottom: 0;
}

.footer .contact-list li a {
  color: rgba(255, 255, 255, 0.67);
}

.footer .footer-form {
  position: relative;
}

.footer .footer-form .form-control {
  border-color: transparent;
  background-color: #00243b;
  color: #8097a1;
  font-size: 14px;
  border-radius: 4px;
}

.footer .footer-form .form-control:focus {
  border-color: #8097a1;
}

.footer .footer-form .form-control::-webkit-input-placeholder {
  color: #8097a1;
}

.footer .footer-form .form-control:-moz-placeholder {
  color: #8097a1;
}

.footer .footer-form .form-control::-moz-placeholder {
  color: #8097a1;
}

.footer .footer-form .form-control:-ms-input-placeholder {
  color: #8097a1;
}

.footer .footer-form .footer-form__submit {
  position: absolute;
  top: 30px;
  right: 17px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  border-radius: 50%;
  color: #0e2b3d;
  background-color: #ffffff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.footer .footer-form .footer-form__submit:hover {
  color: #ffffff;
  background-color: #771e65;
}

.footer .custom-control-label:before,
.footer .custom-control-input:checked ~ .custom-control-label::before {
  background-color: transparent;
  border-color: rgba(230, 233, 235, 0.1) !important;
}

.footer .footer-widget-nav li a {
  display: block;
  position: relative;
  color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 11px;
}

.footer .footer-widget-nav li a:hover {
  color: #771e65;
}

.footer .social-icons li {
  margin: 0 15px;
}

.footer .social-icons li a {
  font-size: 18px;
  color: #ffffff;
}

.footer .social-icons li a:hover {
  color: #771e65;
}

.footer .btn__download {
  min-width: 125px;
  letter-spacing: 0;
  height: 40px;
  line-height: 40px;
  border-radius: 0;
}

.footer .btn__download i {
  margin-right: 10px;
}
.list-unstyled {
  padding-left: 0;
}

.footer .btn__download:before {
  background-color: #771e65 !important;
}

.footer .footer-secondary {
  padding-top: 35px;
  padding-bottom: 35px;
  border-top: 2px solid rgba(230, 233, 235, 0.1);
}

.footer  .footer__copyrights {
  color: #f9f9f9;
}

.footer .footer__copyrights a.color-primary {
    color: #fff !important;
    margin-left: 5px;
}

.footer-light {
  background-color: #ffffff;
}

.footer-light .footer-widget-nav li a {
  color: #9b9b9b;
}

.footer-light .custom-control-label:before,
.footer-light .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #e7ebef !important;
}

.footer-light .footer-form .form-control {
  color: #8097a1;
  background-color: #e6e9eb;
}

.footer-light .footer-form .form-control:focus {
  border-color: #8097a1;
}

.footer-light .footer-form .footer-form__submit {
  color: #ffffff;
  background-color: #0e2b3d;
}

.footer-light .footer-form .footer-form__submit i {
    transform: rotate(180deg);
    display: inline-block;
}

.footer-light .footer-secondary {
  border-color: #e5e8ea;
}

.footer-light .btn__download {
  border: 1px solid #e5e8ea;
  margin-top: 15px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.footer-light .btn__download:hover {
  border-color: #771e65;
}

/* Scroll Top Button */
.or-footer {
    text-align: center;
}
#scrollTopBtn {
  line-height: 1;
  font-size: 18px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#scrollTopBtn:hover {
  color: #771e65;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 1200px) {
  .footer .footer-primary {
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .footer .footer-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer .footer .footer-widget {
    margin-bottom: 20px;
  }

  .footer .footer-widget__title {
    margin-bottom: 15px;
  }

  .footer .footer-widget-nav li a {
    font-size: 13px;
    margin-bottom: 8px;
  }
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 767px) {
  .footer .footer__copyrights {
    margin-bottom: 10px;
  }

  .footer .social-icons {
    margin-top: 10px;
    margin-bottom: 10px !important;
  }

  .footer .btn__download {
    margin-top: 10px;
  }

  .footer .justify-content-end {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: start !important;
  }
}

/* Mobile Phones */
@media (min-width: 320px) and (max-width: 575px) {
  .footer .footer-widget {
    margin-bottom: 10px;
  }

  .footer .footer-widget.footer-widget-nav ul {
    margin-bottom: 0;
  }

  #scrollTopBtn {
    bottom: 20px;
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  #scrollTopBtn.actived {
    left: 20px;
  }
}

/*-------------------------
    Call to Action
--------------------------*/
.cta-banner {
  position: relative;
  z-index: 3;
  padding: 40px;
  max-width: 320px;
  border-radius: 4px;
  background-color: #ffffff;
}

.cta-banner .cta__title {
  font-size: 24px;
}

.cta-banner .slick-arrow.slick-next {
    right: auto;
    left: -35px;
    border:0;
    color: #771e65;
}
.cta-banner .slick-arrow.slick-next:before {
    content: "\e903";
    font-size: 30px;
}

.cta-banner .slick-arrow.slick-prev:before {
    content: "\e905";
    font-size: 30px;
}
.cta-banner .slick-arrow.slick-prev {
    right: -35px;
    border:0;
    color: #771e65;
}

.cta-banner .cta__icon {
  color: #771e65;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 25px;
}

.cta-banner .cta__icon i {
  line-height: 1;
}

/* Mobile Phones & tablets and Small Screens */
@media (min-width: 320px) and (max-width: 992px) {
  .cta-banner-wrapper {
    margin-top: 30px;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .cta-banner .cta__title {
    font-size: 20px;
  }

  .cta-banner .cta__desc {
    margin-bottom: 10px !important;
  }
}

/*----------------------
    Carousel
-----------------------*/
.slick-slide {
  float: right;
}
.slick-track {
  left: 0;
}
.slick-list {
  margin: 0 -10px;
}

.slick-slide {
  margin: 0 10px;
}

.m-slides-0 .slick-list {
  margin: 0;
}

.m-slides-0 .slick-slide {
  margin: 0;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0e2b3d;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  font-size: 0;
  z-index: 3;
  border: 1px solid #0e2b3d;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slick-arrow:hover {
  color: #0e2b3d;
}

.slick-arrow.slick-next:before,
.slick-arrow.slick-prev:before {
  font-family: "icomoon";
  font-size: 12px;
}

.slick-arrow.slick-next {
  right: 80px;
}

.slick-arrow.slick-next:before {
  content: "\e904";
}

.slick-arrow.slick-prev {
  right: 0;
}

.slick-arrow.slick-prev:before {
  content: "\e902";
}

.carousel-arrows-light .slick-arrow {
  color: rgba(255, 255, 255, 0.8);
  border-color: rgba(255, 255, 255, 0.2);
}

.carousel-arrows-light .slick-arrow:hover {
  color: #ffffff;
}

.slick-dots {
  list-style: none;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  z-index: 2;
}

.slick-dots li {
  display: inline-block;
  margin: 5px;
  position: relative;
  z-index: 1;
  padding: 0;
  font-size: 0;
  width: 8px;
  height: 8px;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid #0e2b3d;
  background-color: #0e2b3d;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.slick-dots li button {
  font-size: 0;
  width: 100%;
}

.slick-dots li.slick-active {
  height: 9px;
  width: 9px;
  border-color: #fff;
  background-color: #ffffff;
}

.carousel-dots-light .slick-dots li {
  background-color: rgba(255, 255, 255, 0.4);
}

.carousel-dots-light .slick-dots li.slick-active {
  background-color: #ffffff;
}

/*------------------------
    Slider
--------------------------*/
.slider {
  padding: 0;
}

.slider .slide-item {
  height: calc(100vh - 140px);
  min-height: 500px;
}

.slider .slide__subtitle {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #f9f9f9;
  margin-bottom: 8px;
}

.slider .slide__title {
  font-size: 54px;
  font-weight: 800;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 30px;
}

.slider .slide__desc {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #ffffff;
  max-width: 600px;
  margin-bottom: 30px;
}

.slider .slick-dots {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
}

.slider .slick-arrow {
  border: 0;
}

.slider .slick-arrow:before {
  font-size: 45px;
}

.slider .slick-arrow.slick-next {
  right: calc(100% - 40px);
}

.slider .slick-arrow.slick-next:before {
  content: "\e903";
}

.slider .slick-arrow.slick-prev {
  left: 25px;
}

.slider .slick-arrow.slick-prev:before {
  content: "\e905";
}

.slider .contact-panel {
  padding: 50px;
}

.slider .contact-panel .contact-panel__title {
  font-size: 22px;
}

.slider .contact-panel .form-control {
  height: 55px;
}

.header-transparent + .slider {
  margin-top: -100px;
  direction: rtl;
}

.header-transparent + .slider .slide-item {
  padding-top: 100px;
  height: 100vh;
}

@media (min-width: 1200px) {
  .slider .slick-arrow.slick-next {
    right: calc(100% - 40px);
  }

  .slider .slick-arrow.slick-prev {
    left: 30px;
  }

  .slider-layout3 .slide__title {
    font-size: 75px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .slider .slide-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider .slick-arrow.slick-prev {
    left: 10px;
    font-size: 30px;
  }

  .slider .slick-arrow.slick-next {
    right: calc(100% - 35px);
  }
}

@media (max-width: 992px) {
  .slider .contact-panel {
    padding: 20px;
    margin-top: 30px;
  }
}

/* Large Size Screens */
@media (min-width: 992px) and (max-width: 1200px) {
  .slider .slide__title {
    font-size: 65px;
  }
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .slider .slide__title {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .header-transparent + .slider {
    margin-top: 0;
  }
    section.slider .slick-arrow {
        width: 20px;
        height: 20px;
    }
    .slider .slick-arrow:before {
        font-size: 20px;
    }
  .slider .slide-item {
    min-height: 0;
    padding: 100px 10px;
    height: 250px !important;
  }

  .slider .slide__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}

/*  Small Screens and tablets  */
@media (min-width: 576px) and (max-width: 767px) {
  .slider .slide__title {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 10px;
    margin-left: 10px;
  }

  .slider .slick-arrow.slick-prev {
    left: 0;
    font-size: 20px;
  }

  .slider .slick-arrow.slick-next {
    right: calc(100% - 22px);
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .slider .slide__subtitle {
    margin-bottom: 15px;
  }
  .slider .slide__title {
    margin-left: 20px;
  }
  .slider .slick-arrow.slick-prev {
    left: 5px;
  }

  .slider .slick-arrow.slick-next {
    right: calc(100% - 22px);
  }

  .slider .slide__title {
    font-size: 27px;
    margin-bottom: 10px;
  }

  .slider .btn {
    margin-bottom: 10px;
  }

  .slider .slick-arrow {
    display: none;
  }
}

/*--------------------------
      Video
--------------------------*/
.video__btn {
  text-align: center;
  display: inline-block;
  position: relative;
  height: 36px;
  padding-right: 54px;
}

.video__btn .video__player {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 36px;
  line-height: 36px;
  border-radius: 2px;
  color: #ffffff;
  background-color: #771e65;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.video__btn-rounded {
  height: 60px;
  padding-right: 60px;
}

.video__btn-rounded .video__player {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.25);
}

.video__btn-rounded:hover .video__player {
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
}

.video__btn .video__btn-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  display: inline-block;
  margin-right: 22px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video__btn-white .video__player {
  color: #0e2b3d;
  background-color: #ffffff !important;
}

.video-banner {
  position: relative;
}

.video-banner .video__btn {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.video-banner .video__btn-title {
  position: absolute;
  bottom: -30px;
  right: -7px;
  line-height: 1.5;
}

/*-----------------------
    Features
------------------------*/
.feature-item {
  position: relative;
  border-radius: 4px;
  margin-bottom: 30px;
}

.feature-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item .feature__icon {
  font-size: 140px;
  line-height: 1;
  color: #771e65;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item .feature__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item .feature__desc {
  font-size: 14px;
  line-height: 1.7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item .btn__link {
  height: 32px;
  line-height: 32px;
}

.feature-item .btn__link i {
  position: absolute;
  bottom: 30px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #0e2b3d;
  background-color: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.feature-item:hover:before {
  opacity: 1;
  right: 0;
  left: auto;
  width: 100%;
  -webkit-transform-origin: left;
  transform-origin: left;
}

.feature-item:hover .feature__icon {
  color: #771e65;
}

.feature-item:hover .btn__link i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background-color: #771e65;
}

.features-layout1 .features-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.features-layout1 .feature-img {
    margin-bottom: 50px;
}
.features-layout1 .feature-list {
    padding-bottom: 25px;
    font-size: 18px !important;
}

.features-layout1 .divider {
  width: 270px;
}

.features-layout1 .feature__icon {
  color: #ffffff;
}

.features-layout1 .feature__title {
  color: #ffffff;
}

.features-layout1 .feature__desc {
  color: #f4f4f4;
}

.features-layout1 .feature-item {
  height: 425px;
  padding: 30px 40px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.features-layout1 .feature-item img {
    height: 188px;
}

.features-layout1 .feature-item:hover .feature__title {
  color: #0e2b3d;
}

.features-layout1 .feature-item:hover .feature__desc {
  color: #9b9b9b;
}

.features-row-top .features-row-top .sub__desc {
    font-size: 20px;
    text-align: center;
}

.features-row-top .features-row-top .sub__desc i {
    font-size: 60px;
    display: block;
    text-align: center;
}

.features-row-top .features-row-top > .col-sm-6 {
    text-align: center;
}

@media (min-width: 992px) {
    .features-row-top {
        margin-top: 20px;
    }
    .features-row-top .features-row-top {
        margin-top: 100px;
    }
}

.features-layout2 .feature-item {
  margin-bottom: 0;
}

.features-layout2 .feature-item:before {
  display: none;
}

.features-layout2 .feature-item .btn__link {
  display: block;
  margin-bottom: 15px;
}

.features-layout2 .feature-item .btn__link i {
  color: #ffffff;
  background-color: #0e2b3d;
}

.features-layout2 .feature-item:hover .feature__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}

.features-layout2 .feature__upper {
  padding: 40px;
  border-radius: 4px;
  background-color: #ffffff;
}

.features-layout2 .feature__lower {
  margin-top: -15px;
  padding: 0 40px 40px 40px;
}

.features-layout2 .feature__title {
  margin-bottom: 0;
}

.features-layout2 .feature__desc {
  color: #f9f9f9;
}

@media (min-width: 1200px) {
  .features-layout2 .features-wrapper {
    position: relative;
    z-index: 3;
    margin-top: -60px;
  }
}

@media (max-width: 992px) {
  .features-layout1 .sub__desc,
  .features-layout1 .list-items li {
    color: #f9f9f9;
  }
}

/* Mobile Phones and tablets  */
@media (min-width: 320px) and (max-width: 767px) {
  .feature-item .feature__title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .feature-item .feature__desc {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .feature-item .feature__icon {
    font-size: 40px;
    margin-bottom: 10px;
  }

  .features-layout1 .feature-item {
    padding: 20px;
  }
}

/*-----------------------
     fancybox
------------------------*/
.fancybox-item {
  position: relative;
  margin-bottom: 40px;
}

.fancybox-item .fancybox__icon {
  font-size: 65px;
  line-height: 1;
  color: #771e65;
  margin-bottom: 25px;
}

.fancybox-item .fancybox__title {
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.fancybox-item .fancybox__desc {
  font-size: 14px;
  margin-bottom: 0;
}

.fancybox-item:hover .fancybox__icon {
  -webkit-animation: slideTopDown 1s infinite alternate;
  animation: slideTopDown 1s infinite alternate;
}

.fancybox-item:hover .fancybox__title {
  color: #771e65;
}

.fancybox-light .fancybox-item .fancybox__icon,
.fancybox-light .fancybox-item .fancybox__title,
.fancybox-light .fancybox-item:hover .fancybox__title {
  color: #ffffff;
}

.fancybox-light .fancybox-item .fancybox__desc {
  color: #8097a1;
  color: #f4f4f4;
}

/* Medium Size Screens */
@media (min-width: 768px) and (max-width: 991px) {
  .fancybox-item .fancybox__title {
    margin-bottom: 12px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .fancybox-item {
    margin-bottom: 30px;
  }

  .fancybox-item .fancybox__icon {
    font-size: 40px;
    margin-bottom: 5px;
  }

  .fancybox-item .fancybox__title {
    font-size: 15px;
    margin-bottom: 5px;
  }
}

/*-----------------------
    portfolio
------------------------*/
.portfolio-item {
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.portfolio-item .portfolio__img {
  position: relative;
  overflow: hidden;
  height: 300px;
}

.portfolio-item .portfolio__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  border-radius: 2px;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.portfolio-item .portfolio__content {
  padding: 15px;
  background-color: #ffffff;
}

.portfolio__content .portfolio_type {
  display: block;
  margin-bottom: 10px;
  height: 25px;
  overflow: hidden;
}
.portfolio__content .portfolio_type i {
  margin-right: 5px;
}

.portfolio-item .portfolio__cat {
  margin-bottom: 6px;
}

.portfolio-item .portfolio__cat a {
  position: relative;
  font-size: 14px;
  color: #771e65;
  padding-left: 7px;
}

.portfolio-item .portfolio__cat a:hover {
  color: #0e2b3d;
}

.portfolio-item .portfolio__cat a:after {
  content: ",";
  position: absolute;
  top: -2px;
  left: 2px;
  color: #771e65;
}

.portfolio-item .portfolio__cat a:last-child:after {
  display: none;
}

.portfolio-item .portfolio__title {
  font-size: 21px;
  margin-bottom: 16px;
}

.portfolio-item .portfolio__title a {
  color: #0e2b3d;
}

.portfolio-item .portfolio__title a:hover {
  color: #771e65;
}

.portfolio-item .portfolio__desc {
  font-size: 14px;
  margin-bottom: 22px;
}

.portfolio-item .portfolio__icon {
  width: 62px;
  height: 62px;
  line-height: 62px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  color: #0e2b3d;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
}

.portfolio-item .portfolio__hover {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  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.6);
  transform: scale(0.6);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.portfolio-item .btn__link {
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.portfolio-item .btn__link span {
  position: relative;
  display: inline-block;
  margin-left: 3px;
}

.portfolio-item .btn__link span:after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #771e65;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.portfolio-item .btn__link i {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #771e65 !important;
  background-color: #ffffff !important;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.portfolio-item:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}

.portfolio-item:hover .portfolio__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-item:hover .portfolio__hover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-item:hover .btn__link {
  padding: 0 15px;
  color: #ffffff;
  background-color: #771e65;
}

.portfolio-item:hover .btn__link span:after {
  opacity: 0;
}

.portfolio-item:hover .btn__link i {
  opacity: 1;
}

.portfolio-filter li {
  margin-bottom: 20px;
  margin-right: 30px;
}

.portfolio-filter li:last-child {
  margin-right: 0;
}

.portfolio-filter li a {
  position: relative;
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: capitalize;
  display: block;
  max-width: 200px;
  height: 25px;
  overflow: hidden;
}

.portfolio-filter li a:hover,
.portfolio-filter li a.active {
  color: #0e2b3d;
}

.mix {
  display: none;
}

.portfolio-hidden > .portfolio-item {
  display: none;
}

.portfolio-carousel {
  overflow-x: hidden;
}

.portfolio-carousel .portfolio-item .portfolio__img {
  border-radius: 4px;
}

.portfolio-carousel .portfolio-item .portfolio__img img {
  border-radius: 4px;
}

.portfolio-carousel .portfolio-item .portfolio__content {
  padding: 37px 0 0 0;
}

.portfolio-carousel .portfolio-item:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.portfolio-carousel .slick-arrow {
  top: 44%;
  border: 0;
  color: #771e65;
}

.portfolio-carousel .slick-arrow.slick-next:before {
  content: "\e905";
  font-size: 45px;
}

.portfolio-carousel .slick-arrow.slick-prev:before {
  content: "\e903";
  font-size: 45px;
}

.portfolio-grid-carousel {
  overflow-x: hidden;
}

.portfolio-grid-carousel .slick-list {
  margin: -15px;
  overflow: visible;
}

.portfolio-grid-carousel .slick-slide {
  margin: 15px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.portfolio-grid-carousel .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.portfolio-grid-carousel .slick-slide:not(.slick-active) {
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.portfolio-grid-carousel .portfolio-item:hover {
  -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 83px 0 rgba(40, 40, 40, 0.08);
}

.portfolio-grid-carousel .slick-arrow {
  top: 50%;
  border: 0;
  color: #fff;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}

.portfolio-grid-carousel .slick-arrow.slick-next:before {
  content: "\e903";
  font-size: 40px;
}

.portfolio-grid-carousel .slick-arrow.slick-prev {
  right: 0;
  left: auto;
}
.portfolio-grid-carousel .slick-arrow.slick-next {
  left: 0;
  right: auto;
}

.portfolio-grid-carousel .slick-arrow.slick-prev:before {
  content: "\e905";
  font-size: 40px;
}

.portfolio-grid-carousel .slick-dots {
  position: absolute;
  top: -78px;
  z-index: 33;
  right: 30px;
}

@media screen and (min-width: 1200px) {
  .portfolio-carousel .portfolio-carousel-wrapper {
    width: calc(100% + 350px);
    width: -webkit-calc(100% + 350px);
  }

  .portfolio-carousel .slick-arrow.slick-next {
    left: 29%;
  }

  .portfolio-carousel .slick-arrow.slick-prev {
    right: -50px;
  }
}

.portfolio-single .portfolio-item {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.portfolio-single .portfolio-item .portfolio__icon {
  position: relative;
  z-index: 3;
  margin-top: -31px;
}

.portfolio-slider .slick-arrow {
  border: 0;
}

.portfolio-slider .slick-arrow:before {
  font-size: 50px;
}

.portfolio-slider .slick-arrow.slick-next {
  left: 210px;
}

.portfolio-slider .slick-arrow.slick-next:before {
  content: "\e92a";
}

.portfolio-slider .slick-arrow.slick-prev {
  right: 210px;
}

.portfolio-slider .slick-arrow.slick-prev:before {
  content: "\e929";
}

.portfolio__meta-list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  margin-bottom: 15px;
}
.portfolio__meta-list li a {
  display: block;
  margin-bottom: 5px;
}
.portfolio__meta-list li a i {
  margin-right: 5px;
  font-size: 18px;
}

.portfolio__meta-list li .portfolio__meta-title {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  margin-bottom: 17px;
}

.portfolio__meta-list li .portfolio__meta-title:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #771e65;
}

.portfolio__meta-list li .portfolio__meta-items {
  font-size: 14px;
}

.portfolio__meta-list li .portfolio__meta-items a {
  display: inline-block;
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  .portfolio-slider .slick-slide {
    margin: 0 20px;
  }

  .portfolio-slider .slick-dots {
    margin-top: 15px;
  }
}

@media (max-width: 992px) {
  .portfolio-slider .slick-list {
    margin: 0 -5px;
  }

  .portfolio-slider .slick-slide {
    margin: 0 5px;
  }

  .portfolio-slider .slick-arrow.slick-next {
    left: 20px;
  }

  .portfolio-slider .slick-arrow.slick-prev {
    right: 20px;
  }

  .portfolio-item .portfolio__content {
    padding: 15px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .portfolio-item .portfolio__title {
    font-size: 16px;
    margin-bottom: 7px;
  }

  .portfolio-item .portfolio__desc {
    font-size: 13px;
  }

  .portfolio-filter li {
    margin-left: 10px;
  }

  .portfolio-filter li a {
    font-size: 13px;
  }

  .portfolio-single .portfolio-item .portfolio__icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin-top: -40px;
  }

  .portfolio__meta-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 10px;
    border-left: 0;
  }

  .portfolio__meta-list li .portfolio__meta-title {
    margin-bottom: 10px;
  }

  .portfolio-grid-carousel .slick-arrow,
  .portfolio-grid-carousel .slick-dots {
    display: none !important;
  }

  .portfolio-carousel .portfolio-item .portfolio__content {
    padding: 15px 0 0 0;
  }
}

/*--------------------
     Team
---------------------*/
.member {
  position: relative;
  margin-bottom: 50px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.member .member__img {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.member .member__img img {
  width: 100%;
}

.member .member__info {
  padding: 26px 0;
  background-color: #ffffff;
}

.member .member__info .member__name {
  font-size: 21px;
  margin-bottom: 7px;
}

.member .member__info .member__desc {
  margin-bottom: 0;
}

.member .member__hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.member .member__content-inner {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 100%;
  opacity: 0;
  width: auto;
  width: 150px;
  right: 50%;
  border-radius: 4px;
  background-color: #771e65;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.member .social-icons li {
  margin-left: 0;
}

.member .social-icons li a {
  color: #ffffff;
  opacity: 0;
  padding: 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.member .social-icons li a:hover {
  color: #0e2b3d;
}

.member:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}

.member:hover .member__img {
  border-radius: 4px 4px 0 0;
}

.member:hover .member__hover {
  opacity: 1;
}

.member:hover .member__content-inner {
  opacity: 1;
  bottom: 30px;
}

.member:hover .social-icons li a {
  opacity: 1;
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .member {
    max-width: 400px;
    margin: 0 auto 30px;
  }

  .member .member__info {
    padding-top: 15px;
  }

  .member .member__info .member__name {
    font-size: 17px;
    margin-bottom: 0;
  }
}

/*----------------------------
     Testimonial
------------------------------*/
.testimonials .cta {
  margin-top: -150px;
  position: relative;
  background-color: rgba(228, 231, 233, 0.5);
}

.testimonials .cta .cta__item {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  padding: 45px 50px;
}

.testimonials .cta .cta__item:first-of-type {
  margin-left: 5px;
}

.testimonials .cta .cta__item:last-of-type {
  margin-right: 5px;
}

.testimonials .cta .cta__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonials .cta .cta__icon {
  color: #0e2b3d;
  font-size: 70px;
  line-height: 1;
}

.testimonials .cta .cta__desc {
  font-size: 14px;
}

.testimonials .cta .cta__content {
  padding-left: 30px;
  padding-right: 30px;
}

.testimonials .cta .or-seperator {
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 3;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  text-align: center;
  border-radius: 50%;
  color: #0e2b3d;
  font-weight: 700;
  width: 65px;
  height: 65px;
  line-height: 45px;
  background-color: #ffffff;
  border: 10px solid #e4e7e9;
}

.testimonial__desc {
  position: relative;
  z-index: 2;
  font-size: 20px;
  line-height: 1.5;
  color: #0e2b3d;
  margin-bottom: 30px;
}

.testimonial__meta-title {
  font-size: 14px;
  margin-bottom: 8px;
  white-space: nowrap;
}

.testimonial__meta-desc {
  position: relative;
  z-index: 2;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 0;
}

.testimonial__thumb {
  height: 70px;
  overflow: hidden;
  border-radius: 50%;
  padding: 4px;
  border: 2px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.testimonial__thumb img {
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  margin: auto;
  filter: brightness(0) invert(1);
}

.testimonials .slider-nav {
  max-width: 200px;
}

/*
.testimonials .slider-nav .testimonial__thumb:not(.slick-active) {
  opacity: 0;
}
*/

.testimonials .slick-list {
  margin-left: 0;
  margin-right: 0;
}

.testimonials .slick-slide {
  margin-left: 0;
  margin-right: 0;
}

.testimonial-box {
  position: absolute;
}

.testimonial-box:nth-of-type(1) {
  top: 18%;
  right: 5%;
}

.testimonial-box:nth-of-type(2) {
  top: 58%;
  right: 23%;
}

.testimonial-box:nth-of-type(3) {
  top: 50%;
  right: 46%;
}

.testimonial-box:nth-of-type(4) {
  top: 9%;
  right: 65%;
}

.testimonial-box:nth-of-type(5) {
  top: 45%;
  right: 67%;
}

.testimonial-box .testimonial__thumb {
  position: relative;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
  border: 2px solid #c1c9cd;
  width: 44px !important;
  height: 44px;
  padding: 4px;
  border-radius: 50%;
}

.testimonial-box .testimonial__thumb:hover {
  border-color: #771e65;
}

.testimonial-box .testimonial__thumb:hover .pulsing-animation {
  border: 1px solid rgba(71, 161, 69, 0.3);
  -webkit-animation: pulsing 2s linear 0s infinite running;
  animation: pulsing 2s linear 0s infinite running;
}

.testimonial-box
  .testimonial__thumb:hover
  .pulsing-animation.pulsing-animation-2 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.testimonial-box
  .testimonial__thumb:hover
  .pulsing-animation.pulsing-animation-3 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.testimonial-box .pulsing-animation {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.testimonial-box .testimonial__panel {
  position: absolute;
  opacity: 0;
  bottom: 60px;
  right: 50%;
  z-index: 20;
  width: 330px;
  border-radius: 2px;
  visibility: hidden;
  margin-bottom: -20px;
  padding: 25px 30px 25px 23px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s linear 0ms;
  transition: all 0.3s linear 0ms;
  -webkit-box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
  box-shadow: 0 5px 23px rgba(40, 40, 40, 0.08);
}

.testimonial-box .testimonial__panel .testimonial__desc {
  font-size: 15px;
  font-weight: 700;
  color: #0e2b3d;
  margin-bottom: 0;
}

.testimonial-box .testimonial__panel:after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #ffffff;
}

.testimonial-box.testimonial-hover-left .testimonial__panel {
  left: 50%;
  right: auto;
}

.testimonial-box.testimonial-hover-left .testimonial__panel:after {
  right: auto;
  left: 0;
  border-right: 0;
  border-left: 12px solid #ffffff;
}

.testimonial-box:hover .testimonial__panel {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}

/* Mobile Phones and tablets */
@media (max-width: 992px) {
  .testimonial__desc {
    font-size: 17px;
  }

  .testimonial__meta-title {
    font-size: 15px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 575px) {
  .testimonial-box .testimonial__panel {
    padding: 15px;
    max-width: 270px;
  }

  .testimonial-box:nth-of-type(4) {
    right: 85%;
  }

  .testimonial-box:nth-of-type(3) .testimonial__panel {
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .testimonial-box:nth-of-type(5) {
    right: 77%;
  }

  .testimonials .cta {
    margin-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .testimonials .cta .cta__item {
    padding: 15px 20px;
    margin-bottom: 10px;
  }

  .testimonials .cta .cta__item:first-of-type {
    margin-left: 0;
  }

  .testimonials .cta .cta__item:last-of-type {
    margin-right: 0;
  }

  .testimonials .cta .cta__content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials .cta .or-seperator {
    display: none;
  }
}

/*---------------------------
    Client
---------------------------*/
.clients {
  margin-top: 50px;
}
.clients .slick-slider {
    margin-top: 20px;
}
.clients .client {
  position: relative;
  overflow: hidden;
  height: 100px;
}

.clients .client img {
  padding: 10px;
  -webkit-transition: transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  height: 100px;
  object-fit: contain;
  object-position: center;
  display: block;
  margin: 0 auto;
}

.clients .client img:first-of-type {
  opacity: 0.6;
}

.clients .client img:last-of-type {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -150%);
  transform: translate(50%, -150%);
}

.clients .client:hover img:first-of-type {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
}

.clients .client:hover img:last-of-type {
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.clients .text__link {
  text-align: left !important;
  font-size: 18px;
  margin-bottom: -20px !important;
}

.clients.allies-slider {
    margin-top: 0;
}

.clients.allies-slider .client,
.clients.allies-slider .client img {
    height: 100px;
}

.gallery-page .post-item .post__img a {
  display:flex;
  justify-content: center;
  align-items: center;
  position: relative;
}


.gallery-page .post-item .post__img iframe,
.gallery-page .post-item .post__img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.gallery-page .post-item .post__img i {
  position: absolute;
  z-index: 5;
  font-size: 50px;
  color: #fff;
  transition: all .5s ease-in-out;
}

.gallery-page .post-item .post__img:hover i {
  color: #981872;
}


@media (max-width: 767px) {
  .gallery-page .post-item .post__img iframe,
  .gallery-page .post-item .post__img img {
    width: 100%;
    height: auto;
  }
}


/*--------------------
     Blog
-------------------*/
.post-item {
  position: relative;
  margin-bottom: 50px;
}

.post-item .post__img {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}



.post-item .post__img img {
  -webkit-transition: all 0.9s ease;
  transition: all 0.9s ease;

}

.post-item .post__img img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.post-item:hover .post__img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.news-details .post-item:hover .post__img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.news-details .post-item .post__img img,
.news-details .post-item .post__img iframe {
  width: 100%;
  height: auto;
    object-fit: fill;
}

.post-item .post__content {
  padding: 30px 30px 0 0;
  overflow: hidden;
}

.post-item .post__content p {
    height: 60px;
    overflow: hidden;
}

.post-item .post__content * {
    font-family: cairo !important;
}

.news-details .post-item .post__content p {
    height: auto !important;
    overflow: visible !important;
    font-family: cairo !important;
}

.news-details .post-item .post__content * {
    font-family: cairo !important;
}

.news-details.blog-single .post__content {
    margin-top: 0 !important;
}

.post-item .post__meta-date {
  font-size: 14px;
  color: #0e2b3d;
  display: block;
  margin-bottom: 10px;
}

.post-item .post__meta-cat {
  position: absolute;
  top: 15px;
  right: 15px;
  border-radius: 3px;
  padding: 0 8px;
  background-color: #771e65;
}

.post-item .post__meta-cat a {
  position: relative;
  color: #ffffff;
  padding-right: 7px;
  font-size: 13px;
}

.post-item .post__meta-cat a:hover {
  color: #0e2b3d;
}

.post-item .post__meta-cat a:after {
  content: ",";
  position: absolute;
  top: -1px;
  right: 2px;
  color: #ffffff;
}

.post-item .post__meta-cat a:last-child {
  padding-left: 0;
}

.post-item .post__meta-cat a:last-child:after {
  display: none;
}

.post-item .post__title {
  font-size: 21px;
  margin-bottom: 23px;
  height: 55px;
  overflow: hidden;
}

.post-item .post__title a {
  color: #0e2b3d;
}

.post-item .post__title a:hover {
  color: #771e65;
}

.post-item .post__desc {
  font-size: 14px;
  margin-bottom: 15px;
  height: 50px;
  overflow: hidden;
}

.post-item .post__desc p {
    height: auto;
}

.post-item .btn__link {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.post-item .btn__link span {
  position: relative;
  padding-bottom: 3px;
  display: inline-block;
  margin-right: 3px;
}

.post-item .btn__link span:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #771e65;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.post-item .btn__link i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  background-color: #771e65;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.post-item .btn__link:hover span:after {
  opacity: 0;
}

.post-item .btn__link:hover i {
  opacity: 1;
}

/* Blog Sigle */
.blog-single .post-item .post__title {
  font-size: 30px;
  margin-bottom: 30px;
}

.blog-single .post-item .post__meta {
  position: relative;
}

.blog-single .post-item .post__meta > * {
  font-size: 13px;
  margin-left: 20px;
  margin-bottom: 24px;
}

.blog-single .post-item .post__meta > *:last-child {
  margin-left: 0;
}

.blog-single .post-item .post__meta .post__meta-cat {
  position: static;
}

.blog-single .post-item .post__meta .post__meta-author img {
  width: 30px;
  height: 30px;
  margin-left: 5px;
  border-radius: 50%;
}

.blog-single .post-item .post__meta .post__desc p {
  font-size: 16px;
}

.blog-carousel .heading__title {
  font-size: 25px;
}

.blog-carousel .btn__explore {
  position: absolute;
  left: 100px;
  min-width: 100px;
  height: 30px;
  line-height: 28px;
  border-radius: 1px;
  font-size: 14px;
}

.blog-carousel .slick-arrow {
  top: -47px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 2px;
  color: #771e65;
  background-color: #ffffff;
}

.blog-carousel .slick-arrow:before {
  font-size: 10px;
}

.blog-carousel .slick-arrow.slick-prev {
  left: 40px;
  right: auto;
}

.blog-carousel .slick-arrow.slick-prev:before {
  content: "\e929";
}

.blog-carousel .slick-arrow.slick-next {
  color: #ffffff;
  background-color: #0e2b3d;
}

.blog-carousel .slick-arrow.slick-next:before {
  content: "\e92a";
}

.post__meta-author {
  font-size: 13px;
}

.post__meta-author a {
  color: #0e2b3d;
}

.blog-widget__title {
  font-size: 24px;
  margin-bottom: 20px;
}

.widget-nav .widget-nav__img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 90px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.widget-nav .widget-nav__img:before {
  font-family: icomoon;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 10px;
  color: #ffffff;
  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-color: rgba(119, 30, 101, 0.7);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.widget-nav .widget-nav__next .widget-nav__img:before {
  content: "\e904";
}

.widget-nav .widget-nav__prev .widget-nav__img:before {
  content: "\e902";
}

.widget-nav .widget-nav__prev,
.widget-nav .widget-nav__next {
  position: relative;
}

.widget-nav .widget-nav__prev:hover h5,
.widget-nav .widget-nav__next:hover h5 {
  color: #771e65;
}

.widget-nav .widget-nav__prev:hover .widget-nav__img:before,
.widget-nav .widget-nav__next:hover .widget-nav__img:before {
  opacity: 1;
}

.widget-nav .widget-nav__content {
  max-width: calc(100% - 90px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 90px);
  flex: 0 0 calc(100% - 90px);
  padding: 0 10px;
}

.widget-nav .widget-nav__content span {
  font-size: 13px;
  color: #616161;
  display: block;
  margin-bottom: 1px;
}

.widget-nav .widget-nav__content h5 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 45px;
  overflow: hidden;
}

.news-details .widget-nav {
  border-top: 1px dashed #e1e1e1;
  padding-top: 25px;
}

.news-details .widget-nav .widget-nav__next .widget-nav__content span {
  text-align: right;
}

.widget-nav .widget-nav__all {
  font-size: 22px;
  line-height: 50px;
  color: #0e2b5c;
  display: block;
  text-align: center;
}

.bordered-box {
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #e5e8ea;
}

.blog-author {
  border-radius: 4px;
  background-color: #f4f4f4;
}

.blog-author .blog-author__avatar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}

.blog-author .blog-author__content {
  padding: 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
  max-width: 78%;
}

.blog-author .blog-author__name {
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 15px;
}

.blog-author .blog-author__bio {
  font-size: 15px;
  margin-bottom: 13px;
}

.blog-author .social-icons li a {
  font-size: 15px;
  color: #0e2b3d;
}

.blog-author .social-icons li a:hover {
  color: #771e65;
}

.comments-list .comment__item {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  margin-bottom: 30px;
}

.comments-list .comment__item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comments-list .comment__item .comment__avatar {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
}

.comments-list .comment__item .comment__content {
  padding-right: 90px;
}

.comments-list .comment__item .comment__content .comment__author {
  font-size: 15px;
  margin-bottom: 11px;
}

.comments-list .comment__item .comment__content .comment__date {
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-bottom: 10px;
}

.comments-list .comment__item .comment__content .comment__desc {
  font-size: 15px;
  margin-bottom: 6px;
}

.comments-list .comment__item .comment__content .comment__reply {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #0e2b3d;
  display: inline-block;
}

.comments-list .comment__item .comment__content .comment__reply:hover {
  color: #771e65;
}

.comments-list .comment__item .nested__comment {
  border-top: 1px solid #eaeaea;
  padding: 30px 0 0 0;
  margin: 30px 90px 0 0;
}

.blog-comments-form {
  border-radius: 4px;
  padding: 55px;
  background-color: #f4f4f4;
}

.blog-comments-form .form-control {
  height: 60px;
  background-color: #ffffff;
}

.blog-comments-form
  .custom-control-input:checked
  ~ .custom-control-label::before {
  background-color: #ffffff;
}

.blog-comments-form .btn {
  height: 70px;
  line-height: 70px;
}

.blog-tags ul li a {
  position: relative;
  font-size: 14px;
  padding-left: 5px;
  color: #771e65;
}

.blog-tags ul li a:hover {
  color: #0e2b3d;
}

.blog-tags ul li a:before {
  content: ",";
  position: absolute;
  top: -2px;
  left: 1px;
  color: #771e65;
}

.blog-tags ul li:last-child a:before {
  display: none;
}

@media (min-width: 992px) {
  .blog-single .post__content {
    position: relative;
    z-index: 3;
    margin-right: 40px;
    margin-top: -40px;
    border-top-right-radius: 5px;
    background-color: #ffffff;
  }

  .bordered-box .row-no-gutter > [class*="col"]:first-child {
    border-left: 2px solid #e5e8ea;
  }

  .widget-nav .widget-nav__content h5 {
    max-width: 270px;
  }
}

@media (min-width: 768px) {
  .widget-nav__next {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .post-item {
    margin-bottom: 30px;
  }

  .post-item .post__title {
    font-size: 16px;
    margin-bottom: 10px;
    height: 45px;
  }

  .post-item .post__content {
    padding: 10px 0 0 0;
  }

  .post-item .post__desc {
    margin-bottom: 10px;
  }

  .blog-single .post-item .post__title {
    font-size: 20px;
  }

  .blog-single .post-item .post__meta > * {
    margin-bottom: 5px;
  }

  .blog__tags ul {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .comments-list .comment__item .comment__avatar {
    width: 40px;
    height: 40px;
  }

  .comments-list .comment__item .comment__content {
    padding-right: 50px;
  }

  .comments-list .comment__item .comment__content .comment__desc {
    font-size: 13px;
  }

  .widget-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .widget-nav .widget-nav__img {
    max-width: 70px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
  }

  .blog-comments-form {
    padding: 20px;
  }

  .comments-list .comment__item .nested__comment {
    padding: 20px 0 0 0;
    margin: 20px 40px 0 0;
  }
}

/* Extra Small Devices */
@media (min-width: 320px) and (max-width: 575px) {
  .blog-author {
    padding: 20px;
  }

  .blog-author .blog-author__avatar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    margin-bottom: 20px;
  }

  .blog-author .blog-author__content {
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .news-details .widget-nav .widget-nav__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news-details .widget-nav .widget-nav__content h5 {
    font-size: 15px !important;
    height: 40px;
  }
  .news-details .widget-nav .widget-nav__next {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .news-details .widget-nav .widget-nav__next .widget-nav__content span {
    text-align: left;
  }
}

/*----------------------------
    Contact
----------------------------*/
.contact-block {
  margin-bottom: 30px;
}

.contact-block:last-of-type {
  margin-bottom: 0;
}

.contact-block-light .contact-block__title,
.contact-block-light .contact-block__list li,
.contact-block-light .contact-block__list li a {
  color: #ffffff;
}

.contact-block .contact-block__title {
  font-size: 18px;
  margin-bottom: 12px;
}

.contact-block .contact-block__list {
  margin-bottom: 0;
}

.contact-block .contact-block__list li {
  font-size: 14px;
}

.contact-info-box {
  margin-bottom: 30px;
}

.contact-info-box .contact__info-box-title {
  font-size: 17px;
  margin-bottom: 20px;
}

.contact-info-box .contact__info-list {
  margin-bottom: 0;
}

.contact-info-box .contact__info-list li {
  font-size: 14px;
  margin-bottom: 7px;
}

.contact-info-box .contact__info-list li a {
  color: #9b9b9b;
}

.contact-panel {
  position: relative;
  z-index: 2;
  padding: 60px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}

.contact-panel__title {
  font-size: 20px;
  margin-bottom: 40px;
}

.contact-panel__desc {
  font-size: 15px;
  line-height: 25px;
}

.contact-layout1 .contact-form {
  padding: 60px;
  border-radius: 5px;
  background-color: #f4f4f4;
}

.contact-layout1 .whatsapp-link {
    color: #fff;
    margin-top: 15px;
    display: inline-block;
}

.contact-layout1 .whatsapp-link i {
    font-size: 25px;
}
.contact-layout1 .whatsapp-link:hover {
    color: #aaa;
}
.contact-layout1 .whatsapp-link span {
    display: inline-block;
    margin-left: 5px;
    direction: rtl;
}

.contact-layout1 .contact-form textarea.form-control {
  min-height: 120px;
}

.contact-layout1 .contact-info {
  overflow: hidden;
  border-radius: 3px;
  padding: 50px;
  height: 100%;
}

.contact-layout1 .contact-info .contact-info__title {
  color: #ffffff;
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 25px;
}

.contact-layout1 .contact-info .contact-info__desc {
  color: #ffffff;
  margin-bottom: 26px;
}

.contact-layout1 .contact-info .contact-block__title {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 10px;
}

.contact-layout1 .contact-info .contact-block__list {
  margin-bottom: 30px;
}

.contact-layout1 .contact-info .contact-block__list li {
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}

.contact-layout1 .contact-info .btn {
  margin-top: 50px;
}

.contact-layout2 .contact-panel {
  padding: 0;
}

.contact-layout2 .contact-panel__banner {
  padding: 55px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43%;
  flex: 0 0 43%;
  max-width: 43%;
}

.contact-layout2 .contact-panel__banner .btn {
  height: 70px;
  line-height: 70px;
  min-width: 180px;
}

.contact-layout2 .contact-panel__form {
  padding: 55px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  max-width: 57%;
}

.contact-panel .custom-checkbox label,
.contact-panel .custom-checkbox input[type='checkout'] {
  cursor: pointer;
}

.google-map .contact-info-box {
  padding: 50px;
  max-width: 300px;
  border-radius: 4px;
  position: relative;
  z-index: 3;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}

.google-map .contact-info-box .contact__info-box-title {
  font-size: 22px;
  margin-bottom: 26px;
}

@media (min-width: 992px) {
  .contact-layout1 .contact-panel__info {
    margin-right: 50px;
  }

  .google-map .contact-info-box {
    margin-top: -420px;
  }
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .contact-panel {
    padding: 20px;
  }

  .contact-panel .contact-panel__title {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .contact-panel .contact-panel__desc {
    font-size: 13px;
    line-height: 23px;
  }

  .contact-layout1 .contact-form,
  .contact-layout1 .contact-info {
    padding: 20px;
  }

  .contact-layout2 .contact-panel__banner,
  .contact-layout2 .contact-panel__form {
    padding: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .contact-info-box .contact__info-box-title {
    margin-bottom: 10px;
  }
}

/*--------------------------
        pricing
--------------------------*/
.page-title-layout4 + .pricing {
  margin-top: -265px;
  z-index: 2;
}

.pricing-item {
  position: relative;
  height: calc(100% - 30px);
  margin-bottom: 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.08);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pricing-item .pricing__top {
  font-size: 15px;
  font-weight: 700;
  padding: 35px 15px;
  text-align: center;
  margin-bottom: 60px;
  border-bottom: 2px solid #e5e8ea;
}

.pricing-item .pricing__header {
  margin-bottom: 30px;
}

.pricing-item .pricing__title {
  color: #771e65;
  font-size: 16px;
  margin-bottom: 0;
}

.pricing-item .pricing__currency {
  font-size: 45px;
  font-weight: 400;
}

.pricing-item .pricing__price {
  font-size: 60px;
  font-weight: 500;
  color: #0e2b3d;
  line-height: 1;
}

.pricing-item .pricing__time {
  font-size: 15px;
  font-weight: 700;
}

.pricing-item .pricing__desc {
  font-size: 14px;
  margin-bottom: 25px;
}

.pricing-item .pricing__list {
  margin-bottom: 34px;
}

.pricing-item .pricing__list li {
  margin-bottom: 12px;
}

.pricing-item .pricing__list li:before {
  font-size: 8px;
  width: 20px;
  height: 20px;
  line-height: 20px;
}

.pricing-item .btn {
  height: 70px;
  line-height: 70px;
  padding: 0 20px;
}

.pricing-item .pricing__header,
.pricing-item .pricing__content,
.pricing-item .pricing__footer {
  padding-left: 50px;
  padding-right: 50px;
}

.pricing-item .pricing__footer {
  padding-bottom: 50px;
}

.pricing .btn.btn__secondary.btn__bordered {
  min-width: 180px;
  height: 60px;
  line-height: 60px;
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .page-title-layout4 + .pricing {
    margin-top: 0;
  }

  .pricing-item {
    height: auto;
  }

  .pricing-item .pricing__list {
    margin-bottom: 20px;
  }

  .pricing-item .pricing__desc {
    font-size: 12px;
  }

  .pricing-item .pricing__price {
    font-size: 40px;
  }

  .pricing-item .pricing__currency {
    font-size: 25px;
  }

  .pricing-item .pricing__top {
    padding: 15px;
    margin-bottom: 30px;
  }

  .pricing-item .pricing__header,
  .pricing-item .pricing__content,
  .pricing-item .pricing__footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-item .pricing__footer {
    padding-bottom: 20px;
  }
}

/*---------------------------
    Counters
--------------------------*/
.counter-item {
  margin-bottom: 20px;
}

.counter-item .counter {
  font-size: 54px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 16px;
}

.counter-item .counter__desc {
  color: #264050;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0;
}

.counters-light .counter-item .counter,
.counters-light .counter-item .counter__desc {
  color: #ffffff;
}

@media (min-width: 992px) {
  .counter-item .counter__desc {
    padding-left: 65px;
  }
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .counter-item .counter {
    font-size: 25px;
  }

  .counter-item .counter__desc {
    font-size: 11px;
    line-height: 20px;
  }
}

@media (max-width: 375px) {
  .counter-item .counter__desc {
    font-size: 10px;
    line-height: 15px;
  }
}

/*--------------------
    Sidebar
----------------------*/
.sidebar {
  position: relative;
  margin-right: 20px;
}

.widget {
  position: relative;
  padding: 40px;
  margin-bottom: 40px;
  border-radius: 4px;
  background-color: #f4f4f4;
}

.widget:last-child {
  margin-bottom: 0;
}

.widget:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  width: 30px;
  height: 3px;
  background-color: #771e65;
}

.widget .widget__title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 26px;
}

.widget-search .widget__form-search {
  position: relative;
}

.widget-search .widget__form-search .form-control {
  height: 60px;
  border: 2px solid #eaeaea;
}

.widget-search .widget__form-search .form-control:focus {
  border-color: #771e65;
}

.widget-search .widget__form-search .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  min-width: 0;
  line-height: 60px;
  height: 60px;
  width: 40px;
  color: #0e2b3d;
}

.widget-search .widget__form-search .btn:before {
  display: none;
}

.widget-search .widget__form-search .btn:hover {
  color: #771e65;
}

.widget-categories ul li {
  margin-bottom: 11px;
}

.widget-categories ul li:last-child {
  margin-bottom: 0;
}

.widget-categories ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #0e2b3d;
  font-size: 15px;
  font-weight: 700;
  text-transform: capitalize;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.widget-categories ul li a:hover {
  color: #771e65;
}

.widget-categories ul li a .cat-count {
  font-size: 13px;
  font-weight: 400;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border-radius: 50%;
  text-align: center;
  color: #771e65;
  margin-right: 10px;
  border: 2px solid rgba(14, 44, 62, 0.1);
  background-color: #ffffff;
}

.widget-tags ul li a {
  display: block;
  font-size: 13px;
  line-height: 1;
  color: #0e2b3d;
  border: 1px solid #0e2b3d;
  background-color: #ffffff;
  text-transform: capitalize;
  padding: 7px 10px;
  margin: 0 0 10px 10px;
  border-radius: 2px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.widget-tags ul li a:hover {
  background-color: #0e2b3d;
  border-color: #0e2b3d;
  color: #ffffff;
}

/*widget posts*/
.widget-post-item {
  margin-bottom: 25px;
  overflow: hidden;
}

.widget-post-item:last-of-type {
  margin-bottom: 0;
}

.widget-post-item .widget-post__title {
  font-size: 15px;
  margin-bottom: 5px;
  max-height: 40px;
  overflow: hidden;
}

.widget-post-item .widget-post__title a {
  color: #0e2b3d;
}

.widget-post-item:hover .widget-post__title a {
  color: #771e65;
}

.widget-post-item .widget-post__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  max-width: 70px;
  margin-right: 15px;
}

.widget-post-item .widget-post__img img {
  border-radius: 3px;
}

.widget-post-item .widget-post__date {
  line-height: 1;
  font-size: 13px;
  margin-bottom: 4px;
}

/* Widget Download */
.widget-download .btn {
  padding: 0 25px;
  height: 75px;
  text-align: right;
}

.widget-download .btn span {
  display: block;
  margin-top: 20px;
}

.widget-download .btn img {
  position: absolute;
  top: 0;
  right: 25px;
  width: 22px;
  height: 24px;
}

.widget-contact .btn:hover {
  color: #0e2b3d;
}

.widget-contact .btn:before {
  background-color: #ffffff !important;
}

.widget-contact__info .widget-contact__title {
  color: #ffffff;
  font-size: 17px;
  margin-bottom: 12px;
}

.widget-contact__info .widget-contact__list {
  margin-bottom: 30px;
}

.widget-contact__info .widget-contact__list li {
  color: #ffffff;
  font-size: 14px;
}

@media (min-width: 320px) and (max-width: 992px) {
  .sidebar {
    margin-right: 0;
  }

  .widget {
    padding: 20px;
    margin-bottom: 30px;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .widget {
    padding: 15px;
  }

  .widget .widget__title {
    margin-bottom: 20px;
  }

  .widget-categories ul {
    padding: 0;
  }

  .widget-categories ul li a {
    font-size: 13px;
    padding: 10px;
  }

  .widget-download .btn {
    height: 60px;
  }
}

/*----------------------
    About
-----------------------*/

.about-us-blocks {
    padding: 0;
    list-style: none;
}

.about-us-blocks > li {
    padding: 5px;
}

.about-us-blocks > li h3 {
    font-size: 16px;
    font-weight: bold;
    color: #0e2b3d;
    margin-bottom: 5px;
}

.about-us-blocks > li p {
    font-size: 14px;
    color: #9b9b9b;
    line-height: 1.5;
}

.about-us-blocks > li ul {
    padding-left: 20px;
    line-height: 1.5;
    margin-bottom: 15px;
}
.about-us-blocks > li ul li {
    margin-bottom: 5px;
}

.inner-service-block .service-inner-title {
    margin: 20px 0;
}

section.about-layout1 + section.portfolio-grid {
    padding-top: 25px;
}

section.about-layout1 + section.portfolio-grid .heading__title {
    display: none;
}

@media (max-width: 767px) {
    .about-us-blocks {
        display: block;
    }
    .about-us-blocks > li:nth-child(4),
    .about-us-blocks > li:nth-child(5) {
        padding: 5px 0;
    }
}

.about__img {
  position: relative;
}

@media (min-width: 768px) {
    .custom-about-img {
        margin-top: 50px;
    }
}


.about__img img {
  height: 400px;
  object-fit: contain;
  border-radius: 3px;
}

[class*="about-layout"] .icon-quote {
  position: absolute;
  top: -20px;
  right: -50px;
  z-index: -1;
  font-size: 70px;
  color: #e6e9eb;
}

.about-layout1 .blockquote {
  position: absolute;
  bottom: -100px;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}

.about-layout1 .blockquote .slick-slider {
    direction: rtl;
}

.about-layout1 .blockquote .slider-item {
    padding-bottom: 20px;
    direction: ltr;
}

.about-layout1 .blockquote .slick-arrow.slick-prev {
    right: calc(50% - 25px);
    top: 120%;
    transform: rotate(180deg);
}
.about-layout1 .blockquote .slick-arrow.slick-next {
    right: calc(50% + 25px);
    top: 120%;
    transform: rotate(180deg);
}

.about-layout1 .blockquote .blockquote__content {
  position: relative;
  padding: 25px 30px;
  border-radius: 5px 5px 0 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0 12px 0px rgba(40, 40, 40, 0.25);
  box-shadow: 0px 0 12px 0px rgba(40, 40, 40, 0.25);
}

.about-layout1 .blockquote .blockquote__content:after {
  content: "";
  bottom: -10px;
  right: 0;
  position: absolute;
  display: block;
  border-top: 0 solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #ffffff;
}

.about-layout1 .blockquote .blockquote__avatar {
  width: 44px;
  height: 44px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44px;
  flex: 0 0 44px;
  border-radius: 50%;
  margin-left: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 4px;
  border: 2px solid #771e65;
  padding: 2px;
  position: relative;
  top: 100px;
}

.about-layout1 .blockquote .blockquote__avatar img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.about-layout1 .blockquote .blockquote__title {
  font-size: 15px;
  line-height: 1.6;
}

.about-layout2 .video__btn-wrapper,
.about-layout4 .video__btn-wrapper {
  position: absolute;
  bottom: 40px;
  right: 40px;
  padding: 30px;
  border-radius: 2px;
  max-width: 210px;
  background-color: #771e65;
}
.about-layout4  .list-items.list-items-layout2 {
    margin-top: 15px;
}
.about-layout4 .text__link {
  margin-top: 20px;
}

.about-layout4 .text__link.text-center {
    text-align: center;
}

@media (max-width: 767px) {
    .about-layout4 .text__link {
        text-align: center !important;
    }
}

.about-layout2 .video__btn-wrapper .video__btn-title,
.about-layout4 .video__btn-wrapper .video__btn-title {
  color: #ffffff;
  text-align: left;
}

.about-down-block {
  margin-bottom: 25px;
}
.about-down-block .about-col {
  position: relative;
  top: 15px;
}

@media (min-width: 1200px) {
  .about-layout2 .about__Text p {
    margin-bottom: 25px;
  }

  .about-layout3 .about__img-1 {
    margin-left: 70px;
  }

  .about-layout3 .about__Text p {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  .about-layout4:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: 250px;
    background-color: #f9f9f9;
  }
}

@media (max-width: 992px) {
  .about-layout1 .about__img {
    margin-top: 40px;
    padding-left: 0;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  [class*="about-layout"] .icon-quote {
    top: -10px;
    right: -10px;
  }

  .about-layout1 .cta-banner {
    position: relative;
    padding: 20px;
    margin-top: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .about-layout1 .cta-banner:after {
    top: 20px;
    height: calc(100% - 40px);
  }

  .about-layout1 .blockquote {
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-layout1 .blockquote .blockquote__title {
    font-size: 13px;
  }

  .about-layout1 .blockquote .blockquote__avatar {
    margin-left: 10px;
  }

  .about-layout2 .video__btn-wrapper,
  .about-layout4 .video__btn-wrapper {
    padding: 15px;
  }
}

/*-----------------------
    banner
------------------------*/
.banner-layout1 .heading__desc,
.banner-layout2 .heading__desc {
  margin-bottom: 10px;
}

.banner-layout2 .clients {
    margin-top: 30px !important;
}

.banner-layout1 .testimonials .slider-nav,
.banner-layout2 .testimonials .slider-nav {
  margin-right: 120px;
  margin-top: -40px;
}

.banner-layout1 .testimonial__desc,
.banner-layout2 .testimonial__desc {
  margin-bottom: 0;
}

.banner-layout1 .testimonial-item,
.banner-layout2 .testimonial-item {
  position: relative;
  padding-bottom: 110px;
}

.banner-layout1 .testimonial__meta,
.banner-layout2 .testimonial__meta {
  position: absolute;
  top: 170px;
  left: 250px;
}

@media (max-width: 1240px) {
   .banner-layout1 .testimonial__meta,
    .banner-layout2 .testimonial__meta {
      position: absolute;
      top: 140px;
    } 
}

.banner-layout1 .testimonial__meta-title,
.banner-layout1 .testimonial__meta-desc,
.banner-layout2 .testimonial__meta-title,
.banner-layout2 .testimonial__meta-desc {
  color: #ffffff;
}

.banner-layout1 .slick-arrow,
.banner-layout2 .slick-arrow {
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #ffffff;
  border-color: #ffffff;
  top: 85%;
  transform: rotate(180deg);
}

.banner-layout1 .slick-arrow:hover,
.banner-layout2 .slick-arrow:hover {
  color: #ffffff;
  border-color: #0e2b3d;
  background-color: #0e2b3d;
}

.banner-layout1 .slick-arrow.slick-prev,
.banner-layout2 .slick-arrow.slick-prev {
  right: -120px;
}

.banner-layout1 .slick-arrow.slick-prev:before,
.banner-layout2 .slick-arrow.slick-prev:before {
  font-size: 11px;
}

.banner-layout1 .slick-arrow.slick-next,
.banner-layout2 .slick-arrow.slick-next {
  left: auto;
  right: -75px;
}

.banner-layout1 .slick-arrow.slick-next:before,
.banner-layout2 .slick-arrow.slick-next:before {
  font-size: 11px;
}

.banner-layout2 .heading__title {
  font-size: 17px;
}

.banner-layout2 .divider-light {
  background-color: rgba(244, 244, 244, 0.5);
}

.banner-layout2 .clients .client img:first-of-type {
  opacity: 1;
}

.banner-layout3 .heading__desc {
  font-size: 15px;
}

.banner-layout3 .banner-img {
  position: relative;
}

.banner-layout3 .banner-img img {
  border-radius: 4px;
}

.banner-layout3 .video__btn {
  position: absolute;
  bottom: 40px;
  right: 40px;
}

.banner-layout3 .sticky-top {
  top: 125px;
}

.banner-layout3 .fancybox-item {
  margin-bottom: 60px;
}

.banner-layout3 .fancybox-item .fancybox__title {
  margin-bottom: 21px;
}

.banner-layout3 .fancybox-item .fancybox__desc {
  color: #f4f4f4;
  max-width: 300px;
}

.banner-layout3 .fancybox-item .fancybox__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  max-width: 100px;
  margin-bottom: 10px;
}

.banner-layout3 .fancybox-item .fancybox__content {
  overflow: hidden;
}

.banner-layout3 .fancybox-item .btn__link {
  margin-top: 25px;
  height: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(calc(-1*(-100% + 22px)));
  transform: translateX(calc(-1*(-100% + 22px)));
}

.banner-layout3 .fancybox-item .btn__link span {
  opacity: 0;
  color: #ffffff;
  margin-left: 20px;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.banner-layout3 .fancybox-item .btn__link i {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #0e2b3d;
  background-color: #ffffff;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.banner-layout3 .fancybox-item .btn__link:hover i {
  background-color: #771e65;
}

.banner-layout3 .fancybox-item:hover .btn__link {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.banner-layout3 .fancybox-item:hover .btn__link span {
  opacity: 1;
}

.banner-layout3 .read-note__text {
  max-width: 400px;
}

.banner-layout3 .read-note__text .text-underlined {
  border-bottom: 2px solid #771e65;
}

.banner-layout4 .cta-banner {
  padding: 50px;
  max-width: 370px;
  border-radius: 0;
}

.banner-layout4 .read-note__text {
  max-width: 400px;
}

.banner-layout4 .read-note__text .text-underlined {
  border-bottom: 2px solid #771e65;
}

.banner-layout5 {
  position: relative;
}
.banner-layout5 .counter-item .counter__desc {
  padding-left: 0;
}
.banner-layout5 .fancybox__icon-img i {
  font-size: 50px !important;
}
.banner-layout5 .divider {
  width: 270px;
}
.banner-layout5 .sub {
  height: 100%;
  object-fit: cover;
}

.banner-layout5 .quote__icon,
.banner-layout5 .scroll__icon {
  position: absolute;
  top: 20px;
  right: 50%;
  width: 62px;
  height: 62px;
  line-height: 62px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

.banner-layout5 .quote__icon {
  color: #0e2b3d;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.25);
}

.banner-layout5 .quote__icon .icon-quote {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.banner-layout5 .scroll__icon {
  color: #ffffff;
  border: 2px solid #ffffff;
}

.banner-layout5 .banner__content .heading__title {
  font-size: 33px;
}

.banner-layout5 .banner__content .heading__desc {
  font-size: 15px;
}

.banner-layout5 .contact__icon {
  color: #ffffff;
  margin-bottom: 23px;
  font-size: 37px;
}

@media (max-width: 767px) {
    .banner-layout5 .contact__icon .icon-mail {
        margin-left: 20px;
    }
}

.banner-layout5 .contact__list li {
  font-weight: 700;
  color: #ffffff;
}

.banner-layout5 .contact__list li a {
  color: #ffffff;
}

.banner-layout5 .sticky-top {
  padding-left: 36px;
  top: 125px;
}
.banner-layout5 .contact-info {
  padding-left: 30px;
}
.banner-layout5 .awards {
  padding-right: 50px;
  padding-left: 50px;
}
.banner-layout5 .contact__icon {
  text-align: center;
}
.banner-layout5 .semi-banner .cta-banner {
  border-radius: 0;
  height: 100%;
}

.banner-layout5 .cta-banner {
  border-radius: 0;
  max-width: 100%;
}

.banner-layout5 .awards-carousel-wrapper .slick-dots li:not(.slick-active) {
  border-color: #ffffff;
  background-color: #ffffff;
}
.banner-layout5 .overlay-banner-layout5 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgb(0, 0, 0, 0.4);
  z-index: 2;
}
.banner-layout5 .row-overlay {
  position: relative;
  z-index: 5;
}

.banner-layout6 .banner-bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% - 130px);
}

.banner-layout6 .divider {
  width: 270px;
}

.banner-layout6 .video__btn-wrapper {
  position: absolute;
  top: 50px;
  right: 50px;
  padding: 30px;
  border-radius: 2px;
  max-width: 210px;
  background-color: #771e65;
}

.banner-layout6 .video__btn-wrapper .video__btn-title {
  color: #ffffff;
  text-align: right;
}

.semi-banner .semi-banner__content {
  padding: 40px;
}

.semi-banner .heading__title {
  font-size: 24px;
}

.semi-banner .heading_desc {
  font-size: 14px;
}

.semi-banner .banner__subheading {
  color: #771e65;
  font-size: 17px;
  margin-bottom: 15px;
}

.before-footer {
  margin-bottom: 0 !important;
}

/* Extra Large Size Screens */
@media (min-width: 1350px) {
  .banner-layout1 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .banner-layout1 .container-fluid,
  .banner-layout2 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }

  .banner-layout3 .banner-img,
  .banner-layout3 .read-note {
    margin-right: 70px;
    margin-left: -70px;
  }
}

@media (min-width: 1300px) {
  .banner-layout6 .contact-panel {
    margin-right: -50px;
  }
}

@media (min-width: 1200px) {
  .banner-layout2 {
    margin-bottom: 20px;
  }

  .banner-layout2 .contact-panel {
    margin-bottom: 30px;
  }

  .banner-layout5 .container-fluid {
    padding-left: 0;
    padding-right: 60px;
  }

  .banner-layout6 .contact-panel {
    margin-bottom: -60px;
  }

  .semi-banner .cta-banner {
    padding: 90px 50px;
  }

  .awards-carousel-wrapper {
    margin-right: -250px;
  }
}

@media (min-width: 1500px) {
  .banner-layout1 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .banner-layout1 .container-fluid,
  .banner-layout2 .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }

  .banner-layout1 .contact-panel,
  .banner-layout2 .contact-panel {
    margin-right: 50px;
  }

  .banner-layout4 .inner-padding {
    padding: 130px 130px 50px 130px;
  }

  .banner-layout5 .container-fluid {
    padding-right: 100px;
  }

  .banner-layout5 .banner__content {
    padding: 130px 75px 110px;
  }
}

@media (min-width: 992px) and (max-width: 1500px) {
  .banner-layout1 .contact-panel,
  .banner-layout2 .contact-panel,
  .banner-layout6 .contact-panel {
    padding: 60px 40px;
  }

  .banner-layout5 .banner__content {
    padding: 130px 45px 110px;
  }

  .banner-layout5 .counter-item .counter__desc {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
    .counter-item {
        text-align: center;
    }
    .footer-app-btns {
        text-align: center;
        flex: 0 0 100%;
    }
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .banner-layout1 .contact-panel,
  .banner-layout2 .contact-panel,
  .banner-layout6 .contact-panel {
    padding: 30px;
    margin-top: 15px;
    margin-bottom: 25px;
  }

  .banner-layout5 .banner__content {
    padding: 50px 30px 40px;
  }
}

/* Mobile Phones And tablets  */
@media (min-width: 320px) and (max-width: 767px) {
  .banner-layout1 .heading__desc,
  .banner-layout2 .heading__desc {
    font-size: 14px;
  }

  .banner-layout1 .client__quote,
  .banner-layout2 .client__quote {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
  }

  .banner-layout1 .contact-panel,
  .banner-layout2 .contact-panel {
    padding: 20px;
  }

  .banner-layout3 .fancybox-item .fancybox__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    max-width: 60px;
  }

  .banner-layout3 .fancybox-item .fancybox__title {
    margin-bottom: 10px;
  }

  .banner-layout4 .cta-banner {
    padding: 20px;
  }

  .semi-banner {
    padding-top: 0;
  }

  .semi-banner .semi-banner__content {
    padding-bottom: 20px !important;
  }

  .semi-banner .banner__subheading {
    margin-bottom: 5px;
  }

  .banner-layout5 .contact__icon {
    margin-bottom: 5px;
  }

  .banner-layout5 .awards,
  .banner-layout5 .cta-banner,
  .banner-layout5 .semi-banner .semi-banner__content {
    padding: 20px;
  }

  .banner-layout5 .banner__content {
    padding: 40px 20px 10px;
  }
}

/*-----------------------
    careers
------------------------*/
.job-item {
  padding: 40px 38px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.job-item:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.job-item .job-item__meta {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.job-item .job-item__type {
  font-size: 13px;
  text-transform: capitalize;
  background-color: #771e65;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 2px;
  margin-left: 20px;
}

.job-item .job-item__location {
  font-size: 13px;
}

.job-item .job-item__title {
  font-size: 20px;
  margin-bottom: 0;
}

.job-item .job-item__desc {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 0;
}

/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .job-item {
    padding: 15px;
  }

  .job-item .job-item__meta {
    margin-bottom: 10px;
  }

  .job-item .job-item__title {
    margin-bottom: 10px;
  }

  .job-item .btn-wrap {
    margin-top: 10px;
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
  }
}

/*-----------------------
    Services
--------------------------*/
.service-item {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-item:not(.service-item-custom) {
  background-color: #ffffff;
}

.service-item:not(.service-item-custom):before {
  content: "";
  position: absolute;
  top: 0;
  left: 110px;
  right: 110px;
  opacity: 1;
  height: 3px;
  border-radius: 2px;
  background-color: #771e65;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service-item:not(.service-item-custom) .btn {
  position: absolute;
  bottom: 30px;
  height: 40px;
  line-height: 38px;
  min-width: 250px;
  padding: 0 20px;
}

.service-item:not(.service-item-custom) .btn span {
  display: inline-block;
}

.service-item:not(.service-item-custom) .btn i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  opacity: 0;
  color: #771e65 !important;
  background-color: #ffffff !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-item .service__content {
  padding: 50px;
}

.service-item .service__icon {
  color: #0e2b3d;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.service-item .service__title {
  height: 65px;
  font-size: 24px;
  margin-bottom: 15px;
  overflow: hidden;
}

.service-item .service__desc {
  font-size: 14px;
  height: 100px;
  margin-bottom: 22px;
}

.service-item .service__img {
  position: relative;
}

.service-item .service__img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  background-image: -webkit-gradient(
    linear,
    right top,
    right bottom,
    color-stop(5%, rgba(255, 255, 255, 0.99)),
    to(rgba(255, 255, 255, 0))
  );
  background-image: linear-gradient(
    top,
    rgba(255, 255, 255, 0.99) 5%,
    rgba(255, 255, 255, 0)
  );
}

.service-item:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}

.service-item:hover:before {
  opacity: 1;
  right: 30px;
  left: 30px;
}

.service-item:hover .service__icon {
  color: #771e65;
}

.service-item:hover:not(.service-item-custom) .btn {
  padding-right: 15px;
  padding-left: 40px;
}

.service-item:hover:not(.service-item-custom) .btn:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.service-item:hover:not(.service-item-custom) .btn i {
  opacity: 1;
  right: 15px;
}

.service-item-custom {
  padding: 55px 60px 60px 55px;
  margin-top: 0;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% - 30px);
}

.service-item-custom .service__title {
  color: #ffffff;
  font-size: 34px;
  margin-bottom: 35px;
}

.service-item-custom .service__desc {
  color: #ffffff;
  margin-bottom: 0;
}

.services-layout3 .service-item {
  text-align: center;
}

.services-carousel {
  overflow-x: hidden;
}

.services-layout2.services-carousel .slick-carousel {
    padding-bottom: 75px;
}

.services-layout2.services-carousel .heading__desc {
    height: 165px;
    overflow: hidden;
}

.services-carousel .slick-list {
  margin: -15px;
  overflow: visible;
}

.services-carousel .slick-slide {
  margin: 15px;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
    box-shadow 0.4s ease;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-box-shadow 0.4s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease,
    -webkit-box-shadow 0.4s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, box-shadow 0.4s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease, box-shadow 0.4s ease,
    -webkit-box-shadow 0.4s ease;
}

.services-carousel .slick-slide.slick-active {
  opacity: 1;
  visibility: visible;
}

.services-carousel .slick-slide:not(.slick-active) {
  opacity: 0;
  visibility: hidden;
}

.services-carousel .slick-arrow {
  top: auto;
  bottom: -50px;
  border: 0;
  color: #0e2b3d;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.services-carousel .slick-arrow.slick-next:before {
  content: "\e905";
  font-size: 40px;
}

.services-carousel .slick-arrow.slick-prev {
  right: 0px;
  left: auto;
}

.services-carousel .slick-arrow.slick-prev:before {
  content: "\e903";
  font-size: 40px;
}

.services-carousel .slick-dots {
  position: absolute;
  top: auto;
  right: 34px;
  bottom: -40px;
}

.services-carousel .service-item {
  height: 588px;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
    .services-carousel .service-item {
        height: auto;
        margin-bottom: 20px;
    }
}

.services-carousel-2 .slick-dots {
  position: absolute;
  right: 0;
  bottom: -15px;
}


.services-layout2.services-carousel .slick-dots {
    right: calc(50% - 27px);
    bottom: 30px;
}
.services-layout2.services-carousel .slick-arrow.slick-next {
    bottom: 20px;
    left: calc(50% - 70px);
}
.services-layout2.services-carousel .slick-arrow.slick-prev {
    bottom: 20px;
    right: calc(50% - 70px);
}
.services-layout2.services-carousel .slick-dots li.slick-active {
    background: #771e65;
    border-color: #771e65;
}


/* Mobile Phones & tablets and Small Screens */
@media (max-width: 992px) {
  .service-item .service__content {
    padding: 20px;
  }

  .service-item .service__icon {
    font-size: 50px;
    margin-bottom: 10px;
  }

  .service-item .service__title {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .service-item .service__desc {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .service-item-custom {
    height: auto;
    padding: 20px;
  }

  .service-item-custom .service__title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .service-item-custom .service__desc {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .services-carousel .slick-dots {
    display: none !important;
  }

  .services-carousel .slick-arrow {
    bottom: 0;
  }

  .services-carousel .slick-arrow.slick-prev {
    left: auto;
    right: 0;
  }

  .services-carousel .btn-wrapper {
    text-align: center;
    margin-top: 20px;
  }
}

/*-------------------------
   Awards
-------------------------*/
.awards .fancybox-item {
  height: 520px;
  border-radius: 5px;
  text-align: center;
  padding: 48px 35px 37px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.05);
}

.awards .fancybox-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 110px;
  right: 110px;
  opacity: 0;
  height: 3px;
  border-radius: 2px;
  background-color: #771e65;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.awards .fancybox-item .fancybox__icon-img {
  height: 70px;
  line-height: 70px;
  margin-bottom: 26px;
}

.awards .fancybox-item .fancybox__icon-img img {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.awards .fancybox-item .fancybox__title {
  font-size: 20px;
  font-weight: 600;
}

.awards .fancybox-item .fancybox__desc {
  font-size: 14px;
  margin-bottom: 0;
  max-height: 265px;
  overflow: hidden;
}

.awards .fancybox-item:hover {
  -webkit-box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
  box-shadow: 0px 5px 83px 0px rgba(40, 40, 40, 0.12);
}

.awards .fancybox-item:hover:before {
  opacity: 1;
  right: 30px;
  left: 30px;
}

.awards .fancybox-item:hover .fancybox__icon-img img {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}

.awards .fancybox-item:hover .fancybox__title {
  color: #771e65;
}

.awards .btn__primary.btn__link .icon-outlined {
  color: #0e2b3d;
}

.awards .btn__primary.btn__link:hover .icon-outlined {
  color: #ffffff;
  border-color: #0e2b3d;
  background-color: #0e2b3d;
}

/* Mobile Phones & tablets and Small Screens */
@media screen and (max-width: 992px) {
  .awards .fancybox-item {
    padding: 28px 20px 27px;
    margin-bottom: 20px;
  }

  .awards .fancybox-item .fancybox__icon-img {
    margin-bottom: 15px;
  }

  .awards .pinned-ribbon {
    left: 20px;
  }

  .awards .awards-wrapper > [class*="col"]:nth-of-type(even) .fancybox-item {
    margin-top: 0;
  }
}

/*-------------------------
   Timeline
-------------------------*/
.timeline-bar {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 2px;
  margin-top: -35px;
  background-color: rgba(230, 233, 235, 0.1);
}

.timeline-bar .col {
  position: relative;
}

.timeline-bar .col:after {
  content: "";
  position: absolute;
  top: -9px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  z-index: 2;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 5px solid #173e50;
  background-color: #771e65;
}

.timeline-item {
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

.timeline-item img {
  border-radius: 3px;
}

.timeline-item .timeline__year {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.timeline-item .timeline__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.history-timeline .history-timeline-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 230px);
  z-index: -1;
}

.history-timeline .slick-list {
  margin: -15px;
}

.history-timeline .slick-slide {
  margin: 15px;
}

.history-timeline .slick-arrow {
  line-height: 38px;
  border: 2px solid #173e50;
  background-color: #002b3e;
}

.history-timeline .slick-arrow:hover {
  color: #0e2b3d;
  border-color: #ffffff;
  background-color: #ffffff;
}

.history-timeline .timeline__desc {
  color: #f4f4f4;
}

.read-note__text .text-underlined {
  border-bottom: 2px solid #771e65;
}

@media screen and (min-width: 1300px) {
  .history-timeline .slick-arrow.slick-next {
    left: -70px;
  }

  .history-timeline .slick-arrow.slick-prev {
    right: -70px;
  }

  .history-timeline .cta-banner {
    margin-right: 100px;
  }
}

@media screen and (max-width: 1200px) {
  .history-timeline .timeline-bar {
    top: 0;
    margin-top: 5px;
  }

  .history-timeline .slick-arrow {
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .history-timeline .slick-arrow.slick-next {
    right: 0;
  }

  .history-timeline .slick-arrow.slick-prev {
    right: 0;
  }

  .history-timeline .sub__desc,
  .history-timeline .list-items li {
    color: #f9f9f9;
  }

  .history-timeline .timeline-item {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .history-timeline .timeline-item .timeline__content {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .history-timeline .timeline-item .timeline__content .timeline__year {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 5px !important;
  }

  .history-timeline .timeline-item .timeline__content .timeline__desc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 15px !important;
  }

  .history-timeline .timeline-item .timeline__img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (min-width: 320px) and (max-width: 575px) {
  .timeline-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .history-timeline .history-timeline-bg {
    height: 100%;
  }
}

/*-------------------------
    Work Process
-------------------------*/
.work-process .sticky-top {
  top: 100px;
}

.process-item {
  position: relative;
}

.process-item .process-item__icon {
  position: relative;
  color: #ffffff;
  font-size: 65px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}

.process-item .process-item__icon:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #771e65;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.process-item .process-item__icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(230, 233, 235, 0.1);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.process-item .process-item__content {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
  max-width: 78%;
  padding-right: 65px;
  padding-bottom: 48px;
}

.process-item .process-item__content:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  width: 2px;
  opacity: 0.1;
  background-color: #e6e9eb;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.process-item .process-item__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.process-item .process-item__desc {
  color: #8097a1;
  font-size: 14px;
  margin-bottom: 0;
}

.process-item.active .process-item__icon:after {
  border-color: #771e65;
}

.process-item.active .process-item__content:before {
  opacity: 1;
  background: -webkit-gradient(
    linear,
    right top,
    right bottom,
    color-stop(45%, #771e65),
    color-stop(45%, #771e65),
    color-stop(45%, #771e65),
    color-stop(86%, #184051)
  );
  background: linear-gradient(
    to bottom,
    #771e65 45%,
    #771e65 45%,
    #771e65 45%,
    #184051 86%
  );
}

.process-item:last-of-type .process-item__content {
  padding-bottom: 0;
}

/* Mobile Phones and tablets */
@media (min-width: 400px) and (max-width: 575px) {
  .process-item .process-item__icon {
    font-size: 45px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
  }

  .process-item .process-item__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85%;
    flex: 0 0 85%;
    max-width: 85%;
    padding-right: 25px;
    padding-bottom: 20px;
  }
}

@media (min-width: 320px) and (max-width: 400px) {
  .process-item .process-item__icon {
    font-size: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
  }

  .process-item .process-item__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 82%;
    flex: 0 0 82%;
    max-width: 82%;
    padding-right: 25px;
    padding-bottom: 20px;
  }
}

/*-----------------------
    Progress Bars
------------------------*/
.progress-item {
  margin-bottom: 27px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e8ea;
}

.progress-item:last-of-type {
  margin-bottom: 0;
}

.progress {
  position: relative;
  width: 100%;
  height: 6px;
  overflow: visible;
  border-radius: 6px;
  background-color: transparent;
}

.progress-bar {
  position: relative;
  border-radius: 6px;
  height: 6px;
  width: 0;
  overflow: visible;
  background-color: #771e65;
  -webkit-transition: width 2s ease;
  transition: width 2s ease;
}

.progress__title {
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 6px;
}

.progress__percentage {
  position: absolute;
  top: -18px;
  right: 0;
  z-index: 2;
  color: #9b9b9b;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}

/*----------------------
    Page 404
-----------------------*/
.page-404 .error-code,
.coming-soon .error-code {
  color: #ffffff;
  font-size: 175px;
  font-weight: 500;
  line-height: 1;
}

.page-404 .error__title,
.coming-soon .error__title {
  color: #ffffff;
  font-size: 50px;
  font-weight: 800;
}

.page-404 .error__desc,
.coming-soon .error__desc {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 32px;
}

.coming-soon .error__title {
  font-size: 70px;
}

.coming-soon .subscribe__form {
  position: relative;
}

.coming-soon .subscribe__form .form-control {
  color: #9b9b9b;
  background-color: #ffffff;
}

.coming-soon .subscribe__form .form-control::-webkit-input-placeholder {
  color: #9b9b9b;
}

.coming-soon .subscribe__form .form-control:-moz-placeholder {
  color: #9b9b9b;
}

.coming-soon .subscribe__form .form-control::-moz-placeholder {
  color: #9b9b9b;
}

.coming-soon .subscribe__form .form-control:-ms-input-placeholder {
  color: #9b9b9b;
}

@media (min-width: 1200px) {
  .page-404 .error-wrapper {
    max-width: 440px;
    margin: auto;
  }
}

/* Mobile Phones and tablets */
@media (min-width: 320px) and (max-width: 767px) {
  .page-404,
  .coming-soon {
    margin-top: 0;
  }

  .page-404 .error-code,
  .coming-soon .error-code {
    font-size: 90px;
    margin-bottom: 20px;
  }

  .page-404 .error__title,
  .coming-soon .error__title {
    font-size: 30px;
  }

  .page-404 .error__desc,
  .coming-soon .error__desc {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
  }
}
/*----- start  dashboard  ----------*/

.horizontal-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.horizontal-list li {
  float: left;
}
.clear {
  clear: both;
}

.icon {
  font-size: 25px;
}
.profile-picture {
  border-radius: 100%;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.small-profile-picture {
  border: 2px solid #50597b;
  width: 40px;
  height: 40px;
}
.dashboard {
  margin: 6em auto;
}

/*********************************************** HEADER dashboard ***********************************************/
.block-dash {
  margin-bottom: 25px;
  background: #fff;
  border-radius: 15px;
  box-shadow: -10px 10px 34px 3px #decbd8;
  height: 80px;
}
.header-menu-dash {
  font-size: 17px;
  line-height: 80px;
}

.header-menu-dash li {
  position: relative;
  -webkit-transform: translateZ(0); /** To avoid a flash when hover messages **/
}
.header-menu-tab {
  padding: 0 30px;
  display: block;
  color: #0e2b3d;
  line-height: 74px;
  font-size: 15px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.header-menu-tab .icon {
  padding-left: 15px;
}
.header-menu-number {
  position: absolute;
  line-height: 22px;
  padding: 0 6px;
  font-weight: 700;
  background: #e64c65;
  border-radius: 100%;
  top: 15px;
  left: 2px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header-menu-dash li:hover .header-menu-number {
  text-decoration: none;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.profile-menu {
  float: left;
  height: 80px;
  padding-left: 20px;
}
.profile-menu p {
  font-size: 17px;
  display: inline-block;
  line-height: 76px;
  margin: 0;
  padding-left: 10px;
}
.profile-menu a {
  padding-right: 5px;
}
.profile-menu a:hover {
  text-decoration: none;
}
.small-profile-picture {
  display: inline-block;
  vertical-align: middle;
}
.dashboard {
  position: relative;
}
.dashboard .body-dash {
  padding: 30px;
  margin-top: 60px;
  border: 1px solid #fff;
  border-radius: 15px;
  box-shadow: -10px 10px 34px 3px #decbd8;
  position: relative;
  z-index: 2;
  background: #fff;
}
.dashboard .dash-icon-bg {
  position: fixed;
  width: 200px;
  z-index: -2;
  right: 15px;
  bottom: 5vh;
}
.dashboard > .container {
  position: relative;
  z-index: 2;
}
.dashboard .dash {
  font-size: 25px;
  margin-right: 8px;
  color: #a11676;
  vertical-align: middle;
}
.dashboard .body-dash .fa-user {
  font-size: 25px;
}


/*  ------Start Notifications  ------*/
.sub-notifi {
  padding: 15px;
  border-radius: 20px;
  box-shadow: -10px 10px 34px 3px #decbd8ab;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.sub-notifi i {
  position: absolute;
  right: -3px;
  top: -3px;
  font-size: 50px;
  opacity: .3;
}
.sub-notifi.red i {
  color: #d00;
}
.sub-notifi.green i {
  color: green;
}
.sub-notifi.yellow i {
  color: yellow;
}
.sub-notifi .time {
  color: #aaa;
  font-size: 14px;
}
.sub-notifi p {
  color: #666;
  font-size: 15px;
}

/**
* ----------------------------------------
* animation blink-1
* ----------------------------------------
*/
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

/*  ------End Notifications  ------*/

/*---------Start My orders -------------*/
.icon-tab {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 30px;
  margin-right: 30px;
  box-shadow: -10px 10px 34px 3px #decbd8;
  text-align: center;
  cursor: pointer;
}

.icon-tab-order {
  position: relative;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  margin-top: 30px;
  margin-right: 30px;
  box-shadow: -10px 10px 34px 3px #decbd8;
  text-align: center;
  cursor: pointer;
}

.icon-label {
  color: black;
  font-size: 16px;
  font-weight: bold;
  font-family: cairo !important;
}
.icon-tab::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.icon-tab:hover::after {
  width: 80%;
  box-shadow: -2px 2px 10px 2px #decbd8;
  background: #bb6da5;
}
.icon-tab-order::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  margin: auto;
  height: 3px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
}
.icon-tab-order:hover::after {
  width: 80%;
  box-shadow: -2px 2px 10px 2px #decbd8;
  background: #bb6da5;
}

.item {
  margin-top: 20px;
}
.body-dash .item > h2 {
  font-size: 20px;
  font-weight: bold;
}
.panel-heading h3 {
  border: 1px solid #fff;
  border-radius: 15px;
  font-size: 28px;
  width: 200px;
  color: #fff;
  background: linear-gradient(to bottom left, #de9ec9, #821d6a);
  padding: 10px;
}

@media (max-width: 767px) {
  .icon-tab span {
    display: inline !important;
    vertical-align: middle;
  }

  .icon-tab.active .fa-li {
    padding-left: 10px;
  }

  .icon-tab:hover .fa-li {
    padding-left: 10px;
    transition-duration: 0.25s;
  }
  .icon-tab-order span {
    display: inline !important;
    vertical-align: middle;
  }

  .icon-tab-order.active .fa-li {
    padding-left: 10px;
  }

  .icon-tab.icon-tab-order .fa-li {
    padding-left: 10px;
    transition-duration: 0.25s;
  }
}

/*---------End My orders -------------*/

/*--------Start Shopping cart ----------*/

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.4rem;
}

.img-sm {
  width: 80px;
  height: 80px;
}

.itemside .info {
  padding-right: 15px;
  padding-left: 7px;
}

.table-shopping-cart .price-wrap {
  line-height: 1.2;
}

.table-shopping-cart .price {
  font-weight: bold;
  margin-left: 5px;
  display: block;
}

.text-muted {
  color: #969696 !important;
}

a {
  text-decoration: none !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0px;
}

.itemside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.dlist-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

[class*="dlist-"] {
  margin-bottom: 5px;
}

.coupon {
  border-radius: 1px;
}

.price {
  font-weight: 600;
  color: #212529;
}

.btn.btn-out {
  outline: 1px solid #fff;
  outline-offset: -5px;
}

.btn-main {
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 15px;
  padding: 10px 19px;
  cursor: pointer;
  color: #fff;
  width: 100%;
}

.btn-light {
  color: #ffffff;
  background-color: #f44336;
  border-color: #f8f9fa;
  font-size: 12px;
}

.btn-light:hover {
  color: #ffffff;
  background-color: #f44336;
  border-color: #f44336;
}

.btn-apply {
  font-size: 11px;
}
/*--------End Shopping cart ----------*/
/*------- Start Bills----------*/

/* ------End Bills -----*/
/*-----new order   -------*/

.card1 h3 {
  color: #262626;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin: 10px 0;
}

.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color: #981872;
  border-radius: 4px 0 32px 0;
}

.go-arrow {
  margin-top: -4px;
  margin-left: -4px;
  color: white;
  font-weight: bold;
}

.card1 {
  display: block;
  position: relative;
  width: 100%;
  font-size: 20px;
  color: #262626;
  background: linear-gradient(135deg, #8070ff,#f73859);
  border-radius: 20px;
  padding: 32px 24px;
  margin: 12px 0;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.5s ease-in-out;
}
.card1 label {
  width: 150px;
  display: inline-block;
}
.card1 .panel-body i {
  margin-right: 5px;
}

.card1:hover {
  color: #fff;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
  transform: scale(1.01);
}
.card1:hover i {
  margin-right: 10px;
}
.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  left: -16px;
  background: #881c6d;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.card1:hover:before {
  transform: scale(40);
}
.card1 .bill-popup .btn-pop {
  background: none;
  font-size: 15px;
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #a11676;
}
.card1 .bill-popup .btn-pop i{
  margin: 0;
  transform: rotate(180deg);
}

.card1:hover {
  color: #fff;
}

.card1:hover h3 {
  transition: all 0.3s ease-out;
  color: #ffffff;
}
.card-1 .card-body .align-self-center {
  margin-right: 15px;
}

/* -------End order -------*/
/*----start bill-details popup----*/
.modal-content {
  border-radius: 20px;
}
.small {
  letter-spacing: 0.5px !important;
}

.card-1 {
  border-radius: 20px;
  box-shadow: -2px 2px 10px 0px rgb(190, 108, 170);
}
.modal-dialog {
  max-width: 762px;
}

hr {
  background-color: rgba(248, 248, 248, 0.667);
}

.bold {
  font-weight: 500;
}

.change-color {
  color: #ab47bc !important;
}

.fa-circle.active {
  font-size: 8px;
  color: #ab47bc;
}

.fa-circle {
  font-size: 8px;
  color: #aaa;
}

.rounded {
  border-radius: 2.25rem !important;
}

.progress-bar {
  background-color: #ab47bc !important;
}

.progress {
  height: 5px !important;
  margin-bottom: 0;
}

.invoice {
  position: relative;
  top: -70px;
}

.Glasses {
  position: relative;
  top: -12px !important;
}

.card-footer {
  width: 100%;
  margin-top: 20px;
  background-color: #a11676;
  color: #fff;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-bottom: 20px;
}

.card-footer h2,
.card-footer h3 {
  color: #fff;
  font-size: 20px;
  margin: 0;
}
.card-footer h3 {
  float: right;
}
@media (max-width: 479px) {
  .invoice {
    position: relative;
    top: 7px;
  }

  .border-line {
    border-left: 0px solid rgb(226, 206, 226) !important;
  }
}

@media (max-width: 700px) {
  h2 {
    color: rgb(78, 0, 92);
    font-size: 17px;
  }

  .display-3 {
    font-size: 38px !important;
    font-weight: 500 !important;
  }
}

.card-footer small {
  letter-spacing: 7px !important;
  font-size: 12px;
}

.border-line {
  border-left: 1px solid rgb(226, 206, 226);
}
/*----start bill-details popup----*/

/* ------start shopping cart ----*/
.card-1.card-shopping {
  width: 100%;
  text-align: center;
  padding-bottom: 90px;
  overflow: hidden;
  border: 0;
}
.card-2 .cart input {
  width: 40px;
  text-align: center;
  border: 0;
  outline: none;
  font-size: 16px;
  font-weight: bold;
  color: #a11676;
}
.card-2 .quantity  {
  justify-content: center;
}
.card-2 .left_arrow {
  padding: 5px;
  margin-right: 5px;
}
.card-2 button {
  background: none;
  padding: 0 10px;
}
.card-2 .right_arrow {
  padding: 5px;
  margin-left: 5px;
}
.card-2 .right_arrow button,
.card-2 .left_arrow button{
  color: #0e2b3d;
}
.card-2 .address {
  padding-right: 50px;
}
.card-2 .total-shop {
  padding-left: 20px;
}

/* ------start shopping cart ----*/

/* -- Bills Table -- */
.bill-table {
  text-align: center;
}
.bill-table th {
  border: 0 !important;
  background: #a11676;
  color: #fff;
}
.bill-table th i {
  margin-right: 5px;
}
.bill-table tr span[data-toggle="modal"] {
  cursor: pointer;
  color: #666;
  transition: all .5s ease-in-out;
}
.bill-table tr span[data-toggle="modal"] i {
  margin-right: 5px;
}
.bill-table tr span[data-toggle="modal"]:hover {
  color: #a11676;
}
.badge {
  padding: 5px;
  display: inline-block;
  font-size: 12px;
}
.modal-header .close {
  float: right;
  margin: 0;
  padding: 5px;
  cursor: pointer;
}
/* -- ./Bills Table -- */

/*-----End dashboard  -------*/
[class*="about-layout"] .icon-quote {
  right: 0;
}
.about__Text .about__img img {
  object-fit: contain;
  width: 100%;
}

.orders .icon-tab-order {
  width: 160px;
  display: inline-block;
}

.shopping-cart {
  text-align: center;
}
.shopping-cart input {
  width: 70px;
  text-align: center;
  margin: 0 10px;
  outline: none;
  border: 0;
}
.shopping-cart .quantity {
  justify-content: center;
}
.shopping-cart .quantity button {
  color: #771e65;
}
.shopping-cart th,
.shopping-cart td {
  border: 0;
}
.shopping-cart table {
  border: 1px solid #e1e1e1;
  margin-bottom: 0;
  border-bottom: 0;
}
.shopping-cart table tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
.shopping-cart table tbody tr:last-child {
  bottom: 0;
}

.total-cart-cost {
  padding: 15px 20px;
  background: #771e65;
  color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.total-cart-cost .all-cost {
  float: right;
}

@media (max-width: 991px) {
  .about__img img {
    margin: 15px auto;
    display: block;
    height: auto;
    max-height: 400px;
  }
  .features-layout1 .feature-item {
    height: calc(100% - 30px);
  }
  .features-layout1 .col-sm-12 > img {
    max-height: 400px;
    margin: 20px auto;
    display: block;
  }
  .banner-layout5 .sticky-top {
    position: static;
  }
  .banner-layout5 .contact__list {
    text-align: center;
  }
  .banner-layout5 .banner__content {
    padding-top: 100px;
  }
  .awards .fancybox-item {
    height: 400px;
    overflow: hidden;
  }
  [class*="about-layout"] .icon-quote {
    right: 0;
  }
}

@media (max-width: 767px) {
  .service-item:not(.service-item-custom) .btn {
    min-width: auto;
    position: static;
  }
  .service-item .service__desc,
  .service-item .service__title {
    height: auto;
  }
  .features-layout1 .feature-item {
    height: auto;
    padding-bottom: 60px;
  }
  .features-layout1 .list-items {
    margin-bottom: 25px !important;
  }
  .features-layout1 .col-sm-12 > img {
    margin: 0 auto;
  }
  .portfolio-item .portfolio__img img {
    height: 300px;
  }
  .banner-layout5 .sticky-top {
    padding-left: 0;
  }
  .banner-layout1 .testimonial__meta, .banner-layout2 .testimonial__meta {
    right: 0;
    left: auto;
  }
  .banner-layout1 .testimonials .slider-nav, .banner-layout2 .testimonials .slider-nav {
    margin-top: 10px;
  }
  .login-popup .login-popup__form {
    padding: 25px;
  }
  .footer .footer-logo {
    margin: 0 auto;
    display: block;
  }
  .footer .social-icons {
    margin: 0 auto 15px;
  }
  .footer .footer-secondary .footer__copyrights {
    text-align: center;
  }
  .about-down-block .about-col {
    position: static;
    margin-bottom: 15px !important;
  }
  .dashboard .body-dash {
    padding-right: 0;
    padding-left: 0;
  }
  .shopping-cart {
    overflow-x: scroll;
    padding: 0 15px;
  }
  .total-cart-cost {
    width: calc(100% - 30px);
    margin: 15px;
    border-radius: 5px;
  }
  .orders .icon-tab-order {
    width: auto;
    margin-right: 10px;
    padding: 15px 10px;
  }
  .orders .icon-tab-order span {
    font-size: 14px;
  }
  .orders .icon-tab-order:nth-child(2) {
    margin-right: 0;
  }
  .card1 label {
    width: 135px
  }
  .card1 .panel-body {
    font-size: 14px;
  }
}

.orders .icon-tab-order.active {
  background: #981872;
}

.orders .icon-tab-order.active a {
  color: #fff;
}

.pagination-area ul {
  padding: 0;
}

@media (max-width: 1200px) {
  .block-dash {
    height: auto;
  }
  .horizontal-list li,
  .profile-menu {
    float: none;
  }
}

/* -- Broadcast -- */

.screen {
	position: relative;
	height: 450px;
	margin-top: 25px;
}

.screen img {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 550px;
}

.screen iframe,
.screen video {
	display: block;
	margin: 10px auto;
	width: 510px;
	max-width: 100%;
  height: 320px;
	position: relative;
	z-index: 3;
  top: 20px;
}
.broadcast-area {
  padding-top: 50px;
  padding-bottom: 50px;
}


.chat-box .show-chat {
  height: calc(100vh - 165px);
  overflow-y: scroll;
  padding-top: 15px;
  background: #f2f2f2;
  position: relative;
  border: 1px solid #e1e1e1;
}
.broadcast-area.chat-box .show-chat {
  margin-top: 50px;
}
.chat-box .show-chat::-webkit-scrollbar {
  width: 5px;
}
.chat-box .show-chat::-webkit-scrollbar-track {
  background: #f2f2f2;
}
.chat-box .show-chat::-webkit-scrollbar-thumb {
  background: #ccc;
}
.chat-box .show-chat::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.chat-box .show-chat .main-chat-box {
  padding: 0 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  align-content: flex-end;
}
.chat-box .show-chat .msg-box {
  flex: 0 0 100%;
  margin-bottom: 5px;
}
.chat-box .show-chat .msg-box .time {
  margin-left: 5px;
  margin-right: 5px;
  font-size: 11px;
  color: #aaa;
  position: relative;
  top: -5px;
  direction: ltr;
  display: inline-block;
}
.chat-box .show-chat .msg-box p {
  padding: 5px 10px;
  border-radius: 25px;
  border-bottom-left-radius: 0;
  background: #fff;
  font-weight: normal;
  color: #444;
  max-width: 80%;
  width: fit-content;
  font-size: 15px;
  direction: ltr;
}
.chat-box .show-chat .msg-box.send {
  direction: rtl;
}
.chat-box .show-chat .msg-box.send .time {
  text-align: right;
  display: block;
}
.chat-box .show-chat .msg-box.send p {
  background: #771e65;
  color: #fff;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 0;
}
.chat-box .send-box {
  position: sticky;
  z-index: 10;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow:  0 0 5px rgba(0, 0, 0, 0.1);
  padding: 20px 15px 15px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}
.chat-box .send-box input {
  font-weight: normal;
  padding: 5px 10px;
  padding-right: 40px;
  background: #f2f2f2;
  width: 100%;
  border: 1px solid #e1e1e1;
}
.chat-box .send-box input::placeholder {
  color: #aaa;
}
.chat-box .send-box form {
  position: relative;
}
.chat-box .send-box button {
  background: none;
  color: #771e65;
  position: absolute;
  z-index: 10;
  padding: 5px 10px 5px 15px;
  outline: none;
  right: 0;
  font-weight: normal;
  cursor: pointer;
}
.chat-box .send-box button svg {
  width: 20px;
  height: 20px;
  fill: #771e65;
}

.broadcast-chat .msg-box {
  background: #fff;
  margin-bottom: 20px !important;
  padding: 15px;
}
.broadcast-chat .msg-box .user-box img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f1f1f1;
  object-fit: contain;
  margin-right: 15px;
}
.broadcast-chat .msg-box .user-box .time {
  float: right;
}
.broadcast-area .show-chat .msg-box p {
  margin-bottom: 0 !important;
  max-width: 100%;
}

.popup-box {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-box .login-popup-wrapper {
  background: #fff;
  padding: 30px;
}

.ticket-title {
  margin-bottom: 15px;
  font-size: 16px;
}

@media (max-width: 600px) {
  .screen img {
    width: 270px;
  }
  .screen iframe, .screen video {
    width: 252px;
    height: 155px;
    top: 10px;
  }
  .screen {
    height: 230px;
  }
}
.news-details .post-item .post__desc,
.news-details.blog-single .post-item .post__title {
  height: auto !important;
  overflow: visible !important;
}
.news-details .post-item .post__desc iframe,
.news-details .post-item .post__desc img {
  max-width: 100%;
  max-height: 500px;
  display: block;
  margin: 0 auto 15px;
}

/* -- Toast -- */
.toast-box {
  position: fixed;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  right: 10px;
  left: 10px;
  z-index: 99999;
  text-align: center;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.toast-box.open {
  opacity: 1;
  visibility: visible;
}
.toast-box p {
  padding: 5px 15px;
  border-radius: 25px;
  background: rgba(0,0,0,0.85);
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  text-align: center;
}
.toast-box.danger p {
    background: #dd0000d1;
}
/* -- ./Toast -- */

/* -- Image Modal -- */
.image-modal {
    background: rgba(0, 0, 0, 0.8);
  }
  .image-modal.show {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .image-modal .modal-title {
    font-size: 16px;
    color: #fff;
  }
  .image-modal .modal-dialog {
    max-width: calc(100% - 40px);
  }
@media (min-width: 850px) {
    .image-modal .modal-dialog {
        min-width: 800px;
    }
}
@media (min-width: 500px) and (max-width: 849px) {
    .image-modal .modal-dialog {
        min-width: 450px;
    }
}
@media (min-width: 320px) and (max-width: 499px) {
    .image-modal .modal-dialog {
        min-width: 280px;
    }
}
  .image-modal img {
    display: block;
    margin: 0 auto;
    max-height: calc(100vh - 175px);
  }

  .image-modal iframe {
    display: block;
    margin: 0 auto;
    max-height: calc(100vh - 175px);
    min-width: 60%;
  }

  .image-modal .modal-content {
    background: none;
    border: 0;
  }
  .image-modal .modal-header {
    border: 0;
    text-align: center;
    display: block;
  }
  .image-modal .modal-header .close {
    color: #fff;
    opacity: 1;
    position: fixed;
    top: 10px;
    right: 15px;
  }
  /* -- ./Image Modal -- */

/* -- portfolio gallery -- */
.m-p-g {
  max-width: 100%;
  margin: 0 auto;
}
.m-p-g__thumbs-img {
  margin: 0;
  float: left;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 1;
  position: relative;
  opacity: 0;
  filter: brightness(100%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity, transform;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__thumbs-img.active {
  z-index: 50;
}
.m-p-g__thumbs-img.layout-completed {
  opacity: 1;
}
.m-p-g__thumbs-img.hide {
  opacity: 0;
}
.m-p-g__thumbs-img:hover {
  filter: brightness(110%);
}
.m-p-g__fullscreen {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  will-change: background, visibility;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-p-g__fullscreen.active {
  transition: background 0.25s ease-out, visibility 0.01s 0s linear;
  visibility: visible;
  background: rgba(0, 0, 0, 0.95);
}
.m-p-g__fullscreen-img {
  pointer-events: none;
  position: absolute;
  transform-origin: right top;
  top: 50%;
  right: 50%;
  max-height: 100vh;
  max-width: 100%;
  visibility: hidden;
  will-change: visibility;
  transition: opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.active {
  visibility: visible;
  opacity: 1 !important;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.almost-active {
  opacity: 0;
  transform: translate3d(0, 0, 0) !important;
}
.m-p-g__controls {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99999;
  height: 20vh;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__controls.active {
  opacity: 1;
  visibility: visible;
}
.m-p-g__controls-close, .m-p-g__controls-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}
.m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
  outline: none;
}
.m-p-g__controls-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20%;
  height: 100vh;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.m-p-g__controls-arrow:hover {
  opacity: 1;
}
.m-p-g__controls-arrow--prev {
  right: 0;
  padding-right: 3vw;
  justify-content: flex-start;
}
.m-p-g__controls-arrow--next {
  left: 0;
  padding-left: 3vw;
  justify-content: flex-end;
}
.m-p-g__controls-close {
  position: absolute;
  top: 3vh;
  right: 3vw;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-p-g__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  transition: all 0.25s ease-out;
}
.m-p-g__btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.m-p-g__alertBox {
  position: fixed;
  z-index: 999;
  max-width: 700px;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  color: grey;
}
.m-p-g__alertBox h2 {
  color: red;
}
/* -- ./potfolio gallery -- */

/* pricing table */
section.plans-carousel{
    padding-top:20px;
}
.portfolio-carousel.plans-carousel {
    direction: rtl !important;
}
.portfolio-carousel.plans-carousel .service-item {
    float: none !important;
    display: inline-block !important;
    direction: ltr !important;
}
.subscribe_btn{
    position:relative !important;
    margin-top:20px;
}
.subscribe_btn i{
    opacity:1 !important;
}

.service-item.slick-slide .pricing-item{
    height:100%;
    margin-bottom:0;
}
.service-item.slick-slide .pricing-item .pricing__footer{
    padding-bottom:30px;
}
.plans-carousel .slick-arrow.slick-next {
        left: -20px;
        right: auto !important;
        transform: rotate(180deg);
}
.plans-carousel .slick-arrow.slick-prev {
        right: -20px;
        transform: rotate(180deg);
}
.plans-carousel .pricing__price span i{
    color:#771e65;
    display: inline-block;
    margin-top: 20px;
    height:70px;
    line-height:70px;
}
@media screen and (min-width: 1200px){
    .plans-carousel .slick-arrow.slick-next {
        left: -50px;
    }
    .plans-carousel .slick-arrow.slick-prev {
        right: -50px;
    }
}

.m-p-g__thumbs img {
    width: 33.33% !important;
    height: 300px !important;
}

.m-p-g + .clear {
    clear: both;
    margin-bottom: 20px;
}

@media (max-width: 991px) {
    .m-p-g__thumbs img {
        width: 50% !important;
    }
    
  .features-layout1 {
    background: #00243b;
    padding-bottom: 25px !important;
  }
}

@media (max-width: 767px) {
    .m-p-g__thumbs img {
        width: 50% !important;
        height: 200px !important;
    }
}
@media (max-width: 500px) {
    .m-p-g__thumbs img {
        width: 100% !important;
        height: 250px !important;
    }
}

.project-slider .portfolio-item .portfolio__img img {
    object-fit: contain !important;
}

.gallery-imgs-slider .post-item .post__img img {
    height: 300px;
}
.project-slider.portfolio-grid-carousel .slick-arrow.slick-prev:before,
.project-slider.portfolio-grid-carousel .slick-arrow.slick-next:before,
.gallery-imgs-slider.portfolio-grid-carousel .slick-arrow.slick-prev:before,
.gallery-imgs-slider.portfolio-grid-carousel .slick-arrow.slick-next:before {
    color: #771e65;
}

.blog-grid .post-item {
    border: 1px solid #e1e1e1;
    padding: 20px;
    border-radius: 15px;
}

@media (max-width: 767px) {
    .blog-grid .post-item {
        margin-bottom: 40px;
    }
}

.awards-carousel-wrapper .slick-slider,
.page-title-layout8 .cta-banner .slick-slider {
    direction: rtl !important;
}

/* -- Whatsapp -- */

.whatsapp-chat img {
    width: 40px;
    height: 40px;
    position: fixed;
    border-radius: 50%;
    bottom: 20px;
    z-index: 99999;
    transition: all 0.5 ease-in-out;
    -webkit-transition: all 0.5 ease-in-out;
    box-shadow: 0 0 0 rgba(204, 169, 44, 0.4);
    animation: pulse 2s infinite;
    left: 20px;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(42, 178, 0, 0.8);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(42, 178, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(42, 178, 0, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(42, 178, 0, 0.8);
        box-shadow: 0 0 0 0 rgba(42, 178, 0, 0.8);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(42, 178, 0, 0);
        box-shadow: 0 0 0 10px rgba(42, 178, 0, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(42, 178, 0, 44, 0);
        box-shadow: 0 0 0 0 rgba(42, 178, 0, 0);
    }
}

/* -- ./Whatsapp -- */

.page-title .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
}

.page-title .bg-img img {
    width: 100%;
    height: 100%;
}

.file-input-box {
  position: relative;
}
.file-input-box input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
}
.file-input-box span {
  position: absolute;
  top: 15px;
}
.file-input-box span.after {
  display: none;
}


.card1.job-card::before {
  display: none;
}

.card1.job-card h3,
.card1.job-card label,
.card1.job-card span {
  color: #262626 !important;
}
.card1.job-card i {
  margin-right: 5px !important;
  color: #a11676 !important;
}

.service-custom-bg:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    z-index: -1;
    background: linear-gradient(#000 0%, transparent 20%);
}

.clients_page .card1.job-card {
  text-align: center;
}
.clients_page .card1.job-card img {
  margin: 0 auto 10px;
  width: 100%;
  height: 150px;
  object-fit: contain;
  opacity: 0.6;
  transition: all .5s ease-in-out;
}
.clients_page .card1.job-card:hover img {
  opacity: 1;
}
.clients_page .card1.job-card:hover h3 {
  color: #821d6a !important;
}
