/* ==============
 ========= css documentation =========

 * theme name: HIEQ
 * version: 1.0
 * description: Shipping Services HTML Template
 * author: expert-Themes
 * author-url: https://themeforest.net/user/expert-themes

 01. abstracts
     1.01 --> mixins
     1.02 --> variables

 02. base
     2.01 --> reset
     2.02 --> typography
     2.03 --> global

 03. components
     3.01 --> buttons
     3.02 --> forms
     3.03 --> preloader

 04. layout
     4.01 --> header
     4.02 --> banner
     4.03 --> footer

 05. sections
     5.01 --> overview styles
     5.02 --> blog
     5.03 --> work
     5.04 --> delivery
     5.05 --> company
     5.06 --> team
     5.07 --> testimonial
     5.08 --> news
     5.09 --> sponsor
     5.10 --> overview two
     5.11 --> choose
     5.12 --> counter
     5.13 --> video modal two
     5.14 --> pricing
     5.15 --> faq
     5.16 --> news two
     5.17 --> about three
     5.18 --> feature
     5.19 --> world wide
     5.20 --> service three
     5.21 --> project three
     5.22 --> testimonial three
     5.23 --> news main
     5.24 --> service details
     5.25 --> error styles
     5.26 --> coming soon styles
     5.27 --> cart page
     5.28 --> checkout page
     5.29 --> login and registration
     5.30 --> product page

 06. responsive

    ==================================
============== */
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&amp;family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap");
/* ==== 
 --------- (2.1) reset styles start ---------
 ==== */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
*::-moz-selection {
  color: #ffffff;
  background-color: #1770c8;
}
*::selection {
  color: #ffffff;
  background-color: #1770c8;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 0px;
  font-weight: 400;
  color: #7c858c;
  background-color: #ffffff;
  overflow-x: clip !important;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}
body::-webkit-scrollbar-button, body::-webkit-scrollbar-thumb {
  background-color: #ed6700;
  border-radius: 5px;
}

a,
button {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  outline: 0px;
  border: 0px;
  transition: all 0.4s ease-in-out;
  letter-spacing: 1px;
  cursor: pointer;
}
a i,
button i {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
a:hover,
button:hover {
  text-decoration: none;
  border: 0px;
  outline: 0px;
}
a:focus,
button:focus {
  box-shadow: none;
}

ul,
ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

hr,
blockquote {
  margin: 0px;
}

input,
textarea {
  border: 0px;
  outline: 0px;
}
input:focus,
textarea:focus {
  box-shadow: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0px;
}

input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

input[type=checkbox] {
  width: initial;
  height: initial;
}

textarea {
  min-height: 150px;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

iframe {
  border: 0px;
  width: 100%;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  font-family: "Poppins", sans-serif;
  padding: 0px;
  margin: 0px;
  font-weight: 400;
  color: #7c858c;
  transition: none !important;
}

p {
  font-family: "Manrope", sans-serif;
}

/* ==== 
 --------- (2.1) reset styles end ---------
 ==== */
/* ==== 
 --------- (2.2) typography styles start ---------
 ==== */
p,
th,
td,
li,
input,
textarea,
select,
label,
blockquote,
span {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #7c858c;
  font-family: "Poppins", sans-serif;
}

.primary-text {
  font-size: 14px;
  line-height: 24px;
}

.secondary-text {
  font-size: 16px;
  line-height: 26px;
}

a,
button {
  font-size: 16px;
  line-height: 22px;
  color: #7c858c;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
}
a:hover,
button:hover {
  color: #ed6700;
}

h1,
.h1 {
  font-size: 30px;
  line-height: 46px;
}

h2,
.h2 {
  font-size: 26px;
  line-height: 40px;
}

h3,
.h3 {
  font-size: 30px;
  line-height: 44px;
}

h4,
.h4 {
  font-size: 24px;
  line-height: 34px;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 28px;
}

h6,
.h6 {
  font-size: 14px;
  line-height: 20px;
}

h1 a,
h1 span,
.h1 a,
.h1 span,
h2 a,
h2 span,
.h2 a,
.h2 span,
h3 a,
h3 span,
.h3 a,
.h3 span,
h4 a,
h4 span,
.h4 a,
.h4 span,
h5 a,
h5 span,
.h5 a,
.h5 span,
h6 a,
h6 span,
.h6 a,
.h6 span,
p a,
p span {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
}

/* ==== 
 --------- (2.2) typography styles end ---------
 ==== */
/* ==== 
 --------- (2.3) global styles start ---------
 ==== */
img {
  max-width: 100%;
  height: auto;
  border: 0px;
  outline: 0px;
}

i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.unset {
  max-width: unset;
}

.bg-img {
  background-color: #7c858c;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.dir-rtl {
  direction: rtl;
}

.slick-slide {
  margin: 0px 12px;
}
.slick-slide img {
  display: inline-block;
}

.slick-list {
  margin: 0px -12px;
}

.section {
  padding: 100px 0px;
}

.section--space-top {
  padding-bottom: 0px;
}

.section--space-bottom {
  padding-top: 0px;
}

.section__row {
  margin-bottom: -30px;
}

.section__col {
  margin-bottom: 30px;
}

.banner__content-cta {
  margin-top: 30px;
}

.section__cta {
  margin-top: 60px;
  text-align: center;
}

.section__content-cta {
  margin-top: 30px;
}

.banner__content {
  margin-top: -5px;
}
.banner__content h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #ed6700;
  margin-bottom: 16px;
}
.banner__content h1 {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 16px;
}
.banner__content .banner__content-text p {
  color: #ffffff;
}

.section__header {
  margin-top: -5px;
  margin-bottom: 56px;
  text-align: center;
}
.section__header h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ed6700;
  margin-bottom: 16px;
}
.section__header h2 {
  font-weight: 700;
  color: #161616;
}

.section__content {
  margin-top: -5px;
}
.section__content h6 {
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #ed6700;
  margin-bottom: 16px;
}
.section__content h2 {
  font-weight: 700;
  color: #161616;
  margin-bottom: 18px;
}
.section__content .section__content-text p {
  color: #7c858c;
  margin-bottom: 16px;
}
.section__content .section__content-text p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.section__content .section__content-text .secondary-text {
  font-weight: 700;
  color: #ed6700;
}
.section__content .signature {
  display: flex;
  align-items: center;
  gap: 70px;
  row-gap: 24px;
  flex-wrap: wrap;
}
.section__content .signature .signature__author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.section__content .signature .signature__author-thumb {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dce0e5;
  padding: 30px;
}
.section__content .signature .signature__author-thumb img {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
}
.section__content .signature .signature__author-info h5 {
  color: #161616;
  font-weight: 700;
  margin-bottom: 5px;
}
.section__content .signature .signature__author-info p {
  color: #ed6700;
}

.min-full {
  min-width: 100vw;
}
.min-full .unset-container {
  margin-left: unset;
}

.social {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.social li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.social a {
  color: #ffffff;
  font-size: 16px;
}
.social a:hover {
  color: #ed6700;
}

.pr-12 {
  padding-right: 12px;
}

.slide-btn {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  z-index: 2;
}
.slide-btn:hover {
  color: #ed6700;
  border: 1px solid #ed6700;
}

.cmn__cta p {
  padding: 15px 30px;
  border: 1px dashed #7c858c;
}
.cmn__cta p a {
  color: #ed6700;
  font-weight: 600;
}
.cmn__cta p a:hover {
  color: #161616;
}

.video-wrap {
  width: 264px;
  min-width: 264px;
  height: 264px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.1882352941);
}
.video-wrap a {
  position: relative;
  z-index: 1;
}
.video-wrap a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 0%;
  background-color: inherit;
  opacity: 0.8;
  z-index: -1;
  animation: wave 3s linear infinite;
}
.video-wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 0%;
  background-color: inherit;
  opacity: 0.4;
  z-index: -2;
  animation: wave 6s linear infinite;
  animation-delay: 1s;
}

@keyframes wave {
  0% {
    transform: translate(-50%, -50%) scale(0.6);
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.7);
    opacity: 0;
  }
}
.section__header-alt {
  margin-bottom: 30px;
}

.cmn-pagination button {
  text-indent: -9999px;
}
.cmn-pagination .slick-dots {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
.cmn-pagination .slick-dots button {
  width: 10px;
  height: 10px;
  background-color: #ebebeb;
}
.cmn-pagination .slick-dots .slick-active button {
  outline: 1px solid #ed6700;
  outline-offset: 4px;
  background-color: #161616;
  margin: 0px 4px;
}

.gaper {
  row-gap: 40px;
}

.urban::before {
  background-color: #161616 !important;
}
.urban:hover {
  color: #ffffff !important;
}

.section__conent-alt h2 {
  color: #00003d;
}

.footer-space-fix {
  padding-bottom: 278px !important;
}

.video-modal-two-alt {
  background-color: #002a34 !important;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.pagination button,
.pagination a {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ed6700;
  border-radius: 0px;
  background-color: #ffffff;
  color: #ed6700;
  transition: all 0.4s ease-in-out;
}
.pagination button:hover,
.pagination a:hover {
  background-color: #002a34;
  color: #ffffff;
  border: 1px solid #002a34;
}
.pagination .active {
  background-color: #002a34;
  color: #ffffff;
  border: 1px solid #002a34;
}
.pagination button:hover {
  background-color: #ffffff;
  border: 1px solid #7c858c;
  color: #7c858c;
}

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

.sidebar-cart {
  background: #000000;
  color: #ffffff;
  padding: 15px 15px 0 15px;
  position: fixed;
  display: block;
  width: 320px;
  height: 100vh;
  z-index: 99999;
  top: 0;
  right: 0px;
  transform: translateX(100%);
  box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease-in-out;
}
.sidebar-cart .close-cart {
  height: 16px;
  width: 16px;
  margin: 0 0 15px 0;
  text-decoration: none;
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
  background-color: transparent;
  border: 0px;
  outline: 0px;
}
.sidebar-cart .close-cart .close-icon {
  width: 16px;
  height: 16px;
  background: #ffffff;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
          mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
  transition: all 0.5s linear;
}
.sidebar-cart h2 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  margin: 5px 0 25px 0;
  display: flex;
  justify-content: center;
}
.sidebar-cart h2 span.count {
  color: #161616;
  background: #f5f5f5;
  padding: 8px;
  margin-left: 6px;
  position: relative;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  font-size: 12px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-cart .cart-items {
  margin-top: 30px;
}
.sidebar-cart .cart-item-single {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3137254902);
  padding-right: 24px;
  position: relative;
}
.sidebar-cart .cart-item-single .delete-item {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  color: #ed6700;
  background-color: transparent;
  font-size: 20px;
}
.sidebar-cart .cart-item-single .cart-item-thumb a {
  width: 80px;
  height: 100px;
}
.sidebar-cart .cart-item-single .cart-item-thumb a img {
  width: 100%;
  height: 100%;
}
.sidebar-cart .cart-item-single h6 a {
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
}
.sidebar-cart .cart-item-single h6 a:hover {
  color: #ed6700;
}
.sidebar-cart .cart-item-single .price {
  font-weight: 600;
  font-size: 14px;
  color: #ed6700;
}
.sidebar-cart .cart-item-single .measure {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.sidebar-cart .cart-item-single .measure button {
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ffffff;
  color: #002a34;
  font-size: 10px;
}
.sidebar-cart .cart-item-single .item-quantity {
  min-width: 16px;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
}
.sidebar-cart .der {
  height: calc(100% - 140px);
  overflow-y: auto;
}
.sidebar-cart div.totals {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  height: 45px;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.sidebar-cart div.totals div.subtotal,
.sidebar-cart div.totals div.shipping,
.sidebar-cart div.totals div.tax {
  padding: 15px;
  text-align: center;
  color: #ffffff;
  border-bottom: 1px solid #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.sidebar-cart div.totals div.subtotal span.amount,
.sidebar-cart div.totals div.subtotal .total-price,
.sidebar-cart div.totals div.shipping span.amount,
.sidebar-cart div.totals div.shipping .total-price,
.sidebar-cart div.totals div.tax span.amount,
.sidebar-cart div.totals div.tax .total-price {
  color: #161616;
  margin-left: 10px;
  font-weight: 700;
}
.sidebar-cart div.totals div.subtotal .total-price,
.sidebar-cart div.totals div.shipping .total-price,
.sidebar-cart div.totals div.tax .total-price {
  margin: 0px;
}
.sidebar-cart div.totals div.subtotal span.label,
.sidebar-cart div.totals div.shipping span.label,
.sidebar-cart div.totals div.tax span.label {
  color: #161616;
  font-weight: 700;
}
.sidebar-cart div.action-buttons {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #ffffff;
  display: block;
  white-space: nowrap;
}
.sidebar-cart div.action-buttons a.view-cart-button,
.sidebar-cart div.action-buttons a.checkout-button {
  display: inline-block;
  padding: 10px;
  margin: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  transition: all 0.5s linear;
}
.sidebar-cart div.action-buttons a.view-cart-button {
  background: #000000;
  border-color: #f5f5f5;
  margin-right: 5px;
  color: #f5f5f5;
  width: 80px;
}
.sidebar-cart div.action-buttons a.checkout-button {
  border-color: #f5f5f5;
  background: #000000;
  margin-left: 5px;
  color: #ffffff;
  width: 200px;
}

.sidebar-cart-active {
  transform: translateX(0px);
}

.cart-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.5921568627);
  z-index: 9999;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
}

.cart-backdrop-active {
  transform: translateX(0px);
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.fix-gsap {
  padding-top: 206px;
}

.search-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.sidenav-bar-visible .search-popup {
  width: 80%;
}

.search-popup:before {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 560px;
  background-image: url("../images/waves-shape.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0px;
  content: "";
}

.search-active .search-popup {
  transform: translateY(0%);
  margin-top: 0;
}

.search-popup .close-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 75%;
  margin: 0 auto;
  margin-top: -200px;
  border-radius: 50%;
  text-align: center;
  background-color: #d81e27;
  width: 70px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  border-bottom: 3px solid #ffffff;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}

.search-popup .close-search span {
  position: relative;
  display: block;
  height: 70px;
  width: 70px;
  font-size: 20px;
  line-height: 70px;
  color: #ffffff;
}

.search-active .search-popup .close-search {
  visibility: visible;
  opacity: 1;
  top: 50%;
  transition-delay: 1500ms;
}

.search-popup form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: #111111;
  transition: all 300ms ease;
}

.search-active .search-popup form {
  transform: scaleX(1);
  transition-delay: 1200ms;
}

.search-popup .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
}

.search-popup .form-group input[type=text],
.search-popup .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background-color: #ffffff;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
}

.search-popup .form-group input[type=submit],
.search-popup .form-group button {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  transition: all 500ms ease;
}

.search-popup .form-group input[type=submit]:hover,
.search-popup .form-group button:hover {
  color: #000000;
}

.search-popup input::-moz-placeholder, .search-popup textarea::-moz-placeholder {
  color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
  color: #000000;
}

/* ==== 
 --------- (2.3) global styles end ---------
 ==== */
/* ==== 
 --------- (3.1) buttons styles start ---------
 ==== */
.btn {
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  padding: 18px 40px;
  background-color: #ed6700;
  border-radius: 0px;
  border: 0px;
  transition: all 0.4s ease-in-out;
  width: 100%;
  letter-spacing: 1px;
}
.btn:hover {
  color: #161616;
}

.btn--primary {
  position: relative;
  z-index: 1;
}
.btn--primary::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 0px;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.btn--primary:hover {
  color: #161616;
  background-color: #ed6700;
}
.btn--primary:hover::before {
  width: 100%;
}

.btn--secondary {
  position: relative;
  z-index: 1;
  min-width: 200px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px;
  justify-content: center;
  background-color: #00003d;
  color: #ffffff;
  font-weight: 700;
}
.btn--secondary::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 0px;
  height: 100%;
  background-color: #ed6700;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
.btn--secondary i {
  transform: rotate(45deg);
}
.btn--secondary:hover {
  color: #161616;
  background-color: #00003d;
}
.btn--secondary:hover::before {
  width: 100%;
}

.scroll-to-top {
  width: 80px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ed6700;
  font-size: 20px;
  color: #161616;
}
.scroll-to-top:hover {
  background-color: #ffffff;
  color: #ed6700;
}

/* ==== 
 --------- (3.1) buttons styles end ---------
 ==== */
/* ==== 
 --------- (3.2) forms styles start ---------
 ==== */
.single-input {
  margin-bottom: 30px;
}
.single-input:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.single-input label {
  display: block;
  color: #161616;
  margin-top: -5px;
  margin-bottom: 16px;
}
.single-input input,
.single-input textarea {
  width: 100%;
  padding: 16px 30px;
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  color: #161616;
  font-weight: 500;
}
.single-input input::-moz-placeholder, .single-input textarea::-moz-placeholder {
  color: #767676;
}
.single-input input::placeholder,
.single-input textarea::placeholder {
  color: #767676;
}
.single-input .nice-select {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  width: 100%;
  padding: 16px 36px 16px 30px;
  line-height: inherit;
  height: inherit;
  width: 100%;
}
.single-input .nice-select .current {
  font-weight: 600;
  color: #161616;
}
.single-input .nice-select ul {
  width: 100%;
  background-color: #f5f5f5;
}
.single-input .nice-select ul li {
  margin-top: 0px;
}
.single-input .nice-select ul .option {
  min-height: auto;
  line-height: 100%;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1882352941);
}
.single-input .nice-select ul .option:hover {
  background-color: #f5f5f5 !important;
}
.single-input .nice-select ul .option:last-of-type {
  border-bottom: none;
}
.single-input .nice-select ul:hover .focus {
  color: #161616;
}
.single-input .nice-select ul .selected,
.single-input .nice-select ul .focus {
  background-color: #f5f5f5 !important;
  color: #161616;
}
.single-input .nice-select::after {
  width: 8px;
  height: 8px;
  margin-top: -6px;
  right: 30px;
}

.group-input {
  display: flex;
  align-items: center;
  gap: 24px;
  row-gap: 30px;
  margin-bottom: 30px;
}
.group-input:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.group-input .single-input {
  width: calc(50% - 12px);
  margin-bottom: 0px;
}

.range-slider {
  display: flex;
  align-items: center;
  gap: 24px;
  row-gap: 30px;
}
.range-slider .range-group {
  width: 100%;
}
.range-slider .range-group p {
  margin-bottom: 12px;
}
.range-slider .slider {
  width: 100%;
  height: 12px;
  border-radius: 5px;
  background-color: #ed6700;
  border: 0px;
  cursor: pointer;
}
.range-slider .ui-slider-range {
  background-color: #161616;
}
.range-slider .ui-slider-handle {
  border-radius: 50%;
  border: 3px solid #ed6700;
  background-color: #ffffff;
  width: 20px;
  height: 20px;
  margin-left: -2px;
}
.range-slider .ui-slider-handle:nth-last-of-type(1) {
  margin-left: -18px;
}
.range-slider #priceRange {
  max-width: 170px;
  text-align: center;
}

/* ==== 
 --------- (3.2) forms styles end ---------
 ==== */
/* ==== 
 --------- (3.3) preloader styles start ---------
 ==== */
#preloader {
  background: linear-gradient(180deg, #7c858c 0%, #ed6700 100%);
  z-index: 9999999999;
}

.ctn-preloader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.1882352941) !important;
  border-top-color: #000000 !important;
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

.ctn-preloader .animation-preloader .txt-loading {
  font: bold 6em "Poppins", sans-serif;
  text-align: center;
}
.ctn-preloader .animation-preloader .txt-loading span {
  font: bold 32px "Poppins", sans-serif;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #161616;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(0, 0, 0, 0.3137254902);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .loader-section {
  background-color: #f5f5f5;
  background-image: linear-gradient(90deg, #e8edff 0%, #c9eaff 100%);
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em "Poppins", sans-serif;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading span {
    font: bold 24px "Poppins", sans-serif;
  }
}
/* ==== 
 --------- (3.3) preloader styles end ---------
 ==== */
/* ==== 
 --------- (4.1) header styles start ---------
 ==== */
.topbar {
  overflow: hidden;
}
.topbar li {
  line-height: 1;
}
.topbar .topbar__inner {
  padding: 12px 0px;
  background-color: black;
  border-bottom: 1px solid #555555;
  border-left: 2px solid #555555;
}
.topbar .topbar__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
}
.topbar .topbar__items a,
.topbar .topbar__items li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0px;
}
.topbar .topbar__items a i,
.topbar .topbar__items li i {
  color: #ed6700;
}
.topbar .topbar__items a:hover {
  color: #ed6700;
}

.topbar--secondary .topbar__inner {
  background-color: #f5f5f5;
  border-bottom: 0px;
  border-left: 0px;
  padding: 0px;
  margin-left: 12px;
}
.topbar--secondary .topbar__inner p,
.topbar--secondary .topbar__inner li,
.topbar--secondary .topbar__inner a {
  line-height: 22px;
}
.topbar--secondary .topbar--secondary__content,
.topbar--secondary .social {
  padding: 12px 0px;
}
.topbar--secondary .social {
  background-color: #ffffff;
  height: 46px;
  margin-right: 12px;
}
.topbar--secondary .social a {
  color: #7c858c;
}
.topbar--secondary .social a:hover {
  color: #ed6700;
}

.topbar-info {
  background-color: #ffffff;
  padding: 5px 0px;
}
.topbar-info .topbar-info__content {
  display: flex;
  align-items: center;
  gap: 60px;
  justify-content: flex-end;
}
.topbar-info .topbar-info__content-single {
  display: flex;
  align-items: center;
  gap: 20px;
}
.topbar-info .topbar-info__content-single__thumb {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed6700;
}
.topbar-info .topbar-info__content-single__thumb i {
  color: #ffffff;
}
.topbar-info .topbar-info__content-single__content a {
  color: #7c858c;
  font-size: 14px;
}
.topbar-info .topbar-info__content-single__content a:hover {
  color: #161616;
}
.topbar-info .topbar-info__content-single__content a,
.topbar-info .topbar-info__content-single__content p {
  font-size: 14px;
  line-height: 1;
}
.topbar-info .topbar-info__content-single__content h6 {
  font-weight: 700;
  color: #161616;
  margin-top: 8px;
}
.topbar-info .topbar-info__content-single__content h6 span {
  color: #7c858c;
}

.topbar--tertiary .topbar__inner {
  background-color: #002a34;
  border-left: 0px;
  border-bottom: 0px;
  position: relative;
}
.topbar--tertiary .topbar__inner::after {
  content: "";
  position: absolute;
  left: -24px;
  bottom: 0px;
  top: 0px;
  width: 600%;
  background-color: #002a34;
  z-index: -1;
  height: 100%;
}
.topbar--tertiary .topbar__items {
  padding-left: 200px;
}

.altu-top {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 9;
  background-color: #ffffff;
}

.header--primary {
  border-bottom: 1px solid #555555;
}

.header {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  z-index: 99;
  background: transparent;
}
.header .nav {
  padding: 0px 0px 0px 0px;
  background-color: transparent;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-left: 2px solid #555555;
}
.header .nav__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-width: 100%;
}
.header .nav__menu {
  flex-grow: 1;
}
.header .nav__menu-items {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header .nav__menu-link {
  padding: 29px 20px;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0px;
  background: #2a388b;
}
.header .nav__menu-link:hover {
  color: #ffffff;
  background-color: #ed6700;
}
.header .nav__menu-item--dropdown {
  position: relative;
}
.header .nav__menu-item--dropdown .nav__dropdown {
  background-color: #ffffff;
  padding: 0px;
  border-radius: 0px;
}
.header .nav__menu-item--dropdown .nav__dropdown::-webkit-scrollbar {
  width: 0px;
}
.header .nav__menu-item--dropdown .nav__dropdown::before, .header .nav__menu-item--dropdown .nav__dropdown::after {
  content: "";
  display: table;
}
.header .nav__menu-item--dropdown .nav__dropdown::after {
  clear: both;
}
.header .nav__menu-item--dropdown .nav__dropdown-item {
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  padding: 16px 24px;
  color: #161616;
  border-bottom: 1px solid rgba(22, 22, 22, 0.1254901961);
}
.header .nav__menu-item--dropdown .nav__dropdown-item:hover {
  color: #ed6700;
  border-color: rgba(22, 22, 22, 0.3137254902);
}
.header .nav__menu-link--dropdown {
  position: relative;
  background-color: transparent;
}
.header .nav__menu-link--dropdown::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f107";
  border: none;
  font-size: 16px;
  transition: all 0.2s ease-in-out;
}
.header .nav__menu-item--dropdown:hover .nav__menu-link--dropdown {
  color: #ffffff;
  background-color: #ed6700;
}
.header .nav__menu-item--dropdown:hover .nav__menu-link--dropdown::after {
  transform: rotate(180deg);
  color: #ffffff;
}
.header .nav__menu-item--dropdown .nav__menu-link-child {
  position: relative;
}
.header .nav__menu-item--dropdown .nav__menu-link-child a {
  color: #ffffff !important;
  justify-content: space-between !important;
}
.header .nav__menu-item--dropdown .nav__menu-link-child a::after {
  color: #ffffff !important;
  transform: rotate(0deg) !important;
  right: 0px;
}
.header .nav__menu-item--dropdown .nav__menu-link-child a:hover {
  color: #ffffff !important;
}
.header .nav__menu-item--dropdown .nav__menu-link-child a:hover::after {
  transform: rotate(-90deg) !important;
}
.header .nav__menu-item--dropdown .nav__dropdown-child {
  padding: 20px 30px;
  background: #ed6700;
}
.header .nav__menu-item--dropdown-item {
  position: relative;
}
.header .nav__menu-item--dropdown-item .nav__menu-link {
  padding: 16px 24px;
  color: #161616;
  background-color: #ffffff;
  width: 100%;
  justify-content: space-between;
}
.header .nav__menu-item--dropdown-item .nav__menu-link::after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f105";
  border: none;
  font-size: 16px;
}
.header .nav__menu-item--dropdown-item .nav__menu-link:hover {
  color: #ed6700;
}
.header .nav__menu-item--dropdown-item:hover .nav__menu-link {
  color: #ed6700 !important;
}
.header .nav__uncollapsed {
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .nav__uncollapsed .search,
.header .nav__uncollapsed .cart {
  background-color: transparent;
  font-size: 20px;
  color: white;
}
.header .nav__uncollapsed .cart {
  position: relative;
}
.header .nav__uncollapsed .cart .cart-item {
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ed6700;
  color: white;
  font-size: 12px;
}
.header .nav__uncollapsed-item {
  margin-left: 16px;
}
.header .nav__bar {
  padding: 0px;
  display: inline-block;
  background-color: transparent;
}
.header .nav__bar span {
  transform: translateY(0px);
}
.header .nav__bar .icon-bar {
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  margin: 0px;
  display: block;
  transition: all 0.3s;
}
.header .nav__bar .middle-bar {
  margin: 6px 0px;
  opacity: 1;
}
.header .nav__bar-toggle .top-bar {
  transform: rotate(-45deg) translate(-7px, 4px);
  background: #ed6700;
}
.header .nav__bar-toggle .middle-bar {
  opacity: 0;
}
.header .nav__bar-toggle .bottom-bar {
  transform: rotate(45deg) translate(-7px, -4px);
  background: #ed6700;
}

.side-logo {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
}

.header-active {
  background-color: #161616;
  animation: header 0.5s linear;
  top: 0px;
  z-index: 99;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.header-active .nav {
  box-shadow: none !important;
}

.backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.5921568627);
  z-index: 9;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
}

