/*-----------------------------------------------------------------------------------

Item Name: The Darsh - Multipurpose HTML Template.
Author: Maraviya Infotech
Version: 1.2.0
Copyright : 2025

-----------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------
    Included CSS INDEX
-----------------------------------------------------------------------------------

01. Typography

02. Utilities
    - mixing
    - variables

03. Components
    - breadcrumb
    - common
    - header
    - footer
    - cart sidebar
    - search sidebar

04. Layouts
    - hero
    - about
    - about 2
    - service
    - expertise
    - expertise 2
    - projects
    - price
    - team
    - testimonials
    - blog
    - product

05. pages
    - about page
    - blog page
    - blog-detail-page
    - faq-page
    - contact-page
    - auth-page
    - project-detail-page
    - product-detail-page
    - cart-page
    - checkout-page
    - terms-page

-----------------------------------------------------------------------------------*/
/* Typography ( Import Typography ) */
/*-------------------------------------------------
  Fonts Family & Style CSS
---------------------------------------------------*/
/* 커스텀 스타일 */
/* 스피너 기본 스타일 */


/* 커스텀 스타일 끝 */


/*--  Poppins font  --*/
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins, sans-serif";
  src: url("../fonts/poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/*--  Quicksand font  --*/
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Quicksand";
  src: url("../fonts/quicksand/Quicksand-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/* Utilities ( Import Utilities ) */
/* mixing */
/* variables */
/* components ( Import components ) */
/* Breadcrumb */

.da-breadcrumb {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  position: relative;
  overflow: hidden;
}
.da-breadcrumb .bread-detail {
  height: 300px;
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.da-breadcrumb .bread-detail h2 {
  font-size: 32px;
  font-weight: 600;
  color: #3d4750;
  text-transform: capitalize;
}
.da-breadcrumb .bread-detail ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-breadcrumb .bread-detail ul li {
  text-align: center;
  position: relative;
  color: #969ba1;
  text-transform: capitalize;
}
.da-breadcrumb .bread-detail ul li:not(:last-child) {
  margin-right: 15px;
  padding-right: 15px;
}
.da-breadcrumb .bread-detail ul li:not(:last-child):after {
  content: "\f2e5";
  width: 10px;
  height: 10px;
  font-family: remixicon !important;
  position: absolute;
  right: 0;
  top: -2px;
  color: #969ba1;
  font-size: 20px;
  list-style: 20px;
}
.da-breadcrumb .bread-detail ul li a {
  color: #3d4750;
}
.da-breadcrumb .bread-detail ul li a:hover {
  color: #4c62e9;
}
.da-breadcrumb .shapes {
  opacity: 0.3;
}
.da-breadcrumb .shapes .shape-1 {
  position: absolute;
  top: 30%;
  left: 20%;
}
.da-breadcrumb .shapes .shape-2 {
  position: absolute;
  bottom: 7%;
  right: 3%;
  z-index: 5;
}
.da-breadcrumb .shapes .shape-3 {
  position: absolute;
  bottom: 20%;
  left: -1%;
  -webkit-animation: da-rotate 10s linear infinite;
          animation: da-rotate 10s linear infinite;
}
.da-breadcrumb .shapes .shape-4 {
  position: absolute;
  top: 13%;
  right: 15%;
  z-index: 5;
  -webkit-animation: da-rotate 15s linear infinite;
          animation: da-rotate 15s linear infinite;
}
.da-breadcrumb .shapes .shape-5 {
  position: absolute;
  bottom: 1%;
  left: 34%;
  z-index: 5;
}

/* Responsive Breadcrumb css */
@media only screen and (max-width: 1199px) {
  .da-breadcrumb .bread-detail h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 991px) {
  .da-breadcrumb .bread-detail h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .da-breadcrumb .bread-detail h2 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 575px) {
  .da-breadcrumb .shapes .shape-1, .da-breadcrumb .shapes .shape-2 {
    display: none;
  }
  .da-breadcrumb .shapes .shape-3 {
    bottom: -6%;
  }
  .da-breadcrumb .shapes .shape-5 {
    left: auto;
    right: -6%;
  }
  .da-breadcrumb .bread-detail h2 {
    font-size: 24px;
  }
}
/* General CSS */
body {
  font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "quicksand";
  font-weight: 400;
  letter-spacing: 0.01rem;
}

p,
li,
span {
  letter-spacing: 0.02rem;
}

p {
  font-size: 15px;
  line-height: 28px;
  font-weight: 300;
}

a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

ul li {
  list-style: none;
}

.p-t-50 {
  padding-top: 50px;
}

.p-30 {
  padding: 30px;
}

.p-b-50 {
  padding-bottom: 50px;
}

.p-tb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.m-tb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.mb-minus-24 {
  margin-bottom: -24px;
}

.mb-minus-50 {
  margin-bottom: -50px;
}

.mb-minus-30 {
  margin-bottom: -30px;
}

/*  Loader  */
.da-loader {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 55;
}
.da-loader .loader {
  position: absolute;
  -webkit-animation: da-rotate 10s linear infinite;
          animation: da-rotate 10s linear infinite;
}
.da-loader .loader:after {
  content: "";
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px dashed #fa94e0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.da-loader img {
  -webkit-animation: da-flip 1.5s linear infinite;
          animation: da-flip 1.5s linear infinite;
}

@-webkit-keyframes da-flip {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  10% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  90% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}

@keyframes da-flip {
  0% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  10% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  90% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
.da-button {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #4c62e9;
  color: #fff;
  border-radius: 30px;
  border: 0;
}
.da-button:hover {
  background-color: #fa94e0;
}

.da-button-2 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 40px;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fa94e0;
  color: #fff;
  border-radius: 30px;
  border: 0;
}
.da-button-2:hover {
  background-color: #4c62e9;
}

.bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
}

.border-top {
  border-top: 1px solid #eff0f5;
}

.border-bottom {
  border-bottom: 1px solid #eff0f5;
}

.da-cursor {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  border: 1px solid #fff;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  position: fixed;
  pointer-events: none;
  left: 0;
  top: 0;
  -webkit-transform: translate(calc(-50% + 15px), -50%);
          transform: translate(calc(-50% + 15px), -50%);
  -webkit-animation: morphing-image 10s linear infinite forwards;
          animation: morphing-image 10s linear infinite forwards;
  mix-blend-mode: difference;
  z-index: 9999;
}

.da-cursor-2 {
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background-color: #fff;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
  -webkit-transition: width 0.3s, height 0.3s, opacity 0.3s;
  transition: width 0.3s, height 0.3s, opacity 0.3s;
  z-index: 9999;
  mix-blend-mode: difference;
}

.da-hover-cursor {
  width: 0;
  height: 0;
  background-color: transparent;
  border: 1px solid transparent;
  opacity: 0.5;
  z-index: 9999;
}

.da-cursorinnerhover {
  width: 30px;
  height: 30px;
  opacity: 0.5;
  z-index: 9999;
}

.da-section-title {
  margin-bottom: 30px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: capitalize;
}
.da-section-title h4 {
  font-size: 28px;
  color: #3d4750;
  font-weight: 600;
}
.da-section-title h4 span {
  color: #4c62e9;
}
.da-section-title p {
  margin: 0;
  color: #969ba1;
  font-size: 15px;
  text-align: center;
}

/*  Sidebar (product & project pages) */
.da-product-sidebar, .da-project-sidebar {
  padding: 30px;
  border: 1px solid #eff0f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border-radius: 30px;
}
.da-product-sidebar .da-sidebar-title h4, .da-project-sidebar .da-sidebar-title h4 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  color: #3d4750;
  font-weight: 600;
  border-bottom: 1px solid #eff0f5;
}
.da-product-sidebar .price-range-slider input, .da-project-sidebar .price-range-slider input {
  width: 100%;
  border: 1px solid #eff0f5;
  border-radius: 30px;
  text-align: center;
}
.da-product-sidebar .price-range-slider .ui-widget.ui-widget-content, .da-project-sidebar .price-range-slider .ui-widget.ui-widget-content {
  border-radius: 30px;
}
.da-product-sidebar .price-range-slider .ui-widget.ui-widget-content .ui-state-default, .da-project-sidebar .price-range-slider .ui-widget.ui-widget-content .ui-state-default {
  border-radius: 30px;
}
.da-product-sidebar .da-tags ul, .da-project-sidebar .da-tags ul {
  margin: -2px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.da-product-sidebar .da-tags ul li a, .da-project-sidebar .da-tags ul li a {
  margin: 2px;
  padding: 5px 15px;
  border: 1px solid #eff0f5;
  border-radius: 30px;
  background-color: #4c62e9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 12px;
}
.da-product-sidebar .da-tags ul li a:hover, .da-project-sidebar .da-tags ul li a:hover {
  background-color: #fa94e0;
}
.da-product-sidebar .da-sidebar-contact ul, .da-project-sidebar .da-sidebar-contact ul {
  margin: -8px 0;
  padding: 0;
}
.da-product-sidebar .da-sidebar-contact ul li, .da-project-sidebar .da-sidebar-contact ul li {
  padding: 8px 0;
  position: relative;
}
.da-product-sidebar .da-sidebar-contact ul li a, .da-project-sidebar .da-sidebar-contact ul li a {
  color: #969ba1;
  font-weight: 300;
}
.da-product-sidebar .da-sidebar-contact ul li input, .da-project-sidebar .da-sidebar-contact ul li input {
  width: 100%;
  height: calc(100% - 5px);
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.da-product-sidebar .da-sidebar-contact ul li .checked, .da-project-sidebar .da-sidebar-contact ul li .checked {
  position: absolute;
  top: 10px;
  left: 0;
  height: 18px;
  width: 18px;
  background: #fff;
  border: 1px solid #969ba1;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.da-product-sidebar .da-sidebar-contact ul li .checked:after, .da-project-sidebar .da-sidebar-contact ul li .checked:after {
  left: -1px;
  top: -1px;
  width: 18px;
  height: 18px;
  border: 1px solid #4c62e9;
  content: "\eb7b";
  position: absolute;
  display: none;
  background: #4c62e9;
  font-family: "remixicon";
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  line-height: 16px;
  text-align: center;
}
.da-product-sidebar .da-sidebar-contact ul li input:checked ~ .checked::after, .da-project-sidebar .da-sidebar-contact ul li input:checked ~ .checked::after {
  display: block;
}
.da-product-sidebar .da-sidebar-contact ul li a, .da-project-sidebar .da-sidebar-contact ul li a {
  margin-left: 30px;
  display: block;
  color: #969ba1;
  font-size: 14px;
  margin-top: 0;
  line-height: 20px;
  font-weight: 400;
  text-transform: capitalize;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-product-sidebar .da-sidebar-contact ul li a span, .da-project-sidebar .da-sidebar-contact ul li a span {
  color: #3d4750;
  font-size: 16px;
  font-weight: 600;
}
.da-product-sidebar .da-cat-list, .da-project-sidebar .da-cat-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.da-product-sidebar .da-cat-list li, .da-project-sidebar .da-cat-list li {
  width: 100%;
}
.da-product-sidebar .da-cat-list a, .da-project-sidebar .da-cat-list a {
  width: 100%;
  padding: 10px 0;
  font-size: 15px;
  color: #3d4750;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-product-sidebar .da-cat-list a:hover, .da-project-sidebar .da-cat-list a:hover {
  color: #4c62e9;
}
.da-product-sidebar .da-cat-list a span, .da-project-sidebar .da-cat-list a span {
  font-size: 20px;
  line-height: 24px;
}
.da-product-sidebar .da-cat-list .side-drop:hover, .da-project-sidebar .da-cat-list .side-drop:hover {
  color: #3d4750;
}
.da-product-sidebar .da-cat-list .da-drop-list, .da-project-sidebar .da-cat-list .da-drop-list {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.da-product-sidebar .da-cat-list .da-drop-list li a, .da-project-sidebar .da-cat-list .da-drop-list li a {
  color: #969ba1;
  font-size: 14px;
  font-weight: 300;
}
.da-product-sidebar .da-cat-list .da-drop-list li a:hover, .da-project-sidebar .da-cat-list .da-drop-list li a:hover {
  color: #4c62e9;
}
.da-product-sidebar .da-cat-list .da-drop-list li a span, .da-project-sidebar .da-cat-list .da-drop-list li a span {
  font-size: 14px;
}

/* Pagination */
.da-pagination .pagination {
  margin: 0;
}
.da-pagination ul li a {
  height: 100%;
  color: #3d4750;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-color: #eff0f5;
}
.da-pagination ul li a:hover {
  color: #fa94e0;
}
.da-pagination ul li a:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  color: #3d4750;
}
.da-pagination ul li a i {
  font-size: 19px;
}
.da-pagination ul .page-item:first-child .page-link {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.da-pagination ul .page-item:last-child .page-link {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.da-pagination ul .disabled > .page-link, .da-pagination ul .page-link.disabled {
  background-color: #eff0f5;
  border-color: #eff0f5;
}

form input {
  width: 100%;
  height: 50px;
  padding: 5px 15px;
  border-radius: 30px;
  border: 1px solid #eff0f5;
  color: #777;
  font-size: 15px;
  font-weight: 300;
}
form input::-webkit-input-placeholder {
  color: #969ba1;
}
form input::-moz-placeholder {
  color: #969ba1;
}
form input:-ms-input-placeholder {
  color: #969ba1;
}
form input::-ms-input-placeholder {
  color: #969ba1;
}
form input::placeholder {
  color: #969ba1;
}
form input:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
form textarea {
  width: 100%;
  padding: 15px 15px;
  border-radius: 30px;
  border: 1px solid #eff0f5;
  color: #777;
  font-weight: 300;
  font-size: 15px;
}
form textarea::-webkit-input-placeholder {
  color: #969ba1;
}
form textarea::-moz-placeholder {
  color: #969ba1;
}
form textarea:-ms-input-placeholder {
  color: #969ba1;
}
form textarea::-ms-input-placeholder {
  color: #969ba1;
}
form textarea::placeholder {
  color: #969ba1;
}
form textarea:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

/* Back to top button */
a.back-to-top {
  width: 38px;
  height: 38px;
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 10;
  border-radius: 20px;
  cursor: pointer;
  background-color: #fff;
  color: #fa94e0;
  border: 1px solid #4c62e9;
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
}
a.back-to-top i {
  font-size: 20px;
}
a.back-to-top:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.back-to-top svg {
  width: 36px;
  height: 36px;
  position: fixed;
  right: 16px;
  bottom: 16px;
}
a.back-to-top svg path {
  fill: transparent;
  stroke: #4c62e9;
  stroke-width: 5px;
}

@-webkit-keyframes da-UpDown {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}

@keyframes da-UpDown {
  0%, 100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@-webkit-keyframes da-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes da-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.owl-carousel {
  margin: -1px;
}
.owl-carousel .owl-stage-outer .owl-item {
  padding: 1px;
}

.custom-select {
  width: 100%;
  height: 50px;
  margin-right: 20px;
  padding: 0 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #3d4750;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  border: 1px solid #eee;
  border-radius: 30px;
}
.custom-select .select {
  width: 100%;
}
.custom-select .custom-select {
  width: 100%;
  position: relative;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.custom-select .custom-select:after {
  content: "\ea4e";
  width: 0;
  height: 0;
  position: absolute;
  top: 12px;
  right: 20px;
  font-size: 20px;
  font-family: "remixicon";
}
.custom-select select {
  display: none;
}
.custom-select .select-options {
  min-width: 100%;
  max-height: 200px;
  margin-top: 0;
  padding: 10px 0;
  overflow-y: auto;
  display: none;
  position: absolute;
  top: 48px;
  right: 0;
  left: auto;
  z-index: 20;
  list-style: none;
  background-color: #fff;
  border-radius: 30px;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid #eff0f5;
}
.custom-select .select-options::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.custom-select .select-options::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.custom-select .select-options::-webkit-scrollbar-thumb {
  background-color: #3d4750;
  border-radius: 20px;
}
.custom-select .select-options li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 5px 20px !important;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  border-radius: 5px;
  font-size: 14px;
  color: #969ba1;
  font-weight: 300;
}
.custom-select .select-options li:hover {
  color: #fa94e0;
}

.qty-plus-minus {
  width: 85px;
  height: 40px;
  padding: 7px 0;
  border: 1px solid #eff0f5;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 30px;
}
.qty-plus-minus .da-qtybtn {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #969ba1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.qty-plus-minus input {
  width: 32px;
  height: auto;
  margin: 0;
  padding: 0;
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #969ba1;
  float: left;
  font-size: 14px;
  text-align: center;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}
.qty-plus-minus .da-qtybtn {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #969ba1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

[type=radio]:not(:checked) {
  position: relative;
  opacity: 0;
  display: none;
}
[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #3d4750;
  letter-spacing: 0;
}
[type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border: 1px solid #969ba1;
  border-radius: 100%;
  background: #fff;
}

[type=radio]:checked {
  position: relative;
  opacity: 0;
  display: none;
}
[type=radio]:checked + label {
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  line-height: 16px;
  display: inline-block;
  color: #3d4750;
  letter-spacing: 0;
}
[type=radio]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: #fff;
  border: 1px solid #4c62e9;
}
[type=radio]:checked + label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #4c62e9;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* Responsive Common css */
@media only screen and (max-width: 1199px) {
  .da-section-title h4 {
    font-size: 27px;
  }
}
@media only screen and (max-width: 991px) {
  .p-t-50 {
    padding-top: 40px;
  }
  .p-b-50 {
    padding-bottom: 40px;
  }
  .p-tb-50 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .m-t-50 {
    margin-top: 40px;
  }
  .m-b-50 {
    margin-bottom: 40px;
  }
  .m-tb-50 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .da-cursor, .da-cursor-2, .da-hover-cursor, .da-cursorinnerhover {
    display: none;
  }
  .da-section-title h4 {
    font-size: 26px;
  }
  .da-product-sidebar .da-sidebar-title h4, .da-project-sidebar .da-sidebar-title h4 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .p-t-50 {
    padding-top: 35px;
  }
  .p-b-50 {
    padding-bottom: 35px;
  }
  .p-tb-50 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .m-t-50 {
    margin-top: 35px;
  }
  .m-b-50 {
    margin-bottom: 35px;
  }
  .m-tb-50 {
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .da-section-title h4 {
    font-size: 25px;
  }
  .da-product-sidebar .da-sidebar-title h4, .da-project-sidebar .da-sidebar-title h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .da-section-title h4 {
    font-size: 23px;
  }
}
/* Header */
header {
  position: relative;
}
header .da-header {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  -webkit-backdrop-filter: blur(3px);
          backdrop-filter: blur(3px);
  z-index: 16;
}
header .header-fixed {
  width: 100%;
  padding: 10px 0 !important;
  position: fixed !important;
  top: 0 !important;
  background-color: #fff;
  -webkit-animation: slideDown 0.35s ease-in-out;
          animation: slideDown 0.35s ease-in-out;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  z-index: 14;
}

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

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.da-inner-menu-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-inner-menu-desk .da-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.da-inner-menu-desk .da-logo img {
  width: 120px;
}
.da-inner-menu-desk .da-logo img:hover {
  transition: filter 0.5s ease;
  filter: drop-shadow(0 0 7px #4c62e9);
}
.da-inner-menu-desk .da-logo:active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.da-inner-menu-desk .da-logo .light {
  display: none;
}
.da-inner-menu-desk .da-logo .dark {
  display: block;
}
.da-inner-menu-desk .da-main-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.da-inner-menu-desk .da-main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.da-inner-menu-desk .da-main-menu ul li {
  padding: 24px 0;
}
.da-inner-menu-desk .da-main-menu ul .da-dropdown {
  position: relative;
}
.da-inner-menu-desk .da-main-menu ul .da-dropdown:hover .da-dropdown-menu {
  margin-top: 2px;
  opacity: 1;
  visibility: visible;
}
.da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-item {
  position: relative;
  padding-right: 15px;
  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;
}
.da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-item:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  top: 9px;
  right: 0;
  border-radius: 50%;
  border: 1px solid #3d4750;
}
.da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu {
  min-width: 200px;
  padding: 15px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  border-radius: 10px;
  position: absolute;
  top: 68px;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #eee;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu .nav-item:hover .da-sub-menu {
  margin-top: 2px;
  opacity: 1;
  visibility: visible;
}
.da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu li {
  width: 100%;
  margin: 0;
  padding: 2px 15px;
}
.da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 0 5px 10px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
  text-transform: capitalize;
  position: relative;
}
.da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu li a:hover {
  padding: 5px 0 5px 15px;
  color: #fa94e0;
}
.da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu li a:hover:before {
  width: 10px;
  background-color: #fa94e0;
}
.da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu li a:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 5px;
  height: 2px;
  background-color: #969ba1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 10px;
}
.da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu.last {
  left: auto;
  right: 0;
}
.da-inner-menu-desk .da-main-menu ul .da-sub-menu {
  min-width: 200px;
  padding: 15px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 0 0 0;
  border-radius: 10px;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  top: 0px;
  left: 200px;
  right: auto;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #eee;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.da-inner-menu-desk .da-main-menu ul .da-sub-menu li {
  margin: 0;
  padding: 2px 15px;
}
.da-inner-menu-desk .da-main-menu ul .da-sub-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 0 5px 10px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
  text-transform: capitalize;
  position: relative;
}
.da-inner-menu-desk .da-main-menu ul .da-sub-menu li a:hover {
  padding: 5px 0 5px 15px;
  color: #fa94e0;
}
.da-inner-menu-desk .da-main-menu ul .da-sub-menu li a:hover:before {
  width: 10px;
  background-color: #fa94e0;
}
.da-inner-menu-desk .da-main-menu ul .da-sub-menu li a:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 5px;
  height: 2px;
  background-color: #969ba1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 10px;
}
.da-inner-menu-desk .da-main-menu ul .sub-item {
  position: relative;
}
.da-inner-menu-desk .da-main-menu ul .sub-item:hover .da-sub-menu {
  margin-top: 0;
  opacity: 1;
  left: 188px;
  visibility: visible;
}
.da-inner-menu-desk .da-main-menu ul .sub-item > a:after {
  content: "+";
  position: absolute;
  top: 5px;
  right: 0;
}
.da-inner-menu-desk .da-main-menu ul li {
  margin-right: 45px;
  list-style: none;
}
.da-inner-menu-desk .da-main-menu ul li a.nav-link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #3d4750;
  position: relative;
}
.da-inner-menu-desk .da-main-menu ul li a.nav-link:hover:after {
  border-color: #4c62e9;
}
.da-inner-menu-desk .da-main-menu ul li a.nav-link::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -23px;
  height: 2px;
  width: 0;
  background: #4c62e9;
  left: 0;
  right: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 auto;
}
.da-inner-menu-desk .da-main-menu ul li:hover a {
  color: #4c62e9;
}
.da-inner-menu-desk .da-main-menu ul li:hover a::before {
  background: #4c62e9;
  width: 100%;
}
.da-inner-menu-desk .da-main-menu ul li:hover a:after {
  border-color: #4c62e9 !important;
}
.da-inner-menu-desk .da-header-toggles {
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-inner-menu-desk .da-header-toggles .navbar-toggler {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  display: none;
  padding: 5px;
  border-radius: 43%;
}
.da-inner-menu-desk .da-header-toggles .navbar-toggler i {
  font-size: 20px;
  font-weight: 500;
  color: #3d4750;
}
.da-inner-menu-desk .da-header-toggles a.da-toggle {
  /* width: 40px; */
  height: 40px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color:#3d4750;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.da-inner-menu-desk .da-header-toggles a.da-toggle:hover {
  color: #2fa3c7;
  transform: scale(1.1); /* 살짝 작아지는 효과 */
}
/* ★ 마우스로 꾹 누르고 있는 동안 적용될 스타일 ★ */
.da-inner-menu-desk .da-header-toggles a.da-toggle:active {
  background-color: #e0e0e0; /* 배경색을 더 진하게 */
  transform: scale(0.95); /* 살짝 작아지는 효과 */
  color: #000; /* 글자색 변경 */
}
.da-inner-menu-desk .da-header-toggles a.da-toggle i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  color: #3d4750;
}
.da-inner-menu-desk .da-header-toggles a.da-toggle:hover i {
  color: #0c0c0c;
}

/*===== Mobile menus =====*/
.da-mobile-menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 16;
}

.da-mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 300px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 17;
  overflow: auto;
}
.da-mobile-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.da-mobile-menu::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.da-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #3d4750;
  border-radius: 20px;
}
.da-mobile-menu .da-menu-title {
  width: 100%;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-mobile-menu .da-menu-title .menu_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #3d4750;
  font-weight: 600;
}
.da-mobile-menu .da-menu-title .da-close-menu {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #ff0000;
  background-color: transparent;
  border: 0;
}
.da-mobile-menu .da-menu-inner .da-menu-contact ul {
  padding: 0;
}
.da-mobile-menu .da-menu-inner .da-menu-contact ul li {
  position: relative;
}
.da-mobile-menu .da-menu-inner .da-menu-contact ul li a {
  margin-bottom: 12px;
  padding: 12px 12px;
  display: block;
  text-transform: capitalize;
  color: #969ba1;
  border: 1px solid #eee;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
}
.da-mobile-menu .da-menu-inner .da-menu-contact ul li a:last-child() {
  margin-bottom: 0;
}
.da-mobile-menu .da-menu-inner .da-menu-contact ul li .menu-toggle {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.da-mobile-menu .da-menu-inner .da-menu-contact ul li .menu-toggle::before {
  content: "+";
  font-weight: 500;
  color: #969ba1;
  font-size: 19px;
}
.da-mobile-menu .da-menu-inner .da-menu-contact ul li .sub-menu {
  width: 100%;
  min-width: auto;
  padding: 0;
  margin-bottom: 10px;
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.da-mobile-menu .da-menu-inner .da-menu-contact ul li .sub-menu li a {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 0px;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}
.da-mobile-menu .da-menu-inner .da-menu-contact ul li .sub-menu li .sub-menu li a {
  font-weight: 400;
  padding-left: 30px;
  font-size: 14px;
  color: #969ba1;
}
.da-mobile-menu .da-menu-inner .header-res-social {
  margin-top: 30px;
}
.da-mobile-menu .da-menu-inner .header-res-social ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.da-mobile-menu .da-menu-inner .header-res-social ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fa94e0;
  border-radius: 10px;
}
.da-mobile-menu .da-menu-inner .header-res-social ul li:hover {
  background-color: #4c62e9;
}
.da-mobile-menu .da-menu-inner .header-res-social ul li a i {
  color: #fff;
}

.da-mobile-menu.da-menu-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .da-inner-menu-desk .da-main-menu ul li {
    margin-right: 40px;
  }
  .da-inner-menu-desk .da-logo img {
    width: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .da-inner-menu-desk .da-logo img {
    width: 100px;
  }
  .da-inner-menu-desk .da-main-menu ul li {
    margin-right: 30px;
  }
  .da-inner-menu-desk .da-main-menu ul .da-sub-menu {
    min-width: 165px;
  }
}
@media screen and (max-width: 991px) {
  header .da-header {
    height: 60px;
  }
  .da-inner-menu-desk {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .da-inner-menu-desk .da-logo img {
    width: 85px;
  }
  .da-inner-menu-desk .da-main-menu {
    display: none;
  }
  .da-inner-menu-desk .da-header-toggles {
    border: 0;
  }
  .da-inner-menu-desk .da-header-toggles .navbar-toggler {
    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;
  }
  .da-inner-menu-desk .da-header-toggles a.da-toggle {
    /* width: 35px; */
    height: 35px;
    /* margin-left: 10px; */
    /* border: 0; */
  }
  .da-heading-res {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .da-inner-menu-desk .da-logo img {
    width: 80px;
  }
}
/* Header */
.header-2 {
  position: relative;
  /*===== Mobile menus =====*/
}
.header-2 .da-header-2 {
  width: 100%;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  background-color: transparent;
  z-index: 16;
}
.header-2 .header-fixed {
  width: 100%;
  height: 70px;
  padding: 10px 0 !important;
  position: fixed !important;
  top: 0 !important;
  background-color: #fff;
  -webkit-animation: slideDown 0.35s ease-in-out;
          animation: slideDown 0.35s ease-in-out;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-bottom: 1px solid #eee;
  z-index: 14;
}
@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideUp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.header-2 .da-inner-menu-desk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-2 .da-inner-menu-desk .da-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-2 .da-inner-menu-desk .da-logo img {
  width: 120px;
}
.header-2 .da-inner-menu-desk .da-logo .light {
  display: none;
}
.header-2 .da-inner-menu-desk .da-logo .dark {
  display: block;
}
.header-2 .da-inner-menu-desk .da-main-menu {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header-2 .da-inner-menu-desk .da-main-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.header-2 .da-inner-menu-desk .da-main-menu ul li {
  padding: 24px 0;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-dropdown {
  position: relative;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-dropdown:hover .da-dropdown-menu {
  margin-top: 2px;
  opacity: 1;
  visibility: visible;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-item {
  position: relative;
  padding-right: 15px;
  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;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-item:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  height: 6px;
  width: 6px;
  position: absolute;
  top: 9px;
  right: 0;
  border-radius: 50%;
  border: 1px solid #3d4750;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu {
  min-width: 200px;
  padding: 15px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
  border-radius: 10px;
  position: absolute;
  top: 68px;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  left: 0;
  right: auto;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #eee;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu .nav-item:hover .da-sub-menu {
  margin-top: 2px;
  opacity: 1;
  visibility: visible;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu li {
  width: 100%;
  margin: 0;
  padding: 2px 15px;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 0 5px 10px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
  text-transform: capitalize;
  position: relative;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu li a:hover {
  padding: 5px 0 5px 15px;
  color: #1c2023;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu li a:hover:before {
  width: 10px;
  background-color: #1c2023;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu li a:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 5px;
  height: 2px;
  background-color: #969ba1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 10px;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-dropdown .da-dropdown-menu.last {
  left: auto;
  right: 0;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-sub-menu {
  min-width: 200px;
  padding: 15px 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0 0 0 0;
  border-radius: 10px;
  position: absolute;
  z-index: 16;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  top: 0px;
  left: 200px;
  right: auto;
  background: #fff;
  -webkit-box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 2px 2px 15px 0 rgba(0, 0, 0, 0.09);
  border: 1px solid #eee;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-sub-menu li {
  margin: 0;
  padding: 2px 15px;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-sub-menu li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 0 5px 10px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
  text-transform: capitalize;
  position: relative;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-sub-menu li a:hover {
  padding: 5px 0 5px 15px;
  color: #1c2023;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-sub-menu li a:hover:before {
  width: 10px;
  background-color: #1c2023;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .da-sub-menu li a:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 5px;
  height: 2px;
  background-color: #969ba1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 10px;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .sub-item {
  position: relative;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .sub-item:hover .da-sub-menu {
  margin-top: 0;
  opacity: 1;
  left: 188px;
  visibility: visible;
}
.header-2 .da-inner-menu-desk .da-main-menu ul .sub-item > a:after {
  content: "+";
  position: absolute;
  top: 5px;
  right: 0;
}
.header-2 .da-inner-menu-desk .da-main-menu ul li {
  margin-right: 45px;
  list-style: none;
}
.header-2 .da-inner-menu-desk .da-main-menu ul li a.nav-link {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
  color: #3d4750;
  position: relative;
}
.header-2 .da-inner-menu-desk .da-main-menu ul li a.nav-link:hover:after {
  border-color: #fe458a;
}
.header-2 .da-inner-menu-desk .da-main-menu ul li a.nav-link::before {
  content: "";
  position: absolute;
  top: auto;
  bottom: -23px;
  height: 2px;
  width: 0;
  background: #fe458a;
  left: 0;
  right: auto;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0 auto;
}
.header-2 .da-inner-menu-desk .da-main-menu ul li:hover a {
  color: #fe458a;
}
.header-2 .da-inner-menu-desk .da-main-menu ul li:hover a::before {
  background: #fe458a;
  width: 100%;
}
.header-2 .da-inner-menu-desk .da-main-menu ul li:hover a:after {
  border-color: #fe458a !important;
}
.header-2 .da-inner-menu-desk .da-header-toggles {
  margin-left: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-2 .da-inner-menu-desk .da-header-toggles .navbar-toggler {
  width: 35px;
  height: 35px;
  margin-left: 10px;
  display: none;
  padding: 5px;
  border-radius: 43%;
}
.header-2 .da-inner-menu-desk .da-header-toggles .navbar-toggler i {
  font-size: 20px;
  font-weight: 500;
  color: #3d4750;
}
.header-2 .da-inner-menu-desk .da-header-toggles a.da-toggle {
  width: 40px;
  height: 40px;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #ddd;
  border-radius: 43%;
}
.header-2 .da-inner-menu-desk .da-header-toggles a.da-toggle i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  color: #3d4750;
}
.header-2 .da-inner-menu-desk .da-header-toggles a.da-toggle:hover i {
  color: #fe458a;
}
.header-2 .da-mobile-menu-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 16;
}
.header-2 .da-mobile-menu {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 300px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  position: fixed;
  top: 0;
  right: auto;
  left: 0;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 17;
  overflow: auto;
}
.header-2 .da-mobile-menu::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.header-2 .da-mobile-menu::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.header-2 .da-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #3d4750;
  border-radius: 20px;
}
.header-2 .da-mobile-menu .da-menu-title {
  width: 100%;
  padding: 0 0 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-2 .da-mobile-menu .da-menu-title .menu_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: #3d4750;
  font-weight: 600;
}
.header-2 .da-mobile-menu .da-menu-title .da-close-menu {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #ff0000;
  background-color: transparent;
  border: 0;
}
.header-2 .da-mobile-menu .da-menu-inner .da-menu-contact ul {
  padding: 0;
}
.header-2 .da-mobile-menu .da-menu-inner .da-menu-contact ul li {
  position: relative;
}
.header-2 .da-mobile-menu .da-menu-inner .da-menu-contact ul li a {
  margin-bottom: 12px;
  padding: 12px 12px;
  display: block;
  text-transform: capitalize;
  color: #969ba1;
  border: 1px solid #eee;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
}
.header-2 .da-mobile-menu .da-menu-inner .da-menu-contact ul li a:last-child() {
  margin-bottom: 0;
}
.header-2 .da-mobile-menu .da-menu-inner .da-menu-contact ul li .menu-toggle {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: transparent;
  display: flex;
  align-items: center;
}
.header-2 .da-mobile-menu .da-menu-inner .da-menu-contact ul li .menu-toggle::before {
  content: "+";
  font-weight: 500;
  color: #969ba1;
  font-size: 19px;
}
.header-2 .da-mobile-menu .da-menu-inner .da-menu-contact ul li .sub-menu {
  width: 100%;
  min-width: auto;
  padding: 0;
  margin-bottom: 10px;
  position: static;
  top: auto;
  display: none;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.header-2 .da-mobile-menu .da-menu-inner .da-menu-contact ul li .sub-menu li a {
  margin-bottom: 0;
  padding-left: 15px;
  padding-right: 0px;
  text-transform: capitalize;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  border-radius: 0;
}
.header-2 .da-mobile-menu .da-menu-inner .da-menu-contact ul li .sub-menu li .sub-menu li a {
  font-weight: 400;
  padding-left: 30px;
  font-size: 14px;
  color: #969ba1;
}
.header-2 .da-mobile-menu .da-menu-inner .header-res-social {
  margin-top: 30px;
}
.header-2 .da-mobile-menu .da-menu-inner .header-res-social ul {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header-2 .da-mobile-menu .da-menu-inner .header-res-social ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #1c2023;
  border-radius: 10px;
}
.header-2 .da-mobile-menu .da-menu-inner .header-res-social ul li:hover {
  background-color: #fe458a;
}
.header-2 .da-mobile-menu .da-menu-inner .header-res-social ul li a i {
  color: #fff;
}
.header-2 .da-mobile-menu.da-menu-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .header-2 .da-inner-menu-desk .da-main-menu ul li {
    margin-right: 40px;
  }
  .header-2 .da-inner-menu-desk .da-logo img {
    width: 110px;
  }
}
@media screen and (max-width: 1199px) {
  .header-2 .da-inner-menu-desk .da-logo img {
    width: 100px;
  }
  .header-2 .da-inner-menu-desk .da-main-menu ul li {
    margin-right: 30px;
  }
  .header-2 .da-inner-menu-desk .da-main-menu ul .da-sub-menu {
    min-width: 165px;
  }
}
@media screen and (max-width: 991px) {
  .header-2 .da-header {
    height: 60px;
  }
  .header-2 .da-inner-menu-desk {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header-2 .da-inner-menu-desk .da-logo img {
    width: 85px;
  }
  .header-2 .da-inner-menu-desk .da-main-menu {
    display: none;
  }
  .header-2 .da-inner-menu-desk .da-header-toggles {
    border: 0;
  }
  .header-2 .da-inner-menu-desk .da-header-toggles .navbar-toggler {
    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;
  }
  .header-2 .da-inner-menu-desk .da-header-toggles a.da-toggle {
    width: 35px;
    height: 35px;
    margin-left: 10px;
    border: 0;
  }
  .header-2 .da-heading-res {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .header-2 .da-inner-menu-desk .da-logo img {
    width: 80px;
  }
}
/* Footer */
.da-footer {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
}
.da-footer .footer-container {
  border-top: 1px solid #eff0f5;
}
.da-footer .footer-top .da-footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.da-footer .footer-top .da-footer-company .da-app-store {
  margin: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.da-footer .footer-top .da-footer-widget .da-footer-logo {
  max-width: 144px;
  margin-bottom: 30px;
  display: none;
}
.da-footer .footer-top .da-footer-widget .da-footer-dark-logo {
  max-width: 144px;
  margin-bottom: 30px;
}
.da-footer .footer-top .da-footer-widget .da-footer-detail {
  max-width: 400px;
  margin-bottom: 30px;
  padding: 0;
  font-size: 14px;
  line-height: 27px;
  font-weight: 300;
  color: #969ba1;
  display: inline-block;
  position: relative;
}
.da-footer .footer-top .da-footer-widget .app-img img {
  max-width: 140px;
  margin: 7px;
  border-radius: 30px;
}
.da-footer .footer-top .da-footer-widget .da-footer-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #3d4750;
  letter-spacing: 0;
  position: relative;
  display: block;
  width: 100%;
  text-transform: capitalize;
}
.da-footer .footer-top .da-footer-widget .s-head {
  display: none;
}
.da-footer .footer-top .da-footer-widget .da-footer-links ul {
  margin-bottom: 0;
  padding: 0;
}
.da-footer .footer-top .da-footer-widget .da-footer-links i {
  line-height: 0;
  font-size: 18px;
}
.da-footer .footer-top .da-footer-widget .da-footer-links .da-footer-link {
  display: block;
  margin: 0;
  line-height: 1.5;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #3d4750;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-footer .footer-top .da-footer-widget .da-footer-links .da-footer-link:not(:last-child) {
  margin-bottom: 16px;
}
.da-footer .footer-top .da-footer-widget .da-footer-links .da-footer-link a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  color: #969ba1;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  word-break: break-all;
  letter-spacing: 0;
  font-weight: 300;
}
.da-footer .footer-top .da-footer-widget .da-footer-links .da-footer-link a:hover {
  color: #4c62e9;
  opacity: 1;
}
.da-footer .footer-top .da-footer-contact .da-footer-widget .da-footer-links li:first-child {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.da-footer .footer-top .da-footer-contact .da-footer-widget .da-footer-links li p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #969ba1;
}
.da-footer .footer-top .da-footer-contact .da-footer-widget .da-footer-links a {
  text-transform: unset;
}
.da-footer .footer-top .da-footer-contact .da-footer-widget .da-footer-links .da-footer-link span {
  width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-footer .footer-top .da-footer-contact .da-footer-widget .da-footer-links .da-footer-link .mt-15px {
  margin-top: 15px;
}
.da-footer .footer-top .da-footer-social {
  margin-bottom: 0;
}
.da-footer .footer-top .da-footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.da-footer .footer-top .da-footer-social .da-footer-widget .da-footer-links .da-footer-link {
  padding-right: 5px;
}
.da-footer .footer-top .da-footer-social .da-footer-widget .da-footer-links .da-footer-link:not(:last-child) {
  margin-bottom: 0;
}
.da-footer .footer-top .da-footer-social .da-footer-widget .da-footer-links .da-footer-link a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #4c62e9;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
}
.da-footer .footer-top .da-footer-social .da-footer-widget .da-footer-links .da-footer-link a:hover {
  background-color: #fa94e0;
}
.da-footer .footer-top .da-footer-social .da-footer-widget .da-footer-links .da-footer-link a i {
  font-size: 16px;
  color: #fff;
}

.da-footer-contact {
  margin-bottom: 30px;
}

.footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #eff0f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
}
.footer-bottom .da-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-bottom .da-copy {
  color: #969ba1;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
}
.footer-bottom .da-copy a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  color: #4c62e9;
}
.footer-bottom .da-copy .site-name:hover {
  color: #fa94e0;
}

.da-heading-res {
  display: none;
}

/* Responsive footer css */
@media only screen and (max-width: 1399px) {
  .da-footer .footer-top .da-footer-widget .da-footer-dark-logo {
    width: 110px;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-links li p {
    font-size: 15px;
  }
  .da-footer .footer-top .da-footer-widget .app-img img {
    max-width: 120px;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-detail {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-footer .footer-top .da-footer-widget .da-footer-dark-logo {
    width: 100px;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-links .da-footer-link a {
    font-size: 14px;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-links li p {
    font-size: 14px;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-detail {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .da-footer .footer-top .da-footer-widget .da-footer-dropdown {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .da-footer .footer-top .da-footer-company {
    margin-bottom: 24px;
  }
  .da-footer .footer-top .container > .row {
    padding: 0;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-dark-logo {
    width: 85px;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-links ul {
    margin-bottom: 15px;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-links .da-footer-link:not(:last-child) {
    margin-bottom: 15px;
  }
  .da-footer .footer-top .col-sm-12.col-lg-3 {
    width: 100%;
    margin-bottom: 0;
  }
  .da-footer .footer-top .da-footer-contact .da-footer-widget .da-footer-heading {
    margin-bottom: 15px;
  }
  .da-footer-contact {
    margin-bottom: 0;
  }
  .footer-news-title {
    font-size: 20px;
  }
  .da-subscribe-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
  }
  .da-heading-res {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
  }
  .da-footer-links.da-footer-dropdown {
    display: none;
    padding: 0 0 20px 0;
  }
  .footer-bottom-copy {
    text-align: center;
  }
  .footer-bottom {
    padding: 15px 0;
  }
  .footer-bottom .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .footer-bottom .da-bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-footer .footer-top .da-footer-widget .s-head {
    display: block;
  }
  .da-footer .footer-top .da-footer-widget .da-footer-heading {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px solid #eff0f5;
  }
  .m-minus-991 {
    margin-bottom: -15px;
  }
}
@media (max-width: 767px) {
  .da-footer .footer-top .da-footer-widget .da-footer-logo, .da-footer .footer-top .da-footer-widget .da-footer-dark-logo {
    width: 80px;
  }
}
/* Footer 2 */
.da-footer-2 {
  color: #fff;
  background: #fefefe;
  position: relative;
  overflow: hidden;
}
.da-footer-2 .sw-js-blob-svg {
  width: 1000px;
  height: 1000px;
  position: absolute;
  right: -430px;
  top: -400px;
  -webkit-transform: rotate(47deg);
  transform: rotate(47deg);
  z-index: 1;
  border-radius: 50%;
}
.da-footer-2 .sw-js-blob-svg path {
  fill: #f8f8f8;
}
.da-footer-2 .sw-js-blob-svg-2 {
  width: 800px;
  height: 800px;
  position: absolute;
  left: -300px;
  top: -300px;
  z-index: 1;
  border-radius: 50%;
}
.da-footer-2 .sw-js-blob-svg-2 path {
  fill: #f8f8f8;
}
.da-footer-2 .footer-container {
  border-top: 1px solid #eff0f5;
}
.da-footer-2 .footer-top {
  position: relative;
  z-index: 9;
}
.da-footer-2 .footer-top .da-footer-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.da-footer-2 .footer-top .da-footer-company .da-app-store {
  margin: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.da-footer-2 .footer-top .da-footer-widget .da-footer-logo {
  max-width: 144px;
  margin-bottom: 30px;
  display: none;
}
.da-footer-2 .footer-top .da-footer-widget .da-footer-dark-logo {
  max-width: 144px;
  margin-bottom: 30px;
}
.da-footer-2 .footer-top .da-footer-widget .da-footer-detail {
  max-width: 400px;
  margin-bottom: 30px;
  padding: 0;
  font-size: 14px;
  line-height: 27px;
  font-weight: 300;
  color: #969ba1;
  display: inline-block;
  position: relative;
}
.da-footer-2 .footer-top .da-footer-widget .app-img img {
  max-width: 140px;
  margin: 7px;
  border-radius: 30px;
}
.da-footer-2 .footer-top .da-footer-widget .da-footer-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #3d4750;
  letter-spacing: 0;
  position: relative;
  display: block;
  width: 100%;
  text-transform: capitalize;
}
.da-footer-2 .footer-top .da-footer-widget .s-head {
  display: none;
}
.da-footer-2 .footer-top .da-footer-widget .da-footer-links ul {
  margin-bottom: 0;
  padding: 0;
}
.da-footer-2 .footer-top .da-footer-widget .da-footer-links i {
  line-height: 0;
  font-size: 18px;
}
.da-footer-2 .footer-top .da-footer-widget .da-footer-links .da-footer-link {
  display: block;
  margin: 0;
  line-height: 1.5;
  border: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
  color: #3d4750;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-footer-2 .footer-top .da-footer-widget .da-footer-links .da-footer-link:not(:last-child) {
  margin-bottom: 16px;
}
.da-footer-2 .footer-top .da-footer-widget .da-footer-links .da-footer-link a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  line-height: 20px;
  padding: 0;
  color: #969ba1;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  word-break: break-all;
  letter-spacing: 0;
  font-weight: 300;
}
.da-footer-2 .footer-top .da-footer-widget .da-footer-links .da-footer-link a:hover {
  color: #4c62e9;
  opacity: 1;
}
.da-footer-2 .footer-top .da-footer-contact .da-footer-widget .da-footer-links li:first-child {
  -webkit-box-align: self-start;
      -ms-flex-align: self-start;
          align-items: self-start;
}
.da-footer-2 .footer-top .da-footer-contact .da-footer-widget .da-footer-links li p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #969ba1;
}
.da-footer-2 .footer-top .da-footer-contact .da-footer-widget .da-footer-links a {
  text-transform: unset;
}
.da-footer-2 .footer-top .da-footer-contact .da-footer-widget .da-footer-links .da-footer-link span {
  width: 25px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-footer-2 .footer-top .da-footer-contact .da-footer-widget .da-footer-links .da-footer-link .mt-15px {
  margin-top: 15px;
}
.da-footer-2 .footer-top .da-footer-social {
  margin-bottom: 0;
}
.da-footer-2 .footer-top .da-footer-social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.da-footer-2 .footer-top .da-footer-social .da-footer-widget .da-footer-links .da-footer-link {
  padding-right: 5px;
}
.da-footer-2 .footer-top .da-footer-social .da-footer-widget .da-footer-links .da-footer-link:not(:last-child) {
  margin-bottom: 0;
}
.da-footer-2 .footer-top .da-footer-social .da-footer-widget .da-footer-links .da-footer-link a {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #4c62e9;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
}
.da-footer-2 .footer-top .da-footer-social .da-footer-widget .da-footer-links .da-footer-link a:hover {
  background-color: #fa94e0;
}
.da-footer-2 .footer-top .da-footer-social .da-footer-widget .da-footer-links .da-footer-link a i {
  font-size: 16px;
  color: #fff;
}
.da-footer-2 .footer-bottom {
  padding: 15px 0;
  border-top: 1px solid #eff0f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  position: relative;
  z-index: 9;
}
.da-footer-2 .footer-bottom .footer-bottom-copy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-footer-2 .footer-bottom .footer-bottom-copy .payment img {
  width: 100%;
}
.da-footer-2 .footer-bottom .da-bottom-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.da-footer-2 .footer-bottom .da-copy {
  color: #969ba1;
  font-size: 13px;
  letter-spacing: 1px;
  text-align: center;
  font-weight: 400;
}
.da-footer-2 .footer-bottom .da-copy a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-weight: 500;
  color: #4c62e9;
}
.da-footer-2 .footer-bottom .da-copy .site-name:hover {
  color: #fa94e0;
}
.da-footer-2 .da-footer-contact {
  margin-bottom: 30px;
}
.da-footer-2 .footer-copy {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-footer-2 .da-heading-res {
  display: none;
}

/* Responsive footer css */
@media only screen and (max-width: 1399px) {
  .da-footer-2 .footer-top .da-footer-widget .da-footer-dark-logo {
    width: 110px;
  }
  .da-footer-2 .footer-top .da-footer-widget .da-footer-links li p {
    font-size: 15px;
  }
  .da-footer-2 .footer-top .da-footer-widget .app-img img {
    max-width: 120px;
  }
  .da-footer-2 .footer-top .da-footer-widget .da-footer-detail {
    font-size: 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-footer-2 .footer-top .da-footer-widget .da-footer-dark-logo {
    width: 100px;
  }
  .da-footer-2 .footer-top .da-footer-widget .da-footer-links .da-footer-link a {
    font-size: 14px;
  }
  .da-footer-2 .footer-top .da-footer-widget .da-footer-links li p {
    font-size: 14px;
  }
  .da-footer-2 .footer-top .da-footer-widget .da-footer-detail {
    font-size: 14px;
  }
}
@media only screen and (min-width: 992px) {
  .da-footer-2 .footer-top .da-footer-widget .da-footer-dropdown {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .da-footer-2 .sw-js-blob-svg {
    width: 800px;
    height: 800px;
    right: -352px;
    top: -127px;
  }
  .da-footer-2 .footer-top .da-footer-company {
    margin-bottom: 24px;
  }
  .da-footer-2 .footer-top .container > .row {
    padding: 0;
  }
  .da-footer-2 .footer-top .da-footer-widget .da-footer-dark-logo {
    width: 85px;
  }
  .da-footer-2 .footer-top .da-footer-widget .da-footer-links ul {
    margin-bottom: 15px;
  }
  .da-footer-2 .footer-top .da-footer-widget .da-footer-links .da-footer-link:not(:last-child) {
    margin-bottom: 15px;
  }
  .da-footer-2 .footer-top .col-sm-12.col-lg-3 {
    width: 100%;
    margin-bottom: 0;
  }
  .da-footer-2 .footer-top .da-footer-contact .da-footer-widget .da-footer-heading {
    margin-bottom: 15px;
  }
  .da-footer-2 .da-footer-contact {
    margin-bottom: 0;
  }
  .da-footer-2 .footer-news-title {
    font-size: 20px;
  }
  .da-footer-2 .da-subscribe-form {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
  }
  .da-footer-2 .da-heading-res {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: block;
    text-align: right;
  }
  .da-footer-2 .da-footer-links.da-footer-dropdown {
    display: none;
    padding: 0 0 20px 0;
  }
  .da-footer-2 .footer-bottom {
    padding: 15px 0;
  }
  .da-footer-2 .footer-bottom .col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .da-footer-2 .footer-bottom .da-bottom-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-footer-2 .footer-bottom .footer-bottom-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-footer-2 .footer-bottom .footer-bottom-copy .payment {
    margin-top: 15px;
  }
  .da-footer-2 .footer-top .da-footer-widget .s-head {
    display: block;
  }
  .da-footer-2 .footer-top .da-footer-widget .da-footer-heading {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px solid #eff0f5;
  }
  .m-minus-991 {
    margin-bottom: -15px;
  }
}
@media (max-width: 767px) {
  .da-footer-2 .sw-js-blob-svg, .da-footer-2 .sw-js-blob-svg-2 {
    display: none;
  }
  .da-footer-2 .footer-top .da-footer-widget .da-footer-logo, .da-footer-2 .footer-top .da-footer-widget .da-footer-dark-logo {
    width: 80px;
  }
}
/* Cart Sidebar */
.da-side-cart-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 17;
}
.da-side-cart-overlay .title {
  width: calc(100% - 350px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-side-cart-overlay .title h2 {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-left: 100px;
  padding-top: 100px;
  font-size: 180px;
  font-weight: 800;
  line-height: 200px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-shadow: 1px 1px #3d4750, -1px 1px #3d4750, 1px -1px #3d4750, -1px -1px #3d4750;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.da-side-cart-overlay.active .title h2 {
  padding-top: 0 !important;
  opacity: 0.5;
}

.da-open-cart {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important;
}

.da-side-cart {
  width: 400px;
  height: calc(100% - 30px);
  margin: 15px 0 15px 15px;
  padding: 15px 20px 0 20px;
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 17;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: auto;
  opacity: 0;
  border-radius: 20px 0 0 20px;
  border: 1px solid #eff0f5;
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
}
.da-side-cart::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.da-side-cart::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.da-side-cart::-webkit-scrollbar-thumb {
  background-color: #3d4750;
  border-radius: 20px;
}
.da-side-cart:hover .da-cart-close {
  height: 25px !important;
}
.da-side-cart .h-full {
  height: 100%;
}
.da-side-cart .da-inner-cart {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-side-cart .da-inner-cart .da-bottom-cart .cart-sub-total {
  margin: 20px 0 0 0px;
  padding-top: 0;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #eff0f5;
}
.da-side-cart .da-inner-cart .da-bottom-cart .cart-sub-total table {
  margin: 10px 0 0 0;
}
.da-side-cart .da-inner-cart .da-bottom-cart .cart-sub-total table td {
  border: 0;
  color: #969ba1;
}
.da-side-cart .da-inner-cart .da-bottom-cart .cart-sub-total table td.price {
  text-align: right;
}
.da-side-cart .da-inner-cart .da-bottom-cart .cart-sub-total table .title {
  font-weight: 500;
}
.da-side-cart .da-inner-cart .da-bottom-cart .cart-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.da-side-cart .da-inner-cart .da-bottom-cart .cart-btn a {
  padding: 5px 15px;
}
.da-side-cart .da-top-contact .da-cart-title {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-side-cart .da-top-contact .da-cart-title h4 {
  font-size: 18px;
  font-weight: 800;
  color: #3d4750;
}
.da-side-cart .da-top-contact .da-cart-title .da-cart-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 0;
  border: 0;
  background-color: rgba(224, 78, 78, 0.7);
  border-radius: 10px;
  cursor: pointer;
}
.da-side-cart .da-top-contact .da-cart-title .da-cart-close:hover {
  background-color: rgb(224, 78, 78);
}
.da-side-cart .da-top-contact .da-cart-title .da-cart-close:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.da-side-cart .cart-related {
  overflow: auto;
}
.da-side-cart .cart-related::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.da-side-cart .cart-related::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.da-side-cart .cart-related::-webkit-scrollbar-thumb {
  background-color: #3d4750;
  border-radius: 20px;
}
.da-side-cart .da-border-right {
  padding-right: 24px;
  border-right: 1px solid #eee;
}
.da-side-cart .da-cart-box.item {
  height: 100%;
}
.da-side-cart .da-cart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.da-side-cart .da-cart-box ul.da-cart-items {
  padding: 0;
  margin-bottom: -24px;
}
.da-side-cart .da-cart-box ul.da-cart-items li {
  margin-bottom: 24px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: linear-gradient(#fff, #f8f8fb);
  border-radius: 20px;
  border: 1px solid #eee;
  position: relative;
}
.da-side-cart .da-cart-box ul.da-cart-items li:hover .cart-remove-item {
  opacity: 1;
}
.da-side-cart .da-cart-box ul.da-cart-items li .cart-remove-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #3d4750;
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-pro-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-pro-img img {
  width: 70px;
  border-radius: 15px;
  border: 1px solid #eee;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-contact {
  width: calc(100% - 70px);
  padding-left: 15px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-contact .da-cart-sub-title {
  width: 100%;
  margin-bottom: 8px;
  text-decoration: none;
  color: #3d4750;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-contact span.cart-price {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-contact span.cart-price span.new-price {
  margin-right: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #777;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-contact span.cart-price span.old-price {
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
  text-decoration: line-through;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-contact .qty-plus-minus {
  height: 28px;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-contact .qty-plus-minus {
  width: 85px;
  height: 30px;
  padding: 7px 0;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 10px;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-contact .qty-plus-minus .da-qtybtn {
  width: 30px;
  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;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #777;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.da-side-cart .da-cart-box ul.da-cart-items li .da-cart-contact .qty-plus-minus .qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #777;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .da-side-cart-overlay .title h2 {
    font-size: 150px;
    line-height: 170px;
  }
}
@media screen and (max-width: 1299px) {
  .da-side-cart-overlay .title h2 {
    font-size: 130px;
    line-height: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .da-side-cart-overlay .title h2 {
    font-size: 100px;
    line-height: 120px;
  }
}
@media screen and (max-width: 991px) {
  .da-side-cart-overlay .title h2 {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .da-side-cart {
    width: 300px;
  }
  .da-side-cart .da-cart-box ul.da-cart-items li {
    padding: 10px;
  }
  .da-side-cart .da-cart-box ul.da-cart-items li .da-cart-pro-img {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .da-side-cart .da-cart-box ul.da-cart-items li .da-cart-pro-img img {
    width: 50px;
  }
}
/* search Sidebar */
.da-side-search-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  z-index: 17;
}
.da-side-search-overlay .title {
  width: calc(100% - 350px);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-side-search-overlay .title h2 {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-left: 100px;
  padding-top: 100px;
  font-size: 180px;
  font-weight: 800;
  line-height: 200px;
  opacity: 0;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-shadow: 1px 1px #3d4750, -1px 1px #3d4750, 1px -1px #3d4750, -1px -1px #3d4750;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.da-side-search-overlay.active .title h2 {
  padding-top: 0 !important;
  opacity: 0.5;
}

.da-open-search {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important;
}

.da-side-search {
  width: 400px;
  height: calc(100% - 30px);
  margin: 15px 0 15px 15px;
  padding: 15px 20px 0 20px;
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 17;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: auto;
  opacity: 0;
  border-radius: 20px 0 0 20px;
  border: 1px solid #eff0f5;
  -webkit-box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 30px 0 rgba(0, 0, 0, 0.1);
}
.da-side-search::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.da-side-search::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.da-side-search::-webkit-scrollbar-thumb {
  background-color: #3d4750;
  border-radius: 20px;
}
.da-side-search:hover .da-search-close {
  height: 25px !important;
}
.da-side-search .h-full {
  height: 100%;
}
.da-side-search .da-inner-search {
  position: relative;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-side-search .da-inner-search .da-bottom-search .search-sub-total {
  margin: 20px 0 0 0px;
  padding-top: 0;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #eff0f5;
}
.da-side-search .da-inner-search .da-bottom-search .search-sub-total table {
  margin: 10px 0 0 0;
}
.da-side-search .da-inner-search .da-bottom-search .search-sub-total table td {
  border: 0;
  color: #969ba1;
}
.da-side-search .da-inner-search .da-bottom-search .search-sub-total table td.price {
  text-align: right;
}
.da-side-search .da-inner-search .da-bottom-search .search-sub-total table .title {
  font-weight: 500;
}
.da-side-search .da-inner-search .da-bottom-search .search-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.da-side-search .da-inner-search .da-bottom-search .search-btn a {
  padding: 5px 15px;
}
.da-side-search .da-top-contact .da-search-title {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-side-search .da-top-contact .da-search-title h4 {
  font-size: 18px;
  font-weight: 800;
  color: #3d4750;
}
.da-side-search .da-top-contact .da-search-title .da-search-close {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 16px;
  height: 20px;
  position: absolute;
  top: -20px;
  right: 0;
  border: 0;
  background-color: rgba(224, 78, 78, 0.7);
  border-radius: 10px;
  cursor: pointer;
}
.da-side-search .da-top-contact .da-search-title .da-search-close:hover {
  background-color: rgb(224, 78, 78);
}
.da-side-search .da-top-contact .da-search-title .da-search-close:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 3px;
  left: 3px;
  border: 2px solid #fff;
  border-radius: 50%;
}
.da-side-search .search-related {
  overflow: auto;
}
.da-side-search .search-related::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  padding: 5px;
}
.da-side-search .search-related::-webkit-scrollbar-track {
  width: 8px;
  background-color: #eff0f5;
  -webkit-box-shadow: inset 0 0 0px #000;
}
.da-side-search .search-related::-webkit-scrollbar-thumb {
  background-color: #3d4750;
  border-radius: 20px;
}
.da-side-search .da-border-right {
  padding-right: 24px;
  border-right: 1px solid #eee;
}
.da-side-search .da-search-box.item {
  height: 100%;
}
.da-side-search .da-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.da-side-search .da-search-box ul.da-search-items {
  padding: 0;
  margin-bottom: -24px;
}
.da-side-search .da-search-box ul.da-search-items li {
  margin-bottom: 24px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: linear-gradient(#fff, #f8f8fb);
  border-radius: 20px;
  border: 1px solid #eee;
  position: relative;
}
.da-side-search .da-search-box ul.da-search-items li:hover .search-remove-item {
  opacity: 1;
}
.da-side-search .da-search-box ul.da-search-items li .search-remove-item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #3d4750;
  width: 20px;
  height: 20px;
  color: #fff;
  position: absolute;
  top: -5px;
  right: -5px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.5;
}
.da-side-search .da-search-box ul.da-search-items li .da-search-pro-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-side-search .da-search-box ul.da-search-items li .da-search-pro-img img {
  width: 50px;
  border-radius: 15px;
  border: 1px solid #eee;
}
.da-side-search .da-search-box ul.da-search-items li .da-search-contact {
  width: calc(100% - 50px);
  padding-left: 15px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
.da-side-search .da-search-box ul.da-search-items li .da-search-contact .da-search-sub-title {
  width: 100%;
  margin-bottom: 8px;
  text-decoration: none;
  color: #3d4750;
  display: block;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
}
.da-side-search .da-search-box ul.da-search-items li .da-search-contact span.search-price {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  display: block;
}
.da-side-search .da-search-box ul.da-search-items li .da-search-contact span.search-price span.new-price {
  margin-right: 5px;
  font-size: 15px;
  font-weight: 600;
  color: #777;
}
.da-side-search .da-search-box ul.da-search-items li .da-search-contact span.search-price span.old-price {
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
  text-decoration: line-through;
}
.da-side-search .da-search-box ul.da-search-items li .da-search-contact .qty-plus-minus {
  height: 28px;
}
.da-side-search .da-search-box ul.da-search-items li .da-search-contact .qty-plus-minus {
  width: 85px;
  height: 30px;
  padding: 7px 0;
  border: 1px solid #eee;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #fff;
  border-radius: 10px;
}
.da-side-search .da-search-box ul.da-search-items li .da-search-contact .qty-plus-minus .da-qtybtn {
  width: 30px;
  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;
  height: 100%;
  cursor: pointer;
  font-size: 20px;
  color: #777;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.da-side-search .da-search-box ul.da-search-items li .da-search-contact .qty-plus-minus .qty-input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #777;
  float: left;
  font-size: 14px;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 32px;
  outline: none;
  font-weight: 400;
  line-height: 35px;
}
.da-side-search .da-search-box ul.da-search-items li.search {
  padding: 0;
  border: 2px solid #3d4750;
}
.da-side-search .da-search-box ul.da-search-items li.search input {
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 0;
  border-radius: 30px;
}
.da-side-search .da-search-box ul.da-search-items li.search input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.da-side-search .da-search-box ul.da-search-items li.search a {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.da-side-search .da-search-box ul.da-search-items li.search a i.ri-search-line {
  color: #3d4750;
  font-size: 20px;
}
.da-side-search .da-search-box ul.da-search-items li.search a:hover i {
  color: #4c62e9;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .da-side-search-overlay .title h2 {
    font-size: 150px;
    line-height: 170px;
  }
}
@media screen and (max-width: 1299px) {
  .da-side-search-overlay .title h2 {
    font-size: 130px;
    line-height: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .da-side-search-overlay .title h2 {
    font-size: 100px;
    line-height: 120px;
  }
}
@media screen and (max-width: 991px) {
  .da-side-search-overlay .title h2 {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .da-side-search {
    width: 300px;
  }
  .da-side-search .da-search-box ul.da-search-items li {
    padding: 10px;
  }
  .da-side-search .da-search-box ul.da-search-items li .da-search-pro-img {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
  .da-side-search .da-search-box ul.da-search-items li .da-search-pro-img img {
    width: 50px;
  }
  .da-side-search .da-search-box ul.da-search-items li .da-search-contact .da-search-sub-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
/* Layouts ( Import Layouts ) */
/* Hero section css */
.da-hero {
  padding-top: 70px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background-image: linear-gradient(#fff, #f8f8fb);
  position: relative;
  overflow: hidden;
}
.da-hero:before {
  content: "";
  width: 300px;
  height: 300px;
  position: absolute;
  top: -150px;
  left: -150px;
  background-color: #f1f2f6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.da-hero:after {
  content: "";
  width: 1500px;
  height: 1500px;
  position: absolute;
  right: -805px;
  bottom: -800px;
  background-color: #f1f2f6;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
.da-hero .shapes .shape-1 {
  position: absolute;
  top: 15%;
  left: 20%;
}
.da-hero .shapes .shape-2 {
  position: absolute;
  bottom: 7%;
  right: 3%;
  z-index: 5;
}
.da-hero .shapes .shape-3 {
  position: absolute;
  bottom: 20%;
  left: -1%;
  -webkit-animation: da-rotate 10s linear infinite;
          animation: da-rotate 10s linear infinite;
}
.da-hero .shapes .shape-4 {
  position: absolute;
  top: 5%;
  right: 12%;
  z-index: 5;
  -webkit-animation: da-rotate 15s linear infinite;
          animation: da-rotate 15s linear infinite;
}
.da-hero .shapes .shape-5 {
  position: absolute;
  bottom: 1%;
  left: 40%;
  z-index: 5;
}
.da-hero .da-hero-detail {
  height: 800px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
.da-hero .da-hero-detail h3 {
  font-size: 20px;
  font-weight: 400;
  color: #4c62e9;
}
.da-hero .da-hero-detail h1 {
  margin: 10px 0 15px 0;
  font-size: 45px;
  font-weight: 700;
  color: #3d4750;
}
.da-hero .da-hero-detail h1 span {
  color: #0056b3;
}
.da-hero .da-hero-detail p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  color: #0f3761;
}
.da-hero .da-hero-img {
  height: 800px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
.da-hero .da-hero-img:after {
  content: "";
  width: 650px;
  height: 650px;
  margin: auto;
  position: absolute;
  left: -25px;
  right: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  z-index: -1;
  border-radius: 50%;
  border: 1px solid #eff0f5;
}
.da-hero .da-hero-img .da-growth-numbers.card-1 {
  position: absolute;
  top: 200px;
  left: 0;
  -webkit-box-shadow: 0 6px 22px 0px rgba(84, 100, 229, 0.2);
          box-shadow: 0 6px 22px 0px rgba(84, 100, 229, 0.2);
  -webkit-animation: da-UpDown 5s linear infinite;
          animation: da-UpDown 5s linear infinite;
}

.da-hero .da-hero-img .da-growth-numbers.card-2 {
  position: absolute;
  bottom: 150px;
  right: 0;
  -webkit-box-shadow: 0 6px 22px 0px rgba(84, 100, 229, 0.2);
          box-shadow: 0 6px 22px 0px rgba(84, 100, 229, 0.2);
  -webkit-animation: da-UpDown 3s linear infinite;
          animation: da-UpDown 3s linear infinite;
}
.da-hero .da-growth-numbers {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border: 1px solid #4c62e9;
  border-radius: 30px;
}
.da-hero .da-growth-numbers .svg-img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.da-hero .da-growth-numbers .svg-img path {
  fill: #fa94e0;
}
.da-hero .da-growth-numbers .da-numbers h2 {
  margin: 0;
  font-weight: 700;
  color: #3d4750;
  font-size: 28px;
}
.da-hero .da-growth-numbers .da-numbers p {
  margin: 0;
  color: #969ba1;
  font-weight: 400;
}

/* Responsive Hero css */
@media only screen and (max-width: 1399px) {
  .da-hero:after {
    right: -950px;
  }
  .da-hero .da-hero-img:after {
    width: 500px;
    height: 500px;
  }
  .da-hero .da-hero-detail h1 {
    font-size: 43px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-hero:after {
    right: -1000px;
  }
  .da-hero .da-hero-img:after {
    width: 450px;
    height: 450px;
  }
  .da-hero .da-hero-img img {
    max-width: 450px;
  }
  .da-hero .da-hero-detail h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .da-hero {
    padding: 120px 0 50px 0;
  }
  .da-hero .shapes .shape-1 {
    top: 10%;
  }
  .da-hero .shapes .shape-2, .da-hero .shapes .shape-3, .da-hero .shapes .shape-5 {
    opacity: 0.5;
  }
  .da-hero .da-hero-img, .da-hero .da-hero-detail {
    height: auto;
    padding: 50px 0;
  }
  .da-hero .da-hero-img .da-growth-numbers.card-1 {
    top: 50px;
  }
  .da-hero .da-hero-img .da-growth-numbers.card-2 {
    bottom: 50px;
  }
  .da-hero .da-hero-detail {
    max-width: 600px;
    margin: auto;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .da-hero .da-hero-detail h1 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .da-hero:after {
    width: 900px;
    height: 900px;
    right: -500px;
    bottom: -500px;
  }
  .da-hero .da-hero-detail h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .da-hero:after {
    width: 900px;
    height: 900px;
    right: -500px;
    bottom: -500px;
  }
  .da-hero .shapes .shape-1, .da-hero .shapes .shape-2, .da-hero .shapes .shape-3, .da-hero .shapes .shape-4, .da-hero .shapes .shape-5 {
    display: none;
  }
  .da-hero .da-hero-detail h1 {
    font-size: 30px;
  }
  .da-hero .da-hero-detail p {
    font-size: 14px;
    line-height: 24px;
  }
  .da-hero .da-growth-numbers {
    padding: 10px;
  }
  .da-hero .da-growth-numbers .da-numbers h2 {
    font-size: 20px;
  }
  .da-hero .da-growth-numbers .da-numbers p {
    font-size: 14px;
  }
  .da-hero .da-growth-numbers .svg-img {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .da-hero:after {
    width: 600px;
    height: 600px;
    right: -300px;
    bottom: -300px;
  }
  .da-hero .da-hero-detail h1 {
    font-size: 24px;
  }
  .da-hero .da-hero-detail h3 {
    font-size: 18px;
  }
  .da-hero .da-hero-img:after {
    display: none;
  }
  .da-hero .da-hero-img img {
    max-width: 100%;
  }
  .da-hero .da-hero-img .da-growth-numbers.card-1 {
    top: 0;
  }
  .da-hero .da-hero-img .da-growth-numbers.card-2 {
    bottom: 0;
  }
}
/* Hero section css */
.da-hero-2 {
  padding-top: 90px;
  position: relative;
  overflow: hidden;
}
.da-hero-2 .shapes .shape-7 {
  width: 70px;
  position: absolute;
  bottom: 7%;
  right: 3%;
  z-index: 5;
  opacity: 0.5;
}
.da-hero-2 .shapes .shape-6 {
  width: 70px;
  position: absolute;
  bottom: 20%;
  left: -1%;
  opacity: 0.5;
  -webkit-animation: da-rotate 10s linear infinite;
          animation: da-rotate 10s linear infinite;
}
.da-hero-2 .shapes .shape-8 {
  width: 70px;
  position: absolute;
  top: 12%;
  right: 12%;
  z-index: 5;
  opacity: 0.5;
  -webkit-animation: da-rotate 15s linear infinite;
          animation: da-rotate 15s linear infinite;
}
.da-hero-2 .shapes .shape-5 {
  position: absolute;
  bottom: 1%;
  left: 40%;
  z-index: 5;
  opacity: 0.5;
}
.da-hero-2 .sw-js-blob-svg {
  width: 1500px;
  height: 1500px;
  position: absolute;
  right: -430px;
  bottom: -400px;
  -webkit-transform: rotate(47deg);
          transform: rotate(47deg);
  z-index: 1;
  border-radius: 50%;
}
.da-hero-2 .sw-js-blob-svg path {
  fill: #ecf2fe;
}
.da-hero-2 .sw-js-blob-svg-2 {
  width: 800px;
  height: 800px;
  position: absolute;
  left: -300px;
  top: -300px;
  z-index: 1;
  border-radius: 50%;
}
.da-hero-2 .sw-js-blob-svg-2 path {
  fill: #ecf2fe;
}
.da-hero-2 .da-hero-detail {
  height: 800px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
.da-hero-2 .da-hero-detail h3 {
  font-size: 20px;
  font-weight: 400;
  color: #fe458a;
}
.da-hero-2 .da-hero-detail h1 {
  margin: 10px 0 15px 0;
  font-size: 45px;
  font-weight: 700;
  color: #3d4750;
}
.da-hero-2 .da-hero-detail h1 span {
  color: #3232f7;
}
.da-hero-2 .da-hero-detail .achive {
  margin: 15px -10px -10px -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-hero-2 .da-hero-detail .achive .da-growth-numbers {
  margin: 10px;
  -webkit-box-shadow: 0 6px 10px 0px rgba(84, 100, 229, 0.2);
          box-shadow: 0 6px 10px 0px rgba(84, 100, 229, 0.2);
}
.da-hero-2 .da-hero-detail p {
  margin: 0;
  font-size: 15px;
  font-weight: 300;
  color: #969ba1;
}
.da-hero-2 .da-hero-img {
  height: 800px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 5;
}
.da-hero-2 .da-hero-img .da-growth-numbers.card-1 {
  position: absolute;
  top: 200px;
  left: 0;
  -webkit-box-shadow: 0 6px 22px 0px rgba(84, 100, 229, 0.2);
          box-shadow: 0 6px 22px 0px rgba(84, 100, 229, 0.2);
  -webkit-animation: da-UpDown 5s linear infinite;
          animation: da-UpDown 5s linear infinite;
}
.da-hero-2 .da-hero-img .da-growth-numbers.card-2 {
  position: absolute;
  bottom: 150px;
  right: 0;
  -webkit-box-shadow: 0 6px 22px 0px rgba(84, 100, 229, 0.2);
          box-shadow: 0 6px 22px 0px rgba(84, 100, 229, 0.2);
  -webkit-animation: da-UpDown 3s linear infinite;
          animation: da-UpDown 3s linear infinite;
}
.da-hero-2 .da-growth-numbers {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border: 1px solid #fe458a;
  border-radius: 30px;
}
.da-hero-2 .da-growth-numbers .svg-img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.da-hero-2 .da-growth-numbers .svg-img path {
  fill: #3232f7;
}
.da-hero-2 .da-growth-numbers .da-numbers h2 {
  margin: 0 0 5px 0;
  font-weight: 700;
  color: #3d4750;
  font-size: 22px;
  line-height: 22px;
}
.da-hero-2 .da-growth-numbers .da-numbers p {
  margin: 0;
  color: #969ba1;
  font-weight: 400;
  line-height: 16px;
}

/* Responsive Hero css */
@media only screen and (max-width: 1399px) {
  .da-hero-2:after {
    right: -950px;
  }
  .da-hero-2 .sw-js-blob-svg {
    right: -530px;
  }
  .da-hero-2 .sw-js-blob-svg-2 {
    left: -400px;
  }
  .da-hero-2 .da-hero-detail h1 {
    font-size: 43px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-hero-2:after {
    right: -1000px;
  }
  .da-hero-2 .sw-js-blob-svg {
    right: -690px;
    bottom: -325px;
    -webkit-transform: rotate(38deg);
            transform: rotate(38deg);
  }
  .da-hero-2 .da-hero-img img {
    max-width: 450px;
  }
  .da-hero-2 .da-hero-detail h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .da-hero-2 {
    padding: 120px 0 50px 0;
  }
  .da-hero-2 .da-hero-img, .da-hero-2 .da-hero-detail {
    height: auto;
    padding: 50px 0;
  }
  .da-hero-2 .sw-js-blob-svg {
    right: -450px;
    bottom: -515px;
  }
  .da-hero-2 .da-hero-img .da-growth-numbers.card-1 {
    top: 50px;
  }
  .da-hero-2 .da-hero-img .da-growth-numbers.card-2 {
    bottom: 50px;
  }
  .da-hero-2 .da-hero-detail {
    max-width: 600px;
    margin: auto;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .da-hero-2 .da-hero-detail h1 {
    font-size: 35px;
  }
  .da-hero-2 .da-hero-detail .da-numbers {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .da-hero-2:after {
    width: 900px;
    height: 900px;
    right: -500px;
    bottom: -500px;
  }
  .da-hero-2 .sw-js-blob-svg-2 {
    left: -500px;
  }
  .da-hero-2 .da-hero-detail h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .da-hero-2 {
    padding: 70px 0 50px 0;
  }
  .da-hero-2:after {
    width: 900px;
    height: 900px;
    right: -500px;
    bottom: -500px;
  }
  .da-hero-2 .da-hero-detail {
    padding: 50px 0;
  }
  .da-hero-2 .da-hero-img {
    padding: 0;
  }
  .da-hero-2 .sw-js-blob-svg {
    bottom: -615px;
  }
  .da-hero-2 .sw-js-blob-svg-2 {
    top: -390px;
  }
  .da-hero-2 .shapes {
    display: none;
  }
  .da-hero-2 .da-hero-detail h1 {
    font-size: 30px;
  }
  .da-hero-2 .da-hero-detail p {
    font-size: 14px;
    line-height: 24px;
  }
  .da-hero-2 .da-growth-numbers {
    padding: 10px;
  }
  .da-hero-2 .da-growth-numbers .da-numbers h2 {
    font-size: 20px;
  }
  .da-hero-2 .da-growth-numbers .da-numbers p {
    font-size: 14px;
  }
  .da-hero-2 .da-growth-numbers .svg-img {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 480px) {
  .da-hero-2:after {
    width: 600px;
    height: 600px;
    right: -300px;
    bottom: -300px;
  }
  .da-hero-2 .sw-js-blob-svg {
    bottom: -700px;
  }
  .da-hero-2 .da-growth-numbers .svg-img {
    width: 35px;
    height: 35px;
  }
  .da-hero-2 .da-hero-detail h1 {
    font-size: 24px;
  }
  .da-hero-2 .da-hero-detail h3 {
    font-size: 18px;
  }
  .da-hero-2 .da-hero-img img {
    max-width: 100%;
  }
  .da-hero-2 .da-hero-img .da-growth-numbers.card-1 {
    top: 0;
  }
  .da-hero-2 .da-hero-img .da-growth-numbers.card-2 {
    bottom: 0;
  }
}
/* About section css */
.da-about {
  position: relative;
  overflow: hidden;
}
.da-about:after {
  content: "";
  width: 150px;
  height: 250px;
  background-image: url("../img/elements/1.png");
  background-repeat: no-repeat;
  background-size: 150px;
  position: absolute;
  top: 300px;
  right: -50px;
  z-index: -1;
}
.da-about .da-about-img {
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-about .da-about-img:hover svg {
  -webkit-animation: da-rotate 5s linear infinite;
          animation: da-rotate 5s linear infinite;
}
.da-about .da-about-img:after {
  content: "";
  width: 400px;
  height: 180px;
  background-image: url("../img/about/1.png");
  position: absolute;
  bottom: 60px;
  left: -15px;
  z-index: -1;
}
.da-about .da-about-img .da-img {
  width: 100%;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.da-about .da-about-img .da-img img {
  width: 100%;
}
.da-about .da-about-img .img-1 {
  margin-top: -60px;
}
.da-about .da-about-img .img-2 {
  margin-top: 60px;
}
.da-about .da-about-img .da-rounded-circle {
  background-color: rgba(61, 71, 80, 0.9);
  width: 130px;
  height: 130px;
  border-radius: 50%;
  position: absolute;
  top: 50px;
  right: 100px;
  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;
}
.da-about .da-about-img .da-rounded-circle svg {
  fill: #fff;
}
.da-about .da-about-img .da-rounded-circle svg text {
  letter-spacing: 3px;
  font-weight: 300;
  font-size: 15px;
}
.da-about .da-about-img .da-rounded-circle .inner-contact {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
  font-size: 25px;
}
.da-about .da-about-detail .da-title .sub-title {
  font-size: 20px;
  color: #969ba1;
  font-weight: 400;
}
.da-about .da-about-detail .da-title .sub-title span {
  color: #4c62e9;
}
.da-about .da-about-detail .da-title h2 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #3d4750;
}
.da-about .da-about-detail .inner-detail p {
  color: #969ba1;
  font-size: 15px;
}
.da-about .da-about-detail .inner-detail ul li {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 400;
  color: #3d4750;
  line-height: 22px;
  list-style: none;
  position: relative;
}
.da-about .da-about-detail .inner-detail ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #3d4750;
  position: absolute;
  left: -20px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.da-about .da-about-detail .da-about-growth {
  margin: 12px -12px -12px -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.da-about .da-about-detail .da-about-growth .da-growth-numbers {
  margin: 12px;
  -webkit-box-shadow: 0 6px 10px 0px rgba(84, 100, 229, 0.2);
          box-shadow: 0 6px 10px 0px rgba(84, 100, 229, 0.2);
}

/* Responsive about css */
@media only screen and (max-width: 1399px) {
  .da-about .da-about-detail .da-title h2 {
    font-size: 31px;
  }
  .da-about .da-about-img .da-rounded-circle {
    top: 90px;
    right: 70px;
  }
  .da-about .da-about-img:after {
    bottom: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-about:after {
    content: "";
    width: 100px;
    background-size: 100px;
    background-position: bottom;
    top: auto;
    bottom: 50px;
    right: -25px;
  }
  .da-about .da-about-detail .da-title h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .da-about .da-about-detail .inner-detail .second-para {
    display: none;
  }
  .da-about .da-about-img .da-rounded-circle {
    top: 65px;
    right: 55px;
  }
}
@media only screen and (max-width: 991px) {
  .da-about .da-about-img .da-rounded-circle {
    top: 0;
  }
  .da-about .da-about-img:after {
    bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .da-about .da-about-detail .da-title h2 {
    font-size: 28px;
  }
  .da-about .da-about-img .da-rounded-circle {
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .da-about:after {
    display: none;
  }
  .da-about .da-about-detail .da-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .da-about .da-about-detail .da-title .sub-title {
    font-size: 18px;
  }
  .da-about .da-about-detail .inner-detail p {
    font-size: 14px;
  }
  .da-about .da-about-img:after {
    display: none;
  }
  .da-about .da-about-img .da-rounded-circle {
    width: 100px;
    height: 100px;
    top: -30px;
    right: 42px;
  }
  .da-about .da-about-img .da-rounded-circle svg {
    width: 85px;
    height: 85px;
  }
  .da-about .da-about-img .img-1 {
    display: none;
  }
  .da-about .da-about-img .img-2 {
    margin-top: 0;
  }
}
@media only screen and (max-width: 420px) {
  .da-about .da-about-detail .inner-detail ul {
    padding: 0;
  }
}
/* About section 2 css */
.da-about-2 .da-about-img {
  position: relative;
}
.da-about-2 .da-about-img:after {
  display: none;
}
.da-about-2 .da-about-img .da-img.mask {
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
.da-about-2 .da-about-img .da-img.mask:hover .img {
  -webkit-transform: translateZ(0) scale(1.2) rotate(-5deg);
          transform: translateZ(0) scale(1.2) rotate(-5deg);
}
.da-about-2 .da-about-img .da-img.mask .img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.da-about-2 .da-about-img .da-img.mask:after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background: url("../img/about/mask.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.da-about-2 .da-about-img .da-img.mask:before {
  width: 271px;
  height: 126px;
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  background: url("../img/elements/6.png");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 5;
}
.da-about-2 .da-about-img .da-img.mask .brand {
  width: 100px;
  height: 100px;
  margin: auto;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  z-index: 1;
}
.da-about-2 .da-about-detail {
  height: 100%;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.da-about-2 .da-about-detail .da-title .sub-title {
  font-size: 20px;
  color: #969ba1;
  font-weight: 400;
}
.da-about-2 .da-about-detail .da-title .sub-title span {
  color: #4c62e9;
}
.da-about-2 .da-about-detail .da-title h2 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #3d4750;
}
.da-about-2 .da-about-detail .inner-detail p {
  color: #969ba1;
  font-size: 15px;
}
.da-about-2 .da-about-detail .inner-detail ul li {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 400;
  color: #3d4750;
  line-height: 22px;
  list-style: none;
  position: relative;
}
.da-about-2 .da-about-detail .inner-detail ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #3d4750;
  position: absolute;
  left: -20px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* Responsive about 2 css */
@media only screen and (max-width: 1399px) {
  .da-about-2 .da-about-detail .da-title h2 {
    font-size: 31px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-about-2 .da-about-detail .da-title h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .da-about-2 .da-about-detail .inner-detail .second-para {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .da-about-2 .da-about-detail .da-title h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .da-about-2 .da-about-detail .da-title h2 {
    font-size: 24px;
  }
  .da-about-2 .da-about-img .da-img.mask:before {
    display: none;
  }
  .da-about-2 .da-about-img .da-img.mask .brand {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 420px) {
  .da-about-2 .da-about-detail .inner-detail ul {
    padding: 0;
  }
}
/* Service section css */
.da-services-card {
  padding: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border: 1px solid #eff0f5;
  border-radius: 30px;
}
.da-services-card:hover .services-icon .svg-img path {
  fill: #fa94e0;
}
.da-services-card .services-icon {
  margin-bottom: 20px;
}
.da-services-card .services-icon .svg-img {
  width: 50px;
  height: 50px;
}
.da-services-card .services-icon .svg-img path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: #4c62e9;
}
.da-services-card .services-detail h5 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #3d4750;
}
.da-services-card .services-detail p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #969ba1;
}

/* Responsive service css */
@media only screen and (max-width: 991px) {
  .da-services-card .services-detail h5 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .da-services-card .services-detail h5 {
    font-size: 18px;
  }
}
/* Expertise section css */
.da-expertise {
  position: relative;
  overflow: hidden;
}
.da-expertise:after {
  content: "";
  width: 250px;
  height: 280px;
  background-image: url("../img/elements/2.png");
  background-repeat: no-repeat;
  background-size: 250px;
  position: absolute;
  top: 30px;
  left: -100px;
  z-index: -1;
}
.da-expertise .da-expertise-detail .da-title h2 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #3d4750;
}
.da-expertise .da-expertise-detail p {
  font-size: 15px;
  color: #969ba1;
}
.da-expertise .da-expertise-detail img {
  width: 100%;
  margin-top: 15px;
  border-radius: 30px;
}
.da-expertise #progress {
  height: 100%;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.da-expertise .da-skill-card {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border: 1px solid #eff0f5;
  border-radius: 30px;
}
.da-expertise .da-skill-card:hover .skill-info .skill-title h4 {
  color: #fa94e0;
}
.da-expertise .da-skill-card:hover .skill-info .skill-title ul {
  opacity: 1;
}
.da-expertise .da-skill-card .progress {
  width: 90px;
  height: 100%;
  margin-right: 15px;
  background: transparent;
  display: inline-block;
}
.da-expertise .da-skill-card .progress .fill {
  stroke-dasharray: 219.9907836914;
  stroke-dashoffset: -219.9907836914;
  -webkit-transition: stroke-dashoffset 1s;
  transition: stroke-dashoffset 1s;
  stroke-width: 1;
}
.da-expertise .da-skill-card .progress .track {
  stroke-width: 6;
  stroke: rgba(221, 221, 221, 0) !important;
}
.da-expertise .da-skill-card .progress .track,
.da-expertise .da-skill-card .progress .fill {
  fill: rgba(0, 0, 0, 0);
  -webkit-transform: rotate(90deg) translate(0px, -80px);
          transform: rotate(90deg) translate(0px, -80px);
  stroke: #4c62e9;
}
.da-expertise .da-skill-card .progress text {
  text-anchor: middle;
  font-weight: 500;
  font-size: 14px;
  fill: #fa94e0;
}
.da-expertise .da-skill-card .skill-info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.da-expertise .da-skill-card .skill-info .svg-img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.da-expertise .da-skill-card .skill-info .skill-title {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-expertise .da-skill-card .skill-info .skill-title h4 {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  font-size: 22px;
  color: #3d4750;
  font-weight: 600;
}
.da-expertise .da-skill-card .skill-info .skill-title ul {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 100%;
  margin: -5px;
  padding-left: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  opacity: 0;
}
.da-expertise .da-skill-card .skill-info .skill-title ul li {
  margin: 5px;
  list-style: none;
}
.da-expertise .da-skill-card .skill-info .skill-title ul img {
  width: 22px;
}
.da-expertise .da-skill-card .skill-info p {
  margin: 0;
  color: #969ba1;
  font-size: 15px;
  line-height: 24px;
}
.da-expertise .da-skill-card .skill-info .skill-box-info {
  width: calc(100% - 105px);
}

/* Responsive Expertise css */
@media only screen and (max-width: 1399px) {
  .da-expertise .da-expertise-detail .da-title h2 {
    font-size: 31px;
  }
  .da-expertise .da-skill-card .skill-info .skill-title h4 {
    font-size: 21px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-expertise:after {
    background-size: 150px;
    left: -50px;
  }
  .da-expertise .da-expertise-detail .da-title h2 {
    font-size: 30px;
  }
  .da-expertise .da-skill-card .skill-info .skill-title h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .da-expertise .da-expertise-detail .da-title h2 {
    font-size: 28px;
  }
  .da-expertise .da-skill-card .skill-info .skill-title h4 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 575px) {
  .da-expertise:after {
    display: none;
  }
  .da-expertise .da-expertise-detail .da-title h2 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 420px) {
  .da-expertise .da-skill-card .skill-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-expertise .da-skill-card .skill-info .progress {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .da-expertise .da-skill-card .skill-info .svg-img {
    margin-bottom: 15px;
  }
  .da-expertise .da-skill-card .skill-info .skill-box-info {
    width: 100%;
  }
  .da-expertise .da-skill-card .skill-info .skill-title ul {
    display: none;
  }
}
/* Expertise section css */
.about-expert-2 .da-expertise-detail {
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-expert-2 .da-expertise-detail img {
  margin: 0;
}
.about-expert-2 .da-expertise-detail .inner-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.about-expert-2 .da-expertise-detail .da-title {
  padding: 0 12px;
}
.about-expert-2 .da-expertise-detail .da-title h2 {
  font-size: 44px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-shadow: 1px 1px #3d4750, -1px 1px #3d4750, 1px -1px #3d4750, -1px -1px #3d4750;
  letter-spacing: 0.08rem;
  opacity: 0.4;
}
.about-expert-2 .da-expertise-detail .da-title p {
  margin: 0;
}
.about-expert-2 .da-expertise-detail .inner-detail {
  padding: 0 12px;
}
.about-expert-2 .da-skill-card {
  padding: 30px;
}
.about-expert-2 .da-skill-card .skill-info {
  -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;
}
.about-expert-2 .da-skill-card .skill-info ul {
  display: none !important;
}
.about-expert-2 .da-skill-card .skill-info svg {
  margin-right: 0;
  margin-bottom: 15px;
}
.about-expert-2 .da-skill-card .skill-info .skill-box-info {
  width: 100%;
}
.about-expert-2 .da-skill-card .skill-info .skill-title h4 {
  width: 100%;
  text-align: center;
}
.about-expert-2 .da-skill-card .skill-info p {
  text-align: center;
}

/* Responsive about page css */
@media only screen and (max-width: 1399px) {
  .about-expert-2 .da-expertise-detail .da-title h2 {
    font-size: 33px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .about-expert-2 .da-expertise-detail .da-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .about-expert-2 .da-expertise-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-expert-2 .da-expertise-detail .da-title {
    margin-bottom: 30px;
  }
}
/* Projects */
.da-projects {
  position: relative;
}
.da-projects:after {
  content: "";
  width: 200px;
  height: 130px;
  background-image: url("../img/elements/3.png");
  background-repeat: no-repeat;
  background-size: 200px;
  position: absolute;
  top: 30px;
  right: 200px;
  z-index: -1;
}

.projects-content .item-grid .item {
  display: none;
  overflow: hidden;
}

.da-projects-tabs {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-projects-tabs ul {
  margin-bottom: 50px;
  padding: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eff0f5;
  border-radius: 30px;
}
.da-projects-tabs ul li {
  -webkit-transition: 0.25s ease-out !important;
  transition: 0.25s ease-out !important;
  margin: 5px;
  border-radius: 20px !important;
  padding: 5px 15px;
  color: #3d4750 !important;
  cursor: pointer;
  list-style: none;
}
.da-projects-tabs ul:nth-child(1) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.da-projects-tabs ul:nth-child(2) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.da-projects-tabs ul li.active {
  background-color: #fa94e0 !important;
  color: #fff !important;
}

.da-project-card {
  position: relative;
}
.da-project-card:hover .project-image img {
  -webkit-transform: scale(1.1) rotate(5deg);
          transform: scale(1.1) rotate(5deg);
}
.da-project-card:hover .project-image .overlay-project-card:after {
  opacity: 1;
}
.da-project-card:hover .project-contact {
  background-color: rgb(255, 255, 255);
}
.da-project-card .project-image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  z-index: 1;
}
.da-project-card .project-image .overlay-project-card:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  font-family: "remixicon";
  content: "\f0d1";
  font-size: 20px;
  font-weight: 600;
  color: #3d4750;
  position: absolute;
  top: 7px;
  right: 7px;
  border-radius: 30px;
  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;
  z-index: 20;
  opacity: 0;
}
.da-project-card .project-image a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 30px;
  overflow: hidden;
}
.da-project-card .project-image img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.da-project-card .project-contact {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 10px);
  margin: auto;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: 5;
  border: 1px solid #eff0f5;
  border-radius: 30px;
}
.da-project-card .project-contact:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 30px;
  height: 58px;
  position: absolute;
  top: -36px;
  left: -6px;
  background: url("../img/project/1.png");
  background-repeat: no-repeat;
  z-index: 5;
}
.da-project-card .project-contact:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 30px;
  height: 58px;
  position: absolute;
  top: -36px;
  right: -6px;
  background: url("../img/project/1.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 5;
}
.da-project-card .project-contact h5 {
  margin-bottom: 2px;
  font-size: 18px;
}
.da-project-card .project-contact h5 a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #3d4750;
  display: block;
}
.da-project-card .project-contact h5 a:hover {
  color: #4c62e9;
}
.da-project-card .project-contact span {
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  color: #fa94e0;
}
.da-project-card .project-contact p {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 15px;
  line-height: 24px;
  color: #969ba1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fancybox-image,
.fancybox-spaceball {
  padding: 12px;
}

/* Responsive Project */
@media screen and (max-width: 1399px) {
  .da-project-card .project-contact h5 a {
    font-size: 17px;
  }
  .da-project-card .project-contact span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .da-projects:after {
    background-size: 150px;
    right: 50px;
  }
}
@media screen and (max-width: 991px) {
  .da-projects:after {
    width: 100px;
    background-size: 100px;
    right: 0;
  }
}
@media screen and (max-width: 575px) {
  .da-projects:after {
    display: none;
  }
}
/* Pricing section css */
.da-pricing {
  position: relative;
}
.da-pricing:after {
  content: "";
  width: 250px;
  height: 250px;
  background-image: url("../img/elements/4.png");
  background-repeat: no-repeat;
  background-size: 250px;
  position: absolute;
  top: 10px;
  left: -100px;
  z-index: -1;
}

.da-pricing-box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border-radius: 30px;
  border: 1px solid #eff0f5;
  position: relative;
  overflow: hidden;
}
.da-pricing-box:hover .svg-img.bg {
  -webkit-transform: scale(1.2) rotate(-5deg);
          transform: scale(1.2) rotate(-5deg);
}
.da-pricing-box .svg-img.bg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.08;
}
.da-pricing-box .svg-img.bg path {
  fill: #969ba1;
}
.da-pricing-box .da-pricing-title .svg-img {
  width: 70px;
  height: 70px;
  padding: 15px;
  background-color: #4c62e9;
  border-radius: 30px;
}
.da-pricing-box .da-pricing-title .svg-img path {
  fill: #fff;
}
.da-pricing-box .da-pricing-title h2 {
  margin: 15px 0;
  font-size: 40px;
  font-weight: 700;
  color: #3d4750;
}
.da-pricing-box .da-pricing-title h2 span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #969ba1;
}
.da-pricing-box .da-pricing-title h5 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: 600;
  color: #3d4750;
}
.da-pricing-box .da-pricing-body ul {
  padding: 0;
}
.da-pricing-box .da-pricing-body ul li {
  padding: 5px 0;
  list-style: none;
  font-size: 15px;
  color: #969ba1;
  font-weight: 300;
}
.da-pricing-box .da-pricing-body ul li i {
  margin-right: 10px;
  font-size: 18px;
}
.da-pricing-box .da-pricing-body ul li i.ri-check-line {
  color: #73e573;
}
.da-pricing-box .da-pricing-body ul li i.ri-close-line {
  color: #f79494;
}

.da-pricing-box.active {
  border-color: #4c62e9;
}
.da-pricing-box.active .da-pricing-title .svg-img {
  background-color: #fa94e0;
}
.da-pricing-box.active .da-button {
  background-color: #fa94e0;
}
.da-pricing-box.active .da-button:hover {
  background-color: #4c62e9;
}

/* Responsive Price css */
@media only screen and (max-width: 1199px) {
  .da-pricing:after {
    width: 150px;
    background-size: 150px;
    left: -50px;
  }
  .da-pricing-box .da-pricing-title h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 991px) {
  .da-pricing-box .da-pricing-title h2 {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .da-pricing-box .da-pricing-title h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 575px) {
  .da-pricing:after {
    display: none;
  }
  .da-pricing-box .da-pricing-title h2 {
    font-size: 30px;
  }
  .da-pricing-box .da-pricing-title h5 {
    font-size: 20px;
  }
}
/* Team section css */
.da-team-box:hover .da-team-img img {
  -webkit-transform: rotate(4deg) scale(1.1);
          transform: rotate(4deg) scale(1.1);
}
.da-team-box:hover .da-team-img .da-team-socials {
  right: 0;
}
.da-team-box .da-team-img {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px 0 30px 30px;
  overflow: hidden;
}
.da-team-box .da-team-img .da-team-socials {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0px;
  border-radius: 0 0 0 30px;
  z-index: 5;
}
.da-team-box .da-team-img .da-team-socials:before {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  top: -1px;
  right: 36px;
  background-size: 100%;
  background-image: url("../img/team/1.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.da-team-box .da-team-img .da-team-socials:after {
  content: "";
  height: 25px;
  width: 25px;
  position: absolute;
  top: 131px;
  right: 0px;
  background-size: 100%;
  background-image: url("../img/team/1.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.da-team-box .da-team-img .da-team-socials ul {
  margin-bottom: 0;
  padding: 20px 10px;
}
.da-team-box .da-team-img .da-team-socials ul li {
  list-style: none;
}
.da-team-box .da-team-img .da-team-socials ul li:not(:last-child) {
  padding-bottom: 10px;
}
.da-team-box .da-team-img .da-team-socials ul li a {
  color: #3d4750;
}
.da-team-box .da-team-img .da-team-socials ul li a i {
  font-size: 16px;
}
.da-team-box .da-team-img .da-team-socials ul li a i:hover {
  color: #4c62e9;
}
.da-team-box .da-team-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.da-team-box .da-team-contact {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: calc(100% - 10px);
  margin: auto;
  padding: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  background-color: #fff;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 30px;
}
.da-team-box .da-team-contact:before {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 30px;
  height: 58px;
  position: absolute;
  top: -35px;
  left: -5px;
  background: url("../img/team/1.png");
  background-repeat: no-repeat;
  z-index: 5;
}
.da-team-box .da-team-contact:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 30px;
  height: 58px;
  position: absolute;
  top: -35px;
  right: -5px;
  background: url("../img/team/1.png");
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 5;
}
.da-team-box .da-team-contact h5 {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #3d4750;
}
.da-team-box .da-team-contact p {
  margin: 0;
  font-size: 15px;
  color: #969ba1;
}

/* Responsive Team css */
@media only screen and (max-width: 1199px) {
  .da-team-box .da-team-contact h5 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .da-team-box .da-team-contact h5 {
    font-size: 16px;
  }
}
/* Testimonials & Partner */
.da-testimonials-box {
  padding: 30px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border: 1px solid #eff0f5;
  border-radius: 30px;
}
.da-testimonials-box .da-testimonials-inner {
  margin: auto;
}
.da-testimonials-box .da-testimonials-inner .testimonials-image {
  position: relative;
}
.da-testimonials-box .da-testimonials-inner .testimonials-image img {
  width: 100%;
  border-radius: 30px;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact {
  height: 100%;
  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;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact .user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact .user img {
  width: 70px;
  border-radius: 30px;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact .user .detail {
  margin-left: 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-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact h4 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  color: #3d4750;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact span {
  font-size: 14px;
  color: #969ba1;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact .inner-contact {
  background-color: #fff;
  margin-top: 10px;
  border: 1px solid #eff0f5;
  padding: 20px;
  border-radius: 30px;
}
.da-testimonials-box .da-testimonials-inner .testimonials-contact .inner-contact p {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  color: #969ba1;
}
.da-testimonials-box .da-partner-box {
  margin-top: 30px;
  position: relative;
  z-index: 5;
}
.da-testimonials-box .da-partner-box .da-img {
  border: 1px solid #eff0f5;
  border-radius: 30px;
  background-color: #fff;
}
.da-testimonials-box .da-partner-box .da-img:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}
.da-testimonials-box .da-partner-box .da-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

/* Responsive Testimonials css */
@media only screen and (max-width: 1199px) {
  .da-testimonials-box .da-testimonials-inner .testimonials-contact h4 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 991px) {
  .da-testimonials-box .da-testimonials-inner .testimonials-contact h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .da-testimonials-box .da-testimonials-inner .testimonials-contact h4 {
    font-size: 17px;
  }
}
@media only screen and (max-width: 575px) {
  .da-testimonials-box {
    padding: 15px;
  }
  .da-testimonials-box .da-partner-box {
    margin-top: 15px;
  }
  .da-testimonials-box .da-testimonials-inner .testimonials-contact h4 {
    font-size: 16px;
  }
  .da-testimonials-box .da-testimonials-inner .testimonials-contact .user img {
    width: 60px;
    border-radius: 20px;
  }
}
/* Blog */
.da-blog {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.da-blog:after {
  content: "";
  width: 250px;
  height: 150px;
  background-image: url("../img/elements/5.png");
  background-repeat: no-repeat;
  background-size: 250px;
  position: absolute;
  top: 0;
  right: 300px;
  z-index: -1;
}
.da-blog .blog-card:hover .blog-contact {
  background-color: rgb(255, 255, 255);
}
.da-blog .blog-card:hover .blog-img img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
.da-blog .blog-img {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
}
.da-blog .blog-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.da-blog .blog-contact {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border-radius: 0 0 30px 30px;
  border: 1px solid #eff0f5;
}
.da-blog .blog-contact a {
  margin-right: 5px;
  color: #fa94e0;
}
.da-blog .blog-contact a:hover {
  color: #3d4750;
}
.da-blog .blog-contact span {
  margin-bottom: 5px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #969ba1;
}
.da-blog .blog-contact h4 {
  margin: 0;
  line-height: 1;
}
.da-blog .blog-contact h4 a {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #3d4750;
}
.da-blog .blog-contact h4 a:hover {
  color: #4c62e9;
}

/* Responsive Blog css */
@media only screen and (max-width: 1399px) {
  .da-blog:after {
    right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-blog:after {
    width: 150px;
    background-size: 150px;
    right: 50px;
  }
  .da-blog .blog-contact h4 a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .da-blog:after {
    right: 0;
  }
  .da-blog .blog-contact h4 a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .da-blog:after {
    display: none;
  }
}
/* Blog 2 */
.da-blog-2 {
  position: relative;
  overflow: hidden;
}
.da-blog-2 .blog-card:hover .blog-contact {
  background-color: rgb(255, 255, 255);
}
.da-blog-2 .blog-card:hover .blog-img img {
  -webkit-transform: scale(1.1) rotate(3deg);
          transform: scale(1.1) rotate(3deg);
}
.da-blog-2 .blog-img {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  border-radius: 30px;
}
.da-blog-2 .blog-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.da-blog-2 .blog-contact {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 15px;
}
.da-blog-2 .blog-contact a {
  margin-right: 5px;
  color: #fa94e0;
}
.da-blog-2 .blog-contact a:hover {
  color: #3d4750;
}
.da-blog-2 .blog-contact span {
  margin-bottom: 5px;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #969ba1;
}
.da-blog-2 .blog-contact h4 {
  margin: 0;
  line-height: 1;
}
.da-blog-2 .blog-contact h4 a {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #3d4750;
}
.da-blog-2 .blog-contact h4 a:hover {
  color: #4c62e9;
}

/* Responsive Blog css */
@media only screen and (max-width: 1399px) {
  .da-blog-2:after {
    right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-blog-2:after {
    width: 150px;
    background-size: 150px;
    right: 50px;
  }
  .da-blog-2 .blog-contact h4 a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .da-blog-2:after {
    right: 0;
  }
  .da-blog-2 .blog-contact h4 a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 575px) {
  .da-blog-2:after {
    display: none;
  }
}
/* Product */
.da-product {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.da-product .product-card {
  overflow: hidden;
}
.da-product .product-card:hover .product-contact {
  background-color: rgb(255, 255, 255);
}
.da-product .product-card:hover .product-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.da-product .product-card:hover .product-img .action {
  bottom: 0;
}
.da-product .product-card:hover .label {
  top: -30px;
}
.da-product .product-img {
  overflow: hidden;
  position: relative;
  border-radius: 30px 30px 0 0;
}
.da-product .product-img img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.da-product .product-img .action {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: -50px;
}
.da-product .product-img .action a {
  padding: 0 10px;
  height: 35px;
  margin: 0 2px;
  background-color: #4c62e9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
}
.da-product .product-img .action a:hover {
  background-color: #fa94e0;
}
.da-product .product-img .action .live {
  font-size: 14px;
}
.da-product .product-img .label {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  right: 25px;
  z-index: 5;
  background: #fa94e0;
  border-radius: 0 0 15px 15px;
  color: #fff;
  font-size: 14px;
}
.da-product .product-contact {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border: 1px solid #eff0f5;
  border-radius: 0 0 30px 30px;
}
.da-product .product-contact a {
  color: #fa94e0;
}
.da-product .product-contact a:hover {
  color: #3d4750;
}
.da-product .product-contact .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-product .product-contact .info .detail {
  margin-bottom: 0;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #969ba1;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.da-product .product-contact .info .detail ul {
  margin: -2px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-product .product-contact .info .detail ul li {
  margin: 2px;
}
.da-product .product-contact .info .detail p, .da-product .product-contact .info .detail span {
  margin: 0;
  font-size: 13px;
  line-height: 28px;
  font-weight: 300;
}
.da-product .product-contact .info .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.da-product .product-contact .info .price h4 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 700;
  color: #3d4750;
  text-align: right;
}
.da-product .product-contact .info .price p {
  margin: 0;
  color: #969ba1;
  font-size: 13px;
  line-height: 14px;
  text-align: right;
}
.da-product .product-contact h4 {
  margin: 0;
  line-height: 1;
}
.da-product .product-contact h4 a {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #3d4750;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.da-product .product-contact h4 a:hover {
  color: #4c62e9;
}
.da-product .product-contact p.detail {
  color: #969ba1;
  font-size: 14px;
  line-height: 26px;
  display: none;
}

.da-pro-list-top {
  padding: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border: 1px solid #eff0f5;
  border-radius: 30px;
}
.da-pro-list-top .da-bl-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-pro-list-top .da-bl-btn button {
  height: 38px;
  width: 38px;
  padding: 5px;
  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;
  border: 0;
  background: transparent;
}
.da-pro-list-top .da-bl-btn button i {
  font-size: 18px;
}
.da-pro-list-top .da-bl-btn button.active {
  background-color: #4c62e9;
  color: #fff;
  border-radius: 30px;
}
.da-pro-list-top .da-select-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.da-pro-list-top .custom-select {
  width: 150px;
  height: auto;
  padding: 0;
  border: 0;
}
.da-pro-list-top .custom-select .custom-select:after {
  top: -4px;
  right: 10px;
}
.da-pro-list-top .custom-select .select-options {
  min-width: 180px;
  margin-top: 0;
  top: 34px;
}

/**  Selected items show - Others hide  **/
.product-content .item-grid .item {
  display: none;
  overflow: hidden;
}

.da-product-tabs {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-product-tabs ul {
  margin-bottom: 50px;
  padding: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eff0f5;
  border-radius: 30px;
}
.da-product-tabs ul li {
  -webkit-transition: 0.25s ease-out !important;
  transition: 0.25s ease-out !important;
  margin: 5px;
  border-radius: 20px !important;
  padding: 5px 15px;
  color: #3d4750 !important;
  cursor: pointer;
  list-style: none;
}
.da-product-tabs ul:nth-child(1) {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.da-product-tabs ul:nth-child(2) {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.da-product-tabs ul li.active {
  background-color: #fa94e0 !important;
  color: #fff !important;
}

.width-100 {
  width: 100%;
}
.width-100 .product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.width-100 .product-card .product-img {
  min-width: 300px;
  width: 300px;
  border-radius: 30px 0 0 30px;
}
.width-100 .product-card .product-contact {
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 0 30px 30px 0;
}
.width-100 .product-card .product-contact p.detail {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.width-100 .product-card .product-contact .info {
  width: 100%;
}

/* Responsive product css */
@media only screen and (max-width: 1399px) {
  .da-product:after {
    right: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-product:after {
    width: 150px;
    background-size: 150px;
    right: 50px;
  }
  .da-product .product-contact h4 a {
    font-size: 17px;
  }
}
@media only screen and (max-width: 991px) {
  .da-product:after {
    right: 0;
  }
  .da-product .product-contact h4 a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .width-100 .product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .width-100 .product-card .product-img {
    min-width: 100%;
    width: 100%;
    border-radius: 30px 30px 0 0;
  }
  .width-100 .product-card .product-contact {
    border-radius: 0 0 30px 30px;
  }
}
@media only screen and (max-width: 575px) {
  .da-product:after {
    display: none;
  }
}
/* Category section css */
.da-category-shop .da-category-block {
  padding: 0 !important;
  border: 0 !important;
}

.da-category .da-category-block-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-category .da-category-block-2 .da-cat-box {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 15px 15px 15px;
  border-radius: 30px;
  position: relative;
}
.da-category .da-category-block-2 .da-cat-box:hover:after {
  height: 50%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(#fff), to(#fff)) !important;
  background-image: linear-gradient(360deg, transparent, #fff, #fff) !important;
  background: #fff;
}
.da-category .da-category-block-2 .da-cat-box:after {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(#fff), to(#fff));
  background-image: linear-gradient(360deg, transparent, #fff, #fff);
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.da-category .da-category-block-2 .da-cat-box .da-cat-icon {
  height: 100%;
  padding: 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-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  position: relative;
  border: 1px solid #eff0f5;
  border-radius: 30px;
  -webkit-box-shadow: 0 5px 15px rgba(88, 110, 125, 0.1);
          box-shadow: 0 5px 15px rgba(88, 110, 125, 0.1);
  z-index: 5;
}
.da-category .da-category-block-2 .da-cat-box .da-cat-icon i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 40px;
  margin: 10px 0;
  color: #4c62e9;
  line-height: 0;
}
.da-category .da-category-block-2 .da-cat-box .da-cat-icon img {
  width: 100%;
  margin-bottom: 12px;
  border-radius: 30px;
}
.da-category .da-category-block-2 .da-cat-box .da-cat-icon .da-cat-detail {
  text-align: center;
}
.da-category .da-category-block-2 .da-cat-box .da-cat-icon .da-cat-detail .da-cat-title {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #3d4750;
  font-family: "quicksand";
  text-transform: capitalize;
}
.da-category .da-category-block-2 .da-cat-box .da-cat-icon .da-cat-detail .da-cat-title:hover {
  color: #fa94e0;
}
.da-category .da-category-block-2 .da-cat-box .da-cat-icon .da-cat-detail .items {
  margin: 0;
  font-size: 13px;
  line-height: 28px;
  color: #969ba1;
}
.da-category .da-category-block-2 .da-cat-box-1 {
  background-color: #fff6ec;
}
.da-category .da-category-block-2 .da-cat-box-2 {
  background-color: #e2fde2;
}
.da-category .da-category-block-2 .da-cat-box-3 {
  background-color: #ffeae9;
}
.da-category .da-category-block-2 .da-cat-box-4 {
  background-color: #fde1f5;
}
.da-category .da-category-block-2 .da-cat-box-5 {
  background-color: #ecf0ff;
}
.da-category .da-category-block-2 .da-cat-box-6 {
  background-color: #f9f9d9;
}

/* Features section css */
.da-features-detail {
  margin: 0 -12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-features-detail img {
  width: 100%;
  margin: 0;
  border-radius: 30px;
}
.da-features-detail .inner-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-features-detail .da-title {
  padding: 0 12px;
}
.da-features-detail .da-title h2 {
  font-size: 44px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-shadow: 1px 1px #3d4750, -1px 1px #3d4750, 1px -1px #3d4750, -1px -1px #3d4750;
  letter-spacing: 0.08rem;
  opacity: 0.4;
}
.da-features-detail .da-title p {
  margin: 0;
  color: #969ba1;
}
.da-features-detail .inner-detail {
  padding: 0 12px;
}

.da-features-card {
  padding: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border: 1px solid #eff0f5;
  border-radius: 30px;
}
.da-features-card:hover .features-icon .svg-img path {
  fill: #fa94e0;
}
.da-features-card .features-icon {
  margin-bottom: 20px;
}
.da-features-card .features-icon .svg-img {
  width: 50px;
  height: 50px;
}
.da-features-card .features-icon .svg-img path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  fill: #4c62e9;
}
.da-features-card .features-detail h5 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #3d4750;
}
.da-features-card .features-detail p {
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  color: #969ba1;
}

/* Responsive feature css */
@media only screen and (max-width: 1399px) {
  .da-features-detail .da-title h2 {
    font-size: 33px;
    line-height: 45px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-features-detail .da-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (max-width: 991px) {
  .da-features-detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-features-detail .da-title {
    margin-bottom: 30px;
  }
  .da-features-card .features-detail h5 {
    font-size: 19px;
  }
}
@media only screen and (max-width: 767px) {
  .da-features-card .features-detail h5 {
    font-size: 18px;
  }
}
/* Pages ( Import Pages ) */
/* About Page css */
.da-counter .da-growth-numbers {
  padding: 30px;
  text-align: left;
  border-color: #eff0f5;
}
.da-counter .da-growth-numbers:hover .svg-img {
  opacity: 1;
}
.da-counter .da-growth-numbers .da-numbers {
  z-index: 5;
}
.da-counter .da-growth-numbers h2 {
  font-size: 45px;
}
.da-counter .da-growth-numbers .svg-img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 70px;
  height: 70px;
  position: absolute;
  right: 30px;
  z-index: 1;
  opacity: 0.2;
}

.da-growth-numbers {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border: 1px solid #4c62e9;
  border-radius: 30px;
}
.da-growth-numbers .svg-img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}
.da-growth-numbers .svg-img path {
  fill: #fa94e0;
}
.da-growth-numbers .da-numbers h2 {
  margin: 0;
  font-weight: 700;
  color: #3d4750;
  font-size: 28px;
}
.da-growth-numbers .da-numbers p {
  margin: 0;
  color: #969ba1;
  font-weight: 400;
}

/* Responsive about page css */
@media only screen and (max-width: 1399px) {
  .da-counter .da-growth-numbers h2 {
    font-size: 43px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-counter .da-growth-numbers h2 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .da-counter .da-growth-numbers h2 {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .da-counter .da-growth-numbers h2 {
    font-size: 35px;
  }
}
@media only screen and (max-width: 575px) {
  .da-counter .da-growth-numbers h2 {
    font-size: 32px;
  }
  .da-counter .da-growth-numbers .svg-img {
    width: 50px;
    height: 50px;
  }
  .da-growth-numbers {
    padding: 10px;
  }
  .da-growth-numbers .da-numbers h2 {
    font-size: 20px;
  }
  .da-growth-numbers .da-numbers p {
    font-size: 14px;
  }
  .da-growth-numbers .svg-img {
    width: 40px;
    height: 40px;
  }
}
/* Blog Page css */
.da-blog-sidebar .da-sidebar-block {
  padding: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border: 1px solid #eff0f5;
  border-radius: 30px;
}
.da-blog-sidebar .da-sidebar-title h4 {
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  color: #3d4750;
  font-weight: 600;
  border-bottom: 1px solid #eff0f5;
}
.da-blog-sidebar .da-cat-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.da-blog-sidebar .da-cat-list li {
  width: 100%;
}
.da-blog-sidebar .da-cat-list a {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #3d4750;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-blog-sidebar .da-cat-list a:hover {
  color: #4c62e9;
}
.da-blog-sidebar .da-cat-list a span {
  font-size: 20px;
  line-height: 24px;
}
.da-blog-sidebar .da-cat-list .side-drop:hover {
  color: #3d4750;
}
.da-blog-sidebar .da-cat-list .da-drop-list {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.da-blog-sidebar .da-cat-list .da-drop-list li a {
  color: #969ba1;
  font-size: 14px;
}
.da-blog-sidebar .da-cat-list .da-drop-list li a:hover {
  color: #4c62e9;
}
.da-blog-sidebar .da-cat-list .da-drop-list li a span {
  font-size: 14px;
}
.da-blog-sidebar .da-list {
  margin: -15px 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.da-blog-sidebar .da-list li {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.da-blog-sidebar .da-list li img {
  width: 80px;
  border-radius: 15px;
}
.da-blog-sidebar .da-list li .detail {
  width: calc(100% - 95px);
  margin-left: 15px;
}
.da-blog-sidebar .da-list li .detail h5 a {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #3d4750;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.da-blog-sidebar .da-list li .detail h5 a:hover {
  color: #4c62e9;
}
.da-blog-sidebar .da-list li .detail p {
  margin: 0;
  font-size: 15px;
  color: #969ba1;
}
.da-blog-sidebar .da-sidebar-tag ul {
  margin: -2px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.da-blog-sidebar .da-sidebar-tag ul li a {
  margin: 2px;
  padding: 5px 15px;
  border: 1px solid #eff0f5;
  border-radius: 30px;
  background-color: #4c62e9;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-transform: uppercase;
  font-size: 13px;
}
.da-blog-sidebar .da-sidebar-tag ul li a:hover {
  background-color: #fa94e0;
}

.blog-list:after {
  display: none;
}
.blog-list .blog-contact h4 a {
  font-size: 17px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Responsive blog page css */
@media only screen and (max-width: 1199px) {
  .da-blog-sidebar .da-list li img {
    width: 60px;
  }
  .da-blog-sidebar .da-list li .detail {
    width: calc(100% - 75px);
  }
  .blog-list .blog-contact h4 a {
    font-size: 16px;
  }
}
/* Blog detail Page css */
.blog-detail:after {
  display: none;
}

.da-single-blog img.main {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 30px;
}
.da-single-blog h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
.da-single-blog .quote {
  font-size: 16px;
  color: #3d4750;
  font-weight: 500;
  font-style: italic;
}
.da-single-blog p {
  font-size: 14px;
  color: #969ba1;
}
.da-single-blog .date {
  font-size: 14px;
  color: #969ba1;
}
.da-single-blog .da-blog-swipe {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #eff0f5;
  border-bottom: 1px solid #eff0f5;
}
.da-single-blog .da-blog-swipe a {
  padding: 5px 15px;
  background-color: #eff0f5;
  border-radius: 30px;
  color: #3d4750;
}
.da-single-blog .da-blog-swipe a:hover {
  background-color: #fa94e0;
  color: #fff;
}
.da-single-blog .da-blog-comment .da-user-comment {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.da-single-blog .da-blog-comment .da-user-comment img {
  width: 70px;
  margin-right: 15px;
  border-radius: 30px;
}
.da-single-blog .da-blog-comment .da-user-comment p {
  margin: 0;
}
.da-single-blog .da-blog-comment .da-user-comment h6 {
  font-size: 18px;
  font-weight: 600;
  color: #3d4750;
}
.da-single-blog .da-blog-comment .sub {
  padding-left: 30px;
}
.da-single-blog .da-blog-comment form {
  margin-top: 30px;
}

/* Responsive blog detail page css */
@media only screen and (max-width: 991px) {
  .da-single-blog h5 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .da-single-blog h5 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .da-single-blog h5 {
    font-size: 19px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 420px) {
  .da-single-blog .da-blog-comment .da-user-comment img {
    width: 50px;
  }
  .da-single-blog .da-blog-comment .sub {
    padding-left: 20px;
  }
}
/* Faq page css */
.da-faq .da-faq-detail {
  height: 100%;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.da-faq .da-faq-detail .da-title .sub-title {
  font-size: 20px;
  color: #969ba1;
  font-weight: 400;
}
.da-faq .da-faq-detail .da-title .sub-title span {
  color: #4c62e9;
}
.da-faq .da-faq-detail .da-title h2 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  color: #3d4750;
}
.da-faq .da-faq-detail .inner-detail p {
  color: #969ba1;
  font-size: 15px;
}
.da-faq .da-faq-detail .inner-detail ul li {
  padding: 5px 0;
  font-size: 15px;
  font-weight: 400;
  color: #3d4750;
  line-height: 22px;
  list-style: none;
  position: relative;
}
.da-faq .da-faq-detail .inner-detail ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 1px solid #3d4750;
  position: absolute;
  left: -20px;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.da-faq-block {
  margin: -5px 0;
}
.da-faq-block .accordion-item {
  margin: 5px 0;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid #eff0f5;
}
.da-faq-block .accordion-item h2 .accordion-button {
  font-weight: 600;
  color: #3d4750;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.da-faq-block .accordion-item h2 .accordion-button:not(.collapsed) {
  background: #f8f8fb;
  color: #4c62e9;
}
.da-faq-block .accordion-item h2 .accordion-button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.da-faq-block .accordion-item h2 .accordion-button:after {
  height: 15px;
  background-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.da-faq-block .accordion-item .accordion-body {
  color: #969ba1;
  font-weight: 300;
  font-size: 15px;
  line-height: 28px;
  border-top: 1px solid #eff0f5;
}

/* Contact page css */
.da-contact .da-contact-maps iframe {
  width: 100%;
  height: 400px;
  border-radius: 30px;
}
.da-contact .da-contact-form {
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eff0f5;
  border-radius: 30px;
}
.da-contact .da-contact-form .da-contact-wrap {
  margin-bottom: 15px;
}
.da-contact .da-contact-form input {
  height: 45px;
}
.da-contact .da-contact-form form {
  width: 100%;
}
.da-contact .da-contact-detail .da-box {
  height: 100%;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #eff0f5;
  border-radius: 30px;
  position: relative;
}
.da-contact .da-contact-detail .da-box .detail {
  margin-bottom: -5px;
}
.da-contact .da-contact-detail .da-box .detail h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #3d4750;
}
.da-contact .da-contact-detail .da-box .detail p {
  margin-bottom: 0px;
  color: #969ba1;
  font-size: 14px;
}

/* Authentication page Login, Sign up css */
.da-auth .auth-content {
  max-width: 800px;
  margin: auto auto -24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-auth .auth-content .auth-block {
  width: 50%;
  margin-bottom: 24px;
  padding: 0 12px;
}
.da-auth .da-auth-form {
  padding: 30px;
  border: 1px solid #eff0f5;
  border-radius: 30px;
}
.da-auth .da-auth-form .da-logo {
  width: 100%;
  margin-bottom: 30px;
  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;
}
.da-auth .da-auth-form .da-logo img {
  width: 150px;
}
.da-auth .da-auth-form .da-auth-wrap {
  margin-bottom: 15px;
  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;
}
.da-auth .da-auth-form .da-auth-wrap p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
  color: #969ba1;
}
.da-auth .da-auth-form .da-auth-wrap .checkbox {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  position: relative;
}
.da-auth .da-auth-form .da-auth-wrap .checkbox label {
  padding-left: 10px;
  font-size: 14px;
  color: #969ba1;
  line-height: 16px;
  font-weight: 300;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.da-auth .da-auth-form .da-auth-wrap .checkbox label:before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  position: absolute;
  left: 0;
  border: 1px solid #969ba1;
  background-color: #fff;
  border-radius: 30px;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.da-auth .da-auth-form .da-auth-wrap .checkbox label:after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 3px;
  border-radius: 30px;
}
.da-auth .da-auth-form .da-auth-wrap .checkbox input[type=checkbox] {
  width: 15px;
  height: 15px;
  opacity: 0;
  z-index: 1;
}
.da-auth .da-auth-form .da-auth-wrap .checkbox input[type=checkbox]:focus + label {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.da-auth .da-auth-form .da-auth-wrap .checkbox input[type=checkbox]:checked + label:after {
  padding: 2px;
  background: #4c62e9;
}
.da-auth .da-auth-form .da-auth-wrap .checkbox input[type=checkbox]:checked + label:before {
  border: 1px solid #3d4750;
}
.da-auth .da-auth-form .rem {
  margin-right: 15px;
}
.da-auth .da-auth-form .forgot {
  margin: 10px 0 0 0;
}
.da-auth .da-auth-form a {
  color: #969ba1;
  font-size: 15px;
  font-weight: 300;
}
.da-auth .da-auth-form a:hover {
  color: #4c62e9;
}
.da-auth .da-auth-form .da-auth-button {
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-auth .da-img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../img/about/about-1.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 30px;
}

/* Responsive Auth page css */
@media only screen and (max-width: 1399px) {
  .da-auth .da-auth-form .da-logo img {
    width: 145px;
  }
}
@media only screen and (max-width: 1199px) {
  .da-auth .da-auth-form .da-logo img {
    width: 140px;
  }
}
@media only screen and (max-width: 991px) {
  .da-auth .da-auth-form .da-logo img {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .da-auth .da-auth-form .da-logo img {
    width: 120px;
  }
  .da-auth .auth-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-auth .auth-content .auth-block {
    width: 100%;
  }
  .da-auth .auth-content .hide-767 {
    display: none;
  }
}
@media only screen and (max-width: 575px) {
  .da-auth .da-auth-form {
    padding: 20px;
  }
  .da-auth .da-auth-form .da-logo img {
    width: 100px;
  }
  .da-auth .da-auth-form a {
    font-size: 14px;
  }
}
/* Project detail Page css */
.da-project-detail .da-project-img {
  margin-bottom: 24px;
  padding: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border-radius: 30px;
  border: 1px solid #eff0f5;
  overflow: hidden;
  position: relative;
}
.da-project-detail .da-project-img > img {
  width: 100%;
  border-radius: 30px;
}
.da-project-detail .da-project-img ul {
  margin: -5px;
  padding: 0;
  position: absolute;
  right: 30px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.da-project-detail .da-project-img ul li {
  width: 50px;
  height: 50px;
  margin: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border-radius: 30px;
  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;
}
.da-project-detail .da-project-img ul li img {
  width: 40px;
  padding: 8px;
}
.da-project-detail .da-project-info .title {
  font-size: 20px;
  font-weight: 700;
}
.da-project-detail .da-project-info p {
  color: #969ba1;
  font-size: 14px;
}
.da-project-detail .da-project-info .info {
  margin-bottom: 15px;
  padding: 15px 0;
  border-top: 1px solid #eff0f5;
  border-bottom: 1px solid #eff0f5;
}
.da-project-detail .da-project-info .info ul {
  margin: 0;
  padding: 0;
}
.da-project-detail .da-project-info .info ul li {
  padding: 8px 0;
  color: #969ba1;
  font-size: 13px;
}
.da-project-detail .da-project-info .info ul li span {
  min-width: 150px;
  margin-right: 15px;
  color: #3d4750;
  font-size: 14px;
}
.da-project-detail .da-project-swipe {
  padding: 10px 0;
  border-top: 1px solid #eff0f5;
  border-bottom: 1px solid #eff0f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-project-detail .da-project-swipe a {
  padding: 5px 15px;
  background-color: #eff0f5;
  border-radius: 30px;
  color: #3d4750;
}
.da-project-detail .da-project-swipe a:hover {
  background-color: #fa94e0;
  color: #fff;
}

/* Responsive Project Detail css */
@media only screen and (max-width: 991px) {
  .da-project-detail .da-project-img ul li {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .da-project-detail .da-project-info .title {
    font-size: 18px;
  }
}
/* product detail Page css */
.da-product-detail .da-product-img {
  margin-bottom: 24px;
  padding: 15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border-radius: 30px;
  border: 1px solid #eff0f5;
  overflow: hidden;
  position: relative;
}
.da-product-detail .da-product-img > img {
  width: 100%;
  border-radius: 30px;
}
.da-product-detail .da-product-img span {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.da-product-detail .da-product-img span a {
  margin: 5px;
}
.da-product-detail .da-product-info .title {
  font-size: 20px;
  font-weight: 700;
}
.da-product-detail .da-product-info p {
  color: #969ba1;
  font-size: 14px;
}
.da-product-detail .da-product-info .da-info {
  margin-bottom: 15px;
  padding: 15px 0;
  border-top: 1px solid #eff0f5;
  border-bottom: 1px solid #eff0f5;
}
.da-product-detail .da-product-info .da-info h5 {
  font-size: 18px;
  font-weight: 600;
}
.da-product-detail .da-product-info .da-info ul {
  margin: 0;
  padding: 0;
}
.da-product-detail .da-product-info .da-info ul li {
  padding: 8px 0;
  color: #969ba1;
  font-size: 15px;
}
.da-product-detail .da-product-swipe {
  padding: 10px 0;
  border-top: 1px solid #eff0f5;
  border-bottom: 1px solid #eff0f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-product-detail .da-product-swipe a {
  padding: 5px 15px;
  background-color: #eff0f5;
  border-radius: 30px;
  color: #3d4750;
}
.da-product-detail .da-product-swipe a:hover {
  background-color: #fa94e0;
  color: #fff;
}
.da-product-detail .da-sidebar-attributes ul {
  margin: 0;
  padding: 0;
}
.da-product-detail .da-sidebar-attributes ul li {
  padding: 10px 0;
  font-size: 14px;
  font-weight: 300;
  color: #969ba1;
}
.da-product-detail .da-sidebar-attributes ul li .list-title {
  width: 100%;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3d4750;
}

/* Responsive Product Detail css */
@media only screen and (max-width: 767px) {
  .da-product-detail .da-product-info .title {
    font-size: 18px;
  }
}
/* Cart */
.da-cart-sidebar-block {
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
  border: 1px solid #eee;
  border-radius: 20px;
}
.da-cart-sidebar-block .da-sb-title {
  margin-bottom: 20px;
}
.da-cart-sidebar-block .da-sb-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #3d4750;
}
.da-cart-sidebar-block .da-sb-blok-contact .input-box {
  margin-bottom: 30px;
}
.da-cart-sidebar-block .da-sb-blok-contact .input-box label {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #3d4750;
}
.da-cart-sidebar-block .da-sb-blok-contact .input-box .custom-select {
  width: 100%;
  height: auto;
  padding: 10px 15px;
  border: 1px solid #eee;
  border-radius: 30px;
  background-color: #fff;
}
.da-cart-sidebar-block .da-sb-blok-contact .input-box .custom-select .custom-select {
  width: 100%;
  padding: 4px 0;
  border: 0;
  border-radius: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.da-cart-sidebar-block .da-sb-blok-contact .input-box .custom-select .custom-select:after {
  top: 2px;
}
.da-cart-sidebar-block .da-sb-blok-contact .input-box .custom-select .select {
  width: 100%;
}
.da-cart-sidebar-block .da-sb-blok-contact .input-box input {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #eee;
  outline: 0;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
  background-color: #fff;
}
.da-cart-sidebar-block .da-sb-blok-contact .input-box input::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
}
.da-cart-sidebar-block .da-sb-blok-contact .input-box input::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
}
.da-cart-sidebar-block .da-sb-blok-contact .input-box input:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
}
.da-cart-sidebar-block .da-sb-blok-contact .input-box input::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
}
.da-cart-sidebar-block .da-sb-blok-contact .input-box input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
}
.da-cart-sidebar-block .da-cart-summary .inner-summary ul li {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-cart-sidebar-block .da-cart-summary .inner-summary ul li span {
  font-size: 14px;
  color: #969ba1;
}
.da-cart-sidebar-block .da-cart-summary .inner-summary ul li span .da-coupon {
  font-size: 14px;
  font-weight: 500;
  color: #fa94e0;
  cursor: pointer;
}
.da-cart-sidebar-block .da-cart-summary .inner-summary ul li .text-left {
  font-weight: 500;
}
.da-cart-sidebar-block .da-cart-summary .inner-summary ul li .text-right {
  font-weight: 600;
}
.da-cart-sidebar-block .da-cart-summary .summary-total {
  border-top: 1px solid #eee;
  padding-top: 15px;
}
.da-cart-sidebar-block .da-cart-summary .summary-total ul {
  margin-bottom: 0;
}
.da-cart-sidebar-block .da-cart-summary .summary-total ul li {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-cart-sidebar-block .da-cart-summary .summary-total ul li span {
  font-size: 16px;
  color: #3d4750;
}
.da-cart-sidebar-block .da-cart-summary .summary-total ul li .text-left {
  font-weight: 600;
}
.da-cart-sidebar-block .da-cart-summary .summary-total ul li .text-right {
  font-weight: 600;
}
.da-cart-sidebar-block .da-cart-summary ul {
  margin: 0;
  padding: 0;
}

.coupon-down-box {
  width: 100%;
}
.coupon-down-box form {
  position: relative;
  margin-bottom: 15px;
}
.coupon-down-box form input {
  width: 100%;
}
.coupon-down-box form button {
  height: 35px;
  margin: 8px 8px 8px 0;
  padding: 2px 12px;
  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;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.check-btn {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-top: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.da-cart-table {
  border: 1px solid #eee;
  border-radius: 20px;
}
.da-cart-table table {
  width: 100%;
}
.da-cart-table table thead tr {
  border-bottom: 1px solid #eee;
}
.da-cart-table table thead tr th {
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  color: #3d4750;
  text-transform: capitalize;
}
.da-cart-table table tbody tr:not(:last-child) {
  border-bottom: 1px solid #eee;
}
.da-cart-table table tbody tr td {
  padding: 12px;
}
.da-cart-table table tbody .Product-cart img {
  width: 70px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.da-cart-table table tbody .Product-cart span {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
}
.da-cart-table table tbody span.price {
  font-size: 15px;
  font-weight: 500;
  color: #3d4750;
}
.da-cart-table table tbody .pro-remove i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  color: #969ba1;
}
.da-cart-table table tbody .pro-remove:hover i {
  color: #ff0000;
}

/* Responsive */
@media screen and (max-width: 1399px) {
  .da-cart-table {
    overflow-y: auto;
  }
  .da-cart-table::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    padding: 5px;
  }
  .da-cart-table::-webkit-scrollbar-track {
    width: 8px;
    background-color: #eff0f5;
    -webkit-box-shadow: inset 0 0 0px #000;
  }
  .da-cart-table::-webkit-scrollbar-thumb {
    background-color: #3d4750;
    border-radius: 20px;
  }
  .da-cart-table table {
    width: 850px;
  }
}
/* checkout */
.da-checkout-sidebar {
  margin-bottom: -24px;
}
.da-checkout-sidebar .checkout-items {
  margin-bottom: 24px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
}
.da-checkout-sidebar .checkout-items .sub-title {
  margin-bottom: 12px;
}
.da-checkout-sidebar .checkout-items .sub-title h4 {
  font-size: 20px;
  font-weight: 700;
  color: #3d4750;
  text-transform: capitalize;
}
.da-checkout-sidebar .checkout-items .payment-img img {
  width: 100%;
  max-width: 335px;
}
.da-checkout-sidebar .checkout-summary {
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.da-checkout-sidebar .checkout-summary ul {
  margin: 0 0 20px 0;
  padding: 0;
}
.da-checkout-sidebar .checkout-summary ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.da-checkout-sidebar .checkout-summary ul li:not(:last-child) {
  margin-bottom: 8px;
}
.da-checkout-sidebar .checkout-summary ul li .left-item {
  color: #969ba1;
  font-size: 14px;
  font-weight: 500;
}
.da-checkout-sidebar .checkout-summary ul li span {
  font-size: 15px;
  font-weight: 600;
  color: #3d4750;
}
.da-checkout-sidebar .checkout-summary ul li span .apply {
  font-size: 14px;
  font-weight: 500;
  color: #fa94e0;
}
.da-checkout-sidebar .da-checkout-pro {
  margin-bottom: -24px;
}
.da-checkout-sidebar .da-checkout-pro .pro-items {
  margin-bottom: 24px;
  padding: 15px;
  border: 1px solid #eee;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.da-checkout-sidebar .da-checkout-pro .pro-items .image {
  margin-right: 15px;
}
.da-checkout-sidebar .da-checkout-pro .pro-items .image img {
  width: 100px;
  border: 1px solid #eee;
  border-radius: 20px;
}
.da-checkout-sidebar .da-checkout-pro .pro-items .items-contact {
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.da-checkout-sidebar .da-checkout-pro .pro-items .items-contact h4 {
  font-size: 16px;
}
.da-checkout-sidebar .da-checkout-pro .pro-items .items-contact h4 a {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #3d4750;
}
.da-checkout-sidebar .da-checkout-pro .pro-items .items-contact .da-pro-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-checkout-sidebar .da-checkout-pro .pro-items .items-contact .inner-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.da-checkout-sidebar .da-checkout-pro .pro-items .items-contact .inner-price .new-price {
  color: #3d4750;
  font-weight: 600;
  font-size: 15px;
}
.da-checkout-sidebar .da-checkout-pro .pro-items .items-contact .inner-price .old-price {
  font-size: 14px;
  margin-left: 10px;
  text-decoration: line-through;
  color: #777;
}
.da-checkout-sidebar .checkout-method {
  margin-bottom: 24px;
}
.da-checkout-sidebar .checkout-method span.details {
  font-size: 15px;
  font-weight: 500;
  color: #969ba1;
}
.da-checkout-sidebar .checkout-method .inner-del {
  width: 50%;
}
.da-checkout-sidebar .checkout-method .da-del-option {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-checkout-sidebar .checkout-method .da-del-option .da-del-head {
  font-size: 15px;
  font-weight: 600;
  color: #3d4750;
}
.da-checkout-sidebar .about-order h5 {
  margin-bottom: 12px;
  font-size: 15px;
  font-weight: 500;
  color: #969ba1;
}
.da-checkout-sidebar .about-order textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
  border: 1px solid #eee;
  outline: 0;
  border-radius: 10px;
}
.da-checkout-sidebar .about-order textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
}
.da-checkout-sidebar .about-order textarea::-moz-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
}
.da-checkout-sidebar .about-order textarea:-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
}
.da-checkout-sidebar .about-order textarea::-ms-input-placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
}
.da-checkout-sidebar .about-order textarea::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
}

.da-checkout-contact {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 20px;
}
.da-checkout-contact .main-title {
  margin-bottom: 20px;
}
.da-checkout-contact .main-title h4 {
  font-size: 20px;
  font-weight: 700;
  color: #3d4750;
}
.da-checkout-contact .inner-title {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 500;
  color: #3d4750;
}
.da-checkout-contact .checkout-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.da-checkout-contact .checkout-radio .radio-items:not(:last-child) {
  margin-right: 20px;
}
.da-checkout-contact .checkout-radio .radio-items input {
  width: auto;
  margin-right: 2px;
}
.da-checkout-contact .checkout-radio .radio-items label {
  font-size: 14px;
  font-weight: 400;
  color: #969ba1;
}
.da-checkout-contact p {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 300;
  color: #969ba1;
}
.da-checkout-contact .inner-button {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.da-checkout-contact form .input-item {
  margin-bottom: 24px;
}
.da-checkout-contact form .input-item label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #3d4750;
}
.da-checkout-contact form .input-button {
  margin-bottom: 20px;
}
.da-checkout-contact form .input-button button {
  padding: 4px 25px;
}
.da-checkout-contact .input-box-form {
  margin-top: 20px;
}
.da-checkout-contact .input-box-form .input-item .custom-select .custom-select {
  padding: 0;
  border: 0;
  border-radius: 0;
}
.da-checkout-contact .input-box-form .input-button {
  margin-bottom: 0;
}

/* Checkout Responsive */
@media screen and (max-width: 1399px) {
  .da-checkout-sidebar .da-checkout-pro .pro-items .image img {
    height: 80px;
    width: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .da-checkout-sidebar .da-checkout-pro .pro-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-checkout-sidebar .da-checkout-pro .pro-items .image {
    margin: 0 0 15px 0;
  }
  .da-checkout-sidebar .da-checkout-pro .pro-items .image img {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 991px) {
  .da-checkout-sidebar .da-checkout-pro .pro-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .da-checkout-sidebar .da-checkout-pro .pro-items .image {
    margin: 0 15px 0 0;
  }
  .da-checkout-sidebar .da-checkout-pro .pro-items .image img {
    width: 80px;
    height: 80px;
  }
  .da-checkout-sidebar .checkout-items .sub-title h4 {
    font-size: 19px;
  }
  .da-checkout-contact .main-title h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .da-checkout-contact .main-title h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  .da-checkout-contact .checkout-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-checkout-sidebar .checkout-method .inner-del {
    width: 100%;
  }
  .da-checkout-sidebar .checkout-method .da-del-option {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-checkout-sidebar .checkout-method .da-del-option .inner-del:not(:last-child) {
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 420px) {
  .da-checkout-sidebar .da-checkout-pro .pro-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .da-checkout-sidebar .da-checkout-pro .pro-items .image {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .da-checkout-sidebar .da-checkout-pro .pro-items .image img {
    width: 100%;
    height: 100%;
  }
}
/* Terms */
.da-terms .desc {
  padding: 30px;
  border: 1px solid #eff0f5;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8fb));
  background: linear-gradient(#fff, #f8f8fb);
}
.da-terms .desc h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  color: #3d4750;
}
.da-terms .desc p {
  font-weight: 300;
  color: #969ba1;
}
.da-terms .desc p b {
  font-weight: 400;
  color: #3d4750;
}
.da-terms .desc .block:not(:last-child) {
  margin-bottom: 24px;
}