/*-----------------------------------------------------------
    Theme Name: Doat
    Theme URI: 
    Description: Doat - Charity HTML Template
    Author: HiBootstrap
    Author URI: https://themeforest.net/user/hibootstrap/portfolio
    Version: 1.0
-------------------------------------------------------------*/
/*--------------------------------
     =====Table Of Contents====.hero-wrap.style2 .social-profile
1.General Style
2.Pagination CSS
3. Privacy Policy CSS
4. My Account CSS
5. 404 Error Page CSS
6. Sidebar CSS
7.Taglist Widget CSS
8.Category Widget CSS
9. Search Box Widget CSS
11.Popular post widget CSS
12.Donate CSS.hero-wrap.style2 .hero-content p
13.More cause Widget CSS
14.Countdown Widget CSS
15.Category Widget CSS
16.Sign In CSS
17.Header CSS
18.Contact Popup CSS
19.MainMenu CSS
20. Breadcrumb CSS
21.Hero CSS
22. About CSS
23. Foundation CSS
24.Volunteer CSS
25.FAQ CSS
26.Mission CSS
27.Donate CSS
28.Pricing CSS
29.Project CSS
30.Cause Details CSS
31.Testimonial CSS
32.Responsive CSS
33.Shop CSS
34.Cart Popup CSS
35.Checkout CSS
36.Wishlist CSS
37.Responsive CSS
--------------------------------*/
.event-countdown .event-cd .countdown, .about-tablist, .fd-item, .project-card .project-card-footer, .fund-collection, .newsletter-wrap .newsletter-form, .header-wrap .header-top .header-top-right, .header-wrap .header-top .header-bottom-right, .header-wrap.style2 .header-bottom .header-bottom-right, .mobile-bar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .event-countdown .event-cd .countdown, .about-tablist, .fd-item, .project-card .project-card-footer, .fund-collection, .newsletter-wrap .newsletter-form {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  
  .header-wrap .header-top .header-top-right, .header-wrap .header-top .header-bottom-right, .header-wrap.style2 .header-bottom .header-bottom-right, .mobile-bar-wrap {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }
  
  /*---------------------------------
              General Styles 
  -----------------------------------*/
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  
  :focus,
  button:focus,
  .btn:focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  a,
  button,
  input[type="submit"] {
    cursor: pointer;
  }
  
  /* Chrome, Safari, Edge, Opera */
  input::-webkit-outer-spin-button,
  input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  
  /* Firefox */
  input[type=number] {
    -moz-appearance: textfield;
  }
  
  a {
    color: #000;
    text-transform: inherit;
    text-decoration: none;
  }
  
  a:hover,
  a :focus {
    text-decoration: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  a:focus {
    outline: 0 solid;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #201D1E;
    line-height: 1.4;
  }
  
  body {
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-family: "Poppins", sans-serif;
  }
  
  ul {
    padding: 0;
    margin: 0;
  }
  
  ul,
  li {
    list-style: none;
    color: #4C4C4C;
  }
  
  p {
    font-size: 16px;
    line-height: 26px;
    color: #4C4C4C;
  }
  
  a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  
  /*return-to-top START CSS*/
  .back-to-top {
    font-size: 24px;
    width: 45px;
    height: 45px;
    line-height: 42px;
    text-align: center;
    color: #4DE2C1;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 20px;
    z-index: 999;
    border-radius: 50%;
    background: #13171d;
  }
  
  .back-to-top i {
    color: #fff;
  }
  
  .page-wrapper {
    overflow-x: hidden !important;
  }
  
  /*Proloader START CSS*/
  .preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20000;
    overflow-x: hidden !important;
    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;
  }
  
  .preloader img {
    max-width: 150px;
  }
  
  @-webkit-keyframes loading {
    from {
      max-width: 0;
    }
  }
  
  @keyframes loading {
    from {
      max-width: 0;
    }
  }
  
  .pt-10 {
    padding-top: 10px;
  }
  
  .pt-20 {
    padding-top: 20px;
  }
  
  .pt-30 {
    padding-top: 30px;
  }
  
  .pt-40 {
    padding-top: 40px;
  }
  
  .pt-50 {
    padding-top: 50px;
  }
  
  .pt-60 {
    padding-top: 60px;
  }
  
  .pt-70 {
    padding-top: 70px;
  }
  
  .pt-80 {
    padding-top: 80px;
  }
  
  .pt-90 {
    padding-top: 90px;
  }
  
  .pt-100 {
    padding-top: 100px;
  }
  
  .pt-110 {
    padding-top: 110px;
  }
  
  .pt-120 {
    padding-top: 120px;
  }
  
  .pt-130 {
    padding-top: 130px;
  }
  
  .pt-140 {
    padding-top: 140px;
  }
  
  .pt-150 {
    padding-top: 150px;
  }
  
  .pb-10 {
    padding-bottom: 10px;
  }
  
  .pb-20 {
    padding-bottom: 20px;
  }
  
  .pb-30 {
    padding-bottom: 30px;
  }
  
  .pb-40 {
    padding-bottom: 40px;
  }
  
  .pb-50 {
    padding-bottom: 50px;
  }
  
  .pb-60 {
    padding-bottom: 60px;
  }
  
  .pb-70 {
    padding-bottom: 70px;
  }
  
  .pb-75 {
    padding-bottom: 75px;
  }
  
  .pb-80 {
    padding-bottom: 80px;
  }
  
  .pb-90 {
    padding-bottom: 90px;
  }
  
  .pb-100 {
    padding-bottom: 100px;
  }
  
  .pb-110 {
    padding-bottom: 110px;
  }
  
  .pb-120 {
    padding-bottom: 120px;
  }
  
  .pb-130 {
    padding-bottom: 130px;
  }
  
  .pb-140 {
    padding-bottom: 140px;
  }
  
  .pb-150 {
    padding-bottom: 150px;
  }
  
  .ptb-10 {
    padding-bottom: 10px;
    padding-bottom: 10px;
  }
  
  .ptb-20 {
    padding-bottom: 20px;
    padding-bottom: 20px;
  }
  
  .ptb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  
  .ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  
  .ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
  .ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  
  .ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .plr-100 {
    padding-left: 100px;
    padding-right: 100px;
  }
  
  .ptb-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }
  
  .ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  
  .ptb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
  }
  
  .ptb-140 {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  
  .ptb-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  
  .mb-0 {
    margin-bottom: 0px !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-50 {
    margin-bottom: 50px !important;
  }
  
  .mb-60 {
    margin-bottom: 60px !important;
  }
  
  .mb-70 {
    margin-bottom: 70px !important;
  }
  
  .mb-80 {
    margin-bottom: 80px !important;
  }
  
  .mt-0 {
    margin-top: 0px !important;
  }
  
  .mt-10 {
    margin-top: 10px !important;
  }
  
  .mt-20 {
    margin-top: 20px !important;
  }
  
  .mt-25 {
    margin-top: 25px !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-100 {
    margin-top: 100px !important;
  }
  
  .z-0 {
    z-index: 0;
    position: relative;
  }
  
  .btn {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    display: inline-block;
    border-radius: 5px;
    padding: 10px 30px;
    text-align: center;
    border-radius: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .btn.v1 {
    background-color: #000080;
    border-radius: 50px;
    border: 1px solid transparent;
    color: #fff;
  }
  
  .btn.v1 i {
    margin-left: 6px;
    font-size: 15px;
    position: relative;
    top: 0px;
  }
  
  .btn.v2 {
    background-color: transparent;
    border: 1px solid #918F90;
    color: #201D1E;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50px;
    padding: 10px 25px 12px;
  }
  
  .btn.v2 i {
    margin-left: 5px;
    font-size: 15px;
    position: relative;
    top: 2px;
  }
  
  .btn.v2:hover {
    color: #fff;
    background-color: #000080;
    border-color: transparent;
  }
  
  .btn.v3 {
    background-color: #000080;
    border: none;
    color: #fff;
    padding: 12px 28px;
  }
  
  .btn.v3 i {
    position: relative;
    font-size: 13px;
    position: relative;
    top: 1px;
    margin-left: 5px;
  }
  
  .btn.v4 {
    background-color: #fff;
    border: none;
    color: #201D1E;
    padding: 8px 35px;
  }
  
  .btn.v4 i {
    font-size: 13px;
    position: relative;
    top: 1px;
    margin-left: 5px;
  }
  
  .btn.v5 {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    padding: 10px 30px;
    border-radius: 50px;
  }
  
  .btn.v5:hover {
    border-color: transparent;
    background-color: #000080;
  }
  
  .btn.v6 {
    background-color: #000080;
    border: 1px solid transparent;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 18px;
  }
  
  .btn.v6 i {
    margin-left: 6px;
    font-size: 15px;
  }
  
  .btn.v7 {
    background-color: #000080;
    border: none;
    color: #fff;
    padding: 10px 35px;
    border-radius: 0;
  }
  
  .btn.v7 i {
    font-size: 15px;
    position: relative;
    top: 1px;
    margin-left: 5px;
  }
  
  .btn.v7:hover {
    border-radius: 0 20px 0;
  }
  
  .btn.v8 {
    background-color: transparent;
    border: 1px solid #201D1E;
    color: #201D1E;
    padding: 8px 35px;
  }
  
  .btn.v8 i {
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-left: 5px;
  }
  
  .btn.v8:hover {
    border-radius: 0 20px 0;
  }
  
  .btn.v9 {
    background-color: #000080;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50px;
    padding: 10px 25px 12px;
  }
  
  .btn.v9 i {
    margin-left: 5px;
    font-size: 15px;
    position: relative;
    top: 2px;
  }
  
  .btn.v9:hover {
    color: #000080;
    background-color: transparent;
    border-color: #000080;
  }
  
  .link {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    transition: 0.3s;
    -webkit-transition: 0.3s;
  }
  
  .link i {
    margin-left: 0px;
    font-size: 14px;
    position: relative;
    top: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .link:hover {
    color: #000080;
  }
  
  .link.style1 {
    color: #818181;
  }
  
  .link.style1:hover {
    color: #000080;
  }
  
  .link.style1:hover i {
    margin-left: 6px;
  }
  
  .link.style3 {
    background: #fff;
    color: #000080;
    border-radius: 5px;
    display: inline-block;
    padding: 3px 10px;
  }
  
  .section-title {
    position: relative;
  }
  
  .section-title span {
    position: relative;
    line-height: 1.5;
    display: inline-block;
    font-weight: 500;
    margin: 0 0 5px;
  }
  
  .section-title h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.3;
    font-family: "Poppins", sans-serif;
    margin: 0;
    color: #000;
  }
  
  .section-title p {
    margin: 5px 0 0;
  }
  
  .section-title.style1 span {
    color: #000080;
  }
  
  .section-title.style2 span {
    color: #000080;
  }
  
  .section-title.style3 span {
    color: #000;
    font-size: 22px;
    font-weight: 300;
  }
  
  .section-title.style4 span {
    display: inline-block;
    padding: 0 5px;
    position: relative;
    color: #000080;
  }
  
  .section-title.style4 span:before {
    position: absolute;
    top: 11px;
    left: -35px;
    width: 30px;
    height: 2px;
    content: "";
    background: #000080;
  }
  
  .section-title.style4 span:after {
    position: absolute;
    top: 11px;
    right: -35px;
    width: 30px;
    height: 2px;
    content: "";
    background: #000080;
  }
  
  .section-title.style5 span {
    display: inline-block;
    padding-left: 40px;
    position: relative;
    color: #000080;
  }
  
  .section-title.style5 span:before {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 30px;
    height: 2px;
    content: "";
    background: #000080;
  }
  
  .section-title.style5 span:after {
    position: absolute;
    top: 10px;
    right: -38px;
    width: 30px;
    height: 2px;
    content: "";
    background: #000080;
  }
  
  .section-title.style6 span {
    display: inline-block;
    padding-right: 40px;
    position: relative;
    color: #000080;
  }
  
  .section-title.style6 span:after {
    position: absolute;
    top: 10px;
    right: 0;
    width: 30px;
    height: 2px;
    content: "";
    background: #000080;
  }
  
  .content-box-title {
    background: #3F3A7F;
    padding: 20px 20px;
    margin: 0 0 20px;
  }
  
  .content-box-title h5 {
    color: #fff;
    margin: 0;
    line-height: 1;
  }
  
  .title {
    font-size: 40px;
    font-weight: 700;
  }
  
  .text-black {
    color: #000 !important;
  }
  
  .text-blue {
    color: #000080 !important;
  }
  
  .text-red {
    color: #201D1E !important;
  }
  
  .bg-transparent {
    background-color: transparent;
  }
  
  .bg-blue {
    background-color: #000080;
  }
  
  .bg-tundora {
    background-color: #4C4C4C;
  }
  
  .bg-minsk {
    background-color: #3F3A7F;
  }
  
  .bg-dblu {
    background-color: rgba(0, 16, 53, 0.87);
  }
  
  .bg-tangaroa {
    background-color: #031236;
  }
  
  .bg-heath {
    background-color: #F3F6FB;
  }
  
  .bg-charcole {
    background-color: #201D1E;
  }
  
  .font-one {
    font-family: "PT Serif", serif !important;
  }
  
  .font-two {
    font-family: "Poppins", sans-serif !important;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  
  .overlay.bg-black {
    background-color: #000;
  }
  
  .overlay.bg-red {
    background-color: #201D1E;
  }
  
  .op-1 {
    opacity: 0.1;
  }
  
  .op-2 {
    opacity: 0.2;
  }
  
  .op-3 {
    opacity: 0.3;
  }
  
  .op-4 {
    opacity: 0.4;
  }
  
  .op-5 {
    opacity: 0.5;
  }
  
  .op-6 {
    opacity: 0.6;
  }
  
  .op-7 {
    opacity: 0.7;
  }
  
  .op-8 {
    opacity: 0.8;
  }
  
  .op-9 {
    opacity: 0.9;
  }
  
  .op-10 {
    opacity: 1;
  }
  
  .bg-f {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
  }
  
  .pos-rel {
    position: relative;
  }
  
  .swiper-container {
    overflow: hidden;
  }
  
  .ellipse-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-clip-path: ellipse(50% 50% at 50% 50%);
            clip-path: ellipse(50% 50% at 50% 50%);
  }
  
  .ellipse-shape.style1 {
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
    transform: translate(-50%, -50%) rotate(-30deg);
  }
  
  .ellipse-shape.style2 {
    -webkit-transform: translate(-50%, -50%) rotate(30deg);
    transform: translate(-50%, -50%) rotate(30deg);
  }
  
  .content-title {
    position: relative;
  }
  
  .content-title h2 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 22px;
  }
  
  .content-title span {
    display: block;
    margin: 0 0 5px;
  }
  
  /* .content-title p {
    margin: 0;
  } */
  
  .content-title .btn {
    margin: 30px 0 0;
  }
  
  .content-title.style1 span {
    color: #000080;
  }
  
  .content-title.style2 span,
  .content-title.style2 h2,
  .content-title.style2 p {
    color: #fff;
  }
  
  .content-title ul{
      padding-left: 20px;
  }

  .content-title ul li {
    list-style: initial;
    color: #4C4C4C;
  }
  
  .content-para {
    position: relative;
    padding-left: 15px;
  }
  
  .content-para p {
    margin: 0;
  }
  
  .content-para:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #000080;
    width: 2px;
    height: 100%;
  }
  
  /* Circle */
  .circle {
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    text-align: center;
    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;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .circle:hover {
    background: #fff;
  }
  
  .circle i {
    color: #fff;
    font-size: 30px;
  }
  
  .circle:after {
    content: '';
    display: block;
    position: absolute;
    border-radius: 50%;
  }
  
  .circle.style1:after {
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    border: 20px solid rgba(52, 105, 229, 0.4);
  }
  
  .circle.style2:after {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border: 10px solid rgba(255, 255, 255, 0.4);
  }
  
  .circle.v3:after {
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    border: 2px solid #000080;
  }
  
  .circle:after {
    -webkit-animation: ripple 2s linear 1.9s infinite;
            animation: ripple 2s linear 1.9s infinite;
  }
  
  @-webkit-keyframes ripple {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.4);
      transform: scale(1.4);
      opacity: 0;
    }
  }
  
  @keyframes ripple {
    0% {
      -webkit-transform: scale(1);
      transform: scale(1);
    }
    50% {
      -webkit-transform: scale(1.2);
      transform: scale(1.2);
      opacity: 1;
    }
    100% {
      -webkit-transform: scale(1.4);
      transform: scale(1.4);
      opacity: 0;
    }
  }
  
  .bounce {
    -webkit-animation: float 1500ms infinite ease-in-out;
    animation: float 1500ms infinite ease-in-out;
  }
  
  @-webkit-keyframes float {
    0% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
    }
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
    100% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
    }
  }
  
  @keyframes float {
    0% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
    }
    50% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
    }
    100% {
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
    }
  }
  
  .body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .body_overlay.open {
    visibility: visible;
    opacity: 1;
  }
  
  .social-profile li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  
  .social-profile li:last-child {
    margin-right: 0;
  }
  
  .social-profile li a {
    display: block;
    color: #4C4C4C;
    font-size: 16px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #4C4C4C;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .social-profile li a i {
    font-size: 20px;
    line-height: 34px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .social-profile li a:hover {
    background-color: #000080;
    border-color: transparent;
  }
  
  .social-profile li a:hover i {
    color: #fff;
  }
  
  .social-profile.style2 li a {
    color: #000080;
    border: none;
    -webkit-box-shadow: 0 2px 6px rgba(244, 131, 74, 0.2);
            box-shadow: 0 2px 6px rgba(244, 131, 74, 0.2);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .social-profile.style2 li a i {
    font-size: 20px;
    line-height: 34px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .social-profile.style2 li a:hover {
    background-color: #000080;
    border-color: transparent;
  }
  
  .social-profile.style2 li a:hover i {
    color: #fff;
  }
  
  .social-profile.style3 li {
    margin: 0 20px 0 0;
  }
  
  .social-profile.style3 li a {
    width: auto;
    height: auto;
    color: #fff;
    border: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .social-profile.style3 li a i {
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .social-profile.style3 li a:hover {
    background-color: transparent;
  }
  
  .social-profile.v1 li:first-child::before {
    display: none;
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after,
  .swiper-container-rtl .swiper-button-prev::after,
  .swiper-container-rtl .swiper-button-next::after {
    display: none;
  }
  
  /*-----------Pagination  CSS-------------*/
  .page-navigation {
    margin: 20px 0 0;
  }
  
  .page-navigation .page-nav {
    text-align: center;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .page-navigation .page-nav li {
    margin: 0 5px;
  }
  
  .page-navigation .page-nav li a {
    display: block;
    width: 49px;
    height: 49px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 18px;
    line-height: 48px;
    color: #3F3A7F;
    font-weight: 500;
  }
  
  .page-navigation .page-nav li a.active, .page-navigation .page-nav li a:hover {
    background: #000080;
    border-color: transparent;
    color: #fff;
  }
  
  .form-group {
    margin: 0 0 25px;
  }
  
  .form-group input,
  .form-group textarea {
    width: 100%;
    border: none;
    background: transparent;
    border-radius: 0;
    border: 1px solid #ddd;
    padding: 10px 10px 10px 20px;
  }
  
  .form-group input {
    height: 60px;
  }
  
  .form-group textarea {
    height: 140px;
    resize: none;
    padding: 15px 10px 10px 20px;
  }
  
  #message {
    padding: 0;
    margin: 0;
  }
  
  .help-block {
    color: #E31C25;
  }
  
  .contact-info-box {
    padding: 25px;
    border-radius: 5px;
  }
  
  .contact-info-box p {
    margin: 20px 0 25px 0;
  }
  
  .contact-info-box .contact-item {
    position: relative;
    padding-left: 35px;
    padding-bottom: 20px;
  }
  
  .contact-info-box .contact-item:last-child {
    padding-bottom: 0;
  }
  
  .contact-info-box .contact-item a {
    font-size: 16px;
  }
  
  .contact-info-box .contact-item a i {
    font-size: 28px;
    position: absolute;
    top: 0;
    left: 0;
    color: #777AF2;
  }
  
  .form_group {
    display: block;
  }
  
  .form_group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .form_group label {
    position: relative;
    cursor: pointer;
    padding-left: 25px;
  }
  
  .form_group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #000080;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    position: absolute;
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
  }
  
  .form_group input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 5px;
    width: 5px;
    height: 10px;
    border: solid #777AF2;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  
  .form-group .or {
    text-align: center;
    font-size: 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  
  .form-group .or:before {
    content: "";
    position: absolute;
    top: 13px;
    left: -80px;
    width: 70px;
    height: 1px;
    background-color: #cccccc;
    z-index: -1;
  }
  
  .form-group .or:after {
    content: "";
    position: absolute;
    top: 13px;
    right: -80px;
    width: 70px;
    height: 1px;
    background-color: #cccccc;
    z-index: -1;
  }
  
  /*-------------------------
      Privacy Policy
  ------------------------*/
  .pp-content {
    margin: 0 0 30px;
  }
  
  .pp-content:last-child {
    margin: 0;
  }
  
  .pp-content:last-child p {
    margin: 0;
  }
  
  /*-------------------------
     My Account
  ------------------------*/
  .account-title {
    margin: 0 0 15px;
  }
  
  .user-tablist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: none;
  }
  
  .user-tablist li button {
    background: #f1f1f1;
    font-size: 18px;
    padding: 15px 0;
    border: none;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 25px;
  }
  
  .user-tablist li button:focus, .user-tablist li button:hover {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: transparent !important;
  }
  
  .user-tablist li button.active {
    border: none;
    background: #000080 !important;
    color: #fff !important;
  }
  
  .user-info li span {
    font-weight: 600;
    color: #201D1E;
    width: 100px;
    display: inline-block;
    padding: 0 0 10px;
  }
  
  .user-info li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .user-info li span {
    width: 120px;
  }
  
  .user-info li p {
    width: calc(100% - 125px);
    margin: 0;
  }
  
  #address_form .btn {
    padding: 16px;
  }
  
  /*-------------------------
      404 Error Page
  ------------------------*/
  .error-content {
    text-align: center;
  }
  
  .error-content span {
    font-size: 110px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    display: block;
    line-height: 100px;
    margin: 0 0 40px;
    color: #000080;
  }
  
  .error-content .btn i {
    margin-right: 5px;
    margin-left: 0;
  }
  
  .error-content p {
    margin: 0 0 20px;
  }
  
  /*---------------------------
          Sidebar CSS
   ---------------------------*/
  .sidebar .sidebar-widget {
    margin: 0 0 30px;
  }
  
  .sidebar .sidebar-widget h4 {
    margin: 0 0 25px;
    font-weight: 500;
    position: relative;
    padding-bottom: 15px;
  }
  
  .sidebar .sidebar-widget h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 80px;
    height: 2px;
    background: #000080;
  }
  
  .sidebar .sidebar-widget:last-child {
    margin: 0;
  }
  
  .sidebar-widget.recent-post .pp-post-item .pp-post-info h6 a {
    color: #000;
  }
  
  /*--------- Taglist Widget---------*/
  .tag-list ul li {
    display: inline-block;
    margin: 12px 8px 0px 0px;
  }
  
  .tag-list ul li a {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 18px;
    border: 1px solid #ddd;
    border-radius: 50px;
  }
  
  .tag-list ul li a:hover {
    background-color: #000080;
    color: #fff;
    border-color: transparent;
  }
  
  /*---------- Category Widget----------------*/
  .category-widget,
  .price-range-widget,
  .new-product {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 25px 25px;
  }
  
  .category-box ul li {
    display: block;
  }
  
  .category-box ul li a {
    font-size: 16px;
    display: block;
    margin: 0 0 8px;
    position: relative;
    color: #918F90;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .category-box ul li a:hover {
    color: #000080;
  }
  
  .category-box ul li:last-child a {
    margin: 0;
  }
  
  /*---------Search Box Widget-------------*/
  .search-box {
    position: relative;
  }
  
  .search-box input {
    width: 100%;
    height: 60px;
    background: transparent;
    color: #201D1E;
    font-size: 14px;
    line-height: 21px;
    padding: 10px 60px 10px 20px;
    border: 1px solid #ddd;
  }
  
  .search-box button {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 50px;
    height: 100%;
    border: none;
    background: transparent;
  }
  
  .search-box button i {
    color: #000080;
    font-size: 22px;
  }
  
  /*---------Popular post Widget CSS--------------*/
  .pp-post-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 20px;
  }
  
  .pp-post-item .pp-post-img {
    width: 75px;
  }
  
  .pp-post-item .pp-post-img img {
    border-radius: 5px;
    height: 50px;
    object-fit: cover;
    width: 100%;
  }
  
  .pp-post-item .pp-post-info {
    width: calc(100% - 90px);
    margin-left: 15px;
  }
  
  .pp-post-item .pp-post-info h6 {
    line-height: 22px;
    margin: 0;
    font-weight: 600;
  }
  
  .pp-post-item .pp-post-info h6 a {
    color: #fff;
  }
  
  .pp-post-item .pp-post-info span {
    color: #000080;
    font-size: 12px;
    line-height: 14px;
    display: block;
    margin: 0 0 5px;
  }
  
  .pp-post-item:last-child {
    margin: 0;
  }
  
  /*-----------Donate CSS--------*/
  .donate-widget {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px 25px 25px;
  }
  
  .donate-widget .form-group {
    margin: 0 0 15px;
  }
  
  .donate-widget .form-group input {
    padding: 10px 15px;
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50px;
    color: #201D1E;
    background: #fff;
  }
  
  .donate-widget .form-group input::-webkit-input-placeholder {
    color: #201D1E;
    opacity: 0.7;
  }
  
  .donate-widget .form-group input:-ms-input-placeholder {
    color: #201D1E;
    opacity: 0.7;
  }
  
  .donate-widget .form-group input::-ms-input-placeholder {
    color: #201D1E;
    opacity: 0.7;
  }
  
  .donate-widget .form-group input::placeholder {
    color: #201D1E;
    opacity: 0.7;
  }
  
  .donate-widget .book-btn {
    background: #000080;
    width: 100%;
    display: block;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 50px;
  }
  
  .donate-widget .book-btn i {
    margin-left: 5px;
    font-size: 15px;
    position: relative;
    top: 1px;
  }
  
  /*----------More cause Widgt----------*/
  .more-cause-widget {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px 25px 25px;
  }
  
  .more-cause-widget .cause-item {
    margin: 0 0 25px;
  }
  
  .more-cause-widget .cause-item:last-child {
    margin: 0;
  }
  
  .more-cause-widget .cause-item h5 {
    font-size: 18px;
  }
  
  .more-cause-widget .cause-item .cause-img {
    height: 180px;
    margin: 0 0 15px;
  }
  
  .more-cause-widget .cause-item .fund-collection li {
    font-size: 12px;
  }
  
  /*-----------Countdown widget CSS--------*/
  .event-countdown .event-cd {
    position: relative;
    height: 200px;
  }
  
  .event-countdown .event-cd .event-counter {
    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;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  .event-countdown .event-cd .countdown {
    padding: 0 15px;
    z-index: 3;
    position: relative;
  }
  
  .event-countdown .event-cd .countdown span {
    color: #fff;
    font-size: 18px;
    margin: 0 6px;
  }
  
  .event-countdown .event-cd .countdown span p {
    color: #fff;
    margin: 0;
  }
  
  /*-----------Tour Map CSS--------*/
  .tour-map {
    border: 1px solid #ddd;
    padding: 20px 25px 20px;
    border-radius: 20px 0 !important;
  }
  
  .tour-map .map iframe {
    width: 100%;
    height: 200px;
  }
  
  .map.style2 iframe {
    height: 375px;
  }
  
  /*--------------Category Widget------------------*/
  .product-category-list li.has-subcat {
    cursor: pointer;
  }
  
  .product-category-list li.has-subcat > a {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #000080;
    border-bottom: 1px solid #ddd;
    padding: 15px 0 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .product-category-list li.has-subcat > a.active, .product-category-list li.has-subcat > a:hover {
    background-color: #000080;
    color: #fff;
    padding-left: 15px;
    border-color: transparent;
  }
  
  .product-category-list li.has-subcat > a.active:before, .product-category-list li.has-subcat > a:hover:before {
    border-color: #fff;
  }
  
  .product-category-list li.has-subcat > a.active span, .product-category-list li.has-subcat > a:hover span {
    background: #fff;
    color: #000080;
  }
  
  .product-category-list li.has-subcat > a:before {
    position: absolute;
    top: 25px;
    right: 15px;
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid #000080;
    border-bottom: 2px solid #000080;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .product-category-list li.has-subcat > a span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: rgba(52, 105, 229, 0.1);
    color: #000080;
    border-radius: 50%;
    text-align: center;
    border: 50%;
    font-size: 12px;
    line-height: 17px;
    margin-left: 10px;
    position: relative;
    top: -1px;
  }
  
  .product-category-list li.has-subcat .subcategory {
    display: none;
  }
  
  .product-category-list li.has-subcat .subcategory li a {
    padding: 15px 10px 15px 10px;
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    margin: 0 28px 0 15px;
  }
  
  .product-category-list li.has-subcat .subcategory li a:hover {
    color: #000080;
    border-color: #000080;
  }
  
  .product-category-list li.has-subcat.open a:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  
  /*--------------Sign In CSS------------------*/
  .login-form .login-header {
    border-radius: 20px 20px 0 0;
    padding: 20px 20px 20px 25px;
  }
  
  .login-form .login-header h2 {
    font-weight: 600;
    line-height: 1.2;
    color: #fff;
    font-family: "Poppins", sans-serif;
  }
  
  .login-form .login-header span {
    color: #fff;
  }
  
  .login-form .login-body {
    border: 1px solid #ddd;
    padding: 25px;
    border-radius: 0 0 20px 20px;
  }
  
  .login-form .login-body input {
    border-radius: 15px;
  }
  
  .login-form .login-body .btn {
    border-radius: 15px;
    display: block;
    width: 100%;
    padding: 15px;
  }
  
  /*-------------------------------
           Header CSS
  -------------------------------*/
  .header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  
  .header-wrap.sticky {
    z-index: 20;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  
  .header-wrap .header-top .header-top-left p {
    color: #fff;
    position: relative;
    margin: 0;
  }
  
  .header-wrap .header-top .header-top-right .link {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    color: #000080;
    border-radius: 4px;
    padding: 8px 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .header-wrap .header-top .header-top-right .link:hover {
    background-color: #000;
    color: #fff;
  }
  
  .header-wrap .header-top .header-bottom-right .link {
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    color: #fff;
    top: -2px;
  }
  
  .header-wrap .header-top .header-bottom-right .link i {
    margin-right: 5px;
    margin-left: 0;
    position: relative;
    top: 3px;
  }
  
  .header-wrap .header-top .header-bottom-right .link:hover {
    letter-spacing: 0;
  }
  
  .header-wrap.style1 .header-top {
    background-color: #000;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding: 8px 0px;
  }
  
  .header-wrap.style1 .header-bottom {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  }
  
  .header-wrap.style2 {
    top: 30px;
  }
  
  .header-wrap.style2.sticky {
    top: 0;
    background: #000;
  }
  
  .header-wrap.style2 .header-bottom {
    background-color: #000;
    padding: 0 15px;
  }
  
  .header-wrap.style2 .main-menu-wrap.style1 #menu {
    text-align: left;
  }
  
  .header-wrap.style2 .main-menu-wrap.style1 #menu .main-menu > li {
    position: relative;
    margin: 0 5px;
  }
  
  .header-wrap.style3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  
  .header-wrap.style3.sticky {
    background-color: #000;
  }
  
  .header-wrap.style3 .header-bottom {
    padding: 15px 0;
  }
  
  .mobile-bar-wrap.style2 .mobile_menu {
    width: 45px;
    height: 45px;
    background: #000080;
    border-radius: 4px;
    text-align: center;
    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;
  }
  
  .mobile-bar-wrap.style2 .mobile_menu span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff;
    text-align: center;
    margin: 6px auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .mobile-bar-wrap.style2 .mobile_menu.open span:nth-child(1) {
    -webkit-transform: translate(1px, 5px) rotate(-44deg);
    transform: translate(1px, 5px) rotate(-44deg);
  }
  
  .mobile-bar-wrap.style2 .mobile_menu.open span:nth-child(2) {
    display: none;
  }
  
  .mobile-bar-wrap.style2 .mobile_menu.open span:nth-child(3) {
    -webkit-transform: translate(1px, -2px) rotate(44deg);
    transform: translate(1px, -2px) rotate(44deg);
  }
  
  .header-contact {
    position: relative;
    padding-left: 24px;
    margin-right: 25px;
  }
  
  .header-contact a {
    color: #fff;
    font-size: 13px;
  }
  
  .header-contact a i {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .lang_selctor {
    position: relative;
    cursor: pointer;
    display: inline-block;
    min-width: 72px;
  }
  
  .lang_selctor.style1 {
    min-width: 85px;
    margin-right: 20px;
  }
  
  .lang_selctor.style1 i {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    line-height: 47px;
  }
  
  .lang_selctor.style2 {
    min-width: 55px;
    margin-left: 15px;
  }
  
  .lang_selctor .nice-select {
    background: transparent;
    font-weight: 16px;
    border: none;
    width: 100%;
    font-size: 14px;
    padding-left: 20px;
  }
  
  .lang_selctor .nice-select .list {
    padding: 6px 0;
    margin: 0;
  }
  
  .lang_selctor .nice-select .list .option {
    line-height: 28px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: auto;
    font-size: 14px;
  }
  
  .lang_selctor .nice-select > span {
    color: #fff;
    font-weight: 400;
    line-height: 30px;
  }
  
  .lang_selctor .nice-select:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 5px;
    height: 5px;
    right: 2px;
    top: 52%;
  }
  
  .shopcart {
    margin-right: 20px;
  }
  
  .shopcart button {
    position: relative;
    background: transparent;
    border: none;
    color: #fff;
  }
  
  .shopcart button i {
    font-size: 30px;
    line-height: 1;
    position: relative;
    top: 7px;
  }
  
  .shopcart button .item-amt {
    position: absolute;
    top: 0;
    right: 0;
    width: 22px;
    height: 23px;
    border-radius: 50%;
    background: #000080;
    font-size: 12px;
    line-height: 23px;
  }
  
  .shopcart .cart-total {
    color: #fff;
    font-size: 15px;
    margin-left: 3px;
  }
  
  .contact-box {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .contact-box p {
    font-size: 15px;
    margin: 0 0 0 10px;
    line-height: 1;
  }
  
  .contact-box p a {
    display: block;
    font-weight: 600;
    padding-top: 5px;
    font-size: 15px;
  }
  
  .contact-box p a:hover {
    color: #000080;
  }
  
  .contact-box span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #000080;
    color: #fff;
    text-align: center;
    line-height: 38px;
    font-size: 22px;
    border-radius: 3px;
  }
  
  /*----------------------------------
      Contact  Popup CSS
  ----------------------------------*/
  .contact-popup {
    position: fixed;
    top: 0;
    right: -100%;
    width: 560px;
    background: #fff;
    height: 100vh;
    z-index: 9999;
    padding: 30px 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .contact-popup.open {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  
  .contact-popup .contact-popup-wrap {
    overflow-y: auto;
    height: 100%;
  }
  
  .contact-popup .contact-popup-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin: 0 0 25px;
  }
  
  .contact-popup .contact-popup-title h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
  }
  
  .contact-popup .close-popup {
    background: transparent;
    border: 1px solid #000080;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .contact-popup .close-popup i {
    line-height: 33px;
  }
  
  .contact-popup .close-popup:hover {
    background: #000080;
  }
  
  .contact-popup .close-popup:hover i {
    color: #fff;
  }
  
  .contact-address {
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 30px 30px;
  }
  
  .contact-address .contact-icon {
    width: 60px;
    height: 60px;
    -webkit-box-shadow: 0 5px 15px rgba(52, 105, 229, 0.2);
            box-shadow: 0 5px 15px rgba(52, 105, 229, 0.2);
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 15px;
  }
  
  .contact-address .contact-icon i {
    color: #000080;
    font-size: 24px;
  }
  
  .contact-address .contact-info p {
    margin: 0 0 10px;
  }
  
  .contact-address .contact-info p a {
    color: #626061;
  }
  
  .contact-img {
    height: 438px;
    border-radius: 20px;
  }
  
  #contact_form .form-group input,
  #contact_form .form-group textarea {
    border-radius: 15px;
  }
  
  .office-map {
    position: relative;
    margin: 20px 0 0;
  }
  
  .office-map .overlay {
    border-radius: 25px;
  }
  
  .office-map img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    width: 100%;
    border-radius: 20px;
  }
  
  .comp_map {
    -webkit-box-shadow: 0 0 15px rgba(244, 131, 74, 0.1);
            box-shadow: 0 0 15px rgba(244, 131, 74, 0.1);
    padding: 25px;
    border-radius: 0 0 20px 0;
    margin: 0 10px 70px;
  }
  
  .comp_map iframe {
    width: 100%;
    height: 250px;
    border-radius: 20px 0;
  }
  
  .contact-wrap .comp_map {
    margin-bottom: 0;
  }
  
    .searchbtn {
      background-color: transparent;
      border: none;
      margin: 0 25px;
    }
    
  .searchbtn i {
      font-size: 18px;
      position: relative;
      top: 3px;
    }
  
  /*-------------------------------
           Main Mneu CSS
  -------------------------------*/
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .others-options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
      }
    .main-menu-wrap.style1 #menu > ul > li {
      margin: 0 5px !important;
    }
    .contact-box p a,
    .contact-box p {
      font-size: 14px;
    }
    .comp_map {
      margin-bottom: 100px;
    }
    .header-wrap.style2 .main-menu-wrap.style1 #menu ul li a {
      padding: 15px 10px 25px;
      font-size: 13px;
    }
    .header-wrap.style2 .main-menu-wrap.style1 #menu ul li.has-children .sub-menu li a {
      font-size: 13px;
    }
    .header-wrap.style2 .main-menu-wrap.style1 #menu > ul > li.has-children > a::before {
      top: 21px;
      right: -3px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .searchbtn {
        background-color: transparent;
        border: none;
        margin: 0 12px;
      }
      .searchbtn i {
        font-size: 22px;
      }
    .header-wrap.style2 .main-menu-wrap.style1 #menu ul li.has-children .sub-menu li a {
      font-size: 12px;
    }
    .header-wrap .main-menu-wrap.style1 #menu ul li a {
      font-size: 13px;
    }
    .main-menu-wrap.style1 #menu > ul > li {
      margin: 0 !important;
    }
    .contact-box p a,
    .contact-box p {
      font-size: 12px;
    }
    .comp_map {
      margin-bottom: 100px;
    }
    .contact-wrap .comp_map {
      margin-bottom: 0;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .logo.style2 {
      text-align: center;
    }
    .header-wrap.sticky .header-top {
      margin-top: -47px;
    }
    .header-wrap.style1 #menu ul li a {
      color: #fff;
    }
    .main-menu-wrap.style1 #menu {
      text-align: center;
    }
    .main-menu-wrap.style1 #menu ul li {
      display: inline-block;
      position: relative;
    }
    .main-menu-wrap.style1 #menu ul li a {
      padding: 28px 15px 28px;
      color: #000;
      font-family: "Poppins", sans-serif;
      font-size: 15px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
    }
    .main-menu-wrap.style1 #menu ul li.has-children .sub-menu {
      position: absolute;
      top: 100px;
      left: -6px;
      min-width: 220px;
      border-radius: 2px;
      background: #fff;
      visibility: hidden;
      opacity: 0;
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
              box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
      -webkit-transition: 0.3s;
      transition: 0.3s;
      z-index: 10;
      display: block !important;
    }
    .main-menu-wrap.style1 #menu ul li.has-children .sub-menu li {
      margin: 0;
      display: block;
      text-align: left;
    }
    .main-menu-wrap.style1 #menu ul li.has-children .sub-menu li a {
      font-size: 14px;
      line-height: 21px;
      margin: 0;
      display: block;
      color: #201D1E;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
      padding: 15px 22px 13px;
      -webkit-transition: 0.4s;
      transition: 0.4s;
    }
    .main-menu-wrap.style1 #menu ul li.has-children .sub-menu li:last-child > a {
      border-bottom: none;
    }
    .main-menu-wrap.style1 #menu ul li.has-children:hover > .sub-menu {
      top: 82px;
      visibility: visible;
      opacity: 1;
    }
    .main-menu-wrap.style1 #menu > ul > li {
      margin: 0 10px;
    }
    .main-menu-wrap.style1 #menu > ul > li > a {
      display: inline-block;
      position: relative;
      font-weight: 500;
      -webkit-transition: 0.3s;
      transition: 0.3s;
    }
    .main-menu-wrap.style1 #menu > ul > li > a:after {
      position: absolute;
      top: 15px;
      left: 0;
      width: 0;
      height: 2px;
      content: "";
      background-color: #000080;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s;
    }
    .main-menu-wrap.style1 #menu > ul > li.has-children > a {
      position: relative;
    }
    .main-menu-wrap.style1 #menu > ul > li.has-children > a:before {
      position: absolute;
      top: 36px;
      right: 0;
      content: "";
      width: 6px;
      height: 6px;
      border-width: 0 0 1px 1px;
      border-style: solid;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
    .main-menu-wrap.style1 #menu > ul > li.has-children > a.active:before {
      border-color: #000080;
    }
    .main-menu-wrap.style1 #menu > ul > li.has-children > a.active:after {
      visibility: visible;
      opacity: 1;
      width: 100%;
    }
    .main-menu-wrap.style1 #menu > ul > li.has-children > .sub-menu > .has-children > a {
      position: relative;
    }
    .main-menu-wrap.style1 #menu > ul > li.has-children > .sub-menu > .has-children > a:after {
      position: absolute;
      top: 22px;
      right: 15px;
      content: "";
      width: 6px;
      height: 6px;
      border-width: 0 0 1px 1px;
      border-style: solid;
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg);
    }
    .main-menu-wrap.style1 #menu > ul > li.has-children > .sub-menu > .has-children > a:hover:after {
      border-color: #000080;
    }
    .main-menu-wrap.style1 #menu > ul > .has-children {
      position: relative;
    }
    .main-menu-wrap.style1 #menu ul > .has-children > .sub-menu > .has-children > .sub-menu {
      left: 100%;
      top: 0px;
    }
    .menu-expand i {
      display: none;
    }
    .header-wrap.style1 #menu > ul > li.has-children > a.active::before,
    .header-wrap.style2 #menu > ul > li.has-children > a.active::before,
    .header-wrap.style1 #menu > ul > li.has-children > a:hover::before,
    .header-wrap.style2 #menu > ul > li.has-children > a:hover::before {
      border-color: #fff;
    }
    .header-wrap.style1 #menu ul li.has-children .sub-menu,
    .header-wrap.style2 #menu ul li.has-children .sub-menu {
      background: #000;
    }
    .header-wrap.style1 #menu ul li.has-children .sub-menu li a,
    .header-wrap.style2 #menu ul li.has-children .sub-menu li a {
      color: #fff;
    }
    .header-wrap.style1 #menu ul li.has-children .sub-menu li a.active,
    .header-wrap.style2 #menu ul li.has-children .sub-menu li a.active,
    .header-wrap.style1 #menu ul li.has-children .sub-menu li a:hover,
    .header-wrap.style2 #menu ul li.has-children .sub-menu li a:hover {
      background-color: #000080;
      border-color: transparent;
    }
    .header-wrap.style1 #menu > ul > li.has-children > a::before,
    .header-wrap.style2 #menu > ul > li.has-children > a::before {
      border-color: #fff;
    }
    .header-wrap.style1 #menu > ul > li.has-children > .sub-menu > .has-children > a:hover::after,
    .header-wrap.style2 #menu > ul > li.has-children > .sub-menu > .has-children > a:hover::after {
      border-color: #fff;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .header-wrap.style2 {
      top: 0;
    }
    .header-wrap.style2 .container-fluid {
      padding: 0;
    }
    .header-wrap.style1 .header-top {
      background-color: #F3F6FB;
    }
    .header-top .social-profile.style3 li a i,
    .header-top .header-contact a,
    .header-top .close-header-top button i,
    .lang_selctor .nice-select > span,
    .lang_selctor.style1 i {
      color: #4C4C4C;
    }
    .header-wrap .header-top .header-top-right .link {
      padding: 16px 24px;
      display: block;
      width: 100%;
      text-align: center;
      background: #000080;
      color: #fff;
    }
    .shopcart {
      display: inline-block;
      position: relative;
      top: -3px;
      margin: 0 20px 0 0;
    }
    .shopcart button span {
      color: #fff;
    }
    .shopcart .cart-total {
      display: none;
    }
    .sidebar-menu {
      width: 30px;
      height: 30px;
      margin: 0 7px 0 10px;
    }
    .sidebar-menu span {
      font-size: 16px;
      line-height: 37px;
      position: relative;
      top: -4px;
    }
    .logo img {
      max-width: 120px;
    }
    .mobile-bar-wrap {
      text-align: right;
      position: relative;
      top: 4px;
    }
    .header-wrap .header-bottom {
      padding: 12px 0;
    }
    .header-wrap .header-bottom .header-bottom-right,
    .header-wrap .header-top .header-top-right {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
    }
    .header-wrap .header-top .header-top-left p {
      margin: 0;
      padding: 0;
    }
    .header-wrap .header-top .header-top-left p,
    .header-wrap .header-top .header-top-left a {
      color: #fff;
      display: block;
    }
    .header-wrap .header-top .header-top-left p::after {
      display: none;
    }
    .header-wrap .header-bottom .header-bottom-right,
    .header-wrap .header-top .header-top-right {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      -ms-grid-row-align: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .header-top-right .social-profile.v1 {
      margin: 7px 0 15px;
    }
    .header-top-right .lang_selctor {
      border: 1px solid #666;
      width: 100%;
      border-radius: 5px;
      margin: 0 0 20px !important;
    }
    .lang_selctor .nice-select::after {
      right: 12px;
    }
    .header-top-right .btn.v1 {
      width: 100%;
      display: block;
    }
    .mobile-bar-wrap {
      text-align: right;
      position: relative;
      top: 4px;
    }
    .mobile-bar-wrap.style2 {
      top: 0;
    }
    .header-wrap .header-bottom {
      padding: 12px 0;
    }
    .header-wrap .header-top .header-bottom-right {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -ms-grid-row-align: center;
      align-items: center;
    }
    .header-wrap .header-top .header-top-left p {
      margin: 0;
      padding: 0;
    }
    .header-wrap .header-top .header-top-left p,
    .header-wrap .header-top .header-top-left a {
      color: #fff;
      display: block;
    }
    .header-wrap .header-top .header-top-left p::after {
      display: none;
    }
    .header-wrap .header-bottom .header-bottom-right {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
      -ms-grid-row-align: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
    .header-bottom-right .social-profile.v1 {
      margin: 7px 0 15px;
    }
    .header-bottom-right .lang_selctor {
      border: 1px solid #666;
      width: 100%;
      border-radius: 5px;
      margin: 0 0 20px !important;
    }
    .lang_selctor .nice-select::after {
      right: 12px;
    }
    .header-bottom-right .btn.v1 {
      width: 100%;
      display: block;
    }
    .header-wrap .header-top .header-bottom-right .link {
      top: 0;
      margin: 10px 0 13px;
    }
    .menu-close {
      position: absolute;
      top: 13px;
      right: 16px;
    }
    .menu-close i {
      color: #000;
      font-size: 22px;
    }
    .mobile-menu {
      text-align: right;
    }
    .mobile-menu a i {
      color: #000;
      font-size: 28px;
    }
    .mobile-top-bar,
    .mobile-menu {
      display: inline-block;
    }
    .mobile-top-bar i {
      color: #000;
      font-size: 27px;
      margin-right: 15px;
      cursor: pointer;
    }
    .header-top {
      position: absolute;
      height: 100vh;
      width: 100%;
      top: 0;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      background: #000;
      right: -100%;
      padding: 40px 5px;
      display: block;
      z-index: 99;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: 0.3s;
      transition: 0.3s;
    }
    .header-top.open {
      visibility: visible;
      opacity: 1;
      right: 0;
    }
    .lang_selctor {
      margin: 0 0 0 11px;
    }
    .close-header-top button {
      position: absolute;
      top: 14px;
      right: 10px;
      z-index: 999;
      background: transparent;
      border: none;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      text-align: center;
      padding: 0;
    }
    .close-header-top button i {
      color: #fff;
      font-size: 20px;
    }
    .header-contact {
      margin: 0 0 5px;
    }
    .header-top-left .social-profile.style3 {
      margin: 0 0 5px;
    }
    .header-top-right .lang_selctor {
      margin: 10px 0 20px !important;
    }
    .lang_selctor .nice-select::after {
      border-color: #4C4C4C;
    }
    .lang_selctor .nice-select {
      padding-left: 30px;
    }
    .lang_selctor.style1 i {
      left: 8px;
    }
    .header-wrap .header-top .header-top-right .link {
      padding: 16px 24px;
    }
    .header-bottom {
      border-top: none;
    }
    .main-menu-wrap {
      width: 100%;
      position: absolute;
      background: #F3F6FB;
      z-index: 999;
      top: 0;
      height: 100vh;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      left: -100%;
      padding: 55px 20px 30px;
      overflow-y: auto;
      -webkit-transition: 0.4s;
      transition: 0.4s;
    }
    .main-menu-wrap.open {
      left: 0;
    }
    .main-menu > li.has-children.menu-open > span.menu-expand {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    .main-menu > li.has-children.menu-open > span.menu-expand i {
      color: #000;
    }
    .main-menu > li ul li.has-children.menu-open > span.menu-expand {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
    }
    .main-menu li {
      position: relative;
    }
    .main-menu li:last-child {
      margin: 0;
    }
    .main-menu li span.menu-expand {
      position: absolute;
      right: 0;
      cursor: pointer;
    }
    .main-menu li span.menu-expand i {
      color: #000;
    }
    .main-menu li span.menu-expand:hover {
      color: #000;
    }
    .main-menu li a {
      font-size: 14px;
      font-weight: 400;
      color: #000;
      text-transform: capitalize;
      display: block;
      padding-bottom: 12px;
      margin-bottom: 12px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    .main-menu li a:hover {
      color: #000;
    }
    .main-menu li ul.sub-menu {
      padding-left: 20px;
    }
    .main-menu li a.active {
      color: #000;
      font-weight: 600;
      border-color: rgba(0, 0, 0, 0.3);
    }
  }
  
  @media only screen and (max-width: 575px) {
    .main-menu-wrap.style2 {
      width: 100% !important;
    }
  }
  
  .main-menu-wrap.style2 {
    width: 400px;
    position: fixed;
    background: #F3F6FB;
    z-index: 999;
    top: 0;
    height: 100vh;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -100%;
    padding: 55px 30px 30px;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .main-menu-wrap.style2.open {
    left: 0;
  }
  
  .main-menu-wrap.style2 ul li a {
    display: block;
    color: #000;
    padding: 14px 0;
    border-bottom: 1px solid #000;
  }
  
  .main-menu-wrap.style2 ul li a.active {
    font-weight: 600;
  }
  
  .main-menu-wrap.style2 .has-children {
    position: relative;
  }
  
  .main-menu-wrap.style2 .has-children .sub-menu {
    margin-left: 20px;
  }
  
  .main-menu-wrap.style2 .menu-expand {
    position: absolute;
    top: 22px;
    right: 0;
    cursor: pointer;
    text-align: right;
  }
  
  .main-menu-wrap.style2 .menu-expand i {
    display: block;
    color: #000;
    font-size: 12px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  
  .main-menu-wrap.style2 .has-children.menu-open .menu-expand i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  
  /*---------------------------------
         Breadcrumb CSS 
  -----------------------------------*/
  .br-bg-1 {
    background-image: url(../img/breadcrumb/breadcrumb-1.jpg);
  }
  
  .br-bg-2 {
    background-image: url(../img/breadcrumb/breadcrumb-2.jpg);
  }
  
  .br-bg-3 {
    background-image: url(../img/breadcrumb/breadcrumb-3.jpg);
  }
  
  .br-bg-4 {
    background-image: url(../img/breadcrumb/breadcrumb-4.jpg);
  }
  
  .br-bg-5 {
    background-image: url(../img/breadcrumb/breadcrumb-5.jpg);
  }
  
  .br-bg-6 {
    background-image: url(../img/breadcrumb/breadcrumb-6.jpg);
  }
  
  .breadcrumb-wrap {
    position: relative;
    height: 100%;
    padding: 100px 0;
    overflow: hidden;
    margin: 130px 0 0;
    background-image: url(../../../images/bekgrond.jpeg);
    background-position: center center;
    background-attachment: fixed;
  }
  
  .breadcrumb-wrap .breadcrumb-title {
    position: relative;
    z-index: 1;
    width: 100%;
    /* text-align: center; */
  }
  
  .breadcrumb-wrap .breadcrumb-title h2 {
    font-size: 50px;
    line-height: 1.2;
    color: #fff;
    font-weight: 700;
    /* padding: 0 15px; */
    margin: 0 0 15px;
  }
  
  .breadcrumb-wrap .breadcrumb-title h2 span {
    color: #000080;
  }
  
  .breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
    display: inline-block;
    margin: 0 20px 0 0;
    position: relative;
    color: #fff;
  }
  
  .breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li i {
    margin-left: 5px;
    font-size: 12px;
  }
  
  .breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    display: inline-block;
    padding: 0px 5px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative;
  }
  
  .breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a:after {
    position: absolute;
    top: 11px;
    right: -11px;
    font-size: 16px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #fff;
    border-radius: 50%;
  }
  
  .breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child a:after {
    display: none;
  }
  
  .breadcrumb-wrap .breadcrumb-title .project-share li {
    display: inline-block;
    margin-left: 4px;
  }
  
  .breadcrumb-wrap .breadcrumb-title .project-share li a {
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #818181;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .breadcrumb-wrap .breadcrumb-title .project-share li a:hover {
    background-color: #fff;
    border-color: transparent;
  }
  
  .breadcrumb-wrap .breadcrumb-title .project-share li a:hover i {
    color: #4C4C4C;
  }
  
  .breadcrumb-wrap .breadcrumb-title .project-share li a i {
    line-height: 44px;
    font-size: 22px;
  }
  
  .breadcrumb-wrap .breadcrumb-title .br-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
  }
  
  /*---------------------------------
          Hero CSS 
  -----------------------------------*/
  .hero-bg-1 {
    background-image: url(../img/hero/hero-1.jpg);
  }
  
  .hero-bg-2 {
    background-image: url(../img/hero/hero-2.jpg);
  }
  
  .hero-bg-3 {
    background-image: url(../img/hero/hero-3.jpg);
  }
  
  .hero-bg-4 {
    background-image: url(../img/hero/hero-4.jpg);
  }
  
  .hero-bg-5 {
    background-image: url(../img/hero/hero-5.jpg);
  }
  
  .hero-bg-6 {
    background-image: url(../img/hero/hero-6.jpg);
  }
  
  .hero-bg-7 {
    background-image: url(../img/hero/hero-7.jpg);
  }
  
  .intro-bg-1 {
    background-image: url(../img/hero/project-2.jpg);
  }
  
  .intro-bg-2 {
    background-image: url(../img/hero/project-4.jpg);
  }
  
  .intro-bg-3 {
    background-image: url(../img/hero/project-5.jpg);
  }
  
  .hero-wrap {
    margin: 130px 0 0;
  }
  
  .hero-wrap.style1 {
    position: relative;
    padding: 130px 0;
  }
  
  .hero-wrap.style1 .hero-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  
  .hero-wrap.style1 .container {
    position: relative;
    z-index: 0;
  }
  
  .hero-wrap.style1 .hero-content {
    position: relative;
    text-align: center;
  }
  
  .hero-wrap.style1 .hero-content h1,
  .hero-wrap.style1 .hero-content p {
    color: #fff;
  }
  
  .hero-wrap.style1 .hero-content .hero-shape-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .hero-wrap.style1 .hero-video-wrap {
    position: relative;
  }
  
  .hero-wrap.style1 .hero-video-wrap .hero-video {
    height: 600px;
    position: relative;
    -webkit-clip-path: ellipse(47% 43% at 50% 50%);
    clip-path: ellipse(47% 43% at 50% 50%);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
  
  .hero-wrap.style1 .hero-video-wrap .hero-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #000080;
    -webkit-transform: translate(-50%, -50%) rotate(-30deg);
            transform: translate(-50%, -50%) rotate(-30deg);
  }
  
  .hero-wrap.style1 .hero-video-wrap .hero-video:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/hero/hero-2.jpg);
    background-size: cover;
    background-position: center;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  
  .hero-wrap.style1 .hero-video-wrap .hero-video-border {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 90%;
    background: transparent;
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
    z-index: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50% 50% 51% 50%;
  }
  
  .hero-wrap.style2 {
    position: relative;
    margin: 0;
  }
  
  .hero-wrap.style2 .hero-slider-one .hero-slider-item {
    padding: 280px 0 170px;
    position: relative;
  }
  
  .hero-wrap.style2 .hero-slider-one .hero-slider-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.272129)), color-stop(50%, rgba(0, 0, 0, 0.689496)), to(rgba(0, 0, 0, 0.235714)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.272129) 0%, rgba(0, 0, 0, 0.689496) 50%, rgba(0, 0, 0, 0.235714) 100%);
  }
  
  .hero-wrap.style2 .hero-slider-one .hero-slider-item .hero-content span {
    color: #fff;
    display: block;
    margin: 0 0 10px;
  }
  
  .hero-wrap.style2 .hero-slider-one .hero-slider-item .hero-content h1 {
    color: #fff;
  }
  
  .hero-wrap.style2 .hero-slider-one .hero-slider-item .hero-content p {
    color: #fff;
  }
  
  .hero-wrap.style2 .hero-slider-one .hero-slider-item .hero-content .btn {
    border-radius: 0;
  }
  
  .hero-wrap.style2 .hero-slider-one .hero-slider-btn {
    position: absolute;
    bottom: 30px;
    right: 50px;
    z-index: 10;
  }
  
  .hero-wrap.style2 .social-profile {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .hero-wrap.style2 .social-profile li {
    display: block;
    margin: 15px 0;
  }
  
  .hero-wrap.style2 .social-profile li a {
    border-color: #fff;
    color: #fff;
  }
  
  .hero-wrap.style2 .social-profile li a:hover {
    border-color: transparent;
  }
  
  .hero-wrap.style3 {
    position: relative;
    margin: 0;
  }
  
  .hero-wrap.style3 .hero-slider-two .hero-slider-item {
    padding: 200px 0 140px;
    position: relative;
  }
  
  .hero-wrap.style3 .hero-slider-two .hero-slider-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.85)), color-stop(35%, rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.57) 35%, rgba(0, 0, 0, 0) 100%);
  }
  
  .hero-wrap.style3 .hero-slider-two .hero-slider-item .hero-content span {
    color: #000080;
    display: block;
  }
  
  .hero-wrap.style3 .hero-slider-two .hero-slider-item .hero-content h1 {
    color: #fff;
    font-size: 70px;
    line-height: 1.3;
    margin: 10px 0 25px;
  }
  
  .hero-wrap.style3 .hero-slider-two .hero-slider-item .hero-content p {
    color: #fff;
    margin: 0 0 35px;
  }
  
  .hero-wrap.style3 .hero-slider-two .hero-slider-item .hero-content .hero-btn .btn {
    border-radius: 0;
  }
  
  .hero-wrap.style3 .social-profile {
    position: absolute;
    bottom: 15px;
    left: 30px;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .hero-wrap.style3 .social-profile li a {
    border-color: #fff;
    color: #fff;
  }
  
  .hero-wrap.style3 .social-profile li a:hover {
    border-color: transparent;
  }
  
  .intro-video {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: 200px;
    height: 100px;
  }
  
  .intro-video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #fff;
    color: #000;
  }
  
  .intro-video .video-play i {
    color: #000080;
  }
  
  .hero-one-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 99;
    width: auto;
    color: #fff;
    font-size: 24px;
  }
  
  .hero-shape-one {
    position: absolute;
    top: 100px;
    z-index: 0;
  }
  
  .hero-shape-two {
    position: absolute;
    bottom: -50px;
    z-index: 9;
    left: 150px;
  }
  
  .hero-content {
    position: relative;
    z-index: 1;
  }
  
  .hero-content .subtitle {
    color: #000080;
  }
  
  .hero-content h1 {
    color: #201D1E;
    font-size: 60px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 20px;
  }
  
  .hero-content p {
    margin: 0 0 28px;
  }
  
  .hero-content .hero-btn .btn:nth-child(2) {
    margin-left: 15px;
  }
  
  .hero-content.style2 h1 {
    font-weight: 300;
  }
  
  .hero-content.style2 h1 span {
    font-weight: 700;
    color: #000080;
  }
  
  .hero-btn-wrap {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1;
  }
  
  .slider-btn.style4 {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    text-align: center;
    padding: 0 !important;
    background: transparent !important;
    border: 2px solid #fff;
  }
  
  .slider-btn.style4 i {
    line-height: 47px;
    font-size: 17px;
    color: #fff !important;
  }
  
  @media only screen and (min-width: 1600px) {
    .hero-wrap.style1 {
      padding: 200px 0;
    }
    .hero-wrap.style3 .hero-slider-two .hero-slider-item {
      padding: 200px 0 240px;
    }
    .hero-wrap.style2 .hero-slider-one .hero-slider-item {
      padding: 320px 0 210px;
    }
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .hero-wrap.style1 .hero-video-wrap .hero-video {
      -webkit-clip-path: ellipse(48% 38% at 50% 50%);
      clip-path: ellipse(48% 38% at 50% 50%);
    }
    .hero-wrap.style1 .hero-video-wrap .hero-video-border {
      height: 64%;
    }
  }
  
  @media only screen and (min-width: 1200px) {
    .hero-wrap.style1 .hero-content p {
      padding: 0 50px;
    }
    /*.hero-wrap.style2 .hero-content p {*/
    /*  padding: 0 100px;*/
    /*}*/
    .hero-wrap.style1 .hero-video-wrap .hero-video-border {
      width: 86%;
      height: 87%;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-wrap.style1 .hero-content h1 {
      font-size: 40px;
    }
    .hero-wrap.style1 .hero-content p {
      padding: 0 50px;
    }
    .hero-wrap.style1 .hero-video-wrap .hero-video-border {
      width: 86%;
      height: 87%;
    }
    .hero-wrap.style2 .hero-content p {
      padding: 0 30px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-wrap.style1 .hero-content h1 {
      font-size: 40px;
    }
    .hero-wrap.style1 .hero-video-wrap .hero-video-border {
      width: 86%;
      height: 87%;
    }
    .hero-wrap.style1 .hero-content p {
      padding: 0 30px;
    }
    .hero-wrap.style1 .hero-video-wrap .hero-video {
      height: 500px;
    }
    .hero-wrap.style3 .hero-slider-two .hero-slider-item .hero-content h1 {
      font-size: 60px;
      line-height: 1.2;
    }
    .hero-wrap.style2 .hero-content h1 {
      font-size: 46px;
      padding: 0 50px;
    }
    .hero-wrap.style2 .hero-content {
      padding: 0 50px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .hero-wrap {
      margin: 65px 0 0;
    }
    .hero-wrap.style1 {
      padding: 150px 0;
    }
    .hero-wrap.style2 {
      position: relative;
    }
    .hero-wrap.style2 .hero-bg {
      top: 0;
      width: 100%;
      height: 100%;
      padding: 0;
    }
    .hero-wrap.style1 .hero-content {
      margin: 0 0 50px;
    }
    .hero-content.style2 h1 {
      text-align: center;
    }
    :after {
      width: 8px;
      height: 8px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .intro-video {
      width: 150px;
      height: 100px;
      left: 15px;
    }
    .hero-wrap.style2 .hero-slider-one .hero-slider-btn {
      right: 15px;
    }
    .hero-wrap.style3 .hero-slider-two .hero-slider-item {
      padding: 200px 0 178px;
    }
    .hero-wrap.style2 .hero-slider-one .hero-slider-item .hero-content span {
      font-size: 14px;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero-content h1 {
      font-size: 46px;
      margin: 0 0 28px;
    }
    .hero-wrap.style1 .hero-video-wrap .hero-video {
      height: 380px;
    }
    .hero-wrap.style3 .hero-slider-two .hero-slider-item .hero-content h1 {
      font-size: 45px;
      line-height: 1.3;
    }
    .hero-wrap.style2 .hero-content h1 {
      font-size: 46px;
    }
    .hero-wrap.style2 .hero-content {
      padding: 0 50px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .hero-wrap.style1 .hero-video-wrap .hero-video-border {
      display: none;
    }
    .hero-wrap.style1 .hero-video-wrap .hero-video {
      height: 372px;
    }
    .hero-wrap.style1 {
      padding: 100px 0 80px;
    }
    .hero-content h1 {
      font-size: 28px;
      margin: 0 0 25px;
    }
    .hero-wrap.style2 .social-profile {
      right: 10px;
    }
    .hero-wrap.style2 .hero-content h1,
    .hero-wrap.style2 .hero-content p {
      padding: 0 10px;
    }
    .hero-wrap.style2 .social-profile li a,
    .hero-wrap.style3 .social-profile li a {
      width: 30px;
      height: 30px;
    }
    .hero-wrap.style2 .social-profile li a i,
    .hero-wrap.style3 .social-profile li a i {
      font-size: 14px;
      line-height: 30px;
    }
    .hero-wrap.style2 .hero-slider-one .hero-slider-btn {
      right: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      bottom: 20px;
    }
    .hero-wrap.style3 .hero-btn-wrap {
      right: 15px;
    }
    .hero-wrap.style2 .hero-content h1 {
      font-size: 20px;
    }
    .hero-wrap.style2 .hero-content h1,
    .hero-wrap.style2 .hero-content {
      padding: 0 10px;
    }
    .slider-btn.style4 {
      right: 15px;
      width: 30px;
      height: 30px;
    }
    .slider-btn.style4 i {
      font-size: 11px;
      line-height: 30px;
    }
    .hero-wrap.style3 .hero-slider-two .hero-slider-item .hero-content h1 {
      font-size: 32px;
      line-height: 1.3;
    }
    .hero-wrap.style3 .social-profile {
      bottom: 15px;
      left: 15px;
    }
    .slider-btn.style3 {
      padding: 8px 14px 0px !important;
    }
    .intro-video {
      display: none;
    }
    .hero-one-pagination {
      bottom: 70px;
      font-size: 20px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    .hero-wrap.style2 .hero-slider-one .hero-slider-item {
      padding: 180px 0 210px;
    }
  }
  
  @media only screen and (max-width: 376px) {
    .hero-wrap.style1 .hero-video-wrap .hero-video {
      height: 372px;
    }
    .hero-wrap.style2 .social-profile {
      display: none;
    }
    .hero-wrap.style2 .hero-content h1 {
      font-size: 26px;
    }
    .hero-wrap.style2 .hero-content,
    .hero-wrap.style2 .hero-content p {
      padding: 0;
    }
    .hero-wrap.style2 .hero-slider-one .hero-slider-item .hero-content span {
      font-size: 14px;
    }
  }
  
  /*---------------------------------
         Tour CSS 
  -----------------------------------*/
  .event-bg-1 {
    background-image: url(../img/events/event-1.jpg);
  }
  
  .event-bg-2 {
    background-image: url(../img/events/event-2.jpg);
  }
  
  .event-bg-3 {
    background-image: url(../img/events/event-3.jpg);
  }
  
  .event-bg-4 {
    background-image: url(../img/events/event-4.jpg);
  }
  
  .event-bg-5 {
    background-image: url(../img/events/event-5.jpg);
  }
  
  .event-date {
    border: 1px solid #ddd;
    padding: 11px 5px;
  }
  .event-location{
      display: flex;
  }
  
  .event-date h4 {
    font-weight: 300;
    color: #4C4C4C;
    font-size: 13px;
    text-align: center;
    margin: 0;
  }
  
  .event-date h4 span {
    font-size: 40px;
    line-height: 1;
    text-align: center;
    display: block;
    color: #000080;
  }
  
  .event-meta-info {
    position: relative;
    padding-left: 25px;
    color: #4C4C4C;
    margin: 0 10px 0 10px;
  }
  
  .event-meta-info:last-child {
    margin: 0;
  }
  
  .event-meta-info i {
    position: absolute;
    top: -2px;
    left: 0;
    color: #000080;
  }
  
  .event-item {
    margin: 0 0 30px;
  }
  
  .event-item.style1 .event-name {
    margin: 18px 0 0;
  }
  
  .event-item.style2 {
    border: 1px solid #ddd;
    padding: 25px;
  }
  
  .event-item.style2 .event-date {
    padding: 20px 5px;
  }
  
  .event-item.style2 .event-name {
    margin: 0 0 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  
  .event-name {
    margin: 18px 0 0;
  }
  
  .event-name p {
    margin: 0;
    padding-right: 10px;
  }
  
  .event-img {
    height: 200px;
    display: block;
  }
  
  @media only screen and (max-width: 575px) {
    .event-date h4 span {
      font-size: 26px;
    }
    .event-date {
      padding: 11px 5px !important;
    }
  }
  
  @media only screen and (max-width: 376px) {
    .event-item.style1 .event-meta-info {
      padding-left: 10px;
      margin: 0 0 8px;
      font-size: 13px;
      line-height: 20px;
    }
    .event-item.style1 .event-meta-info i {
      top: -1px;
      left: -10px;
    }
    .event-item.style1 .event-name {
      margin: 15px 0 0;
    }
    .event-item.style2 {
      padding: 15px;
    }
    .event-item.style2 .event-name h4 {
      font-size: 18px;
    }
    .event-item.style2 .event-name p {
      font-size: 14px;
    }
    .event-item.style2 .event-meta-info {
      margin: 0 0 8px;
      font-size: 13px;
      line-height: 20px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .event-img {
      height: 260px;
    }
    .event-item.style1 .event-info {
      margin: 25px 0 0;
    }
  }
  
  /*---------------------------
      About Section CSS
  -------------------------------*/
  .about-bg-1 {
    background-image: url(../img/about/about-1.jpg);
  }
  
  .about-bg-2 {
    background-image: url(../img/about/about-2.jpg);
  }
  
  .about-bg-3 {
    background-image: url(../img/about/about-3.jpg);
  }
  
  .about-bg-4 {
    background-image: url(../img/about/about-4.jpg);
  }
  
  .about-bg-5 {
    background-image: url(../img/about/about-5.jpg);
  }
  
  .about-bg-6 {
    background-image: url(../img/about/about-6.jpg);
  }
  
  .volunterr-bg-1 {
    background-image: url(../img/about/banner-11.jpg);
  }
  
  .volunterr-bg-2 {
    background-image: url(../img/about/volunterr-2.jpg);
  }
  
  .volunterr-bg-3 {
    background-image: url(../img/about/banner-13.jpg);
  }
  
  .volunterr-bg-4 {
    background-image: url(../img/about/volunterr-3.jpg);
  }
  
  .faq-bg-1 {
    background-image: url(../img/about/donate-bg-2.jpg);
  }
  
  .about-bg {
    position: relative;
  }
  
  .about-bg.style1 {
    height: 458px;
    border-radius: 20px;
  }
  
  .about-bg.style1 .overlay {
    border-radius: 20px;
  }
  
  .about-bg.style2 {
    height: 576px;
  }
  
  .about-wrap {
    position: relative;
  }
  
  .about-wrap .container {
    position: relative;
    z-index: 1;
  }
  
  .map.style1 iframe {
    width: 100%;
    height: 303px;
    border-radius: 10px;
  }
  
  .about-tab.style2 .about-tablist li button {
    border-radius: 0;
  }
  
  .about-tab.style2 .about-tablist li button.active {
    color: #000080;
    border: 1px solid #000080;
  }
  
  .about-tablist {
    background: #F3F6FB;
    padding: 20px;
    border-radius: 10px;
    border: none;
    margin: 0 0 25px;
  }
  
  .about-tablist li {
    width: 25%;
  }
  
  .about-tablist li button {
    background: transparent;
    border: none;
    font-size: 14px;
    border-radius: 50px;
    width: 100%;
    padding: 8px 5px;
  }
  
  .about-tablist li button.active {
    border: none;
    background: #fff;
    color: #000080 !important;
    border-radius: 50px;
  }
  
  .about-tab-desc > h4 {
    margin: 0 0 15px;
  }
  
  .goal-item h4 {
    margin: 0 0 12px;
  }
  
  .goal-item p {
    margin: 0;
  }
  
  .goal-item.style1 {
    margin: 0 0 25px;
  }
  
  .goal-item.style1 h4 {
    position: relative;
    padding-left: 20px;
  }
  
  .goal-item.style1 h4:before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    content: "";
    background: transparent;
    border: 1px solid #000080;
  }
  
  .goal-item.style1 p {
    padding-left: 20px;
  }
  
  .goal-item:last-child {
    margin: 0;
  }
  
  .goal-item.style2 {
    border-radius: 0;
    padding: 20px;
    margin: 0 0 25px;
    border: 1px solid #ddd;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .goal-item.style2:last-child {
    margin: 0;
  }
  
  .goal-item.style2:hover {
    border-color: transparent;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
            box-shadow: 0 0 13px rgba(0, 0, 0, 0.12);
  }
  
  .nav-tabs .nav-link:focus,
  .nav-tabs .nav-link:hover {
    border-color: transparent;
  }
  
  /*-------Foundation Section CSS-------*/
  .fd-item {
    margin: 0 0 20px;
  }
  
  .fd-item:last-child {
    margin: 0;
  }
  
  .fd-item .fd-icon {
    border: 1px solid #ddd;
    width: 80px;
    height: 80px;
    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;
    text-align: center;
  }
  
  .fd-item .fd-icon i {
    font-size: 38px;
    color: #000080;
  }
  
  .fd-item .fd-info {
    width: calc(100% - 100px);
  }
  
  .fd-item .fd-info p {
    margin: 0;
  }
  
  .foundation-video-wrap {
    position: relative;
  }
  
  .foundation-video-wrap .fd-bg {
    height: 458px;
    position: relative;
    border-radius: 15px;
  }
  
  .foundation-video-wrap .fd-bg .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #000080;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  /*--------------------------------
      Volunteer Section css
  --------------------------------*/
  /* .volunteer-img img {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
  }
  
  .volunteer-img {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-clip-path: ellipse(49% 41% at 50% 50%);
            clip-path: ellipse(49% 41% at 50% 50%);
  } */
  
  .volunteer-img .curve-shape {
    position: absolute;
    top: 50%;
    left: 40px;
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .be-volunteer.style2 .volunter-img {
    height: 400px;
    border-radius: 20px;
  }
  
  /*--------------------------------
      FAQ Section css
  --------------------------------*/
  /*----FAQ Accordion-----*/
  .faq-img {
    height: 470px;
    border-radius: 15px;
  }
  
  .accordion-button:not(.collapsed) {
    color: #fff;
    background-color: transparent;
  }
  
  .donate-faq {
    border: 1px solid #ddd;
    border-radius: 15px;
  }
  
  .accordion-item {
    border: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  
  .accordion-item:last-child {
    border: none;
  }
  
  .accordion-item:last-child {
    margin: 0;
  }
  
  .accordion-item .accordion-header {
    background: transparent;
    color: #4C4C4C;
  }
  
  .accordion-item .accordion-header .accordion-button {
    margin: 0;
    padding: 20px 50px 20px 27px;
    font-size: 18px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    border-radius: 0;
    border: none;
    color: #4C4C4C;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .accordion-item .accordion-header .accordion-button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  
  .accordion-collapse {
    border: none;
  }
  
  .accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(-225deg);
            transform: rotate(-225deg);
    top: 32px;
    left: -4px;
  }
  
  .accordion-button::after {
    content: "";
    background-image: none;
    font-size: 14px;
    right: 27px;
    position: absolute;
    top: 28px;
    width: 10px;
    height: 10px;
    border-left: 2px solid #4C4C4C;
    border-bottom: 2px solid #4C4C4C;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  .accordion-button[aria-expanded="true"] {
    background-color: #000080;
    color: #fff !important;
  }
  
  .accordion-button:first-child [aria-expanded="true"] {
    border-radius: 15px 15px 0 0 !important;
  }
  
  .accordion-button[aria-expanded="true"]:after {
    border-color: #fff;
  }
  
  .accordion-body {
    padding: 18px 25px 22px;
    border-top: 1px solid #ddd;
    border-radius: 0 0px 20px 0px;
  }
  
  .accordion-body p {
    margin: 0;
  }
  
  @media only screen and (min-width: 1200px) {
    .be-volunteer.style1 {
      padding: 70px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .be-volunteer.style1 {
      padding: 100px 0;
    }
    .foundation-video-wrap .fd-bg {
      height: 588px;
    }
    .faq-img {
      height: 588px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .foundation-video-wrap {
      margin: 30px 0 0;
    }
    .faq-img {
      height: 358px;
      margin: 0 0 30px;
    }
    .about-bg.style2 {
      margin: 30px 0 0;
    }
    .be-volunteer.style2 .volunter-img {
      margin: 0 0 30px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .be-volunteer.style1 {
      padding: 10px 0 70px 0;
    }
    .volunteer-img {
      -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg);
      -webkit-clip-path: circle(37% at 50% 50%);
              clip-path: circle(37% at 50% 50%);
    }
  }
  
  @media only screen and (max-width: 767px) {
    .be-volunteer.style1 {
      padding: 28px 0 50px 0;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .goal-item h4 {
      margin: 0 0 5px;
      font-size: 18px;
    }
    .goal-item.style1 h4::before {
      top: 5px;
    }
  }
  
  @media only screen and (max-width: 376px) {
    .fd-info h5 {
      font-size: 18px;
    }
    .fd-info p {
      font-size: 14px;
    }
    .foundation-video-wrap .fd-bg {
      height: 340px;
    }
  }
  
  /*---------------------------------
        Mission CSS 
  -----------------------------------*/
  .gallery-bg-1 {
    background-image: url(../img/mission/gallery-1.jpg);
  }
  
  .gallery-bg-2 {
    background-image: url(../img/mission/gallery-2.jpg);
  }
  
  .gallery-bg-3 {
    background-image: url(../img/mission/gallery-3.jpg);
  }
  
  .gallery-bg-4 {
    background-image: url(../img/mission/gallery-4.jpg);
  }
  
  .gallery-bg-5 {
    background-image: url(../img/mission/gallery-5.jpg);
  }
  
  .gallery-bg-6 {
    background-image: url(../img/mission/gallery-6.jpg);
  }
  
  .gallery-item {
    height: 540px;
  }
  
  .gallery-slider-two.swiper-container {
    width: 100%;
    height: 100%;
  }
  
  .gallery-slider-two .swiper-pagination-bullet {
    background: transparent;
  }
  
  .gallery-slider-two .swiper-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash linear 120s;
    animation: dash linear 120s;
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset;
  }
  
  .gallery-pagination {
    margin: 30px 0 0;
  }
  
  .gallery-pagination .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
  }
  
  .gallery-pagination.swiper-pagination-fraction {
    width: auto;
    position: absolute;
    bottom: 0;
    left: -64px;
    z-index: 999;
    height: 100%;
  }
  
  .path {
    display: none;
  }
  
  @-webkit-keyframes dash {
    from {
      stroke-dashoffset: 1000;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  
  @keyframes dash {
    from {
      stroke-dashoffset: 1000;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  
  .mission-content-wrap {
    position: relative;
  }
  
  .mission-content-wrap .gallery-slider-wrap {
    width: 65%;
  }
  
  .mission-content-wrap .mission-tab-wrap {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 45%;
    z-index: 9;
  }
  
  .mission-content-wrap.style1 .gallery-item {
    border-radius: 20px;
  }
  
  .mission-content-wrap.style1 .mission-tab {
    border-radius: 25px;
  }
  
  .mission-content-wrap.style1 .mission-tab .btn {
    border-radius: 50px;
  }
  
  .mission-tab {
    background: #fff;
    padding: 30px;
  }
  
  .mission-tab .mission-tablist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
  }
  
  .mission-tab .mission-tablist li {
    width: 25%;
  }
  
  .mission-tab .mission-tablist li:first-child button {
    border-left: 1px solid #ddd !important;
  }
  
  .mission-tab .mission-tablist li:last-child button {
    border-right: none;
  }
  
  .mission-tab .mission-tablist li button {
    width: 100%;
    height: 100%;
    border: none !important;
    background: #F3F6FB;
    font-size: 14px;
    text-align: center;
    padding: 15px 5px;
    border-radius: 0;
    border-right: 1px solid #ddd !important;
  }
  
  .mission-tab .mission-tablist li button i {
    display: block;
    font-size: 40px;
    margin: 0 0 10px;
  }
  
  .mission-tab-desc h4 {
    margin: 25px 0 15px;
    font-weight: 500;
  }
  
  .mission-tab-desc p {
    margin: 0 0 25px;
  }
  
  .nav-tabs.mission-tablist .nav-link.active,
  .mission-tablist.nav-tabs li button.nav-link.active {
    color: #000080;
  }
  
  .gallery-btn-wrap {
    margin: 30px 0 0;
  }
  
  .slider-btn {
    display: inline-block;
    border: 1px solid #000080;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .slider-btn:first-child {
    margin-right: 10px;
  }
  
  .slider-btn i {
    font-size: 20px;
  }
  
  .slider-btn:hover {
    background-color: #000080;
  }
  
  .slider-btn:hover i {
    color: #fff;
  }
  
  .slider-btn.style1 {
    padding: 8px 35px 0px;
    border-radius: 50px;
  }
  
  .slider-btn.style1:hover {
    background-color: #000080;
  }
  
  .slider-btn.style1:hover i {
    color: #fff;
  }
  
  .slider-btn.style2 {
    padding: 8px 25px 0px;
  }
  
  .slider-btn.style3 {
    padding: 11px 35px 1px;
    border-radius: 0;
    background: #fff;
  }
  
  .slider-btn.style3 i {
    color: #000080;
  }
  
  .slider-btn.style3:hover {
    background-color: #000080;
  }
  
  .slider-btn.style3:hover i {
    color: #fff;
  }
  
  @media only screen and (max-width: 991px) {
    .mission-content-wrap .gallery-slider-wrap {
      width: 100%;
    }
    .mission-content-wrap .mission-tab-wrap {
      position: relative;
      width: 100%;
    }
    .gallery-btn-wrap,
    .gallery-pagination {
      text-align: center;
    }
    .about-bg.style1 {
      height: 380px;
      margin: 30px 0 0;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .mission-content-wrap .mission-tab-wrap {
      margin: 70px 0 0;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mission-content-wrap .mission-tab-wrap {
      width: 58%;
      background: #fff;
      padding: 30px;
    }
    .about-bg.style1 {
      height: 487px;
    }
    .about-tablist li button {
      font-size: 13px;
      padding: 4px 5px;
    }
    .mission-tab {
      padding: 0;
    }
    .mission-tab .mission-tablist li button i {
      display: block;
      font-size: 34px;
      margin: 0 0 10px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .about-tablist li {
      width: 50%;
    }
    .gallery-item {
      height: 350px;
    }
    .mission-tab .mission-tablist li {
      width: 50%;
      margin: 0 0 0.8px 0;
    }
    .mission-tab .mission-tablist li button i {
      font-size: 30px;
      margin: 0 0 4px;
    }
    .mission-tab .mission-tablist li button {
      padding: 12px 5px;
      font-size: 12px;
    }
    .mission-tab .mission-tablist li button,
    .mission-tab .mission-tablist li:first-child button,
    .mission-tab .mission-tablist li:last-child button {
      border-left: none !important;
      border-right: none !important;
    }
    .mission-tab .mission-tablist li:nth-child(1) button,
    .mission-tab .mission-tablist li:nth-child(2) button {
      border-bottom: 1px solid #ddd !important;
    }
    .mission-tab .mission-tablist li:nth-child(1) button,
    .mission-tab .mission-tablist li:nth-child(3) button {
      border-right: 1px solid #ddd !important;
    }
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .gallery-item {
      height: 400px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .mission-content-wrap .mission-tab-wrap {
      margin: 50px 0 0;
    }
  }
  
  /*---------------------------
      Donate CSS
  ----------------------------*/
  .donate-bg-1 {
    background-image: url(../img/banner-1.jpg);
  }
  
  .donate-bg-2 {
    background-image: url(../img/about/banner-12.jpg);
  }
  
  .donate-bg-3 {
    background-image: url(../img/about/donate-bg-3.jpg);
  }
  
  .donate-bg-5 {
    background-image: url(../img/about/donate-bg-5.jpg);
  }
  
  .donate-bg-7 {
    background-image: url(../img/about/donate-bg-7.jpg);
  }
  
  .donate-wrap {
    position: relative;
  }
  
  .donate-wrap .container {
    position: relative;
    z-index: 1;
  }
  
  .donate-wrap .donate-form.style1 {
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 25px;
    padding: 30px;
  }
  
  .donate-wrap .donate-form.style2 .btn {
    border-radius: 0;
  }
  
  .donate-wrap .donate-form.style3 .content-title h2, .donate-wrap .donate-form.style3 .content-title span, .donate-wrap .donate-form.style3 .content-title p {
    color: #000;
  }
  
  .donate-wrap .donate-form.style3 .form-group input, .donate-wrap .donate-form.style3 .form-group textarea {
    border-color: #000;
    color: #000;
  }
  
  .donate-wrap .donate-form.style3 .btn {
    border-radius: 0;
  }
  
  .donate-wrap .donate-form .form-group {
    margin: 0 0 20px;
  }
  
  .donate-wrap .donate-form .form-group input {
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 0;
    color: #fff;
    height: 52px;
  }
  
  .donate-wrap .donate-form .btn {
    width: 100%;
    display: block;
    background: #000080;
    padding: 13px;
    border-radius: 50px;
    color: #fff;
  }
  
  .donate-bg {
    height: 335px;
  }
  
  @media only screen and (max-width: 991px) {
    .donate-wrap .donate-form.style1 {
      margin: 30px 0 0;
    }
    .donate-wrap .donate-form.style2,
    .donate-wrap .donate-form.style3 {
      margin: 25px 0 0;
    }
  }
  
  @media only screen and (max-width: 376px) {
    .donate-wrap .donate-form.style1 {
      padding: 20px; 
    }
  }
  
  /*-------------------------
      Pricing Section CSS
  --------------------------*/
  .sumit {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 45px;
  color: #fff;
  height: 45px;
  border-radius: 50%;
  background-color: #be5e45;
  -webkit-transition: .5s;
  transition: .5s;
  border: none;
  font-size: 20px;
  line-height: 45px;
}
  
.search-area {
  position: fixed;
  top: 0;
  left: 50%;
  width: 0%;
  height: 100vh;
  visibility: hidden;
  background: rgba(7, 11, 59, 0.95);
  opacity: 0;
  z-index: 990;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
   -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;
}


.search-area.open {
  width: calc(100% + 1px);
  visibility: visible;
  opacity: 1;
}

.search-area .close-searchbox {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  border: none;
}

.search-area .close-searchbox i {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
}

.search-area .form-group input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 20px;
  padding: 20px;
  color: #fff;
}

.search-area .form-group input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}

.search-area .form-group input::placeholder {
  color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 575px) {
  .search-area .close-searchbox {
    top: 15px;
    right: 10px;
  }
  .search-area .close-searchbox i {
    font-size: 26px;
  }
}
@media only screen and (max-width: 767px) {
 .search-area form .form-group input {
    font-size: 14px;
    padding: 10px;
  }
}
@media only screen and (max-width: 1199) {
  .search-area.open {
    top: 66px;
  }
}
@media only screen and (min-width: 1600px) {
  .search-area .container {
    max-width: 1520px;
    margin: 0 auto;
  }
}
  .pricing-text h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 20px;
  }
  
  .pricing-box-wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    /*grid-gap: 30px;*/
    position: relative;
  }
  
  .pricing-box-wrap .pricing-shape-one {
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: -1;
  }
  
  .pricing-box-wrap .pricing-box {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    /*border-radius: 10px;*/
    background: #fff;
    padding: 10px 20px;
  }
  
  .pricing-box-wrap .pricing-box .pricing-box-name {
    text-align: center;
    padding: 25px 0;
    margin: 0;
    color: #000;
  }
  
  .pricing-box-wrap .pricing-box .price-tag {
    /*border-bottom: 1px solid #E5EAFF;*/
    border-top: 1px solid #E5EAFF;
    padding: 18px 0 20px;
    text-align: center;
  }
  
  .pricing-box-wrap .pricing-box .price-tag h3 {
    font-size: 40px;
    line-height: 56px;
    margin: 0;
    color: #000080;
  }
  
  .pricing-box-wrap .pricing-box .price-tag h3 span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #999;
    font-family: "PT Serif", serif;
  }
  
  .pricing-box-wrap .pricing-box .price-box-features {
    margin: 25px auto;
    display: block;
    max-width: 45%;
  }
  
  .pricing-box-wrap .pricing-box .price-box-features li {
    position: relative;
    padding: 5px 0 5px 25px;
  }
  
  .pricing-box-wrap .pricing-box .price-box-features li i {
    position: absolute;
    top: 10px;
    left: 0;
    color: #000080;
    font-size: 16px;
  }
  
  .pricing-box-wrap .pricing-box .book-btn {
    text-align: center;
    padding-bottom: 35px;
  }
  
  .pricing-box-wrap.style1 {
    position: relative;
  }
  
  /*.pricing-box-wrap.style1:before {*/
  /*  position: absolute;*/
  /*  top: 45%;*/
  /*  left: 50%;*/
  /*  content: "";*/
  /*  background: transparent;*/
  /*  width: 1px;*/
  /*  height: 1px;*/
  /*  border-radius: 50%;*/
  /*  -webkit-box-shadow: 0px 0px 79px 35px #000080;*/
  /*          box-shadow: 0px 0px 79px 35px #000080;*/
  /*  z-index: -1;*/
  /*  -webkit-transform: translate(-50%, -50%);*/
  /*  transform: translate(-50%, -50%);*/
  /*}*/
  
  .pricing-box-wrap.style1 .pricing-box.active {
    background-color: #000080;
  }
  
  .pricing-box-wrap.style1 .pricing-box.active .price-box-features li i {
    color: #fff;
  }
  
  .pricing-box-wrap .pricing-box.active .pricing-box-name,
  .pricing-box-wrap .pricing-box.active .price-tag,
  .pricing-box-wrap .pricing-box.active .price-box-features li,
  .pricing-box-wrap .pricing-box.active .price-tag h3,
  .pricing-box-wrap .pricing-box.active .price-tag h3 span {
    color: #fff;
  }
  
  .pricing-box-wrap .pricing-box.active .price-tag {
    border-color: rgba(255, 255, 255, 0.3);
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1359px) {
    .pricing-box-wrap .pricing-box .price-box-features {
      max-width: 52%;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 1199px) {
    .pricing-box-wrap {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-box-wrap .pricing-box .price-box-features {
      max-width: 60%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .pricing-box-wrap .pricing-box .price-box-features {
      max-width: 65%;
    }
    .pricing-box-wrap {
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
  
  /*-------------------------------
           Feature Tour CSS
  -------------------------------*/
  .feature-bg-1 {
    background-image: url(../img/tour/feature-tour-1.jpg);
  }
  
  .feature-bg-2 {
    background-image: url(../img/tour/feature-tour-2.jpg);
  }
  
  .feature-bg-3 {
    background-image: url(../img/tour/feature-tour-3.jpg);
  }
  
  .feature-bg-4 {
    background-image: url(../img/tour/feature-tour-4.jpg);
  }
  
  .feature-bg-5 {
    background-image: url(../img/tour/feature-tour-5.jpg);
  }
  
  .feature-bg-6 {
    background-image: url(../img/tour/feature-tour-6.jpg);
  }
  
  .feature-tour-card {
    border: 1px solid #ddd;
  }
  
  .feature-tour-card.style1 {
    margin: 30px 0;
    border-radius: 0 20px 0 20px;
  }
  
  .feature-tour-card.style1 .feature-tour-img {
    height: 100%;
    margin: -25px 0 25px 25px;
    border-radius: 0 20px 0 20px;
  }
  
  .feature-tour-card.style1 .feature-tour-price {
    position: relative;
    background: #3F3A7F;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 7px 25px 5px 10px;
    border-radius: 5px 0px 0px 5px;
    overflow: hidden;
  }
  
  .feature-tour-card.style1 .feature-tour-price:before {
    position: absolute;
    top: 0;
    right: -19px;
    content: "";
    background: #fff;
    width: 26px;
    height: 100%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  
  .feature-tour-card.style1 .feature-tour-info {
    padding: 20px 25px;
  }
  
  .feature-tour-card.style1 .feature-tour-info p {
    margin: 0 0 12px;
  }
  
  .feature-tour-card.style1 .feature-tour-info .feature-tour-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1;
    margin: 5px 0 0;
  }
  
  .feature-tour-card.style2 {
    border-radius: 22px;
    margin: 0 0 30px;
  }
  
  .feature-tour-card.style2 .feature-tour-img {
    height: 100%;
    border-radius: 20px 0px 0px 20px;
  }
  
  .feature-tour-card.style2 .feature-tour-info {
    padding: 20px 25px 20px 25px;
  }
  
  .feature-tour-card.style2 .feature-tour-info p {
    margin: 0 0 12px;
  }
  
  .feature-tour-card.style2 .feature-tour-info .feature-tour-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    line-height: 1;
    margin: 15px 0 0;
    border-top: 1px solid #ddd;
    padding-top: 15px;
  }
  
  .feature-tour-info h4 {
    font-weight: 600;
    margin: 0;
  }
  
  .feature-tour-info h4 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .feature-tour-info:hover h4 a {
    color: #000080;
  }
  
  .feature-tour-time {
    color: #201D1E;
  }
  
  .feature-tour-time i {
    position: relative;
    top: 2px;
    margin-right: 1px;
  }
  
  .feature-tour-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1;
    margin: 12px 0;
  }
  
  .feature-tour-meta .feature-tour-review {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 2px;
  }
  
  .feature-tour-meta .feature-tour-review .rating {
    color: #201D1E;
    line-height: 1;
  }
  
  .feature-tour-meta .feature-tour-review i {
    color: #000080;
    line-height: 1;
    margin: 0 6px;
    font-size: 15px;
  }
  
  .feature-tour-meta .feature-tour-review .total-review {
    line-height: 1;
    color: #918F90;
  }
  
  @media only screen and (max-width: 767px) {
    .feature-tour-card.style1,
    .feature-tour-card.style2 {
      border-radius: 10px;
    }
    .feature-tour-card.style1 {
      margin: 0 0 30px;
    }
    .feature-tour-card.style1 .feature-tour-img,
    .feature-tour-card.style2 .feature-tour-img {
      height: 250px;
      margin: 0;
      border-radius: 10px 10px 0 0;
    }
  }
  
  /*---------------------------
      Service Section CSS
  ----------------------------*/
  .service-item {
    margin: 0 0 30px;
  }
  
  .service-item.style1 .service-img {
    border: 1px solid #ddd;
  }
  
  .service-item .service-img {
    border-radius: 0 15px 0 15px;
    padding: 20px;
    margin: 0 0 20px;
  }
  
  .service-item .service-img img {
    margin: 0 auto;
    display: block;
  }
  
  .service-item .service-info {
    text-align: center;
  }
  
  .service-item .service-info h4 {
    margin: 0 0 5px;
  }
  
  .service-item .service-info p {
    margin: 0;
    color: #000080;
  }
  
  .service-item.style2 .service-img {
    margin: 0 0 20px;
    padding: 0;
    border-radius: 10px;
  }
  
  .service-item.style2 .service-img img {
    border-radius: 10px;
  }
  
  .service-item.style2 .service-info h4 {
    font-weight: 700;
  }
  
  .service-item:hover .service-info h4 a {
    color: #000080;
  }
  
  /*-----------------------------------
          Service Details
  -----------------------------------*/
  .team-member {
    margin: 0 0 30px;
  }
  
  .team-member .team-member-img {
    margin: 0 0 20px;
    position: relative;
  }
  
  .team-member .team-member-img .overlay {
    border-radius: 15px;
  }
  
  .team-member .team-member-img:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.07)), color-stop(85%, rgba(0, 0, 0, 0.17)), to(rgba(0, 0, 0, 0.67)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.17) 85%, rgba(0, 0, 0, 0.67) 100%);
  }
  
  .team-member .team-member-img img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 15px;
  }
  
  .team-member .team-member-img .social-profile {
    position: absolute;
    bottom: 30px;
    left: 50%;
    z-index: 9;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  
  .team-member .team-member-img .social-profile li a {
    border-color: #fff;
  }
  
  .team-member .team-member-img .social-profile li a:hover {
    border-color: transparent;
  }
  
  .team-member .team-member-img .social-profile li a i {
    color: #fff;
  }
  
  .team-member .team-member-info {
    text-align: center;
  }
  
  .team-member .team-member-info h4 {
    margin: 0 0 5px;
  }
  
  .team-member .team-member-info p {
    position: relative;
  }
  
  .team-member:hover .team-member-img img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  
  /*----------------------------
      Project CSS
  ------------------------------*/
  .cause-bg-1 {
    background-image: url(../img/project/project-1.jpg);
  }
  
  .cause-bg-2 {
    background-image: url(../img/project/project-2.jpg);
  }
  
  .cause-bg-3 {
    background-image: url(../img/project/single-project-2.png);
  }
  
  .skills.style1 .skillbar {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    border: 1px solid #000080;
    height: 10px;
    border-radius: 15px;
  }
  
  .skills.style1 .skillbar .skillbar-bar {
    height: 8px;
    width: 0px;
    background: #000080;
    border-radius: 50px 0 0 50px;
  }
  
  .project-card {
    margin: 0 0 30px;
  }
  
  .project-card .project-info {
    padding: 25px 30px 30px;
  }
  
  .project-card .project-info h3 {
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 20px;
  }
  
  .project-card .project-info p {
    margin: 15px 0 20px 0;
  }
  
  .project-card .project-card-footer .project-share li {
    display: inline-block;
    margin-left: 4px;
  }
  
  .project-card .project-card-footer .project-share li a {
    display: block;
    width: 45px;
    height: 45px;
    border: 1px solid #818181;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .project-card .project-card-footer .project-share li a:hover {
    background-color: #000080;
  }
  
  .project-card .project-card-footer .project-share li a:hover i {
    color: #fff;
  }
  
  .project-card .project-card-footer .project-share li a i {
    line-height: 44px;
    font-size: 22px;
  }
  
  .project-card .project-img {
    overflow: hidden;
    position: relative;
  }
  
  .project-card .project-img img {
    -webkit-transition: 0.9s;
    transition: 0.9s;
    height: 250px;
    object-fit: cover;
    width: 100%;
  }
  
  .project-card:hover.style1 .project-img img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  
  .project-card:hover.style1 .project-img .overlay {
    opacity: 0;
  }
  
  .project-card:hover .project-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  
  .project-card.style1 {
    border-radius: 20px;
  }
  
  .project-card.style1 .project-img {
    border-radius: 20px 20px 0 0;
  }
  
  .project-card.style1 .project-img .overlay {
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
  
  .project-card.style1 .project-img img {
    border-radius: 20px 20px 0 0;
    /* -webkit-filter: grayscale(1);
            filter: grayscale(1); */
  }
  
  .project-card.style1 .project-info {
    border-radius: 0 0 25px 25px;
    border: 1px solid #ddd;
  }
  
  .project-card.style2 .project-info {
    background-color: #F3F6FB;
  }
  
  .project-card.style2 .project-info p {
    border-top: 1px solid #ddd;
    padding-top: 15px;
  }
  
  .project-card.style2 .project-info .project-card-footer .btn {
    border-radius: 0;
  }
  
  .project-card.style2 .project-info .project-card-footer .project-share li a {
    border-radius: 0;
  }
  
  .fund-collection {
    margin: 5px 0 0;
  }
  
  .fund-collection li {
    color: #4C4C4C;
    font-size: 14px;
  }
  
  .fund-collection li span {
    color: #000080;
    color: #000080;
    margin-left: 3px;
  }
  
  /*-------------------------------------
          Cause Details CSS
  ---------------------------------------*/
  .projecct-details .project-gal {
    height: 450px;
    border-radius: 20px;
  }
  
  .projecct-details .project-gal .overlay {
    border-radius: 20px;
  }
  
  .projecct-details .skills {
    margin: 30px 0 25px;
  }
  
  .projecct-details .project-details-para {
    margin: 0 0 30px;
  }

  .projecct-details .project-details-para ul li{
    list-style: inside;
  }
  
  .projecct-details .project-details-para:last-child {
    margin: 0;
  }
  
  .projecct-details .project-details-para h4 {
    font-weight: 500;
    margin: 0 0 15px;
  }
  
  /* .projecct-details .project-details-para p {
    margin: 0;
  } */
  
  .project-highlight-text {
    position: relative;
    padding: 40px 35px 10px;
    background-color: #F3F6FB;
    border-radius: 20px;
    margin: 0 0 30px;
  }
  
  .project-highlight-text p {
    color: #000;
    position: relative;
    margin: 0 0 25px;
    font-style: italic;
    line-height: 30px;
  }
  
  @media only screen and (max-width: 991px) {
    .more-cause-widget .cause-item .cause-img {
      height: 250px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .project-card .project-info {
      padding: 20px 20px 20px;
    }
    .project-card .project-info h3 {
      font-size: 20px;
      margin: 0 0 15px;
    }
    .project-card.style1 .project-info p {
      margin: 10px 0 20px 0;
    }
  }
  
  /*---------------------------------
          Testimonial CSS 
  -----------------------------------*/
  .testimonial-bg-1 {
    background-image: url(../img/testimonial/testimonial-bg-1.jpg);
  }
  
  .testimonial-bg-2 {
    background-image: url(../img/testimonial/testimonial-bg-2.jpg);
  }
  
  .testimonial-bg-3 {
    background-image: url(../img/testimonial/testimonial-bg-3.jpg);
  }
  
  .testimonial-bg-4 {
    background-image: url(../img/testimonial/testimonial-bg-4.jpg);
  }
  
  .testimonial-bg-5 {
    background-image: url(../img/testimonial/testimonial-bg-5.jpg);
  }
  
  .testimonial-bg-6 {
    background-image: url(../img/testimonial/testimonial-bg-6.jpg);
  }
  
  .testimonial-wrap {
    position: relative;
  }
  
  .testimonial-bg {
    height: 400px;
  }
  
  .quote-icon {
    text-align: center;
  }
  
  .quote-icon i {
    font-size: 85px;
    color: #000080;
    line-height: 1;
  }
  
  .client-quote {
    padding: 0 0 15px;
  }
  
  .client-quote p {
    margin: 0;
    position: relative;
    z-index: 2;
  }
  
  .client-info {
    border-radius: 0 0 20px 0;
    z-index: 3;
    position: relative;
  }
  
  .client-info h4 {
    margin: 10px 0 5px;
    line-height: 1.1;
    color: #000080;
  }
  
  .client-info p {
    font-size: 14px;
    opacity: 0.8;
    margin: 0;
  }
  
  .testimonial-item {
    background-color: #fff;
  }
  
  .testimonial-item.style1 .testimonial-text {
    text-align: center;
  }
  
  .testimonial-item.style1 .client-info {
    text-align: center;
  }
  
  .testimonial-item.style2 .testimonial-text {
    position: relative;
    padding-right: 30px;
  }
  
  .testimonial-item.style2 .quote-icon {
    position: absolute;
    top: 20%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.07;
    z-index: 0;
  }
  
  .testimonial-item.style2 .quote-icon i {
    font-size: 150px;
  }
  
  .testimonial_btn {
    z-index: 1;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  
  .testimonial_btn.style1 {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    left: -22px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(100% + 45px);
  }
  
  .testimonial_btn.style2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    top: auto;
    bottom: 30px;
  }
  
  .testimonial_btn.style2 .testimonial-next-one,
  .testimonial_btn.style2 .testimonial-prev-one {
    margin: 0 15px;
  }
  
  .testimonial_btn .testimonial-next-one {
    margin-left: 5px;
  }
  
  .testimonial_btn .slider-btn.style3,
  .testimonial_btn .testimonial-next-one,
  .testimonial_btn .testimonial-prev-one {
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .testimonial_btn .slider-btn.style3 i,
  .testimonial_btn .testimonial-next-one i,
  .testimonial_btn .testimonial-prev-one i {
    color: #000080;
    font-size: 20px;
    line-height: 41px;
  }
  
  .testimonial_btn .slider-btn.style3:hover,
  .testimonial_btn .testimonial-next-one:hover,
  .testimonial_btn .testimonial-prev-one:hover {
    background-color: #000080;
    border-color: transparent;
  }
  
  .testimonial_btn .slider-btn.style3:hover i,
  .testimonial_btn .testimonial-next-one:hover i,
  .testimonial_btn .testimonial-prev-one:hover i {
    color: #fff;
  }
  
  /*--------------------------------------
          Responsive CSS
  ------------------------------------*/
  @media only screen and (max-width: 991px) {
    .testimonial-slider-one,
    .testimonial-slider-two {
      margin: 25px 0 0;
    }
    .testimonial-bg {
      margin: 0 0 20px;
    }
    .testimonial-item.style2 {
      text-align: center;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .testimonial_btn.style1 {
      top: auto;
      left: 50%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 100%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }
    .testimonial-wrap {
      position: relative;
      padding: 0 0 60px;
    }
    .slider-btn.style3,
    .testimonial_btn .testimonial-next-one,
    .testimonial_btn .testimonial-prev-one {
      margin: 0 10px;
    }
  }
  
  /*-----------------------
      Promo Section CSS
  -----------------------*/
  .promo-tour-1 {
    background-image: url(../img/tour/single-tour-10.jpg);
  }
  
  .promo-item {
    margin: 0 0 30px;
  }
  
  .promo-item.style1 .promo-content h4 {
    margin: 0 0 20px;
  }
  
  .promo-item.style1 .promo-content i {
    border: 1px solid #F4834A;
    line-height: 1;
    border-radius: 10px 0 10px 0;
    display: inline-block;
    padding: 6px 7px 4px;
    color: #F4834A;
    font-size: 27px;
    margin-right: 10px;
    position: relative;
    top: 4px;
  }
  
  .promo-item.style2 {
    text-align: center;
  }
  
  .promo-item.style2 .promo-icon {
    display: inline-block;
    margin: 0 auto 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 15px 18px 10px;
    border-radius: 7px;
    line-height: 1;
  }
  
  .promo-item.style2 .promo-icon i {
    line-height: 1;
    font-size: 30px;
    color: #000080;
  }
  
  .promo-item.style2 .promo-content h4 {
    font-weight: 600;
  }
  
  .promo-item.style3 {
    text-align: center;
  }
  
  .promo-item.style3 .promo-icon {
    display: inline-block;
    margin: 0 auto 20px;
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: content;
        flex-basis: content;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    line-height: 1;
    border: 1px solid #ddd;
    position: relative;
  }
  
  .promo-item.style3 .promo-icon i {
    line-height: 1;
    font-size: 28px;
    color: #000080;
    position: relative;
    top: 2px;
  }
  
  .promo-item.style3 .promo-content h4 {
    font-weight: 600;
  }
  
  .promo-tour {
    padding: 100px 0;
  }
  
  .promo-tour .promo-tour-details {
    background-color: #F3F6FB;
    padding: 30px;
    border-radius: 20px;
    position: relative;
  }
  
  .promo-tour .promo-tour-details .shape-12 {
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .promo-tour .promo-tour-details h4 {
    line-height: 1.3;
    margin: 0 0 20px;
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .promo-item.style1 .promo-content h4 {
      font-size: 20px;
    }
  }
  
  /*---------------------------------
          Shop CSS 
  -----------------------------------*/
  .grid .mix {
    position: relative;
    display: none;
  }
  
  .grid {
    height: auto !important;
  }
  
  .product-filter-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    margin: 0 0 20px;
  }
  
  .product-filter-list button {
    border: 1px solid #ddd !important;
    margin: 0 8px;
    border-radius: 15px 0px !important;
    color: #201D1E;
    background-color: #fff;
    padding: 8px 25px;
    cursor: pointer;
    letter-spacing: 1px;
    text-align: center;
  }
  
  .product-filter-list button.active {
    background: #000080;
    color: #fff;
    border-color: transparent !important;
  }
  
  .product-wrap {
    position: relative;
  }
  
  .product-wrap .shape-8 {
    position: absolute;
    top: 0;
    right: 20px;
  }
  
  .product-card {
    margin: 0 0 30px;
  }
  
  .product-card .product-img {
    position: relative;
    border: 1px solid rgba(145, 143, 144, 0.5);
    border-radius: 20px 0 20px 0;
    margin: 0 0 20px;
    padding: 40px 40px;
  }
  
  .product-card .product-img img {
    margin: 0 auto;
    display: block;
  }
  
  .product-card .product-img .product-option {
    position: absolute;
    top: 15px;
    right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .product-card .product-img .product-option button {
    width: 44px;
    height: 44px;
    border: 1px solid #918F90;
    background: transparent;
    border-radius: 20px 0 20px 0;
    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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .product-card .product-img .product-option button:last-child {
    margin: 0;
  }
  
  .product-card .product-img .product-option button i {
    font-size: 20px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .product-card .product-img .product-option button:hover {
    background: #000080;
    border-color: transparent;
  }
  
  .product-card .product-img .product-option button:hover i {
    color: #fff;
  }
  
  .product-card .product-info h4 {
    line-height: 1.3;
    margin: 0;
  }
  
  .product-card .product-info h4 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .product-card .product-info .product-price {
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
  }
  
  .product-card .product-rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 10px 0;
  }
  
  .product-card .product-rating .rating {
    color: #201D1E;
    line-height: 1;
  }
  
  .product-card .product-rating i {
    color: #000080;
    line-height: 1;
    margin: 0 6px;
    position: relative;
    top: -1px;
    font-size: 14px;
  }
  
  .product-card .product-rating .total-review {
    line-height: 1;
    color: #918F90;
  }
  
  .product-card.style1 .product-img {
    border-radius: 15px;
  }
  
  .product-card.style1 .product-img .product-option button {
    border-radius: 50%;
  }
  
  .product-card.style1 .product-info {
    text-align: left;
  }
  
  .product-card.style1 .product-info h4 {
    font-weight: 600;
  }
  
  .product-card.style1 .product-info .product-rating {
    margin: 10px 0;
  }
  
  .product-card.style2 .product-img, .product-card.style3 .product-img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 20px;
  }
  
  .product-card.style2 .product-img .product-option button, .product-card.style3 .product-img .product-option button {
    border-radius: 50%;
  }
  
  .product-card.style2 .product-img .product-rating, .product-card.style3 .product-img .product-rating {
    position: absolute;
    margin: 0;
    top: 15px;
    left: 15px;
    border: 0.5px solid #918F90;
    border-radius: 50px;
    padding: 10px 15px 8px;
  }
  
  .product-card.style2 .product-info h4, .product-card.style3 .product-info h4 {
    font-weight: 600;
  }
  
  .product-card.style2 .product-info p, .product-card.style3 .product-info p {
    margin: 10px 0;
  }
  
  .product-card.style2 .product-info .product-price, .product-card.style3 .product-info .product-price {
    color: #000080;
    font-weight: 600;
  }
  
  .product-card.style2:hover .product-img, .product-card.style3:hover .product-img {
    border-color: transparent;
  }
  
  .product-card.style2:hover .product-img {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  }
  
  .product-card.style3:hover .product-img {
    -webkit-box-shadow: 0 0 15px rgba(244, 131, 74, 0.1);
            box-shadow: 0 0 15px rgba(244, 131, 74, 0.1);
  }
  
  .product-card:hover .product-info h4 a {
    color: #000080;
  }
  
  .discount {
    color: #999 !important;
    text-decoration: line-through;
    margin-left: 7px;
  }
  
  /*---------Product filter CSS------*/
  .profuct-result p {
    color: #201D1E;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
  }
  
  .filter-item-num .nice-select,
  .filter-item-cat .nice-select {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0 10px 0 20px;
    color: #393939;
  }
  
  .filter-item-num .nice-select::after,
  .filter-item-cat .nice-select::after {
    right: 20px;
    border-color: #918F90;
    border-width: 1px;
  }
  
  /*-----------Product Details CSS------------------*/
  /*-------Single Product Image Slider-------*/
  .product-gallery.swiper-container.gallery-top {
    height: auto !important;
  }
  
  .product-large-img {
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 0 30px;
    padding: 30px 30px 70px 30px;
  }
  
  .product-large-img img {
    margin: 0 auto;
    display: block;
  }
  
  .product-large-img .discount-price {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #3F3A7F;
    display: inline-block;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 0 15px 0;
    color: #fff;
    font-weight: 600;
  }
  
  .gallery-thumbs {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 80%;
    margin: -80px auto 0;
    background: #fff;
    padding: 20px;
  }
  
  .gallery-thumbs .product-thumb {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  /*-------Single Product Details-------*/
  .single-product-details .single-product-title {
    position: relative;
  }
  
  .single-product-details .single-product-title h2 {
    font-size: 40px;
    color: #000;
    font-weight: 700;
    line-height: 52px;
    margin: 0 0 15px;
  }
  
  .single-product-details .single-product-title h3 {
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    margin: 0 0 15px;
  }
  
  .single-product-details .single-product-title h3 .discount {
    text-decoration: line-through;
    color: #918F90;
  }
  
  .single-product-details .single-product-review-left .rating-star {
    margin: 0 5px 5px 0;
    display: inline-block;
  }
  
  .single-product-details .single-product-review-left .rating-star li {
    margin: 0;
  }
  
  .single-product-details .single-product-review-left span {
    font-size: 14px;
    color: #918F90;
    position: relative;
    top: -2px;
  }
  
  .single-product-details .single-product-desc {
    margin: 0 0 25px;
    border-bottom: 0.5px solid rgba(69, 69, 70, 0.2);
  }
  
  .single-product-details .single-product-desc p {
    opacity: 0.7;
    margin: 0 0 20px;
  }
  
  /*------New Arrival Product CSS-------*/
  .new-product-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 20px;
  }
  
  .new-product-item:last-child {
    margin: 0;
  }
  
  .new-product-item .new-product-img {
    width: 70px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    height: 70px;
    border-radius: 10px;
  }
  
  .new-product-item .new-product-img img {
    margin: 0 auto;
    display: block;
  }
  
  .new-product-item .new-product-info {
    width: calc(100% - 95px);
    margin-left: 15px;
  }
  
  .new-product-item .new-product-info h6 {
    margin: 0 0 5px;
  }
  
  .new-product-item .new-product-info h6 a {
    color: #201D1E;
  }
  
  .new-product-item .new-product-info span {
    color: #000080;
    font-size: 14px;
  }
  
  .new-product-item .new-product-info span.discount {
    text-decoration: line-through;
    margin-left: 5px;
    color: #918F90;
  }
  
  /*-------Product Counter-------*/
  .single-product-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .product-quantity {
    width: 144px;
    margin-right: 10px;
  }
  
  .product-quantity .qtySelector {
    position: relative;
    border: 0.5px solid rgba(69, 69, 70, 0.2);
    height: 48px;
  }
  
  .product-quantity .qtySelector span {
    width: 48px;
    position: absolute;
    top: 0;
    height: 100%;
    background: transparent;
    border: none;
    cursor: pointer;
    display: block;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    color: #000080;
  }
  
  .product-quantity .qtySelector span.decreaseQty {
    left: 0;
  }
  
  .product-quantity .qtySelector span.increaseQty {
    right: 0;
  }
  
  .product-quantity .qtySelector input {
    width: calc(100% - 96px);
    background: #000080;
    border: none;
    left: 48px;
    position: relative;
    height: 48px;
    top: -1px;
    text-align: center;
    color: #fff;
  }
  
  .add-cart button,
  .add-wishlist button {
    margin-right: 10px;
    height: 48px;
    font-weight: 400 !important;
  }
  
  .add-cart button i,
  .add-wishlist button i {
    margin-right: 10px;
    top: 1px !important;
  }
  
  .add-cart button.v3,
  .add-wishlist button.v3 {
    border-color: rgba(0, 0, 0, 0.2);
  }
  
  .rating-star {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  
  .rating-star li {
    display: inline-block;
    margin: 0 2px;
  }
  
  .rating-star li i {
    font-size: 18px;
    color: #000080;
  }
  
  .product-description-box {
    border: 1px solid #ddd;
    border-radius: 20px 0;
    padding: 25px;
  }
  
  .product-description-box .product-desc h3 {
    margin: 0 0 20px;
  }
  
  .product-description-box .product-desc p {
    margin: 0;
  }
  
  .additional-info li {
    margin: 0 0 10px;
  }
  
  .additional-info li:last-child {
    margin-bottom: 0;
  }
  
  .additional-info li p span {
    width: 100px;
    font-weight: 600;
    display: inline-block;
  }
  
  .product-more-option-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0 20px;
  }
  
  .product-more-option-item:last-child {
    margin: 0;
  }
  
  .product-more-option-item h6 {
    margin: 0 5px 0 0;
  }
  
  .product-more-option-item a {
    position: relative;
    top: 1px;
  }
  
  .product-more-option-item a:hover {
    color: #000080;
  }
  
  /*----------------------------------
      Cart Popup CSS
  ----------------------------------*/
  .cart-popup {
    position: fixed;
    top: 0;
    right: -100%;
    width: 560px;
    background: #fff;
    height: 100vh;
    z-index: 9999;
    padding: 30px 40px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  
  .cart-popup.open {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  
  .cart-popup .cart-popup-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px;
    margin: 0 0 25px;
  }
  
  .cart-popup .cart-popup-title h2 {
    font-size: 24px;
    line-height: 36px;
    margin: 0;
  }
  
  .cart-popup .cart-popup-item-wrap {
    height: calc(100% - 300px);
    overflow-y: auto;
  }
  
  .cart-popup .cart-popup-item-wrap .cart-popup-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 20px;
  }
  
  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-img {
    width: 110px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
  }
  
  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-img img {
    margin: 0 auto;
    display: block;
  }
  
  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-name {
    width: calc(100% - 240px);
  }
  
  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-name p {
    font-size: 14px;
    line-height: 21px;
    margin: 0 0 10px;
    font-weight: 600;
    text-transform: capitalize;
  }
  
  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price {
    width: 80px;
    text-align: right;
  }
  
  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price button {
    background: transparent;
    border: none;
    position: relative;
    top: -13px;
    opacity: 0.68;
    cursor: pointer;
    display: block;
    text-align: right;
    width: 100%;
    padding: 0;
  }
  
  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price button i {
    width: 30px;
    height: 30px;
    border: 1px solid #000080;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
  }
  
  .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price span {
    font-weight: 700;
    color: #000080;
  }
  
  .cart-popup .cart-popup-total-wrap {
    position: absolute;
    bottom: 35px;
    left: 40px;
    width: calc(100% - 80px);
  }
  
  .cart-popup .cart-popup-total-wrap .cart-popup-total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px 0 35px;
  }
  
  .cart-popup .cart-popup-total-wrap .cart-popup-total h5 {
    font-size: 20px;
    line-height: 27px;
    margin: 0;
  }
  
  .cart-popup .cart-popup-total-wrap .btn {
    display: block;
    width: 100%;
    margin: 15px 0 0;
    padding: 12px 0;
  }
  
  .cart-popup .cart-popup-total-wrap .btn.v3 {
    border-radius: 0 0 20px 0;
  }
  
  .cart-popup .cart-popup-total-wrap .btn.v4 {
    color: #201D1E;
    border: 1px solid #ddd;
    border-radius: 20px 0 0 0;
  }
  
  .cart-popup .cart-popup-total-wrap .btn.v4:hover {
    background: #000080;
    border-color: transparent;
    color: #fff;
  }
  
  .cart-popup .close-popup {
    background: transparent;
    border: 1px solid #000080;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .cart-popup .close-popup i {
    line-height: 33px;
  }
  
  .cart-popup .close-popup:hover {
    background: #000080;
  }
  
  .cart-popup .close-popup:hover i {
    color: #fff;
  }
  
  /*----------------------------------
      Checkout CSS
  ----------------------------------*/
  .checkout-details .form-group input {
    height: 52px;
    font-size: 14px;
    line-height: 20px;
  }
  
  .checkout-details .form-group button {
    position: absolute;
    top: 0;
    right: 0;
    background: #000080;
    border: none;
    height: 100%;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
  }
  
  form.checkout textarea {
    height: 145px;
  }
  
  .bill-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4px 0;
  }
  
  .bill-item .bill-item-name p {
    margin: 0;
  }
  
  .bill-item .bill-item-price span {
    font-weight: 700;
    color: #201D1E;
  }
  
  .bill-details {
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .bill-details > h5 {
    color: #fff;
    background: #000;
    padding: 20px;
    margin: 0;
  }
  
  .bill-item-wrap {
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .subtotal-item h6 {
    margin: 0 0 10px;
  }
  
  .subtotal-wrap {
    padding: 10px 20px;
  }
  
  .subtotal-wrap .subtotal-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 6.5px 0;
  }
  
  .subtotal-wrap .subtotal-item .subtotal-item-right {
    color: #201D1E;
    font-weight: 600;
  }
  
  .subtotal-wrap .subtotal-item .subtotal-item-left h6 {
    margin: 0;
    font-weight: 600;
  }
  
  .subtotal-wrap .subtotal-item .form-group {
    position: relative;
  }
  
  .subtotal-item-right span {
    font-weight: 700;
  }
  
  .subtotal-item-left p,
  .subtotal-item-right p {
    margin: 0;
  }
  
  .total-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 15px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .total-wrap h5 {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    margin: 0;
  }
  
  .total-wrap span {
    font-weight: 700;
    color: #201D1E;
  }
  
  .select-method {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px 0 0;
  }
  
  .select-method div {
    margin-right: 20px;
  }
  
  .select-method [type="radio"]:checked,
  .select-method [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
  }
  
  .select-method [type="radio"]:checked + label,
  .select-method [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #201D1E;
  }
  
  .select-method [type="radio"]:checked + label::before,
  .select-method [type="radio"]:not(:checked) + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 12px;
    height: 12px;
    border: 1px solid #000080;
    border-radius: 100%;
    background: transparent;
  }
  
  .select-method [type="radio"]:checked + label::before {
    background-color: #fff;
  }
  
  .select-method [type="radio"]:checked + label:after,
  .select-method [type="radio"]:not(:checked) + label:after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000080;
    top: 6px;
    left: 3px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  
  .select-method [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  
  .select-method [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  
  /*------------------------------
          Wishlist CSS
  -------------------------------*/
  .wishlist-table {
    margin: 0 0 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  
  .wishlist-table table {
    margin: 0;
  }
  
  .wishlist-table table thead tr th {
    background: #3F3A7F;
    color: #fff;
    padding: 15px 30px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
  }
  
  .wishlist-table table thead tr th:first-child {
    text-align: left;
  }
  
  .wishlist-table table tbody tr {
    vertical-align: middle;
  }
  
  .wishlist-table table tbody tr:last-child td {
    border-bottom: none;
  }
  
  .wishlist-table table tbody tr td {
    padding: 12px 15px;
  }
  
  .wishlist-table table tbody tr td .wh_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .wishlist-table table tbody tr td .wh_item a {
    font-size: 20px;
    font-weight: 500;
    margin-left: 15px;
    width: calc(100% - 80px);
  }
  
  .wishlist-table table tbody tr td .wh_item a:hover {
    color: #000080;
  }
  
  .wishlist-table table tbody tr td .wh_item img {
    max-width: 60px;
  }
  
  .wishlist-table table tbody tr td .wh-tem-price {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  
  .wishlist-table table tbody tr td .wh_qty .product-quantity {
    margin: 0 auto;
  }
  
  .wishlist-table table tbody tr td p {
    margin: 0;
  }
  
  .wishlist-table table tbody tr td button {
    background: transparent;
    display: block;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 50%;
    width: 35px;
    height: 35px;
  }
  
  .wishlist-table table tbody tr td button:hover {
    background-color: #000080;
    border-color: transparent;
  }
  
  .wishlist-table table tbody tr td button:hover span {
    color: #fff;
  }
  
  .wishlist-table table tbody tr td button span {
    color: #000080;
    font-size: 18px;
    line-height: 30px;
  }
  
  .wh_btn .btn:nth-child(1) {
    margin-right: 10px;
  }
  
  /*----------------------------------
          Responsive CSS
  ---------------------------------*/
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .profuct-result p {
      font-size: 15px;
    }
    .single-product-details {
      margin: 70px 0 0;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .product-card .product-img .product-option {
      visibility: hidden;
      opacity: 0;
    }
    .product-card:hover .product-img .product-option {
      visibility: visible;
      opacity: 1;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .cart-popup .cart-popup-total-wrap .btn.v1,
    .cart-popup .cart-popup-total-wrap .btn.v2 {
      width: 100% !important;
      display: block;
    }
    .wishlist-table {
      width: 100%;
      overflow-x: auto;
    }
    .wishlist-table table td:nth-child(1),
    .wishlist-table table th:nth-child(1) {
      min-width: 260px;
    }
    .wishlist-table table td:nth-child(3),
    .wishlist-table table th:nth-child(3) {
      min-width: 160px;
    }
    .wishlist-table table td,
    .wishlist-table table th {
      min-width: 120px;
    }
    .wishlist-table table thead tr th {
      padding: 15px 15px;
      font-size: 18px;
    }
    .wishlist-table table tbody tr td .wh_item a,
    .wishlist-table table tbody tr td .wh-tem-price {
      font-size: 16px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .single-product-details {
      margin: 50px 0 0;
    }
    .profuct-result,
    .filter-item-cat .nice-select {
      margin: 0 0 25px;
    }
    .cart-popup,
    .contact-popup {
      padding: 10px 15px;
      width: 100%;
    }
    .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-img {
      width: 75px;
    }
    .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-name {
      width: calc(100% - 160px);
    }
    .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price {
      width: 60px;
    }
    .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price span {
      font-size: 14px;
    }
    .cart-popup .cart-popup-item-wrap {
      height: calc(100% - 272px);
    }
    .cart-popup .cart-popup-total-wrap {
      bottom: 15px;
      left: 15px;
      width: calc(100% - 30px);
    }
    .cart-popup .cart-popup-total-wrap .cart-popup-total {
      padding: 15px 0 5px;
    }
    .product-quantity .qtySelector {
      height: 40px;
    }
    .product-quantity .qtySelector span {
      width: 40px;
      line-height: 40px;
      font-size: 18px;
    }
    .product-quantity .qtySelector input {
      width: calc(100% - 80px);
      left: 40px;
      height: 40px;
    }
    .add-cart button,
    .add-wishlist button {
      height: 40px;
    }
    .wishlist-table table tbody tr td .wh_item a,
    .wishlist-table table tbody tr td .wh-tem-price {
      font-size: 16px;
    }
    .product-card.style1 .product-info,
    .product-card.style2 .product-info,
    .product-card.style3 .product-info {
      text-align: center;
    }
    .product-card .product-rating {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
    .product-card .product-img .product-option button i {
      font-size: 15px;
    }
    .product-card .product-img .product-option button {
      width: 35px;
      height: 35px;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .add-cart span,
    .add-wishlist span {
      display: none;
    }
    .add-cart .btn,
    .add-wishlist .btn {
      padding: 8px 20px;
    }
    .add-cart .btn i,
    .add-wishlist .btn i {
      font-size: 20px;
      margin: 0;
      line-height: 1;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .comment-author_info .rating-star {
      margin: 0;
    }
    .product-filter-list li {
      font-size: 14px;
      padding: 5px 12px;
      margin: 0 5px;
    }
    .wishlist-wrap .btn {
      width: 100%;
    }
    .wishlist-wrap .btn:nth-child(1) {
      margin: 0 0 15px;
    }
  }
  
  @media only screen and (max-width: 376px) {
    .cart-popup .product-quantity {
      width: 118px;
    }
    .cart-popup .cart-popup-item-wrap .cart-popup-item {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin: 0 0 20px;
    }
    .cart-popup .cart-popup-item-wrap .cart-popup-item .cart-popup-item-price button {
      top: 0;
    }
    .product-filter-list li {
      font-size: 16px;
      width: 100%;
      margin: 0 0 15px;
    }
    .product-filter-list li:last-child {
      margin: 0;
    }
  }
  
  /*---------------------------
          Blog Section CSS
  ----------------------------*/
  .blog-bg-1 {
    background-image: url(../img/blog/blog-1.jpg);
  }
  
  .blog-bg-2 {
    background-image: url(../img/blog/blog-2.jpg);
  }
  
  .blog-bg-3 {
    background-image: url(../img/blog/blog-3.jpg);
  }
  
  .blog-bg-4 {
    background-image: url(../img/blog/blog-4.jpg);
  }
  
  .blog-bg-5 {
    background-image: url(../img/blog/blog-5.jpg);
  }
  
  .blog-bg-6 {
    background-image: url(../img/blog/blog-6.jpg);
  }
  
  .blog-lg-img {
    background-image: url(../img/blog/blog-bg.jpg);
  }
  
  .blog-wrap {
    position: relative;
  }
  
  .blog-wrap.style1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .blog-wrap.style1 .blog-left {
    width: 40%;
  }
  
  .blog-wrap.style1 .blog-left .blog-section-title {
    padding-left: calc((100% - 260px) / 2 + 7.5px);
  }
  
  .blog-wrap.style1 .blog-left .blog-lg-img {
    background-image: url(../img/blog/blog-bg.jpg);
    height: 603px;
    border-radius: 0 20px 20px 0;
  }
  
  .blog-wrap.style1 .blog-right {
    width: calc((100% - 40%) - 20px);
    padding-right: calc((100% - 1410px) / 2 + 15px);
  }
  
  .blog-wrap.style1:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 95%;
    height: 100%;
    content: "";
    background-color: #F3F6FB;
    z-index: -1;
  }
  
  .blog-wrap .blog-bg-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  
  .blog-card {
    margin: 0 0 30px;
  }
  
  .blog-card .blog-img {
    display: block;
    height: 240px;
  }
  
  .blog-card .blog-date {
    font-size: 15px;
    color: #000080;
    display: block;
  }
  
  .blog-card .blog-date i {
    position: relative;
    top: 2px;
    margin-right: 4px;
  }
  
  .blog-card .blog-info h3 {
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    margin: 8px 0 10px;
  }
  
  .blog-card .blog-info h3 a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .blog-card .blog-info p {
    margin: 0 0 10px;
  }
  
  .blog-card.style1 .blog-img {
    border-radius: 15px;
  }
  
  .blog-card.style1 .blog-info h3 a:hover {
    color: #000080;
  }
  
  .blog-card.style2 {
    margin: 0 0 25px;
  }
  
  .blog-card.style3 .blog-bg-large {
    height: 590px;
    position: relative;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .blog-card.style3 .blog-bg-large .blog-info {
    padding: 25px 30px;
    background-color: #00008099;
  }
  
  .blog-card.style3 .blog-bg-large .blog-info h3,
  .blog-card.style3 .blog-bg-large .blog-info p,
  .blog-card.style3 .blog-bg-large .blog-info a,
  .blog-card.style3 .blog-bg-large .blog-info i,
  .blog-card.style3 .blog-bg-large .blog-info span {
    color: #fff;
  }
  
  .blog-card.style4 .blog-bg {
    display: block;
    height: 200px;
    margin: 0 0 20px;
  }
  
  .blog-card.style4 .blog-info {
    position: relative;
    padding-left: 25px;
  }
  
  .blog-card.style4 .blog-info .blog-date {
    color: #4C4C4C;
  }
  
  .blog-card.style4 .blog-info .blog-date i {
    color: #000080;
  }
  
  .blog-card.style4 .blog-info:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(52, 105, 229, 0.7);
    width: 2px;
    height: 100%;
  }
  
  .blog-card.style5 .blog-bg {
    display: block;
    height: 342px;
    margin: 0 0 20px;
  }
  
  .blog-card.style5 .blog-info {
    position: relative;
    padding-left: 25px;
  }
  
  .blog-card.style5 .blog-info .blog-date {
    color: #4C4C4C;
  }
  
  .blog-card.style5 .blog-info .blog-date i {
    color: #000080;
  }
  
  .blog-card.style5 .blog-info:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: rgba(52, 105, 229, 0.7);
    width: 2px;
    height: 100%;
  }
  
  .blog-card.style1:hover .blog-info h3 a,
  .blog-card.style2:hover .blog-info h3 a,
  .blog-card.style4:hover .blog-info h3 a {
    color: #000080;
  }
  
  /*------partner Logo Slider-----*/
  .partner-slider {
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 20px;
    background: #fff;
  }
  
  .partner-slider .partner-item {
    text-align: center;
  }
  
  .partner-item img {
    margin: 0 auto;
    display: block;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    opacity: 0.6;
  }
  
  .swiper-slide-active .partner-item img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  
  /*-------------------------------
          Single Blog CSS
  --------------------------------*/
  /*--------Blog Details----------*/
  .content-wrapper article {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ddd;
  }
  
  .content-wrapper .post-content h2 {
    font-size: 32px;
    margin: 0 0 20px;
    line-height: 1.3;
  }
  
  .content-wrapper .post-content .wp-block-quote {
    position: relative;
    padding: 40px 35px 10px;
    background-color: #F3F6FB;
  }
  
  .content-wrapper .post-content .wp-block-quote p {
    font-size: 22px;
    line-height: 32px;
    font-weight: 500;
    color: #000;
    position: relative;
    margin: 0 0 25px;
    font-style: italic;
  }
  
  .content-wrapper .post-content .wp-block-quote i {
    position: absolute;
    top: 36px;
    left: 25px;
    font-size: 103px;
    z-index: 0;
    font-weight: 700;
    color: #201D1E;
    opacity: 0.1;
  }
  
  .content-wrapper .post-content .wp-block-quote .quote-author h6 {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
  }
  
  .content-wrapper .post-content .wp-block-quote .quote-author span {
    font-size: 15px;
  }
  
  .sidebar .sidebar-widget .tag-list,
  .post-tag.tag-list {
    margin-top: -12px;
  }
  
  .post-tag.tag-list ul {
    display: inline-block;
  }
  
  .post-share {
    display: inline-block;
    text-align: right;
  }
  
  .post-share .social-profile {
    display: inline-block;
    position: relative;
    top: 2px;
  }
  
  .post-tag span,
  .post-share span {
    font-weight: 600;
    margin-right: 5px;
  }
  
  /*-----Author Details CSS------*/
  .ct_author_avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  
  .ct_author_avatar img {
    border-radius: 50%;
  }
  
  .post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 25px;
    border: 1px solid #ddd;
    margin: 25px 0;
  }
  
  .post-author .post-author-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
  }
  
  .post-author .post-author-img img {
    width: 100%;
    border-radius: 50%;
  }
  
  .post-author .post-author-info {
    width: calc(100% - 150px);
    margin-left: 20px;
  }
  
  /*----------Comment css-----------*/
  .post-comment-wrap {
    border: 1px solid #ddd;
    padding: 25px;
    margin: 0 0 25px;
  }
  
  .post-comment-wrap .comment-title {
    line-height: 1;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
  }
  
  .post-comment-wrap .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 20px;
  }
  
  .post-comment-wrap .comment-item:last-child {
    margin: 0;
  }
  
  .post-comment-wrap .comment-item .comment-author_img {
    width: 100px;
    height: 100px;
  }
  
  .post-comment-wrap .comment-item .comment-author_text {
    width: calc(100% - 120px);
    margin-left: 20px;
  }
  
  .post-comment-wrap .comment-item .comment-author_text p {
    font-size: 14px;
    line-height: 24px;
    opacity: 0.7;
    margin: 0;
  }
  
  .comment-author_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .comment-author_info h6,
  .comment-author_info p {
    display: inline-block;
  }
  
  .comment-author_info h6 {
    line-height: 21px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
  }
  
  .comment-author_info p {
    margin-left: 25px !important;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    opacity: 0.7;
  }
  
  .comment-author_info .rating-star {
    margin: 0 0 0 20px;
  }
  
  .comment-author_info .rating-star li {
    margin: 0;
    line-height: 1;
  }
  
  .comment-author_info .rating-star li i {
    font-size: 15px;
  }
  
  /*------Comment Form CSS----------*/
  .comment-form-wrap .comment-form-title {
    background: #F3F6FB;
    padding: 20px;
    margin: 0 0 25px;
  }
  
  .comment-form-wrap .comment-form-title h4 {
    color: #201D1E;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
  }
  
  .comment-form-wrap .comment-form .form-group {
    margin: 0 0 15px;
  }
  
  .comment-form-wrap .comment-form .form-group textarea {
    height: 135px;
    resize: none;
  }
  
  .comment-form-wrap .comment-form .form-group input,
  .comment-form-wrap .comment-form .form-group textarea {
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px 20px;
  }
  
  .comment-form-wrap .comment-form .form-group input {
    height: 60px;
  }
  
  .comment-form-wrap .comment-form .checkbox {
    position: relative;
  }
  
  .comment-form-wrap .comment-form .checkbox label {
    position: relative;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.8);
    padding-left: 20px;
    position: relative;
    cursor: pointer;
  }
  
  .comment-form-wrap .comment-form .checkbox label:before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #000080;
    left: 0;
    top: 3px;
    padding: 0;
  }
  
  .comment-form-wrap .comment-form .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
  }
  
  .comment-form-wrap .comment-form .btn {
    margin: 15px 0 0;
  }
  
  .checkbox input:checked + label:after {
    position: absolute;
    content: "";
    top: 6px;
    left: 3px;
    width: 8px;
    height: 8px;
    border: none;
    background-color: #000080;
    border-radius: 50%;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  
  /*--------Range Slider CSS---------*/
  .ui-slider-handle.ui-corner-all.ui-state-default {
    background: #000080;
    border-color: transparent;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    cursor: pointer;
  }
  
  .ui-slider-range.ui-corner-all.ui-widget-header {
    background: #000080;
    border-color: transparent;
  }
  
  .ui-slider-horizontal .ui-slider-range {
    top: -1px;
    height: 4px;
  }
  
  #slider-range_one {
    border-color: transparent;
    background-color: #ddd;
    border-radius: 50px;
    height: 3px;
  }
  
  #amount_one {
    border: none !important;
    background: transparent;
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .blog-wrap.style1 .blog-right {
      padding-right: calc((100% - 1320px) / 2 + 30px);
    }
    .blog-wrap.style1 .blog-left .blog-section-title {
      padding-left: calc((100% - 330px) / 2 + 15px);
    }
  }
  
  @media only screen and (min-width: 992px) {
    .blog-card.style2 .blog-info {
      padding-left: 25px;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .blog-wrap.style1 .blog-right {
      width: calc((100% - 40%) - 28px);
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-wrap.style1 .blog-right {
      padding-right: calc((100% - 745px) / 2 + 15px);
    }
    .blog-wrap.style1::before {
      width: 90%;
    }
    .blog-card.style2 .blog-img,
    .blog-card.style4 .blog-bg {
      height: 340px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .blog-card.style1 .blog-img,
    .blog-card.style2 .blog-img {
      margin: 0 0 20px;
    }
    .sidebar {
      margin-top: 50px;
    }
    .blog-card .blog-img .blog-date {
      padding: 8px 15px;
      font-size: 14px;
    }
  }
  
  @media only screen and (max-width: 376px) {
    .breadcrumb-wrap .breadcrumb-title ul li,
    .breadcrumb-wrap .breadcrumb-title ul li a {
      font-size: 13px;
      line-height: 18px;
    }
    .breadcrumb-wrap .breadcrumb-title h2 {
      font-size: 26px !important;
    }
    .blog-card .blog-img .blog-date {
      font-size: 13px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .blog-wrap.style1 .blog-left .blog-section-title {
      padding-left: 15px;
      padding-right: 15px;
    }
    .blog-lg-img {
      display: none;
    }
    .blog-card.style1 .blog-img {
      height: 320px;
    }
    .blog-wrap.style1 .blog-left,
    .blog-wrap.style1 .blog-right {
      width: 100%;
    }
    .blog-wrap.style1::before {
      width: 100%;
    }
    .blog-card.style3 .blog-bg-large {
      height: 500px;
    }
    .blog-card.style3 .blog-bg-large .blog-info {
      padding: 15px 20px;
    }
    .post-share {
      text-align: left;
      margin: 20px 0 0;
    }
    .post-author .post-author-img {
      width: 55px;
      height: 55px;
    }
    .post-author .post-author-info {
      width: calc(100% - 75px);
    }
    .post-author-info .social-profile {
      text-align: left;
    }
    .post-comment-wrap .comment-item .comment-author_img {
      width: 70px;
      height: 70px;
    }
    .post-comment-wrap .comment-item .comment-author_text {
      width: calc(100% - 90px);
      margin-left: 20px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .blog-card .blog-info h3 {
      font-size: 20px;
    }
    .comment-author_info h6 {
      width: 100%;
    }
    .comment-author_info p,
    .comment-author_info .rating {
      width: 100%;
      margin-left: 0 !important;
      text-align: left;
    }
    .content-wrapper .post-content h2 {
      font-size: 20px;
    }
    .post-author {
      padding: 15px;
    }
  }
  
  /*-------------------------------
           Footer CSS
  -------------------------------*/
  .footer-wrap {
    position: relative;
  }
  
  .footer-wrap .footer-top .footer-widget {
    margin: 0 0 30px;
  }
  
  .footer-wrap .footer-top .footer-widget .footer-widget-title {
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 20px;
    color: #201D1E;
  }
  
  .footer-wrap .footer-top .footer-widget .footer-menu li {
    padding-bottom: 10px;
    display: block;
    flex: 0 0 50%;
  }
  
  .footer-wrap .footer-top .footer-widget .footer-menu li a {
    position: relative;
    color: #626061;
    display: inline-block;
    text-transform: capitalize;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  
  .footer-wrap .footer-top .footer-widget .footer-menu li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    background-color: #626061;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  
  .footer-wrap .footer-top .footer-widget .footer-menu li a i {
    font-size: 14px;
    margin-right: 5px;
  }
  
  .footer-wrap .footer-top .footer-widget .footer-menu li a:hover {
    color: #201D1E;
  }
  
  .footer-wrap .footer-top .footer-widget .footer-menu li a:hover:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }
  
  .footer-wrap .footer-top .footer-widget .footer-menu li:last-child {
    padding-bottom: 0;
  }
  
  .footer-wrap .footer-top .footer-widget .footer-contact-address li {
    position: relative;
    padding-left: 30px;
    color: #626061;
    line-height: 32px;
  }
  
  .footer-wrap .footer-top .footer-widget .footer-contact-address li a {
    color: #626061;
  }
  
  .footer-wrap .footer-top .footer-widget .footer-contact-address li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
  }
  
  .footer-wrap .footer-bottom {
    padding: 15px 0 15px;
    border-top: 1px solid #CDCDCD;
  }
  
  .footer-wrap .footer-bottom .copyright-text p {
    color: #201D1EAB;
    margin: 0;
    font-size: 10px;
  }
  
  .footer-wrap .footer-bottom .copyright-text p a {
    color: #000080;
  }
  
  .footer-wrap .footer-bottom .footer-bottom-menu {
    text-align: right;
  }
  
  .footer-wrap .footer-bottom .footer-bottom-menu li {
    display: inline-block;
    margin: 0 13px;
    position: relative;
  }
  
  .footer-wrap .footer-bottom .footer-bottom-menu li:before {
    position: absolute;
    top: 5px;
    left: -15px;
    content: "";
    background: #fff;
    width: 2px;
    height: 15px;
    -webkit-transform: skew(-18deg);
            transform: skew(-18deg);
  }
  
  .footer-wrap .footer-bottom .footer-bottom-menu li:first-child:before {
    display: none;
  }
  
  .footer-wrap .footer-bottom .footer-bottom-menu li:last-child {
    margin-right: 0;
  }
  
  .footer-wrap .footer-bottom .footer-bottom-menu li a {
    color: #fff;
  }
  
  /*-----------------------------
      Newsletter CSS
  -----------------------------*/
  .newsletter-wrap {
    padding: 100px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.19);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.19);
    margin: 0 0 -142px;
    background: #fff;
    z-index: 9;
    position: relative;
  }
  
  .newsletter-wrap .newsletter-form .form-group {
    margin: 0;
  }
  
  .newsletter-wrap .newsletter-form .form-group:nth-child(1) {
    width: 39%;
  }
  
  .newsletter-wrap .newsletter-form .form-group:nth-child(2) {
    width: 39%;
  }
  
  .newsletter-wrap .newsletter-form .form-group:nth-child(3) {
    width: 18%;
  }
  
  .newsletter-wrap .newsletter-form .form-group input {
    height: 52px;
    padding: 13px 10px 10px 27px;
  }
  
  .newsletter-wrap .newsletter-form .form-group .btn {
    width: 100%;
    padding: 12px 25px;
  }
  
  .newsletter-wrap .subtext {
    font-size: 14px;
    line-height: 22px;
    opacity: 0.6;
    display: block;
    margin: 5px 0 0;
  }
  
  .newsletter-wrap.style1 {
    border-radius: 25px;
  }
  
  .newsletter-wrap.style1 .form-group input {
    border-radius: 50px;
  }
  
  .newsletter-wrap.style1 .form-group .btn {
    border-radius: 50px;
  }
  
  .newsletter-wrap.style2 .form-group .btn {
    border-radius: 0;
  }
  
  /*---------------------------
      Responsive CSS
  --------------------------*/
  @media only screen and (min-width: 1200px) and (max-width: 1360px) {
    .newsletter-form h3 {
      font-size: 42px;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .footer-wrap {
      padding-top: 140px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .copyright-text {
      text-align: right;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .newsletter-form {
      margin: 25px 0 0;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .newsletter-wrap {
      padding: 50px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .newsletter-form h3 {
      font-size: 32px;
    }
    .newsletter-wrap {
      padding: 30px;
    }
    .footer-wrap {
      padding-top: 140px;
    }
    .newsletter-wrap .newsletter-form .form-group:nth-child(1),
    .newsletter-wrap .newsletter-form .form-group:nth-child(2) {
      width: 37%;
    }
    .newsletter-wrap .newsletter-form .form-group:nth-child(3) {
      width: 21%;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .footer-bottom .social-profile {
      text-align: center;
    }
    .copyright-text {
      text-align: center;
      margin: 10px 0 0;
    }
    .newsletter.container {
      padding: 0;
    }
    .newsletter-wrap {
      padding: 45px 15px;
      margin: 0 0 50px;
      position: relative;
    }
    .newsletter-wrap .newsletter-form .form-group:nth-child(1),
    .newsletter-wrap .newsletter-form .form-group:nth-child(2),
    .newsletter-wrap .newsletter-form .form-group:nth-child(3) {
      width: 100%;
      margin: 0 0 20px;
    }
    .newsletter-wrap.style3 .newsletter-form {
      padding: 20px 30px 30px;
    }
    .newsletter-wrap .subtext {
      margin: 0;
      text-align: center;
    }
    .newsletter-form {
      text-align: center;
    }
    .newsletter-form h3 {
      font-size: 30px;
    }
    .footer-wrap .footer-bottom {
      padding: 20px 0 15px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .footer-widget {
      text-align: left;
    }
  }
  
  /*----------------------------
      Responsive CSS
  -----------------------------*/
  @media only screen and (max-width: 767px) {
    .sm-none {
      display: none !important;
    }
    .sm-center {
      text-align: center !important;
    }
    .pt-100 {
      padding-top: 50px;
    }
    .pb-100 {
      padding-bottom: 50px;
    }
    .ptb-100 {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .pt-70 {
      padding-top: 20px;
    }
    .pb-70 {
      padding-bottom: 20px;
    }
    .pb-75 {
      padding-bottom: 25px;
    }
    .pb-50 {
      padding-bottom: 0px;
    }
    .mb-40 {
      margin-bottom: 25px !important;
    }
    .content-title h2,
    .section-title h2 {
      font-size: 36px;
    }
    .section-title.style3 span {
      font-size: 18px;
    }
    .breadcrumb-wrap {
      padding: 80px 0 80px;
    }
    .contact-address,
    .comp_map {
      padding: 25px 15px;
    }
    .contact-address .contact-info p,
    .contact-address .contact-info p a {
      font-size: 14px;
    }
    .back-to-top {
      font-size: 20px;
      width: 30px;
      height: 30px;
      line-height: 32px;
    }
    .back-to-top i {
      font-size: 18px;
    }
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .pt-100 {
      padding-top: 70px;
    }
    .pb-100 {
      padding-bottom: 70px;
    }
    .ptb-100 {
      padding-top: 70px;
      padding-bottom: 70px;
    }
    .pt-70 {
      padding-top: 40px;
    }
    .pb-70 {
      padding-bottom: 40px;
    }
    .pb-75 {
      padding-bottom: 45px;
    }
    .pb-50 {
      padding-bottom: 20px;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .page-wrapper {
      overflow-x: hidden !important;
    }
    .smb-30 {
      margin-bottom: 30px;
    }
    .md-none {
      display: none !important;
    }
    .md-center {
      text-align: center !important;
    }
    .smb-0 {
      margin-bottom: 0 !important;
    }
    .smt-30 {
      margin-top: 30px !important;
    }
    .smt-20 {
      margin-top: 20px !important;
    }
    .content-para {
      margin: 15px 0 0;
    }
    .hero-wrap.style3 {
      margin: 0;
    }
    .hero-wrap,
    .breadcrumb-wrap {
      margin: 56px 0 0;
    }
    .hero-wrap .hero-content .hero-promo-text span {
      display: block;
    }
    .breadcrumb-wrap.style2 {
      padding: 70px 0 80px;
    }
    .breadcrumb-wrap .breadcrumb-title h2 {
      font-size: 32px;
    }
    .hero-slider-item .overlay,
    .hero-v2 .overlay {
      opacity: 0.7;
    }
    .testimonial-item.style2 .testimonial-text {
      padding-right: 0px;
    }
    .user-tablist {
      margin: 0 0 50px;
    }
    .contact-img {
      height: 360px;
      margin: 30px 0 0;
    }
    #contact_form .checkbox label {
      font-size: 14px;
    }
  }
  
  @media only screen and (min-width: 768px) {
    .lg-none {
      display: none !important;
    }
  }
  
  @media only screen and (min-width: 992px) {
    .xl-none {
      display: none !important;
    }
  }
  
  @media only screen and (max-width: 1199px) {
    .lg-center {
      text-align: center !important;
    }
    .lpb-20 {
      padding-bottom: 20px !important;
    }
  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mpx-0 {
      padding: 0;
    }
  }
  
  @media only screen and (min-width: 1200px) and (max-width: 1439px) {
    .exp-box {
      top: 130px;
      right: 1px;
    }
    .tour-slider-v1 {
      margin-left: 15px !important;
    }
    .testimonial_btn.style1 {
      top: 54%;
      left: 0;
      width: 100%;
    }
  }
  
  @media only screen and (min-width: 1440px) and (max-width: 1599px) {
    .header-wrap .container-fluid,
    .hero-wrap.style2 .container-fluid {
      padding: 0 30px !important;
    }
  }
  
  @media only screen and (min-width: 1200px) {
    .container {
      max-width: 1320px;
    }
    .tour-slider-v1 {
      margin-left: calc((100% - 1320px) / 2 + 15px);
    }
    .tour-details-pagination.swiper-pagination-progressbar {
      width: 1355px;
    }
  }
  
  @media only screen and (min-width: 1450px) {
    .header-wrap .container-fluid,
    .hero-wrap.style2 .container-fluid {
      padding: 0 100px;
    }
    .header-wrap.style2 .container-fluid {
      padding: 0 30px;
    }
    .container {
      max-width: 1410px;
    }
    .tour-slider-v1 {
      margin-left: calc((100% - 1410px) / 2 + 15px);
    }
    .tour-details-pagination.swiper-pagination-progressbar {
      width: 1385px;
    }
    .tour-progress-v2.swiper-pagination-progressbar {
      width: 1380px;
      margin: 0 auto;
      left: calc((100% - 1380px) / 2 + 0px);
    }
  }
  
  @media only screen and (max-width: 575px) {
    .xs-center {
      text-align: center;
    }
    .content-title h2,
    .section-title h2 {
      font-size: 28px;
    }
  }
  
  @media only screen and (max-width: 376px) {
    p {
      font-size: 14px;
      line-height: 24px;
    }
    .content-title h2,
    .section-title h2 {
      font-size: 26px;
    }
    .btn {
      font-size: 15px;
      padding: 10px 20px;
    }
    .login-form .form_group label,
    .login-form .link {
      font-size: 14px;
    }
    .error-content span {
      font-size: 80px;
      line-height: 80px;
      margin: 0 0 25px;
    }
  }
  /*# sourceMappingURL=style.css.map */
  .flexbin {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap;
    margin: -2.5px; }
    .flexbin:after {
      content: '';
      flex-grow: 999999999;
      min-width: 300px;
      height: 0; }
    .flexbin > * {
      position: relative;
      display: block;
      height: 300px;
      margin: 2.5px;
      flex-grow: 1; }
      .flexbin > * > img {
        height: 300px;
        object-fit: cover;
        max-width: 100%;
        min-width: 100%;
        vertical-align: bottom; }
    .flexbin.flexbin-margin {
      margin: 2.5px; }
    @media (max-width: 980px) {
      .flexbin {
        display: flex;
        overflow: hidden;
        flex-wrap: wrap;
        margin: -2.5px; }
        .flexbin:after {
          content: '';
          flex-grow: 999999999;
          min-width: 150px;
          height: 0; }
        .flexbin > * {
          position: relative;
          display: block;
          height: 150px;
          margin: 2.5px;
          flex-grow: 1; }
          .flexbin > * > img {
            height: 150px;
            object-fit: cover;
            max-width: 100%;
            min-width: 100%;
            vertical-align: bottom; }
        .flexbin.flexbin-margin {
          margin: 2.5px; } }
    @media (max-width: 400px) {
      .flexbin {
        display: flex;
        overflow: hidden;
        flex-wrap: wrap;
        margin: -2.5px; }
        .flexbin:after {
          content: '';
          flex-grow: 999999999;
          min-width: 100px;
          height: 0; }
        .flexbin > * {
          position: relative;
          display: block;
          height: 100px;
          margin: 2.5px;
          flex-grow: 1; }
          .flexbin > * > img {
            height: 100px;
            object-fit: cover;
            max-width: 100%;
            min-width: 100%;
            vertical-align: bottom; }
        .flexbin.flexbin-margin {
          margin: 2.5px; } }
  