.backdrop-active {
  transform: translateX(0px);
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.body-active {
  overflow: hidden;
  min-width: 100vw;
  min-height: 100vh;
  transition: all 0.4s ease-in-out;
}

@keyframes header {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0px);
  }
}
.topbar-hide {
  display: none !important;
}

.header--secondary {
  top: 130px;
}
.header--secondary .nav__menu-items {
  justify-content: center;
}
.header--secondary .nav {
  border-left: 0px;
  background-color: #2a388b;
  padding: 0px;
  padding-right: 12px;
}
.header--secondary .nav__bar-alt .icon-bar {
  width: 35px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
}
.header--secondary .nav__bar-alt .middle-bar {
  margin: 6px 0px;
}
.header--secondary .nav__bar,
.header--secondary .nav__bar-alt {
  flex-direction: column;
  gap: 0px;
  align-items: flex-end;
  justify-content: center;
  height: 80px;
  padding: 10px 20px;
  background-color: #ed6700;
}
.header--secondary .nav__bar .icon-bar,
.header--secondary .nav__bar-alt .icon-bar {
  border-radius: 3px;
}
.header--secondary .nav__bar .top-bar,
.header--secondary .nav__bar-alt .top-bar {
  width: 25px;
}
.header--secondary .nav__bar .bottom-bar,
.header--secondary .nav__bar-alt .bottom-bar {
  width: 15px;
}
.header--secondary .nav__bar-toggle .icon-bar {
  background-color: #ffffff;
  transition: all 0.4s ease-in-out;
}
.header--secondary .nav__bar-toggle .top-bar,
.header--secondary .nav__bar-toggle .bottom-bar {
  width: 35px;
}
.header--secondary .nav__bar-toggle .top-bar {
  transform: rotate(-45deg) translate(-4px, 4px);
}
.header--secondary .nav__bar-toggle .bottom-bar {
  transform: rotate(45deg) translate(-7px, -7px);
}
.header--secondary .nav__bar-toggle-active .icon-bar {
  width: 35px;
}
.header--secondary .nav__bar-toggle-active .top-bar {
  transform: rotate(-45deg) translate(-4px, 4px);
  background-color: #ffffff;
}
.header--secondary .nav__bar-toggle-active .middle-bar {
  opacity: 0;
}
.header--secondary .nav__bar-toggle-active .bottom-bar {
  transform: rotate(45deg) translate(-7px, -7px);
  background-color: #ffffff;
}

.off-canvas {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  max-width: 360px;
  height: 100vh;
  min-height: 100vh;
  background-color: #ffffff;
  z-index: 999;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  border-right: 5px solid #ed6700;
  transition: all 0.4s ease-in-out;
  transform: translateX(-100%);
}
.off-canvas .off-canvas__inner {
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-direction: column;
}
.off-canvas .off-canvas__head {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  width: 100%;
}
.off-canvas .off-canvas__head button {
  background-color: transparent;
  font-size: 24px;
  color: #161616;
}
.off-canvas .offcanvas__search {
  width: 100%;
}
.off-canvas .offcanvas__search form {
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: space-between;
  border-bottom: 1px solid #161616;
}
.off-canvas .offcanvas__search form input {
  flex-grow: 1;
  padding: 10px 0px;
  color: #161616;
  max-width: calc(100% - 60px);
}
.off-canvas .offcanvas__search form input::-moz-placeholder {
  font-weight: 400;
  color: #161616;
  font-size: 16px;
}
.off-canvas .offcanvas__search form input::placeholder {
  font-weight: 400;
  color: #161616;
  font-size: 16px;
}
.off-canvas .offcanvas__search form button {
  background-color: transparent;
  font-size: 20px;
  color: #161616;
}
.off-canvas .off-canvas__contact {
  width: 100%;
  text-align: start;
}
.off-canvas .off-canvas__contact h3 {
  color: #161616;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}
.off-canvas .off-canvas__contact .single {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 15px;
}
.off-canvas .off-canvas__contact .single span {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ed6700;
  color: #161616;
}
.off-canvas .off-canvas__contact .single a {
  color: #161616;
}
.off-canvas .off-canvas__contact .single a:hover {
  color: #ed6700;
}
.off-canvas .social-side {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  gap: 16px;
}
.off-canvas .social-side a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed6700;
  color: #161616;
}

.off-canvas-active {
  transform: translateX(0px);
}

.off-canvas-backdrop {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.5921568627);
  z-index: 99;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
}

.off-canvas-backdrop-active {
  transform: translateX(0px);
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}

.header--secondary-active {
  background-color: #2a388b;
  animation: header 0.5s linear;
  z-index: 99;
  border-bottom: 1px solid white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  top: 0px !important;
}
.header--secondary-active .nav {
  padding-left: 0px !important;
}

.header--tertiary {
  overflow-x: clip !important;
}
.header--tertiary .nav__logo {
  width: 150px;
  height: 80px;
  background-color: #ed6700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -24px;
}
.header--tertiary .nav__logo::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0%;
  width: 24px;
  height: 24px;
  background-color: #00596e;
  background: linear-gradient(-45deg, #00596e 50%, rgba(0, 0, 255, 0) 50%);
}
.header--tertiary .nav {
  background-color: #ffffff;
  padding: 0px 24px 0px 24px;
  border-left: 0px;
  box-shadow: 0px 0px 0px;
  position: relative;
}
.header--tertiary .nav::after {
  content: "";
  position: absolute;
  left: -24px;
  bottom: 0px;
  top: 0px;
  width: 600%;
  background-color: #002a34;
  z-index: -1;
  height: 70%;
}
.header--tertiary .nav::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0%;
  width: 24px;
  height: 24px;
  background-color: #00596e;
  background: linear-gradient(-135deg, #00596e 50%, rgba(0, 0, 255, 0) 50%);
}
.header--tertiary .nav__menu-items {
  padding-left: 124px;
  justify-content: center;
}
.header--tertiary .nav__menu-link {
  color: #002a34;
  padding: 29px 12px;
}
.header--tertiary .nav__uncollapsed .search,
.header--tertiary .nav__uncollapsed .cart {
  color: #002a34;
}
.header--tertiary .nav__uncollapsed .search:hover,
.header--tertiary .nav__uncollapsed .cart:hover {
  color: #ed6700;
}
.header--tertiary .nav__uncollapsed-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header--tertiary .nav__uncollapsed-item__thumb {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed6700;
}
.header--tertiary .nav__uncollapsed-item__thumb i {
  color: #ffffff;
}
.header--tertiary .nav__uncollapsed-item__content h6 {
  color: #53595e;
  margin-bottom: 6px;
}
.header--tertiary .nav__uncollapsed-item__content a {
  font-size: 20px;
  color: #002a34;
  font-weight: 600;
}
.header--tertiary .nav__uncollapsed-item__content a:hover {
  color: #ed6700;
}

.header--tertiary-active {
  background-color: #ffffff;
  animation: header 0.5s linear;
  top: 0px;
  z-index: 99;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.header--tertiary-active .nav {
  box-shadow: none !important;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.header--tertiary-active .nav::after, .header--tertiary-active .nav::before {
  content: none;
}
.header--tertiary-active .nav__logo {
  position: static;
  height: 60px;
}
.header--tertiary-active .nav__logo::before {
  content: none;
}
.header--tertiary-active .nav__menu-items {
  padding-left: 0px;
}

.header--cmn .topbar {
  background-color: #002a34;
}
.header--cmn .topbar .topbar__items {
  padding-left: 0px;
}
.header--cmn .topbar .topbar__items a i {
  color: #ed6700;
}
.header--cmn .nav::before {
  content: none;
}
.header--cmn .nav::after {
  left: -100vw;
}
.header--cmn .nav__logo {
  position: static;
  width: unset !important;
  height: unset !important;
  background-color: transparent;
}
.header--cmn .nav__logo::before, .header--cmn .nav__logo::after {
  content: none;
}
.header--cmn .nav__menu-items {
  padding-left: 0px !important;
}

.altu-top-active {
  position: relative;
}

/* ==== 
 --------- (4.1) header styles end ---------
 ==== */
/* ==== 
 --------- (4.2) banner styles start ---------
 ==== */
.bn-one {
  position: relative;
  overflow-x: clip;
}
.bn-one .banner__content-btn-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-direction: column;
  margin-top: 60px;
}
.bn-one .banner-one {
  padding: 347px 0px 256px;
  background-image: url("../images/banner/banner-one-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow-x: clip;
  z-index: 1;
}
.bn-one .banner-one::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgba(3, 8, 7, 0.8705882353);
}
.bn-one .banner-one::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 230px;
  background-image: url("../images/banner/banner-one-shape.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: right bottom;
}
.bn-one .banner-one .banner-one__car {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.bn-one .banner-one .banner-one__car img {
  max-width: 50vw;
}
.bn-one .banner-one h5,
.bn-one .banner-one h1,
.bn-one .banner-one .banner__content-cta,
.bn-one .banner-one .banner__content-text {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 1000ms ease;
}
.bn-one .banner-one .banner__content-text {
  max-width: 520px;
}
.bn-one .slick-slider--start-animation .slick-current h5,
.bn-one .slick-slider--start-animation .slick-current h1,
.bn-one .slick-slider--start-animation .slick-current .banner__content-cta,
.bn-one .slick-slider--start-animation .slick-current .banner__content-text {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1500ms;
}
.bn-one .slick-slider--start-animation .slick-current h5 {
  transition-delay: 600ms;
}
.bn-one .slick-slider--start-animation .slick-current h1 {
  transition-delay: 1000ms;
}
.bn-one .slick-slider--start-animation .slick-current .banner__content-cta {
  transition-delay: 1500ms;
}
.bn-one .slick-slider--start-animation .slick-current .banner__content-text {
  transition-delay: 1000ms;
}

.bn-two {
  position: relative;
  overflow-x: clip;
}
.bn-two .banner__content-btn-group {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 50%;
  right: 0px;
  left: 0px;
  width: 100%;
  transform: translateY(-50%);
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  flex-direction: column;
  justify-content: flex-end;
}
.bn-two .banner-two {
  position: relative;
  padding:258px 0px 50px;
  background-image: url("../images/banner/banner-bg-two.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
  overflow: clip !important;
  background-color: rgba(0, 0, 61, 0.9);
}
.bn-two .banner-two::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 300px;
  height: 300%;
  background-color: rgba(237, 103, 0, 0.302);
  transform: rotate(20deg) translateY(-50%) translateX(50%);
  z-index: -1;
}
.bn-two .banner-two::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  width: 300px;
  height: 300%;
  background-color: rgba(0, 0, 61, 0.502);
  transform: rotate(20deg) translateY(-50%) translateX(-50%);
  z-index: -1;
}
.bn-two .banner-two .banner__content {
  z-index: 9;
}
.bn-two .banner-two .banner__content .banner__content-text {
  max-width: 530px;
}
.bn-two h5,
.bn-two h1,
.bn-two .banner__content-cta,
.bn-two .banner__content-text {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 1000ms ease;
}
.bn-two .slick-slider--start-animation .slick-current h5,
.bn-two .slick-slider--start-animation .slick-current h1,
.bn-two .slick-slider--start-animation .slick-current .banner__content-cta,
.bn-two .slick-slider--start-animation .slick-current .banner__content-text {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1500ms;
}
.bn-two .slick-slider--start-animation .slick-current h5 {
  transition-delay: 800ms;
}
.bn-two .slick-slider--start-animation .slick-current h1 {
  transition-delay: 1000ms;
}
.bn-two .slick-slider--start-animation .slick-current .banner__content-cta {
  transition-delay: 1500ms;
}
.bn-two .slick-slider--start-animation .slick-current .banner__content-text {
  transition-delay: 1000ms;
}

.bn-three {
  position: relative;
  overflow-x: clip;
}
.bn-three .banner__content-btn-group {
  z-index: 9;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 24px;
  align-items: center;
  margin-top: 60px;
  position: absolute;
  top: 45%;
  transform: translateY(-45%);
  left: 100px;
  flex-direction: column;
}
.bn-three .banner-three {
  padding: 284px 0px 260px;
  background-image: url("../images/banner/banner-bg-three.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgb(0, 0, 0);
  margin-bottom: 84px;
  position: relative;
}
.bn-three .banner-three::before {
  content: "";
  position: absolute;
  bottom: -84px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 180px;
  background-image: url("../images/banner/banner-shape-two.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left bottom;
}
.bn-three .banner-three .banner__content {
  text-align: center;
}
.bn-three .banner-three .banner__content-text {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.bn-three .banner-three .banner__content-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  row-gap: 16px;
}
.bn-three .banner-three .banner-three__thumb {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.bn-three .banner-three .banner-three__thumb img {
  max-width: 29vw;
}
.bn-three h5,
.bn-three h1,
.bn-three .banner__content-cta,
.bn-three .banner__content-text {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: all 1000ms ease;
}
.bn-three .slick-slider--start-animation .slick-current h5,
.bn-three .slick-slider--start-animation .slick-current h1,
.bn-three .slick-slider--start-animation .slick-current .banner__content-cta,
.bn-three .slick-slider--start-animation .slick-current .banner__content-text {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1500ms;
}
.bn-three .slick-slider--start-animation .slick-current h5 {
  transition-delay: 800ms;
}
.bn-three .slick-slider--start-animation .slick-current h1 {
  transition-delay: 1000ms;
}
.bn-three .slick-slider--start-animation .slick-current .banner__content-cta {
  transition-delay: 1500ms;
}
.bn-three .slick-slider--start-animation .slick-current .banner__content-text {
  transition-delay: 1000ms;
}

.banner {
  padding: 270px 0px 145px;
  background-color: #00313d;
  background-image: url("../images/banner/banner-bg.png");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom right;
}
.banner h2 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 16px;
}
.banner .breadcrumb {
  margin: 0px;
  padding: 0px;
}
.banner .breadcrumb .breadcrumb-item {
  margin-top: 0px;
  color: #ed6700;
  padding: 0px 0px 0px 30px;
  position: relative;
  padding-right: 16px;
}
.banner .breadcrumb .breadcrumb-item a {
  color: #ed6700;
  font-weight: 600;
  text-transform: uppercase;
}
.banner .breadcrumb .breadcrumb-item a:hover {
  color: #ffffff;
}
.banner .breadcrumb .breadcrumb-item::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f178";
  position: absolute;
  left: 0px;
  font-size: 14px;
  color: #ed6700;
  padding: 0px;
}
.banner .breadcrumb .breadcrumb-item:first-of-type {
  padding-left: 0px;
}
.banner .breadcrumb .breadcrumb-item:first-of-type::before {
  content: none;
}
.banner .breadcrumb .active {
  color: #ed6700;
  padding-right: 0px;
  text-transform: uppercase;
  font-weight: 600;
}

.blog-details__banner {
  text-align: center;
}
.blog-details__banner h2 {
  text-transform: unset;
}
.blog-details__banner .breadcrumb {
  justify-content: center;
}

/* ==== 
 --------- (4.2) banner styles end ---------
 ==== */
/* ==== 
 --------- (4.3) footer styles start ---------
 ==== */
.footer {
  background-color: #0d0b09;
  background-image: url("../images/footer/foot-one-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  overflow-x: clip;
}
.footer .footer__single--secondary p {
  color: #9ca8b1;
  margin-top: 30px;
}
.footer .footer__single {
  margin-bottom: 80px;
}
.footer .footer__single h4 {
  color: #ffffff;
  font-weight: 600;
  margin-top: -5px;
  margin-bottom: 50px;
}
.footer .footer__single li {
  margin-bottom: 18px;
}
.footer .footer__single li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer .footer__single a {
  color: #9ca9b2;
  gap: 20px;
}
.footer .footer__single a:hover {
  color: #ed6700;
}
.footer .footer__single a i {
  color: #ed6700;
  font-size: 14px;
}
.footer .footer__single .btn {
  color: #ffffff;
  font-weight: 600;
}
.footer .footer__single h4 {
  position: relative;
}
.footer .footer__single h4::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 3px;
  background-image: linear-gradient(to right, rgb(237, 103, 0) 10%, rgba(237, 103, 0, 0.1) 30%, rgba(237, 103, 0, 0) 20%, rgba(237, 103, 0, 0) 40%);
}
.footer .footer__single-projects {
  display: flex;
  align-items: center;
  gap: 12px;
  row-gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer__single-projects .footer__single-project {
  width: calc(33% - 12px);
}
.footer .footer__single-projects .footer__single-project img {
  width: 100%;
  height: 100%;
}
.footer .footer__single-news p {
  color: #9ca8b1;
}
.footer .footer__single-news .form-group {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #ed6700;
  border-radius: 5px;
  margin-top: 30px;
}
.footer .footer__single-news .form-group input {
  flex-grow: 1;
  width: 100%;
  background-color: transparent;
  border: 0px;
  outline: 0px;
  padding: 10px 16px;
  color: #ffffff;
}
.footer .footer__single-news .form-group input::-moz-placeholder {
  color: #ffffff;
}
.footer .footer__single-news .form-group input::placeholder {
  color: #ffffff;
}
.footer .footer__single-news .form-group button {
  width: 48px;
  min-width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: #ed6700;
  color: #ffffff;
}
.footer .footer__single-news .social {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.footer .footer__single-news .social li {
  margin: 0px;
}
.footer .footer__single-news .social a {
  color: #ffffff;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.footer .footer__single-news .social a i {
  color: #ffffff;
}
.footer .footer__single-news .social a:hover {
  background-color: #ed6700;
}
.footer .footer__single-news .social a:hover i {
  color: #ffffff;
}
.footer .footer__info {
  margin-bottom: 80px;
}
.footer .footer__info-single {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 40px 40px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}
.footer .footer__info-single .footer__info-single__thumb img {
  max-height: 72px;
  min-width: 45px;
}
.footer .footer__info-single .footer__info-single__content h5 {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer .footer__info-single .footer__info-single__content p {
  color: #9ca8b1;
  word-wrap: break-word;
}
.footer .footer__info-single .footer__info-single__content a {
  color: #9ca8b1;
  margin-bottom: 12px;
  display: block;
  word-break: break-all;
}
.footer .footer__info-single .footer__info-single__content a:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer .footer__info-single .footer__info-single__content a:hover {
  color: #ed6700;
}
.footer .copyright {
  background-color: rgb(34, 34, 34);
  position: relative;
  z-index: 1;
}
.footer .copyright::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100%;
  background-color: rgb(34, 34, 34);
  z-index: -1;
}
.footer .copyright .scroll-to-top {
  background-color: #0d0b09;
  color: #999999;
  border-radius: 0px;
}
.footer .copyright .scroll-to-top:hover {
  color: #161616;
  background-color: #ed6700;
}
.footer .copyright p {
  color: #999999;
}
.footer .copyright p a {
  color: #999999;
}
.footer .copyright p a:hover {
  color: #ed6700;
}

.footer-secondary {
  overflow-x: clip;
  background-color: #2a388b;
  background-image: url("../images/footer/footer-two-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 9;
  margin-top: 158px;
}
.footer-secondary .footer-secondary__newsletter {
  padding: 30px 30px;
  background-color: #ed6700;
  background-image: url("../images/footer/newsletter-two-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  position: relative;
  top: -58px;
  margin-bottom: -158px;
}
.footer-secondary .footer-secondary__newsletter::before {
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 80px);
  height: 100%;
  /* background-color: #ed6700; */
  background-image: linear-gradient(160deg, #ffc800, #ffd400);
  border-radius: 10px;
  z-index: -1;
}
.footer-secondary .footer-secondary__newsletter-content h6 {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.footer-secondary .footer-secondary__newsletter-content h2 {
  color: #00003d;
  font-weight: 700;
}
.footer-secondary .footer-secondary__newsletter-form .form-group {
  padding: 10px;
  background-color: white;
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.footer-secondary .footer-secondary__newsletter-form .form-group input {
  flex-grow: 1;
  width: 100%;
  border: 0px;
  outline: 0px;
  padding: 10px 20px;
  color: #00003d;
}
.footer-secondary .footer-secondary__newsletter-form .form-group input::-moz-placeholder {
  color: #79817c;
}
.footer-secondary .footer-secondary__newsletter-form .form-group input::placeholder {
  color: #79817c;
}
.footer-secondary .footer-secondary__newsletter-form .check-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-secondary .footer-secondary__newsletter-form .check-group input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-color: #ffffff;
  border: 0px;
  position: relative;
  cursor: pointer;
}
.footer-secondary .footer-secondary__newsletter-form .check-group input::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 0px;
  color: #123821;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.footer-secondary .footer-secondary__newsletter-form .check-group input:checked::before {
  font-size: 14px;
}
.footer-secondary .footer-secondary__newsletter-form .check-group label {
  color: #282828;
  line-height: 1.4;
  cursor: pointer;
}
.footer-secondary .footer-secondary__inner .row {
  row-gap: 60px;
}
.footer-secondary .footer-secondary__inner-single--secondary p {
  color: #9ca8b1;
  margin-top: 30px;
}
.footer-secondary .footer-secondary__inner-single h4 {
  color: #ffffff;
  font-weight: 600;
  margin-top: -5px;
  margin-bottom: 50px;
}
.footer-secondary .footer-secondary__inner-single li {
  margin-bottom: 24px;
}
.footer-secondary .footer-secondary__inner-single li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer-secondary .footer-secondary__inner-single a {
  color: #9ca9b2;
  gap: 20px;
}
.footer-secondary .footer-secondary__inner-single a:hover {
  color: #ed6700;
}
.footer-secondary .footer-secondary__inner-single .btn {
  color: #ffffff;
  font-weight: 600;
}
.footer-secondary .footer-secondary__inner-single-content {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 16px;
}
.footer-secondary .footer-secondary__inner-single-content:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer-secondary .footer-secondary__inner-single-content h5 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 6px;
  font-weight: 600;
}
.footer-secondary .footer-secondary__inner-single-content a {
  color: #9ca8b1;
  margin-bottom: 8px;
}
.footer-secondary .footer-secondary__inner-single-content a:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer-secondary .footer-secondary__inner-single-content a:hover {
  color: #ed6700;
}
.footer-secondary .copyright {
  background-color: #000061;
  position: relative;
  z-index: 1;
}
.footer-secondary .copyright::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100%;
  background-color: #000061;
  z-index: -1;
}
.footer-secondary .copyright p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #ffffff;
}

.footer-tertiary {
  background-image: url("../images/footer/footer-bg-truck.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  position: relative;
}
.footer-tertiary::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgb(0, 42, 52);
}
.footer-tertiary::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 178px;
  width: 100%;
  background-image: url("../images/footer/footer-shape.png");
  background-size: 100% 100%;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 9;
  transform: translateY(-97px);
}
.footer-tertiary .footer-tertiary__content {
  text-align: center;
}
.footer-tertiary .footer-tertiary__content p {
  color: #9ca8b1;
  margin-top: 30px;
}
.footer-tertiary .footer__info {
  margin: 80px 0px;
}
.footer-tertiary .footer__info-single {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0px 40px;
}
.footer-tertiary .footer__info-single .footer__info-single__thumb img {
  max-height: 72px;
  min-width: 45px;
}
.footer-tertiary .footer__info-single .footer__info-single__content h5 {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer-tertiary .footer__info-single .footer__info-single__content p {
  color: #9ca8b1;
  word-wrap: break-word;
}
.footer-tertiary .footer__info-single .footer__info-single__content a {
  color: #9ca8b1;
  margin-bottom: 12px;
  display: block;
  word-break: break-all;
}
.footer-tertiary .footer__info-single .footer__info-single__content a:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.footer-tertiary .footer__info-single .footer__info-single__content a:hover {
  color: #ed6700;
}
.footer-tertiary .copyright {
  background-color: #0d0b09;
  position: relative;
  z-index: 1;
}
.footer-tertiary .copyright::before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100vw;
  height: 100%;
  background-color: #0d0b09;
  z-index: -1;
}
.footer-tertiary .copyright p {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #ffffff;
}
.footer-tertiary .copyright .copy-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 40px;
}
.footer-tertiary .copyright .copy-wrap .social {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-tertiary .copyright .copy-wrap .social li {
  margin: 0px;
}
.footer-tertiary .copyright .copy-wrap .social a {
  color: #ffffff;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.footer-tertiary .copyright .copy-wrap .social a i {
  color: #ffffff;
}
.footer-tertiary .copyright .copy-wrap .social a:hover {
  background-color: #ed6700;
}
.footer-tertiary .copyright .copy-wrap .social a:hover i {
  color: #ffffff;
}

.footer--cmn {
  background-color: #002a34;
  margin-top: 158px;
}
.footer--cmn::before {
  content: none;
}
.footer--cmn .copyright {
  background-color: #00313d;
}
.footer--cmn .copyright::before {
  background-color: #00313d;
}
.footer--cmn .btn--secondary {
  background-color: #002a34;
}

/* ==== 
 --------- (4.3) footer styles end ---------
 ==== */
/* ==== 
 --------- (5.0) all sections styles start ---------
 ==== */
.overview {
  background-color: #f5f5f5;
}
.overview .overview__thumb {
  position: relative;
  padding-top: 90px;
}
.overview .overview__thumb::before {
  content: "";
  position: absolute;
  bottom: 0%;
  right: 0px;
  width: 20px;
  height: 50%;
  background-color: #ed6700;
  z-index: -4;
}
.overview .overview__thumb::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 0px;
  width: 140px;
  height: 20px;
  background-color: #ed6700;
  z-index: -4;
}
.overview .overview__thumb .main-thumb {
  position: relative;
  left: 45px;
  max-width: calc(100% - 45px);
  min-height: 300px;
}
.overview .overview__thumb .two {
  position: absolute;
  top: 0px;
  right: 0px;
  filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.14));
  background-color: #ffffff;
  border-left: 20px solid #ffffff;
  border-top-left-radius: 140px;
}
.overview .overview__thumb .three {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.overview .overview__thumb .overview__thumb-content {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 20px;
  filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.14));
  background-color: #161616;
  max-width: 220px;
  text-align: start;
  z-index: 9;
  border: 10px solid #ffffff;
  border-right: 0px;
}
.overview .overview__thumb .overview__thumb-content::before {
  content: "";
  position: absolute;
  right: 0px;
  top: -10px;
  width: 20px;
  height: 10px;
  background-color: #ed6700;
  z-index: -9;
}
.overview .overview__thumb .overview__thumb-content::after {
  content: "";
  position: absolute;
  right: 0px;
  bottom: -10px;
  width: 20px;
  height: 10px;
  background-color: #ed6700;
}
.overview .overview__thumb h3 {
  font-weight: 700;
  color: #ffffff;
}

