@charset "UTF-8";
/*-- Google Font --*/
/*-- Common Style --*/
html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  color: #00225a;
}

a {
  color: #00225a;
  text-decoration: none;
}

a:hover {
  color: #ff5e13;
}

a,
button,
.btn,
img,
input {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
.btn,
.btn:focus,
.btn.active,
input,
input:focus,
select,
textarea,
.swiper-pagination-bullet,
.swiper-slide,
.append-button,
.swiper-button-next,
.swiper-button-prev {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn:focus {
  color: #fff;
}

.project-button-next:focus,
.project-button-prev:focus,
.custom-button-next:focus,
.custom-button-prev:focus,
.accordion-button:focus {
  outline: 0;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #00225a;
}

p {
  font-size: 18px;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.img-full {
  width: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

::-moz-selection {
  background-color: #ff5e13;
  color: #fff;
}

::selection {
  background-color: #ff5e13;
  color: #fff;
}

/* ---Custom Container--- */
@media (min-width: 1600px) {
  .container {
    max-width: 1200px;
  }
}

/* ---Section Space--- */
/* --Padding Top-- */
.pt-140 {
  padding-top: 140px;
}

.pt-70 {
  padding-top: 70px;
}

@media (max-width: 1199.98px) {
  .pt-140 {
    padding-top: 120px;
  }
}

@media (max-width: 991.98px) {
  .pt-140 {
    padding-top: 100px;
  }
}

@media (max-width: 767.98px) {
  .pt-140 {
    padding-top: 80px;
  }
}

.pt-135 {
  padding-top: 135px;
}

@media (max-width: 1199.98px) {
  .pt-135 {
    padding-top: 115px;
  }
}

@media (max-width: 991.98px) {
  .pt-135 {
    padding-top: 95px;
  }
}

@media (max-width: 767.98px) {
  .pt-135 {
    padding-top: 75px;
  }
}


.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}
.pt-130 {
  padding-top: 130px;
}

@media (max-width: 1199.98px) {
  .pt-130 {
    padding-top: 110px;
  }
}

@media (max-width: 991.98px) {
  .pt-130 {
    padding-top: 90px;
  }
}

@media (max-width: 767.98px) {
  .pt-130 {
    padding-top: 70px;
  }
}

.pt-125 {
  padding-top: 125px;
}

@media (max-width: 1199.98px) {
  .pt-125 {
    padding-top: 105px;
  }
}

@media (max-width: 991.98px) {
  .pt-125 {
    padding-top: 85px;
  }
}

@media (max-width: 767.98px) {
  .pt-125 {
    padding-top: 65px;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media (max-width: 1199.98px) {
  .pt-120 {
    padding-top: 100px;
  }
}

@media (max-width: 991.98px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media (max-width: 767.98px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pt-115 {
  padding-top: 115px;
}

@media (max-width: 1199.98px) {
  .pt-115 {
    padding-top: 95px;
  }
}

@media (max-width: 991.98px) {
  .pt-115 {
    padding-top: 75px;
  }
}

@media (max-width: 767.98px) {
  .pt-115 {
    padding-top: 55px;
  }
}

/* --End Here-- */
/* --Padding Bottom-- */
.pb-140 {
  padding-bottom: 140px;
}

@media (max-width: 1199.98px) {
  .pb-140 {
    padding-bottom: 120px;
  }
}

@media (max-width: 991.98px) {
  .pb-140 {
    padding-bottom: 100px;
  }
}

@media (max-width: 767.98px) {
  .pb-140 {
    padding-bottom: 80px;
  }
}

.pb-135 {
  padding-bottom: 135px;
}

@media (max-width: 1199.98px) {
  .pb-135 {
    padding-bottom: 115px;
  }
}

@media (max-width: 991.98px) {
  .pb-135 {
    padding-bottom: 95px;
  }
}

@media (max-width: 767.98px) {
  .pb-135 {
    padding-bottom: 75px;
  }
}

.pb-130 {
  padding-bottom: 130px;
}

@media (max-width: 1199.98px) {
  .pb-130 {
    padding-bottom: 110px;
  }
}

@media (max-width: 991.98px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}

@media (max-width: 767.98px) {
  .pb-130 {
    padding-bottom: 70px;
  }
}

.pb-125 {
  padding-bottom: 125px;
}

@media (max-width: 1199.98px) {
  .pb-125 {
    padding-bottom: 105px;
  }
}

@media (max-width: 991.98px) {
  .pb-125 {
    padding-bottom: 85px;
  }
}

@media (max-width: 767.98px) {
  .pb-125 {
    padding-bottom: 65px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 1199.98px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

@media (max-width: 991.98px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (max-width: 767.98px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

.pb-115 {
  padding-bottom: 115px;
}

@media (max-width: 1199.98px) {
  .pb-115 {
    padding-bottom: 95px;
  }
}

@media (max-width: 991.98px) {
  .pb-115 {
    padding-bottom: 75px;
  }
}

@media (max-width: 767.98px) {
  .pb-115 {
    padding-bottom: 55px;
  }
}

/* --End Here-- */
/* --Padding Y Axis-- */
.py-140 {
  padding: 140px 0;
}

@media (max-width: 1199.98px) {
  .py-140 {
    padding: 120px 0;
  }
}

@media (max-width: 991.98px) {
  .py-140 {
    padding: 100px 0;
  }
}

@media (max-width: 767.98px) {
  .py-140 {
    padding: 80px 0;
  }
}

.py-135 {
  padding: 135px 0;
}

@media (max-width: 1199.98px) {
  .py-135 {
    padding: 115px 0;
  }
}

@media (max-width: 991.98px) {
  .py-135 {
    padding: 95px 0;
  }
}

@media (max-width: 767.98px) {
  .py-135 {
    padding: 75px 0;
  }
}

.py-130 {
  padding: 130px 0;
}

.py-40 {
  padding: 40px 0;
}

@media (max-width: 1199.98px) {
  .py-130 {
    padding: 110px 0;
  }
}

@media (max-width: 991.98px) {
  .py-130 {
    padding: 90px 0;
  }
}

@media (max-width: 767.98px) {
  .py-130 {
    padding: 70px 0;
  }
}

.py-125 {
  padding: 125px 0;
}

@media (max-width: 1199.98px) {
  .py-125 {
    padding: 105px 0;
  }
}

@media (max-width: 991.98px) {
  .py-125 {
    padding: 85px 0;
  }
}

@media (max-width: 767.98px) {
  .py-125 {
    padding: 65px 0;
  }
}

.py-120 {
  padding: 120px 0;
}

@media (max-width: 1199.98px) {
  .py-120 {
    padding: 100px 0;
  }
}

@media (max-width: 991.98px) {
  .py-120 {
    padding: 80px 0;
  }
}

@media (max-width: 767.98px) {
  .py-120 {
    padding: 60px 0;
  }
}

.py-115 {
  padding: 115px 0;
}

@media (max-width: 1199.98px) {
  .py-115 {
    padding: 95px 0;
  }
}

@media (max-width: 991.98px) {
  .py-115 {
    padding: 75px 0;
  }
}

@media (max-width: 767.98px) {
  .py-115 {
    padding: 55px 0;
  }
}

/* --End Here-- */
/* --------------------------------------
    Additional Space for specific section
----------------------------------------- */
/* ---Padding Top--- */
.pt-100 {
  padding-top: 100px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

/* ---Padding Bottom--- */
.pb-80 {
  padding-bottom: 80px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

/* ---Padding Left--- */
@media (min-width: 1200px) {
  .pl-xl-80 {
    padding-left: 80px;
  }
}

.pl-60 {
  padding-left: 60px;
}

.pl-90 {
  padding-left: 90px;
}

@media (max-width: 575px) {
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
}

/* ---Data Background Image--- */
[data-bg-image]:not(.bg-pattern) {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #fff;
}

/* ---Text Color--- */
.text-white * {
  color: #fff;
}

.text-primary * {
  color: #ff5e13;
}

.text-secondary * {
  color: #00225a;
}

.text-hawkes-blue * {
  color: #cfe1ff;
}

/* ---Section Title--- */
@media (min-width: 992px) {
  .section-title-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.section-title-area.style-01 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 992px) {
  .section-title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.section-title-wrap.style-02 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

@media (max-width: 479px) {
  .section-title-wrap.style-02 {
    padding-top: 25px;
    text-align: center;
  }
}

.section-title-wrap.style-02 .section-title {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (max-width: 479px) {
  .section-title-wrap.style-02 .section-title {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}

.section-title {
  position: relative;
}

@media (min-width: 992px) {
  .section-title.with-border {
    padding-right: 30px;
    margin-right: 30px;
  }
  .section-title.with-border:before {
    background-color: #d3d2d2;
    height: 100px;
    width: 1px;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .section-title.with-border.border-with-bg:before {
    background-color: #9ba9be;
  }
}

.section-title span {
  text-transform: uppercase;
  padding-bottom: 5px;
  font-weight: 700;
  color: #ff5e13;
  display: block;
  font-size: 20px;
}

.section-title h2, .section-title .h2 {
  font-size: 60px;
  line-height: 60px;
  max-width: 425px;
}

@media (max-width: 575.98px) {
  .section-title h2, .section-title .h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

.section-title.different-width h2, .section-title.different-width .h2 {
  max-width: 280px;
}

.section-title.different-width-2 h2, .section-title.different-width-2 .h2 {
  max-width: 360px;
}

.section-desc {
  font-family: "Yantramanav", sans-serif;
  max-width: 440px;
}

@media (max-width: 991.98px) {
  .section-desc {
    padding-top: 15px;
  }
}

.section-banner {
  width: calc(100% - 480px);
}

@media (max-width: 991.98px) {
  .section-banner {
    width: 100%;
  }
}

.section-banner[data-bg-image] {
  background-position: right;
}

.section-banner .info {
  font-weight: 400;
  font-size: 28px;
}

.section-banner .info span {
  margin-left: 5px;
  color: #ff5e13;
  font-weight: 700;
  font-size: 36px;
  vertical-align: middle;
}

@media (max-width: 575.98px) {
  .section-banner .info span {
    font-size: 22px;
  }
}

/* ---Custom Font Size--- */
.font-size-60 {
  font-size: 60px;
}

@media (max-width: 479px) {
  .font-size-60 {
    font-size: 45px;
  }
}

.font-size-50 {
  font-size: 50px;
}

@media (max-width: 575.98px) {
  .font-size-50 {
    font-size: 40px;
  }
}

.font-size-20 {
  font-size: 20px;
}

.font-size-25 {
  font-size: 25px;
  line-height: 25px;
}

.font-size-16 {
  font-size: 16px;
}

/* ---Social Link--- */
.social-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-link li:not(:last-child) {
  padding-right: 25px;
}

/* ---OxyBuild Button--- */
.btn-custom {
  border-radius: 0;
  width: 170px;
  height: 60px;
  line-height: 60px;
  padding: 0;
  font-size: 20px;
  position: relative;
}

@media (max-width: 479px) {
  .btn-custom {
    width: 130px;
    height: 40px;
    line-height: 37px;
    font-size: 18px;
  }
}

.btn-custom.md-size {
  width: 125px;
  height: 40px;
  line-height: 40px;
}

.btn-primary {
  color: #fff;
}

.btn-primary-hover:hover {
  background-color: #ff5e13;
  border-color: #ff5e13;
  color: #fff;
}

.btn-secondary-hover:hover {
  background-color: #00225a;
  border-color: #00225a;
  color: #fff;
}

.btn-project {
  position: relative;
  font-size: 25px;
  color: #fff;
  padding: 10px;
  z-index: 1;
}

@media (max-width: 479px) {
  .btn-project {
    width: 100%;
  }
}

.btn-project:before {
  background-color: #ff5e13;
  opacity: 0.77;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: -1;
}

.btn-project span {
  position: relative;
}

.btn-project span:before {
  background-color: #fff;
  width: 0;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
}

.btn-project:hover {
  color: #fff;
}

.btn-project:hover span:before {
  opacity: 1;
  width: 100%;
}

.btn-link.with-underline {
  text-decoration: underline;
}

.btn-white-hover {
  color: #fff;
}

.btn-white-hover:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #00225a;
}

.btn-dark-hover:hover {
  background-color: #00225a;
  border-color: #00225a;
  color: #fff;
}

/* ---Button Position--- */
.button-position-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ---Pagination--- */
.pagination-custom li:not(:last-child) {
  margin-right: 15px;
}

.pagination-custom li:first-child .page-link, .pagination-custom li:last-child .page-link {
  /*background-color: #f7f4fb;*/
  border: 0;
  border-radius: 100%;
}

.pagination-custom li .page-link {
  background-color: #f7f4fb;
  border: 1px solid #f7f4fb;
  color: inherit;
  padding: 0;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 100%;
}

.pagination-custom li .page-link:focus {
  border-color: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination-custom li:hover .page-link {
  background-color: #ff5e13;
  border-color: #ff5e13;
  color: #fff;
}

/* ---Blockquote--- */
blockquote {
  border: 0;
  border-left: 5px solid #ff5e13;
  background-color: #f1f2f3;
  padding: 35px;
  text-align: left;
}

blockquote p {
  font-family: "Rajdhani", sans-serif;
  width: 635px;
  font-size: 20px;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  blockquote p {
    width: 100%;
  }
}

blockquote .user-name {
  position: relative;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
}

blockquote .user-name:before {
  border-top: 1px solid;
  width: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

blockquote .user-name:after {
  border-top: 1px solid;
  width: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}

/* ---Global Overlay--- */
.global-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  visibility: hidden;
}

.global-overlay.overlay-open {
  visibility: visible;
  cursor: pointer;
}

/* ---Range Slider--- */
.price-filter .ui-widget-content {
  background-color: #dee2e6;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  height: 5px;
  margin: 0 0 25px;
  width: 100%;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.price-filter .ui-slider-range {
  background-color: #00225a;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.price-filter .ui-slider-handle {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  background: #fff;
  display: block;
  outline: none;
  width: 20px;
  height: 20px;
  line-height: 15px;
  text-align: center;
  top: 50%;
  left: 0;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: e-resize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.price-filter .ui-slider-handle:last-child {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.price-filter .ui-slider-handle:focus {
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.4);
  outline-color: #fff;
  border-color: #fff;
}

.price-filter .price-slider-amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.price-filter .price-slider-amount .label-input label {
  font-size: 14px;
  margin: 0;
  text-transform: capitalize;
}

.price-filter .price-slider-amount .label-input input {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  height: inherit;
  padding-left: 5px;
  width: 99px;
}

/* ---Quantity--- */
.quantity .cart-plus-minus {
  position: relative;
  width: 76px;
  text-align: left;
}

.quantity .cart-plus-minus .cart-plus-minus-box {
  border: 1px solid #dee2e6;
  height: 46px;
  text-align: center;
  width: 48px;
  background: #00225a;
  color: #fff;
}

.quantity .cart-plus-minus .qtybutton {
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  background-color: #ff5e13;
  color: #fff;
  cursor: pointer;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 28px;
  height: 23px;
  line-height: 28px;
  font-size: 10px;
}

.quantity .cart-plus-minus .qtybutton.dec {
  bottom: 0;
  right: 0;
}

.quantity .cart-plus-minus .qtybutton.inc {
  border-bottom: none;
  top: 0;
  right: 0;
}

/* ---Skudmart Custom Input Checkbox--- */
input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + label {
  position: relative;
  padding-left: 30px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

input[type="checkbox"] + label:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 2px solid #dee2e6;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input[type="checkbox"] + label:after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  content: "\f122";
  font-family: "Ionicons";
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  opacity: 0;
  width: 20px;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #13aff0;
}

input[type="checkbox"]:checked + label:before {
  border: 2px solid #dee2e6;
}

input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

/* -End Here- */
/* ---Price Box--- */
.price-box span {
  font-size: 20px;
}

.price-box span.old-price {
  margin-left: 5px;
  color: #8d8f92;
  text-decoration: line-through;
}

/* ---Rating Box--- */
.rating-box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rating-box ul li:not(:last-child) {
  padding-right: 10px;
}

/*-- Scroll To Top --*/
.scroll-to-top {
  background-color: #00225a;
  color: #fff;
  position: fixed;
  right: 50px;
  bottom: 90px;
  z-index: 999;
  overflow: hidden;
  display: block;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-animation: fadeOutDown 1s normal;
          animation: fadeOutDown 1s normal;
  -webkit-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .scroll-to-top {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.scroll-to-top:hover {
  background-color: #ff5e13;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeInUp 1s normal;
          animation: fadeInUp 1s normal;
}

.scroll-to-top i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  display: inline-block;
}

/*----------------------------------------*/
/*  02. Header
/*----------------------------------------*/
/* ---Header Top--- */
.header-top a,
.header-top span {
  vertical-align: middle;
  font-family: "Rajdhani", sans-serif;
  margin-left: 5px;
  font-weight: 500;
  color: #fff;
}

.header-top-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-top-left .contact-number {
  padding-right: 60px;
}

.header-top-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 575.98px) {
  .header-top-right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 30px;
  }
}

.header-top-right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-top-right ul li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header-top-right ul li:not(:first-child) {
  padding-left: 60px;
}

@media (max-width: 991.98px) {
  .header-top-right ul li:not(:first-child) {
    padding-left: 15px;
  }
}

.header-top-right ul li.login-info a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

.header-top-right ul li.login-info a span {
  color: #e5e5e5;
  font-weight: 500;
}

.header-top-right ul li .minicart-count img {
  margin-right: 15px;
}

.header-top-right ul li .minicart-count span.quantity {
  background-color: #00225a;
  border-radius: 100%;
  text-align: center;
  font-size: 14px;
  color: #fff;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  top: -5px;
  right: 0;
}

.header-top-right ul li .search-body {
  display: none;
}

@media (max-width: 575.98px) {
  .header-top .header-logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* ---Main Header--- */
.main-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main-nav > ul > li {
  display: inline-block;
}

.main-nav > ul > li:not(:last-child) {
  padding-right: 55px;
}

@media (max-width: 1199px) {
  .main-nav > ul > li:not(:last-child) {
    padding-right: 30px;
  }
}

.main-nav > ul > li > a {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  color: #fff;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 20px;
}

.main-nav > ul > li > a span {
  position: relative;
  display: block;
}

.main-nav > ul > li > a span:before {
  background-color: #ff5e13;
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-nav > ul > li > a i {
  vertical-align: text-top;
  margin-left: 2px;
}

.main-nav > ul > li > a:hover i,
.main-nav > ul > li > a:hover span {
  color: inherit;
}

.main-nav > ul > li:hover > a {
  color: #ff5e13;
}


.main-nav > ul > li:hover > a span:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.main-nav > ul > li:hover > a i {
  color: #ff5e13;
}

/* dnl */
.main-nav > ul > li.active > a {
  color: #ff5e13;
}

.main-nav > ul > li.active > a span:before {
  width: 100%;
  opacity: 1;
  visibility: visible;
}

.main-nav > ul > li.separator {
  padding-right: 35px;
}

.main-nav > ul > li.separator a span {
  background-image: url("../images/header/icon/separator.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding-right: 35px;
  display: inline-block;
}

.main-nav > ul > li.separator a span:before {
  width: calc(100% - 35px);
}

.main-nav > ul > li.hassub-item-wrap {
  position: relative;
}

.main-nav > ul > li.hassub-item-wrap a {
  color: #fff;
}

.main-nav > ul > li.hassub-item-wrap a i {
  cursor: pointer;
}

/* ---Header Logo--- */
/*.header-fixed-logo {
  margin: auto 90px auto auto;
}*/

.header-fixed-logo {
  width: calc(100% - 60px);
  margin: 0 auto;
}

@media (max-width: 1599px) {
  .header-fixed-logo {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}

.header-logo-wrap {
  background-color: #fff;
  width: 28%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 2599px) {
  .header-logo-wrap {
    width: 17%;
  }
}

@media (max-width: 1999px) {
  .header-logo-wrap {
    width: 17%;
  }
}


@media (max-width: 1799px) {
  .header-logo-wrap {
    width: 17%;
  }
}

@media (max-width: 1599px) {
  .header-logo-wrap {
    width: 17%;
  }
}

@media (max-width: 1199px) {
  .header-logo-wrap {
    width: 20%;
  }
}

/* ---Drop Menu--- */
.drop-holder {
  position: relative;
}

.drop-holder:hover .drop-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.drop-menu {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: calc(100% + 30px);
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 250px;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: left;
  z-index: 2;
}

@media (max-width: 1199.98px) {
  .drop-menu {
    left: auto;
    right: 0;
  }
}

.drop-menu li:not(:last-child) {
  padding-bottom: 10px;
}

.drop-menu li:hover a {
  color: #ff5e13;
}

.drop-menu li a {
  color: #00225a;
}

/* ---Header Search--- */
.hassub-body {
  top: calc(100% + 35px);
  position: absolute;
  display: none;
  right: 0;
  z-index: 2;
}

@media (max-width: 575.98px) {
  .hassub-body.search-body {
    right: -100%;
  }
}

.hassub-body .input-field {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  padding-right: 70px;
  padding-left: 20px;
  color: #00225a;
  height: 50px;
  border: 0;
}

.hassub-body .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  padding: 0;
}

/* ---Header Right--- */
.header-right > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}

.header-right > ul li {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.header-right > ul li a {
  color: #fff;
}

/* ---Transparent Header--- */
.transparent-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.transparent-header.sticky {
  background-color: #00225a;
}

/* ---Header Sticky--- */
.sticky {
  -webkit-animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
          animation: 800ms ease-in-out 0s normal none 1 running slideInDown;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

.sticky .header-logo-wrap {
  top: 0;
  height: 100%;
}

/*----------------------------------------*/
/*  03. Slider
/*----------------------------------------*/
/* ---Main Slider--- */
.slide-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.slide-inner.bg-height {
  min-height: 785px;
}

@media (max-width: 1599.98px) {
  .slide-inner.bg-height {
    min-height: 450px;
  }
}

.slide-inner.style-02 .slide-content {
  text-align: left;
}

.slide-inner.style-02 .slide-content .heading {
  font-size: 70px;
  line-height: 1;
}

.slide-inner.style-02 .slide-content .heading span {
  color: #ff5e13;
}

.slide-inner.style-02 .slide-content .short-desc {
  font-size: 22px;
}

.slide-content .sub-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: block;
  color: #ff5e13;
  position: relative;
  padding-left: 100px;
}

.slide-content .sub-title:before {
  background-color: #ff5e13;
  width: 80px;
  height: 1px;
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slide-content .title {
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  max-width: 57%;
}

@media (max-width: 1599.98px) {
  .slide-content .title {
    max-width: 85%;
  }
}

@media (max-width: 767.98px) {
  .slide-content .title {
    font-size: 50px;
    line-height: 1;
  }
}

@media (max-width: 575.98px) {
  .slide-content .title {
    max-width: 100%;
  }
}

.slide-content .title span {
  color: #ff5e13;
}

.slide-content .short-desc-2 {
  max-width: 520px;
}

@media (max-width: 575.98px) {
  .slide-content .short-desc-2 {
    max-width: 100%;
  }
}

.slide-content .btn {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
}

/*----------------------------------------*/
/*  04. Navigation
/*----------------------------------------*/
/* ---Swiper Arrow--- */
.swiper-button-next, .swiper-button-prev {
  background-color: transparent;
  border: 1px solid #ff5e13;
  width: 50px;
  height: 50px;
  line-height: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 767.98px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 16px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

.swiper-arrow:hover .swiper-button-next, .swiper-arrow:hover .swiper-button-prev {
  opacity: 1;
  visibility: visible;
}

.swiper-arrow-sm-size .swiper-button-next, .swiper-arrow-sm-size .swiper-button-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.swiper-arrow-sm-size .swiper-button-next:after, .swiper-arrow-sm-size .swiper-button-prev:after {
  font-size: 14px;
}

/* ---With Background--- */
.with-bg_white .swiper-button-next, .with-bg_white .swiper-button-prev {
  background-color: #fff;
  border: 2px solid #ff5e13;
  color: #ff5e13;
}

.with-bg_white .swiper-button-next:hover, .with-bg_white .swiper-button-prev:hover {
  background-color: #ff5e13;
  color: #fff;
}

/* ---Custom Arrow--- */
.custom-button-prev, .custom-button-next {
  border: 1px solid #dee2e6;
  background-color: #fff;
  position: absolute;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 2;
}

.custom-button-prev:hover, .custom-button-next:hover {
  background-color: #00225a;
  border-color: #00225a;
}

.custom-button-prev:hover i, .custom-button-next:hover i {
  color: #fff;
}

.custom-button-prev i, .custom-button-next i {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #002359;
}

.custom-button-prev {
  right: auto;
  left: 20px;
}

@media (min-width: 1600px) {
  .custom-button-prev {
    left: -90px;
  }
}

.custom-button-next {
  right: 20px;
  left: auto;
}

@media (min-width: 1600px) {
  .custom-button-next {
    right: -90px;
  }
}

/* ---Swiper Pagination--- */
.swiper-pagination-bullet-active {
  background-color: #ff5e13;
}

.swiper-pagination.with-bg .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

.swiper-pagination.with-bg .swiper-pagination-bullet-active {
  background-color: #ff5e13;
}

.swiper-pagination.without-absolute {
  position: relative;
  padding-top: 20px;
  bottom: 0;
}

/*----------------------------------------*/
/*  05. Offcanvas
/*----------------------------------------*/
.mobile-menu_wrapper .offcanvas-body,
.offcanvas-minicart_wrapper .offcanvas-body {
  background-color: #333333;
  position: fixed;
  top: 0;
  right: -350px;
  width: 350px;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  overflow: visible;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 100%;
  overflow-y: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (prefers-reduced-motion: reduce) {
  .mobile-menu_wrapper .offcanvas-body,
  .offcanvas-minicart_wrapper .offcanvas-body {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

@media (max-width: 575.98px) {
  .mobile-menu_wrapper .offcanvas-body,
  .offcanvas-minicart_wrapper .offcanvas-body {
    width: calc(100% - 30px);
  }
}

.mobile-menu_wrapper .offcanvas-body .inner-body,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body {
  padding: 50px 0;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 25px 30px;
  height: auto;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  border-bottom: 0;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-top .button-close {
  font-size: 24px;
  color: #c0c0c0;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li {
  height: 100%;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li > a span,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu > li > a span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li {
  position: relative;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child),
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li:not(:last-child) {
  padding-bottom: 25px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li > .menu-expand,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li > .menu-expand {
  position: absolute;
  right: 0;
  top: 2px;
  width: 50px;
  height: 100%;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  margin-right: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 20px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a {
  color: #c0c0c0;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding: 0 30px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li a i {
  font-size: 20px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu {
  background-color: rgba(255, 255, 255, 0.05);
  overflow-y: auto;
  padding: 25px 0;
  margin: 20px 0 10px;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a {
  text-transform: uppercase;
  font-size: 11px;
  color: #c0c0c0;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a span,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li a span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a {
  color: #ff5e13;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a > span > i:before,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li .sub-menu li.menu-open > a > span > i:before {
  content: '\e682';
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a {
  color: #ff5e13;
}

.mobile-menu_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a > span > i:before,
.offcanvas-minicart_wrapper .offcanvas-body .inner-body .offcanvas-menu_area .offcanvas-navigation .mobile-menu li.menu-open > a > span > i:before {
  content: '\';
}

.mobile-menu_wrapper.open .offcanvas-body,
.offcanvas-minicart_wrapper.open .offcanvas-body {
  visibility: visible;
  right: 0;
  opacity: 1;
  z-index: 999;
}

.offcanvas-minicart_wrapper .offcanvas-body {
  -webkit-box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0 15px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 55px 60px 0;
  width: 450px;
  left: auto;
  right: -660px;
}

@media (max-width: 575.98px) {
  .offcanvas-minicart_wrapper .offcanvas-body {
    padding: 55px 30px 0;
    width: 100%;
  }
}

.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 25px;
}

.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-heading .button-close {
  font-size: 32px;
  line-height: 1;
}

.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list {
  max-height: 350px;
  position: relative;
  overflow: auto;
}

.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product a.product-item_remove i {
  position: absolute;
  font-size: 18px;
  top: auto;
  right: 15px;
}

.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product .product-item_img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-flex-basis: 70px;
      -ms-flex-preferred-size: 70px;
          flex-basis: 70px;
  max-width: 70px;
}

.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product .product-item_content {
  -webkit-flex-basis: calc(100% - 70px);
      -ms-flex-preferred-size: calc(100% - 70px);
          flex-basis: calc(100% - 70px);
  max-width: calc(100% - 70px);
  padding-left: 20px;
  padding-right: 10px;
}

.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product .product-item_content a.product-item_title {
  line-height: 1.4;
  font-size: 16px;
  width: 90%;
  display: block;
}

.offcanvas-minicart_wrapper .offcanvas-body .minicart-content .minicart-list li.minicart-product .product-item_content .product-item_quantity {
  display: block;
  padding-top: 10px;
  font-size: 13px;
  line-height: 24.7px;
}

.offcanvas-minicart_wrapper .offcanvas-body .minicart-item_total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0 30px;
}

.offcanvas-minicart_wrapper .offcanvas-body .group-btn_wrap {
  padding-bottom: 60px;
}

.offcanvas-minicart_wrapper.open .offcanvas-body {
  left: auto;
  right: 0;
}

/*----------------------------------------*/
/*  06. Animation
/*----------------------------------------*/
.swiper-slide .slide-inner .slide-content {
  opacity: 0;
  position: absolute;
  top: 10%;
  z-index: 2;
}

.swiper-slide.swiper-slide-active .slide-inner .slide-content {
  opacity: 1;
}

/* ---Slider Animation--- */
.animation-style-01.swiper-slide-active .slide-content .sub-title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animation-style-01.swiper-slide-active .slide-content .title {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animation-style-01.swiper-slide-active .slide-content .short-desc,
.animation-style-01.swiper-slide-active .slide-content .short-desc-2 {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animation-style-01.swiper-slide-active .slide-content .button-wrap a:nth-child(1) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.animation-style-01.swiper-slide-active .slide-content .button-wrap a:nth-child(2) {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

/*----------------------------------------*/
/*  07. Banner
/*----------------------------------------*/
.banner-item {
  padding: 40px 35px;
}

.banner-content .short-desc {
  font-weight: 300;
  font-family: "Yantramanav", sans-serif;
}

@media (max-width: 991.98px) {
  .banner-content .short-desc {
    font-size: 16px;
  }
}

.banner-content .button-wrap .btn-link {
  font-size: 18px;
  color: #fff;
}

.banner-content .button-wrap .btn-link i {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: text-top;
  margin-left: 10px;
}

.banner-content .button-wrap .btn-link.with-hover:hover {
  color: #ff5e13;
}

.banner-content .button-wrap .btn-link.with-hover:hover i {
  color: #ff5e13;
}

.banner-style-2 .banner-img {
  height: 100%;
}

.banner-style-2 .banner-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.banner-style-2 .banner-content {
  padding-left: 115px;
  padding-bottom: 90px;
  padding-top: 90px;
  width: calc(100% - 250px);
}

@media (max-width: 1599.98px) {
  .banner-style-2 .banner-content {
    padding-left: 55px;
    width: 100%;
  }
}

@media (max-width: 1199.98px) {
  .banner-style-2 .banner-content {
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.banner-style-2 .banner-content span {
  padding-bottom: 10px;
  font-weight: 700;
  margin-top: -5px;
  color: #ff5e13;
  font-size: 20px;
  display: block;
}

.banner-style-2 .banner-content .title {
  font-size: 60px;
  line-height: 60px;
}

@media (min-width: 1200px) and (max-width: 1599.98px) {
  .banner-style-2 .banner-content .title {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (max-width: 575.98px) {
  .banner-style-2 .banner-content .title {
    font-size: 40px;
    line-height: 40px;
  }
}

.banner-style-2 .banner-content .desc {
  max-width: 480px;
}

@media (max-width: 767.98px) {
  .banner-style-2 .banner-content .desc {
    max-width: 100%;
  }
}

.banner-style-3 .banner-secondary-bg:before, .banner-style-3 .banner-primary-bg:before {
  background-color: #00225a;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner-style-3 .banner-primary-bg:before {
  background-color: #ff5e13;
}

.banner-style-3 .banner-item {
  position: relative;
  overflow: hidden;
}

.banner-style-3 .banner-content:before {
  color: #0d2d62;
  content: attr(data-count);
  display: block;
  position: absolute;
  bottom: -20px;
  right: -10px;
  font-size: 120px;
  font-weight: 900;
  line-height: 1;
  z-index: -1;
}

.banner-style-3 .banner-content.different-data-color:before {
  color: #ff6e2b;
}

.banner-with-sticker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}

.banner-sticker img {
  width: 100%;
}

/*----------------------------------------*/
/*  08. About
/*----------------------------------------*/
.about-img-wrap {
  position: relative;
}

@media (max-width: 479px) {
  .about-img-wrap .group-img {
    padding-left: 0 !important;
  }
}

.about-img-wrap.style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479px) {
  .about-img-wrap.style-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-img-wrap .experience {
  background-image: url("../images/about/experience-user-icon.png");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-color: #00225a;
  position: absolute;
  width: 415px;
  bottom: -50px;
  right: -65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 5px solid #ff5e13;
}

@media (max-width: 1199.98px) {
  .about-img-wrap .experience {
    right: 35px;
  }
}

@media (max-width: 575.98px) {
  .about-img-wrap .experience {
    right: 35px;
    width: calc(100% - 35px);
  }
}

.about-img-wrap .experience .year {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 72px;
  line-height: 30.03px;
  display: block;
}

@media (max-width: 575.98px) {
  .about-img-wrap .experience .year {
    font-size: 40px;
  }
}

.about-img-wrap .experience h5, .about-img-wrap .experience .h5 {
  padding-left: 15px;
  font-weight: 500;
  font-size: 25px;
  line-height: 36px;
}

.about-img-wrap .experience h5 span, .about-img-wrap .experience .h5 span {
  font-weight: 700;
  display: block;
  font-size: 40px;
}

@media (max-width: 575.98px) {
  .about-img-wrap .experience h5 span, .about-img-wrap .experience .h5 span {
    font-size: 35px;
  }
}

.about-pattern {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-img {
  padding-top: 30px;
  padding-left: 70px;
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .about-content {
    padding-left: 90px;
  }
}

@media (max-width: 991.98px) {
  .about-content {
    padding-top: 25px;
  }
}

.about-content .experience.style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 370px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 35px;
}

.about-content .experience.style-2 .experience-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 80px);
}

.about-content .experience.style-2 .experience-img {
  width: 80px;
}

.about-content .experience.style-2 .year {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 72px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  line-height: 43px;
}

@media (max-width: 479px) {
  .about-content .experience.style-2 .year {
    font-size: 35px;
  }
}

.about-content .experience.style-2 .our-progress {
  font-weight: 500;
  margin-left: 20px;
  margin-bottom: 0;
  font-size: 25px;
}

@media (max-width: 479px) {
  .about-content .experience.style-2 .our-progress {
    font-size: 18px;
  }
}

.about-content .experience.style-2 .our-progress span {
  font-weight: 700;
  display: block;
  font-size: 40px;
}

@media (max-width: 479px) {
  .about-content .experience.style-2 .our-progress span {
    font-size: 30px;
  }
}

.about-content .establish {
  text-transform: uppercase;
  color: #ff5e13;
  font-weight: 700;
  display: block;
  font-size: 20px;
}

.about-content .title {
  font-size: 60px;
  line-height: 60px;
}

@media (max-width: 479px) {
  .about-content .title {
    font-size: 40px;
    line-height: 40px;
  }
}

.about-content .sub-title {
  max-width: 510px;
  font-weight: 700;
}

@media (max-width: 479px) {
  .about-content .sub-title {
    line-height: 1.3;
  }
}

.about-content .list-item li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.about-content .list-item li:not(:last-child) {
  padding-bottom: 25px;
}

.about-content .list-item li .list-text span {
  font-size: 18px;
}

.about-content .list-item.style-2 li {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 0;
}

@media (max-width: 479px) {
  .about-content .list-item.style-2 li:not(:last-child) {
    padding-bottom: 15px !important;
  }
}

.about-content .list-item.style-2 li .list-icon i {
  font-size: 28px;
}

@media (max-width: 1199.98px) {
  .about-content .list-item.style-2 li .list-icon i {
    font-size: 22px;
  }
}

.about-content .list-item.style-2 li .list-text span {
  font-size: 28px;
}

@media (max-width: 1199.98px) {
  .about-content .list-item.style-2 li .list-text span {
    font-size: 22px;
  }
}

.about-content .list-item.style-2 li .sub-list-holder {
  width: 50%;
}

.about-content .list-item.style-2 li .sub-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.about-content .list-item.style-2 li .sub-list-item li {
  width: 50%;
}

@media (max-width: 479px) {
  .about-content .list-item.style-2 li .sub-list-item li {
    width: 100%;
  }
}

.about-content .list-icon {
  padding-right: 15px;
}

.about-content .list-icon i {
  color: #ff5e13;
  vertical-align: middle;
}

@media (max-width: 1199.98px) {
  .about-content.style-2 {
    padding-left: 30px;
  }
}

@media (max-width: 479px) {
  .about-content.style-2 {
    padding-left: 0;
  }
}

.about-style-2 .about-img {
  margin-bottom: 0;
}

.about-style-2 .about-content {
  padding-left: 65px;
  padding-top: 35px;
}

@media (max-width: 479px) {
  .about-style-2 .about-content {
    padding-left: 0;
  }
}

/*----------------------------------------*/
/*  09. Project
/*----------------------------------------*/
.project-inner[data-bg-image] {
  background-position: right;
}

.project-item {
  position: relative;
  overflow: hidden;
}

.project-item:hover .project-content {
  visibility: visible;
  opacity: 0.76;
  bottom: 30px;
}

.project-img {
  display: block;
}

.project-img img {
  width: 100%;
}

.project-content {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  position: absolute;
  bottom: -145px;
  left: 30px;
  width: calc(100% - 60px);
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  visibility: hidden;
}

.project-content .title{
  font-size: 1.25rem;
}

.project-slider-2 .project-img img {
  width: 100%;
}

.project-with-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;*/

  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 479px) {
  .project-with-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.project-with-title .section-title-area {
  width: 285px;
}

@media (max-width: 575.98px) {
  .project-with-title .section-title-area {
    width: 180px;
  }
}

@media (max-width: 479px) {
  .project-with-title .section-title-area {
    width: 100%;
  }
}

.project-with-title .project-slider {
  width: calc(100% - 285px);
}

@media (max-width: 575.98px) {
  .project-with-title .project-slider {
    width: calc(100% - 180px);
  }
}

@media (max-width: 479px) {
  .project-with-title .project-slider {
    padding-top: 30px;
    width: 100%;
  }
}

.project-with-title .title-with-arrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.project-with-title .title-with-arrow .project-button-wrap {
  /*background-color: #fff;*/
  height: 90px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
}

@media (max-width: 479px) {
  .project-with-title .title-with-arrow .project-button-wrap {
    background-color: transparent;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.project-with-title .title-with-arrow .project-button-next, .project-with-title .title-with-arrow .project-button-prev {
  width: 50px;
  height: 50px;
  text-align: center;
}

@media (max-width: 479px) {
  .project-with-title .title-with-arrow .project-button-next, .project-with-title .title-with-arrow .project-button-prev {
    width: 30px;
    height: 30px;
  }
}

.project-with-title .title-with-arrow .project-button-next i, .project-with-title .title-with-arrow .project-button-prev i {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #fff;
  /*color: #00225a;*/
  font-size: 30px;
}

@media (max-width: 479px) {
  .project-with-title .title-with-arrow .project-button-next i, .project-with-title .title-with-arrow .project-button-prev i {
    font-size: 25px;
    color: #fff;
  }
}

.project-with-title .title-with-arrow .project-button-next i:hover, .project-with-title .title-with-arrow .project-button-prev i:hover {
  color: #ff5e13;
}

/* ---Project Detail--- */
.project-detail-area .single-content .sub-title {
  font-weight: 500;
}

.project-detail-area .single-content .additional-title {
  font-weight: 600;
}

/* ---Project Detal Related Stuff--- */
.project-detail-banner {
  margin: -10px;
}

.project-detail-banner .single-img {
  margin: 10px;
  height: 100%;
}

.project-detail-banner .single-img img {
  height: 100%;
}

.project-overview-list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.project-overview-list li:not(:last-child) {
  padding-bottom: 15px;
}

.project-overview-list .list-icon i {
  color: #ff5e13;
}

.project-overview-list .list-text {
  padding-left: 10px;
  max-width: 290px;
}

/*----------------------------------------*/
/*  10. Service
/*----------------------------------------*/
.service-img {
  display: block;
}

.service-img img {
  width: 100%;
}

.service-img .add-action {
  background-color: #00225a;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.service-img .add-action .title {
  font-size: 28px;
  color: #fff;
}

.service-img .add-action .icon {
  background-color: #ff5e13;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.service-img .add-action .icon i {
  color: #fff;
  display: block;
}

/* ---Single Service--- */
.single-service-content .sub-title {
  font-weight: 500;
  color: #ff5e13;
  font-size: 28px;
}

.single-service .service-list-area .list-item li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  max-width: 360px;
}

.single-service .service-list-area .list-item li:not(:last-child) {
  padding-bottom: 20px;
}

.single-service .service-list-area .list-item li .list-icon i {
  vertical-align: middle;
  color: #ff5e13;
}

.single-service .service-list-area .list-item li .list-text {
  padding-left: 20px;
}

.single-service .service-list-area .list-item.style-2 li {
  display: inline-block;
}

.single-service .service-list-area .list-item.style-2 li span {
  font-weight: 700;
}

.single-service .service-list-area .list-desc {
  max-width: 335px;
}

/*----------------------------------------*/
/*  11. Counter
/*----------------------------------------*/
.counter-item {
  position: relative;
  text-align: center;
}

.counter-item .count {
  font-size: 60px;
  line-height: 40px;
}

.counter-item .count-title {
  color: #ff5e13;
  font-size: 28px;
  font-weight: 500;
  line-height: 30px;
  margin-top: 5px;
}

.counter-item .count-inner-text {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 2px #eaecef;
  position: absolute;
  font-size: 100px;
  line-height: 47.97px;
  top: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
  opacity: 0.5;
}

@media (max-width: 991.98px) {
  [class*="col-"]:not(:nth-child(n+2)) .counter-item {
    padding-bottom: 80px;
  }
}

@media (max-width: 575px) {
  [class*="col-"]:not(:last-child) .counter-item {
    padding-bottom: 80px;
  }
}

/*----------------------------------------*/
/*  12. Team
/*----------------------------------------*/
.team-item:hover .team-content {
  bottom: 30px;
}

.team-item:hover .team-img:before {
  visibility: visible;
  opacity: 0.72;
}

.team-item:hover .team-img .add-action {
  background-color: #ff5e13;
}

.team-item:hover .team-img .add-action li.mail-wrap i {
  background-color: #00225a;
}

.team-img {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  z-index: 2;
}

.team-img:before {
  background-color: #00225a;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.team-img .add-action {
  background-color: #00225a;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
  width: 75px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}

.team-img .add-action li {
  text-align: center;
}

.team-img .add-action li.mail-wrap i {
  background-color: #ff5e13;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.team-content {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  bottom: -130px;
  left: 30px;
  z-index: 2;
  width: 150px;
}

.team-content .title {
  color: #fff;
}

.team-content .occupation {
  color: #ff5e13;
  font-size: 18px;
}

.team-social-link-wrap {
  height: 30px;
}

.team-social-link-wrap .social-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  padding-top: 25px;
}

.team-social-link-wrap .social-link li {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  right: -45px;
  display: block;
}

.team-social-link-wrap .social-link li:not(:last-child) {
  padding-bottom: 15px;
  padding-right: 0;
}

.team-social-link-wrap .social-link li:nth-child(1) {
  -webkit-transition-delay: 100ms;
       -o-transition-delay: 100ms;
          transition-delay: 100ms;
}

.team-social-link-wrap .social-link li:nth-child(2) {
  -webkit-transition-delay: 150ms;
       -o-transition-delay: 150ms;
          transition-delay: 150ms;
}

.team-social-link-wrap .social-link li:nth-child(3) {
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
}

.team-social-link-wrap .social-link li a {
  background-color: #00225a;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  text-align: center;
}

.team-social-link-wrap:hover .social-link {
  visibility: visible;
  opacity: 1;
}

.team-social-link-wrap:hover .social-link li {
  right: 0;
}

/*----------------------------------------*/
/*  13. Testimonial
/*----------------------------------------*/
.testimonial-area[data-bg-image] {
  background-size: auto;
  background-position: right;
}

.testimonial-content {
  border-radius: 0 25px 0 25px;
  background-color: #eaf5ff;
  padding: 30px 45px;
  position: relative;
}

.testimonial-content .short-desc {
  font-family: "Rajdhani", sans-serif;
  position: relative;
  font-weight: 500;
  color: #2b2d37;
  line-height: 24px;
  font-size: 16px;
}

.testimonial-content .short-desc .quotation {
  font-size: 40px;
  position: absolute;
  line-height: 1;
}

.testimonial-content .short-desc .quotation.direction-left {
  top: -5px;
  left: -30px;
}

.testimonial-content .short-desc .quotation.direction-right {
  top: auto;
  bottom: -25px;
}

.testimonial-content .user-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-content .user-content {
  padding-left: 15px;
}

.testimonial-content .user-name {
  font-size: 18px;
}

.testimonial-content .user-occupation {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
}

/*----------------------------------------*/
/*  14. Blog
/*----------------------------------------*/
.blog-slider {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: -5px;
  margin-top: -5px;
}

.blog-item {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -5px;
  margin-bottom: -5px;
}

.blog-item .inner-item {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.blog-img {
  display: block;
}

.blog-content {
  background-color: #f4f8ff;
  padding: 25px 30px 20px;
}

.blog-content p {
  color: #8d8f92;
}

@media (max-width: 575.98px) {
  .blog-content .title {
    font-size: 20px;
  }
}

.blog-meta {
  color: #ff5e13;
  font-weight: 500;
}

@media (max-width: 575.98px) {
  .blog-meta {
    font-size: 14px;
  }
}

.blog-button-wrap {
  border-top: 1px solid #dee2e6;
  padding-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-button-wrap li a {
  color: inherit;
}

.blog-button-wrap li a:hover {
  color: #ff5e13;
}

/* ---Blog Detail--- */
.blog-detail-area .single-content .sub-title {
  font-weight: 500;
}

/* ---Social With Tags--- */
.social-with-tags {
  border-top: 1px solid #dee2e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 479px) {
  .social-with-tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.social-with-tags .tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479px) {
  .social-with-tags .tags {
    padding-bottom: 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.social-with-tags .tags li:not(:last-child) {
  margin-right: 5px;
}

.social-with-tags .tags li a {
  font-size: 18px;
}

.social-with-tags .tags li i {
  vertical-align: middle;
}

.social-with-tags .social-link li:not(:last-child) {
  padding-right: 20px;
}

/* ---Blog Comment--- */
.blog-comment-wrap li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479px) {
  .blog-comment-wrap li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-comment-wrap li:not(:last-child) {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .blog-comment-desc {
    max-width: 690px;
  }
}

.blog-comment-img {
  width: 90px;
}

.blog-comment-content {
  padding-left: 20px;
  width: calc(100% - 90px);
}

@media (max-width: 479px) {
  .blog-comment-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

.blog-comment-content .title {
  font-size: 20px;
}

.blog-comment-content .blog-meta {
  font-size: 14px;
  display: block;
}

.blog-comment-content .short-desc {
  color: #8d8f92;
}

.blog-comment-content .btn-link {
  color: #00225a;
}

.blog-comment-content .btn-link:hover {
  color: #ff5e13;
}

/* ---Blog Feedback--- */
.blog-feedback-form .group-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199.98px) {
  .blog-feedback-form .group-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-feedback-form .input-field,
.blog-feedback-form .textarea-field {
  border: 1px solid #dee2e6;
  padding: 15px;
  width: 100%;
  height: 45px;
}

.blog-feedback-form .textarea-field {
  height: 280px;
}

/*----------------------------------------*/
/*  15. Newsletter
/*----------------------------------------*/
@media (min-width: 1200px) {
  .newsletter-item {
    width: calc(100% - 65px);
  }
}

@media (min-width: 992px) {
  .newsletter-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-right: auto;
  }
}

@media (max-width: 991.98px) {
  .newsletter-content {
    padding-bottom: 10px;
  }
}

.newsletter-content .title {
  font-size: 60px;
  line-height: 60px;
}

@media (min-width: 992px) {
  .newsletter-content .title {
    margin-right: 40px;
    padding-right: 40px;
    position: relative;
  }
  .newsletter-content .title:before {
    background-color: #ffb390;
    width: 1px;
    height: 100px;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 1199.98px) {
  .newsletter-content .title {
    font-size: 50px;
  }
}

@media (max-width: 575.98px) {
  .newsletter-content .title {
    font-size: 40px;
  }
}

.newsletter-form {
  position: relative;
  width: 625px;
}

@media (max-width: 1199.98px) {
  .newsletter-form {
    width: 510px;
  }
}

@media (max-width: 991.98px) {
  .newsletter-form {
    width: 100%;
  }
}

.newsletter-form .input-field {
  background-color: transparent;
  border: 1px solid #ffb390;
  width: 100%;
  height: 75px;
  padding-left: 25px;
  padding-right: 210px;
  font-size: 18px;
}

@media (max-width: 575.98px) {
  .newsletter-form .input-field {
    padding-right: 25px;
  }
}

.newsletter-form .input-field::-webkit-input-placeholder {
  color: #ffb390;
  opacity: 1;
}

.newsletter-form .input-field::-moz-placeholder {
  color: #ffb390;
  opacity: 1;
}

.newsletter-form .input-field:-ms-input-placeholder {
  color: #ffb390;
  opacity: 1;
}

.newsletter-form .input-field::-ms-input-placeholder {
  color: #ffb390;
  opacity: 1;
}

.newsletter-form .input-field::placeholder {
  color: #ffb390;
  opacity: 1;
}

@media (min-width: 576px) {
  .newsletter-form .form-btn_wrap {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
  }
}

.newsletter-form .form-btn_wrap .btn {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  padding: 0 30px;
  height: 100%;
}

@media (max-width: 575.98px) {
  .newsletter-form .form-btn_wrap .btn {
    margin-top: 15px;
    width: 100%;
    height: 70px;
  }
}

/*----------------------------------------*/
/*  16. Footer
/*----------------------------------------*/
.widget-item .heading {
  font-weight: 600;
}

.widget-item a:hover {
  color: #fff;
}

.widget-item .inquary h5, .widget-item .inquary .h5 {
  font-size: 18px;
  line-height: 26px;
}

.widget-item .inquary a {
  font-size: 20px;
  line-height: 26px;
}

@media (min-width: 992px) {
  .widget-list-item.specific-item {
    padding-top: 40px;
  }
}

.widget-list-item li:not(:last-child) {
  padding-bottom: 15px;
}

.widget-list-item li a {
  font-size: 18px;
}

/* ---Fotter Bottom--- */
.footer-bottom .social-link li {
  border: 1px solid #415981;
  text-align: center;
  padding: 0;
}

.footer-bottom .social-link li:not(:last-child) {
  margin-right: 20px;
}

.footer-bottom .social-link li a {
  display: block;
}

.footer-bottom .social-link li a i {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  padding: 5px 10px;
}

.footer-bottom .social-link li:hover a i {
  color: #ff5e13;
}

@media (max-width: 575.98px) {
  .footer-bottom .copyright,
  .footer-bottom .social-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-bottom .copyright {
  text-align: right;
}

@media (max-width: 575.98px) {
  .footer-bottom .copyright {
    padding-top: 10px;
    text-align: center;
  }
}

.footer-bottom .copyright-text i {
  vertical-align: middle;
}

/*----------------------------------------*/
/*  17. Breadcrumb
/*----------------------------------------*/
.breadcrumb-height {
  min-height: 140px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb-sub-title {
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  line-height: 30px;
  display: block;
  position: relative;
  padding-left: 100px;
  text-shadow: 2px 2px 2px #fff;
}

.breadcrumb-sub-title:before {
  background-color: #ff5e13;
  width: 80px;
  height: 1px;
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.breadcrumb-title {
  padding-top: 10px;
  font-size: 40px;
  line-height: 35px;
  text-shadow:  2px 2px 2px #fff;
}

@media (max-width: 575.98px) {
  .breadcrumb-title {
    font-size: 30px;
  }
}

.breadcrumb-desc {
  max-width: 380px;
}

/*----------------------------------------*/
/*  18. Sidebar
/*----------------------------------------*/
.sidebar-widget ul {
  text-align: center;
}

.sidebar-widget ul li {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.sidebar-widget ul li a {
  padding: 20px 0;
  display: block;
}

.sidebar-categories {
  background-color: #00225a;
}

.sidebar-categories .title {
  border-bottom: 1px solid #5b749a;
  background-color: #ff5e13;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 28px;
  padding-top: 10px;
  padding-bottom: 15px;
  text-align: center;
}

.sidebar-categories ul li:not(:last-child) a {
  border-bottom: 1px solid #5b749a;
}

.sidebar-categories ul li:hover a {
  background-color: #ff5e13;
  color: #fff;
}

.sidebar-categories ul li:hover span {
  color: #fff;
}

.sidebar-categories ul li a span {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #ff5e13;
}

.sidebar-download-brochure {
  background-color: #ff5e13;
}

.sidebar-download-brochure ul li:not(:last-child) a {
  border-bottom: 1px solid #ffdac8;
}

.sidebar-download-brochure ul li:hover a {
  background-color: #00225a;
  color: #fff;
}

.sidebar-banner {
  position: relative;
}

.sidebar-banner .inner-content {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 30px;
}

.sidebar-banner .inner-content.style-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar-banner .inner-content.style-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sidebar-banner .inner-content.style-2 span {
  font-size: 38px;
  display: block;
  margin-bottom: 10px;
}

.sidebar-banner .inner-content.style-2 .title {
  text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
  font-size: 56px;
}

.sidebar-banner .inner-content .title {
  font-size: 32px;
  line-height: 30px;
}

.sidebar-banner .inner-content .offer {
  border-left: 2px solid #00225a;
  padding-left: 15px;
}

.sidebar-title {
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
  font-weight: 600;
}

.sidebar-title:before {
  background-color: #00225a;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 3px;
  left: 0;
}

.sidebar-title:after {
  background-color: #ff5e13;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 3px;
}

.sidebar-common {
  padding: 30px 30px 35px;
}

.sidebar-form {
  position: relative;
}

.sidebar-form .searchbox-input {
  border: 1px solid #dee2e6;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-left: 20px;
  padding-right: 60px;
  height: 45px;
  width: 100%;
}

.sidebar-form .searchbox-btn {
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sidebar-blog-categories ul li a {
  padding-top: 10px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sidebar-blog-categories ul li:first-child a {
  padding-top: 0;
}

.sidebar-blog-categories ul li:last-child a {
  padding-bottom: 0;
}

.sidebar-blog-categories ul li:not(:last-child) a {
  border-bottom: 1px solid #dee2e6;
}

.sidebar-list-wrap .list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar-list-wrap .list-item[class*="with-border"]:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.sidebar-list-wrap .list-img {
  width: 70px;
}

.sidebar-list-wrap .list-content {
  width: calc(100% - 70px);
  padding-left: 20px;
  margin-top: -5px;
}

.sidebar-list-wrap .list-content .title {
  font-size: 18px;
  line-height: 22px;
}

.sidebar-list-wrap .list-meta {
  color: #ff5e13;
}

.sidebar-tags ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -2.5px;
}

.sidebar-tags ul li a {
  border: 1px solid #dee2e6;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 16px;
  display: block;
  margin: 2.5px;
}

.sidebar-tags ul li a:hover {
  background-color: #ff5e13;
  color: #fff;
}

/*----------------------------------------*/
/*  19. Product
/*----------------------------------------*/
.product-img {
  position: relative;
  overflow: hidden;
}

.product-img a {
  display: block;
}

.product-img a img {
  width: 100%;
}

.product-img .add-action {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.product-content .title {
  font-size: 28px;
}

.product-item {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.product-item:hover .add-action {
  bottom: 20px;
}

/* ---Product Detail Review--- */
.product-detail-content .title {
  font-size: 60px;
  line-height: 60px;
}

@media (max-width: 479px) {
  .product-detail-content .title {
    font-size: 45px;
    line-height: 45px;
  }
}

.product-detail-review {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-detail-info span {
  display: block;
}

@media (max-width: 575.98px) {
  .product-detail-tab ul.nav-pills {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-detail-tab ul.nav-pills li {
    width: 25%;
    text-align: center;
  }
  .product-detail-tab ul.nav-pills li a.nav-link {
    border: 1px solid #dee2e6;
  }
}

.product-detail-tab ul li {
  width: 25%;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .product-detail-tab ul li {
    width: auto;
  }
}

@media (max-width: 575.98px) {
  .product-detail-tab ul li {
    width: 100% !important;
  }
}

.product-detail-tab ul li a.nav-link {
  border-top: 1px solid #dee2e6;
  border-left: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  font-family: "Rajdhani", sans-serif;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 1199.98px) {
  .product-detail-tab ul li a.nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767.98px) {
  .product-detail-tab ul li a.nav-link {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.product-detail-tab ul li a.nav-link.active {
  background-color: #00225a;
  border-color: #00225a;
}

.product-detail-tab ul li:last-child a.nav-link {
  border-right: 1px solid #dee2e6;
}

@media (max-width: 575.98px) {
  .product-detail-tab ul li:not(:last-child) {
    margin-bottom: 15px;
  }
}

.product-detail-tab .description-body h3, .product-detail-tab .description-body .h3 {
  font-weight: 500;
}

.product-qty-with-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 479px) {
  .product-qty-with-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-qty-with-btn .quantity {
    padding-bottom: 20px;
  }
  .product-qty-with-btn .button-wrap {
    padding-left: 0 !important;
  }
}

.product-qty-with-btn .quantity {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-qty-with-btn .quantity label {
  margin-right: 10px;
}

.product-detail-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-detail-tags span {
  margin-right: 5px;
}

.product-detail-tags ul {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product-detail-tags ul li:not(:last-child) {
  margin-right: 5px;
}

/* ---Product Detail Slider--- */
.product-detail-slider .single-img img {
  width: 100%;
}

/*----------------------------------------*/
/*  20. Contact
/*----------------------------------------*/
.contact-img-wrap {
  position: relative;
}

.contact-img {
  padding-bottom: 30px;
  padding-left: 70px;
}

.contact-pattern {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.contact-content .sub-title {
  font-size: 28px;
  color: #ff5e13;
  display: block;
}

.contact-content .title {
  font-size: 60px;
  line-height: 60px;
}

.contact-info .title {
  color: #ff5e13;
  font-size: 28px;
}

.contact-info .short-desc {
  max-width: 260px;
}

.contact-info .short-desc.with-border {
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 30px;
}

.contact-info ul li:not(:last-child) {
  padding-bottom: 5px;
}

/* ---Contact Form--- */
.contact-form .group-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 575.98px) {
  .contact-form .group-input {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-form .input-field,
.contact-form .textarea-field {
  border: 1px solid #dee2e6;
  padding: 15px;
  width: 100%;
  height: 45px;
}

.contact-form .textarea-field {
  height: 125px;
}

.contact-form-desc {
  max-width: 370px;
}

.contact-form .form-messege.success {
  color: green;
}

.contact-form .form-messege.error {
  color: red;
}

.map-with-pattern {
  position: relative;
}

.map-with-pattern .map-size {
  width: 480px;
  height: 530px;
  padding-bottom: 70px;
}

@media (max-width: 1199.98px) {
  .map-with-pattern .map-size {
    width: 100%;
  }
}

.map-with-pattern .contact-pattern {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  z-index: -1;
}

/*----------------------------------------*/
/*  21. login Register
/*----------------------------------------*/
.login-form {
  background-color: #fff;
  padding: 30px;
  -webkit-box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
}

.login-form .check-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 500;
  text-transform: capitalize;
}

.login-form input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #dee2e6;
  border-radius: 0;
  line-height: 23px;
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

.login-form input[type="checkbox"] {
  width: auto;
}

.login-title {
  font-size: 20px;
  line-height: 23px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 20px;
}

/*----------------------------------------*/
/*  22. Cart
/*----------------------------------------*/
.table-content table.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #dee2e6;
}

.table-content table td.product-subtotal {
  font-size: 16px;
  font-weight: 700;
}

.table-content table td.quantity .cart-plus-minus {
  margin: 0 auto;
}

.coupon-all {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.coupon-all .coupon {
  float: left;
}

.coupon-all .coupon input {
  background-color: transparent;
  border: 1px solid #dee2e6;
  font-size: 13px;
  border-radius: 0;
  height: 42px;
  width: 120px;
  padding: 0 10px;
}

.cart-page-total {
  padding-top: 30px;
}

.cart-page-total > h2, .cart-page-total > .h2 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.cart-page-total > ul {
  border: 1px solid #dee2e6;
}

.cart-page-total > ul li {
  list-style: none;
  font-size: 15px;
  padding: 10px 30px;
  border-bottom: 1px solid #dee2e6;
  font-weight: 700;
}

.cart-page-total > ul li:last-child {
  border-bottom: 0;
}

.cart-page-total > ul li span {
  float: right;
}

.cart-page-total a {
  background-color: #00225a;
  border: 1px solid #dee2e6;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
  padding: 10px 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.cart-page-total a:hover {
  background-color: #ff5e13;
  color: #fff;
}

/*----------------------------------------*/
/*  23. Wishlist
/*----------------------------------------*/
.table-content table {
  border-color: #dee2e6;
  border-radius: 0;
  border-style: solid;
  border-width: 1px 0 0 1px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .table-content table thead tr {
    display: none;
  }
}

.table-content table th,
.table-content table td {
  border-bottom: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
}

.table-content table th {
  border-top: medium none;
  font-size: 15px;
  text-transform: capitalize;
  padding: 20px 10px;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}

.table-content table td {
  border-top: medium none;
  padding: 18px 10px;
  vertical-align: middle;
  font-size: 13px;
}

@media (max-width: 767.98px) {
  .table-content table td {
    width: 100%;
    display: block;
  }
}

@media (max-width: 767.98px) {
  .table-content table td:nth-child(3) {
    padding: 32.1px 10px;
    display: block;
    width: 100%;
  }
}

.table-content table td.product_remove {
  font-size: 20px;
}

.table-content table td.product_remove > a > i {
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .table-content table td.product_remove > a > i {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.table-content table td.product-thumbnail img {
  width: auto;
  height: 100%;
}

.table-content table td.product-name {
  font-size: 16px;
  text-transform: capitalize;
}

.table-content table td.product-price {
  font-size: 16px;
}

.table-content table td.product-stock-status span.in-stock, .table-content table td.product-stock-status span.out-stock {
  font-size: 12px;
  text-transform: capitalize;
}

.table-content table td.product-stock-status span.out-stock {
  color: #dc3545;
}

.table-content table td.cart_btn a {
  font-size: 14px;
  text-transform: uppercase;
  background: #00225a;
  color: #fff;
  height: 40px;
  line-height: 43px;
  width: 130px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.table-content table td.cart_btn a:hover {
  background: #ff5e13;
  color: #fff;
}

/*----------------------------------------*/
/*  24. Checkout
/*----------------------------------------*/
.coupon-accordion h3, .coupon-accordion .h3 {
  background-color: #f5f5f5;
  font-size: 16px;
  font-weight: 500;
  list-style: outside none none;
  margin: 0 0 30px;
  padding: 16px 32px 16px 56px;
  position: relative;
  width: auto;
  text-transform: none;
}

.coupon-accordion h3:before, .coupon-accordion .h3:before {
  content: "\f3f7";
  display: inline-block;
  font-family: 'Ionicons';
  left: 24px;
  position: absolute;
  top: 16px;
}

.coupon-accordion span {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: none;
}

.coupon-accordion .coupon-content {
  border: 1px solid #dee2e6;
  margin-bottom: 20px;
  display: none;
  padding: 20px;
}

.coupon-accordion .coupon-content .coupon-info p {
  margin-bottom: 0;
}

.coupon-accordion .coupon-content .coupon-info p.form-row-first label, .coupon-accordion .coupon-content .coupon-info p.form-row-last label {
  display: block;
}

.coupon-accordion .coupon-content .coupon-info p.form-row-first label span.required, .coupon-accordion .coupon-content .coupon-info p.form-row-last label span.required {
  color: #dc3545;
}

.coupon-accordion .coupon-content .coupon-info p.form-row-first input, .coupon-accordion .coupon-content .coupon-info p.form-row-last input {
  border: 1px solid #dee2e6;
  height: 36px;
  margin: 0 0 14px;
  border-radius: 0;
  max-width: 100%;
  padding: 0 0 0 10px;
  width: 370px;
  background-color: transparent;
}

.coupon-accordion .coupon-content .coupon-info p.form-row input[type="submit"] {
  background: #ff5e13;
  border: medium none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
  margin-right: 15px;
  padding: 0 30px;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: inherit;
}

.coupon-accordion .coupon-content .coupon-info p.form-row input[type="checkbox"] {
  height: inherit;
  position: relative;
  top: 2px;
  width: inherit;
}

.coupon-accordion .coupon-content .coupon-info p.form-row label {
  margin-top: 7px;
}

.coupon-accordion .coupon-content .coupon-info p.lost-password {
  margin-top: 15px;
}

.coupon-accordion .coupon-content .coupon-info p.lost-password a {
  font-size: 14px;
}

.coupon-checkout-content {
  margin-bottom: 30px;
  display: none;
}

.coupon-checkout-content .coupon-info .checkout-coupon {
  margin-bottom: 0;
}

.coupon-checkout-content .coupon-info .checkout-coupon input[type="text"] {
  background-color: transparent;
  border: 1px solid #dee2e6;
  border-radius: 0;
  height: 36px;
  padding-left: 10px;
  width: 170px;
}

.coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"] {
  background: #00225a;
  border: medium none;
  border-radius: 0;
  color: #fff;
  height: 36px;
  cursor: pointer;
  margin-left: 6px;
  padding: 5px 10px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: inherit;
}

@media (max-width: 479px) {
  .coupon-checkout-content .coupon-info .checkout-coupon input[type="submit"] {
    margin-left: 0;
    margin-top: 15px;
  }
}

.coupon-checkout-content .coupon-info .checkout-coupon .coupon-inner_btn:hover {
  background-color: #ff5e13;
}

.checkbox-form h3, .checkbox-form .h3 {
  border-bottom: 1px solid #dee2e6;
  font-size: 25px;
  margin: 0 0 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

.checkbox-form .country-select {
  margin-bottom: 25px;
}

.checkbox-form .country-select .myniceselect.nice-select span {
  height: 40px;
  line-height: 40px;
  display: inline-block;
  width: 100%;
  padding: 0 0 0 15px;
}

.checkbox-form .checkout-form-list {
  margin-bottom: 30px;
}

.checkbox-form .checkout-form-list input[type="text"],
.checkbox-form .checkout-form-list input[type="password"],
.checkbox-form .checkout-form-list input[type="email"] {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  height: 42px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.checkbox-form .checkout-form-list label {
  margin-bottom: 10px;
}

.checkbox-form .checkout-form-list.create-acc {
  margin-bottom: 15px;
}

.checkbox-form .checkout-form-list.create-acc label {
  display: inline-block;
}

.checkbox-form .checkout-form-list.create-acc input {
  vertical-align: middle;
}

.checkbox-form .country-select label, .checkbox-form.checkout-form-list label {
  margin: 0 0 10px;
  display: block;
}

.checkbox-form .country-select label span.required, .checkbox-form.checkout-form-list label span.required {
  display: inline-block;
  font-size: 24px;
  line-height: 16px;
  position: relative;
  top: 5px;
}

.different-address h3 label, .different-address .h3 label {
  display: inline-block;
  margin-right: 20px;
  font-size: 25px;
  margin-bottom: 10px;
}

.different-address h3 input, .different-address .h3 input {
  height: inherit;
  line-height: normal;
  margin: 4px 0 0;
  position: relative;
  top: 0;
  width: auto;
}

.order-notes .checkout-form-list-2 {
  margin-bottom: 0;
}

.order-notes .checkout-form-list-2 label {
  margin-bottom: 10px;
}

.order-notes textarea {
  background-color: transparent;
  border: 1px solid #dee2e6;
  height: 90px;
  padding: 15px;
  width: 100%;
}

.create-account,
#ship-box-info {
  display: none;
}

.your-order {
  background: #f5f5f5;
  padding: 30px 40px 30px;
}

@media (max-width: 479px) {
  .your-order {
    padding: 30px 20px 30px;
  }
}

.your-order h3, .your-order .h3 {
  border-bottom: 1px solid #dee2e6;
  font-size: 25px;
  padding-bottom: 10px;
  text-transform: uppercase;
  width: 100%;
}

.your-order .your-order-table table {
  background: rgba(0, 0, 0, 0);
  border: medium none;
  width: 100%;
}

.your-order .your-order-table table thead {
  background-color: #f5f5f5;
}

.your-order .your-order-table table thead tr th {
  border-top: medium none;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 250px;
}

.your-order .your-order-table table thead tr th,
.your-order .your-order-table table thead tr td {
  border-bottom: 1px solid #dee2e6;
  border-right: medium none;
  font-size: 14px;
  padding: 15px 0;
  text-align: center;
}

.your-order .your-order-table table .cart_item:hover {
  background: #f5f5f5;
}

.your-order .your-order-table table .order-total td {
  border-bottom: medium none;
}

.your-order .your-order-table table .order-total td span {
  font-size: 20px;
}

.your-order .your-order-table table .order-total th {
  border-bottom: medium none;
  font-size: 18px;
}

.payment-method {
  margin-top: 20px;
}

.payment-method .payment-accordion .accordion-button {
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
}

.order-button-payment input {
  background: #707070;
  border: medium none;
  color: #fff;
  font-size: 17px;
  height: 50px;
  margin: 20px 0 0;
  padding: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  border: 1px solid transparent;
  cursor: pointer;
}

/*----------------------------------------*/
/*  25. Brand
/*----------------------------------------*/
.brand-item {
  display: block;
}



/*custom */

.main-slider .slide-inner::before {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  content: '';
}


.link_redes{
    position: fixed;
    bottom: 20px;
    right: 120px;
    z-index: 90000;
}

.link_redes a {
    display: inline-block;
    margin-right: 8px;
    margin-left: 5px;
    background-position: center;
    background-size: 100% 100%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    transition: all .3s ease;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}
.link_ws {
    background-image: url('../images/wsp.png');
}

.link_me {
    background-image: url('../images/me.png');
}
.link_redes a:hover{
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
}
@media screen and (max-width:960px){
    .link_redes a{
        width: 40px;
        height: 40px;
    }
}