/*--------------------------- Color variations ----------------------*/
/*--------------------------- Fonts ----------------------*/
@import url("https://fonts.googleapis.com/css?family=Poppins:500,700|Roboto:400,500");

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
/* Section Gaps css
============================================================================================ */
.no-padding {
  padding: 0; }

.section_gap {
  padding: 100px 0 80px;
  }
  @media (max-width: 991px) {
    .section_gap {
      padding: 80px 0; } }

.section_gap_bottom {
  padding: 100px 0;
  }
  @media (max-width: 991px) {
    .section_gap_bottom {
      padding-bottom: 80px; } }

/* Section title css
============================================================================================ */
.section-title {
  margin-bottom: 50px; }
  .section-title h1 {
    font-size: 36px; }
  .section-title p {
    margin-bottom: 0; }

/* Start Gradient Area css
============================================================================================ */
 .primary-btn, .add-bag .add-btn, .single-product .product-details .prd-bottom .social-info span:after, .pagination a.active, .pagination a:hover, .s_Product_carousel .owl-dots div.active, .s_product_text .card_area .icon_btn:after, .product_description_area .nav.nav-tabs li a.active, .blog-pagination .page-item.active .page-link, .single-footer-widget .click-btn {
  background: #d82221;
  }

 #search_input_box {
  background: -webkit-linear-gradient(270deg, #082060 0%, #041e6d 100%);
  background: -moz-linear-gradient(270deg, #082060 0%, #041e6d 100%);
  background: -o-linear-gradient(270deg, #082060 0%, #041e6d 100%);
  background: linear-gradient(270deg, #082060 0%, #041e6d 100%); }

 .s_product_text h2, .s_product_text .list li a.active, .product_description_area .tab-content .total_rate .box_total h4, .single-footer-widget .bb-btn {
  background: -webkit-linear-gradient(90deg, #082060 0%, #041e6d 100%);
  background: -moz-linear-gradient(90deg, #082060 0%, #041e6d 100%);
  background: -o-linear-gradient(90deg, #082060 0%, #041e6d 100%);
  background: linear-gradient(90deg, #082060 0%, #041e6d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* Start primary btn css
============================================================================================ */
.primary-btn {
  position: relative;
  overflow: hidden;
  color: #fff;
  padding: 0 30px;
  line-height: 50px;
  border-radius: 50px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .primary-btn:before {
    position: absolute;
    left: -145px;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: 0;
    -webkit-transform: skew(40deg);
    -moz-transform: skew(40deg);
    -ms-transform: skew(40deg);
    -o-transform: skew(40deg);
    transform: skew(40deg);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .primary-btn:hover {
    color: #fff; }
    .primary-btn:hover:before {
      left: 180px;
      opacity: .3; }

body {
  line-height: 24px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #777777;
  background: #fff; }

html,
body {
  height: 100%; }

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #222222;
  font-weight: 500;
  line-height: 1.2 !important; }

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

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out; }
  a:hover, a:focus {
    text-decoration: none;
    outline: none; }

button:focus {
  outline: none;
  box-shadow: none; }

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0; }

.text-heading {
  margin-bottom: 30px;
  font-size: 24px; }

b, sup, sub, u, del {
  color: #082060; }

h1 {
  font-size: 36px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.5em; }

.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
  color: #777777; }

.button-area {
  background: #fff; }
  .button-area .border-top-generic {
    padding: 70px 15px;
    border-top: 1px dotted #eee; }

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px; }
  .button-group-area .genric-btn:last-child {
    margin-right: 0; }

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .genric-btn:focus {
    outline: none; }
  .genric-btn.e-large {
    padding: 0 40px;
    line-height: 50px; }
  .genric-btn.large {
    line-height: 45px; }
  .genric-btn.medium {
    line-height: 30px; }
  .genric-btn.small {
    line-height: 25px; }
  .genric-btn.radius {
    border-radius: 3px; }
  .genric-btn.circle {
    border-radius: 20px; }
  .genric-btn.arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .genric-btn.arrow span {
      margin-left: 10px; }
  .genric-btn.default {
    color: #222222;
    background: #f9f9ff;
    border: 1px solid transparent; }
    .genric-btn.default:hover {
      border: 1px solid #f9f9ff;
      background: #fff; }
  .genric-btn.default-border {
    border: 1px solid #f9f9ff;
    background: #fff; }
    .genric-btn.default-border:hover {
      color: #222222;
      background: #f9f9ff;
      border: 1px solid transparent; }
  .genric-btn.primary {
    color: #fff;
    background: #082060;
    border: 1px solid transparent; }
    .genric-btn.primary:hover {
      color: #082060;
      border: 1px solid #082060;
      background: #fff; }
  .genric-btn.primary-border {
    color: #082060;
    border: 1px solid #082060;
    background: #fff; }
    .genric-btn.primary-border:hover {
      color: #fff;
      background: #082060;
      border: 1px solid transparent; }
  .genric-btn.success {
    color: #fff;
    background: #4cd3e3;
    border: 1px solid transparent; }
    .genric-btn.success:hover {
      color: #4cd3e3;
      border: 1px solid #4cd3e3;
      background: #fff; }
  .genric-btn.success-border {
    color: #4cd3e3;
    border: 1px solid #4cd3e3;
    background: #fff; }
    .genric-btn.success-border:hover {
      color: #fff;
      background: #4cd3e3;
      border: 1px solid transparent; }
  .genric-btn.info {
    color: #fff;
    background: #38a4ff;
    border: 1px solid transparent; }
    .genric-btn.info:hover {
      color: #38a4ff;
      border: 1px solid #38a4ff;
      background: #fff; }
  .genric-btn.info-border {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff; }
    .genric-btn.info-border:hover {
      color: #fff;
      background: #38a4ff;
      border: 1px solid transparent; }
  .genric-btn.warning {
    color: #fff;
    background: #f4e700;
    border: 1px solid transparent; }
    .genric-btn.warning:hover {
      color: #f4e700;
      border: 1px solid #f4e700;
      background: #fff; }
  .genric-btn.warning-border {
    color: #f4e700;
    border: 1px solid #f4e700;
    background: #fff; }
    .genric-btn.warning-border:hover {
      color: #fff;
      background: #f4e700;
      border: 1px solid transparent; }
  .genric-btn.danger {
    color: #fff;
    background: #f44a40;
    border: 1px solid transparent; }
    .genric-btn.danger:hover {
      color: #f44a40;
      border: 1px solid #f44a40;
      background: #fff; }
  .genric-btn.danger-border {
    color: #f44a40;
    border: 1px solid #f44a40;
    background: #fff; }
    .genric-btn.danger-border:hover {
      color: #fff;
      background: #f44a40;
      border: 1px solid transparent; }
  .genric-btn.link {
    color: #222222;
    background: #f9f9ff;
    text-decoration: underline;
    border: 1px solid transparent; }
    .genric-btn.link:hover {
      color: #222222;
      border: 1px solid #f9f9ff;
      background: #fff; }
  .genric-btn.link-border {
    color: #222222;
    border: 1px solid #f9f9ff;
    background: #fff;
    text-decoration: underline; }
    .genric-btn.link-border:hover {
      color: #222222;
      background: #f9f9ff;
      border: 1px solid transparent; }
  .genric-btn.disable {
    color: #222222, 0.3;
    background: #f9f9ff;
    border: 1px solid transparent;
    cursor: not-allowed; }

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #082060; }

.progress-table-wrap {
  overflow-x: scroll; }

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px; }
  .progress-table .serial {
    width: 11.83%;
    padding-left: 30px; }
  .progress-table .country {
    width: 28.07%; }
  .progress-table .visit {
    width: 19.74%; }
  .progress-table .percentage {
    width: 40.36%;
    padding-right: 50px; }
  .progress-table .table-head {
    display: flex; }
    .progress-table .table-head .serial, .progress-table .table-head .country, .progress-table .table-head .visit, .progress-table .table-head .percentage {
      color: #222222;
      line-height: 40px;
      text-transform: uppercase;
      font-weight: 500; }
  .progress-table .table-row {
    padding: 15px 0;
    border-top: 1px solid #edf3fd;
    display: flex; }
    .progress-table .table-row .serial, .progress-table .table-row .country, .progress-table .table-row .visit, .progress-table .table-row .percentage {
      display: flex;
      align-items: center; }
    .progress-table .table-row .country img {
      margin-right: 15px; }
    .progress-table .table-row .percentage .progress {
      width: 80%;
      border-radius: 0px;
      background: transparent; }
      .progress-table .table-row .percentage .progress .progress-bar {
        height: 5px;
        line-height: 5px; }
        .progress-table .table-row .percentage .progress .progress-bar.color-1 {
          background-color: #6382e6; }
        .progress-table .table-row .percentage .progress .progress-bar.color-2 {
          background-color: #e66686; }
        .progress-table .table-row .percentage .progress .progress-bar.color-3 {
          background-color: #f09359; }
        .progress-table .table-row .percentage .progress .progress-bar.color-4 {
          background-color: #73fbaf; }
        .progress-table .table-row .percentage .progress .progress-bar.color-5 {
          background-color: #73fbaf; }
        .progress-table .table-row .percentage .progress .progress-bar.color-6 {
          background-color: #6382e6; }
        .progress-table .table-row .percentage .progress .progress-bar.color-7 {
          background-color: #a367e7; }
        .progress-table .table-row .percentage .progress .progress-bar.color-8 {
          background-color: #e66686; }

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px; }

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important; }
  .unordered-list li:before {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    border: 3px solid #082060;
    background: #fff;
    top: 4px;
    left: 0;
    border-radius: 50%; }

.ordered-list {
  margin-left: 30px; }
  .ordered-list li {
    list-style-type: decimal-leading-zero;
    color: #082060;
    font-weight: 500;
    line-height: 1.82em !important; }
    .ordered-list li span {
      font-weight: 300;
      color: #777777; }

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #082060;
  font-weight: 500;
  line-height: 1.82em !important; }
  .ordered-list-alpha li span {
    font-weight: 300;
    color: #777777; }

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #082060;
  font-weight: 500;
  line-height: 1.82em !important; }
  .ordered-list-roman li span {
    font-weight: 300;
    color: #777777; }

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input:focus {
    outline: none; }

.input-group-icon {
  position: relative; }
  .input-group-icon .icon {
    position: absolute;
    left: 20px;
    top: 0;
    line-height: 40px;
    z-index: 3; }
    .input-group-icon .icon i {
      color: #797979; }
  .input-group-icon .single-input {
    padding-left: 45px; }

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none; }
  .single-textarea:focus {
    outline: none; }

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input-primary:focus {
    outline: none;
    border: 1px solid #082060; }

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input-accent:focus {
    outline: none;
    border: 1px solid #eb6b55; }

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px; }
  .single-input-secondary:focus {
    outline: none;
    border: 1px solid #f09359; }

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .default-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; }
    .default-switch input + label {
      position: absolute;
      top: 1px;
      left: 1px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      background: #082060;
      -webkit-transition: all 0.2s;
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      transition: all 0.2s;
      box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
      cursor: pointer; }
    .default-switch input:checked + label {
      left: 19px; }

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .primary-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .primary-switch input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .primary-switch input + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 8.5px;
        cursor: pointer;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s; }
      .primary-switch input + label:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
        cursor: pointer; }
    .primary-switch input:checked + label:after {
      left: 19px; }
    .primary-switch input:checked + label:before {
      background: #082060; }

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .confirm-switch input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .confirm-switch input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%; }
      .confirm-switch input + label:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: transparent;
        border-radius: 8.5px;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        cursor: pointer; }
      .confirm-switch input + label:after {
        content: "";
        position: absolute;
        top: 1px;
        left: 1px;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        transition: all 0.2s;
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
        cursor: pointer; }
    .confirm-switch input:checked + label:after {
      left: 19px; }
    .confirm-switch input:checked + label:before {
      background: #4cd3e3; }

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .primary-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .primary-checkbox input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .primary-checkbox input:checked + label {
      background: url(../img/elements/primary-check.png) no-repeat center center/cover;
      border: none; }

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .confirm-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .confirm-checkbox input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .confirm-checkbox input:checked + label {
      background: url(../img/elements/success-check.png) no-repeat center center/cover;
      border: none; }

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .disabled-checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .disabled-checkbox input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 3px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .disabled-checkbox input:disabled {
      cursor: not-allowed;
      z-index: 3; }
    .disabled-checkbox input:checked + label {
      background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
      border: none; }

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .primary-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .primary-radio input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .primary-radio input:checked + label {
      background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
      border: none; }

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .confirm-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .confirm-radio input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .confirm-radio input:checked + label {
      background: url(../img/elements/success-radio.png) no-repeat center center/cover;
      border: none; }

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer; }
  .disabled-radio input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
    .disabled-radio input + label {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 8px;
      cursor: pointer;
      border: 1px solid #f1f1f1; }
    .disabled-radio input:disabled {
      cursor: not-allowed;
      z-index: 3; }
    .disabled-radio input:checked + label {
      background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
      border: none; }

.default-select {
  height: 40px; }
  .default-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 20px;
    padding-right: 40px; }
    .default-select .nice-select .list {
      margin-top: 0;
      border: none;
      border-radius: 0px;
      box-shadow: none;
      width: 100%;
      padding: 10px 0 10px 0px; }
      .default-select .nice-select .list .option {
        font-weight: 300;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        line-height: 28px;
        min-height: 28px;
        font-size: 12px;
        padding-left: 20px; }
        .default-select .nice-select .list .option.selected {
          color: #082060;
          background: transparent; }
        .default-select .nice-select .list .option:hover {
          color: #082060;
          background: transparent; }
  .default-select .current {
    margin-right: 50px;
    font-weight: 300; }
  .default-select .nice-select::after {
    right: 20px; }

.form-select {
  height: 40px;
  width: 100%; }
  .form-select .nice-select {
    border: none;
    border-radius: 0px;
    height: 40px;
    background: #f9f9ff;
    padding-left: 45px;
    padding-right: 40px;
    width: 100%; }
    .form-select .nice-select .list {
      margin-top: 0;
      border: none;
      border-radius: 0px;
      box-shadow: none;
      width: 100%;
      padding: 10px 0 10px 0px; }
      .form-select .nice-select .list .option {
        font-weight: 300;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        line-height: 28px;
        min-height: 28px;
        font-size: 12px;
        padding-left: 45px; }
        .form-select .nice-select .list .option.selected {
          color: #082060;
          background: transparent; }
        .form-select .nice-select .list .option:hover {
          color: #082060;
          background: transparent; }
  .form-select .current {
    margin-right: 50px;
    font-weight: 300; }
  .form-select .nice-select::after {
    right: 20px; }

.is-sticky .header_area .main_menu .main_box {
  max-width: 100%;
  margin-top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
.is-sticky .header_area #search_input_box {
  max-width: 100%; }

.sticky-wrapper {
  position: absolute;
  /* top: 30px; */
  width: 100%;
  }
  @media (max-width: 991px) {
    .sticky-wrapper {
      top: 0; } }

.header_area {
    /* position: absolute;
    top: 0px;
    left: 0; */
    z-index: 99;
    transition: background 0.4s, all 0.3s linear;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-top: -100px;
    width: 100%;
}
.header_area .main_menu .main_box {
    background: #fff;
    margin: 0px auto 0;
    /* max-width: 1200px; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header_area .navbar {
    background: #fff;
    padding: 0px;
    border: 0px;
    border-radius: 0px; 
}
@media (max-width: 991px) {
    .header_area .navbar .navbar-collapse {
        margin-top: 30px; 
    }
    .header_area .navbar .navbar-collapse .nav-item {
        padding: 10px; 
    } 
}
.header_area .navbar .navbar-toggler .icon-bar {
      color: #000;
      height: 2px;
      width: 20px;
      content: "";
      background: #000;
      display: block;
      margin: 5px; 
}
.header_area .navbar .nav .nav-item {
    margin-right: 45px; 
}
.header_area .navbar .nav .nav-item .nav-link {
    font-size: 15px;
    color: #0d1718;
    font-weight: 500;
    font-family: "Unbounded";
    display: inline-block;
    padding: 35px 0;
    text-transform: capitalize;
}
        @media (min-width: 991px) {
          .header_area .navbar .nav .nav-item .nav-link {
            padding: 10px 0; } }
        .header_area .navbar .nav .nav-item .nav-link:after {
          display: none; }
      .header_area .navbar .nav .nav-item:hover .nav-link, .header_area .navbar .nav .nav-item.active .nav-link {
        color: #082060; }
      .header_area .navbar .nav .nav-item.submenu {
        position: relative; }
        .header_area .navbar .nav .nav-item.submenu ul {
          border: none;
          padding: 0px;
          border-radius: 0px;
          box-shadow: none;
          margin: 0px;
          background: #fff; }
          @media (min-width: 992px) {
            .header_area .navbar .nav .nav-item.submenu ul {
              position: absolute;
              top: 140%;
              left: 0px;
              min-width: 200px;
              text-align: left;
              opacity: 0;
              -webkit-transition: visibility 0.5s ease;
              -moz-transition: visibility 0.5s ease;
              -o-transition: visibility 0.5s ease;
              transition: visibility 0.5s ease;
              visibility: hidden;
              display: block; } }
          .header_area .navbar .nav .nav-item.submenu ul:before {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 10px 10px 0 10px;
            border-color: #eeeeee transparent transparent transparent;
            position: absolute;
            right: 24px;
            top: 45px;
            z-index: 3;
            opacity: 0;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
          .header_area .navbar .nav .nav-item.submenu ul .nav-item {
            display: block;
            float: none;
            margin-right: 0px;
            border-bottom: 1px solid #ededed;
            margin-left: 0px;
            -webkit-transition: all 0.3s ease 0s;
            -moz-transition: all 0.3s ease 0s;
            -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item.active {
              background: #082060; }
              .header_area .navbar .nav .nav-item.submenu ul .nav-item.active .nav-link {
                color: #fff; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
              line-height: 45px;
              padding: 0px 30px;
              -webkit-transition: all 0.3s ease 0s;
              -moz-transition: all 0.3s ease 0s;
              -o-transition: all 0.3s ease 0s;
              transition: all 0.3s ease 0s;
              display: block;
              margin-right: 0px; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:last-child {
              border-bottom: none; }
            .header_area .navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
              background: #082060;
              color: #fff; }
        @media (min-width: 992px) {
          .header_area .navbar .nav .nav-item.submenu:hover ul {
            visibility: visible;
            opacity: 1; } }
        .header_area .navbar .nav .nav-item.submenu:hover ul .nav-item {
          margin-top: 0px; }
      .header_area .navbar .nav .nav-item:last-child {
        margin-right: 0px; }
    @media (min-width: 991px) {
      .header_area .navbar .nav.navbar-nav.navbar-right {
        display: -webkit-inline-box; } }
    .header_area .navbar .nav.navbar-nav.navbar-right li {
      margin-left: 25px;
      margin-right: 0px; }
      @media (max-width: 991px) {
        .header_area .navbar .nav.navbar-nav.navbar-right li {
          margin-left: 0px; } }
      .header_area .navbar .nav.navbar-nav.navbar-right li:first-child {
        margin-left: 35px; }
        @media (max-width: 991px) {
          .header_area .navbar .nav.navbar-nav.navbar-right li:first-child {
            display: none; } }
.header_area .navbar .nav.navbar-nav.navbar-right li span {
        color: #222222;
    line-height: 80px;
    font-weight: 600;
    position: relative;
    top: 7px;
    font-size: 22px;
}
    .header_area .navbar .nav.navbar-nav.navbar-right .search {
      background: transparent;
      border: 0;
      cursor: pointer;
      padding: 0; }

#search_input_box {
  position: fixed;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1200px;
  z-index: 999;
  text-align: center;
  padding: 5px 20px; }
  #search_input_box .form-control {
    background: transparent;
    border: 0;
    color: #ffffff;
    font-weight: 400;
    font-size: 15px;
    padding: 0; }
    #search_input_box .form-control:focus {
      box-shadow: none;
      outline: none; }
  #search_input_box input.placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box input:-moz-placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box input::-moz-placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box input::-webkit-input-placeholder {
    color: #ffffff;
    font-size: 14px; }
  #search_input_box .btn {
    width: 0;
    height: 0;
    padding: 0;
    border: 0; }
  #search_input_box .lnr-cross {
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    padding: 10px 3px; }

@media (max-width: 575px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding: 0px 15px; } }

/* banner area css
============================================================================================ */
.banner-area {
  background: url(../img/banner/banner-bg.jpg) center no-repeat;
  background-size: cover;
  position: relative; }
  @media (max-width: 768px) {
    .banner-area .fullscreen {
      height: 650px !important; } }
  .banner-area .active-banner-slider .owl-nav {
    position: absolute;
    right: 0;
    /* bottom: -200px; */
    opacity: 0;
    }
    @media (max-width: 1920px) {
      .banner-area .active-banner-slider .owl-nav {
        right: -115px; } }
    @media (max-width: 1680px) {
      .banner-area .active-banner-slider .owl-nav {
        right: 0px; } }
    @media (max-width: 991px) {
      .banner-area .active-banner-slider .owl-nav {
        display: none; } }
    .banner-area .active-banner-slider .owl-nav .owl-prev,
    .banner-area .active-banner-slider .owl-nav .owl-next {
      display: inline-block;
      margin: 10px;
      opacity: .5;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
      .banner-area .active-banner-slider .owl-nav .owl-prev:hover,
      .banner-area .active-banner-slider .owl-nav .owl-next:hover {
        opacity: 1; }
  .banner-area .banner-content {
    padding-left: 0px;
    padding-top: 100px;
    padding-bottom: 70px;
    }
    @media (max-width: 991px) {
      .banner-area .banner-content {
        padding-left: 0; } }
    .banner-area .banner-content h1 {
      font-size: 44px;
      line-height: 66px;
      font-weight: 700;
      margin-bottom: 30px;
      color: #0bb07c;
      }
      @media (max-width: 767px) {
        .banner-area .banner-content h1 {
          font-size: 35px;
          line-height: 46px; } }
    .banner-area .banner-content p {
      margin: 0;
      color: #3b3b3b;
      }
  @media (max-width: 991px) {
    .banner-area .banner-img {
      display: none; } }

.add-bag {
  margin-top: 30px; }
  .add-bag .add-btn {
    height: 50px;
    width: 50px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgba(255, 108, 0, 0.2); }
    .add-bag .add-btn span {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      display: inline-block;
      color: #fff; }
  .add-bag .add-text {
    padding-left: 15px;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    color: #0fa999;
    }

.organic-breadcrumb {
    background: #082060;
    background-size: cover;
        margin-top: 100px;
}
  @media (max-width: 991px) {
    .organic-breadcrumb {
      padding-top: 80px; } }
  @media (max-width: 767px) {
    .organic-breadcrumb {
      background: none;
      background: -webkit-linear-gradient(90deg, #082060 0%, #041e6d 100%);
      background: -moz-linear-gradient(90deg, #082060 0%, #041e6d 100%);
      background: -o-linear-gradient(90deg, #082060 0%, #041e6d 100%);
      background: linear-gradient(90deg, #082060 0%, #041e6d 100%); } }

#category .organic-breadcrumb {
  margin-bottom: 100px; }

.breadcrumb-banner {
  padding: 90px 0 30px 0; 
}
.breadcrumb-banner h1 {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Unbounded", sans-serif;   
}
.col-first nav {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border-radius: 20px;
    background-color: #d82221;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    width: 290px;
    height: 38px;
    line-height: 38px;
    padding-left: 10px;
    margin-bottom: 28px;
    padding-top: 0px;
    font-family: "Open Sans", sans-serif;
}
.col-first nav::before {
    position: absolute;
    content: "";
    width: 238px;
    height: 38px;
    border-radius: 20px;
    background-color: #082060;
    left: 0;
    top: 4px;
    z-index: -1;
}
    @media (max-width: 767px) {
      .breadcrumb-banner h1 {
        font-size: 30px; } }
  .breadcrumb-banner p {
    margin-bottom: 0;
    color: #fff; }
  .breadcrumb-banner nav a {
    display: inline-block;
    color: #fff;
    font-weight: 400; }
    .breadcrumb-banner nav a span {
      display: inline-block;
      margin: 0 10px; }
  .breadcrumb-banner .col-first {
    padding-right: 15px; }
    @media (max-width: 1680px) {
      .breadcrumb-banner .col-first {
        padding-right: 40px; } }
    @media (max-width: 991px) {
      .breadcrumb-banner .col-first {
        width: 48%; } }
    @media (max-width: 767px) {
      .breadcrumb-banner .col-first {
        width: 100%; } }

 .quick-view-carousel-details .owl-controls .owl-dots .owl-dot.active:after, .submit-btn, .submit-btn.color-1, .submit-btn.color-2, .submit-btn.color-3, .submit-btn.color-4, .view-btn.color-1:after, .view-btn.color-2:after, .view-btn.color-3:after, .view-btn.color-4:after {
  background-image: -moz-linear-gradient(45deg, #f6463d 0%, #f6398d 45%, #f52cdc 100%);
  background-image: -webkit-linear-gradient(45deg, #f6463d 0%, #f6398d 45%, #f52cdc 100%);
  background-image: -ms-linear-gradient(45deg, #f6463d 0%, #f6398d 45%, #f52cdc 100%); }

/* start features area css
============================================================================================ */
@media (max-width: 768px) {
  .features-area {
    padding-top: 0; } }
.features-area .col-lg-3:last-child .single-features {
  border-right: 0; }
  @media (max-width: 575px) {
    .features-area .col-lg-3:last-child .single-features {
      margin-top: 30px; } }
.features-area .col-lg-3:nth-child(3) .single-features,
.features-area .col-lg-3:nth-child(4) .single-features {
  margin-bottom: 0; }

.features-inner {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  background-color: #e9f9f6;
  }

.single-features {
  text-align: center;
  border-right: 1px solid #eeeeee; }
  @media (max-width: 991px) {
    .single-features {
      border-right: none;
      margin-bottom: 30px; } }
  .single-features .f-icon {
    margin-bottom: 20px; }
    .single-features .f-icon img {
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  .single-features h6 {
    font-size: 16px;
    margin-bottom: 0; }
  .single-features p {
    margin-bottom: 0; }
  .single-features:hover .f-icon img {
    opacity: .5; }

/* start features area css
============================================================================================ */
/* start category area css
============================================================================================ */
.single-deal {
  position: relative;
  margin-bottom: 30px; }
  .single-deal .overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
  .single-deal .deal-details {
    position: absolute;
    left: 50%;
    top: 115%;
    display: inline-block;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .single-deal .deal-details h6 {
      color: #fff;
      text-transform: uppercase; }
  .single-deal:hover .overlay {
    opacity: .5;
    visibility: visible; }
  .single-deal:hover .deal-details {
    top: 50%;
    opacity: 1;
    visibility: visible; }

/* end category area css
============================================================================================ */
/* start product area css
============================================================================================ */
.active-product-area {
  padding-top: 70px;
  padding-bottom: 50px; }
  .active-product-area .owl-nav div {
    position: absolute;
    left: 35%;
    top: 7%;
    /* opacity: 0; */
    }
    @media (max-width: 1440px) {
      .active-product-area .owl-nav div {
        left: 29%;
        top: 16%;
        } }
    @media (max-width: 1200px) {
      .active-product-area .owl-nav div {
        left: 28%; } }
    @media (max-width: 991px) {
      .active-product-area .owl-nav div {
        top: 3%;
        left: 25%; } }
    @media (max-width: 870px) {
      .active-product-area .owl-nav div {
        left: 15%; } }
    @media (max-width: 767px) {
      .active-product-area .owl-nav div {
        left: 10%;
        top: 2%;
        margin-top: -25px; } }
    @media (max-width: 570px) {
      .active-product-area .owl-nav div {
        left: 37%;
        top: 1%;
        margin-top: -25px; } }
    @media (max-width: 480px) {
      .active-product-area .owl-nav div {
        margin-top: -20px;
        left: 28%; } }
    .active-product-area .owl-nav div:hover {
      opacity: 1; }
  .active-product-area .owl-nav .owl-next {
    left: auto;
    right: 35%;
    /* opacity: 0; */
    }
    @media (max-width: 1440px) {
      .active-product-area .owl-nav .owl-next {
        right: 29%;
        top: 16%;
        } }
    @media (max-width: 1200px) {
      .active-product-area .owl-nav .owl-next {
        right: 28%; } }
    @media (max-width: 991px) {
      .active-product-area .owl-nav .owl-next {
        top: 3%;
        right: 25%; } }
    @media (max-width: 870px) {
      .active-product-area .owl-nav .owl-next {
        right: 15%; } }
    @media (max-width: 767px) {
      .active-product-area .owl-nav .owl-next {
        right: 10%;
        top: 2%;
        margin-top: -25px; } }
    @media (max-width: 570px) {
      .active-product-area .owl-nav .owl-next {
        right: 37%;
        top: 1%;
        margin-top: -25px; } }
    @media (max-width: 480px) {
      .active-product-area .owl-nav .owl-next {
        margin-top: -20px;
        right: 28%; } }

.single-product {
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #082060;
    padding: 25px 25px 25px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 6px solid #082060;
}
  .single-product img {
    margin-bottom: 20px;
    width: 100%; }
  .single-product .product-details h6 {
    font-size: 16px;
    text-transform: capitalize;
    }
  .single-product .product-details .price h6 {
    font-size: 14px;
    display: inline-block;
    padding-right: 15px;
    margin: 0; }
  .single-product .product-details .price .l-through {
    text-decoration: line-through;
    color: #cccccc;
    margin-bottom: 0; }
  .single-product .product-details .prd-bottom {
    position: relative;
    margin-top: 20px; }
    .single-product .product-details .prd-bottom .social-info {
      position: relative;
      display: inline-block;
      width: 35px;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      overflow: hidden; }
.single-product .product-details .prd-bottom .social-info span {
    position: relative;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    /* background: #082060; */
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 1;
    background-color: #0d1718;
    border: 1px solid #d82221;
}
.single-product .product-details .prd-bottom .social-info span:after {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          content: "";
          border-radius: 50%;
          opacity: 0;
          visibility: hidden;
          z-index: -1; 
    
}
      .single-product .product-details .prd-bottom .social-info .hover-text {
        position: absolute;
        left: 0;
        top: 3px;
        width: 100px;
        left: -40px;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 12px;
        color: #222222;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0;
        visibility: hidden; }
      .single-product .product-details .prd-bottom .social-info:hover {
        width: 115px; }
        .single-product .product-details .prd-bottom .social-info:hover span:after {
          opacity: 1;
          visibility: visible; }
        .single-product .product-details .prd-bottom .social-info:hover .hover-text {
          opacity: 1;
          visibility: visible;
          left: 40px; }

/* end product area css
============================================================================================ */
.exclusive-deal-area {
  /* background: #f9f9ff; */
  padding: 50px 0 100px;
  }
  .exclusive-deal-area .exclusive-left {
    position: realtive;
    /* background: url(../img/exclusive.jpg) center no-repeat; */
    background-size: cover;
    text-align: left;
    /* padding: 100px 0; */
    }
    @media (max-width: 1024px) {
      .exclusive-deal-area .exclusive-left {
        padding: 175px 0; } }
    .exclusive-deal-area .exclusive-left:before {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      content: "";
      /* background: #000; */
      opacity: .5;
      }
    .exclusive-deal-area .exclusive-left .clock_sec {
      /* padding: 0 190px; */
      }
      @media (max-width: 1680px) {
        .exclusive-deal-area .exclusive-left .clock_sec {
          /* padding: 0 135px; */
          } }
      @media (max-width: 1440px) {
        .exclusive-deal-area .exclusive-left .clock_sec {
          /* padding: 0 75px; */
          } }
      @media (max-width: 991px) {
        .exclusive-deal-area .exclusive-left .clock_sec {
          padding: 0 220px; } }
      @media (max-width: 767px) {
        .exclusive-deal-area .exclusive-left .clock_sec {
          padding: 0 130px; } }
      @media (max-width: 575px) {
        .exclusive-deal-area .exclusive-left .clock_sec {
          padding: 0 15px; } }
      .exclusive-deal-area .exclusive-left .clock_sec.row {
        margin-right: 0;
        margin-left: 0; }
      .exclusive-deal-area .exclusive-left .clock_sec h1 {
        font-size: 36px;
        color: #0fa999;
        margin: 0;
        margin-bottom: 15px;
        line-height: 40px !important;!i;!;
        font-weight: 600;
        text-align: left;
        }
        @media (max-width: 1380px) {
          .exclusive-deal-area .exclusive-left .clock_sec h1 {
            font-size: 30px; } }
      .exclusive-deal-area .exclusive-left .clock_sec p {
        color: #232323;
        margin-bottom: 30px;
        font-size: 16px;
        text-align: left;
        line-height: 32px;
        }
      .exclusive-deal-area .exclusive-left .clock_sec .clock-wrap {
        background: #fff;
        padding: 18px 0;
        border-radius: 5px; }
        .exclusive-deal-area .exclusive-left .clock_sec .clock-wrap .clockinner {
          color: #222222;
          border-right: 1px solid #eee; }
          .exclusive-deal-area .exclusive-left .clock_sec .clock-wrap .clockinner h1 {
            color: #222222;
            margin-bottom: 0; }
    .exclusive-deal-area .exclusive-left .primary-btn {
      /* margin-top: 40px; */
      }
  .exclusive-deal-area .exclusive-right {
    text-align: center;
    /* background: url(../img/exclusive.jpg) center no-repeat; */ */
    background-size: cover;
    /* padding: 20px 0 75px; */
    }
    .exclusive-deal-area .exclusive-right .active-exclusive-product-slider {
      padding: 0 230px; }
      @media (max-width: 1440px) {
        .exclusive-deal-area .exclusive-right .active-exclusive-product-slider {
          padding: 0 130px; } }
      @media (max-width: 1380px) {
        .exclusive-deal-area .exclusive-right .active-exclusive-product-slider {
          padding: 0 168px; } }
      @media (max-width: 1024px) {
        .exclusive-deal-area .exclusive-right .active-exclusive-product-slider {
          padding: 0 80px; } }
      @media (max-width: 991px) {
        .exclusive-deal-area .exclusive-right .active-exclusive-product-slider {
          margin-top: 50px; } }
      @media (max-width: 575px) {
        .exclusive-deal-area .exclusive-right .active-exclusive-product-slider {
          padding: 0 15px; } }
      @media (max-width: 767px) {
        .exclusive-deal-area .exclusive-right .active-exclusive-product-slider .owl-nav {
          display: none; } }
      .exclusive-deal-area .exclusive-right .active-exclusive-product-slider .owl-nav div {
        position: absolute;
        left: 5%;
        top: 50%;
        opacity: .3;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .exclusive-deal-area .exclusive-right .active-exclusive-product-slider .owl-nav div:hover {
          opacity: 1; }
      .exclusive-deal-area .exclusive-right .active-exclusive-product-slider .owl-nav .owl-next {
        left: auto;
        right: 5%; }
      @media (max-width: 991px) {
        .exclusive-deal-area .exclusive-right .active-exclusive-product-slider .single-exclusive-slider {
          padding-bottom: 80px; }
          .exclusive-deal-area .exclusive-right .active-exclusive-product-slider .single-exclusive-slider img {
            max-width: 450px;
            margin: 0 auto; } }
    .exclusive-deal-area .exclusive-right .product-details h4 {
      font-size: 20px;
      text-transform: capitalize;
      }
    .exclusive-deal-area .exclusive-right .product-details .price h6 {
      font-size: 18px;
      display: inline-block;
      padding-right: 15px;
      margin-bottom: 15px;
      margin-top: 20px;
      }
    .exclusive-deal-area .exclusive-right .product-details .price .l-through {
      text-decoration: line-through;
      color: #cccccc;
      margin-bottom: 0; }
    .exclusive-deal-area .exclusive-right .product-details .add-bag {
      margin: 20px 0;
      }
      .exclusive-deal-area .exclusive-right .product-details .add-bag .add-btn {
        height: 30px;
        width: 30px;
        line-height: 32px; }
        .exclusive-deal-area .exclusive-right .product-details .add-bag .add-btn span {
          transform: rotate(0deg); }

@media (max-width: 767px) {
  .single-img {
    min-width: 50%; } }
.single-img img {
  opacity: .2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  @media (max-width: 800px) {
    .single-img img {
      margin-bottom: 40px; } }
  .single-img img:hover {
    opacity: .8; }

.single-related-product {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .single-related-product .desc {
    margin: 10px 0px 10px 15px; }
  .single-related-product .price h6 {
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0px; }
  .single-related-product .price .l-through {
    text-decoration: line-through;
    color: #cccccc;
    margin-bottom: 0; }
  .single-related-product a {
    color: #222222;
    text-transform: uppercase; }
  .single-related-product:hover .desc a {
    color: #082060; }

@media (max-width: 991px) {
  .ctg-right {
    display: none; } }

.description {
  padding: 30px;
  border: 1px solid #eee;
  border-top: 0px; }

.quick-view-carousel-details {
  position: relative; }
  .quick-view-carousel-details .item {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    height: 600px;
    display: block; }
  .quick-view-carousel-details .owl-controls {
    position: absolute;
    bottom: 20px;
    right: 20px; }
    .quick-view-carousel-details .owl-controls .owl-dots .owl-dot {
      width: 60px;
      height: 60px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      margin-left: 10px; }
      .quick-view-carousel-details .owl-controls .owl-dots .owl-dot:nth-child(1) {
        background: url(../img/ob1.jpg);
        margin-left: 0; }
      .quick-view-carousel-details .owl-controls .owl-dots .owl-dot:nth-child(2) {
        background: url(../img/ob2.jpg); }
      .quick-view-carousel-details .owl-controls .owl-dots .owl-dot:nth-child(3) {
        background: url(../img/ob3.jpg); }
      .quick-view-carousel-details .owl-controls .owl-dots .owl-dot.active {
        box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
        position: relative; }
        .quick-view-carousel-details .owl-controls .owl-dots .owl-dot.active:after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          opacity: .8;
          left: 0;
          top: 0; }

.category-list .single-product {
  margin-top: 30px; }

label {
  margin-bottom: 0; }

.view-btn {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #eee;
  padding: 0 30px;
  cursor: pointer;
  min-width: 172px; }
  .view-btn.color-2:after {
    border-radius: 0; }
  .view-btn span {
    font-weight: 400; }

.quantity-container .quantity-amount {
  width: 50px;
  line-height: 36px;
  border: 1px solid #eeeeee;
  border-right: 0px;
  border-radius: 3px;
  margin-right: -3px;
  padding-left: 20px; }
.quantity-container .arrow {
  height: 17px;
  padding-left: 15px;
  border: none;
  cursor: pointer;
  background: #fff; }
  .quantity-container .arrow:focus {
    outline: none; }
  .quantity-container .arrow span {
    font-size: 12px; }
.quantity-container .arrow-btn {
  padding: 1px 0 3px 0;
  border: 1px solid #eeeeee;
  border-left: 0px;
  border-radius: 3px; }

.tracking_form .primary-btn {
  border-radius: 0px;
  line-height: 38px;
  border: none; }
  .tracking_form .primary-btn:hover:before {
    left: 170px; }

.load-product {
  display: none; }

.submit-btn {
  display: inline-block;
  line-height: 42px;
  border-radius: 20px;
  text-transform: uppercase;
  padding: 0 40px;
  text-align: center;
  z-index: 4;
  color: #fff;
  transition: visibility 0s, opacity 0.5s linear;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0; }

.view-btn {
  display: inline-block;
  line-height: 40px;
  padding: 0 40px;
  text-align: center;
  background: #fff;
  box-shadow: 2.828px 2.828px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 3px;
  position: relative; }
  .view-btn span {
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3; }
  .view-btn i {
    color: #222222;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    z-index: 3; }
  .view-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 3px;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .view-btn.reply {
    padding: 0 30px;
    text-transform: capitalize;
    border-radius: 20px;
    margin-left: auto;
    box-shadow: none;
    border: 1px solid #eee; }
    .view-btn.reply span {
      font-weight: 300;
      margin-left: 10px; }
    .view-btn.reply:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      border-radius: 20px;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: 2;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .view-btn.reply:hover {
      border: 1px solid transparent; }
  .view-btn:hover:after {
    opacity: 1; }
  .view-btn:hover span {
    color: #fff; }
  .view-btn:hover i {
    color: #fff; }

.filter-bar {
  padding: 0px 20px 10px 20px;
  background: #828bb3; }
  .filter-bar a, .filter-bar i {
    color: #000; }

.main-categories a {
  color: #000; }

.sorting {
  margin-top: 10px;
  margin-right: 10px; }
  .sorting .nice-select {
    border-radius: 0px;
    border: 1px solid #eee;
    padding-right: 50px; }
    .sorting .nice-select:after {
      right: 18px; }
    .sorting .nice-select .list {
      border-radius: 0px; }

.pagination {
  margin-top: 10px;
  border-left: 1px solid #eee;
  border-radius: 0px; }
  .pagination a {
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: #fff; }
    .pagination a.active {
      color: #fff; }
    .pagination a:hover {
      color: #fff; }
  .pagination .dot-dot {
    width: auto;
    background: transparent;
    border-top: 0px;
    border-bottom: 0px;
    color: #cccccc;
    padding: 0 5px; }
    .pagination .dot-dot:hover {
      background: transparent;
      border: 0px;
      border-right: 1px solid #eee;
      color: #cccccc; }

.sidebar-categories .head {
  line-height: 60px;
  background: #828bb3;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 400;
  color: #fff; }
.sidebar-categories .main-categories {
  padding: 0 20px;
  background: #fff;
  box-shadow: 0 10px 10px rgba(153, 153, 153, 0.1); }
.sidebar-categories .main-nav-list a {
  font-size: 14px;
  display: block;
  line-height: 50px;
  padding-left: 10px;
  border-bottom: 1px solid #eee; }
  .sidebar-categories .main-nav-list a:hover {
    color: #082060; }
  .sidebar-categories .main-nav-list a .number {
    color: #cccccc;
    margin-left: 10px; }
  .sidebar-categories .main-nav-list a .lnr {
    margin-right: 10px;
    display: none; }
.sidebar-categories .main-nav-list.child a {
  padding-left: 32px; }

.sidebar-filter {
  margin-top: 50px; }
  .sidebar-filter .top-filter-head {
    line-height: 60px;
    background: #828bb3;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 400;
    color: #fff; }
  .sidebar-filter .head {
    line-height: 60px;
    padding: 0 30px;
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    margin-top: 5px; }
  .sidebar-filter .common-filter {
    border-bottom: 1px solid #eee;
    padding-bottom: 25px; }
    .sidebar-filter .common-filter .filter-list {
      position: relative;
      padding-left: 28px; }

.filter-list {
  line-height: 30px; }
  .filter-list i {
    margin-right: 10px;
    cursor: pointer; }
  .filter-list .number {
    color: #ccc; }
  .filter-list label {
    margin-bottom: 3px;
    cursor: pointer; }
@keyframes click-wave {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.35;
    position: absolute;
    top: 50%;
    left: 50%; }
  100% {
    transform: translate(-50%, -50%) scale(3);
    opacity: 0;
    top: 50%;
    left: 50%;
    position: absolute; } }
.pixel-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  height: 20px;
  width: 20px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #fff;
  border: 1px solid #eee;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  outline: none;
  position: relative;
  z-index: 1; }

.pixel-radio:checked {
  border: 7px solid #082060; }

.pixel-radio:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #082060;
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  opacity: 0; }

.pixel-radio {
  border-radius: 50%;
  top: 6px; }

.pixel-radio::after {
  border-radius: 50%; }

.price-range-area {
  padding: 30px 30px 0 30px; }
  .price-range-area .value-wrapper {
    margin-top: 20px;
    color: #cccccc; }
    .price-range-area .value-wrapper .to {
      margin: 0 5px; }
  .price-range-area .price {
    margin-right: 5px;
    color: #777777; }

/* Feature Product Area css
============================================================================================ */

/* End Feature Product Area css
============================================================================================ */
/* End Feature Product Area css
============================================================================================ */

/* End Feature Product Area css
============================================================================================ */
/* Product Sidebar Area css
============================================================================================ */

/* End Product Sidebar Area css
============================================================================================ */
/* Single Product Area css
============================================================================================ */
.product_image_area {
  padding-top: 120px; }

.s_Product_carousel .owl-dots {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }
  .s_Product_carousel .owl-dots div {
    height: 5px;
    width: 20px;
    background: #dddddd;
    margin: 5px;
    display: block;
    content: "";
    border-radius: 50px; }
    .s_Product_carousel .owl-dots div.active {
      width: 30px; }

.s_product_text {
  margin-left: -15px;
  margin-top: 65px; }
  @media (max-width: 575px) {
    .s_product_text {
      margin-left: 0px; } }
  .s_product_text h3 {
    font-size: 24px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 10px; }
  .s_product_text h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px; }
  .s_product_text .list li {
    margin-bottom: 5px; }
    .s_product_text .list li a {
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: normal;
      color: #555555; }
      .s_product_text .list li a span {
        width: 90px;
        display: inline-block; }
        .s_product_text .list li a span:hover {
          color: #555; }
      .s_product_text .list li a.active span {
        color: #555;
        -webkit-text-fill-color: #555; }
    .s_product_text .list li:last-child {
      margin-bottom: 0px; }
  .s_product_text p {
    padding-top: 20px;
    border-top: 1px dotted #d5d5d5;
    margin-top: 20px;
    margin-bottom: 70px; }
  .s_product_text .card_area .primary-btn {
    line-height: 38px;
    padding: 0px 38px;
    text-transform: uppercase;
    margin-right: 10px;
    border-radius: 5px; }
  .s_product_text .card_area .icon_btn {
    position: relative;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #828bb2;
    border-radius: 50%;
    display: inline-block;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-right: 10px;
    z-index: 1; }
    .s_product_text .card_area .icon_btn:after {
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      content: "";
      border-radius: 50%;
      opacity: 0;
      visibility: hidden;
      z-index: -1; }
    .s_product_text .card_area .icon_btn:hover:after {
      opacity: 1;
      visibility: visible; }

.product_count {
  display: inline-block;
  position: relative;
  margin-bottom: 24px; }
  .product_count label {
    font-size: 14px;
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    padding-right: 10px; }
  .product_count input {
    width: 60px;
    border: 1px solid #d3d3d3;
    /* border-radius: 2px; */
    /* padding-left: 10px; */
    height: 36px;
    text-align: center;
    }
  .product_count button {
    display: inline;
    border: none;
    background: transparent;
    /* box-shadow: none; */
    cursor: pointer;
    /* position: absolute; */
    /* right: 0px; */
    /* font-size: 16px; */
    /* color: #cccccc; */
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    }
    .product_count button:hover {
      color: #222222; }
  .product_count .increase {
    bottom: 15px;
    right: 2px;
    font-size: 20px;
    }
  .product_count .reduced {
    /* bottom: 11px; */
    }

.product_description_area {
  padding-bottom: 120px;
  margin-top: 60px; }
  .product_description_area .nav.nav-tabs {
    background: #082060;
    text-align: center;
    display: block;
    border: none;
    padding: 10px 0px; 
}
.product_description_area .nav.nav-tabs li {
      display: inline-block;
      margin-right: 7px; 
}
.product_description_area .nav.nav-tabs li:last-child {
        margin-right: 0px; 
}
@media (max-width: 441px) {
    .product_description_area .nav.nav-tabs li:last-child {
        margin-top: 15px; 
    } 
}
.product_description_area .nav.nav-tabs li a {
    line-height: 38px;
    color: #fff;
    padding: 5px 30px;
    background: #0d1718;
    border-radius: 25px;
    border: 1px solid #d82221;
    font-size: 15px;
}
@media (max-width: 570px) {
    .product_description_area .nav.nav-tabs li a {
            padding: 0 15px; 
    } 
}
.product_description_area .nav.nav-tabs li a.active {
          color: #fff;
          border: 1px solid transparent; 
}
.product_description_area .tab-content {
    border-radius: 0px 0px 30px 30px;
    background-color: #ffffff;
    border: 1px solid #082060;
    padding: 25px 25px 25px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 6px solid #082060; 
}
    .product_description_area .tab-content .total_rate .box_total {
      background: #e8f0f2;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px; }
      .product_description_area .tab-content .total_rate .box_total h4 {
        font-size: 48px;
        font-weight: bold; }
      .product_description_area .tab-content .total_rate .box_total h5 {
        color: #222222;
        margin-bottom: 0px;
        font-size: 24px; }
      .product_description_area .tab-content .total_rate .box_total h6 {
        color: #222222;
        margin-bottom: 0px;
        font-size: 14px;
        color: #777777;
        font-weight: normal; }
    .product_description_area .tab-content .total_rate .rating_list {
      margin-bottom: 30px; }
      .product_description_area .tab-content .total_rate .rating_list h3 {
        font-size: 18px;
        color: #222222;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        margin-bottom: 10px; }
      .product_description_area .tab-content .total_rate .rating_list .list li a {
        font-size: 14px;
        color: #777777; }
        .product_description_area .tab-content .total_rate .rating_list .list li a i {
          color: #fbd600; }
      .product_description_area .tab-content .total_rate .rating_list .list li:nth-child a i:last-child {
        color: #eeeeee; }
    .product_description_area .tab-content .table {
      margin-bottom: 0px; }
      .product_description_area .tab-content .table tbody tr td {
        padding-left: 65px;
        padding-right: 65px;
        padding-top: 14px;
        padding-bottom: 14px; }
        .product_description_area .tab-content .table tbody tr td h5 {
          font-size: 14px;
          font-family: "Roboto", sans-serif;
          font-weight: normal;
          color: #777777;
          margin-bottom: 0px;
          white-space: nowrap; }
      .product_description_area .tab-content .table tbody tr:first-child td {
        border-top: 0px; }

.review_item {
  margin-bottom: 15px; }
  .review_item:last-child {
    margin-bottom: 0px; }
  .review_item .media {
    position: relative; }
    .review_item .media .d-flex {
      padding-right: 15px; }
    .review_item .media .media-body {
      vertical-align: middle;
      align-self: center; }
      .review_item .media .media-body h4 {
        margin-bottom: 0px;
        font-size: 14px;
        color: #222222;
        font-family: "Roboto", sans-serif;
        margin-bottom: 8px; }
      .review_item .media .media-body i {
        color: #fbd600; }
      .review_item .media .media-body h5 {
        font-size: 13px;
        font-weight: normal;
        color: #777777; }
      .review_item .media .media-body .reply_btn {
        border: 1px solid #e0e0e0;
        padding: 0px 28px;
        display: inline-block;
        line-height: 32px;
        border-radius: 16px;
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        color: #222222;
        position: absolute;
        right: 0px;
        top: 14px;
        @icnlude transition; }
        .review_item .media .media-body .reply_btn:hover {
          background: #082060;
          border-color: #082060;
          color: #fff; }
  .review_item p {
    padding-top: 10px;
    margin-bottom: 0px; }
  .review_item.reply {
    padding-left: 28px; }

.review_box h4 {
  font-size: 24px;
  color: #222222;
  margin-bottom: 20px; }
.review_box p {
  margin-bottom: 0px;
  display: inline-block; }
.review_box .list {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px; }
  .review_box .list li {
    display: inline-block; }
    .review_box .list li a {
      display: inline-block;
      color: #fbd600; }
.review_box .contact_form {
  margin-top: 15px; }
.review_box .primary-btn {
  line-height: 38px !important;
  padding: 0px 38px;
  text-transform: uppercase;
  margin-right: 10px;
  border-radius: 5px;
  border: none; }

/* End Single Product Area css
============================================================================================ */
/* Cart Area css
============================================================================================ */
.cart_area {
  padding-top: 100px;
  padding-bottom: 100px; }

.cart_inner .table thead tr th {
  border-top: 0px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  color: #777777;
  border-bottom: 0px !important; }
.cart_inner .table tbody tr td {
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
  align-self: center; }
  .cart_inner .table tbody tr td .media .d-flex {
    padding-right: 30px; }
    .cart_inner .table tbody tr td .media .d-flex img {
      border: 1px solid #eeeeee;
      border-radius: 3px;
      width: 100px;
      }
  .cart_inner .table tbody tr td .media .media-body {
    vertical-align: middle;
    align-self: center; }
    .cart_inner .table tbody tr td .media .media-body p {
      margin-bottom: 0px; }
  .cart_inner .table tbody tr td h5 {
    font-size: 14px;
    color: #222222;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0px; }
  .cart_inner .table tbody tr td .product_count {
    margin-bottom: 0px; }
    .cart_inner .table tbody tr td .product_count input {
      /* width: 100px; */
      /* padding-left: 30px; */
      /* height: 40px; */
      /* outline: none; */
      /* box-shadow: none; */
      }
    .cart_inner .table tbody tr td .product_count .increase {
      top: -2px;
      }
      .cart_inner .table tbody tr td .product_count .increase:before {
        /* content: ""; */
        height: 40px;
        width: 1px;
        position: absolute;
        left: -3px;
        top: 0px;
        background: #eeeeee;
        }
      .cart_inner .table tbody tr td .product_count .increase:after {
        /* content: ""; */
        height: 1px;
        width: 30px;
        position: absolute;
        left: -3px;
        top: 22px;
        background: #eeeeee;
        }
    .cart_inner .table tbody tr td .product_count .reduced {
      bottom: -1px;
      font-size: 30px;
      right: 3px;
      }
.cart_inner .table tbody tr.bottom_button .gray_btn {
  line-height: 38px;
  background: #e8f0f2;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 0px 40px;
  display: inline-block;
  color: #222222;
  text-transform: uppercase;
  font-weight: 500; }
.cart_inner .table tbody tr.bottom_button td:last-child {
  width: 60px; }
.cart_inner .table tbody tr.bottom_button td .cupon_text {
  margin-left: -446px; }
  .cart_inner .table tbody tr.bottom_button td .cupon_text input {
    width: 200px;
    padding: 0px 15px;
    border-radius: 3px;
    border: 1px solid #eeeeee;
    height: 40px;
    font-size: 14px;
    color: #cccccc;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    margin-right: -3px;
    outline: none;
    box-shadow: none; }
    .cart_inner .table tbody tr.bottom_button td .cupon_text input.placeholder {
      font-size: 14px;
      color: #cccccc;
      font-family: "Roboto", sans-serif;
      font-weight: normal; }
    .cart_inner .table tbody tr.bottom_button td .cupon_text input:-moz-placeholder {
      font-size: 14px;
      color: #cccccc;
      font-family: "Roboto", sans-serif;
      font-weight: normal; }
    .cart_inner .table tbody tr.bottom_button td .cupon_text input::-moz-placeholder {
      font-size: 14px;
      color: #cccccc;
      font-family: "Roboto", sans-serif;
      font-weight: normal; }
    .cart_inner .table tbody tr.bottom_button td .cupon_text input::-webkit-input-placeholder {
      font-size: 14px;
      color: #cccccc;
      font-family: "Roboto", sans-serif;
      font-weight: normal; }
  .cart_inner .table tbody tr.bottom_button td .cupon_text .primary-btn {
    height: 40px;
    line-height: 38px;
    text-transform: uppercase;
    padding: 0px 38px;
    margin-right: -3px;
    border-radius: 0; }
  .cart_inner .table tbody tr.bottom_button td .cupon_text .gray_btn {
    padding: 0px 40px; }
.cart_inner .table tbody tr.shipping_area td:nth-child(3) {
  vertical-align: top; }
.cart_inner .table tbody tr.shipping_area .shipping_box {
  margin-left: -250px;
  text-align: right; }
  .cart_inner .table tbody tr.shipping_area .shipping_box .list li {
    margin-bottom: 12px; }
    .cart_inner .table tbody tr.shipping_area .shipping_box .list li:last-child {
      margin-bottom: 0px; }
    .cart_inner .table tbody tr.shipping_area .shipping_box .list li a {
      padding-right: 30px;
      font-size: 14px;
      color: #777777;
      position: relative; }
      .cart_inner .table tbody tr.shipping_area .shipping_box .list li a:before {
        content: "";
        height: 16px;
        width: 16px;
        border: 1px solid #cdcdcd;
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        right: 0px;
        top: 50%;
        transform: translateY(-50%); }
      .cart_inner .table tbody tr.shipping_area .shipping_box .list li a:after {
        content: "";
        height: 10px;
        width: 10px;
        border-radius: 50%;
        background: #082060;
        display: inline-block;
        position: absolute;
        right: 3px;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0; }
    .cart_inner .table tbody tr.shipping_area .shipping_box .list li.active a:after {
      opacity: 1; }
  .cart_inner .table tbody tr.shipping_area .shipping_box h6 {
    font-size: 14px;
    font-weight: normal;
    color: #222222;
    font-family: "Roboto", sans-serif;
    margin-top: 20px;
    margin-bottom: 20px; }
    .cart_inner .table tbody tr.shipping_area .shipping_box h6 i {
      color: #777777;
      padding-left: 5px; }
  .cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select {
    display: block;
    width: 100%;
    background: #e8f0f2;
    border: 1px solid #eeeeee;
    height: 40px;
    margin-bottom: 20px; }
    .cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list {
      width: 100%;
      border-radius: 0px; }
      .cart_inner .table tbody tr.shipping_area .shipping_box .shipping_select .list li {
        font-size: 14px;
        font-weight: normal;
        color: #777777; }
  .cart_inner .table tbody tr.shipping_area .shipping_box input {
    height: 40px;
    outline: none;
    border: 1px solid #eeeeee;
    background: #e8f0f2;
    width: 100%;
    padding: 0px 15px;
    margin-bottom: 20px; }
.cart_inner .table tbody tr.out_button_area .checkout_btn_inner {
  margin-left: -475px; 
}
  .cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn {
    height: 40px;
    padding: 0px 30px;
    line-height: 38px;
    text-transform: uppercase;
    border-radius: 0; }
    .cart_inner .table tbody tr.out_button_area .checkout_btn_inner .primary-btn:hover:before {
      left: 240px; }

.gray_btn {
  line-height: 38px;
  background: #e8f0f2;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 0px 25px;
  display: inline-block;
  color: #222222;
  text-transform: uppercase;
  font-weight: 500;
  }

/* End Cart Area css
============================================================================================ */
/* End Cart Area css
============================================================================================ */
.check_title h2 {
  font-size: 14px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  background: #e8f0f2;
  line-height: 40px !important;
  padding-left: 30px;
  margin-bottom: 0px; }
  .check_title h2 a {
    color: #c5322d;
    text-decoration: underline; }

.returning_customer p {
  margin-top: 15px;
  padding-left: 30px;
  margin-bottom: 25px; }
.returning_customer .contact_form {
  max-width: 710px;
  margin-left: 15px; }
  .returning_customer .contact_form .form-group {
    margin-bottom: 20px; }
    .returning_customer .contact_form .form-group input {
      border: 1px solid #eeeeee;
      height: 40px;
      border-radius: 3px;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      color: #777777;
      font-weight: normal; }
      .returning_customer .contact_form .form-group input.placeholder {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        color: #777777;
        font-weight: normal; }
      .returning_customer .contact_form .form-group input:-moz-placeholder {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        color: #777777;
        font-weight: normal; }
      .returning_customer .contact_form .form-group input::-moz-placeholder {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        color: #777777;
        font-weight: normal; }
      .returning_customer .contact_form .form-group input::-webkit-input-placeholder {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        color: #777777;
        font-weight: normal; }
    .returning_customer .contact_form .form-group .primary-btn {
      line-height: 38px;
      padding: 0px 38px;
      text-transform: uppercase;
      margin-right: 10px;
      border-radius: 2px;
      border: none; }
    .returning_customer .contact_form .form-group .creat_account {
      display: inline-block;
      margin-left: 15px; }
      .returning_customer .contact_form .form-group .creat_account input {
        height: auto;
        margin-right: 10px; }
    .returning_customer .contact_form .form-group .lost_pass {
      display: block;
      margin-top: 20px;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      color: #777777;
      font-weight: normal; }

.p_star {
  display: inline-block;
  position: relative; }

.p_star input {
  background: #fff; }

.p_star input:focus + .placeholder {
  display: none; }

.p_star .placeholder {
  /* position: absolute; */
  top: -48%;
  /* transform: translateY(-50%); */
  left: 30px;
  z-index: 1;
  }

.p_star .placeholder::before {
  content: attr(data-placeholder);
  color: #777; }

.p_star .placeholder::after {
  content: " *";
  color: tomato; }

.cupon_area {
  margin-bottom: 40px; }
  .cupon_area input {
    margin-left: 30px;
    max-width: 730px;
    width: 100%;
    display: block;
    height: 40px;
    border-radius: 3px;
    padding: 0px 15px;
    border: 1px solid #eeeeee;
    outline: none;
    box-shadow: none;
    margin-top: 20px;
    margin-bottom: 20px; }
  .cupon_area .tp_btn {
    margin-left: 30px; }

.tp_btn {
  border: 1px solid #eeeeee;
  display: inline-block;
  line-height: 38px;
  padding: 0px 40px;
  color: #222222;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  border-radius: 3px; }
  .tp_btn:hover {
    background: #082060;
    color: #fff;
    border-color: #082060; }

.billing_details h3 {
  font-size: 18px;
  color: #222222;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 30px; }
.billing_details .contact_form .form-group {
  margin-bottom: 20px; }
  .billing_details .contact_form .form-group input {
    border-radius: 3px;
    color: #777777; }
    .billing_details .contact_form .form-group input.placeholder {
      color: #777777; }
    .billing_details .contact_form .form-group input:-moz-placeholder {
      color: #777777; }
    .billing_details .contact_form .form-group input::-moz-placeholder {
      color: #777777; }
    .billing_details .contact_form .form-group input::-webkit-input-placeholder {
      color: #777777; }
  .billing_details .contact_form .form-group textarea {
    height: 150px;
    border-radius: 3px;
    margin-top: 15px; }
  .billing_details .contact_form .form-group .country_select {
    width: 100%; }
    .billing_details .contact_form .form-group .country_select span {
      color: #777777; }
    .billing_details .contact_form .form-group .country_select .list {
      width: 100%;
      border-radius: 0px; }
      .billing_details .contact_form .form-group .country_select .list li {
        font-size: 14px;
        font-family: "Roboto", sans-serif;
        font-weight: normal; }
  .billing_details .contact_form .form-group .creat_account #f-option2 {
    margin-right: 5px; }
  .billing_details .contact_form .form-group .creat_account #f-option3 {
    margin-right: 5px; }
  .billing_details .contact_form .form-group .creat_account a {
    color: #082060; }

.order_box {
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #082060;
    padding: 25px 25px 25px;
    position: relative;
    margin-bottom: 10px;
    border-bottom: 6px solid #082060;
}
  .order_box h2 {
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    font-weight: 500;
    color: #222222;
    padding-bottom: 15px; }
  .order_box .list li a {
    font-size: 11px;
    color: #777777;
    font-weight: normal;
    border-bottom: 1px solid #eeeeee;
    display: block;
    line-height: 42px; }
    .order_box .list li a span {
      float: right; }
    .order_box .list li a .middle {
      float: none;
      width: 50px;
      text-align: right;
      display: inline-block;
      margin-left: -30px;
      color: #222222; }
  .order_box .list li:nth-child(4) a .middle {
    margin-left: -20px; 
}
  .order_box .list_2 li a {
    text-transform: uppercase;
    color: #222222;
    font-weight: 500; }
    .order_box .list_2 li a span {
      color: #777777;
      text-transform: capitalize; }
  .order_box .list_2 li:last-child a span {
    color: #222222; }
  .order_box .payment_item h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 500;
    padding-left: 22px;
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px; }
    .order_box .payment_item h4:before {
      content: "";
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 1px solid #cdcdcd;
      background: #fff;
      display: block;
      position: absolute;
      left: 0px;
      top: 50%;
      transform: translateY(-50%); }
    .order_box .payment_item h4:after {
      content: "";
      height: 4px;
      width: 4px;
      background: #fff;
      border-radius: 50%;
      display: block;
      position: absolute;
      left: 5px;
      top: 8px; }
    .order_box .payment_item h4 img {
      padding-left: 60px; }
  .order_box .payment_item p {
    background: #fff;
    padding: 20px; }
  .order_box .payment_item.active h4:before {
    background: #082060;
    border-color: #082060; }
  .order_box .creat_account {
    margin-bottom: 15px; }
    .order_box .creat_account label {
      padding-left: 10px;
      font-size: 12px;
      color: #222222;
      display: contents;
      }
    .order_box .creat_account a {
      color: #c5322d; }
  .order_box .primary-btn {
    display: block;
    line-height: 38px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 2px; }
    .order_box .primary-btn:hover:before {
      left: 310px; }

.order_details .title_confirmation {
  text-align: center;
  color: #28d500;
  font-size: 18px;
  margin-bottom: 80px; }

.order_d_inner .details_item h4 {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  font-size: 18px;
  color: #222222;
  padding-left: 18px; }
.order_d_inner .details_item .list {
  padding-left: 18px; }
  @media (min-width: 767px) {
    .order_d_inner .details_item .list {
      margin-bottom: 30px; } }
  .order_d_inner .details_item .list li {
    margin-bottom: 8px; }
    .order_d_inner .details_item .list li:last-child {
      margin-bottom: 0px; }
    .order_d_inner .details_item .list li a {
      font-size: 14px;
      color: #222222;
      font-family: "Roboto", sans-serif; }
      .order_d_inner .details_item .list li a span {
        width: 145px;
        display: inline-block;
        color: #777777; }

.order_details_table {
  background: #e5ecee;
  padding: 30px;
  margin-top: 75px; }
  @media (min-width: 767px) {
    .order_details_table {
      margin-top: 45px; } }
  .order_details_table h2 {
    color: #222222;
    font-size: 18px;
    padding-bottom: 15px; }
  .order_details_table .table {
    margin-bottom: 0px; }
    .order_details_table .table thead tr th {
      border-bottom: 1px solid #ddd;
      font-size: 14px;
      font-family: "Roboto", sans-serif;
      font-weight: normal; }
    .order_details_table .table tbody tr td p {
      margin-bottom: 0px; }
    .order_details_table .table tbody tr td h5 {
      color: #222222;
      margin-bottom: 0px; }
    .order_details_table .table tbody tr td h4 {
      font-size: 14px;
      text-transform: uppercase;
      margin-bottom: 0px;
      color: #222222; }
    .order_details_table .table tbody tr:last-child td {
      border-top: 1px solid #ddd; }
      .order_details_table .table tbody tr:last-child td p {
        color: #222222; }

/* End Cart Area css
============================================================================================ */
/* Login form Area css
============================================================================================ */
.login_box_area .login_box_img {
  margin-right: -30px;
  position: relative; }
  .login_box_area .login_box_img img {
    width: 100%; }
  .login_box_area .login_box_img:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: #000;
    opacity: .5; }
  .login_box_area .login_box_img .hover {
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    width: 100%;
    transform: translateY(-50%); }
    .login_box_area .login_box_img .hover h4 {
      font-size: 24px;
      color: #fff;
      margin-bottom: 15px; }
    .login_box_area .login_box_img .hover p {
      max-width: 380px;
      margin: 0px auto 25px;
      color: #fff; }
    .login_box_area .login_box_img .hover .primary-btn {
      border-radius: 0px;
      line-height: 38px;
      text-transform: uppercase; }
      .login_box_area .login_box_img .hover .primary-btn:hover:before {
        left: 260px; }

.login_form_inner {
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.07);
  height: 100%;
  text-align: center;
  padding-top: 115px; }
  .login_form_inner h3 {
    color: #222222;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px; }
  .login_form_inner .login_form {
    max-width: 385px;
    margin: auto; }

.login_form .form-group input {
  height: 54px;
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 0px;
  outline: none;
  box-shadow: none; }
.login_form .form-group .creat_account {
  margin-top: 10px;
  margin-bottom: 15px;
  text-align: left; }
  .login_form .form-group .creat_account input {
    height: auto;
    margin-right: 10px; }
.login_form .form-group .primary-btn {
  display: block;
  border-radius: 0px;
  line-height: 38px;
  width: 100%;
  text-transform: uppercase;
  border: none; }
  .login_form .form-group .primary-btn:hover:before {
    left: 370px; }
.login_form .form-group a {
  font-size: 14px;
  color: #777777;
  font-family: "Roboto", sans-serif;
  margin-top: 20px;
  display: block; }

/* End Login form Area css
============================================================================================ */
/* Tracking Form Area css
============================================================================================ */
.tracking_box_area .tracking_box_inner p {
  max-width: 870px;
  color: #222222;
  margin-bottom: 25px; }
.tracking_box_area .tracking_box_inner .tracking_form {
  max-width: 645px; }
  .tracking_box_area .tracking_box_inner .tracking_form .form-group input {
    height: 40px;
    border: 1px solid #eee;
    padding: 0px 15px;
    outline: none;
    box-shadow: none;
    border-radius: 0px;
    font-size: 14px;
    color: #777777;
    font-family: "Roboto", sans-serif;
    font-weight: normal; }
    .tracking_box_area .tracking_box_inner .tracking_form .form-group input.placeholder {
      font-size: 14px;
      color: #777777;
      font-family: "Roboto", sans-serif;
      font-weight: normal; }
    .tracking_box_area .tracking_box_inner .tracking_form .form-group input:-moz-placeholder {
      font-size: 14px;
      color: #777777;
      font-family: "Roboto", sans-serif;
      font-weight: normal; }
    .tracking_box_area .tracking_box_inner .tracking_form .form-group input::-moz-placeholder {
      font-size: 14px;
      color: #777777;
      font-family: "Roboto", sans-serif;
      font-weight: normal; }
    .tracking_box_area .tracking_box_inner .tracking_form .form-group input::-webkit-input-placeholder {
      font-size: 14px;
      color: #777777;
      font-family: "Roboto", sans-serif;
      font-weight: normal; }
  .tracking_box_area .tracking_box_inner .tracking_form .form-group:last-child {
    margin-bottom: 0px; }
  .tracking_box_area .tracking_box_inner .tracking_form .form-group .submit_btn {
    text-transform: uppercase; }

/* End Tracking Form Area css
============================================================================================ */
.radion_btn input[type=radio] {
  position: absolute;
  visibility: hidden; }

.radion_btn {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px; }
  .radion_btn img {
    position: absolute;
    right: 40px;
    top: 0px; }

.radion_btn label {
  display: block;
  position: relative;
  font-weight: 300;
  font-size: 1.35em;
  padding: 0px 25px 21px 25px;
  height: 14px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #222222;
  font-size: 13px;
  letter-spacing: .25px;
  text-transform: uppercase; }

.radion_btn .check {
  display: block;
  position: absolute;
  border: 1px solid #cdcdcd;
  border-radius: 100%;
  height: 14px;
  width: 14px;
  top: 5px;
  left: 0px;
  background: #fff;
  z-index: 5;
  transition: border .25s linear;
  -webkit-transition: border .25s linear; }

.radion_btn .check::before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 4px;
  width: 4px;
  top: 4px;
  left: 4px;
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear; }

.radion_btn input[type=radio]:checked ~ .check {
  border: 1px solid #082060;
  background: #082060; }

.radion_btn input[type=radio]:checked ~ .check::before {
  background: #fff; }

.radion_btn input[type=radio]:checked ~ label {
  color: #000; }

/* Latest Blog Area css
============================================================================================ */

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/

/*========= blog_categorie_area css ===========*/
.blog_categorie_area {
  padding-top: 80px;
  padding-bottom: 80px; }

.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer; }
  .categories_post img {
    max-width: 100%; }
  .categories_post .categories_details {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background: rgba(34, 34, 34, 0.8);
    color: #fff;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center; }
    .categories_post .categories_details h5 {
      margin-bottom: 0px;
      font-size: 18px;
      line-height: 26px;
      text-transform: uppercase;
      color: #fff;
      position: relative; }
    .categories_post .categories_details p {
      font-weight: 300;
      font-size: 14px;
      line-height: 26px;
      margin-bottom: 0px; }
    .categories_post .categories_details .border_line {
      margin: 10px 0px;
      background: #fff;
      width: 100%;
      height: 1px; }
  .categories_post:hover .categories_details {
    background: rgba(255, 186, 0, 0.8); }

/*============ blog_left_sidebar css ==============*/
.blog_item {
  margin-bottom: 40px; }

.blog_info {
  padding-top: 30px; }
  .blog_info .post_tag {
    padding-bottom: 20px; }
    .blog_info .post_tag a {
      font: 300 14px/21px "Roboto", sans-serif;
      color: #222222; }
      .blog_info .post_tag a:hover {
        color: #777777; }
      .blog_info .post_tag a.active {
        color: #082060; }
  .blog_info .blog_meta li a {
    font: 300 14px/20px "Roboto", sans-serif;
    color: #777777;
    vertical-align: middle;
    padding-bottom: 12px;
    display: inline-block; }
    .blog_info .blog_meta li a i {
      color: #222222;
      font-size: 16px;
      font-weight: 600;
      padding-left: 15px;
      line-height: 20px;
      vertical-align: middle; }
    .blog_info .blog_meta li a:hover {
      color: #082060; }

.blog_post img {
  max-width: 100%; }
.blog_post .white_bg_btn {
  border: 1px solid #eeeeee;
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 30px;
  line-height: 34px;
  display: inline-block;
  color: #222222; }

.blog_details {
  padding-top: 20px; }
  .blog_details h2 {
    font-size: 24px;
    line-height: 36px;
    color: #222222;
    font-weight: 600;
    transition: all 0.3s linear; }
    .blog_details h2:hover {
      color: #c5322d; }
  .blog_details p {
    margin-bottom: 26px; }

.blog_right_sidebar {
  border: 1px solid #eeeeee;
  background: #fafaff;
  padding: 30px; }
  .blog_right_sidebar .widget_title {
    font-size: 18px;
    line-height: 25px;
    background: #082060;
    text-align: center;
    color: #fff;
    padding: 8px 0px;
    margin-bottom: 30px; }
  .blog_right_sidebar .search_widget .input-group .form-control {
    font-size: 14px;
    line-height: 29px;
    border: 0px;
    width: 100%;
    font-weight: 300;
    color: #fff;
    padding-left: 20px;
    border-radius: 45px;
    z-index: 0;
    background: #082060; }
    .blog_right_sidebar .search_widget .input-group .form-control.placeholder {
      color: #fff; }
    .blog_right_sidebar .search_widget .input-group .form-control:-moz-placeholder {
      color: #fff; }
    .blog_right_sidebar .search_widget .input-group .form-control::-moz-placeholder {
      color: #fff; }
    .blog_right_sidebar .search_widget .input-group .form-control::-webkit-input-placeholder {
      color: #fff; }
    .blog_right_sidebar .search_widget .input-group .form-control:focus {
      box-shadow: none; }
  .blog_right_sidebar .search_widget .input-group .btn-default {
    position: absolute;
    right: 20px;
    background: transparent;
    border: 0px;
    box-shadow: none;
    font-size: 14px;
    color: #fff;
    padding: 0px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }
  .blog_right_sidebar .author_widget {
    text-align: center; }
    .blog_right_sidebar .author_widget h4 {
      font-size: 18px;
      line-height: 20px;
      color: #222222;
      margin-bottom: 5px;
      margin-top: 30px; }
    .blog_right_sidebar .author_widget p {
      margin-bottom: 0px; }
    .blog_right_sidebar .author_widget .social_icon {
      padding: 7px 0px 15px; }
      .blog_right_sidebar .author_widget .social_icon a {
        font-size: 14px;
        color: #222222;
        transition: all 0.2s linear; }
        .blog_right_sidebar .author_widget .social_icon a + a {
          margin-left: 20px; }
        .blog_right_sidebar .author_widget .social_icon a:hover {
          color: #c5322d; }
  .blog_right_sidebar .popular_post_widget .post_item .media-body {
    justify-content: center;
    align-self: center;
    padding-left: 20px; }
    .blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
      font-size: 14px;
      line-height: 20px;
      color: #222222;
      margin-bottom: 4px;
      transition: all 0.3s linear; }
      .blog_right_sidebar .popular_post_widget .post_item .media-body h3:hover {
        color: #082060; }
    .blog_right_sidebar .popular_post_widget .post_item .media-body p {
      font-size: 12px;
      line-height: 21px;
      margin-bottom: 0px; }
  .blog_right_sidebar .popular_post_widget .post_item + .post_item {
    margin-top: 20px; }
  .blog_right_sidebar .post_category_widget .cat-list li {
    border-bottom: 2px dotted #eee;
    transition: all 0.3s ease 0s;
    padding-bottom: 12px; }
    .blog_right_sidebar .post_category_widget .cat-list li a {
      font-size: 14px;
      line-height: 20px;
      color: #777; }
      .blog_right_sidebar .post_category_widget .cat-list li a p {
        margin-bottom: 0px; }
    .blog_right_sidebar .post_category_widget .cat-list li + li {
      padding-top: 15px; }
    .blog_right_sidebar .post_category_widget .cat-list li:hover {
      border-color: #082060; }
      .blog_right_sidebar .post_category_widget .cat-list li:hover a {
        color: #082060; }
  .blog_right_sidebar .newsletter_widget {
    text-align: center; }
    .blog_right_sidebar .newsletter_widget .form-group {
      margin-bottom: 8px; }
    .blog_right_sidebar .newsletter_widget .input-group-prepend {
      margin-right: -1px; }
    .blog_right_sidebar .newsletter_widget .input-group-text {
      background: #fff;
      border-radius: 0px;
      vertical-align: top;
      font-size: 12px;
      line-height: 36px;
      padding: 0px 0px 0px 15px;
      border: 1px solid #eeeeee;
      border-right: 0px; }
    .blog_right_sidebar .newsletter_widget .form-control {
      font-size: 12px;
      line-height: 24px;
      color: #cccccc;
      border: 1px solid #eeeeee;
      border-left: 0px;
      border-radius: 0px; }
      .blog_right_sidebar .newsletter_widget .form-control.placeholder {
        color: #cccccc; }
      .blog_right_sidebar .newsletter_widget .form-control:-moz-placeholder {
        color: #cccccc; }
      .blog_right_sidebar .newsletter_widget .form-control::-moz-placeholder {
        color: #cccccc; }
      .blog_right_sidebar .newsletter_widget .form-control::-webkit-input-placeholder {
        color: #cccccc; }
      .blog_right_sidebar .newsletter_widget .form-control:focus {
        outline: none;
        box-shadow: none; }
    .blog_right_sidebar .newsletter_widget .bbtns {
      background: #082060;
      color: #fff;
      font-size: 12px;
      line-height: 38px;
      display: inline-block;
      font-weight: 500;
      padding: 0px 24px 0px 24px;
      border-radius: 0; }
    .blog_right_sidebar .newsletter_widget .text-bottom {
      font-size: 12px; }
  .blog_right_sidebar .tag_cloud_widget ul li {
    display: inline-block; }
    .blog_right_sidebar .tag_cloud_widget ul li a {
      display: inline-block;
      border: 1px solid #eee;
      background: #fff;
      padding: 0px 13px;
      margin-bottom: 8px;
      transition: all 0.3s ease 0s;
      color: #222222;
      font-size: 12px; }
      .blog_right_sidebar .tag_cloud_widget ul li a:hover {
        background: #082060;
        color: #fff; }
  .blog_right_sidebar .br {
    width: 100%;
    height: 1px;
    background: #eeeeee;
    margin: 30px 0px; }

.blog-pagination {
  padding-top: 25px;
  padding-bottom: 95px; }
  .blog-pagination .page-link {
    border-radius: 0; }
  .blog-pagination .page-item {
    border: none; }

.page-link {
  background: transparent;
  font-weight: 400; }

.blog-pagination .page-item.active .page-link {
  color: #fff; }

.blog-pagination .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #8a8a8a;
  border: none; }

.blog-pagination .page-link .lnr {
  font-weight: 600; }

.blog-pagination .page-item:last-child .page-link,
.blog-pagination .page-item:first-child .page-link {
  border-radius: 0; }

.blog-pagination .page-link:hover {
  color: #fff;
  text-decoration: none;
  background-color: #c5322d;
  border-color: #eee; }

/*============ Start Blog Single Styles  =============*/
.single-post-area .social-links {
  padding-top: 10px; }
  .single-post-area .social-links li {
    display: inline-block;
    margin-bottom: 10px; }
    .single-post-area .social-links li a {
      color: #cccccc;
      padding: 7px;
      font-size: 14px;
      transition: all 0.2s linear; }
      .single-post-area .social-links li a:hover {
        color: #222222; }
.single-post-area .blog_details {
  padding-top: 26px; }
  .single-post-area .blog_details p {
    margin-bottom: 10px; }
.single-post-area .quotes {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 24px 35px 24px 30px;
  background-color: white;
  box-shadow: -20.84px 21.58px 30px 0px rgba(176, 176, 176, 0.1);
  font-size: 14px;
  line-height: 24px;
  color: #777;
  font-style: italic; }
.single-post-area .arrow {
  position: absolute; }
  .single-post-area .arrow .lnr {
    font-size: 20px;
    font-weight: 600; }
.single-post-area .navigation-area {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 60px; }
  .single-post-area .navigation-area p {
    margin-bottom: 0px; }
  .single-post-area .navigation-area h4 {
    font-size: 18px;
    line-height: 25px;
    color: #222222; }
  .single-post-area .navigation-area .nav-left {
    text-align: left; }
    .single-post-area .navigation-area .nav-left .thumb {
      margin-right: 20px;
      background: #000; }
      .single-post-area .navigation-area .nav-left .thumb img {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .single-post-area .navigation-area .nav-left .lnr {
      margin-left: 20px;
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .single-post-area .navigation-area .nav-left:hover .lnr {
      opacity: 1; }
    .single-post-area .navigation-area .nav-left:hover .thumb img {
      opacity: .5; }
    @media (max-width: 767px) {
      .single-post-area .navigation-area .nav-left {
        margin-bottom: 30px; } }
  .single-post-area .navigation-area .nav-right {
    text-align: right; }
    .single-post-area .navigation-area .nav-right .thumb {
      margin-left: 20px;
      background: #000; }
      .single-post-area .navigation-area .nav-right .thumb img {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
    .single-post-area .navigation-area .nav-right .lnr {
      margin-right: 20px;
      opacity: 0;
      -webkit-transition: all 0.3s ease 0s;
      -moz-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    .single-post-area .navigation-area .nav-right:hover .lnr {
      opacity: 1; }
    .single-post-area .navigation-area .nav-right:hover .thumb img {
      opacity: .5; }

.comments-area {
  background: #fafaff;
  border: 1px solid #eee;
  padding: 50px 30px;
  margin-top: 50px; }
  @media (max-width: 414px) {
    .comments-area {
      padding: 50px 8px; } }
  .comments-area h4 {
    text-align: center;
    margin-bottom: 50px;
    color: #222222;
    font-size: 18px; }
  .comments-area h5 {
    font-size: 16px;
    margin-bottom: 0px; }
  .comments-area a {
    color: #222222; }
  .comments-area .comment-list {
    padding-bottom: 48px; }
    .comments-area .comment-list:last-child {
      padding-bottom: 0px; }
    .comments-area .comment-list.left-padding {
      padding-left: 25px; }
    @media (max-width: 413px) {
      .comments-area .comment-list .single-comment h5 {
        font-size: 12px; }
      .comments-area .comment-list .single-comment .date {
        font-size: 11px; }
      .comments-area .comment-list .single-comment .comment {
        font-size: 10px; } }
  .comments-area .thumb {
    margin-right: 20px; }
  .comments-area .date {
    font-size: 13px;
    color: #cccccc;
    margin-bottom: 13px; }
  .comments-area .comment {
    color: #777777;
    margin-bottom: 0px; }
  .comments-area .btn-reply {
    background-color: #fff;
    color: #222222;
    border: 1px solid #eee;
    padding: 2px 18px;
    font-size: 12px;
    display: block;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    .comments-area .btn-reply:hover {
      background-color: #c5322d;
      color: #fff; }

.comment-form {
  background: #fafaff;
  text-align: center;
  border: 1px solid #eee;
  padding: 47px 30px 43px;
  margin-top: 50px;
  margin-bottom: 40px; }
  .comment-form h4 {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 22px;
    color: #222222; }
  .comment-form .name {
    padding-left: 0px; }
    @media (max-width: 767px) {
      .comment-form .name {
        padding-right: 0px;
        margin-bottom: 1rem; } }
  .comment-form .email {
    padding-right: 0px; }
    @media (max-width: 991px) {
      .comment-form .email {
        padding-left: 0px; } }
  .comment-form .form-control {
    padding: 8px 20px;
    background: #fff;
    border: none;
    border-radius: 0px;
    width: 100%;
    font-size: 14px;
    color: #777777;
    border: 1px solid transparent; }
    .comment-form .form-control:focus {
      box-shadow: none;
      border: 1px solid #eee; }
  .comment-form textarea.form-control {
    height: 140px;
    resize: none; }
  .comment-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 13px;
    color: #777; }
  .comment-form ::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 13px;
    color: #777; }
  .comment-form :-ms-input-placeholder {
    /* IE 10+ */
    font-size: 13px;
    color: #777; }
  .comment-form :-moz-placeholder {
    /* Firefox 18- */
    font-size: 13px;
    color: #777; }

/*============ End Blog Single Styles  =============*/
/*============== contact_area css ================*/
.mapBox {
  height: 420px;
  margin-top: 80px;
  margin-bottom: 100px; }

.contact_info .info_item {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
  }
  .contact_info .info_item i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #082060;
    font-weight: 600; }
  .contact_info .info_item h6 {
    font-size: 16px;
    line-height: 24px;
    color: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
    color: #222222; }
    .contact_info .info_item h6 a {
      color: #222222; }
  .contact_info .info_item p {
    font-size: 14px;
    line-height: 24px;
    padding: 2px 0px; }

.contact_form .form-group {
  margin-bottom: 10px; }
  .contact_form .form-group .form-control {
    font-size: 13px;
    line-height: 26px;
    color: #999;
    border: 1px solid #eeeeee;
    font-family: "Roboto", sans-serif;
    border-radius: 0px;
    padding-left: 20px; }
    .contact_form .form-group .form-control:focus {
      box-shadow: none;
      outline: none; }
    .contact_form .form-group .form-control.placeholder {
      color: #999; }
    .contact_form .form-group .form-control:-moz-placeholder {
      color: #999; }
    .contact_form .form-group .form-control::-moz-placeholder {
      color: #999; }
    .contact_form .form-group .form-control::-webkit-input-placeholder {
      color: #999; }
  .contact_form .form-group textarea {
    resize: none; }
    .contact_form .form-group textarea.form-control {
      height: 134px; }
.contact_form .primary-btn {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Unbounded";
    border-radius: 25px;
    border: 1px solid #d82221;
    padding: 15px 34px;
    position: relative;
    margin-right: -5px;
    transition: 0.5s;
    z-index: 1;
    overflow: hidden;
    background: #0d1718;
    color: #fff;
}
.contact_form .primary-btn::before {
    position: absolute;
    content: "";
    width: 177px;
    height: 50px;
    border-radius: 25px;
    background-color: #082060;
    top: 2px;
    left: 0;
    z-index: -1;
}
.contact_form .primary-btn:hover::before {
    background: #0d1718;
}

/* Contact Success and error Area css
============================================================================================ */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%; }
  .modal-message .modal-dialog .modal-content .modal-header {
    text-align: center;
    display: block;
    border-bottom: none;
    padding-top: 50px;
    padding-bottom: 50px; }
    .modal-message .modal-dialog .modal-content .modal-header .close {
      position: absolute;
      right: -15px;
      top: -15px;
      padding: 0px;
      color: #fff;
      opacity: 1;
      cursor: pointer; }
    .modal-message .modal-dialog .modal-content .modal-header h2 {
      display: block;
      text-align: center;
      color: #082060;
      padding-bottom: 10px;
      font-family: "Roboto", sans-serif; }
    .modal-message .modal-dialog .modal-content .modal-header p {
      display: block; }

/* End Contact Success and error Area css
============================================================================================ */
.footer-area {
    padding: 122px 0 0;
    background: #082060;
}
.single-footer-widget {
    position: relative;
    display: block;
    margin-bottom: 33px;
    padding-left: 43px;
}
.single-footer-widget h6:before {
    content: "";
    position: absolute;
    bottom: 5px;
    left: -35px;
    width: 28px;
    height: 2px;
    background-color: #d82221;
}
.single-footer-widget h6 {
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    color: #fff;
    position: relative;
}
.footer-area h6 {
    font-size: 22px;
    line-height: 32px;
    color: #ffffff;
    font-weight: 500;
    margin: 12px 0 28px;
    font-family: "Unbounded", sans-serif;
}
.footer-area p {
    margin-top: 24px;
    font-size: 18px;
    line-height: 36px;
    color: #e7e7e7;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    transition: 0.5s;
}
@media (max-width: 767px) {
    .footer-area h6 {
        margin-bottom: 15px; 
    } 
}

.instafeed {
  margin: 5px;
}
.instafeed li {
    font-size: 18px;
    line-height: 36px;
    transition: 0.5s;
    color: #e7e7e7;
    font-family: "Open Sans", sans-serif;
}
.instafeed li a {
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    transition: 0.5s;
    color: #e7e7e7;
    font-family: "Open Sans", sans-serif;
    position: relative;
}
.instafeed li a::before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 1px;
    background: #082060;
    content: "";
    z-index: -1;
    opacity: 0;
    transition: 0.5s;
}
.instafeed li a:hover::before {
  width: 100%;
  opacity: 1;
  right: 50%;
}
.instafeed li a:hover {
  color: #082060;
}
    .instafeed li img {
      margin: 5px; }

.footer-social a {
  padding-right: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }
  .footer-social a:hover i {
    color: #082060; }
.footer-social i {
  color: #cccccc;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

@media (max-width: 991px) {
  .single-footer-widget {
    margin-bottom: 40px; } }
.single-footer-widget .form-inline {
  display: inline-block;
  width: 100%; }
.single-footer-widget input {
  border: none;
  width: 80% !important;
  font-weight: 300;
  background: #fff;
  color: #777;
  padding-left: 20px;
  border-radius: 0;
  font-size: 14px; }
  .single-footer-widget input:focus {
    outline: none;
    box-shadow: none; }
  .single-footer-widget input.placeholder {
    color: #ccc; }
  .single-footer-widget input:-moz-placeholder {
    color: #ccc; }
  .single-footer-widget input::-moz-placeholder {
    color: #ccc; }
  .single-footer-widget input::-webkit-input-placeholder {
    color: #ccc; }
.single-footer-widget .bb-btn {
  color: #fff;
  font-weight: 300;
  border-radius: 0;
  z-index: 9999;
  cursor: pointer; }
.single-footer-widget .info {
  position: absolute;
  margin-top: 5%;
  color: #fff;
  font-size: 12px; }
  .single-footer-widget .info.valid {
    color: green; }
  .single-footer-widget .info.error {
    color: red; }
.single-footer-widget .click-btn {
  color: #fff;
  border-radius: 0;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 6px 12px;
  border: 0; }
  .single-footer-widget .click-btn:focus {
    outline: none;
    box-shadow: none; }
.single-footer-widget ::-moz-selection {
  /* Code for Firefox */
  background-color: #191919 !important;
  color: #777777; }
.single-footer-widget ::selection {
  background-color: #191919 !important;
  color: #777777; }
.single-footer-widget ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #777777;
  font-weight: 300; }
.single-footer-widget :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #777777;
  opacity: 1;
  font-weight: 300; }
.single-footer-widget ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #777777;
  opacity: 1;
  font-weight: 300; }
.single-footer-widget :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #777777;
  font-weight: 300; }
.single-footer-widget ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #777777;
    font-weight: 300; 
}
.footer-bottom {
    background: rgba(255, 255, 255, 0.1);
}
.footer-text {
    padding: 15px; 
}
@media (max-width: 991px) {
    .footer-text {
        padding-top: 40px; 
    } 
}
.footer-text a,.footer-text i {
    color: #082060; 
}

/*# sourceMappingURL=main.css.map */

.btn-remove{
    color: #000;
    font-size: 16px;
    border: 1px solid #000;
    padding: 0px 5px 1px;
}

input[type=checkbox], input[type=radio]{
    position: relative;
    top: 2px;
}

.header_area .navbar .nav.navbar-nav.navbar-right li .tip{
    position: relative;
    right: -13px;
    top: -55px;
    height: 20px;
    width: 20px;
    background: #082060;
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
}

/* .product-details{
    padding: 20px;
    background-color: #ebeef8;
} */

.shoping-cart {
    padding-top: 80px;
    padding-bottom: 80px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item {
    width: 630px;
    text-align: left;
}

.shoping__cart__table table tbody tr td.shoping__cart__item img {
    display: inline-block;
    margin-right: 25px;
    width: 100px;
}

.shoping__cart__table table tbody tr td {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}

.shoping__cart__table table thead th {
    font-size: 20px;
    font-weight: 700;
    color: #1c1c1c;
    padding-bottom: 20px;
}

.shoping__cart__table table thead tr {
    border-bottom: 1px solid #ebebeb;
}

.shoping__cart__table table tbody tr td.shoping__cart__item h5 {
    color: #1c1c1c;
    display: inline-block;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close {
    text-align: right;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity {
    width: 225px;
    padding-top: 35px;
}

.shoping__cart__table table tbody tr td.shoping__cart__price {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 700;
    width: 100px;
    padding-top: 35px;
}



#cookiePopup {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        background: #4070f4;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        z-index: 999999;
        gap: 20px;
        align-items: center;
        justify-content: center;
        display: none;
    }

    #cookiePopup h4 {
        font-size: 22px;
        color: #fff;
        margin-bottom: 15px;
    }

    #cookiePopup p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 15px;
        letter-spacing: 1px;
        line-height: 1.5;
        max-width: 700px;
    }

    #cookiePopup p a {
        color: #fff;
        text-decoration: underline;
    }

    .cookieBtns {
        display: inline-flex;
        gap: 10px;
    }

    .cookieBtns button {
        font-size: 15px;
        margin: 10px 0;
        color: #fff;
        padding: 10px 20px;
        border-radius: 5px;
        background: #4070f4;
        cursor: pointer;
        transition: all 0.5s ease;
        border: 2px solid #fff;
    }

    .cookieBtns button:last-child {
        background-color: #fff;
        color: #4070f4;
    }

    .navbar-brand img{
        width: 255px;
    }

    .single-product .product-details h6 a{
        color: #000;
        font-family: "Unbounded", sans-serif;
    }

    .abut-img{
        width: 80%;
    }


.service-area.style-one {
    padding: 100px 0 100px;
}
.section-title {
    margin-bottom: 48px;
}
.section-title h4 {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    border-radius: 20px;
    background-color: #0d1718;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    width: 238px;
    height: 38px;
    line-height: 38px;
    padding-left: 20px;
    margin-bottom: 28px;
    padding-top: 10px;
    font-family: "Open Sans", sans-serif;
}
.section-title h4::before {
    position: absolute;
    content: "";
    width: 238px;
    height: 38px;
    border-radius: 20px;
    background-color: #082060;
    left: 0;
    top: 4px;
    z-index: -1;
}
.section-title h4 i {
    display: inline-block;
    color: #84e3ab;
    margin-right: 10px;
}
.section-title h1 {
    font-size: 40px;
    line-height: 46px;
    color: #0d1718;
    font-weight: 500;
    margin: 0;
    font-family: "Unbounded", sans-serif;
}
.style-one .service-btn {
    text-align: right;
}
.section-btn {
    display: inline-block;
}
.style-one .section-btn a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Unbounded";
    border-radius: 25px;
    border: 1px solid #d82221;
    padding: 15px 34px;
    position: relative;
    margin-right: -5px;
    transition: 0.5s;
    z-index: 1;
    overflow: hidden;
    background: #0d1718;
    color: #fff;
}
.style-one .section-btn a::before {
    position: absolute;
    content: "";
    width: 177px;
    height: 50px;
    border-radius: 25px;
    background-color: #082060;
    top: 2px;
    left: 0;
    z-index: -1;
}
.style-one .section-btn a::before {
  position: absolute;
  content: "";
  width: 177px;
  height: 50px;
  border-radius: 25px;
  background-color: #082060;
  top: 2px;
  left: 0;
  z-index: -1;
}
.style-one .section-btn a:hover:before {
  background: #0d1718;
}
.style-one .section-arrow-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.style-one .section-arrow-btn::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #082060;
  top: 4px;
  left: 0;
  z-index: -1;
}

.style-one .section-arrow-btn a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #0d1718;
  border: 1px solid #d82221;
  text-align: center;
  position: relative;
}
.style-one .section-arrow-btn a:hover {
  background: #d82221;
}
.style-one .section-arrow-btn:hover:before {
  background: #0d1718;
}
.style-one .section-arrow-btn a i {
  display: inline-block;
  color: #fff;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.style-one .section-arrow-btn a:hover i {
  transform: rotate(0deg);
  color: #fff;
}
.style-one .single-service-box {
    border-radius: 20px;
    border: 1px solid #d5d5d5;
    padding: 40px 35px 20px;
    margin-bottom: 20px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    min-height: 340px;
}
.style-one .single-service-box::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 0;
  height: 0;
  z-index: 2;
  opacity: 0;
  border-radius: 20px;
  border-top: 1px solid #082060;
  border-left: 1px solid #082060;
  transition: all linear 0.5s;
}
.style-one .single-service-box::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  z-index: 2;
  opacity: 0;
  border-radius: 20px;
  border-bottom: 1px solid #082060;
  border-right: 1px solid #082060;
  transition: all linear 0.5s;
}
.style-one .single-service-box:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 20px;
}
.style-one .single-service-box:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 20px;
}
.style-one .service-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 10px;
  background-color: rgb(89 217 142 / 10%);
  text-align: center;
  transition: 0.5s;
}
.style-one .service-icon i {
    font-size: 45px;
    color: #082060;
    font-weight: 600;
}
.style-one .sercvie-title h5 {
  font-size: 22px;
  color: #0d1718;
  font-weight: 500;
  font-family: "Unbounded";
  margin: 24px 0 4px;
  transition: 0.5s;
  display: inline-block;
  transition: 0.5s;
  position: relative;
  z-index: 3;
}
.style-one .sercvie-title p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    transition: 0.5s;
}
.style-one .single-service-box:hover .sercvie-title h5 a {
  color: #082060;
}
.seo-hover-box {
  background-color: rgb(89, 217, 142, 0.2);
  height: 100%;
  top: 0;
  opacity: 0;
  position: absolute;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 25%;
  z-index: -1;
}
.hover-bx {
  left: 0;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
  border-radius: 20px 0 0px 20px;
}
.hover-bx2 {
  left: 25%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.hover-bx3 {
  left: 50%;
  -webkit-transition-delay: 0.105s;
  transition-delay: 0.105s;
}
.hover-bx4 {
  left: 75%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border-radius: 0 20px 20px 0;
}
.single-service-box:hover .seo-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.section-thumbnail-area {
  position: relative;
  z-index: 1;
}
.thumbnail-image {
  position: relative;
  overflow: hidden;
}
.thumbnail-image img {
  width: 100%;
}
.thumbnail-image:after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: 1;
}
.thumbnail-image:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}
.section-thumbnail-area .choose-video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.section-thumbnail-area .choose-video-icon a {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: #e2eef5;
  line-height: 100px;
  font-size: 18px;
  text-transform: uppercase;
  color: #003768;
  font-weight: 500;
  text-align: center;
  webkit-animation: ripple-white 1s linear infinite;
  animation: ripple-blue 1s linear infinite;
  -webkit-transition: 0.5s;
}
@keyframes ripple-blue {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3),
      0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3),
      0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}
.about-area.style-one {
  background-image: linear-gradient(
    180deg,
    rgba(89, 217, 141, 0.14901960784313725) 0%,
    rgba(255, 255, 255, 0.9999999999999999) 86%,
    rgba(255, 255, 255, 0.9999999999999999) 86%
  );
  position: relative;
  padding: 360px 0 90px;
  margin-top: -240px;
}

.about-area.style-one.inner {
  margin-top: 0;
  padding: 120px 0 90px;
}

.about-area.style-one .section-title {
  margin-bottom: 48px;
  margin-left: 95px;
}

.about-area.style-one .section-title h4 {
  width: 155px;
  height: 38px;
}

.about-area.style-one .section-title h4::before {
  width: 155px;
  height: 38px;
}

.style-one .about-thumb,
.about-thumb2 {
  overflow: hidden;
  position: relative;
}

.style-one .about-thumb img,
.about-thumb2 img {
  width: 100%;
}

.style-one .about-thumb:after,
.about-thumb2::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.style-one .about-thumb:hover:after,
.about-thumb2:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.style-one .about-list-item {
  margin-top: 60px;
}

.style-one .about-list-item ul li {
  font-size: 17px;
  line-height: 26px;
  color: #0d1718;
  font-weight: 500;
  font-family: "Open Sans";
  margin-bottom: 16px;
}

.style-one .about-list-item ul li img {
  margin-right: 14px;
}

.style-one .about-wrapper-thumb {
  display: flex;
  gap: 45px;
  margin-left: 28px;
  align-items: center;
}

.style-one .about-counter-item {
  margin-top: 15px;
}

.style-one .about-counter-box.upper {
  position: relative;
  z-index: 1;
  margin-bottom: 54px;
}

.style-one .about-counter-box.upper::before {
  position: absolute;
  content: "";
  opacity: 0.102;
  width: 312px;
  height: 1px;
  background-color: #0d1718;
  bottom: -20px;
  left: 0;
}

.style-one .about-counter-content h4 {
  display: inline-block;
  font-size: 20px;
  line-height: 46px;
  color: #0d1718;
  font-weight: 500;
  font-family: "Unbounded";
  margin: 20px 0 4px;
}

.style-one .about-counter-content p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  font-weight: 400;
  font-family: "Open Sans";
}

.style-one .about-counter-content span {
  display: inline-block;
  font-size: 36px;
  line-height: 46px;
  color: #0d1718;
  font-weight: 500;
  font-family: "Unbounded";
}

.style-one .about-btn {
  margin-top: 45px;
}
.work-process-area.style-one {
  padding: 80px 0 80px;
}
.work-process-area.style-one .section-title h4 {
  width: 263px;
  height: 38px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.work-process-area.style-one .section-title h4::before {
  width: 263px;
  height: 38px;
}
.work-process-inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.single-work-process-box:hover .seo-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.single-work-process-box {
  position: relative;
  z-index: 1;
  padding: 10px 10px 15px 20px;
}
.work-process-number span {
  display: inline-block;
  opacity: 0.251;
  font-size: 30px;
  line-height: 46px;
  color: #0d1718;
  font-weight: 500;
  font-family: "Unbounded";
  margin-left: -15px;
  position: relative;
}
.work-process-icon {
        width: 50px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    background-color: #ffffff;
    border: 1px solid #0d1718;
    text-align: center;
    margin-left: -20px;
}
.work-process-icon img {
    width: 85%;
}
.work-process-icon-arrow {
  position: relative;
  left: 4px;
}
.work-process-icon-arrow img {
    width: 85%;
}
.work-process-content h5 {
  font-size: 22px;
  color: #0d1718;
  font-weight: 500;
  margin: 20px 0 0;
}
.single-work-process-box:hover .work-process-content h5 {
  color: #082060;
}
.work-process-content p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  font-weight: 400;
  margin-top: 13px;
}
.project-area.style-one {
  padding: 100px 0 20px;
  background-image: linear-gradient(
    180deg,
    rgba(243, 252, 247) 0%,
    rgba(244, 253, 248, 0.25) 86%,
    rgba(243, 252, 247, 0.15) 86%
  );
}
.project-area.style-one .section-title.text-center {
  margin-bottom: 52px;
}
.style-one .single-project-box {
  margin-bottom: 20px;
  transition: 0.5s;
}
.style-one .project-thumb {
  overflow: hidden;
  position: relative;
}
.style-one .project-thumb::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  height: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0)
    linear-gradient(
      to bottom,
      rgba(60, 52, 173, 0.3) 0%,
      rgba(89, 217, 142) 150%
    )
    repeat scroll 0 0;
  border-radius: 20px;
  transition: all 0.35s ease-in-out;
}
.style-one .single-project-box:hover .project-thumb::before {
  height: 100%;
}
.style-one .project-thumb img {
  width: 100%;
  transition: 0.5s;
}
.project-area.style-one .section-title h4 {
  width: 222px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.project-area.style-one .section-title h4::before {
  width: 222px;
}
.style-one .project-content h5 {
    font-size: 17px;
    line-height: 32px;
    color: #082060;
    font-weight: 500;
    font-family: "Open Sans";
    margin-top: 20px;
}
.style-one .project-content h3 {
    font-size: 20px;
    color: #0d1718;
    font-weight: 500;
    margin: 0;
    font-family: "Unbounded", sans-serif;
}
.style-one .project-content h3:hover {
  color: #082060;
}
.testimonial-area.style-one {
  padding: 50px 0 100px;
}
.testimonial-area.style-one.inner {
  padding: 100px 0 100px;
}
.testimonial-area.style-one .section-title h4 {
  width: 213px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.testimonial-area.style-one .section-title h4::before {
  width: 213px;
  height: 38px;
}
.blog-area.style-one {
  padding: 110px 0 100px;
  background-image: linear-gradient(
    180deg,
    rgba(89, 217, 141, 0.14901960784313725) 0%,
    rgba(255, 255, 255, 0.9999999999999999) 86%,
    rgba(255, 255, 255, 0.9999999999999999) 86%
  );
}

.style-one .single-blog-box {
  border-radius: 20px;
  background-color: #ffffff;
  border: 1px solid #082060;
  margin-bottom: 20px;
  transition: 0.5s;
}

.style-one .blog-section-btn {
  text-align: right;
}

.style-one .single-blog-thumb {
  position: relative;
  overflow: hidden;
}
.business-plan-area .section-title h4 {
    margin: 0 auto 30px !important;
}
.style-one .single-blog-thumb img {
  width: 100%;
  transition: 0.5s;
}

.style-one .single-blog-box:hover .single-blog-thumb img {
  transform: scale(1.1);
}

.style-one .blog-content {
  padding: 27px 32px 35px;
  border-top: 1px solid #082060;
}

.style-one .blog-content h3 {
    margin-bottom: 27px;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 25px;
    font-family: "Unbounded", sans-serif;
    text-align: center;
    min-height: 145px;
}

.style-one .blog-meta-top {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 30px;
  width: 310px;
  height: 70px;
  border-radius: 10px;
  background-color: #ffffff;
  margin: 0 auto;
  left: 0;
  right: 0;
  justify-content: space-between;
  padding-right: 35px;
}

.style-one .blog-date {
  width: 80px;
  height: 70px;
  border-radius: 10px;
  background-color: #082060;
  text-align: center;
}
.style-one .blog-date img {
    width: 70%;
    padding-top: 10px;
}
.style-one .blog-date span {
  display: inline-block;
  opacity: 0.8;
  font-size: 16px;
  color: #ffffff;
  font-family: "Open Sans";
}
.style-one .blog-date h5 {
    font-size: 30px;
    line-height: 27px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Unbounded";
    text-align: center;
    padding: 15px;
}

.style-one .blog-user h4 {
    font-size: 17px;
    line-height: 26px;
    color: #666666;
    font-weight: 600;
    font-family: "Open Sans";
    margin: 0;
}

.style-one .blog-user {
    display: inline-block;
    font-size: 16px;
    color: #082060;
    padding-left: 26px;
    position: relative;
}

.style-one .blog-comment span {
  display: inline-block;
  font-size: 16px;
  color: #082060;
}

.style-one .blog-comment h4 {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  font-weight: 400;
  font-family: "Open Sans";
  margin: 0;
}

.style-one .blog-content h3 a {
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  color: #0d1718;
  font-weight: 500;
  font-family: "Unbounded";
  text-align: center;
  transition: 0.5s;
}

.style-one .single-blog-box:hover .blog-content h3 a {
  color: #082060;
}

.style-one .blog-btn a {
  font-size: 14px;
  line-height: 18px;
  color: #0d1718;
  font-weight: 400;
  font-family: "Unbounded";
  display: flex;
  justify-content: space-between;
  transition: 0.5s;
}

.style-one .single-blog-box:hover .blog-btn a {
  color: #082060;
}

.style-one .blog-btn a i {
  display: inline-block;
  color: #0d1718;
  transform: rotate(-45deg);
  font-weight: 500;
  font-size: 18px;
  transition: 0.5s;
}

.style-one .single-blog-box:hover .blog-btn a i {
  color: #082060;
  transform: rotate(0deg);
}
.style-one.hero-area {
  height: 900px;
  background-image: linear-gradient(
    180deg,
    rgba(89, 217, 141, 0.15) 0%,
    rgba(254, 255, 255, 0.15) 91%,
    rgba(255, 255, 255, 0.15) 92%
  );
}

.style-one.hero-area .section-btn a::before {
  width: 177px;
  height: 50px;
  left: 0;
  top: 2px;
}

.style-one .hero-content-wraper {
  position: relative;
  padding-top: 192px;
}

.style-one .hero-content {
  text-align: center;
}

.style-one h5.hero-sub-title {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Unbounded";
  width: 252px;
  height: 38px;
  line-height: 38px;
  border-radius: 30px;
  background-color: #0d1718;
  position: relative;
  padding-top: 10px;
}

.style-one h5.hero-sub-title::before {
  position: absolute;
  content: "";
  width: 252px;
  height: 38px;
  border-radius: 18px;
  background-color: #082060;
  left: 0;
  top: 5px;
  z-index: -1;
}

.style-one h5.hero-sub-title i {
  display: inline-block;
  color: #84e3ab;
}

.style-one h5.hero-sub-title span {
  display: inline-block;
  margin: 0 9px;
}

.style-one h1.hero-title {
  font-size: 73px;
  line-height: 85px;
  color: #0d1718;
  font-weight: 500;
  margin: 32px 0 27px;
}

.style-one p.hero-desc {
  font-size: 17px;
  line-height: 26px;
  color: #0d1718;
  font-weight: 500;
}

.style-one .hero-arrow-shape {
  position: absolute;
  right: 10px;
  top: 208px;
  animation: moveLeftBounce 3s linear infinite;
}
@keyframes moveLeftBounce {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.style-one .row.wrapper-space {
  padding-top: 32px;
}

.style-one .hero-image-wraper {
  position: relative;
}

.style-one .hero-thumb1 img {
  width: 100%;
}

.style-one .hero-thumb2 img {
  width: 100%;
}

.style-one .hero-claim-box {
  position: absolute;
  top: 25px;
  right: -85px;
  width: 365px;
  height: 189px;
  border-radius: 50px;
  background-color: #fbc267;
  padding: 25px 0px 0px;
  text-align: center;
}

.style-one .hero-claim-btn {
  padding-top: 20px;
}

.style-one .claim-content p {
  font-size: 17px;
  line-height: 28px;
  color: #0d1718;
  font-weight: 500;
  font-family: "Open Sans";
  text-align: center;
  margin: 0;
}

.style-one .claim-content span {
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  color: #0d1718;
  font-weight: 500;
  font-family: "Open Sans";
  text-align: center;
}

.style-one .hero-thumb-wraper {
  position: relative;
}

.style-one .hero-thumb2-shape {
    position: absolute;
    top: -40px;
    right: -30px;
    animation: bounce 4s linear infinite;
}
@keyframes bounce {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
.hero-claim-btn .service-btn {
    text-align: right;
}
.section-btn {
    display: inline-block;
}
.section-btn a {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    font-family: "Unbounded";
    border-radius: 25px;
    border: 1px solid #d82221;
    padding: 15px 34px;
    position: relative;
    margin-right: -5px;
    transition: 0.5s;
    z-index: 1;
    overflow: hidden;
    background: #0d1718;
    color: #fff;
    margin-left: 20px;
}
.section-btn a::before {
    position: absolute;
    content: "";
    width: 177px;
    height: 50px;
    border-radius: 25px;
    background-color: #082060;
    top: 2px;
    left: 0;
    z-index: -1;
}
.section-btn a::before {
  position: absolute;
  content: "";
  width: 225px;
  height: 50px;
  border-radius: 25px;
  background-color: #082060;
  top: 2px;
  left: 0;
  z-index: -1;
}
.section-btn a:hover:before {
  background: #0d1718;
}
.section-arrow-btn {
    display: inline-block;
    position: relative;
    z-index: 1;
}
.section-arrow-btn::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #082060;
  top: 4px;
  left: 0;
  z-index: -1;
}
.section-arrow-btn a {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #0d1718;
  border: 1px solid #d82221;
  text-align: center;
  position: relative;
}
.section-arrow-btn a:hover {
  background: #d82221;
}
.section-arrow-btn:hover:before {
  background: #0d1718;
}
.section-arrow-btn a i {
  display: inline-block;
  color: #fff;
  transform: rotate(-45deg);
  transition: 0.5s;
}
.section-arrow-btn a:hover i {
  transform: rotate(0deg);
  color: #fff;
}
.tab-content ul li {
    font-size: 16px;
    line-height: 31px;
    margin-bottom: 15px;
    color: #666666;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
}
.section-title-1 {
    margin-left: 25px;
    margin-top: 30px;
}
.section-title-1 h1 {
    font-size: 40px;
    line-height: 46px;
    color: #0d1718;
    font-weight: 500;
    margin: 0;
    font-family: "Unbounded", sans-serif;
}
.section-title-1 p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    transition: 0.5s;
}
.section-title p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    transition: 0.5s;
}

.about-area.style-two {
  padding: 110px 0 190px;
  position: relative;
}

.about-area.style-two .section-title.text-center {
  margin-bottom: 45px;
}

.style-two .about-thumb21 {
    position: absolute;
    bottom: -135px;
    left: -60px;
}

.style-two .about-thumb22 {
    position: absolute;
    bottom: 120px;
    left: 890px;
}

.style-two .about-thumb21:after,
.about-thumb22::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.style-two .about-thumb21:hover:after,
.about-thumb22:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.about-area.style-two .section-title h2 {
  font-size: 40px;
  text-align: left;
    line-height: 46px;
    color: #0d1718;
    font-weight: 500;
    margin: 0;
    font-family: "Unbounded", sans-serif;
}

.about-area.style-two .section-title p {
    text-align: left;
    margin: 25px 0 0;
    line-height: 28px;
    color: #0d1718;
    font-size: 17px;
    /* width: 90%; */
}

.style-two .about-arrow-btn {
  padding-left: 30px;
  position: relative;
}

.style-two .about-arrow-btn::before {
  position: absolute;
  content: "";
  width: 140px;
  height: 140px;
  border-radius: 70px;
  background-color: rgba(30, 30, 30, 0);
  border: 1px solid rgba(13, 23, 24, 0.15);
  left: 6px;
  bottom: 6px;
}

.style-two .about-arrow-btn a {
  display: inline-block;
  width: 94px;
  height: 94px;
  line-height: 94px;
  text-align: center;
  background-color: #0d1718;
  color: #fff;
  border-radius: 50%;
  font-size: 40px;
  transform: rotate(-45deg);
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.6s;
}

.style-two .about-arrow-btn a::after {
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  position: absolute;
  z-index: -1;
  background: #d82221;
  transition: 0.5s;
}

.style-two .about-arrow-btn a:hover::after {
  width: 100%;
}
.hero-area.style-two {
  background: #0d1718;
  position: relative;
}

.style-two .hero-wraper {
  position: relative;
  padding-top: 192px;
}

.style-two .hero-content-wraper {
  position: relative;
  padding: 40px 0 250px;
}

.style-two .hero-content {
  position: relative;
}

.style-two .hero-content::before {
  position: absolute;
  content: "";
  left: 4px;
  top: 8px;
  width: 234px;
  height: 38px;
  border-radius: 18px;
  background-color: rgba(255 255 255 /20%);
}

.style-two h5.hero-sub-title {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Unbounded";
  line-height: 38px;
  position: relative;
  width: 240px;
  height: 38px;
  border-radius: 17px;
  background-color: #0d1718;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  margin-bottom: 18px;
}

.style-two h5.hero-sub-title i {
  display: inline-block;
  color: #d82221;
}

.style-two h5.hero-sub-title span {
    display: inline-block;
    margin-left: 10px;
    margin-top: 10px;
}

.style-two h1.hero-title {
    font-size: 36px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Unbounded";
    margin: 0;
    text-transform: uppercase;
}

.style-two h1.hero-title span {
    display: inline-block;
    margin: 0 17px 0 20px;
    width: 70px;
    height: 70px;
    border-radius: 35px;
    background-color: #fbc267;
    position: revert;
    position: relative;
    top: 8px;
}

.style-two h2.hero-title {
    font-size: 43px;
    line-height: 100px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Unbounded";
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
}
.style-two .hero-content .arrow-icon {
    margin: 0 74px 0 98px;
    animation: moveLeftBounce 5s linear infinite;
}
.style-two .hero-star-shape {
    position: absolute;
    top: 5px;
    right: -152px;
    animation: rotateme 18s linear infinite;
}
.hero-seo-agency h2 {
    color: #fff;
    position: absolute;
    top: 177px;
    right: -141px;
}
.style-two .hero-thumnail {
    position: relative;
}
.style-two .hero-thumb {
    text-align: right;
    position: relative;
    z-index: 1;
}
.style-two .hero-ball-shape {
  position: absolute;
  bottom: 3px;
  left: 20px;
  animation: moveLeftBounce 3s linear infinite;
}
@keyframes rotateme {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.business-plan-area.style-two {
  /* background-color: #e9faeb; */
  padding: 110px 0 90px;
}

.business-plan-area.style-two .section-title.text-center {
  margin-bottom: 48px;
}

.style-two .single-business-plan-box {
    padding: 68px 65px;
    position: relative;
    z-index: 1;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.style-two .single-business-plan-box:hover .seo-hover-box {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.style-two .row.plan-box {
  background: #fff;
  border-radius: 15px;
  margin-bottom: 30px;
}

.style-two .business-plan-thumb {
  position: relative;
  overflow: hidden;
}
.style-two .business-plan-thumb img {
  width: 100%;
}

.style-two .business-plan-thumb::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.style-two .business-plan-thumb:hover:after {
  height: 250%;
  transition: all 600ms linear;
  background-color: transparent;
}

.style-two h3.business-plan-title {
  font-size: 24px;
  color: #0d1718;
  font-weight: 600;
  margin-bottom: 10px;
}

.style-two .business-plan-content p {
  font-size: 16px;
  line-height: 28px;
  color: #0d1718;
  font-weight: 400;
  margin-bottom: 25px;
}

.style-two .plan-list-iteam ul li {
  font-size: 16px;
  color: #0d1718;
  font-weight: 400;
  font-family: "Open Sans";
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
}

.style-two .plan-list-iteam ul li::before {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 3px;
  background-color: #d82221;
  left: 0;
  top: 9px;
}

.style-two .plan-list-iteam ul li::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 7px;
  border: 1px dashed #d82221;
  left: -4px;
  top: 5px;
}

/*--------------------------------- CSS -----------------------*/
.banner-sec {
    padding: 130px 0;
    background: url(../img/banner-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 100px;
}
.main-slider-two__content {
    position: relative;
    display: block;
    z-index: 15;
}
.main-slider-two__sub-title {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #878c8f;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: .075em;
    text-transform: uppercase;
    border: 1px solid rgba(33,34,38, .15);
    padding: 20px 40px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.main-slider-two__title {
    position: relative;
    font-size: 80px;
    color: #212226;
    font-weight: 700;
    line-height: 96px;
    text-transform: uppercase;
    margin-top: 37px;
    margin-bottom: 27px;
}
.main-slider-two__text {
    font-size: 18px;
    color: #878c8f;
    font-weight: 400;
    line-height: 30px;
}
.thm-btn:before{ 
    background-color:#212226;
}
.thm-btn i{
    height:auto;
    width:auto;
    background-color:transparent;
    border-radius:50%;
    color:#fff;
    font-size:22px;
    line-height:inherit;
    text-align:center;
    top:0;
    margin-right:0;
    padding-left:0;
    transition:all .5s ease;
}
.thm-btn:hover i{
    color: #fff;
}
.thm-btn{
    position:relative;
    display:inline-flex;
    -webkit-appearance:none;
    outline:none!important;
    background-color:#082060;
    color:#fff;
    font-size:16px;
    font-weight:500;
    padding:24px 45px 23px;
    border-radius:0;
    text-align:center;
    overflow:hidden;
    letter-spacing:.075em;
    text-transform:uppercase;
    transition:.5s;
    align-items:center;
    justify-content:center;
    gap:15px;
    z-index:1;
}
.thm-btn:before{
    transition-duration:.8s;
    position:absolute;
    width:200%;
    height:260%;
    content:"";
    top:132%;
    left:50%;
    background-color:#d82221;
    transform:translateX(-50%) rotate(-8deg);
    border-radius:80%;
    z-index:-1;
}
.thm-btn:hover:before{
    top:-60%;
}
.thm-btn:hover{
    color:#fff;
}
.feature-one {
    position: relative;
    display: block;
    padding: 190px 0 18px;
    counter-reset: count;
    overflow: hidden;
    z-index: 1;
}
.feature-one__shape-1 {
    position: absolute;
    top: -510px;
    left: 0;
    right: 0;
    height: 923px;
    background-image: url(../img/feature-one-shape-1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    animation: topBottom 3s ease-in-out infinite;
    z-index: -1;
}
@keyframes topBottom {

}
.feature-one__single{
    position:relative;
    display:block;
    margin-bottom:102px;
}
.feature-one__single-inner{
    position:relative;
    display:block;
    background-color:#fff;
    padding:28px 38px 29px;
    transition:all .5s ease;
}
.feature-one__single:hover .feature-one__single-inner{
    box-shadow:0 10px 60px 0 rgba(33,34,38,.08);
}
.feature-one__icon{
    position:absolute;
    top:-70px;
    left:38px;
    height:190px;
    width:110px;
    border:1px solid rgba(33,34,38,.15);
    background-color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    transition:all .4s ease-in-out;
}
.feature-one__single:hover .feature-one__icon{
    border:1px solid rgba(216, 34, 33,1);
    background-color:#d82221;
}
.feature-one__icon span{
    position:relative;
    display:inline-block;
    font-size:70px;
    color:#d82221;
    transition:all .4s ease-in-out;
}
.feature-one__single:hover .feature-one__icon span{
    color:#fff;
}
.feature-one__title-box {
    position: relative;
    display: block;
    padding-left: 140px;
    margin-bottom: 26px;
}
.feature-one__count {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #d82221;
}
.feature-one__text {
    margin-bottom: 30px;
    color: #878c8f;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.about-three {
    position: relative;
    display: block;
    counter-reset: count;
    z-index: 1;
    padding: 0 0 100px;
}
.about-three__left {
    position: relative;
    display: block;
    margin-left: 335px;
    margin-right: -55px;
}
.about-three__experience {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 115px;
    margin-bottom: 50px;
}
.about-three__experience-count {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    background-color: #082060;
    border-top-left-radius: 50px;
    left: 0;
    top: 0;
}
.about-three__experience-count h3 {
    font-size: 45px;
    font-weight: 700;
    color: #fff;
    line-height: 45px;
}
.about-three__experience-text {
    position: relative;
    display: block;
    border: 1px solid rgba(33,34,38, .15);
    padding: 25px 15px;
}
.about-three__experience-text p {
    font-size: 24px;
    font-weight: 500;
    color: #212226;
    line-height: 32px;
}
.about-three__img-one {
    position: relative;
    display: block;
    z-index: 1;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
}
.about-three__img-one img {
    width: 100%;
    border-top-left-radius: 150px;
    border-bottom-right-radius: 150px;
}
.about-three__img-two {
    position: absolute;
    top: 0;
    left: -335px;
}
.about-three__img-two img {
    width: auto;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
}
.about-three__shape-1 {
    position: absolute;
    top: 70px;
    left: -215px;
    opacity: .1;
    z-index: -1;
}
.about-three__shape-1 img {
    width: auto;
}
.about-three__right {
    position: relative;
    display: block;
    margin-left: 125px;
}
.about-three__right .section-title {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: 21px;
}
.section-title__tagline-box {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    gap: 15px;
}
.section-title__shape {
    position: relative;
    display: block;
    height: 2px;
    width: 28px;
    background-color: #d82221;
    top: -3px;
}
.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #878c8f;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.section-title__title {
    color: #212226;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    margin: 2px 0 0;
    letter-spacing: -.04em;
}
.about-three__text {
    margin-bottom: 30px;
    color: #878c8f;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.about-three__points-count-box {
    position: relative;
    display: flex;
    width: 94px;
    height: 80px;
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.about-three__points-count-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/about-three-count-shape-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    opacity: 1;
    transition: all .5s ease;
    z-index: -1;
}
.about-three__points-count-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/about-three-count-shape-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    opacity: 0;
    transition: all .5s ease;
    z-index: -1;
}
.about-three__points-count {
    position: relative;
    display: block;
    z-index: 1;
}
.about-three__points-count:before {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    color: #d82221;
    counter-increment: count;
    content: "0" counter(count);
    transition: all .2s linear;
    transition-delay: .1s;
}
.about-three__points-content {
    position: relative;
    display: block;
}
.about-three__points-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 9px;
    transition: all .5s ease;
    color: #212226;
}
.about-three__points-text {
    margin-bottom: 30px;
    color: #878c8f;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.services-one {
    position: relative;
    display: block;
    counter-reset: count;
    z-index: 1;
}
.services-one__wrap {
    position: relative;
    display: block;
    max-width: 1500px;
    width: 100%;
    background-color: #082060;
    margin: 0 auto;
    padding: 120px 0 90px;
}
.services-one__top {
    position: relative;
    display: block;
    margin-bottom: 47px;
}
.services-one__top-left {
    position: relative;
    display: block;
}
.services-one__top-left .section-title {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: 0;
}
.section-title__tagline-box {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    gap: 15px;
}
.section-title__shape {
    position: relative;
    display: block;
    height: 2px;
    width: 28px;
    background-color: #d82221;
    top: -3px;
}
.services-one__top-left .section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #f6f6f6;
}
.services-one__top-left .section-title__title {
    color: #fff;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    margin: 2px 0 0;
    letter-spacing: -.04em;
}
.services-one__top-right {
    position: relative;
    display: block;
    margin-top: 22px;
    margin-left: 150px;
}
.services-one__top-text {
    color: #d0caca;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 30px;
}
.services-one__bottom {
    position: relative;
    display: block;
}
.services-one__bottom-left {
    position: relative;
    display: block;
    margin-bottom: 30px;
}
.services-one__bottom-content-box {
    position: relative;
    display: block;
}
.services-one__bottom-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.services-one__bottom-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #212226;
    opacity: 0;
    transition: background-color .5s ease;
    transition: all .5s ease;
    z-index: 1;
}
.services-one__bottom-img img {
    width: 100%;
    transform: scaleX(1);
    transition: transform 1s ease-in-out;
}
.services-one__bottom-content {
    position: relative;
    display: block;
    background-color: #d82221;
    padding: 29px 34px 28px;
}
.services-one__bottom-content-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 13px;
    color: #fff;
}
.services-one__bottom-content-text {
    color: #f4f6f8;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}
.services-one__bottom-right {
    position: relative;
    display: block;
}
.services-one__single {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    z-index: 1;
    padding: 30px;
}
.services-one__single:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid rgba(255,255,255, .15);
    z-index: -1;
}
.services-one__img {
    position: relative;
    display: block;
    max-width: 170px;
    width: 100%;
    overflow: hidden;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    z-index: 1;
}
.services-one__img img {
    width: 100%;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    transform: scaleX(1);
    transition: transform 1s ease-in-out;
}
.services-one__content {
    position: relative;
    display: block;
    margin-left: 30px;
}
.services-one__count {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
}
.services-one__count:before {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #d82221;
    letter-spacing: .075em;
    counter-increment: count;
    content: "0" counter(count);
    transition: all .2s linear;
    transition-delay: .1s;
}
.services-one__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 34px;
    margin-top: 16px;
    margin-bottom: 13px;
    color: #fff;
}
.services-one__text {
    color: #d0caca;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 30px;
}
.how-we-work {
    position: relative;
    display: block;
    padding: 120px 0 90px;
    counter-reset: count;
    overflow: hidden;
    background-color: #f6f6f6;
    z-index: 1;
}
.how-we-work__shape-1 {
    position: absolute;
    top: -460px;
    right: -30px;
}
.how-we-work__shape-2 {
    position: absolute;
    bottom: -754px;
    left: 0;
}
.section-title {
    position: relative;
    display: block;
    margin-top: -5px;
    margin-bottom: 48px;
}
.section-title__tagline-box {
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    gap: 15px;
}
.section-title__shape {
    position: relative;
    display: block;
    height: 2px;
    width: 28px;
    background-color: #d82221;
    top: -3px;
}
.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #878c8f;
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.section-title__title {
    color: #212226;
    font-size: 45px;
    line-height: 55px;
    font-weight: 700;
    margin: 2px 0 0;
    letter-spacing: -.04em;
}
.how-we-work__inner {
    position: relative;
    display: block;
}
.how-we-work__inner:before {
    content: "";
    position: absolute;
    top: 83px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: rgba(33,34,38, .1);
}
.how-we-work__single {
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 21px;
}
.how-we-work__count {
  position: relative;
  display: inline-block;
  border: 2px solid rgba(33,34,38, 0.1);
  border-radius: 5px;
  padding: 5px 18px 6px;
  transition: all 0.5s ease;
}
.how-we-work__single:hover .how-we-work__count {
  border: 2px solid #d82221;
  background-color: #d82221;
}
.how-we-work__count:before {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  color: #d82221;
  counter-increment: count;
  content: "Step 0" counter(count);
  transition: all 0.2s linear;
  transition-delay: 0.1s;
  transition: all 0.5s ease;
}
.how-we-work__single:hover .how-we-work__count:before {
  color: #fff;
}
.how-we-work__count-shape-1 {
  position: absolute;
  border-top: 8px solid rgba(33,34,38, 0.1);
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.how-we-work__single:hover .how-we-work__count-shape-1 {
  border-top: 8px solid #d82221;
}
.how-we-work__count-shape-1:before {
  content: "";
  position: absolute;
  border-top: 6px solid #fff;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  transition: all 0.5s ease;
}
.how-we-work__single:hover .how-we-work__count-shape-1:before {
  border-top: 6px solid #d82221;
}
.how-we-work__shape {
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border: 2px solid #d82221;
  margin: 37px auto 40px;
  border-radius: 50%;
}
.how-we-work__icon,
.how-we-work__icon span {
  position: relative;
  display: inline-block;
}
.how-we-work__icon span {
  font-size: 62px;
  color: #878c8f;
  transition: all 0.5s linear;
  transition-delay: 0.1s;
  transform: scale(1);
}
.how-we-work__single:hover .how-we-work__icon span {
  transform: scale(0.9);
}
.how-we-work__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  letter-spacing: -0.04em;
  margin-top: 17px;
  margin-bottom: 13px;
}
.team-one {
    padding: 100px 0;
}
.team-one__single {
  position: relative;
  display: block;
}
.team-one__single {
  margin-bottom: 30px;
}
.team-one__single:before {
  content: "";
  position: absolute;
  top: 75px;
  left: 20px;
  right: 0;
  bottom: 0;
  border: 1px solid rgba(33,34,38, 0.18);
  border-top-right-radius: 95px;
  border-bottom-left-radius: 95px;
}
.team-one__img-box {
  position: relative;
  display: block;
  margin-right: 30px;
}
.team-one__img {
  position: relative;
  display: block;
  overflow: hidden;
}
.team-one__img,
.team-one__img img {
  border-top-left-radius: 95px;
  border-bottom-right-radius: 95px;
}
.team-one__img img {
  width: 100%;
  transform: scaleX(1);
  transition: transform 1s ease-in-out;
}
.team-one__single:hover .team-one__img img {
  transform: scale(1.05) rotate(0deg);
}
.team-one__social-box {
  padding-left: 88px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.team-one__social-box,
.team-one__social-box a {
  position: relative;
  display: flex;
  align-items: center;
}
.team-one__social-box a {
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border-radius: 50%;
  overflow: hidden;
  color: #878c8f;
  transition: all 0.5s ease;
  z-index: 1;
}
.team-one__social-box a:hover {
  color: #d82221;
  background-color: rgba(216,34,33, 0.12);
}
.team-one__social-box a:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: rgba(216,34,33, 0.12);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.team-one__social-box a:hover:after {
  opacity: 1;
  transform: scaleY(1);
}
.team-one__content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 50px;
    background-color: #d82221;
    padding: 20px 10px 10px;
    border-top-right-radius: 100px;
    background-position: bottom;
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2;
}
.team-one__single:hover .team-one__content {
  transform: scaleY(1);
}
.team-one__content p {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    font-size: 22px;
}
.team-one__content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-transform: capitalize;
}
.team-one__content h3 a {
    color: #fff;
}
.faq-one {
    position: relative;
    display: block;
    counter-reset: count;
    padding: 120px 0 80px;
    z-index: 1;
}
.faq-one:before {
  content: "";
  right: 315px;
  background-color: #082060;
}