.blog {
  background-color: #ffffff;
  background-image: url("../images/blog/blog-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.blog__single {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.blog__single::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(0deg, rgb(22, 22, 22) 0%, rgba(22, 22, 22, 0) 100%);
  transition: all 0.4s ease-in-out;
}
.blog__single .blog__single-thumb a {
  width: 100%;
}
.blog__single .blog__single-thumb img {
  width: 100%;
}
.blog__single .blog__single-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 30px;
  width: 100%;
}
.blog__single .blog__single-content p {
  color: #ffffff;
  display: none;
  transition: all 0.4s ease-in-out;
}
.blog__single .blog__single-content h4 {
  color: #ffffff;
  font-weight: 700;
  margin-top: 30px;
}
.blog__single .blog__single-content h4 a:hover {
  color: #ed6700;
}
.blog__single .blog__single-content__thumb {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.2509803922);
  transition: all 0.4s ease-in-out;
}
.blog__single .blog__single-content__thumb span {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ffffff;
}
.blog__single .blog__single-content__thumb i {
  font-size: 36px;
  color: #ed6700;
}
.blog__single:hover::before {
  height: 100%;
}
.blog__single:hover .blog__single-content p {
  display: block;
  animation: art 0.3s linear;
  animation-iteration-count: 1;
  margin-bottom: 20px;
}
.blog__single:hover .blog__single-content h4 {
  margin: 0px;
}
.blog__single:hover .blog__single-content h4 a {
  color: #ed6700;
}
.blog__single:hover .blog__single-content__thumb {
  transform: translateY(-30px);
}

@keyframes art {
  0% {
    transform: translateY(100%);
    display: none;
  }
  100% {
    transform: translateY(0px);
    display: block;
  }
}
.work {
  background-image: url("../images/globe.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right center;
  background-color: #ffffff;
}
.work .work__single {
  background-color: #f5f5f5;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: all 0.4s ease-in-out;
  margin-bottom: 33px;
}
.work .work__single:hover {
  filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.14));
  background-color: #ffffff;
}
.work .work__single:hover .work__single-content h4 a {
  color: #ed6700;
}
.work .work__single:hover .work__single-cta .btn--primary {
  color: #ffffff;
}
.work .work__single:hover .work__single-cta .btn--primary::before {
  width: 100%;
}
.work .work__single:hover .work__single-cta .thumb a {
  color: #161616;
}
.work .work__single:hover .work__single-cta .tool {
  background-color: #ed6700;
}
.work .work__single-content {
  padding: 50px 40px 60px;
}
.work .work__single-content h4 {
  font-weight: 700;
  margin-bottom: 30px;
}
.work .work__single-content h4 a {
  color: #161616;
}
.work .work__single-content h4 a:hover {
  color: #ed6700;
}
.work .work__single-cta {
  position: relative;
  background-color: #f5f5f5;
}
.work .work__single-cta .btn {
  width: calc(100% - 60px);
  justify-content: flex-start;
  text-align: start;
  border-radius: 30px;
}
.work .work__single-cta .btn::before {
  background-color: #161616;
  border-radius: 30px;
}
.work .work__single-cta .btn:hover {
  color: #ffffff;
}
.work .work__single-cta .thumb {
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  z-index: 9;
  filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.14));
}
.work .work__single-cta .thumb a {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 60px;
  color: #ed6700;
}
.work .work__single-cta .thumb a:hover {
  color: #161616;
}
.work .work__single-cta .thumb .tool {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #161616;
  position: absolute;
  top: 8%;
  left: -10px;
  transform: translateY(-8%);
  transition: all 0.4s ease-in-out;
}
.work .work__single-cta .thumb .tool p {
  color: #ffffff;
  font-size: 12px;
}
.work .cmn__cta p {
  padding: 0px;
  border: 0px;
}

.delivery {
  background-image: url("../images/delivery-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  overflow-x: clip;
  margin-bottom: 325px;
}
.delivery::before {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #151515;
}
.delivery .section__content {
  position: relative;
}
.delivery .section__content h2 {
  color: #ffffff;
}
.delivery .section__content img {
  position: absolute;
  right: 70px;
  bottom: 24px;
}
.delivery .video-wrap {
  display: inline-flex;
}
.delivery .video-wrap a {
  width: 176px;
  min-width: 176px;
  height: 176px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed6700;
  font-size: 60px;
  color: #ffffff;
  border-radius: 0px;
}
.delivery .delivery__content {
  padding: 80px 100px;
  background-color: #f5f5f5;
}
.delivery .delivery__content .delivery__content-meta {
  text-align: center;
  margin-bottom: 60px;
}
.delivery .delivery__content .delivery__content-meta h6 {
  margin-bottom: 20px;
  color: #ed6700;
  text-transform: uppercase;
}
.delivery .delivery__content .delivery__content-meta h2 {
  color: #161616;
  font-weight: 700;
}
.delivery .delivery__content .btn::before {
  background-color: #161616;
}
.delivery .delivery__content .btn:hover {
  color: #ffffff;
}
.delivery .delivery__thumb {
  direction: rtl;
  position: relative;
  z-index: 9;
}
.delivery .delivery__thumb img {
  max-width: unset;
  transform: translateX(120px) translateY(30px);
}
.delivery .delivery__inner {
  position: relative;
  bottom: -325px;
  margin-top: -325px;
}

.company {
  overflow-x: clip;
}
.company .cmn-pagination {
  margin-top: 60px;
}
.company .cmn-pagination .slick-dots {
  justify-content: flex-end;
}
.company .company__slider-wrapper {
  min-width: 100vw;
}
.company .slick-slide {
  width: 100% !important;
  max-width: 370px !important;
}
.company .slick-list {
  margin: 0px -12px 0px 0px;
  margin-bottom: -40px;
}
.company .slick-list .slick-track {
  padding-bottom: 40px;
}
.company .company__slider-single {
  max-width: 370px;
}
.company .company__slider-single .company__slider-single__thumb {
  position: relative;
}
.company .company__slider-single .company__slider-single__thumb::before {
  content: "";
  position: absolute;
  inset: 0px;
  top: unset;
  width: 100%;
  height: 0px;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.4s ease-in-out;
}
.company .company__slider-single .company__slider-single__thumb img {
  width: 100%;
}
.company .company__slider-single .company__slider-single__thumb a {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ed6700;
  font-size: 18px;
  color: #ffffff;
}
.company .company__slider-single .company__slider-single__thumb a:hover {
  background-color: #161616;
  color: #ffffff;
}
.company .company__slider-single .company__slider-single__content {
  padding: 30px 20px;
  background-color: #ffffff;
  filter: drop-shadow(0 0 19px rgba(11, 59, 94, 0.16));
  text-align: end;
  margin-left: 10%;
  position: relative;
  transform: translateY(-50%);
  margin-bottom: -64px;
}
.company .company__slider-single .company__slider-single__content h4 {
  margin-bottom: 5px;
}
.company .company__slider-single .company__slider-single__content h4 a {
  font-weight: 700;
  color: #161616;
  letter-spacing: 0px;
}
.company .company__slider-single .company__slider-single__content h4 a:hover {
  color: #ed6700;
}
.company .company__slider-single .company__slider-single__content p {
  font-size: 14px;
  color: #ed6700;
}
.company .company__slider-single:hover .company__slider-single__thumb::before {
  height: 100%;
}

.company__slider-single {
  max-width: 370px;
}
.company__slider-single .company__slider-single__thumb {
  position: relative;
}
.company__slider-single .company__slider-single__thumb::before {
  content: "";
  position: absolute;
  inset: 0px;
  top: unset;
  width: 100%;
  height: 0px;
  background-image: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  transition: all 0.4s ease-in-out;
}
.company__slider-single .company__slider-single__thumb img {
  width: 100%;
}
.company__slider-single .company__slider-single__thumb a {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ed6700;
  font-size: 18px;
  color: #ffffff;
}
.company__slider-single .company__slider-single__thumb a:hover {
  background-color: #161616;
  color: #ffffff;
}
.company__slider-single .company__slider-single__content {
  padding: 30px 20px;
  background-color: #ffffff;
  filter: drop-shadow(0 0 19px rgba(11, 59, 94, 0.16));
  text-align: end;
  margin-left: 10%;
  position: relative;
  transform: translateY(-50%);
  margin-bottom: -64px;
}
.company__slider-single .company__slider-single__content h4 {
  margin-bottom: 5px;
}
.company__slider-single .company__slider-single__content h4 a {
  font-weight: 700;
  color: #161616;
  letter-spacing: 0px;
}
.company__slider-single .company__slider-single__content h4 a:hover {
  color: #ed6700;
}
.company__slider-single .company__slider-single__content p {
  font-size: 14px;
  color: #ed6700;
}
.company__slider-single:hover .company__slider-single__thumb::before {
  height: 100%;
}

.team {
  background-color: #f5f5f5;
  background-image: url("../images/team/team-one-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.team .section__content .btn::before {
  background-color: #161616;
}
.team .section__content .btn:hover {
  color: #ffffff;
}
.team .team__wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.team .team-vertical__wrapper {
  width: 100%;
  max-width: 125px;
  min-width: 125px;
}
.team .team-vertical .slick-slide {
  margin: 12px 0px;
  cursor: pointer;
}
.team .team-vertical .slick-list {
  margin: -12px 0px;
}
.team .team-vertical .team-vertical__single {
  background-color: #d6d6d6;
}
.team .team-vertical .slick-center {
  background-color: #ed6700;
}
.team .team-horizontal__wrapper {
  max-width: calc(100% - 150px);
  min-width: calc(100% - 150px);
}
.team .team-horizontal__slider-single {
  background-color: #ffffff;
  background-image: url("../images/team/pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 40px 30px 0px 30px;
  display: flex;
  align-items: flex-end;
  gap: 24px;
  row-gap: 30px;
}
.team .team-horizontal__slider-single .thumb {
  width: 100%;
  max-width: 285px;
}
.team .team-horizontal__slider-single .content {
  flex-grow: 1;
  padding-bottom: 60px;
}
.team .team-horizontal__slider-single .content h6 {
  text-transform: uppercase;
  font-weight: 600;
  color: #ed6700;
  margin-bottom: 16px;
}
.team .team-horizontal__slider-single .content h4 {
  font-weight: 700;
  color: #161616;
  margin-bottom: 16px;
}
.team .team-horizontal__slider-single .content .social {
  margin-top: 30px;
}
.team .team-horizontal__slider-single .content .social a {
  color: #161616;
}
.team .team-horizontal__slider-single .content .social a:hover {
  color: #ed6700;
}
.team .team-horizontal__slider-single .content .btn::before {
  background-color: #161616;
}
.team .team-horizontal__slider-single .content .btn:hover {
  color: #ffffff;
}

.testimonial {
  background-color: #ffffff;
  background-image: url("../images/testimonial/pattern.png");
  background-size: 80%;
  background-position: bottom center;
  background-repeat: no-repeat;
  overflow-x: clip;
  position: relative;
}
.testimonial .testimonial__slider-single {
  width: 100%;
  padding: 60px 40px 30px 30px;
  background-color: #f5f5f5;
  background-image: url("../images/testimonial/edit.png");
  background-repeat: no-repeat;
  background-size: 120px auto;
  background-position: right 70px center;
  margin-bottom: 30px;
}
.testimonial .testimonial__slider-single p {
  font-size: 18px;
}
.testimonial .testimonial__slider-single-meta {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  justify-content: space-between;
}
.testimonial .testimonial__slider-single-meta__thumb {
  position: relative;
  bottom: -60px;
  margin-top: -30px;
}
.testimonial .testimonial__slider-single-meta__thumb::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 0%;
  width: 30px;
  height: 30px;
  background-color: #00596e;
  background: linear-gradient(-135deg, #ed6700 50%, rgba(0, 0, 255, 0) 50%);
}
.testimonial .testimonial__slider-single-meta__thumb img {
  border-radius: 50px 50px 0px 0px;
  min-width: 120px;
  max-width: 120px;
}
.testimonial .testimonial__slider-single-meta__info {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}
.testimonial .testimonial__slider-single-meta__info h4 {
  font-weight: 700;
  color: #161616;
  margin-bottom: 0px;
}
.testimonial .testimonial__slider-single-meta__info p {
  font-size: 14px;
}
.testimonial .testimonial__slider-single-meta__review {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
}
.testimonial .testimonial__slider-single-meta__review i {
  color: #ed6700;
  font-size: 20px;
}
.testimonial .garbage {
  position: absolute;
  top: -100px;
  max-width: 25vw;
  left: 0px;
}

.news .section__header-alt .btn::before {
  background-color: #161616;
}
.news .section__header-alt .btn:hover {
  color: #ffffff;
}
.news .news__single {
  padding: 0px 24px;
  background-color: #f5f5f5;
  position: relative;
  margin-top: 100px;
  margin-bottom: 27px;
}
.news .news__single:hover .news__single-content a {
  color: #ed6700;
}
.news .news__single:hover .news__single-cta .btn {
  color: #ffffff;
}
.news .news__single:hover .news__single-cta .btn::before {
  width: 100%;
}
.news .news__single-thumb {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}
.news .news__single-thumb a {
  width: 100%;
}
.news .news__single-thumb img {
  width: 100%;
}
.news .news__single-thumb__tool {
  padding: 9px 16px;
  background-color: rgb(245, 245, 245);
  position: absolute;
  top: 40px;
  right: -24px;
}
.news .news__single-thumb__tool::before {
  content: "";
  position: absolute;
  left: calc(100% - 24px);
  bottom: 100%;
  width: 24px;
  height: 24px;
  background-color: #00596e;
  background: linear-gradient(45deg, #161616 50%, rgba(0, 0, 255, 0) 50%);
}
.news .news__single-thumb__tool a {
  text-transform: uppercase;
  font-size: 14px;
  color: #ed6700;
  font-weight: 700;
}
.news .news__single-thumb__meta {
  margin: 0px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 16px;
  background-color: #ffffff;
  position: relative;
  top: -26px;
  margin-bottom: -26px;
}
.news .news__single-thumb__meta a,
.news .news__single-thumb__meta p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
}
.news .news__single-thumb__meta a i,
.news .news__single-thumb__meta p i {
  color: #ed6700;
}
.news .news__single-thumb__meta a:hover {
  color: #ed6700;
}
.news .news__single-content {
  text-align: center;
}
.news .news__single-content h4 {
  margin-bottom: 10px;
}
.news .news__single-content h4 a {
  font-weight: 700;
  color: #161616;
}
.news .news__single-content h4 a:hover {
  color: #ed6700;
}
.news .news__single-cta {
  text-align: center;
  position: relative;
  bottom: -27px;
}
.news .news__single-cta .btn::before {
  background-color: #161616;
}
.news .news__single-cta .btn:hover {
  color: #ffffff;
}

.sponsor {
  background-color: #ffffff;
  background-image: url("../images/sponsor/sponsor-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.sponsor .sponsor__slider-single {
  text-align: center;
}
.sponsor .slick-track {
  display: flex;
  align-items: center;
}

.overview-two {
  position: relative;
  top: -100px;
  margin-bottom: -82px;
  z-index: 9;
}
.overview-two .row {
  row-gap: 40px;
}
.overview-two .overview-two__single {
  display: flex;
}
.overview-two .overview-two__single-thumb {
  min-width: calc(100% - 60px);
  flex: 1;
  position: relative;
  min-height: 350px;
}
.overview-two .overview-two__single-thumb a {
  width: 100%;
  height: 100%;
}
.overview-two .overview-two__single-thumb a img {
  width: 100%;
  height: 100%;
}
.overview-two .overview-two__single-thumb .overview-two__single-thumb__icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.2509803922);
  transition: all 0.4s ease-in-out;
  position: absolute;
  left: 20px;
  bottom: 20px;
}
.overview-two .overview-two__single-thumb .overview-two__single-thumb__icon span {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ffffff;
}
.overview-two .overview-two__single-thumb .overview-two__single-thumb__icon i {
  font-size: 36px;
  color: #ed6700;
}
.overview-two .overview-two__single-content {
  width: 60px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed6700;
}
.overview-two .overview-two__single-content h4 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #ffffff;
  font-weight: bold;
}
.overview-two .overview-two__single-content h4 a:hover {
  color: #ffffff;
}
.overview-two .overview__two-single--alt {
  display: flex;
  position: relative;
  transform: scale(1.1);
  z-index: 9;
}
.overview-two .overview__two-single--alt h4 a:hover {
  color: #ed6700;
}
.overview-two .overview__two-single--alt .overview-two__single-thumb {
  min-width: calc(100% - 280px);
  max-width: calc(100% - 280px);
  flex: 1;
}
.overview-two .overview__two-single--alt hr {
  margin: 0px;
  opacity: 1;
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  border: 0px;
}
.overview-two .overview__two-single--alt .overview-two__single-content {
  width: 280px;
  min-width: 280px;
  flex: 1;
  background-color: #00003d;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 20px;
  padding: 20px 30px;
}
.overview-two .overview__two-single--alt .overview-two__single-content h4 {
  writing-mode: horizontal-tb;
  transform: rotate(0deg);
  color: #ffffff;
}
.overview-two .overview__two-single--alt .overview-two__single-content h4:hover {
  color: #ed6700;
}
.overview-two .overview__two-single--alt .overview-two__single-content p {
  color: #ffffff;
}
.overview-two .overview__two-single--alt .overview-two__single-content .overview-two__single-thumb__icon {
  position: static;
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.2509803922);
  transition: all 0.4s ease-in-out;
}
.overview-two .overview__two-single--alt .overview-two__single-content .overview-two__single-thumb__icon span {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ffffff;
}
.overview-two .overview__two-single--alt .overview-two__single-content .overview-two__single-thumb__icon i {
  font-size: 36px;
  color: #ed6700;
}

.choose {
  overflow-x: clip;
}
.choose .choose__thumb {
  direction: rtl;
  position: relative;
  text-align: center;
  z-index: 9;
  padding-bottom: 130px;
}
.choose .choose__thumb img {
  max-width: unset;
  z-index: 1;
}
.choose .choose__thumb .main-thumb {
  min-height: 400px;
}
.choose .choose__thumb .main-small {
  position: absolute;
  bottom: 0px;
  right: 160px;
  filter: drop-shadow(6.038px 5.248px 19px rgba(0, 0, 0, 0.14));
}
.choose .choose__thumb .main-small img {
  min-height: 120px;
}
.choose .choose__thumb .main-small::before {
  content: "";
  position: absolute;
  top: 60%;
  transform: translateY(-68%);
  right: 100%;
  width: 70px;
  height: 40px;
  background-color: #ed6700;
  z-index: -1;
}
.choose .choose__thumb .drag {
  position: absolute;
  bottom: 60px;
  right: 100px;
  z-index: -1;
}
.choose .choose__content-list {
  margin-top: 40px;
}
.choose .choose__content-list__single {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
.choose .choose__content-list__single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.choose .choose__content-list__single-thumb {
  width: 90px;
  min-width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(6.038px 5.248px 19px rgba(0, 0, 0, 0.14));
  background-color: #ffffff;
}
.choose .choose__content-list__single-content h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #00003d;
  margin-bottom: 6px;
}
.choose .choose__content .btn {
  margin-top: 20px;
}
.choose .choose__content .btn::before {
  background-color: #161616;
}
.choose .choose__content .btn:hover {
  color: #ffffff;
}

.counter .row {
  row-gap: 40px;
}
.counter .counter__single {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.counter h2 {
  display: flex;
  gap: 6px;
  font-weight: 700;
  color: #00003d;
}

.video-modal-two {
  background-color: #00003d;
  background-image: url("../images/video-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 60px 0px 60px;
  position: relative;
  /* margin-bottom: 240px; */
  overflow-x: clip;
}
.video-modal-two h2 {
  color: #ffffff;
}
.video-modal-two .video-modal-two__thumb {
  position: absolute;
  bottom: -240px;
  margin-bottom: 60px;
}
.video-modal-two .video-modal-two__thumb .video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 9;
  width: 150px;
  min-width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.4392156863);
}
.video-modal-two .video-modal-two__thumb .video-wrap a {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ed6700;
  font-size: 24px;
  color: #ffffff;
}
.video-modal-two .main-thumb {
  position: relative;
  max-height: 440px;
}
.video-modal-two .main-thumb img {
  max-width: 800px;
  max-height: 440px;
}
.video-modal-two .main-thumb .main-drag {
  position: absolute;
  right: 60px;
  bottom: -60px;
  z-index: -1;
}

.pricing .section__header h2 {
  color: #00003d;
}
.pricing .pricing__single {
  padding: 60px 50px;
  background-color: #f5f5f5;
  background-image: url("../images/pricing/pricing-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
  overflow-x: clip;
}
.pricing .pricing__single-head h4,
.pricing .pricing__single-head h2,
.pricing .pricing__single-head p {
  font-weight: 700;
  color: #ed6700;
}
.pricing .pricing__single-head h2 {
  color: #0b3b5e;
  margin: 16px 0px;
}
.pricing .pricing__single-thumb {
  text-align: end;
  position: relative;
  top: -40px;
  margin-bottom: -40px;
}
.pricing .pricing__single-list {
  margin-top: 30px;
}
.pricing .pricing__single-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.pricing .pricing__single-list li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.pricing .pricing__single-list li i {
  color: #ed6700;
}
.pricing .pricing__single-list .light i {
  color: #7c858c;
}
.pricing .pricing__single-cta .btn {
  background-color: rgb(0, 0, 61);
  color: #ffffff;
}
.pricing .pricing__single-cta .btn::before {
  background-color: #ed6700;
}
.pricing .pricing__single-cta .btn:hover {
  color: #ffffff;
}
.pricing .pricing__single-alt {
  background-image: url("../images/pricing/bg-two.png");
  background-size: cover;
  background-color: #00003d;
}
.pricing .pricing__single-alt .pricing__single-thumb {
  right: -30px;
}
.pricing .pricing__single-alt h2 {
  color: #ffffff;
}
.pricing .pricing__single-alt li {
  color: #ffffff;
}
.pricing .pricing__single-alt .btn {
  background-color: #ed6700;
  color: #ffffff;
}
.pricing .pricing__single-alt .btn::before {
  background-color: #ffffff;
}
.pricing .pricing__single-alt .btn:hover {
  color: #00003d;
}

.team-two {
  background-color: #f5f5f5;
  background-image: url("../images/team/team-two-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.team-two .section__header-alt .btn::before {
  background-color: #00003d;
}
.team-two .section__header-alt .btn:hover {
  color: #ffffff;
}
.team-two .team-two__single-thumb {
  position: relative;
  overflow: hidden;
}
.team-two .team-two__single-thumb::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 20px);
  height: 3px;
  background-color: #ed6700;
  border-bottom: 3px solid #ed6700;
}
.team-two .team-two__single-thumb a {
  width: 100%;
}
.team-two .team-two__single-thumb img {
  width: 100%;
}
.team-two .team-two__single-thumb .team-two__single__thumb-social {
  position: absolute;
  bottom: 0px;
  right: 10px;
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
}
.team-two .team-two__single-thumb ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  background-color: #00003d;
}
.team-two .team-two__single-thumb ul li {
  padding: 5px 11px;
}
.team-two .team-two__single-thumb ul li a {
  color: #ffffff;
}
.team-two .team-two__single-thumb ul li a:hover {
  color: #ed6700;
}
.team-two .team-two__single-content {
  padding-top: 24px;
  position: relative;
}
.team-two .team-two__single-content h4 {
  font-weight: 700;
  color: #00003d;
  margin-top: 6px;
}
.team-two .team-two__single-content .team-two__single-content__icon {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ed6700;
  position: absolute;
  top: 0px;
  right: 10px;
}
.team-two .team-two__single-content .team-two__single-content__icon i {
  font-size: 20px;
  color: #ffffff;
}
.team-two .team-two__single:hover .team-two__single-thumb .team-two__single__thumb-social {
  transform: translateY(0px);
}

.faq {
  overflow-x: clip;
}
.faq .faq__wrapper {
  margin-top: 60px;
}
.faq .faq__thumb {
  position: relative;
}
.faq .faq__thumb .faq__thumb-content {
  position: absolute;
  width: 300px;
  max-width: 300px;
  padding: 30px 20px;
  background-color: #ffffff;
  left: 0px;
  top: 120px;
  border-left: 10px solid #ff6d2e;
}
.faq .faq__thumb .faq__thumb-content h4 {
  font-weight: 700;
  color: #00003d;
}

.accordion .accordion-item {
  margin-bottom: 20px;
  box-shadow: 0px 0px 0px;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #e1e1e1;
}
.accordion .accordion-item:last-of-type {
  margin-bottom: 0px;
}
.accordion .accordion-item .accordion-button:not(.collapsed) {
  color: #00003d;
  background-color: #ffffff;
  box-shadow: 0px 0px 0px;
}
.accordion .accordion-item .accordion-button:not(.collapsed)::after {
  color: #ed6700;
  content: "\f068";
  transform: rotate(0deg);
}
.accordion .accordion-item .accordion-button {
  border-radius: 10px;
  color: #00003d;
  position: relative;
  box-shadow: 0px 0px 0px;
}
.accordion .accordion-item .accordion-button::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  border-radius: 0px;
  background-image: none;
  font-size: 16px;
  color: #ed6700;
  z-index: 1;
  transform: rotate(0deg);
  margin-top: -10px;
}
.accordion h4 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.accordion h4 button {
  padding: 0px;
  font-size: 18px;
  font-weight: 700;
  color: #00003d;
  line-height: 30px;
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
  padding: 20px 24px;
}
.accordion .accordion-body {
  padding: 0px 24px 24px;
  border: 0px solid transparent;
}
.accordion .accordion-body p {
  font-size: 16px;
  line-height: 26px;
  color: #5a5a5a;
}

.faq-main .accordion-item .accordion-button:not(.collapsed) {
  color: #002a34;
}
.faq-main .accordion-item .accordion-button {
  color: #002a34;
}

.ask {
  position: relative;
  overflow-x: clip !important;
  margin-bottom: 158px;
}
.ask .ask__form {
  padding-bottom: 120px;
}
.ask form {
  margin-top: 40px;
}
.ask .btn {
  color: #ffffff;
  background-color: #002a34;
}
.ask .btn:hover {
  color: #ffffff;
}
.ask .btn::before {
  background-color: #ed6700;
}
.ask .ask__thumb {
  text-align: end;
}

.news-two .section__header-alt .btn::before {
  background-color: #00003d;
}
.news-two .section__header-alt .btn:hover {
  color: #ffffff;
}

.news-two__single {
  background-color: #f5f5f5;
}
.news-two__single .news-two__single-thumb a {
  width: 100%;
}
.news-two__single .news-two__single-thumb img {
  width: 100%;
}
.news-two__single .news-two__single-content {
  padding: 0px 40px 60px;
  position: relative;
}
.news-two__single .news-two__single-content h4 {
  margin-bottom: 30px;
}
.news-two__single .news-two__single-content h4 a {
  font-weight: 600;
  color: #00003d;
}
.news-two__single .news-two__single-content h4 a:hover {
  color: #ed6700;
}
.news-two__single .news__single-thumb__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.news-two__single .news__single-thumb__meta i {
  color: #ed6700;
}
.news-two__single .news__single-thumb__meta a,
.news-two__single .news__single-thumb__meta p {
  display: flex;
  align-items: center;
  gap: 12px;
}
.news-two__single .news__single-thumb__meta a:hover {
  color: #ed6700;
}
.news-two__single .btn-flat {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  color: #ed6700;
}
.news-two__single .btn-flat i {
  font-size: 10px;
}
.news-two__single:hover h4 a {
  color: #ed6700;
}

.news__single-thumb__tool {
  padding: 9px 16px;
  background-color: #ed6700;
  position: relative;
  top: -20px;
  display: inline-flex;
  margin-bottom: -20px;
}
.news__single-thumb__tool::before {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0%;
  width: 20px;
  height: 20px;
  background-color: #00003d;
  background: linear-gradient(135deg, #00003d 50%, rgba(0, 0, 255, 0) 50%);
}
.news__single-thumb__tool a {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
}

.about-three {
  overflow-x: clip;
}
.about-three .about-three__thumb {
  width: 100%;
  display: flex;
  align-items: flex-start;
  direction: rtl;
  position: relative;
  z-index: 1;
}
.about-three .about-three__thumb .iner {
  direction: rtl;
  position: relative;
  z-index: 1;
}
.about-three .about-three__thumb .iner img {
  max-width: unset;
}
.about-three .about-three__thumb .iner .interr {
  z-index: 1;
}
.about-three .about-three__thumb .iner .interr img {
  max-width: 100%;
}
.about-three .about-three__thumb .iner .interr .main-thumb {
  min-height: 500px;
}
.about-three .about-three__thumb .iner .interr .main-small {
  position: absolute;
  left: -30%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.about-three .about-three__thumb .iner .interr .drag {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.about-three .about-three__thumb .iner .video-wrap {
  position: absolute;
  bottom: 60px;
  right: -60px;
  width: 130px;
  min-width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #edf4f6;
  border: 8px solid #002a34;
  z-index: 9;
}
.about-three .about-three__thumb .iner .video-wrap a {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ed6700;
  font-size: 30px;
  color: #ffffff;
}
.about-three .about-three__thumb .logi {
  width: 70px;
  min-width: 70px;
  margin-top: 14px;
}
.about-three .about-three__thumb .logi h2 {
  writing-mode: vertical-rl;
  font-size: 60px;
  letter-spacing: 21px;
  line-height: 60px;
  text-transform: uppercase;
  color: #edf4f6;
  font-weight: 700;
}
.about-three .about-three__inner {
  margin-top: 30px;
}
.about-three .about-three__inner h4 {
  font-weight: 700;
  color: #ed6700;
}
.about-three .signature__author-thumb {
  background-color: #ebebeb;
  border: 1px solid #959595;
}
.about-three .about-three__inner-wrap {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: 40px;
}
.about-three .about-three__inner-wrap li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-weight: 600;
  color: #161616;
  margin-bottom: 16px;
}
.about-three .about-three__inner-wrap li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.about-three .about-three__inner-wrap li i {
  color: #ed6700;
}
.about-three .about-three__inner-wrap__meta {
  width: 230px;
  min-width: 230px;
  padding: 30px 20px;
  background-color: #edf4f6;
  position: relative;
}
.about-three .about-three__inner-wrap__meta::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 6px;
  height: 90%;
  background-color: #ed6700;
  transform: translateY(-50%);
}
.about-three .about-three__inner-wrap__meta h5 {
  font-size: 20px;
  font-weight: 600;
  color: #161616;
}
.about-three .about-three__inner-wrap__meta h5 span {
  font-size: 30px;
}
.about-three .about-three__inner-wrap__meta h5 .in {
  font-size: 20px;
  color: #ed6700;
}

.feature {
  background-image: url("../images/feature-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.feature .feature__single {
  background-color: #ffffff;
  padding: 0px 60px;
  text-align: center;
  position: relative;
  margin-bottom: 8px;
  margin-top: 50px;
}
.feature .feature__single::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 8px;
  background-color: #002a34;
}
.feature .feature__single:hover .feature__single-thumb a {
  background-color: #ffffff;
  color: #002a34;
}
.feature .feature__single:hover .feature__single-content h4 {
  color: #002a34;
}
.feature .feature__single:hover .feature__single-cta {
  transform: translateY(0px);
}
.feature .feature__single:hover .feature__single-cta .btn {
  opacity: 1;
  visibility: visible;
}
.feature .feature__single .feature__single-thumb {
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px;
  background-color: rgba(0, 42, 52, 0.2509803922);
  position: relative;
  transform: translateY(-50%);
  margin-bottom: -50px;
}
.feature .feature__single .feature__single-thumb a {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #002a34;
  transition: all 0.4s ease-in-out;
  font-size: 40px;
  color: #ffffff;
}
.feature .feature__single .feature__single-content {
  margin-top: 40px;
}
.feature .feature__single .feature__single-content h4 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #ed6700;
  margin-bottom: 24px;
}
.feature .feature__single .feature__single-content h4:hover {
  color: #002a34;
}
.feature .feature__single .feature__single-content p {
  margin-bottom: 40px;
}
.feature .feature__single .btn {
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
}
.feature .feature__single .btn::before {
  background-color: #002a34;
}
.feature .feature__single .btn:hover {
  color: #ffffff;
}
.feature .feature__single .feature__single-cta {
  position: relative;
  bottom: -27px;
  transform: translateY(20px);
  transition: all 0.4s ease-in-out;
  z-index: 9;
  margin-top: -40px;
}

.world-wide {
  background-image: url("../images/world-wide-bg.png");
  background-repeat: no-repeat;
  background-size: auto calc(100% - 60px);
  background-position: right top;
}
.world-wide .world-wide__content {
  padding: 80px 60px;
  background-color: #002a34;
}
.world-wide .world-wide__content h2 {
  color: #ffffff;
}
.world-wide .world-wide__wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}
.world-wide .world-wide__wrapper .world-wide__single {
  display: flex;
  align-items: center;
  gap: 16px;
}

.skill__bar__wrapper {
  overflow-x: hidden;
  margin-top: 60px;
}

.skill__wrapper {
  margin-bottom: 25px;
  position: relative;
}
.skill__wrapper:last-of-type {
  margin-bottom: 0px;
}
.skill__wrapper p {
  font-weight: 600;
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 12px;
}
.skill__wrapper::before {
  width: 100%;
  height: 5px;
  content: "";
  display: block;
  position: absolute;
  background: #ffffff;
  bottom: 0;
}
.skill__wrapper .skill-bar {
  width: 100%;
  height: 5px;
  background-color: #ed6700;
  display: block;
  position: relative;
  z-index: 9;
}
.skill__wrapper .skill1 {
  width: 58%;
}
.skill__wrapper span {
  position: absolute;
  border-top: 0px solid transparent;
  top: 0px;
  right: 0px;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.skill__wrapper .skill1 {
  width: 90%;
}
.skill__wrapper .skill2 {
  width: 80%;
}
.skill__wrapper .skill3 {
  width: 95%;
}

.service-three {
  background-color: #ffffff;
  background-image: url("../images/service-three-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
.service-three .service-three__single {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service-three .service-three__single:hover h4 a {
  color: #ed6700;
}
.service-three .service-three__single-thumb {
  position: relative;
}
.service-three .service-three__single-thumb a {
  width: 100%;
}
.service-three .service-three__single-thumb a img {
  width: 100%;
}
.service-three .service-three__single-thumb .thumb-icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.2509803922);
  transition: all 0.4s ease-in-out;
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 1;
}
.service-three .service-three__single-thumb .thumb-icon::after {
  content: "";
  position: absolute;
  right: -10px;
  top: -10px;
  width: 50px;
  height: 50px;
  border-top: 10px solid #ed6700;
  border-right: 10px solid #ed6700;
  z-index: -1;
}
.service-three .service-three__single-thumb .thumb-icon span {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ffffff;
  position: relative;
}
.service-three .service-three__single-thumb .thumb-icon i {
  font-size: 36px;
  color: #ed6700;
}
.service-three .service-three__single-content h4 {
  margin-bottom: 10px;
}
.service-three .service-three__single-content h4 a {
  font-weight: 700;
  color: #002a34;
}
.service-three .service-three__single-content h4 a:hover {
  color: #ed6700;
}

.project-three {
  background-color: #002a34;
  margin-top: 100px;
}
.project-three .section__header h2 {
  color: #ffffff;
}
.project-three .company__slider-single:hover .company__slider-single__content {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.project-three .company__slider-single .company__slider-single__thumb::before {
  content: none;
}
.project-three .company__slider-single .company__slider-single__content {
  margin-right: 12%;
  margin-left: 0px;
  text-align: start;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  transform: translateY(50%);
}
.project-three .company__slider-single .company__slider-single__content h4 {
  margin-bottom: 0px;
  margin-top: 6px;
}
.project-three .company__slider-single .company__slider-single__content .tool {
  position: absolute;
  top: -20px;
  right: 20px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #ed6700;
  font-size: 18px;
  color: #ffffff;
}
.project-three .company__slider-single .company__slider-single__content .tool:hover {
  background-color: #161616;
  color: #ffffff;
}
.project-three .slide-btn {
  border-radius: 0px;
  border: 1px solid #7c858c;
  color: #7c858c;
  display: inline-flex;
}
.project-three .slide-btn:hover {
  border: 1px solid #ed6700;
  color: #ed6700;
}
.project-three .slick-center .company__slider-single__content {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%);
}
.project-three .project__foot {
  display: flex;
  align-items: center;
  gap: 24px;
}
.project-three .project__foot img {
  min-width: 60px;
}
.project-three .project__foot p {
  font-size: 20px;
  line-height: 34px;
  text-align: start;
}
.project-three .project__foot p span {
  font-weight: 700;
  color: #ed6700;
}
.project-three .project-three__news {
  padding: 60px;
  background-color: #ed6700;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
}
.project-three .project-three__news h3 {
  font-weight: 700;
  color: #ffffff;
}
.project-three .project-three__news .btn {
  background-color: #002a34;
  color: #ffffff;
}
.project-three .project-three__news .btn:hover {
  color: #002a34;
}

.testimonial-three {
  background-color: #ffffff;
  background-image: url("../images/maper-bg.png");
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.testimonial-three .btn::before {
  background-color: #002a34;
}
.testimonial-three .btn:hover {
  color: #ffffff;
}
.testimonial-three .testimonial-three__slider {
  position: relative;
  right: -60px;
}
.testimonial-three .slick-list {
  margin-bottom: -40px;
  margin-top: -40px;
}
.testimonial-three .slick-slide,
.testimonial-three .slick-slider,
.testimonial-three .slick-list,
.testimonial-three .slick-track {
  transition: all 0.4s ease-in-out;
}
.testimonial-three .testimonial-three__slider-single {
  padding: 60px 40px;
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  margin-bottom: 40px;
  margin-top: 40px;
  background-image: url("../images/testimonial/edit.png");
  background-repeat: no-repeat;
  background-size: 130px;
  background-position: center right 20px;
  position: relative;
  z-index: 9;
  transition: all 0.4s ease-in-out;
}
.testimonial-three .testimonial-three__slider-single .review {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 36px;
}
.testimonial-three .testimonial-three__slider-single .review i {
  color: #ed6700;
}
.testimonial-three .testimonial__slider-single-meta__info {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
  flex-wrap: wrap;
}
.testimonial-three .testimonial__slider-single-meta__info h4 {
  font-size: 20px;
  font-weight: 600;
  color: #002a34;
}
.testimonial-three .testimonial__slider-single-meta__info p {
  font-weight: 400;
  color: #ed6700;
}
.testimonial-three .testimonial__slider-single-meta__thumb {
  width: 80px;
  height: 80px;
  background-image: radial-gradient(circle at center, #ffffff 0%, #7c858c 100%);
}
.testimonial-three .slick-dots {
  justify-content: flex-start;
  margin-left: 60px;
}
.testimonial-three .slick-current + .slick-active {
  background-color: #edf4f6 !important;
  background-image: none;
  position: relative;
  bottom: -50px;
  left: -60px;
  z-index: 1;
}
.testimonial-three .slick-current {
  animation: tiku 0.6s ease-in-out;
  animation-iteration-count: 1;
}
.testimonial-three .slick-current .testimonial__slider-single-meta__thumb {
  background-image: radial-gradient(circle at center, #ffffff 0%, #e2f1fc 100%) !important;
}

@keyframes tiku {
  0% {
    position: relative;
    bottom: -50px;
    left: -60px;
  }
  100% {
    position: relative;
    bottom: 0px;
    left: 0px;
  }
}
.news-three {
  background-color: #edf4f6;
  background-image: url("../images/bloger-bg.png"), url("../images/blogger-two.png");
  background-repeat: no-repeat;
  background-size: contain, contain;
  background-position: left top, right bottom;
  padding-bottom: 208px !important;
}
.news-three .slick-list {
  margin-bottom: -30px;
}
.news-three .news-three__slider-single {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  display: flex;
  margin-bottom: 30px;
}
.news-three .news-three__slider-single__content {
  flex: 1;
  width: calc(100% - 220px);
  padding: 40px 20px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
}
.news-three .news-three__slider-single__content .meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-three .news-three__slider-single__content .meta img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-three .news-three__slider-single__content .meta .meta-info a {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
.news-three .news-three__slider-single__content .meta .meta-info a:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.news-three .news-three__slider-single__content .meta .meta-info a i {
  color: #ed6700;
}
.news-three .news-three__slider-single__content h4 a {
  font-weight: 700;
  color: #002a34;
}
.news-three .news-three__slider-single__content h4 a:hover {
  color: #ed6700;
}
.news-three .news-three__slider-single__content hr {
  opacity: 1;
  margin: 16px 0px;
  height: 0px;
  width: 100%;
  border-top: 1px dashed #ed6700;
}
.news-three .news-three__slider-single__content .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.news-three .news-three__slider-single__content .foot a:nth-of-type(1) {
  font-weight: 600;
  text-transform: uppercase;
  color: #002a34;
}
.news-three .news-three__slider-single__content .foot a:nth-of-type(1):hover {
  color: #ed6700;
}
.news-three .news-three__slider-single__content .foot a i {
  color: #ed6700;
}
.news-three .news-three__slider-single__thumb {
  min-width: 220px;
  max-width: 220px;
  flex: 1;
  position: relative;
}
.news-three .news-three__slider-single__thumb a {
  width: 100%;
  height: 100%;
}
.news-three .news-three__slider-single__thumb a img {
  width: 100%;
  height: 100%;
}
.news-three .news-three__slider-single__thumb .toolg {
  position: absolute;
  width: 50px;
  height: 60px;
  background-color: #ed6700;
  top: 60px;
  left: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9;
}
.news-three .news-three__slider-single__thumb .toolg h4 {
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
.news-three .news-three__slider-single__thumb .toolg span {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding-top: 8px;
  line-height: 1;
}
.news-three .news-three__slider-single__thumb .toolg::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 0%;
  width: 55px;
  height: 65px;
  background-color: rgba(255, 109, 46, 0.5019607843);
  z-index: -1;
}
.news-three .news-three__slider-single__thumb .toolg::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0%;
  width: 60px;
  height: 70px;
  background-color: rgba(255, 109, 46, 0.3764705882);
  z-index: -2;
}
.news-three .news-three-pagination {
  margin-top: 60px;
}
.news-three .news-three-pagination .slick-dots {
  justify-content: flex-end;
}

.project-main .project-main__filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  flex-wrap: wrap;
  row-gap: 0px !important;
  padding: 0px 30px;
  border-radius: 100px;
}
.project-main .project-main__filter button {
  background-color: transparent;
  border: 0px;
  outline: 0px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 18px 30px;
  color: #002a34;
  position: relative;
}
.project-main .project-main__filter button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 1px;
  height: 35px;
  background-color: #ebebeb;
}
.project-main .project-main__filter button:hover {
  background-color: transparent;
  color: #ed6700;
}
.project-main .project-main__filter button:nth-last-of-type(1)::before {
  content: none;
}
.project-main .project-main__filter .active {
  background-color: transparent;
  color: #ed6700;
}
.project-main .company__slider-single {
  max-width: 100%;
}
.project-main .grid {
  margin-bottom: -50px;
}

.project-main-masonry .container-fluid {
  max-width: 1868px;
}
.project-main-masonry .project-main-masonry__filter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  flex-wrap: wrap;
  row-gap: 0px !important;
  background-color: #ffffff;
  border: 1px solid #ebebeb;
  padding: 0px 30px;
  border-radius: 100px;
}
.project-main-masonry .project-main-masonry__filter button {
  background-color: transparent;
  border: 0px;
  outline: 0px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 18px 30px;
  color: #002a34;
  position: relative;
}
.project-main-masonry .project-main-masonry__filter button::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 1px;
  height: 35px;
  background-color: #ebebeb;
}
.project-main-masonry .project-main-masonry__filter button:hover {
  background-color: transparent;
  color: #ed6700;
}
.project-main-masonry .project-main-masonry__filter button:nth-last-of-type(1)::before {
  content: none;
}
.project-main-masonry .project-main-masonry__filter .active {
  background-color: transparent;
  color: #ed6700;
}
.project-main-masonry .masonry-grid .col-12 .company__slider-single {
  height: 100%;
}
.project-main-masonry .masonry-grid .col-12 .company__slider-single .company__slider-single__thumb {
  height: 100%;
}
.project-main-masonry .masonry-grid .col-12 .company__slider-single .company__slider-single__thumb img {
  height: 100%;
}
.project-main-masonry .masonry-grid .col-lg-3 {
  width: 28%;
}
.project-main-masonry .masonry-grid .col-lg-2 {
  width: 22%;
}
.project-main-masonry .masonry-grid .col-lg-7 {
  width: 50%;
}
.project-main-masonry .company__slider-single {
  position: relative;
  overflow: hidden;
}
.project-main-masonry .company__slider-single:hover .company__slider-single__thumb a {
  transform: translateX(0px);
}
.project-main-masonry .company__slider-single:hover .company__slider-single__content {
  transform: translateY(0px);
}
.project-main-masonry .company__slider-single__thumb::before {
  content: none;
}
.project-main-masonry .company__slider-single__thumb a {
  transform: translateX(calc(-100% - 20px));
}
.project-main-masonry .company__slider-single__content {
  position: absolute;
  right: 0px;
  bottom: 30px;
  margin: 0px;
  transform: translateY(calc(100% + 30px));
  min-width: 80%;
  max-width: 100%;
  transition: all 0.4s ease-in-out;
}

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

.news-main {
  position: relative;
}
.news-main .news-main__wrapper,
.news-main .news-main__sidebar {
  position: sticky;
  top: 120px;
}

.news-main__wrapper .news-two__single {
  margin-bottom: 50px;
}
.news-main__wrapper .news-two__single-metas h4 {
  margin-bottom: 20px;
}
.news-main__wrapper .news-two__single-metas h4 a {
  font-size: 30px;
  line-height: 40px;
}
.news-main__wrapper .news-two__single-metas p {
  margin-bottom: 24px;
}
.news-main__wrapper .news-two__single-content {
  padding-bottom: 40px;
}
.news-main__wrapper .news__single-thumb__meta {
  gap: 24px;
  row-gap: 12px;
}
.news-main__wrapper .news-three__slider-single {
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.1));
  background-color: #ffffff;
  display: flex;
  margin-bottom: 50px;
}
.news-main__wrapper .news-three__slider-single__content {
  flex: 1;
  width: calc(100% - 420px);
  padding: 40px 30px;
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: center;
}
.news-main__wrapper .news-three__slider-single__content .meta {
  display: flex;
  align-items: center;
  gap: 20px;
}
.news-main__wrapper .news-three__slider-single__content .meta img {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.news-main__wrapper .news-three__slider-single__content .meta .meta-info a {
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
.news-main__wrapper .news-three__slider-single__content .meta .meta-info a:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.news-main__wrapper .news-three__slider-single__content .meta .meta-info a i {
  color: #ed6700;
}
.news-main__wrapper .news-three__slider-single__content h4 a {
  font-weight: 700;
  color: #002a34;
}
.news-main__wrapper .news-three__slider-single__content h4 a:hover {
  color: #ed6700;
}
.news-main__wrapper .news-three__slider-single__content hr {
  opacity: 1;
  margin: 16px 0px;
  height: 0px;
  width: 100%;
  border-top: 1px dashed #ed6700;
}
.news-main__wrapper .news-three__slider-single__content .foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.news-main__wrapper .news-three__slider-single__content .foot a:nth-of-type(1) {
  font-weight: 600;
  text-transform: uppercase;
  color: #002a34;
}
.news-main__wrapper .news-three__slider-single__content .foot a:nth-of-type(1):hover {
  color: #ed6700;
}
.news-main__wrapper .news-three__slider-single__content .foot a i {
  color: #ed6700;
}
.news-main__wrapper .news-three__slider-single__thumb {
  min-width: 420px;
  max-width: 420px;
  flex: 1;
  position: relative;
}
.news-main__wrapper .news-three__slider-single__thumb a {
  width: 100%;
  height: 100%;
}
.news-main__wrapper .news-three__slider-single__thumb a img {
  width: 100%;
  height: 100%;
}
.news-main__wrapper .news-three__slider-single__thumb .toolg {
  position: absolute;
  width: 50px;
  height: 60px;
  background-color: #ed6700;
  top: 60px;
  left: -25px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9;
}
.news-main__wrapper .news-three__slider-single__thumb .toolg h4 {
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: #ffffff;
  text-align: center;
  line-height: 1;
}
.news-main__wrapper .news-three__slider-single__thumb .toolg span {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  padding-top: 8px;
  line-height: 1;
}
.news-main__wrapper .news-three__slider-single__thumb .toolg::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 0%;
  width: 55px;
  height: 65px;
  background-color: rgba(255, 109, 46, 0.5019607843);
  z-index: -1;
}
.news-main__wrapper .news-three__slider-single__thumb .toolg::after {
  content: "";
  position: absolute;
  left: -10px;
  bottom: 0%;
  width: 60px;
  height: 70px;
  background-color: rgba(255, 109, 46, 0.3764705882);
  z-index: -2;
}

.news-main__sidebar .news-main__widget {
  padding: 50px 36px 40px;
  background-color: #002a34;
  position: relative;
  margin-bottom: 50px;
}
.news-main__sidebar .news-main__widget:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.news-main__sidebar .news-main__widget::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 6px;
  height: calc(100% - 50px);
  background-color: rgb(237, 103, 0);
}
.news-main__sidebar .news-main__widget h4 {
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}
.news-main__sidebar .news-main__form-group {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  position: relative;
}
.news-main__sidebar .news-main__form-group input {
  flex-grow: 1;
  width: 100%;
  padding: 16px 60px 16px 24px;
  color: #002a34;
}
.news-main__sidebar .news-main__form-group button {
  background-color: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  font-size: 20px;
  color: #ed6700;
}
.news-main__sidebar .news-main__widget--secondary {
  background-color: #f5f5f5;
  padding: 40px 36px;
}
.news-main__sidebar .news-main__widget--secondary h4 {
  color: #002a34;
}
.news-main__sidebar .news-main__post-single {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.news-main__sidebar .news-main__post-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.news-main__sidebar .news-main__post-single .news-main__post-single-thumb {
  width: 86px;
  height: 86px;
  min-width: 86px;
}
.news-main__sidebar .news-main__post-single .news-main__post-single-thumb a {
  width: 100%;
  height: 100%;
}
.news-main__sidebar .news-main__post-single .news-main__post-single-thumb a img {
  width: 100%;
  height: 100%;
}
.news-main__sidebar .news-main__post-single .news-main__post-single-content h5 a {
  font-size: 16px;
  font-weight: 700;
  color: #002a34;
}
.news-main__sidebar .news-main__post-single .news-main__post-single-content h5 a:hover {
  color: #ed6700;
}
.news-main__sidebar .news-main__post-single .news-main__post-single-content p {
  font-size: 14px;
}
.news-main__sidebar .news-main__services li {
  margin-bottom: 12px;
}
.news-main__sidebar .news-main__services li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.news-main__sidebar .news-main__services a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
  line-height: 1;
  justify-content: space-between;
  padding: 17px 16px;
  background-color: #ffffff;
}
.news-main__sidebar .news-main__services a i {
  font-size: 14px;
  transition: all 0.4s ease-in-out;
}
.news-main__sidebar .news-main__services a span {
  display: flex;
  align-items: center;
  gap: 24px;
  line-height: 1;
  transition: all 0.4s ease-in-out;
}
.news-main__sidebar .news-main__services a span i {
  font-size: 18px;
  color: #002a34;
}
.news-main__sidebar .news-main__services a:hover {
  background-color: #002a34;
  color: #ffffff;
}
.news-main__sidebar .news-main__services a:hover span {
  color: #ffffff;
}
.news-main__sidebar .news-main__services a:hover i {
  color: #ffffff;
}
.news-main__sidebar .news-main__tags {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.news-main__sidebar .news-main__tags a {
  background-color: #ffffff;
  padding: 17px 22px;
  line-height: 1;
}
.news-main__sidebar .news-main__tags a:hover {
  background-color: #002a34;
  color: #ffffff;
}
.news-main__sidebar .news-main__widget--tertiary {
  background-color: #f5f5f5;
  background-image: url("../images/news/patter-sidebar.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  padding: 70px 36px;
}
.news-main__sidebar .news-main__widget--tertiary::after {
  content: none;
}
.news-main__sidebar .news-main__widget--tertiary::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: calc(100% - 60px);
  height: 5px;
  background-color: #002a34;
  transform: translateX(-50%);
}
.news-main__sidebar .news-main__widget--tertiary .log {
  margin-bottom: 50px;
  text-align: center;
}
.news-main__sidebar .news-main__widget--tertiary .content {
  margin-bottom: 50px;
  text-align: center;
}
.news-main__sidebar .news-main__widget--tertiary .content h4 {
  margin: 0px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #002a34;
}
.news-main__sidebar .news-main__widget--tertiary .section__content-cta {
  text-align: center;
}
.news-main__sidebar .news-main__widget--tertiary .section__content-cta .btn:hover {
  color: #ffffff;
}
.news-main__sidebar .news-main__widget--tertiary .section__content-cta .btn::before {
  background-color: #002a34;
}

.team-main {
  background-image: none;
  background-color: #ffffff;
}

.pricing-main .pricing__single-alt {
  background-color: #002a34;
}

.contact-main .contact-main__content-wrapper {
  margin-top: 40px;
}
.contact-main .contact-main__content-single {
  display: flex;
  align-items: center;
  gap: 24px;
  row-gap: 20px;
  background-color: #edf4f6;
  padding: 10px;
  margin-bottom: 20px;
}
.contact-main .contact-main__content-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.contact-main .contact-main__content-single__thumb {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #002a34;
}
.contact-main .contact-main__content-single__meta h5 {
  font-size: 20px;
  font-weight: 700;
  color: #ed6700;
  margin-bottom: 6px;
}
.contact-main .contact-main__form form {
  margin-top: 40px;
}
.contact-main .contact-main__form .btn::before {
  background-color: #002a34;
}
.contact-main .contact-main__form .btn:hover {
  color: #ffffff;
}

.map-wrapper iframe {
  max-height: 600px;
}
.map-wrapper .map-inner {
  position: relative;
}
.map-wrapper .map-inner i {
  font-size: 80px;
  color: #002a34;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-details-main {
  position: relative;
}
.service-details-main .service-details__sidebar,
.service-details-main .service-details__content {
  position: sticky;
  top: 140px;
}

.widget {
  padding: 44px 36px;
  background-color: #edf4f6;
  margin-bottom: 40px;
}
.widget:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.widget h4 {
  font-weight: bold;
  color: #002a34;
}

.widget-list {
  margin-top: 30px;
}
.widget-list li {
  margin-bottom: 12px;
}
.widget-list li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.widget-list a {
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  flex-wrap: wrap;
  width: 100%;
  background-color: #ffffff;
  font-weight: 700;
  color: #002a34;
  padding: 12px 24px;
  border-left: 6px solid transparent;
}
.widget-list a i {
  font-size: 36px;
  color: #ed6700;
  transition: all 0.4s ease-in-out;
}
.widget-list a:hover {
  color: #ffffff;
  background-color: #002a34;
  border-left: 6px solid #ed6700;
}
.widget-list a:hover i {
  color: #ffffff;
}

.widget-dark {
  background-color: #002a34;
}
.widget-dark .widget-head h4 {
  color: #ffffff;
}
.widget-dark .widget-head p {
  color: #ffffff;
  margin-top: 10px;
}

.widget-dark__group {
  margin-top: 40px;
}
.widget-dark__group .widget-dark__single {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.widget-dark__group .widget-dark__single h5 {
  margin-bottom: 6px;
}
.widget-dark__group .widget-dark__single h5 a {
  font-weight: 700;
  font-size: 20px;
  color: #9ec8fc;
}
.widget-dark__group .widget-dark__single h5 a:hover {
  color: #ed6700;
}
.widget-dark__group .widget-dark__single p {
  color: #ffffff;
}
.widget-dark__group .widget-dark__single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.widget-dark__group .widget-dark__single:nth-last-of-type(1) h5 a {
  color: #ed6700;
}
.widget-dark__group .widget-dark__single:nth-last-of-type(1) h5 a:hover {
  color: #9ec8fc;
}

.widget-contact {
  background-image: url("../images/service/step-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  padding: 100px 24px;
  background-color: #ffffff;
  filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.14));
  text-align: center;
  border-bottom: 8px solid #ed6700;
}
.widget-contact .content {
  margin: 50px 0px;
}
.widget-contact h4 {
  font-size: 30px;
  line-height: 44px;
  font-weight: 700;
  color: #002a34;
  text-align: center;
}
.widget-contact .btn {
  color: #ffffff;
  background-color: #002a34;
}
.widget-contact .btn::before {
  background-color: #ed6700;
}
.widget-contact .btn:hover {
  color: #ffffff;
}

.service-details-thumb {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
}
.service-details-thumb .service-details-thumb__single {
  width: calc(50% - 12px);
}
.service-details-thumb img {
  width: 100%;
  height: auto;
}

.service-details__content-group {
  margin-bottom: 60px;
}
.service-details__content-group h4 {
  font-weight: 700;
  color: #002a34;
  font-size: 30px;
  line-height: 44px;
  margin-bottom: 24px;
}

.service-details__content-list {
  margin-bottom: 60px;
}

.service-details__content-list__group {
  margin-top: 30px;
}

.service-details__content-single {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}
.service-details__content-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.service-details__content-single h5 {
  font-weight: 700;
  color: #ed6700;
  margin-bottom: 6px;
  font-size: 20px;
}
.service-details__content-single .service-thumb {
  min-width: 64px;
}

.service-details__quote {
  padding: 40px 60px;
  background-color: #edf4f6;
  border-left: 6px solid #ed6700;
  margin-bottom: 40px;
}
.service-details__quote blockquote {
  font-weight: 700;
  color: #002a34;
  font-style: italic;
  font-size: 18px;
  margin: 0px;
}
.service-details__quote p {
  text-align: end;
  margin-top: 16px;
  font-weight: 700;
  color: #ed6700;
}

.service-details__content-group-icon-list li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
}
.service-details__content-group-icon-list li strong {
  font-weight: 700;
  color: #002a34;
}
.service-details__content-group-icon-list li:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.service-details__content-group-icon-list li::before {
  content: "I";
  font-family: hieq;
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 20px;
  color: #ed6700;
}

.project-details-thumb {
  position: relative;
  margin-bottom: 140px;
}
.project-details-thumb img {
  width: 100%;
}
.project-details-thumb .project-details-thumb__info {
  padding: 40px;
  background-color: #002a34;
  max-width: 540px;
  min-width: 540px;
  position: absolute;
  bottom: -80px;
  left: 100px;
}
.project-details-thumb .project-details-thumb__info p {
  color: #9ca8b1;
}
.project-details-thumb .project-details-thumb__info h5 {
  font-weight: 700;
  color: #ed6700;
  margin-bottom: 6px;
}
.project-details-thumb .project-details-thumb__info h5 {
  font-weight: 700;
  color: #ffffff !important;
}
.project-details-thumb .project-details-thumb__info .info__head {
  margin-bottom: 30px;
}
.project-details-thumb .info__single-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  row-gap: 16px;
  margin-bottom: 30px;
}
.project-details-thumb .info__single-wrapper:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.project-details-thumb .info__single-wrapper .info__single {
  width: calc(50% - 20px);
}

.project-details__grider {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.project-details__grider .project-details__group {
  flex-grow: 1;
}
.project-details__grider .grider__thumb {
  min-width: 370px;
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
.project-details__grider .grider__thumb img {
  width: 100%;
  height: auto;
}

.project-details__group h3 {
  font-weight: 700;
  color: #002a34;
  margin-bottom: 30px;
}
.project-details__group p {
  margin-bottom: 40px;
}
.project-details__group p span {
  color: #e96706;
}
.project-details__group p b {
  font-weight: 700;
  color: #002a34;
}
.project-details__group p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.project-details__list {
  margin: 40px 0px;
}
.project-details__list li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 34px;
}
.project-details__list li::before {
  content: "I";
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 18px;
  color: #e96706;
  font-family: hieq;
}
.project-details__list li:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.project-details__grider-two {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.project-details__grider-two .grider__thumb {
  min-width: 470px;
  position: relative;
}
.project-details__grider-two .grider__thumb img {
  width: 100%;
  height: auto;
}
.project-details__grider-two .video-wrap {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 9;
  width: 120px;
  min-width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: rgba(237, 103, 0, 0.5019607843);
}
.project-details__grider-two .video-wrap a {
  width: 80px;
  min-width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: #002a34;
  font-size: 24px;
  color: #ffffff;
}

.latest-project-main {
  background-color: #edf4f6;
  background-image: url("../images/company/step-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.latest-project-main .company__slider-single {
  max-width: 100%;
}
.latest-project-main .slidi {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  border: 1px solid #7c858c;
  color: #7c858c;
  background-color: transparent;
  display: inline-flex;
}
.latest-project-main .slidi:hover {
  border: 1px solid #ed6700;
  color: #ed6700;
}
.latest-project-main .next-slide {
  margin-left: auto;
}
.latest-project-main .alte {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 60px;
}
.latest-project-main .alte .next-slide {
  margin: 0px;
}

.team-details {
  overflow-x: clip;
}

.team-details__thumb img {
  width: 100%;
  height: auto;
}

.team-details__inner-content p {
  margin-bottom: 24px;
}
.team-details__inner-content p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.bor {
  position: relative;
}
.bor::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 52px;
  width: 100%;
  height: 1px;
  background-color: #bfbfbf;
}

.team-details__head {
  margin-bottom: 20px;
}
.team-details__head h6 {
  font-size: 18px;
}
.team-details__head h3 {
  font-weight: 700;
  color: #002a34;
  margin-top: 16px;
}

.team-details__list-single {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 36px;
}
.team-details__list-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.team-details__list-single h5 {
  font-weight: 700;
  color: #002a34;
}
.team-details__list-single img {
  min-width: 40px;
}

.team-details__list {
  padding-left: 30px;
  padding-bottom: 30px;
  border-left: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}
.team-details__list .team-details__head h4 {
  font-weight: 700;
  color: #002a34;
  margin-top: 16px;
}
.team-details__list ul {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
}
.team-details__list ul a {
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #7c858c;
  background-color: #002a34;
}
.team-details__list ul a:hover {
  color: #ffffff;
  background-color: #ed6700;
}

.team__group {
  margin-top: 60px;
}
.team__group h3 {
  font-weight: 700;
  color: #002a34;
  margin-bottom: 24px;
}
.team__group p {
  margin-bottom: 30px;
}
.team__group p:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.team__experience .skill__bar__wrapper {
  margin-top: 68px;
}
.team__experience .skill__wrapper::before {
  background-color: #edf4f6;
}
.team__experience .skill__wrapper span {
  font-weight: 700;
  color: #002a34;
}
.team__experience .skill__wrapper p {
  font-weight: 700;
  color: #002a34;
}

.team__contact .btn {
  background-color: #002a34;
  color: #ffffff;
}
.team__contact .btn::before {
  background-color: #ed6700;
}
.team__contact .btn:hover {
  color: #ffffff;
}

.error {
  margin-bottom: 158px;
  background-color: #ffffff;
}
.error .error__content h2 {
  font-weight: 800;
  color: #00003d;
  margin-bottom: 25px;
}
.error .error__content p {
  color: #53595e;
}
.error .error__content .btn--primary::before {
  background-color: #00003d;
}
.error .error__content .btn--primary:hover {
  color: #ffffff;
}

.ext-over {
  position: relative;
  z-index: 1;
}
.ext-over::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 10px;
  background-color: #f5f5f5;
  z-index: 9;
}

.blog-details-main .gaper {
  row-gap: 50px;
}

.blog-details__content .news-two__single-content {
  padding-bottom: 0px;
}
.blog-details__content .details__group {
  margin-bottom: 40px;
}
.blog-details__content .details__group h4 {
  font-weight: 700;
  color: #002a34;
  margin-bottom: 24px;
}
.blog-details__content .details__group p {
  margin-bottom: 30px;
}
.blog-details__content .details__group p:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.blog-details__content .details__quote {
  padding: 36px 40px;
  background-color: #ffffff;
  text-align: center;
  filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.09));
  margin-bottom: 40px;
}
.blog-details__content .details__quote p {
  font-weight: 600;
  color: #ed6700;
  margin-bottom: 12px;
}
.blog-details__content .details__quote q {
  font-weight: 700;
  font-size: 18px;
  color: #002a34;
  font-style: italic;
}
.blog-details__content .details__group-thumb {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.blog-details__content .details__group-thumb .group__thumb-single {
  width: calc(100% - 15px);
  position: relative;
}
.blog-details__content .details__group-thumb .group__thumb-single img {
  width: 100%;
  min-height: 190px;
}
.blog-details__content .details__group-thumb .group__thumb-single .video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-flex;
  width: 84px;
  min-width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.4392156863);
}
.blog-details__content .details__group-thumb .group__thumb-single .video-wrap a {
  width: 56px;
  min-width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ed6700;
  font-size: 24px;
  color: #ffffff;
  border-radius: 0px;
}
.blog-details__content .details__foot {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  padding: 30px 0px;
  border-top: 3px solid #ffffff;
  margin-top: 40px;
}
.blog-details__content .details__foot h5 {
  font-weight: 700;
  text-transform: uppercase;
  color: #ed6700;
}
.blog-details__content .details__foot .details__foot-tags {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  row-gap: 8px;
}
.blog-details__content .details__foot .tags-details {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}
.blog-details__content .details__foot .tags-details a {
  font-weight: 700;
  text-transform: uppercase;
  color: #002a34;
}
.blog-details__content .details__foot .tags-details a:hover {
  color: #ed6700;
}
.blog-details__content .details__foot .details__foot-social {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  row-gap: 8px;
}
.blog-details__content .details__foot .details__foot-social a {
  color: #002a34;
}
.blog-details__content .details__foot .details__foot-social a:hover {
  color: #ed6700;
}

.blog-details-pagination {
  padding: 24px;
  filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.09));
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 80px;
       column-gap: 80px;
  row-gap: 16px;
  margin-top: 40px;
}
.blog-details-pagination .pagination-single {
  display: flex;
  align-items: center;
  gap: 24px;
}
.blog-details-pagination .pagination-single img {
  min-width: 120px;
  height: 120px;
}
.blog-details-pagination .pagination-single h5 {
  margin-top: 6px;
}
.blog-details-pagination .pagination-single h5 a {
  font-weight: 600;
  font-size: 16px;
  color: #002a34;
}
.blog-details-pagination .pagination-single h5 a:hover {
  color: #ed6700;
}
.blog-details-pagination .pagination-single button {
  background-color: transparent;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
}
.blog-details-pagination .pagination-single button:hover {
  color: #ed6700;
}
.blog-details-pagination .pagination-single p {
  font-size: 14px;
}
.blog-details-pagination .right-pagination .pagination__content {
  text-align: end;
}

.details__author {
  padding: 40px 30px;
  background-color: #f5f5f5;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 40px;
}
.details__author img {
  min-width: 145px;
}
.details__author h4 {
  font-weight: 700;
  color: #002a34;
  margin-bottom: 16px;
}
.details__author p {
  max-width: 540px;
}
.details__author .social {
  margin-top: 24px;
}
.details__author .social a {
  color: #002a34;
}
.details__author .social a:hover {
  color: #ed6700;
}

.reply__box {
  margin-top: 60px;
}
.reply__box h3 {
  font-weight: 700;
  color: #002a34;
  margin-bottom: 40px;
}
.reply__box .reply__box-single {
  display: flex;
  align-items: center;
  gap: 30px;
  row-gap: 20px;
  margin-bottom: 50px;
}
.reply__box .reply__box-single:nth-last-of-type(1) {
  margin-bottom: 0px;
}
.reply__box .reply__box-single--alt {
  margin-left: 70px;
}
.reply__box .reply__box-single__thumb {
  min-width: 120px;
  height: 120px;
}
.reply__box .reply__box-single__thumb img {
  width: 100%;
  height: 100%;
}
.reply__box .reply__box-single__content {
  position: relative;
}
.reply__box .reply__box-single__content button {
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  color: #ed6700;
  position: absolute;
  background-color: transparent;
  top: 3px;
  right: 0px;
}
.reply__box h5 {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #002a34;
  width: 100%;
  padding-right: 200px;
}
.reply__box h5 span {
  font-size: 14px;
  font-weight: 400;
  color: #7c858c;
}
.reply__box p {
  margin-top: 16px;
}

.reply__form {
  margin-top: 60px;
}
.reply__form h3 {
  font-weight: 700;
  color: #002a34;
  margin-bottom: 30px;
}
.reply__form .btn {
  background-color: #002a34;
}
.reply__form .btn::before {
  background-color: #ed6700;
}
.reply__form .btn:hover {
  color: #ffffff;
}
.reply__form .check-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
.reply__form .check-group input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  min-width: 20px;
  height: 20px;
  background-color: transparent;
  border: 1px solid #7c858c;
  position: relative;
  cursor: pointer;
}
.reply__form .check-group input::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 0px;
  color: #123821;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.reply__form .check-group input:checked::before {
  font-size: 12px;
}
.reply__form .check-group label {
  color: #7c858c;
  line-height: 1.4;
  cursor: pointer;
}

.coming-soon {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  overflow-y: auto;
  background-image: url("../images/countdown-bg.jpg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  text-align: center;
}

.coming-soon .content {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
}

.coming-soon .content:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #000000;
  content: "";
  opacity: 0.3;
}

.coming-soon .content .content-inner {
  position: relative;
  padding: 90px 15px;
  display: table-cell;
  vertical-align: middle;
}

.coming-soon .content .content-inner .logo {
  position: relative;
  margin-bottom: 260px;
}

.coming-soon .content .content-inner .sec-title {
  display: none;
  margin-bottom: 50px;
}

.coming-soon .content .content-inner h2 {
  position: relative;
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2em;
  padding-bottom: 0;
  font-variant: small-caps;
}

.coming-soon .content .content-inner h2:after {
  display: none;
}

.time-counter {
  position: relative;
}

.time-counter .time-countdown {
  position: relative;
  margin-bottom: 180px;
}

.time-counter .time-countdown .counter-column {
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  font-size: 20px;
  line-height: 1em;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  z-index: 7;
  border-radius: 20px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  background-color: rgba(54, 54, 54, 0.7);
  margin: 0 15px 20px;
}

.time-counter .time-countdown .counter-column .count {
  position: relative;
  display: block;
  font-size: 72px;
  line-height: 30px;
  padding: 60px 0px 30px;
  color: #ffffff;
  font-weight: 600;
}

.coming-soon .emailed-form {
  position: relative;
  margin-bottom: 40px;
}

.coming-soon .emailed-form h3 {
  line-height: 1.2em;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
}

.coming-soon .emailed-form .text {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.8em;
  margin-bottom: 40px;
}

.coming-soon .emailed-form .form-group {
  position: relative;
  display: block;
  max-width: 540px;
  width: 100%;
  margin: 0 auto;
}

.coming-soon .emailed-form .form-group input[type=text],
.coming-soon .emailed-form .form-group input[type=tel],
.coming-soon .emailed-form .form-group input[type=email],
.coming-soon .emailed-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 28px;
  height: 60px;
  font-size: 16px;
  color: #000000;
  overflow: hidden;
  padding: 15px 50px 15px 20px;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input[type=submit],
.coming-soon .emailed-form button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 40px;
  font-size: 18px;
  color: #fe982f;
  background-color: transparent;
  transition: all 300ms ease;
}

.coming-soon .emailed-form .form-group input[type=submit]:hover,
.coming-soon .emailed-form button:hover {
  color: #353535;
}

.coming-soon .form-group span {
  color: #ed6700;
  transition: all 0.4s ease-in-out;
}
.coming-soon .form-group span:hover {
  color: #161616;
}

.coming-soon .copyright-text {
  position: relative;
  font-size: 18px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
}

.coming-soon .copyright-text a {
  color: #ff9600;
}

.coming-soon .copyright-text a:hover {
  text-decoration: underline;
}

.clock-wrapper {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 250px;
  height: 250px;
  margin: auto;
  margin-top: -145px;
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  background-color: rgba(0, 0, 0, 0.4);
  transform: scale(2);
}

.clock-base {
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.click-indicator {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 10px;
  width: 230px;
  height: 230px;
}

.click-indicator div {
  position: absolute;
  width: 2px;
  height: 4px;
  margin: 113px 114px;
}

.click-indicator div > span {
  height: 5px;
  width: 5px;
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  margin-left: -1px;
  margin-top: -1px;
}

.click-indicator div:nth-child(1) {
  transform: rotate(30deg) translateY(-120px);
}

.click-indicator div:nth-child(2) {
  transform: rotate(60deg) translateY(-120px);
}

.click-indicator div:nth-child(3) {
  transform: rotate(90deg) translateY(-120px);
  background-color: #f7941d;
}

.click-indicator div:nth-child(4) {
  transform: rotate(120deg) translateY(-120px);
}

.click-indicator div:nth-child(5) {
  transform: rotate(150deg) translateY(-120px);
}

.click-indicator div:nth-child(6) {
  transform: rotate(180deg) translateY(-120px);
  background-color: #f7941d;
}

.click-indicator div:nth-child(7) {
  transform: rotate(210deg) translateY(-120px);
}

.click-indicator div:nth-child(8) {
  transform: rotate(240deg) translateY(-120px);
}

.click-indicator div:nth-child(9) {
  transform: rotate(270deg) translateY(-120px);
  background-color: #f7941d;
}

.click-indicator div:nth-child(10) {
  transform: rotate(300deg) translateY(-120px);
}

.click-indicator div:nth-child(11) {
  transform: rotate(330deg) translateY(-120px);
}

.click-indicator div:nth-child(12) {
  transform: rotate(360deg) translateY(-120px);
  background-color: #f7941d;
}

.clock-hour {
  position: absolute;
  z-index: 2;
  top: 75px;
  left: 123px;
  width: 4px;
  height: 65px;
  background-color: #f7941d;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transform-origin: 2px 50px;
  transition: 0.5s;
  animation: rotate-hour 43200s linear infinite;
}

.clock-minute {
  position: absolute;
  z-index: 3;
  top: 55px;
  left: 123px;
  width: 4px;
  height: 85px;
  background-color: #f7941d;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transform-origin: 2px 70px;
  transition: 0.5s;
  animation: rotate-minute 3600s linear infinite;
}

.clock-second {
  position: absolute;
  z-index: 4;
  top: 15px;
  left: 124px;
  width: 2px;
  height: 130px;
  background-color: #ffffff;
  opacity: 0.9;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transform-origin: 1px 110px;
  transition: 0.5s;
  animation: rotate-second 60s linear infinite;
}

.clock-second:after {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  bottom: 16px;
  width: 8px;
  height: 8px;
  background-color: #222222;
  border: solid 2px #222222;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.clock-center {
  position: absolute;
  z-index: 1;
  width: 150px;
  height: 150px;
  top: 50px;
  left: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

.clock-center:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin: 65px;
  background-color: #ddd;
  border-radius: 50%;
}

.social-icon-one {
  position: relative;
  display: block;
}

.social-icon-one .title {
  position: relative;
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 700;
  display: block;
  margin-bottom: 12px;
}

.social-icon-one li {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  margin-right: 4px;
}

.social-icon-one li:last-child {
  margin-right: 0;
}

.social-icon-one li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.7);
  transition: all 300ms ease;
}

.social-icon-one li a:hover {
  color: #000000;
  background-color: #ffffff;
}

.cart-section {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  padding: 100px 0px 120px;
}

.cart-section .cart-outer {
  position: relative;
}

.cart-section .table-outer {
  position: relative;
  width: 100%;
  overflow-x: auto !important;
}
.cart-section .table-outer::-webkit-scrollbar {
  height: 5px;
}
.cart-section .table-outer::-webkit-scrollbar-track {
  background-color: #cae6f7;
  border-radius: 5px;
}
.cart-section .table-outer::-webkit-scrollbar-button, .cart-section .table-outer::-webkit-scrollbar-thumb {
  background-color: #ed6700;
  border-radius: 5px;
}

.cart-section .cart-table {
  width: 100%;
  min-width: 900px;
  border: 1px solid #eeeeee;
}

.cart-section .cart-table tbody tr {
  border-bottom: 1px solid #eeeeee;
}

.cart-table .cart-header {
  position: relative;
  width: 100%;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 0px;
  background: #fd5d14;
  color: #1f1f1f;
}

.cart-table thead tr th {
  line-height: 24px;
  padding: 20px 15px;
  min-width: 120px;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
}

.cart-table thead tr th.prod-column {
  text-align: left;
  padding-left: 40px;
}

.cart-table tbody tr td {
  line-height: 24px;
  padding: 40px 40px 40px;
  min-width: 100px;
}

.cart-table tbody tr .qty {
  width: 90px;
  padding-right: 40px;
  padding-left: 10px;
}

.cart-table tbody tr .qty .quantity-spinner {
  background: #f5f5f5;
}

.cart-table tbody tr .prod-column .column-box {
  position: relative;
  min-height: 100px;
  padding-left: 130px;
  padding-top: 40px;
  text-align: left;
}

.column.default-column .cart-table tbody tr .qty {
  width: 110px;
  padding-right: 20px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb {
  position: absolute;
  width: 100px;
  left: 0px;
  top: 0px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img {
  display: block;
  max-width: 100%;
}

.cart-table tbody tr .prod-column .column-box h6 {
  color: #222222;
  font-weight: 500;
  margin-bottom: 5px;
}

.cart-table tbody tr .sub-total {
  font-weight: 400;
  color: #222222;
  font-size: 18px;
  padding-left: 20px;
}

.cart-table tbody tr .remove-btn {
  position: relative;
  font-size: 18px;
  color: #fd5d14;
  display: inline-block;
  transition: all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa {
  position: relative;
  top: 2px;
  font-size: 10px;
  line-height: 14px;
  width: 14px;
  height: 14px;
  margin-right: 8px;
  background: #f0f0f0;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  text-indent: 100px;
}

.cart-table tbody tr .remove-btn:hover .fa {
  text-indent: 0px;
  background: #fa9928;
}

.cart-table tbody tr td {
  vertical-align: middle;
}

.cart-table tbody tr td.price {
  font-size: 18px;
  font-weight: 400;
  color: #222222;
  padding-left: 10px;
}

.cart-table tbody tr td .quantity-spinner {
  padding: 5px 0px 5px 20px;
  line-height: 24px;
  height: 34px;
  display: block;
  width: 100%;
  position: relative;
}

.cart-table tbody .available-info {
  position: relative;
  padding-left: 50px;
  color: #727272;
  font-size: 16px;
}

.cart-table tbody .available-info .icon {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  background: #3e4494;
  border-radius: 50%;
}

.cart-section .coupon-outer {
  position: relative;
  margin: 40px 0px 50px;
}

.cart-section .coupon-outer .cart-btn {
  font-size: 14px;
  padding: 14px 43px;
  font-weight: 400;
  cursor: pointer;
  transition: all 500ms ease;
}

.cart-section .apply-coupon {
  position: relative;
}

.cart-section .apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 20px;
}

.cart-section .apply-coupon .form-group .coupon-btn {
  padding: 11px 28px;
  line-height: 30px;
  cursor: pointer;
}

.cart-section .apply-coupon .form-group input[type=text] {
  display: block;
  line-height: 26px;
  padding: 12px 0px;
  border-bottom: 2px solid #fd5d14;
  height: 54px;
  width: 230px;
  background: none;
  font-size: 14px;
}

.cart-section .estimate-form {
  position: relative;
}

.cart-section .sec-title {
  margin-bottom: 25px;
}

.cart-section .sec-title h2 {
  font-size: 26px;
  color: #222222;
}

.cart-section .estimate-form .row {
  margin-left: -7px;
  margin-right: -7px;
}

.cart-section .estimate-form .row .form-group {
  padding: 0px 7px !important;
  margin-bottom: 30px;
}

.cart-section .cart-note {
  position: relative;
  margin-bottom: 50px;
  padding: 16px 20px;
  text-align: center;
  border: 1px dashed #b2dd4c;
  background: #f4f4f4;
  line-height: 1.7em;
}

.product-details .basic-details .item-quantity input[type=text],
.cart-table tbody tr .qty input[type=text] {
  position: relative;
  line-height: 46px;
  height: 46px;
  background: #f4f4f4;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  height: 24px;
  background: #e9e9e9;
}

.bootstrap-touchspin .input-group-btn-vertical i {
  left: 6px;
  top: 6px;
}

.cart-total-box {
  position: relative;
  max-width: 490px;
  margin-bottom: 40px;
  padding: 40px 40px 30px;
  background-color: #f4f4f4;
}

.cart-total-box h4 {
  position: relative;
  color: #222222;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 25px;
}

.totals-table {
  position: relative;
}

.totals-table li {
  position: relative;
  color: #222222;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
}

.totals-table li .col {
  float: right;
  width: auto;
}

.totals-table li .col-title {
  font-weight: 600;
  float: left;
}

.totals-table li.total {
  margin-top: 25px;
  padding-top: 30px;
  border-top: 1px solid #cccccc;
}

.checkout-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 17px 43px 14px;
  cursor: pointer;
  background-color: #fd5d14;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
  line-height: 24px;
  padding: 10px 15px !important;
  height: 54px !important;
  box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 13px 10px;
  background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
  top: 1px;
}

.cart-section .coupon-outer {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-section .coupon-outer .btn--primary {
  color: #ffffff !important;
}
.cart-section .coupon-outer .btn--primary span {
  color: #ffffff;
  line-height: 1;
}
.cart-section .coupon-outer .btn--primary::before {
  background-color: #161616;
}
.cart-section .coupon-outer .btn--primary:hover {
  color: #ffffff;
}
.cart-section .btn--primary {
  color: #ffffff !important;
}
.cart-section .btn--primary span {
  color: #ffffff;
  line-height: 1;
}
.cart-section .btn--primary::before {
  background-color: #161616;
}
.cart-section .btn--primary:hover {
  color: #ffffff;
}
.cart-section .apply-coupon {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.bootstrap-touchspin .input-group-btn-vertical {
  width: auto;
  right: 0px;
  position: absolute;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  color: #161616;
  padding: 0px 14px !important;
}

.input-group-btn-vertical {
  padding-top: 6px;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f106";
  font-size: 18px;
  font-style: normal;
  font-family: "FontAwesome";
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f107";
  font-size: 18px;
  font-style: normal;
  font-family: "FontAwesome";
}

.checkout-page {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  padding: 100px 0px 80px;
}

.checkout-page .default-links {
  position: relative;
  margin-bottom: 40px;
}

.checkout-page .default-links li {
  margin-bottom: 15px;
  line-height: 24px;
  padding: 18px 28px;
  background: #f9f9f9;
  color: #797979;
  font-size: 17px;
  font-weight: 600;
  border: 1px solid #ebebeb;
}

.checkout-page .default-links li a {
  color: #fd5d14;
  text-decoration: underline;
}

.shop-form .billing-inner {
  position: relative;
  padding-right: 100px;
}

.shop-form .sec-title h2 {
  font-size: 24px;
}

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

.billing-details .shop-form .sec-title {
  margin-bottom: 20px;
}

.billing-details .shop-form .form-group.sec-title {
  margin-bottom: 10px;
  padding-bottom: 30px;
  margin-top: 20px;
}

.shop-form .form-group .field-label {
  display: block;
  line-height: 24px;
  margin-bottom: 8px;
  color: #797979;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.shop-form .form-group .field-label sup {
  position: relative;
  top: 0px;
  color: #797979;
  font-size: 16px;
}

.shop-form input[type=text],
.shop-form input[type=email],
.shop-form input[type=password],
.shop-form input[type=tel],
.shop-form input[type=number],
.shop-form input[type=url],
.shop-form select,
.shop-form textarea {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  line-height: 16px;
  padding: 10px 15px;
  height: 50px;
  border: 1px solid #eeeeee;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.shop-form input.address-two {
  margin-top: 12px;
}

.shop-form input::-webkit-input-placeholder,
.shop-form select::-webkit-input-placeholder,
.shop-form textarea-webkit-input-placeholder {
  color: #c6c6c6;
}

.shop-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #ffffff url("../images/icon-select.png") right center no-repeat;
  cursor: pointer;
}

.shop-form select option {
  text-indent: 15px;
}

.shop-form textarea {
  resize: none;
  height: 100px !important;
  overflow: hidden;
}

.shop-form input:focus,
.shop-form select:focus,
.shop-form textarea:focus {
  border-color: #fd5d14;
}

/* Shop Order Box */
.shop-order-box {
  position: relative;
  padding: 20px 28px 50px;
  border: 1px solid #d9d9d9;
  background-color: #fdfdfd;
}

.shop-order-box .order-list {
  position: relative;
}

.shop-order-box .order-list li {
  position: relative;
  color: #797979;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.shop-order-box .order-list li span {
  float: right;
  width: 35%;
  text-align: left;
  font-size: 17px;
  text-transform: capitalize;
}

.shop-order-box .order-list li span.dark {
  color: #242424;
}

.shop-order-box .order-list li.total {
  padding: 8px 0px;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}

.payment-options {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.checkout-page .payment-options li {
  position: relative;
  margin-bottom: 15px;
}

.checkout-page .payment-options li .radio-option {
  position: relative;
}

.checkout-page .payment-options li .radio-option label {
  position: relative;
  display: block;
  padding-left: 30px;
  font-weight: 600 !important;
  text-transform: capitalize;
  letter-spacing: 1px;
  color: #797979;
  cursor: pointer;
  font-size: 15px;
}

.checkout-page .payment-options li .radio-option label strong {
  font-weight: 500;
  display: inline-block;
  color: #797979;
  font-size: 15px;
}

.checkout-page .payment-options li .radio-option input[type=radio] {
  position: absolute;
  left: 0px;
  top: 8px;
}

.checkout-page .payment-options li .radio-option #payment-3 {
  top: 9px;
}

.checkout-page .payment-options li .what-paypall {
  font-size: 13px;
  font-weight: 500;
  margin-left: 15px;
  color: #4349d9;
}

.checkout-page .payment-options li .radio-option label .small-text {
  position: relative;
  display: none;
  padding: 18px 26px;
  letter-spacing: 0px;
  text-transform: none;
  font-weight: normal;
  font-size: 15px;
  color: #8e8d8d;
  border-radius: 4px;
  line-height: 20px;
  line-height: 1.8em;
  margin-top: 20px;
  margin-left: -30px;
  background-color: #ececec;
}

.checkout-page .payment-options li .radio-option label .small-text:before {
  position: absolute;
  content: "";
  left: 24px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #ececec;
}

.checkout-page .payment-options li .radio-option input[type=radio]:checked + label .small-text {
  display: block;
}

.checkout-page .payment-options li .radio-option label img {
  position: relative;
  top: -3px;
  display: inline-block;
  max-width: 100%;
  padding-left: 30px;
}

.checkout-page .payment-options li .radio-option label img {
  position: relative;
  display: inline-block;
  max-width: 100%;
  padding-left: 30px;
}

/***

====================================================================
	Login / Register Section
====================================================================

***/
.register-section {
  position: relative;
  z-index: 9;
  background-color: #ffffff;
  padding: 60px 0px 40px;
}

.register-section .form-column {
  margin-bottom: 40px;
}

.register-section .form-column .sec-title {
  position: relative;
  margin-bottom: 30px;
}

.styled-form {
  position: relative;
}

.styled-form .submit-text {
  font-size: 15px;
  color: #9e9e9e;
  font-weight: 400;
  margin-top: 10px;
}

.styled-form .form-group {
  position: relative;
  margin-bottom: 30px;
  font-size: 14px;
  color: #848484;
}

.checkout-section .styled-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.styled-form .form-group .check-box {
  line-height: 24px;
  font-size: 15px;
  font-weight: normal;
  padding-top: 5px;
  color: #272727;
}

.styled-form .form-group .check-box label {
  position: relative;
  top: -1px;
  font-weight: normal;
  padding: 0px;
  font-size: 15px;
  cursor: pointer;
}

.styled-form .pull-left label,
.styled-form .pull-right label {
  cursor: pointer;
}

.styled-form .form-group .adon-icon {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 15px;
  color: #999999;
  z-index: 2;
}

.styled-form .form-group .field-label {
  display: block;
  color: #272727;
  text-transform: capitalize;
  font-size: 16px;
  margin-bottom: 7px;
  font-weight: 400;
}

.styled-form input[type=text],
.styled-form input[type=email],
.styled-form input[type=password],
.styled-form input[type=tel],
.styled-form input[type=number],
.styled-form input[type=url],
.styled-form select,
.styled-form textarea {
  position: relative;
  display: block;
  width: 100%;
  background: #ffffff;
  line-height: 30px;
  padding: 8px 20px;
  height: 50px;
  border: 1px solid #f4f4f4;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.checkout-section .styled-form input[type=text],
.checkout-section .styled-form input[type=email],
.checkout-section .styled-form input[type=password],
.checkout-section .styled-form select {
  line-height: 26px;
  height: 44px;
}

.styled-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #ffffff url("../images/icon-select.png") right center no-repeat;
  cursor: pointer;
}

.styled-form select option {
  text-indent: 20px;
}

.styled-form textarea {
  resize: none;
  height: 110px;
}

.styled-form input:focus,
.styled-form select:focus,
.styled-form textarea:focus {
  border-color: #fd5d14;
}

.styled-form .form-group .theme-btn {
  min-width: 150px;
  text-align: center;
  padding: 11px 34px;
  border-radius: 0px;
  cursor: pointer;
}

.styled-form .remember-me {
  position: relative;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
}

.social-links-two a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #ffffff;
  background: #fc721e;
  margin: 0px 0px 0px 5px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.social-links-two a:hover {
  opacity: 0.8;
}

.social-links-two .facebook {
  background: #3b5998;
}

.social-links-two .twitter {
  background: #33ccfe;
}

.social-links-two .google-plus {
  background: #dd4b39;
}

.checkout-page h2 {
  color: #161616 !important;
  font-weight: 600 !important;
}
.checkout-page .btn--primary {
  color: #ffffff !important;
}
.checkout-page .btn--primary span {
  color: #ffffff;
  line-height: 1;
}
.checkout-page .btn--primary::before {
  background-color: #161616;
}
.checkout-page .btn--primary:hover {
  color: #ffffff;
}
.checkout-page .order-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  row-gap: 6px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-page .field-label,
.checkout-page input,
.checkout-page textarea {
  font-weight: 400 !important;
}
.checkout-page .field-label::-moz-placeholder, .checkout-page input::-moz-placeholder, .checkout-page textarea::-moz-placeholder {
  font-size: 15px !important;
}
.checkout-page .field-label::placeholder,
.checkout-page input::placeholder,
.checkout-page textarea::placeholder {
  font-size: 15px !important;
}

.register-section h2 {
  color: #161616;
  font-weight: 600;
}
.register-section .sed {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.register-section .sed::after {
  content: none;
}
.register-section .btn--primary {
  color: #ffffff !important;
}
.register-section .btn--primary span {
  color: #ffffff;
  line-height: 1;
}
.register-section .btn--primary::before {
  background-color: #161616;
}
.register-section .btn--primary:hover {
  color: #ffffff;
}
.register-section .social-links-two a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.register-section .social-links-two a span {
  color: #ffffff;
  line-height: 1;
}

.sidebar-page-container {
  position: relative;
  padding: 100px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side {
  margin-bottom: 40px;
}

.sticky-top {
  top: 30px;
  z-index: 1;
}

.sidebar-widget {
  margin-bottom: 45px;
}

.blog-cat {
  position: relative;
}

.blog-cat li {
  position: relative;
  margin-bottom: 8px;
}

.blog-cat li a {
  position: relative;
  color: #222222;
  font-size: 20px;
  padding: 22px 30px;
  display: block;
  z-index: 1;
  font-weight: 700;
  background-color: #f5f5f5;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.blog-cat li a:after {
  position: absolute;
  content: "\f105";
  right: 20px;
  top: 18px;
  color: #222222;
  font-size: 20px;
  font-family: "FontAwesome";
}

.blog-cat li a:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 0%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  border-radius: 0px 30px 0px 0px;
  border-left: 4px solid #000000;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background-color: #fe982f;
}

.blog-cat li a:hover::before {
  width: 100%;
  opacity: 1;
}

.blog-cat li.active a,
.blog-cat li a:hover {
  color: #ffffff;
  border-radius: 0px 30px 0px 0px;
}

.blog-cat li:last-child a {
  border-bottom: 0px;
}

.blog-cat li.active a:before {
  width: 100%;
  opacity: 1;
}

/* Sidebar Title */
.sidebar-title {
  position: relative;
  margin-bottom: 28px;
}

.sidebar-title h3 {
  position: relative;
  color: #222222;
  font-weight: 800;
  line-height: 1.3em;
  text-transform: capitalize;
}

/* Sidebar Title Two */
.sidebar-title-two {
  position: relative;
  margin-bottom: 25px;
}

.sidebar-title-two h3 {
  position: relative;
  color: #222222;
  font-weight: 800;
  line-height: 1.3em;
  padding-bottom: 15px;
  text-transform: capitalize;
}

.sidebar-title-two h3:before {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 45px;
  height: 2px;
  background-color: #fe982f;
}

.sidebar-title-two h3:after {
  position: absolute;
  content: "";
  left: 48px;
  bottom: -1px;
  width: 5px;
  height: 4px;
  background-color: #222222;
}

.sidebar .contact-widget ul li {
  position: relative;
  color: #555555;
  font-size: 16px;
  padding-left: 40px;
  margin-bottom: 17px;
  line-height: 1.7em;
  font-weight: 500;
}

.sidebar .contact-widget ul li .icon {
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 20px;
  line-height: 1em;
  color: #fe982f;
}

.sidebar .contact-widget ul li a {
  position: relative;
  color: #ffffff;
  transition: all 300ms ease;
}

.sidebar .contact-widget ul li a:hover {
  color: #fd5d14;
}

.sidebar .contact-widget ul li:last-child {
  margin-bottom: 0px;
}

.broucher-widget .sidebar-title {
  margin-bottom: 12px;
}

.broucher-widget .text {
  position: relative;
  color: #555555;
  font-size: 16px;
  line-height: 1.7em;
  padding-right: 45px;
  margin-bottom: 25px;
}

/* Broucher Box */
.broucher-box {
  position: relative;
  padding: 22px 28px;
  border-radius: 0px;
  overflow: hidden;
  margin-bottom: 10px;
  border: 2px solid #cccccc;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.broucher-box .overlay-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  z-index: 1;
}

.broucher-box .broucher-inner {
  position: relative;
  padding-left: 45px;
  font-size: 20px;
  color: #555555;
  font-weight: 700;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.broucher-box .broucher-inner .download-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #222222;
  font-size: 24px;
  line-height: 1em;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.broucher-box:hover {
  border-color: #fe982f;
}

/* Item Sorting */
.shop-section .items-sorting {
  position: relative;
  margin-bottom: 20px;
}

.shop-section .items-sorting .results-column,
.shop-section .items-sorting .select-column {
  margin-bottom: 20px;
}

.shop-section .items-sorting .results-column h6 {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  padding: 13px 0px;
}

.shop-section .items-sorting .form-group {
  margin-bottom: 0px;
}

.shop-section .items-sorting select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 9px 20px 9px;
  height: 50px;
  font-size: 14px;
  border: 1px solid #eeeeee;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url("../images/icon-select.png") right center no-repeat;
  color: #666666;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.shop-section .items-sorting select option {
  text-indent: 15px;
}

/*Shop Item*/
/****** Shop Style *********/
.single-product-item {
  position: relative;
  display: block;
  transition: all 500ms ease;
  margin-bottom: 50px;
}

.single-product-item .img-holder {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 0px;
  border: 4px solid #fd5d14;
}

.single-product-item .img-holder::before {
  background: rgba(255, 255, 255, 0.2);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  content: "";
  opacity: 0;
  position: absolute;
  z-index: 1;
  transition: all 0.4s ease-in-out 0s;
}

.single-product-item:hover .img-holder::before {
  opacity: 1;
}

.single-product-item .img-holder img {
  transform: scale(1);
  transition: all 0.7s ease 0s;
  width: 100%;
}

.single-product-item:hover .img-holder img {
  transform: scale(1.1);
}

.single-product-item .title-holder {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 22px 0 18px;
  box-shadow: 0 2px 27px rgba(54, 54, 54, 0.13);
  margin-left: 20px;
  margin-right: 20px;
  margin-top: -30px;
  z-index: 9;
}

.single-product-item .title-holder .static-content {
  position: relative;
  display: block;
}

.single-product-item .title-holder .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 0 0 3px;
}

.single-product-item .title-holder .title a {
  color: #1b1b1b;
  transition: all 500ms ease;
}

.single-product-item .title-holder .static-content span {
  display: inline-block;
  padding-right: 0px;
  color: #666666;
}

.single-product-item .title-holder .static-content del {
  position: relative;
  display: inline-block;
  color: #c2c2c2;
  font-size: 16px;
  font-weight: 700;
}

.single-product-item .title-holder .overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 700ms ease 300ms;
}

.single-product-item:hover .title-holder .overlay-content {
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transition: all 700ms ease 100ms;
}

.single-product-item .title-holder .overlay-content ul {
  position: relative;
  display: flex;
  padding: 23px 0 23px;
  width: 153px;
  margin: 0 auto;
  transform: scale(0);
  transition: all 700ms ease 100ms;
}

.single-product-item:hover .title-holder .overlay-content ul {
  transform: scale(1);
  transition: all 700ms ease 600ms;
}

.single-product-item .title-holder .overlay-content ul li {
  position: relative;
  display: inline-block;
  float: left;
  width: 51px;
  text-align: center;
  border-right: 1px solid #ededed;
}

.single-product-item .title-holder .overlay-content ul li:last-child {
  border: none;
}

.single-product-item .title-holder .overlay-content ul li a {
  position: relative;
  display: block;
}

.single-product-item .title-holder .overlay-content ul li a span {
  position: relative;
  display: block;
}

.single-product-item .title-holder .overlay-content ul li a span:before {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  color: #666666;
  font-size: 18px;
  line-height: 45px;
  margin: 0;
  transition: all 500ms ease;
}

.single-product-item .title-holder .overlay-content ul li a:hover span:before {
  color: #ffffff;
  background: #666666;
}

.single-product-item .title-holder .overlay-content ul li a .toltip-content {
  position: absolute;
  left: -50%;
  right: 0;
  top: -25px;
  margin-left: -15px;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  text-align: center;
  background-color: #0a0a0a;
  transition: all 300ms ease 100ms;
  z-index: 999;
  min-width: 130px;
}

.single-product-item .title-holder .overlay-content ul li a .toltip-content:before {
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  bottom: -8px;
  right: 0;
  content: "\f0d7";
  color: #0a0a0a;
  font-size: 25px;
  text-align: center;
  line-height: 10px;
}

.single-product-item .title-holder .overlay-content ul li a .toltip-content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}

.single-product-item .title-holder .overlay-content ul li a:hover .toltip-content {
  top: -40px;
  visibility: visible;
  opacity: 1;
}

.shop-single-section {
  position: relative;
  padding-top: 100px;
  padding-bottom: 90px;
  z-index: 9;
  background-color: #ffffff;
}

/*Product Details*/
.product-details .basic-details {
  position: relative;
  margin-bottom: 20px;
}

.product-details .image-column .image-carousel {
  background-color: #eeeeee;
  border-radius: 4px;
}

.product-details .image-column,
.product-details .info-column {
  margin-bottom: 50px;
}

.product-details .info-column .add-to-cart {
  padding: 13px 43px;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
}

.product-details .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.product-details .image-column .thumbs-carousel {
  margin-top: 20px;
}

.product-details .image-column .thumbs-carousel li {
  background-color: #f2f2f2;
  text-align: center;
  padding: 0px 0px;
  cursor: pointer;
}

.product-details .image-column .thumbs-carousel li img {
  width: 100%;
  display: inline-block;
}

.product-details .image-column .owl-dots,
.product-details .image-column .owl-nav {
  display: none;
}

.product-details .basic-details .details-header {
  position: relative;
  margin-bottom: 0px;
}

.product-details .basic-details .details-header h2 {
  font-weight: 700;
  margin: 0px 0px;
  line-height: 1.4em;
  color: #222222;
  margin-bottom: 8px;
}

.product-details .basic-details .details-header h2 a {
  color: #333333;
}

.product-details .basic-details .details-header .rating {
  font-size: 16px;
  margin-bottom: 25px;
  display: inline-block;
}

.product-details .basic-details .details-header .rating span {
  color: #fd5d14;
}

.product-details .basic-details .details-header .rating .fa {
  display: inline-block;
  margin-right: 1px;
}

.product-details .basic-details .details-header .rating .fa.light {
  color: #dadada;
}

.product-details .basic-details .details-header .item-price {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.product-details .basic-details .text {
  position: relative;
  color: #666666;
  font-size: 14px;
  line-height: 1.9em;
  margin-bottom: 30px;
}

.product-details .basic-details .availablity {
  position: relative;
  float: left;
  padding-right: 40px;
  line-height: 32px;
  margin-bottom: 27px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #777777;
}

.product-details .basic-details .availablity strong {
  font-size: 14px;
  letter-spacing: 2px;
  color: #11da61;
  font-weight: 600;
  text-transform: uppercase;
}

.product-details .basic-details .item-quantity {
  position: relative;
  float: left;
  width: 120px;
  margin-bottom: 15px;
  margin-right: 20px;
  border: 1px solid #eae8e8;
}

.product-details .basic-details .btns-box {
  position: relative;
}

.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner {
  line-height: 24px;
  padding: 10px 15px !important;
  height: 54px !important;
  box-shadow: none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn {
  padding: 13px 10px;
  background: #f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i {
  top: 1px;
}

.shop-list {
  position: relative;
  margin-top: 20px;
}

.shop-list li {
  position: relative;
  color: #666666;
  font-size: 14px;
  margin-bottom: 10px;
}

.shop-list li strong {
  color: #222222;
  font-size: 16px;
  margin-right: 5px;
  text-transform: uppercase;
}

.shop-list li a {
  position: relative;
  color: #fd5d14;
  font-size: 14px;
  font-weight: 700;
  margin-top: 0px;
  display: inline-block;
  text-transform: uppercase;
}

/***

====================================================================
	Product Tabs Style
====================================================================

***/
.shop-page .prod-tabs {
  position: relative;
}

.shop-page .prod-tabs .tab-btns {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.shop-page .prod-tabs .tab-btns .tab-btn {
  position: relative;
  display: block;
  margin-right: 8px;
  font-size: 16px;
  background: none;
  color: #222222;
  border: 1px solid #222222;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  margin-bottom: 12px;
  display: inline-block;
  padding: 12px 40px 10px;
  transition: all 500ms ease;
}

.shop-page .prod-tabs .tab-btns .tab-btn:hover,
.shop-page .prod-tabs .tab-btns .tab-btn.active-btn {
  color: #ffffff;
  background: #222222;
  border-color: #222222;
}

.shop-page .prod-tabs .tabs-content {
  position: relative;
}

.shop-page .prod-tabs .tabs-content .tab {
  position: relative;
  display: none;
}

.shop-page .prod-tabs .tabs-content .tab.active-tab {
  display: block;
}

.shop-page .prod-tabs .tabs-content .tab p {
  font-size: 14px;
  line-height: 2em;
  color: #666666;
  margin-bottom: 20px;
}

.shop-page .prod-tabs .tabs-content .tab p:last-child {
  margin-bottom: 0px;
}

.shop-page .prod-tabs .tabs-content .tab h3,
.shop-page .prod-tabs .tabs-content .tab h4,
.shop-page .prod-tabs .tabs-content .tab h5,
.shop-page .prod-tabs .tabs-content .tab h6 {
  margin-bottom: 15px;
}

.shop-page .prod-tabs .tabs-content .tab h4 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #222222;
}

.shop-page .prod-tabs .reviews-container {
  position: relative;
  padding-bottom: 1px;
}

.shop-page .prod-tabs .reviews-container .review-box {
  position: relative;
  margin-bottom: 30px;
  padding-left: 120px;
  min-height: 130px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f0f0f0;
}

.shop-page .prod-tabs .reviews-container .review-box:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border: none;
}

.bootstrap-touchspin .input-group-btn-vertical {
  width: auto;
  right: 0px;
  position: absolute;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  content: "\f106";
  font-size: 18px;
  font-style: normal;
  font-family: "FontAwesome";
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  content: "\f107";
  font-size: 18px;
  font-style: normal;
  font-family: "FontAwesome";
}

.shop-page .prod-tabs .reviews-container .rev-thumb {
  position: absolute;
  left: 0px;
  top: 5px;
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 3px;
  margin-bottom: 20px;
}

.shop-page .prod-tabs .reviews-container .rev-thumb img {
  display: block;
  width: 100%;
  border-radius: 3px;
}

.shop-page .prod-tabs .reviews-container .rev-content {
  position: relative;
  background: #ffffff;
}

.shop-page .prod-tabs .reviews-container .rev-header {
  position: relative;
}

.shop-page .prod-tabs .reviews-container .rev-header h4 {
  float: left;
  line-height: 30px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.shop-page .prod-tabs .reviews-container .rev-header .rating {
  position: relative;
  float: left;
  margin-left: 40px;
  color: #fd5d14;
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 10px;
}

.shop-page .prod-tabs .reviews-container .rev-header .rating .fa {
  margin-right: 3px;
}

.shop-page .prod-tabs .reviews-container .rev-header .time {
  position: relative;
  float: right;
  color: #000000;
  line-height: 30px;
  font-size: 14px;
}

.shop-page .prod-tabs .reviews-container .rev-option {
  font-size: 14px;
  color: #9e9e9e;
}

.shop-page .prod-tabs .reviews-container .rev-option a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.shop-page .prod-tabs .reviews-container .rev-text {
  font-size: 14px;
  color: #9e9e9e;
  line-height: 1.8em;
  margin-bottom: 15px;
}

/*Add Review*/
.shop-page .prod-tabs .add-review {
  position: relative;
  margin: 30px 0px 20px;
  font-size: 14px;
}

.shop-page .prod-tabs .add-review h2 {
  color: #000000;
}

.shop-page .prod-tabs .add-review .rating {
  position: relative;
  padding-top: 8px;
}

.shop-page .prod-tabs .add-review .rating .rate-box {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
  color: #555555;
}

.shop-page .prod-tabs .add-review .rating .rate-box:hover,
.shop-page .prod-tabs .add-review .rating .rate-box:focus,
.shop-page .prod-tabs .add-review .rating .rate-box:active {
  color: #fd5d14;
}

.shop-page .prod-tabs .add-review label {
  position: relative;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 400;
  color: #303030;
}

.shop-page .prod-tabs .add-review h3 {
  margin-bottom: 20px;
}

.shop-page .prod-tabs .add-review .form-group {
  position: relative;
  margin-bottom: 20px;
}

.shop-page .prod-tabs .add-review .form-group input[type=text],
.shop-page .prod-tabs .add-review .form-group input[type=password],
.shop-page .prod-tabs .add-review .form-group input[type=tel],
.shop-page .prod-tabs .add-review .form-group input[type=email],
.shop-page .prod-tabs .add-review .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 9px 15px;
  color: #222222;
  border: 1px solid #e0e0e0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.shop-page .prod-tabs .add-review .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 22px;
  padding: 8px 15px;
  color: #222222;
  border: 1px solid #e0e0e0;
  height: 150px;
  resize: none;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.shop-page .prod-tabs .add-review button {
  padding: 8px 35px;
}

.styled-pagination {
  position: relative;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 15px 6px 0px;
}

.styled-pagination li a {
  position: relative;
  display: inline-block;
  line-height: 46px;
  height: 50px;
  font-size: 18px;
  min-width: 48px;
  color: #222222;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
  border: 1px solid #bfbfbf;
  text-transform: capitalize;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}
.styled-pagination li a span {
  color: #ffffff;
}

.styled-pagination li.prev a {
  color: #ffffff;
  border-radius: 0px;
  background-color: #333333;
  border-color: #333333;
}

.styled-pagination li.next a {
  border-radius: 0px;
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}

.styled-pagination li.prev a:hover,
.styled-pagination li.next a:hover {
  background-color: #fe982f;
  border-color: #fe982f;
  color: #ffffff;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #ffffff;
  border-color: #fe982f;
  background-color: #fe982f;
}

.sidebar-widget {
  margin-bottom: 45px;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type=text],
.sidebar .search-box .form-group input[type=search] {
  position: relative;
  line-height: 36px;
  padding: 10px 50px 10px 20px;
  border: 1px solid #b7b7b7;
  background: none;
  display: block;
  font-size: 16px;
  width: 100%;
  height: 60px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 60px;
  width: 60px;
  display: block;
  font-size: 20px;
  color: #333333;
  line-height: 100%;
  font-weight: normal;
  background: #ffffff;
  border: 1px solid #b7b7b7;
}

.cat-list {
  position: relative;
}

.cat-list li {
  position: relative;
  margin-bottom: 2px;
}

.cat-list li a {
  position: relative;
  padding: 18px 28px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  padding-left: 50px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-bottom: 2px solid #f7f7f7;
}

.cat-list li a:before {
  position: absolute;
  content: "\f105";
  left: 20px;
  top: 17px;
  font-family: "FontAwesome";
}

.cat-list li a span {
  position: relative;
  right: 10px;
  width: 30px;
  height: 30px;
  float: right;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  background-color: #ebebeb;
}

.cat-list li.active a,
.cat-list li a:hover {
  color: #fe982f;
}

/*Post Widget*/
.sidebar .popular-posts .post {
  position: relative;
  font-size: 15px;
  color: #242424;
  padding: 0px 0px;
  padding-left: 115px;
  min-height: 120px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}

.sidebar .popular-posts .post:last-child {
  margin-bottom: 0px;
}

.sidebar .popular-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 90px;
}

.sidebar .popular-posts .post .post-thumb img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post .text {
  position: relative;
  top: -4px;
  font-size: 18px;
  margin: 0px 0px 0px;
  font-weight: 700;
  color: #222222;
  line-height: 1.7em;
  text-transform: capitalize;
}

.sidebar .popular-posts .post .text a {
  color: #222222;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar .popular-posts .post a:hover {
  color: #fe982f;
}

.sidebar .popular-posts .post-info {
  font-size: 14px;
  color: #777777;
  font-weight: 400;
}

/* Gallery Widget */
.gallery-widget .gallery-outer {
  position: relative;
  margin: 0px -5px 0px;
}

.gallery-widget .gallery-outer .image {
  position: relative;
  float: left;
  width: 33.333333333%;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}

.gallery-widget .gallery-outer .image img {
  display: block;
  width: 100%;
}

/*=== Tags ===*/
.tag-list {
  position: relative;
  display: block;
}

.tag-list li {
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
  display: inline-block;
}

.tag-list li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 20px;
  color: #222222;
  font-weight: 600;
  padding: 9px 30px;
  border-radius: 0px;
  border: 1px solid #b7b7b7;
  transition: all 300ms ease;
}

.tag-list li a:hover {
  background-color: #fe982f;
  border-color: #fe982f;
}

.social-widget .social-nav {
  position: relative;
}

.social-widget .social-nav li {
  position: relative;
  margin-right: 8px;
  display: inline-block;
}

.social-widget .social-nav li a {
  position: relative;
  width: 44px;
  height: 44px;
  color: #222222;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
  display: inline-block;
  border: 1px solid #b7b7b7;
  transition: all 300ms ease;
}

.social-widget .social-nav li a:hover {
  border-color: #fe982f;
  background-color: #fe982f;
}

.hiring-widget {
  position: relative;
  padding: 50px 50px 70px;
  background-size: cover;
}

.hiring-widget .inner {
  position: relative;
}

.hiring-widget:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.8);
}

.hiring-widget .inner .title {
  position: relative;
  z-index: 1;
  font-size: 20px;
  color: #ffffff;
  font-weight: 800;
  line-height: 2em;
}

.hiring-widget .inner .title span {
  position: relative;
  font-size: 44px;
  display: block;
}

.hiring-widget .inner .text {
  position: relative;
  color: #ffffff;
  z-index: 1;
  font-size: 16px;
  line-height: 1.7em;
  margin: 30px 0px 30px;
}

.hiring-widget .inner .theme-btn {
  position: relative;
  z-index: 1;
}

.sidebar-page-container .gallery-widget a {
  width: 100%;
}
.sidebar-page-container .btn-style-seven {
  position: relative;
  font-weight: 800;
  color: #222222;
  font-size: 18px;
  text-align: left;
  padding: 16px 40px 16px 22px;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: #ffffff url("../images/pattern-18.png") repeat-x;
}
.sidebar-page-container .btn-style-seven .plus-box {
  position: absolute;
  right: -20px;
  bottom: 0px;
  width: 40px;
  height: 40px;
  color: #222222;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  font-weight: 800;
  margin-top: 0px;
  display: inline-block;
  background-color: #fcb62f;
  transition: all 300ms ease;
}
.sidebar-page-container .btn-style-seven:hover .plus-box {
  transform: translateY(-15px);
}
.sidebar-page-container .btn-style-seven:hover {
  color: #222222;
}
.sidebar-page-container .social-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.sidebar-page-container .social-nav a span {
  line-height: 0;
  display: inline-flex;
  color: #161616;
  transition: all 0.4s ease-in-out;
}
.sidebar-page-container .social-nav a:hover span {
  color: #ffffff;
}
.sidebar-page-container .popular-posts .post-info {
  margin-top: 12px;
}
.sidebar-page-container .popular-posts .text a {
  font-weight: 500;
  color: #161616;
}
.sidebar-page-container .category-widget a span {
  font-weight: 600;
  color: #161616;
}
.sidebar-page-container .hiring-widget .title span {
  color: #ffffff;
  margin-top: 10px;
  font-weight: 700;
}

.shop-single-section .btn--primary {
  color: #ffffff !important;
}
.shop-single-section .btn--primary span {
  color: #ffffff;
  line-height: 1;
}
.shop-single-section .btn--primary::before {
  background-color: #161616;
}
.shop-single-section .btn--primary:hover {
  color: #ffffff;
}
.shop-single-section .image-carousel .slick-slide,
.shop-single-section .thumbs-carousel .slick-slide {
  line-height: 0;
}
.shop-single-section .shop-page .prod-tabs .add-review button {
  padding: 20px 35px;
}

/* ==== 
 --------- (5.0) all sections styles end ---------
 ==== */
/* ==== 
 --------- (6.0) responsive styles start ---------
 ==== */
@media only screen and (min-width: 425px) {
  .btn {
    width: auto;
  }
}
@media only screen and (min-width: 576px) {
  .project-main-masonry img {
    height: 320px !important;
  }
}
@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 56px;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .section {
    padding: 100px 0px;
  }
  .section--space-top {
    padding-bottom: 0px;
  }
  .section--space-bottom {
    padding-top: 0px;
  }
  .section__content-cta {
    margin-top: 40px;
  }
  .section__cta {
    margin-top: 80px;
  }
  .banner__content-cta {
    margin-top: 40px;
  }
  .banner__content h5 {
    margin-bottom: 15px;
  }
  .banner__content h1 {
    margin-bottom: 24px;
  }
  .section__content h6 {
    margin-bottom: 18px;
  }
  .section__content h2 {
    margin-bottom: 22px;
  }
  .section__content .section__content-text p {
    margin-bottom: 22px;
  }
  .section__content .section__content-text p:nth-last-of-type(1) {
    margin-bottom: 0px;
  }
  .project-main-masonry img {
    height: 400px !important;
  }
}
@media only screen and (min-width: 992px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 66px;
  }
  h2,
  .h2 {
    font-size: 40px;
    line-height: 56px;
  }
  .section {
    padding: 120px 0px 50px;
  }
  .section--space-top {
    padding-bottom: 0px;
  }
  .section--space-bottom {
    padding-top: 0px;
  }
  .project-main-masonry img {
    height: 320px !important;
  }
  .bn-two {
    padding-top: 0px !important;
  }
  .gfooter {
    padding-bottom: 126px;
  }
}
@media only screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
  .secondary-text {
    font-size: 20px;
    line-height: 30px;
  }
  h1,
  .h1 {
    font-size: 72px;
    line-height: 88px;
  }
  h2,
  .h2 {
    font-size: 48px;
    line-height: 64px;
  }
  .banner__content h1 {
    margin-bottom: 30px;
  }
  .menu-block {
    display: block !important;
  }
  .gfooter {
    padding-bottom: 216px;
  }
  .header .nav__menu-item--dropdown {
    position: relative;
  }
  .header .nav__menu-item--dropdown .nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 230px;
    max-width: 300px;
    background-color: #ffffff;
    padding: 0px;
    border-radius: 0px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    transform: translateY(30px);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    display: block !important;
  }
  .header .nav__menu-item--dropdown .nav__dropdown::-webkit-scrollbar {
    width: 0px;
  }
  .header .nav__menu-item--dropdown .nav__dropdown::before, .header .nav__menu-item--dropdown .nav__dropdown::after {
    content: "";
    display: table;
  }
  .header .nav__menu-item--dropdown .nav__dropdown::after {
    clear: both;
  }
  .header .nav__menu-item--dropdown:hover .nav__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: auto;
  }
  .header .nav__menu-item--dropdown .nav__dropdown-item {
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 16px 24px;
    color: #161616;
    border-bottom: 1px solid rgba(22, 22, 22, 0.1254901961);
  }
  .header .nav__menu-item--dropdown .nav__dropdown-item:hover {
    color: #ed6700;
    border-color: rgba(22, 22, 22, 0.3137254902);
  }
  .header .nav__menu-link--dropdown {
    position: relative;
    background-color: transparent;
  }
  .header .nav__menu-link--dropdown::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    border: none;
    font-size: 16px;
    transition: all 0.2s ease-in-out;
  }
  .header .nav__menu-item--dropdown:hover .nav__menu-link--dropdown {
    color: #ffffff;
    background-color: #ed6700;
  }
  .header .nav__menu-item--dropdown:hover .nav__menu-link--dropdown::after {
    transform: rotate(180deg);
    color: #ffffff;
  }
  .header .nav__menu-item--dropdown .nav__menu-link-child {
    position: relative;
  }
  .header .nav__menu-item--dropdown .nav__menu-link-child a {
    color: #ffffff !important;
    justify-content: space-between !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link-child a::after {
    color: #ffffff !important;
    transform: rotate(0deg) !important;
    right: 0px;
  }
  .header .nav__menu-item--dropdown .nav__menu-link-child a:hover {
    color: #ffffff !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link-child a:hover::after {
    transform: rotate(-90deg) !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link-child:hover .nav__dropdown-child {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  .header .nav__menu-item--dropdown .nav__dropdown-child {
    padding: 20px 30px;
    background: #ed6700;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    position: absolute;
    top: 0px;
    left: 100%;
    min-width: 170px;
    transition: all 0.4s ease-in-out;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
  .header .nav__menu-item--dropdown-item {
    position: relative;
  }
  .header .nav__menu-item--dropdown-item .nav__menu-link {
    padding: 16px 24px;
    color: #161616;
    background-color: #ffffff;
    width: 100%;
    justify-content: space-between;
  }
  .header .nav__menu-item--dropdown-item .nav__menu-link::after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f105";
    border: none;
    font-size: 16px;
  }
  .header .nav__menu-item--dropdown-item .nav__menu-link:hover {
    color: #ed6700;
  }
  .header .nav__menu-item--dropdown-item .nav__dropdown--sub {
    position: absolute;
    top: 0%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    transform: translateY(30px);
    min-width: 230px;
    background-color: #ffffff;
    pointer-events: none;
    display: block !important;
  }
  .header .nav__menu-item--dropdown-item:hover .nav__menu-link {
    color: #ed6700 !important;
  }
  .header .nav__menu-item--dropdown-item:hover .nav__dropdown--sub {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    pointer-events: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .bn-one .banner__content-btn-group {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
    flex-direction: column;
    margin: 0px;
  }
  .bn-two .banner-two .banner__content h1 span {
    font-size: 84px;
    display: inline-block;
    margin: 10px 0px 15px;
  }
  .bn-three .banner-three .banner__content-btn-group {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    flex-direction: column;
  }
  .project-details__group h3 {
    font-size: 36px;
    line-height: 50px;
  }
  .team-details__inner-content {
    margin-left: 40px;
    padding-bottom: 30px;
  }
  .team-details__head h3 {
    font-size: 36px;
    line-height: 50px;
  }
  .team__group h3 {
    font-size: 36px;
    line-height: 50px;
  }
  .sponsor .container {
    max-width: 1600px;
  }
  .overview-two .tl {
    padding-right: 8px;
  }
}
@media only screen and (min-width: 1800px) {
  .side-logo {
    display: block !important;
    position: absolute;
    left: -200px;
    top: calc(50% - 23px);
    transform: translateY(-50%);
    transition: none;
  }
  .side-logo img {
    max-width: 140px;
  }
  .header .nav {
    position: relative;
  }
  .header-active .side-logo {
    top: 50%;
    transform: translateY(-50%);
  }
  .header-active .side-logo img {
    max-width: 100px;
  }
  .project-main-masonry img {
    height: 470px !important;
  }
}
@media only screen and (max-width: 1799.98px) {
  .nav-logo-fl {
    display: block !important;
  }
  .header .nav__menu-items {
    justify-content: center;
  }
  .project-main-masonry .company__slider-single__content {
    padding: 20px 16px;
  }
  .project-main-masonry .company__slider-single__content h4 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .work .work__single {
    margin-bottom: 23px;
  }
  .work .work__single .work__single-content {
    padding: 60px 20px;
  }
  .work .work__single .work__single-cta .thumb {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .work .work__single .work__single-cta .thumb a {
    font-size: 40px;
  }
  .widget .widget-list a {
    padding-left: 12px;
    padding-right: 12px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .widget .widget-list a i {
    font-size: 30px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .header .nav {
    padding-left: 12px;
  }
  .header .nav__logo img {
    max-width: 105px;
  }
  .header .nav__menu-link {
    padding: 28px 15px;
  }
  .header .nav__uncollapsed {
    gap: 16px;
  }
  .header .nav__uncollapsed a i {
    font-size: 20px;
  }
  .header .nav__uncollapsed-item {
    gap: 16px;
  }
  .header--secondary .nav {
    padding-left: 0px;
  }
  .header--tertiary .nav {
    padding: 0px 12px 0px 24px;
  }
  .header--tertiary .nav__content {
    gap: 16px;
  }
  .header--tertiary .nav__logo {
    width: 130px;
  }
  .header--tertiary .nav__menu-link {
    padding: 29px 8px;
  }
  .header--tertiary .nav__menu-items {
    padding-left: 124px;
  }
  .header--tertiary .nav__uncollapsed-item {
    gap: 10px;
  }
  .header--tertiary .nav__uncollapsed-item__content a {
    font-size: 16px;
  }
  .header--cmn .nav {
    padding: 0px 24px;
  }
  .header--cmn .nav__menu-link {
    padding: 29px 8px;
  }
  .head-one .nav__menu-link {
    padding: 29px 12px;
  }
  .bn-one .banner-one {
    padding-top: 250px;
  }
  .bn-one .banner__content-btn-group {
    display: none;
  }
  .bn-two .banner__content-btn-group {
    max-width: 1092px;
  }
  .bn-three .banner__content-btn-group {
    left: 40px;
  }
  .delivery .video-wrap {
    width: 150px;
    min-width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    display: inline-flex;
  }
  .delivery .video-wrap a {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    font-size: 30px;
  }
  .team .team__wrapper {
    flex-direction: column-reverse;
  }
  .team .team__wrapper .team-vertical__wrapper {
    max-width: 350px;
  }
  .team .team__wrapper .team-vertical .slick-slide {
    margin: 0px 12px;
  }
  .team .team__wrapper .team-vertical .slick-slide img {
    width: 100%;
  }
  .team .team__wrapper .team-vertical .slick-list {
    margin: 0px -12px;
  }
  .team .team__wrapper .team-horizontal__wrapper {
    min-width: 100%;
    max-width: 100%;
  }
  .testimonial .garbage {
    max-width: 20vw;
  }
  .faq .faq__wrapper {
    margin-top: 40px;
  }
  .faq .accordion .accordion-item h4 button {
    font-size: 16px;
    padding: 24px 20px;
  }
  .faq .accordion .accordion-body {
    padding: 0px 20px 24px;
  }
  .service-three {
    background-size: contain;
  }
  .bn-one .banner-one::after {
    height: 180px;
  }
  .bn-two .banner-two::before {
    transform: rotate(20deg) translateY(-50%) translateX(0%);
  }
  .bn-two .banner-two::after {
    transform: rotate(20deg) translateY(-50%) translateX(-100%);
  }
  .news-main .news-main__wrapper .news-three__slider-single__content {
    width: calc(100% - 320px);
  }
  .news-main .news-main__wrapper .news-three__slider-single__thumb {
    min-width: 320px;
    max-width: 320px;
  }
  .bor::before {
    content: none;
  }
  .team-details__list {
    padding: 80px 40px;
    border: 1px solid #bfbfbf;
  }
  .footer .footer__info-single {
    padding: 40px 20px;
  }
  .footer .footer__info-single .footer__info-single__thumb img {
    max-width: 50px;
  }
  .footer-tertiary .footer__info-single {
    padding: 0px 20px;
  }
  .footer-tertiary .footer__info-single .footer__info-single__thumb img {
    max-width: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h3,
  .h3 {
    font-size: 24px;
    line-height: 38px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 32px;
  }
  .header .nav__menu {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    min-width: 350px;
    max-width: 350px;
    height: 100vh;
    z-index: 99;
    overflow-x: clip;
    overflow-y: auto;
    padding-bottom: 40px;
    background: #ffffff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
    transform: translateX(-110%);
    transition: 0.3s ease-in-out;
  }
  .header .nav__menu::-webkit-scrollbar {
    width: 0px;
  }
  .header .nav__menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 20px;
    padding-left: 20px;
    z-index: 999;
    position: relative;
  }
  .header .nav__menu-logo img {
    max-width: 100px;
  }
  .header .nav__menu-close {
    font-size: 30px;
    color: #161616;
    background-color: transparent;
    position: sticky;
    top: 0px;
    padding: 12px 8px 12px 0px;
    display: block;
    margin-left: auto;
    z-index: 9999;
  }
  .header .nav__menu-close:hover {
    color: #161616;
  }
  .header .nav__menu-active {
    transform: translateX(0px);
  }
  .header .nav__menu-items {
    flex-direction: column;
    align-items: flex-start;
  }
  .header .nav__menu-item {
    width: 100%;
    margin-bottom: 0px;
  }
  .header .nav__menu-item:nth-of-type(1) .nav__menu-link {
    padding-left: 16px;
  }
  .header .nav__menu-item:nth-last-of-type(1) {
    margin-bottom: 0px;
    margin-top: 20px;
  }
  .header .nav__menu-item:nth-last-of-type(1) .btn {
    width: 100%;
    justify-content: center;
  }
  .header .nav__menu-item--dropdown .nav__dropdown,
  .header .nav__menu-item--dropdown .nav__dropdown-child {
    padding: 0px 0px;
    min-width: 100%;
    background-color: #ffffff;
    width: 100%;
    height: auto;
  }
  .header .nav__menu-item--dropdown .nav__dropdown li,
  .header .nav__menu-item--dropdown .nav__dropdown-child li {
    margin-bottom: 0px;
  }
  .header .nav__menu-item--dropdown .nav__dropdown li:nth-last-of-type(1) a,
  .header .nav__menu-item--dropdown .nav__dropdown-child li:nth-last-of-type(1) a {
    border-bottom: 1px solid #ebebeb;
  }
  .header .nav__menu-item--dropdown .nav__dropdown {
    box-shadow: 0px 0px 0px;
    transition: none;
    height: auto;
    display: none;
  }
  .header .nav__menu-item--dropdown .nav__dropdown-item {
    color: #161616 !important;
    border-bottom: 1px solid #ebebeb;
    padding: 16px 40px 16px 16px !important;
    width: 100%;
  }
  .header .nav__menu-item--dropdown .nav__dropdown-item:hover {
    border-bottom: 1px solid #ebebeb;
    color: #ed6700 !important;
    background-color: transparent !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-item--dropdown:hover {
    background-color: #ed6700 !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-item--dropdown-item .nav__menu-link {
    padding: 16px 40px 16px 16px !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-item--dropdown-item .nav__menu-link::after {
    padding-left: 20px;
    border-left: 1px solid #ebebeb;
  }
  .header .nav__menu-item--dropdown .nav__menu-item--dropdown-item .nav__menu-link:hover {
    color: #ed6700 !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-item--dropdown-item .nav__dropdown--sub {
    position: static;
    margin-top: 0px;
    display: none;
    min-width: 100%;
    background-color: #ffffff;
    border-top: 0px solid #ebebeb;
  }
  .header .nav__menu-item--dropdown .nav__menu-item--dropdown-item .nav__dropdown--sub .nav__dropdown-item {
    border-bottom: 1px solid #ebebeb;
  }
  .header .nav__menu-item--dropdown .nav__menu-item--dropdown-item .nav__dropdown--sub .nav__dropdown-item:hover {
    border-bottom: 1px solid #ebebeb;
  }
  .header .nav__menu-item--dropdown .nav__menu-link--dropdown::after {
    padding-left: 20px;
    border-left: 1px solid #ebebeb;
  }
  .header .nav__menu-item--dropdown .nav__menu-link--dropdown:hover {
    color: #ed6700 !important;
    background-color: #ffffff;
  }
  .header .nav__menu-item--dropdown .nav__menu-link--dropdown:hover::after {
    transform: rotate(0deg) !important;
    color: #ed6700 !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-item--dropdown:hover .nav__menu-link--dropdown::after,
  .header .nav__menu-item--dropdown .nav__menu-item:hover .nav__menu-link--dropdown::after {
    transform: rotate(0deg) !important;
    color: #ed6700 !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link--dropdown-active {
    color: #ed6700 !important;
    background-color: #ffffff;
  }
  .header .nav__menu-item--dropdown .nav__menu-link--dropdown-active::after {
    transform: rotate(0deg) !important;
    color: #ed6700 !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link-child a {
    color: #ffffff !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link-child a:hover {
    color: #ed6700 !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link-child a:hover::after {
    color: #ed6700 !important;
    transform: rotate(-90deg) !important;
  }
  .header .nav__menu-item--dropdown .nav__menu-link-child a::after {
    color: #161616 !important;
    transform: rotate(-90deg) !important;
  }
  .header .nav__menu-item--dropdown .nav__dropdown-child {
    left: 0px;
    top: 100%;
    right: 0px;
    width: 100%;
  }
  .header .nav__menu-link {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 40px 16px 16px;
    border-radius: 0px;
    color: #161616 !important;
    border-bottom: 1px solid #ebebeb;
  }
  .header .nav__menu-link:hover {
    color: #ed6700 !important;
    background-color: #ffffff;
  }
  .header .nav__menu-item--dropdown:hover .nav__menu-link--dropdown {
    color: #ed6700 !important;
    background-color: #ffffff !important;
  }
  .header .nav__menu-item--dropdown:hover .nav__menu-link--dropdown::after {
    transform: rotate(0deg) !important;
    color: #ed6700 !important;
  }
  .header .nav__menu-item--dropdown-item .nav__menu-link {
    padding: 16px 24px !important;
    background-color: #ffffff;
  }
  .header .nav__menu-item--dropdown-item .nav__menu-link:hover {
    background-color: #ffffff;
    color: #ed6700 !important;
  }
  .header .social-side {
    display: flex;
    margin-top: 35px;
    gap: 8px;
  }
  .header .social-side a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ed6700;
    color: #ffffff;
  }
  .header .social-side a:hover {
    background-color: #161616;
  }
  .header .nav__dropdown {
    transition: none !important;
  }
  .search-popup .search-popup-wrapper {
    max-width: 60%;
  }
  .header--secondary {
    top: 46px;
  }
  .header--secondary .nav {
    padding: 0px 0px 0px 12px;
  }
  .header--secondary .nav__bar {
    margin-left: 32px;
  }
  .header--tertiary .nav {
    padding: 15px 24px;
    box-shadow: 0px 0px 0px !important;
  }
  .header--tertiary .nav::before, .header--tertiary .nav::after {
    content: none;
  }
  .header--tertiary .nav__logo {
    position: static;
    height: 60px;
  }
  .header--tertiary .nav__logo::before {
    content: none;
  }
  .header--tertiary .nav__menu-items {
    padding-left: 0px;
  }
  .header--tertiary .nav__bar {
    margin-left: 16px;
  }
  .header--tertiary .nav__bar .icon-bar {
    background-color: #002a34;
  }
  .header--tertiary .nav__menu-link {
    color: #ffffff;
  }
  .header--tertiary .nav__bar-toggle .icon-bar {
    background-color: #ed6700;
  }
  .header--cmn .nav {
    padding: 21px 24px;
  }
  .head-one .nav {
    padding: 13px 0px 13px 12px;
  }
  .shop-form .billing-inner {
    padding-right: 0px;
  }
  .bn-one .banner-one::after {
    height: 120px;
  }
  .bn-one .banner-one .banner__content {
    text-align: center;
  }
  .bn-one .banner-one .banner__content .banner__content-text {
    max-width: 100%;
  }
  .bn-one .banner-one .banner__content-btn-group {
    justify-content: center;
  }
  .bn-one .banner-one .banner-one__car img {
    max-width: 40vw;
  }
  .bn-two .banner-two {
    padding: 246px 0px 250px;
  }
  .bn-two .banner__content-btn-group {
    max-width: 942px;
  }
  .bn-three .banner-three {
    margin-bottom: 56px;
  }
  .bn-three .banner-three::before {
    height: 120px;
    bottom: -56px;
  }
  .bn-three .banner-three .banner-three__thumb img {
    max-width: 40vw;
  }
  .banner {
    padding: 200px 0px 120px;
    background-position: bottom right -150px;
  }
  .blog__single .blog__single-content {
    padding: 30px 20px;
  }
  .delivery .delivery__content {
    padding: 80px 40px;
  }
  .delivery .delivery__thumb img {
    transform: translateX(60px) translateY(30px);
  }
  .company .slick-slide {
    max-width: 300px !important;
  }
  .testimonial .testimonial__slider-single {
    padding: 60px 30px 30px;
  }
  .testimonial .testimonial__slider-single-meta__thumb img {
    min-width: 100px;
    max-width: 100px;
  }
  .testimonial .testimonial__slider-single-meta__review {
    gap: 4px;
  }
  .testimonial .testimonial__slider-single-meta__review i {
    font-size: 16px;
  }
  .counter .counter__single {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
  }
  .counter .counter__single-content {
    text-align: center;
  }
  .counter .counter__single-content h2 {
    justify-content: center;
  }
  .video-modal-two {
    margin-bottom: 180px;
  }
  .video-modal-two .video-modal-two__thumb {
    bottom: -180px;
  }
  .video-modal-two .video-modal-two__thumb .main-thumb img {
    max-height: 360px;
  }
  .testimonial-three .testimonial-three__slider {
    right: 0px;
  }
  .testimonial-three .slick-dots {
    margin-left: 0px;
  }
  .news-three {
    padding-bottom: 180px !important;
  }
  .news-main__sidebar .news-main__widget--tertiary .content h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .news-main .news-main__wrapper .news-three__slider-single {
    flex-direction: column;
  }
  .news-main .news-main__wrapper .news-three__slider-single__content {
    width: 100%;
  }
  .news-main .news-main__wrapper .news-three__slider-single__thumb {
    min-width: 100%;
    max-width: 100%;
  }
  .news-main .news-main__wrapper .news-three__slider-single__thumb .toolg {
    left: 24px;
    top: 24px;
  }
  .project-main-masonry .masonry-grid .company__slider-single__content h4 {
    font-size: 16px;
  }
  .project-main-masonry .masonry-grid .col-lg-3 {
    width: 26% !important;
  }
  .project-main-masonry .masonry-grid .col-lg-2 {
    width: 24% !important;
  }
  .project-main-masonry .masonry-grid .col-lg-7 {
    width: 50% !important;
  }
  .project-main-masonry .company__slider-single__content {
    padding: 12px 16px;
  }
  .project-details__grider .grider__thumb {
    position: static;
    margin-bottom: 0px;
  }
  .fix-gsap {
    padding-top: 126px;
  }
  .footer .footer__info-single,
  .footer-tertiary .footer__info-single {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-secondary .footer-secondary__newsletter .btn {
    min-width: 170px;
  }
  .footer-secondary .footer-secondary__inner-single h4 {
    margin-bottom: 30px;
  }
  .footer-secondary .footer-secondary__inner-single li {
    margin-bottom: 16px;
  }
  .footer-tertiary::after {
    height: 120px;
    transform: translateY(-65px);
  }
}
@media only screen and (max-width: 991px) {
  .section__header {
    margin-bottom: 40px;
  }
  .footer-space-fix {
    padding-bottom: 258px !important;
  }
  .header .nav {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
  }
  .header .nav__menu {
    min-width: 300px;
    max-width: 300px;
  }
  .header--secondary {
    top: 0px;
  }
  .bn-one .banner-one {
    padding-top: 200px;
    padding-bottom: 140px;
  }
  .bn-one .banner-one .banner-one__car img {
    max-width: 40vw;
  }
  .bn-two .banner-two {
    padding: 200px 0px 200px;
  }
  .bn-two .banner__content-btn-group {
    max-width: 692px;
  }
  .bn-three .banner-three {
    padding: 240px 0px 220px;
  }
  .bn-three .banner-three .banner__content-btn-group {
    margin-top: 40px;
  }
  .banner {
    background-position: bottom right -250px;
  }
  .overview .overview__thumb {
    text-align: start;
    margin-top: 30px;
  }
  .overview .overview__thumb .overview__thumb-content {
    width: 180px;
  }
  .overview .overview__thumb .overview__thumb-content h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .delivery .video-wrap {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    display: inline-flex;
  }
  .delivery .video-wrap a {
    width: 70px;
    min-width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    font-size: 24px;
  }
  .testimonial .garbage {
    top: -80px;
  }
  .overview-two {
    margin-bottom: -100px;
  }
  .overview-two .overview__two-single--alt {
    transform: scale(1);
  }
  .choose .choose__thumb img {
    max-width: 100%;
  }
  .choose .choose__thumb .main-small {
    right: 60px;
  }
  .video-modal-two {
    margin-bottom: 0px;
    padding: 100px 0px;
  }
  .video-modal-two .video-modal-two__thumb {
    position: relative;
    bottom: unset;
    margin-top: 60px;
  }
  .video-modal-two .video-modal-two__thumb .video-wrap {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
  }
  .video-modal-two .video-modal-two__thumb .video-wrap a {
    width: 60px;
    min-width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    font-size: 20px;
  }
  .video-modal-two .video-modal-two__thumb .main-thumb img {
    max-width: 100%;
    width: 100%;
    min-height: 230px;
  }
  .faq {
    padding: 100px 0px 0px;
  }
  .faq .ats {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .faq .faq__thumb img {
    max-width: 100%;
  }
  .faq .faq__thumb .faq__thumb-content {
    max-width: 280px;
    top: 20%;
  }
  .news-two__single .news-two__single-content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .news-main__wrapper .news-two__single-metas h4 {
    margin-bottom: 20px;
  }
  .news-main__wrapper .news-two__single-metas h4 a {
    font-size: 24px;
    line-height: 34px;
  }
  .project-three .project__foot {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .project-three .project__foot-content {
    text-align: center;
  }
  .project-three .project__foot-content p {
    text-align: center;
  }
  .project-main .project-main__filter {
    margin-bottom: 60px;
  }
  .news-three {
    padding-bottom: 160px !important;
  }
  .news-three .news-three-pagination {
    margin-top: 40px;
  }
  .news-three .slick-dots {
    justify-content: flex-start !important;
  }
  .news-main__wrapper {
    margin-bottom: 60px;
  }
  .news-main__sidebar .news-main__widget--tertiary .content h4 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .ask .ask__form {
    padding-bottom: 100px;
  }
  .map-wrapper iframe {
    max-height: 400px;
  }
  .map-wrapper .map-inner i {
    font-size: 50px;
  }
  .project-main-masonry .masonry-grid .col-lg-2,
  .project-main-masonry .masonry-grid .col-lg-3,
  .project-main-masonry .masonry-grid .col-lg-7 {
    width: 50% !important;
  }
  .project-details-thumb {
    margin-bottom: 40px;
  }
  .project-details-thumb .project-details-thumb__info {
    position: static;
    margin-top: 30px;
    max-width: 100%;
    min-width: auto;
  }
  .project-details__grider-two {
    flex-direction: column;
    align-items: flex-start;
  }
  .project-details__grider-two .grider__thumb {
    min-width: 100%;
    width: 100%;
  }
  .project-details__grider-two .grider__thumb img {
    min-height: 240px;
  }
  .reply__box .reply__box-single--alt {
    margin-left: 24px;
  }
  .footer-tertiary .copyright {
    padding: 30px 12px;
  }
  .footer-tertiary .copyright p {
    text-align: center;
    margin-bottom: 20px;
  }
  .footer-tertiary .copyright .copy-wrap {
    justify-content: center;
    flex-direction: column;
    gap: 20px;
  }
  .footer-tertiary .copyright .copy-wrap .scroll-to-top {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin: 0px !important;
  }
}
@media only screen and (max-width: 882.98px) {
  .coming-soon .logo {
    margin-bottom: 140px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 20px;
    line-height: 32px;
  }
  h4,
  .h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .group-input {
    flex-direction: column;
    align-items: flex-start;
  }
  .group-input .single-input {
    width: 100%;
  }
  .header .nav__bar {
    margin-left: 16px;
  }
  .header .nav__bar .icon-bar {
    width: 30px;
  }
  .header .nav__menu-item .btn--primary::before {
    background-color: #161616 !important;
  }
  .header .nav__menu-item .btn--primary:hover {
    color: #ffffff;
  }
  .search-popup .search-popup-wrapper {
    max-width: 576px;
  }
  .nav__logo img {
    max-width: 100px;
    /* height: 36px; */
  }
  .nav {
    padding: 21px 0px 21px 12px;
  }
  .header--secondary .nav__bar {
    padding: 12px;
    margin-left: 16px;
  }
  .header--secondary .nav__bar .icon-bar {
    width: 36px;
  }
  .header--secondary .nav__bar .top-bar {
    width: 25px;
  }
  .header--secondary .nav__bar .bottom-bar {
    width: 15px;
  }
  .header--secondary .nav__bar-toggle .top-bar,
  .header--secondary .nav__bar-toggle .bottom-bar {
    width: 35px;
  }
  .head-one .nav {
    padding: 22px 0px 22px 12px;
  }
  .bn-two .banner__content-btn-group {
    display: none;
  }
  .bn-three .banner__content-btn-group {
    display: none;
  }
  .work .work__single {
    margin-bottom: 23px;
  }
  .work .work__single .work__single-content {
    padding: 60px 20px;
  }
  .work .work__single .work__single-cta .thumb {
    width: 100px;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .work .work__single .work__single-cta .thumb a {
    font-size: 40px;
  }
  .delivery .delivery__content {
    padding: 80px 40px;
  }
  .delivery .delivery__content .delivery__content-meta {
    margin-bottom: 40px;
  }
  .delivery .delivery__content .delivery__content-form .btn {
    width: 100%;
  }
  .team .team-horizontal__slider-single {
    padding: 40px 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .testimonial .garbage {
    top: -50px;
  }
  .about-three .about-three__inner-wrap {
    flex-direction: column;
    row-gap: 24px;
  }
  .about-three .about-three__inner-wrap__meta {
    max-width: 400px;
    width: 100%;
  }
  .about-three .about-three__inner-wrap__meta h5 {
    line-height: 38px;
  }
  .feature .feature__single .feature__single-content h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .world-wide .world-wide__content {
    padding: 80px 40px;
  }
  .world-wide .world-wide__wrapper {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
  }
  .world-wide .world-wide__wrapper img {
    max-width: 50px;
  }
  .project-three .project-three__slider {
    margin-top: 40px;
  }
  .project-main .project-main__filter {
    border-radius: 20px;
  }
  .project-main .project-main__filter button {
    font-size: 14px;
    padding: 12px 14px;
  }
  .project-main .project-main__filter button::before {
    content: none;
  }
  .project-main-masonry .project-main-masonry__filter {
    padding: 12px;
    flex-wrap: wrap;
    row-gap: 16px;
    -moz-column-gap: 4px;
         column-gap: 4px;
    margin-bottom: 60px;
    padding: 0px 30px;
    border-radius: 20px;
  }
  .project-main-masonry .project-main-masonry__filter button {
    font-size: 14px;
    padding: 12px 14px;
  }
  .project-main-masonry .project-main-masonry__filter button::before {
    content: none;
  }
  .news-three {
    padding-bottom: 140px !important;
  }
  .news-three .news-three__slider-single__thumb .toolg {
    top: 24px;
    left: 24px;
  }
  .project-details__group h3 {
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .bn-one .banner-one {
    padding-bottom: 200px;
  }
  .bn-one .banner-one .banner__content {
    text-align: center;
  }
  .bn-one .banner-one .banner__content-btn-group {
    justify-content: center;
    margin-top: 40px;
  }
  .bn-one .banner-one .banner-one__car img {
    max-width: 40vw;
  }
  .bn-two .banner-two .banner__content-btn-group {
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  .bn-two .banner-two::before {
    transform: rotate(20deg) translateY(-50%) translateX(-35%);
  }
  .bn-two .banner-two::after {
    transform: rotate(20deg) translateY(-50%) translateX(-135%);
  }
  .bn-three .banner-three {
    margin-bottom: 37px;
  }
  .bn-three .banner-three::before {
    height: 80px;
    bottom: -37px;
  }
  .bn-three .banner-three .banner-three__thumb img {
    max-width: calc(38vw + 100px);
  }
  .banner {
    background-position: bottom right -400px;
  }
  .blog-details__content .details__group-thumb {
    flex-direction: column;
  }
  .blog-details__content .group__thumb-single {
    width: 100%;
  }
  .blog-details__content .details__quote {
    padding: 40px 20px;
  }
  .blog-details__content .details__quote q {
    font-size: 16px;
  }
  .blog-details__content .details__foot {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog-details__content .news-two__single-thumb img {
    min-height: 220px;
  }
  .details__author {
    flex-direction: column;
    padding: 40px 20px;
    align-items: flex-start;
  }
  .reply__box h5 {
    padding-right: 100px;
  }
  .reply__box .reply__box-single {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer .footer__info-single .footer__info-single__content a,
  .footer-tertiary .footer__info-single .footer__info-single__content a {
    font-size: 14px;
  }
  .footer-secondary .footer-secondary__newsletter {
    border-radius: 10px;
  }
  .footer-secondary .footer-secondary__newsletter::before {
    content: none;
  }
  .footer-tertiary::after {
    height: 80px;
    transform: translateY(-44px);
  }
}
@media only screen and (max-width: 575.98px) {
  .bn-one .banner-one {
    padding-bottom: 140px;
  }
  .bn-one .banner-one::after {
    height: 80px;
  }
  .bn-one .banner-one .banner-one__car img {
    max-width: 45vw;
  }
  .bn-three .banner-three {
    margin-bottom: 19px;
  }
  .bn-three .banner-three::before {
    height: 40px;
    bottom: -19px;
  }
  .banner {
    background-position: bottom right -600px;
  }
  .range-slider {
    flex-direction: column;
    align-items: flex-start;
  }
  .range-slider #priceRange {
    max-width: 100%;
  }
  .testimonial .testimonial__slider-single {
    padding: 50px 20px 30px 30px;
  }
  .testimonial .testimonial__slider-single-meta {
    margin-top: 30px;
    gap: 16px;
  }
  .testimonial .testimonial__slider-single-meta__info {
    flex-direction: column-reverse;
    gap: 0px;
    align-items: flex-start;
  }
  .testimonial .garbage {
    top: -50px;
    max-width: 35vw;
  }
  .testimonial-three .testimonial-three__slider-single {
    padding: 40px 30px;
  }
  .overview-two .overview__two-single--alt {
    transform: scale(1);
    flex-direction: column;
    align-items: flex-start;
  }
  .overview-two .overview__two-single--alt .overview-two__single-thumb,
  .overview-two .overview__two-single--alt .overview-two__single-content {
    max-width: 100%;
    min-width: 100%;
  }
  .overview-two .overview__two-single--alt .overview-two__single-thumb {
    min-height: auto;
  }
  .overview-two .overview__two-single--alt .overview-two__single-content {
    padding: 60px 30px;
  }
  .service-three .service-three__single {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .project-three .project-three__news {
    padding: 60px 24px;
  }
  .news-three {
    padding-bottom: 124px !important;
  }
  .news-three .news-three__slider {
    max-width: 400px;
    margin: 0px auto;
  }
  .news-three .news-three__slider-single {
    flex-direction: column;
    align-items: flex-start;
    max-width: 400px;
  }
  .news-three .news-three__slider-single__content {
    width: 100%;
  }
  .news-three .news-three__slider-single__thumb {
    min-width: 100%;
    max-width: 100%;
  }
  .news-three .slick-dots {
    justify-content: center !important;
  }
  .news-main__wrapper .news-two__single-metas h4 a {
    font-size: 20px;
    line-height: 30px;
  }
  .news-main__wrapper .news-three__slider-single__content {
    padding: 40px 24px;
  }
  .news-main__sidebar .news-main__widget {
    padding-left: 24px;
    padding-right: 24px;
  }
  .pagination {
    gap: 12px;
  }
  .pagination button,
  .pagination a {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
  }
  .single-input input,
  .single-input textarea {
    padding: 16px 24px;
  }
  .project-main-masonry .masonry-grid .col-lg-2,
  .project-main-masonry .masonry-grid .col-lg-3,
  .project-main-masonry .masonry-grid .col-lg-7 {
    width: 100% !important;
  }
  .project-main-masonry .masonry-grid img {
    min-height: 220px;
  }
  .widget {
    padding: 40px 24px;
  }
  .widget .widget-list a {
    padding: 16px 12px;
    font-size: 14px;
    gap: 10px;
  }
  .widget .widget-list a i {
    font-size: 20px;
  }
  .widget-dark .widget-dark__single {
    gap: 16px;
  }
  .widget-dark .widget-dark__single h5 a {
    font-size: 16px;
  }
  .widget-contact {
    padding: 60px 24px;
  }
  .widget-contact h4 {
    font-size: 24px;
  }
  .service-details__content-group {
    margin-bottom: 50px;
  }
  .service-details__content-group h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .service-details-thumb {
    flex-direction: column;
  }
  .service-details-thumb .service-details-thumb__single {
    width: 100%;
  }
  .service-details__content-single {
    flex-direction: column;
    align-items: flex-start;
  }
  .service-details__quote {
    padding: 40px 24px;
  }
  .service-details__quote blockquote {
    font-size: 16px;
  }
  .project-details-thumb img {
    min-height: 240px;
  }
  .project-details-thumb .project-details-thumb__info {
    padding: 40px 24px;
  }
  .project-details-thumb .info__single-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .project-details-thumb .info__single-wrapper .info__single {
    width: 100%;
  }
  .team-details__list {
    padding: 60px 24px;
  }
  .team-details__list .team-details__list-single {
    gap: 16px;
  }
  .reply__box h5 {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 4px;
  }
  .copyright {
    padding: 30px 12px;
  }
  .copyright p {
    text-align: center;
  }
  .copyright .scroll-to-top {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin-top: 20px;
  }
  .footer-secondary .footer-secondary__newsletter {
    padding: 60px 24px;
  }
  .footer-secondary .footer-secondary__newsletter .form-group {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
  }
  .footer-secondary .footer-secondary__newsletter .form-group input {
    border: 1px solid #00003d;
  }
  .footer-secondary .footer-secondary__newsletter .form-group .btn {
    min-width: 100%;
  }
  .footer-secondary .copyright {
    padding: 30px 0px;
  }
  .footer-secondary .copyright p {
    text-align: center;
  }
  .footer-secondary .copyright .scroll-to-top {
    width: 40px;
    height: 40px;
    font-size: 14px;
    margin-top: 20px;
  }
  .footer-tertiary::after {
    height: 44px;
    transform: translateY(-24px);
  }
  .footer-tertiary .footer__info .section__row {
    margin-bottom: -40px;
  }
  .footer-tertiary .footer__info .section__col {
    margin-bottom: 40px;
  }
  .footer-tertiary .footer__info-single {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer-tertiary .footer__info-single .footer__info-single__content {
    text-align: center;
  }
  .coming-soon .logo {
    margin-bottom: 60px !important;
  }
  .coming-soon .clock-wrapper {
    display: none !important;
  }
  .coming-soon .time-counter .time-countdown {
    margin-bottom: 80px !important;
  }
  .search-popup .search-form fieldset input[type=submit] {
    position: relative;
    width: 100%;
    display: block;
    border-radius: 8px;
  }
  .search-popup .search-form fieldset input[type=search] {
    padding-right: 20px;
  }
  .hiring-widget {
    padding: 50px 20px !important;
  }
  .shop-single-section .review-box {
    padding-left: 0px !important;
  }
  .shop-single-section .tab-btn {
    width: 100% !important;
  }
  .shop-single-section .rev-thumb {
    position: static !important;
  }
}
@media only screen and (min-width: 425px) and (max-width: 767px) {
  .news .news__single-content {
    padding: 0px 24px;
  }
}
@media only screen and (max-width: 424.98px) {
  .header .nav {
    padding-left: 0px;
    border-left: 0px;
  }
  .header .nav__logo img {
    max-width: 100px;
    height: 36px;
  }
  .header--secondary .nav {
    padding-left: 12px;
  }
  .header--secondary .nav__logo img {
    max-width: 80px;
    height: auto;
  }
  .header--tertiary .nav {
    padding: 15px 12px;
  }
  .header--cmn .nav {
    padding: 22px 12px;
  }
  .delivery .delivery__content {
    padding: 80px 20px;
  }
  .company .company__slider-single,
  .company .slick-slide {
    max-width: 296px !important;
  }
  .choose .choose__content-list__single {
    flex-direction: column;
    align-items: flex-start;
  }
  .pricing .pricing__single {
    padding: 60px 24px;
  }
  .pricing .pricing__single-thumb img {
    max-width: 160px;
  }
  .feature .feature__single {
    padding: 0px 20px;
  }
  .world-wide .world-wide__content {
    padding: 60px 20px;
  }
  .world-wide .skill__wrapper p,
  .world-wide .skill__wrapper span {
    font-size: 14px;
  }
  .world-wide .world-wide__wrapper img {
    max-width: 30px;
  }
  .contact-main .contact-main__content-single {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
  }
}
/* ==== 
 --------- (6.0) responsive styles end ---------
 ==== *//*# sourceMappingURL=main.css.map */