/*-----------------------------------------------------------
   
/*--------------------------------
     =====Table Of Contents====

1.  General Styles 
2.  Mixins CSS
3.  Back To Top Button CSS
4.  Preloader CSS
5.  Button & Link CSS
6.  Section Title & Overlay & Shape CSS
7.  Social Link CSS
8.  Pagination CSS
9. Sidebar CSS
     - Search Box Widget
     - Taglist Widget
     - Category Widget
     - Filter Search Widget
     - New Arrival Product Widget
     - Popular Post Widget
10. Sign In CSS
11. FAQ Terms & Conditions
----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800&amp;family=Nunito:wght@300;400;600;700;800&amp;display=swap");
/*---------------------------------
            General Styles 
-----------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800&amp;family=Nunito:wght@300;400;600;700;800&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@300;400;500;600;700;800&amp;family=Nunito:wght@300;400;600;700;800&amp;display=swap");

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

:focus,
button:focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

a {
  color: #000;
  text-transform: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover,
a :focus {
  text-decoration: none;
  box-shadow: none;
  color: #000;
}

a:focus {
  outline: 0 solid;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.4;
  font-family: "Barlow Condensed", sans-serif;
  color: #0f2881;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  color: #555555;
}

p {
  font-size: 16px;
  line-height: 1.8;
  color: #555555;
}

select {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94% 50%;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-130 {
  padding-bottom: 130px;
}

.ptb-10 {
  padding-bottom: 10px;
  padding-bottom: 10px;
}

.ptb-20 {
  padding-bottom: 20px;
  padding-bottom: 20px;
}

.ptb-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.ptb-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.ptb-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ptb-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

.mmt-25 {
  margin-top: -25px !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.z-0 {
  z-index: 0;
  position: relative;
}

#message {
  padding: 0;
  margin: 0;
}

.help-block {
  color: #E31C25;
}

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

.list-style li {
  list-style: none;
}

.page-wrapper {
  overflow-x: hidden;
}

/*---------------------------------
          Mixins & Animation CSS
-----------------------------------*/
.footer-widget-wrap,
.checkout-details .select-payment-method,
.checkout-details .bill-item,
.product-card .product-info,
.cart-total .cart-total-item,
.cart-table table tbody tr td .cart-item,
.post-author,
.comment-author_info,
.comment-item,
.author-info-wrap .author-info,
.author-info-wrap,
.post-navigation,
.newsleter-wrap .newsletter-form,
.blog-card.style3 .blog-info .blog-metainfo,
.blog-card .blog-info .blog-metainfo .blog-author-info,
.blog-card .blog-info .blog-metainfo,
.counter-card.style1,
.team-card.style1 .member-info-wrap,
.why-choose-wrap.style3 .brand-logo,
.project-desc .project-metainfo li,
.case-card .case-img .case-info-wrap,
.about-wrap.style3 .counter-box,
.about-wrap.style3 .about-content .ceo-message,
.hero-tablist-wrap,
.page-navigation .page-nav,
.contact-widget .contact-info span.contact-icon,
.new-product-item,
.search-area,
.select-lang .navbar-language .dropdown-toggle,
.header-wrap .header-top .header-top-right,
.header-wrap .header-top .header-top-left,
.social-profile.style4 li a,
.social-profile.style1 li a,
.circle,
.product-tablist,
.blog-card.style2 .blog-info .blog-metainfo .blog-author-info,
.header-wrap .header-bottom .header-bottom-right,
.btn.style6,
.btn.style5,
.btn.style4,
.btn.style3,
.btn.style2,
.btn.style1,
.product-quantity .qtySelector span,
.product-card .product-info .product-info-right .add-to-cart,
.promo-video .video-play,
.team-card.style1 .member-info-wrap .member-social-profile span,
.case-card .case-img .case-info-wrap .read-more,
.service-card .service-icon,
.category-card .cat-icon,
#hero-thumbs .item .hero-thumb-item span,
.page-navigation .page-nav li a,
.contact-widget .contact-icon,
.shopcart span,
.social-profile.style4 li a,
.social-profile.style3 li a,
.social-profile.style2 li a,
.social-profile.style1 li a,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.btn.style6 i,
.btn.style2 i,
.btn.style1 i,
.circle {
  display: flex;
  flex-wrap: wrap;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.btn.style6 i,
.btn.style6,
.btn.style5,
.btn.style4,
.btn.style3,
.btn.style2 i,
.btn.style2,
.btn.style1 i,
.btn.style1,
.btn i {
  display: inline-flex;
  flex-wrap: wrap;
}

.product-quantity .qtySelector span,
.product-card .product-info .product-info-right .add-to-cart,
.promo-video .video-play,
.team-card.style1 .member-info-wrap .member-social-profile span,
.case-card .case-img .case-info-wrap .read-more,
.service-card .service-icon,
.category-card .cat-icon,
#hero-thumbs .item .hero-thumb-item span,
.page-navigation .page-nav li a,
.contact-widget .contact-info span.contact-icon,
.contact-widget .contact-icon,
.search-area,
.shopcart span,
.social-profile.style4 li a,
.social-profile.style3 li a,
.social-profile.style2 li a,
.social-profile.style1 li a,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.btn.style6 i,
.btn.style2 i,
.btn.style1 i,
.circle {
  flex-direction: column;
  justify-content: center;
}

.project-desc .project-metainfo li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: start;
  align-items: flex-start;
}

.cart-total .cart-total-item,
.cart-table table tbody tr td .cart-item,
.author-info-wrap .author-info,
.author-info-wrap,
.post-navigation,
.blog-card.style3 .blog-info .blog-metainfo,
.blog-card .blog-info .blog-metainfo .blog-author-info,
.counter-card.style1,
.case-card .case-img .case-info-wrap,
.about-wrap.style3 .about-content .ceo-message,
.hero-tablist-wrap,
.new-product-item,
.select-lang .navbar-language .dropdown-toggle,
.header-wrap .header-bottom .header-bottom-right,
.header-wrap .header-top .header-top-right,
.header-wrap .header-top .header-top-left,
.btn.style6,
.btn.style5,
.btn.style4,
.btn.style3,
.btn.style2,
.btn.style1 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.project-desc .project-metainfo li {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
}

.checkout-details .bill-item,
.product-card .product-info,
.cart-total .cart-total-item,
.post-navigation,
.blog-card .blog-info .blog-metainfo,
.team-card.style1 .member-info-wrap,
.case-card .case-img .case-info-wrap {
  justify-content: space-between;
}

.hero-tablist-wrap {
  justify-content: center;
}

.blog-card.style2 .blog-info .blog-metainfo .blog-author-info,
.about-wrap.style3 .counter-box,
.header-wrap .header-bottom .header-bottom-right,
.header-wrap .header-top .header-top-right {
  justify-content: flex-end;
}

.product-tablist,
.blog-card.style3 .blog-info .blog-metainfo,
.why-choose-wrap.style3 .brand-logo,
.page-navigation .page-nav {
  justify-content: flex-start;
}

.circle {
  transform: translate(-50%, -50%);
  transition: 0.5s;
}

.circle i {
  color: #fff;
  line-height: 0.8;
  position: relative;
  left: 2px;
}

.circle:after {
  content: "";
  display: block;
  position: absolute;
  top: -15px;
  right: -15px;
  bottom: -15px;
  left: -15px;
  border-radius: 50%;
  animation: ripple 2s linear 1.5s infinite;
}

.circle.style1 {
  right: -15px;
  bottom: -15px;
}

.circle.style1:after {
  border: 15px solid rgba(216, 7, 88, 0.5);
}

.circle.style2 {
  right: -5px;
  bottom: -5px;
}

.circle.style2:after {
  border: 5px solid rgba(112, 191, 74, 0.5);
}

/*---------------------------------
     Back To Top Button CSS
-----------------------------------*/
.back-to-top {
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 50px;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 230px;
  right: 20px;
  z-index: 999;
  border-radius: 5px;
  background: #e2000f;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
  transition: 0.4s;
}

.back-to-top.open {
  bottom: 30px;
}

.back-to-top i {
  color: #fff;
  position: relative;
  top: -1px;
}

/*---------------------------------
     Preloader CSS
-----------------------------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 20000;
  overflow-x: hidden !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preloader img {
  max-width: 50px;
}

/*---------------------------------
       Button & Link CSS
----------------------------------*/
.btn {
  display: inline-block;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  border-radius: 5px;
  padding: 12px 25px;
  text-align: center;
  transition: 0.4s;
  border: 2px solid transparent;
}

.btn i {
  position: relative;
  height: auto;
  line-height: 0.8;
  font-size: 16px;
  transition: 0.4s;
}

.btn.style1 {
  background: #e2000f;
  color: #fff;
  padding: 8px 10px 8px 20px;
  transition: 0.4s;
}

.btn.style1 span {
  margin-right: 20px;
}

.btn.style1 i {
  width: 35px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  color: #0f2881;
  transition: 0.5s;
  line-height: 0.8;
  font-size: 16px;
  margin: 0 0 0 5px;
}

.btn.style1:hover {
  background: #0f2881;
}

.btn.style2 {
  background: #0f2881;
  color: #fff;
  padding: 8px 10px 8px 20px;
  transition: 0.3s;
}

.btn.style2 span {
  margin-right: 20px;
}

.btn.style2 i {
  width: 35px;
  height: 30px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  color: #0f2881;
  line-height: 0.8;
  font-size: 16px;
  margin: 0 0 0 5px;
}

.btn.style2:hover {
  background: #e2000f;
}

.btn.style3 {
  background: #e2000f;
  color: #fff;
  padding: 8px 25px 8px 25px;
}

.btn.style3 i {
  color: #fff;
  line-height: 0.8;
  font-size: 15px;
  margin: 0 0 0 10px;
}

.btn.style3:hover {
  background: #0f2881;
}

.btn.style4 {
  background: #e2000f;
  color: #fff;
  padding: 12px 30px;
}

.btn.style4 i {
  color: #fff;
  line-height: 0.8;
  font-size: 15px;
  margin: 0 0 0 10px;
}

.btn.style4:hover {
  background: #0f2881;
}

.btn.style5 {
  background: #0f2881;
  color: #fff;
  padding: 8px 25px 8px 25px;
}

.btn.style5 i {
  color: #fff;
  line-height: 0.8;
  font-size: 15px;
  margin: 0 0 0 10px;
}

.btn.style5:hover {
  background: #fff;
  color: #0f2881;
}

.btn.style6 {
  background: #e2000f;
  color: #fff;
  border-radius: 0;
  padding: 8px 10px 8px 10px;
}

.btn.style6 span {
  margin-right: 20px;
}

.btn.style6 i {
  width: 35px;
  height: 30px;
  background: #fff;
  text-align: center;
  border-radius: 0;
  color: #0f2881;
  line-height: 0.8;
  font-size: 16px;
  margin: 0 0 0 5px;
}

.btn.style6:hover {
  background: #0f2881;
}

.link {
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.link i {
  position: absolute;
  top: 2px;
  right: -22px;
  font-size: 12px;
  font-weight: 700;
  transition: 0.3s;
}

.link:hover {
  letter-spacing: 0.3px;
}

.link.style1 {
  color: #e2000f;
}

.owl-carousel .owl-dots {
  height: 22px;
}

.owl-carousel .owl-dots .owl-dot {
  margin: 0 5px;
}

.owl-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.owl-carousel .owl-dots .owl-dot span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #EEEFF2;
  border: 1px solid transparent;
  transition: 0.4s;
  position: relative;
}

.owl-carousel .owl-dots .owl-dot span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  background: transparent;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  transition: 0.4s;
}

.owl-carousel .owl-dots .owl-dot.active span {
  border-color: #e2000f;
  background: transparent;
}

.owl-carousel .owl-dots .owl-dot.active span:after {
  background: #e2000f;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #EEEFF2 !important;
  transition: 0.4s;
}

.owl-carousel .owl-nav .owl-prev i,
.owl-carousel .owl-nav .owl-next i {
  font-size: 16px;
  line-height: 0.9;
  margin: 0 auto;
  transition: 0.4s;
  position: relative;
  top: 2px;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
  background: #e2000f !important;
}

.owl-carousel .owl-nav .owl-prev:hover i,
.owl-carousel .owl-nav .owl-next:hover i {
  color: #fff;
}

.owl-carousel .owl-nav .owl-prev {
  margin-right: 15px;
}

/*--------------------------------------
    Section Title,Overlay & Shape CSS
----------------------------------------*/
.section-title,
.content-title {
  position: relative;
}

.section-title span,
.content-title span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 8px;
  font-family: "Barlow Condensed", sans-serif;
}

.section-title h2,
.content-title h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}

.section-title h3,
.content-title h3 {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  margin: 0;
}

.section-title p,
.content-title p {
  margin-bottom: 0;
}

.section-title.style1 span,
.content-title.style1 span {
  color: #e2000f;
}

.section-title.style1 p {
  margin: 10px auto 0;
}

.discount {
  text-decoration: line-through;
  margin-right: 8px !important;
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-transparent {
  background-color: transparent;
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-albastor {
  background-color: #f9f9f9;
}

.bg-russian {
  background-color: #071a5c;
}

.bg-razz {
  background-color: #e2000f;
}

.body_overlay {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.body_overlay.open {
  visibility: visible;
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.op-1 {
  opacity: 0.1;
}

.op-2 {
  opacity: 0.2;
}

.op-3 {
  opacity: 0.3;
}

.op-4 {
  opacity: 0.4;
}

.op-5 {
  opacity: 0.5;
}

.op-6 {
  opacity: 0.6;
}

.op-7 {
  opacity: 0.7;
}

.op-8 {
  opacity: 0.8;
}

.op-9 {
  opacity: 0.9;
}

.op-95 {
  opacity: 0.95;
}

.op-10 {
  opacity: 1;
}


.pos-rel {
  position: relative;
  z-index: 1;
}

.bounce {
  animation: float 1500ms infinite ease-in-out;
}

.moveHorizontal {
  animation: moveHorizontal 3500ms infinite ease-in-out;
}

.moveHorizontal_reverse {
  animation: moveHorizontal_reverse 3500ms infinite ease-in-out;
}

.animationFramesTwo {
  animation: animationFramesTwo 20000ms infinite ease-in-out;
}

.rotate {
  animation: rotation 20s infinite linear;
}

.rotate {
  animation: rotation 20s infinite linear;
}

@keyframes float {
  0% {
    transform: translateY(5px);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(5px);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}

@keyframes moveHorizontal_reverse {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(20px);
  }

  100% {
    transform: translateX(0px);
  }
}

@keyframes moveVertical {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}

/*-------------------------------
     Social Link  CSS
-------------------------------*/
.social-profile li {
  display: inline-block;
  margin: 0 8px 0 0;
}

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

.social-profile li a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  transition: 0.3s;
}

.social-profile li a i {
  transition: 0.3s;
}

.social-profile li a:hover {
  border-color: transparent;
}

.social-profile.style1 li a {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  transition: 0.3s;
}

.social-profile.style1 li a i {
  font-size: 14px;
  line-height: 0.7;
}

.social-profile.style1 li a:hover {
  background-color: #e2000f;
}

.social-profile.style1 li a:hover i {
  color: #fff;
}

.social-profile.style2 li a {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  background-color: #e2000f;
  border-radius: 0;
}

.social-profile.style2 li a i {
  font-size: 18px;
  line-height: 0.8;
  color: #fff;
}

i.fa.fa-whatsapp {
  font-size: 24px !important;
}

.social-profile.style2 li a:hover {
  background-color: #0f2881;
  border-radius: 50%;
}

.social-profile.style2 li a:hover i {
  color: #fff;
}

.social-profile.style3 li a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 5px;
}

.social-profile.style3 li a i {
  font-size: 18px;
  line-height: 0.8;
  color: #0f2881;
}

.social-profile.style3 li a:hover {
  background-color: #e2000f;
}

.social-profile.style3 li a:hover i {
  color: #fff;
}

.social-profile.style4 li {
  display: block;
  margin: 0 0 13px 0;
}

.social-profile.style4 li a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  transition: 0.3s;
}

.social-profile.style4 li a i {
  font-size: 14px;
  line-height: 0.7;
  color: #fff;
}

.social-profile.style4 li a:hover {
  border-color: #e2000f;
}

.swiper-container {
  overflow: hidden;
}

.footer-widget-wrap,
.checkout-details .select-payment-method,
.checkout-details .bill-item,
.product-card .product-info,
.cart-total .cart-total-item,
.cart-table table tbody tr td .cart-item,
.post-author,
.comment-author_info,
.comment-item,
.author-info-wrap .author-info,
.author-info-wrap,
.post-navigation,
.newsleter-wrap .newsletter-form,
.blog-card.style3 .blog-info .blog-metainfo,
.blog-card .blog-info .blog-metainfo .blog-author-info,
.blog-card .blog-info .blog-metainfo,
.counter-card.style1,
.team-card.style1 .member-info-wrap,
.why-choose-wrap.style3 .brand-logo,
.project-desc .project-metainfo li,
.case-card .case-img .case-info-wrap,
.about-wrap.style3 .counter-box,
.about-wrap.style3 .about-content .ceo-message,
.hero-tablist-wrap,
.page-navigation .page-nav,
.contact-widget .contact-info span.contact-icon,
.new-product-item,
.search-area,
.select-lang .navbar-language .dropdown-toggle,
.header-wrap .header-top .header-top-right,
.header-wrap .header-top .header-top-left,
.product-quantity .qtySelector span,
.product-card .product-info .product-info-right .add-to-cart,
.promo-video .video-play,
.team-card.style1 .member-info-wrap .member-social-profile span,
.case-card .case-img .case-info-wrap .read-more,
.service-card .service-icon,
.category-card .cat-icon,
#hero-thumbs .item .hero-thumb-item span,
.page-navigation .page-nav li a,
.contact-widget .contact-icon,
.shopcart span,
.header-wrap .header-bottom .header-bottom-right,
.blog-card.style2 .blog-info .blog-metainfo .blog-author-info,
.product-tablist,
.circle,
.btn.style1,
.btn.style1 i,
.btn.style2,
.btn.style2 i,
.btn.style3,
.btn.style4,
.btn.style5,
.btn.style6,
.btn.style6 i,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a {
  display: flex;
  flex-wrap: wrap;
}

.btn i,
.btn.style1,
.btn.style1 i,
.btn.style2,
.btn.style2 i,
.btn.style3,
.btn.style4,
.btn.style5,
.btn.style6,
.btn.style6 i,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: inline-flex;
  flex-wrap: wrap;
}

.product-quantity .qtySelector span,
.product-card .product-info .product-info-right .add-to-cart,
.promo-video .video-play,
.team-card.style1 .member-info-wrap .member-social-profile span,
.case-card .case-img .case-info-wrap .read-more,
.service-card .service-icon,
.category-card .cat-icon,
#hero-thumbs .item .hero-thumb-item span,
.page-navigation .page-nav li a,
.contact-widget .contact-info span.contact-icon,
.contact-widget .contact-icon,
.search-area,
.shopcart span,
.circle,
.btn.style1 i,
.btn.style2 i,
.btn.style6 i,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a {
  flex-direction: column;
  justify-content: center;
}

.cart-total .cart-total-item,
.cart-table table tbody tr td .cart-item,
.author-info-wrap .author-info,
.author-info-wrap,
.post-navigation,
.blog-card.style3 .blog-info .blog-metainfo,
.blog-card .blog-info .blog-metainfo .blog-author-info,
.counter-card.style1,
.case-card .case-img .case-info-wrap,
.about-wrap.style3 .about-content .ceo-message,
.hero-tablist-wrap,
.new-product-item,
.select-lang .navbar-language .dropdown-toggle,
.header-wrap .header-bottom .header-bottom-right,
.header-wrap .header-top .header-top-right,
.header-wrap .header-top .header-top-left,
.btn.style1,
.btn.style2,
.btn.style3,
.btn.style4,
.btn.style5,
.btn.style6 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.checkout-details .bill-item,
.product-card .product-info,
.cart-total .cart-total-item,
.post-navigation,
.blog-card .blog-info .blog-metainfo,
.team-card.style1 .member-info-wrap,
.case-card .case-img .case-info-wrap {
  justify-content: space-between;
}

.hero-tablist-wrap {
  justify-content: center;
}

.blog-card.style2 .blog-info .blog-metainfo .blog-author-info,
.about-wrap.style3 .counter-box,
.header-wrap .header-bottom .header-bottom-right,
.header-wrap .header-top .header-top-right {
  justify-content: flex-end;
}

.product-tablist,
.blog-card.style3 .blog-info .blog-metainfo,
.why-choose-wrap.style3 .brand-logo,
.page-navigation .page-nav {
  justify-content: flex-start;
}

/*---------------------------------
        Header CSS 
-----------------------------------*/
.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: 0.4s;
}

.header-wrap.sticky {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: 0.4s;
  background-color: #fff;
}

.header-wrap .header-top {
  padding: 10px 0;
}

.header-wrap .header-top .header-top-left .contact-item {
  position: relative;
  padding-left: 27px;
  margin-left: 25px;
  color: #fff;
}

.header-wrap .header-top .header-top-left .contact-item:first-child {
  margin-left: 0;
}

.header-wrap .header-top .header-top-left .contact-item i {
  color: #fff;
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 16px;
  line-height: 0.8;
}

.header-wrap .header-top .header-top-left .contact-item a {
  color: #fff;
  font-size: 15px;
}

.header-wrap .header-top .header-top-right .social-profile {
  margin-left: 20px;
}

.header-wrap .header-top .header-top-right .social-profile.style4 li {
  display: inline-block;
  margin: 0 0 0 8px;
}

.header-wrap .header-top .header-top-right .social-profile.style4 li:first-child {
  margin-left: 0;
}

.header-wrap .header-top .header-top-right .social-profile.style4 li a {
  width: 28px;
  height: 28px;
}

.header-wrap .header-top .header-top-right .social-profile.style4 li a i {
  font-size: 11px;
}

.header-wrap .header-bottom {
  padding: 16px 0;
}

.header-wrap .header-bottom .header-bottom-right .searchbox {
  position: relative;
  max-width: 220px;
}

.header-wrap .header-bottom .header-bottom-right .searchbox input {
  width: 100%;
  background: #F9F9F9;
  height: 48px;
  border-radius: 5px;
  padding: 10px 15px;
  border: none;
}

.header-wrap .header-bottom .header-bottom-right .searchbox button {
  position: absolute;
  top: 0;
  right: 15px;
  background-color: transparent;
  border: none;
  height: 100%;
  cursor: pointer;
}

.header-wrap .header-bottom .header-bottom-right .searchbox button i {
  position: relative;
  top: 3px;
}

.shopcart {
  position: relative;
  top: 2px;
  margin: 0 25px 0 20px;
}

.shopcart i {
  font-size: 26px;
}

.shopcart span {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 15px;
  height: 15px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #e2000f;
  font-size: 10px;
  line-height: 1.2;
}

.user-login {
  margin-right: 5px;
}

.user-login a {
  color: #fff;
}

.user-login a i {
  color: #fff;
  position: relative;
  top: 3px;
  font-size: 16px;
  margin-right: 10px;
}

.seprator {
  color: #fff;
  display: inline-block;
  padding: 0 10px;
}

.select-lang {
  padding-left: 18px;
  position: relative;
}

.select-lang i {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 16px;
  color: #fff;
}

.select-lang .navbar-language .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  padding-right: 16px;
  transition: 0.3s;
  font-family: "Nunito", sans-serif;
}

.select-lang .navbar-language .dropdown-toggle:after {
  display: none;
}

.select-lang .navbar-language .dropdown-toggle:before {
  position: absolute;
  top: 2px;
  right: 2px;
  content: "\f108";
  font-family: "Flaticon";
  font-weight: 500;
  border: 0;
  margin-left: 8px;
  font-size: 8px;
}

.select-lang .navbar-language .dropdown-menu {
  margin: 0;
  padding: 5px 0;
  inset: 0px 0 auto auto !important;
  box-shadow: 0 9px 54px 0 rgba(32, 32, 32, 0.1);
  border: 0;
  border-radius: 0;
  transform: translateY(75px) !important;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s linear;
}

.select-lang .navbar-language .dropdown-menu a {
  padding: 5px 10px;
  transition: all 0.3s linear;
  font-size: 15px;
}

.select-lang .navbar-language .dropdown-menu a.active {
  background-color: #f8f9fa;
}

.select-lang .navbar-language .dropdown-menu a img {
  width: 20px;
  margin-right: 10px;
}

.select-lang .navbar-language .dropdown-menu.show {
  transform: translateY(40px) !important;
  opacity: 1;
  pointer-events: all;
}

.searchbtn {
  background: transparent;
  border: none;
  margin: 0 20px 0 15px;
}

.searchbtn i {
  font-size: 18px;
  position: relative;
  top: 4px;
}

.search-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 15px 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  transition: 0.4s;
}

.search-area.open {
  top: 128px;
  visibility: visible;
  opacity: 1;
}

.search-area .close-searchbox {
  position: absolute;
  top: 0;
  right: 15px;
  width: 60px;
  height: 60px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.search-area .close-searchbox i {
  color: #000;
  font-size: 35px;
}

.search-area .form-group input {
  width: calc(100% - 75px);
  background: transparent;
  height: 60px;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 20px;
  padding: 10px 20px;
  color: #000;
}

.search-area .form-group input::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.search-area .form-group input::placeholder {
  color: #000;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .header-wrap .logo img {
    max-width: 120px;
    padding-inline-start: 5px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-wrap .header-top .header-top-left .contact-item {
    width: 100%;
    margin: 0 0 15px;
    color: #0f2881;
  }

  .header-wrap .logo img {
    max-width: 120px;
  }

  .header-wrap.style1 .header-top .header-top-left .contact-item i,
  .header-wrap.style1 .header-top .header-top-right .user-login i,
  .header-wrap.style1 .header-top .header-top-right .select-lang i {
    color: #e2000f;
  }

  .header-wrap.style1 .header-top .header-top-left .contact-item p,
  .header-wrap.style1 .header-top .header-top-left .contact-item a {
    color: #000;
    font-size: 15px;
  }

  .header-wrap .header-top .header-top-right .social-profile {
    margin-left: 0;
    width: 100%;
    margin-top: 15px;
  }

  .header-wrap .header-top .header-top-right .social-profile li a {
    border-color: #e2000f;
  }

  .header-wrap .header-top .header-top-right .social-profile li a i {
    color: #e2000f;
  }

  .header-wrap.style1 .header-top .header-top-right {
    justify-content: flex-start;
  }

  .header-wrap.style1 .header-top .header-top-right .user-login {
    display: block;
    width: 100%;
    margin: 0 0 15px;
  }

  .header-wrap.style1 .header-top .header-top-right .user-login a {
    color: #0f2881;
  }
  

  .header-wrap.style1 .header-top .header-top-right .select-lang i {
    top: 3px;
  }

  .header-wrap.style1 .header-top .header-top-right .select-lang span {
    color: #0f2881;
  }

  .header-wrap.style1 .header-top .header-top-right .select-lang .dropdown-toggle::before {
    color: #0f2881;
  }

  .search-area.open {
    top: 68px;
    border-top: 1px solid #EEEFF2;
  }

  .searchbtn {
    margin: 0 12px 0 10px;
  }

  .searchbtn i {
    top: 0;
  }

  .shopcart {
    top: 2px;
    margin: 0 5px 0 0px;
  }

  .header-wrap .header-top {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    background: #EEEFF2;
    right: -100%;
    padding: 50px 0 !important;
    display: block;
    z-index: 999;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
  }

  .header-wrap .header-top .header-top-left .social-profile {
    width: 100%;
    margin-bottom: 15px;
  }

  .header-wrap .header-top .header-top-left .social-profile li a i {
    color: #e2000f;
  }

  .header-wrap .header-top .header-top-left .select-lang {
    margin-bottom: 15px;
  }

  .header-wrap .header-top .header-top-left .select-lang .navbar-language .dropdown-toggle {
    color: #000;
  }

  .header-wrap .header-top .header-top-right .contact-item {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
  }

  .header-wrap .header-top .header-top-right .contact-item a {
    color: #000;
  }

  .header-wrap .header-top.open {
    visibility: visible;
    opacity: 1;
    right: 0;
  }

  .header-wrap.style1 .header-bottom-right .mobile-bar-wrap {
    order: 3;
  }

  .menu-bar {
    justify-content: space-between;
  }

  .mobile-bar-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
    position: relative;
    top: 4px;
    right: 35px;
  }

  .menu-close {
    position: absolute;
    top: 13px;
    right: 16px;
  }

  .menu-close i {
    color: #000;
    font-size: 22px;
  }

  .mobile-menu {
    text-align: right;
  }

  .mobile-menu a {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background: #e2000f;
  }

  .mobile-menu a i {
    color: #fff;
    font-size: 23px;
    line-height: 33px;
    position: relative;
    top: 1px;
  }

  .mobile-top-bar,
  .mobile-menu {
    display: inline-block;
    position: relative;
    top: -3px;
  }

  .mobile-top-bar {
    margin-right: 15px;
    cursor: pointer;
    position: relative;
    top: 0;
  }

  .mobile-top-bar span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 20px;
    background-color: #000;
    margin: 5.9px 0;
  }

  .mobile-top-bar span:nth-child(1) {
    margin-top: 0;
  }

  .mobile-top-bar span:nth-child(2) {
    width: 12px;
    margin-left: 8px;
  }

  .close-header-top button {
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 999;
    background: transparent;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
  }

  .close-header-top button i {
    color: #000;
    font-size: 20px;
  }

  .main-menu-wrap {
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 999;
    top: 0;
    height: 100vh;
    transition: 0.5s;
    left: -100%;
    padding: 55px 20px 30px;
    overflow-y: auto;
    transition: 0.4s;
  }

  .main-menu-wrap.open {
    left: 0;
  }

  .main-menu>li.has-children.menu-open>span.menu-expand {
    transform: rotate(180deg);
  }

  .main-menu>li.has-children.menu-open>span.menu-expand i {
    color: #000;
  }

  .main-menu>li>ul>li.has-children.menu-open>span.menu-expand {
    transform: rotate(180deg);
  }

  .main-menu li {
    position: relative;
  }

  .main-menu li:last-child {
    margin: 0;
  }

  .main-menu li>span.menu-expand {
    position: absolute;
    right: 0;
    top: 13px;
    cursor: pointer;
  }

  .main-menu li>span.menu-expand i {
    color: #000;
    font-size: 14px;
  }

  .main-menu li>span.menu-expand:hover {
    color: #000;
  }

  .main-menu li a.active {
    color: #e2000f;
  }

  .main-menu li>a {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    display: block;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }

  .main-menu li>a:hover {
    color: #000;
  }

  .main-menu li>ul.sub-menu {
    padding-left: 20px;
  }

  .main-menu li a.active {
    font-weight: 600;
    color: #000;
    border-color: rgba(0, 0, 0, 0.3);
  }
}

@media only screen and (min-width: 1200px) {
  .header-wrap.sticky {
    margin-top: -48px;
  }

  .header-wrap .container {
    max-width: 1140px;
  }

  .header-wrap.style1 .main-menu-wrap {
    margin: auto;
  }

  .header-wrap.style2 .main-menu-wrap {
    text-align: center;
  }

  .main-menu-wrap #menu ul li {
    display: inline-block;
    position: relative;
  }

  .main-menu-wrap #menu ul li a {
    padding: 15px 20px 15px 20px;
    color: #000;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    transition: 0.3s;
  }

  .main-menu-wrap #menu ul li a.active,
  .main-menu-wrap #menu ul li a:hover {
    color: #e2000f;
  }

  .main-menu-wrap #menu ul li a.active:before,
  .main-menu-wrap #menu ul li a:hover:before {
    visibility: visible;
    opacity: 1;
  }

  .main-menu-wrap #menu ul li.has-children .sub-menu {
    position: absolute;
    top: 90px;
    left: 0;
    min-width: 200px;
    border-radius: 2px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    box-shadow: 0 24px 40px -4px rgba(0, 0, 0, 0.1);
    z-index: 10;
    display: block !important;
    transition: 0.5s;
    border-bottom: 1px solid #e2000f;
  }

  .main-menu-wrap #menu ul li.has-children .sub-menu li {
    margin: 0;
    display: block;
    text-align: left;
  }

  .main-menu-wrap #menu ul li.has-children .sub-menu li a {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin: 0;
    display: block;
    padding: 15px 22px;
    margin: 0;
    color: #000;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid #EEEFF2;
    transition: 0.3s;
    position: relative;
  }

  .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover {
    padding-left: 30px;
    color: #e2000f;
  }

  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active,
  .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover {
    color: #e2000f;
  }

  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:before,
  .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover:before {
    width: 100%;
    visibility: visible;
    opacity: 1;
  }

  .main-menu-wrap #menu ul li.has-children .sub-menu li a.active:after,
  .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover:after {
    border-color: #e2000f;
  }

  .main-menu-wrap #menu ul li.has-children .sub-menu li:last-child>a {
    border-bottom: none;
  }

  .main-menu-wrap #menu ul li.has-children:hover>.sub-menu {
    top: 66px;
    visibility: visible;
    opacity: 1;
    transform: rotateY(0deg);
  }

  .main-menu-wrap #menu>ul>li {
    margin: 0;
  }

  .main-menu-wrap #menu>ul>li>a {
    display: inline-block;
    position: relative;
    font-weight: 600;
    transition: 0.3s;
  }

  .main-menu-wrap #menu>ul>li.has-children>a {
    position: relative;
  }

  .main-menu-wrap #menu>ul>li.has-children>a:after {
    position: absolute;
    top: 16px;
    right: 9px;

    font-family: "Flaticon";
    font-size: 8px;
    font-weight: 500;
    transition: 0.6s;
  }

  .main-menu-wrap #menu>ul>li.has-children>.sub-menu>.has-children>a {
    position: relative;
  }

  .main-menu-wrap #menu>ul>li.has-children>.sub-menu>.has-children>a:after {
    position: absolute;
    top: 24px;
    right: 20px;
    content: "";
    width: 6px;
    height: 6px;
    border-width: 0 0 1px 1px;
    border-style: solid;
    transform: rotate(-135deg);
  }

  .main-menu-wrap #menu>ul>li.has-children>.sub-menu>.has-children>a:hover:after {
    border-color: #fff;
  }

  .main-menu-wrap #menu>ul>.has-children {
    position: relative;
  }

  .main-menu-wrap #menu ul>.has-children>.sub-menu>.has-children>.sub-menu {
    left: auto;
    right: 100%;
    top: 0 !important;
  }

  .menu-expand i {
    display: none;
  }

  .header-wrap .main-menu-wrap #menu ul li.has-children .sub-menu li a.active::before,
  .header-wrap .main-menu-wrap #menu ul li.has-children .sub-menu li a:hover::before {
    background-color: #e2000f;
  }

  .header-wrap .main-menu-wrap #menu ul>li>a {
    color: #000;
  }

  .header-wrap .main-menu-wrap #menu ul li a.active,
  .header-wrap .main-menu-wrap #menu ul li a:hover {
    color: #e2000f;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .main-menu-wrap #menu ul li a {
    padding: 15px 15px 15px 15px !important;
    font-size: 16px !important;
  }

  .main-menu-wrap #menu>ul>li.has-children>a::after {
    right: 3px !important;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
  .header-wrap .container {
    max-width: 1320px;
  }
}

@media only screen and (min-width: 1600px) {
  .header-wrap .container {
    max-width: 1570px;
  }
}

/*---------------------------------
       Breadcrumb CSS 
-----------------------------------*/
.br-1 {
  background-image: url(../img/breadcrumb/br-1.jpg);
}

.br-2 {
  background-image: url(../img/breadcrumb/br-2.jpg);
}

.br-3 {
  background-image: url(../img/about/top-comman.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.br-4 {
  background-image: url(../img/breadcrumb/br-4.jpg);
}

.breadcrumb-wrap {
  position: relative;
  height: 100%;
  padding: 100px 0;
  overflow: hidden;
  background-attachment: fixed;
}

.breadcrumb-wrap .breadcrumb-title {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.breadcrumb-wrap .breadcrumb-title h2 {
  font-size: 40px;
  font-family: "Barlow Condensed", sans-serif;
  color: #fff;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 12px;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li {
  display: inline-block;
  margin: 0 10px;
  font-size: 18px;
  font-family: "Barlow Condensed", sans-serif;
  position: relative;
  color: #fff;
  font-weight: 600;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child {
  margin-left: 0;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:first-child a {
  padding-left: 0;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child {
  margin-right: 0;
  color: #e2000f;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a {
  line-height: 22px;
  color: #fff;
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a:hover {
  color: #e2000f;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li a:after {
  position: absolute;
  top: 0;
  right: -15px;
  content: "/";
  font-size: 18px;
  border-radius: 0;
}

.breadcrumb-wrap .breadcrumb-title .breadcrumb-menu li:last-child a:after {
  display: none;
}

/*---------------------------------------
        Sign In CSS
 ----------------------------------------*/
.login-header {
  text-align: left;
  margin: 0 0 25px;
}

.login-header h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2;
  color: #000;
  margin-bottom: 0;
}

.login-form {
  background-color: #F9F9F9;
  border-radius: 5px;
}

.login-form .login-body {
  padding: 40px;
}

.login-form .login-body .form-group {
  margin: 0 0 20px;
}

.login-form .login-body .form-group label {
  font-size: 16px;
  color: #444;
  font-weight: 600;
  margin: 0 0 10px;
  display: block;
}

.login-form .login-body .form-group input {
  border-radius: 5px;
  background: #fff;
  border: none;
  width: 100%;
  height: 60px;
  padding: 10px 15px;
}

.login-form .login-body .btn {
  border-radius: 4px;
  display: block;
  width: 100%;
  padding: 15px;
}

.login-form .login-body .form_group label {
  font-size: 16px;
}

.or-text {
  position: relative;
  text-align: center;
  margin: 0 0 16px 0;
  font-size: 18px;
  z-index: 9;
}

.or-text p {
  display: inline-block;
  padding: 0 10px;
  margin: 0 auto;
  z-index: 1;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50%;
}

/*---------------------------------------------------------
    FAQ,Terms & Conditions, Privacy-policy,404 CSS
 ---------------------------------------------------------*/

.error-content {
  text-align: center;
}

.error-content span {
  font-size: 110px;
  font-weight: 700;
  display: block;
  line-height: 82px;
  margin: 0 0 55px;
  color: #000;
}

.error-content .btn i {
  margin-right: 5px;
  margin-left: 0;
  position: relative;
  top: 0;
}

.error-content p {
  margin: 0 0 20px;
}

.single-content h3 {
  font-size: 24px;
}

/*---------------------------
        Sidebar CSS
 ---------------------------*/
.sidebar .sidebar-widget {
  margin: 0 0 30px;
  border-radius: 5px;
  background-color: #F9F9F9;
  padding: 22px 25px 25px;
  border-radius: 5px;
}

.sidebar .sidebar-widget h4 {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  line-height: 1;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #EEEFF2;
}

.sidebar .sidebar-widget h4:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 75px;
  height: 2px;
  content: "";
  background: #e2000f;
}

.sidebar .sidebar-widget:last-child {
  margin: 0;
}

.sidebar .sidebar-widget.box {
  padding: 22px 25px;
}

/*---------Search Box Widget-------------*/
.search-box {
  position: relative;
}

.search-box .form-group {
  position: relative;
}

.search-box .form-group input {
  width: 100%;
  height: 54px;
  background: #fff;
  color: #0f2881;
  font-size: 14px;
  line-height: 21px;
  padding: 10px 70px 10px 20px;
  border-radius: 5px;
  border: none;
}

.search-box .form-group input:focus {
  border-color: #ABA8B0;
}

.search-box .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 18px;
  height: 100%;
  border: none;
  border-radius: 0 5px 5px 0;
  text-align: center;
  background: #e2000f;
}

.search-box .form-group button i {
  color: #fff;
  top: 4px;
  left: 1px;
  font-size: 20px;
  position: relative;
}

/*--------- Category Widget---------*/
.category-box.style1 ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 15px;
}

.category-box.style1 ul li:last-child {
  margin-bottom: 0;
}

.category-box.style1 ul li a {
  transition: 0.4s;
  color: #000;
  font-weight: 600;
  font-size: 16px;
}

.category-box.style1 ul li a i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 9px;
  color: #555555;
}

.category-box.style1 ul li a span {
  font-weight: 400;
  opacity: 0.5;
  margin-left: 4px;
  font-size: 14px;
}

.category-box.style1 ul li a:hover {
  color: #e2000f;
  padding-left: 5px;
}

.category-box.style1 ul li a:hover i {
  color: #e2000f;
}

.category-box.style2 ul li {
  position: relative;
  margin-bottom: 15px;
}

.category-box.style2 ul li:last-child {
  margin-bottom: 0;
}

.category-box.style2 ul li a {
  display: block;
  background-color: #fff;
  padding: 15px 15px 15px 20px;
  border-radius: 5px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: 0.4s;
}

.category-box.style2 ul li a i {
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 10px;
  color: #555555;
  transition: 0.4s;
}

.category-box.style2 ul li a.active {
  color: #e2000f;
}

.category-box.style2 ul li a.active i {
  color: #e2000f;
}

.category-box.style2 ul li a:hover {
  background-color: #e2000f;
  color: #fff;
  border-color: transparent;
}

.category-box.style2 ul li a:hover i {
  color: #fff;
}

/*------New Arrival Product CSS-------*/
.new-product-item {
  margin: 0 0 20px;
}

.new-product-item:last-child {
  margin: 0;
}

.new-product-item .new-product-img {
  width: 80px;
  padding: 5px;
  text-align: center;
  background-color: #fff;
  border-radius: 4px;
}

.new-product-item .new-product-img img {
  margin: 0 auto;
  display: block;
}

.new-product-item .new-product-info {
  width: calc(100% - 95px);
  margin-left: 15px;
}

.new-product-item .new-product-info h6 {
  font-size: 18px;
  margin: 0 0 5px;
}

.new-product-item .new-product-info h6 a {
  color: #000;
}

.new-product-item .new-product-info span {
  color: #e2000f;
  font-size: 14px;
  font-weight: 600;
}

.new-product-item .new-product-info span.discount {
  text-decoration: line-through;
  margin-left: 5px;
  color: #EEEFF2;
}

/*--------- Doc Widget---------*/
.doc-widget .download-doc-btn a {
  display: block;
  width: 100%;
  padding: 15px 15px 17px;
  border-radius: 5px;
  position: relative;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  font-family: "Barlow Condensed", sans-serif;
  margin-bottom: 20px;
  background-color: #0f2881;
}

.doc-widget .download-doc-btn a:last-child {
  margin-bottom: 0;
}

.doc-widget .download-doc-btn a i {
  color: #fff;
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.doc-widget .download-doc-btn a span {
  position: absolute;
  top: 0;
  right: 15px;
  display: inline-block;
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 7px;
  border-radius: 0 0 5px 5px;
  background-color: #e2000f;
}

.doc-widget .download-doc-btn a:hover {
  background-color: #e2000f;
  color: #fff;
}

.doc-widget .download-doc-btn a:hover span {
  background-color: #0f2881;
}

/*-------------------------------
         Hero Section CSS
-------------------------------*/
.hero-bg-1 {
  min-height: 90vh;
  background: linear-gradient(rgb(0 0 0 / 77%), rgba(0, 0, 0, 0.6)), url(../img/home/home-banner.png) center / cover no-repeat;

}

.hero-bg-2 {
  background-image: url(../img/hero/hero-bg-2.jpg);
}

.hero-wrap {
  margin-top: 116px;
}

.hero-wrap .hero-content {
  overflow: hidden;
}

.hero-wrap .hero-content>span {
  margin: 0 0 12px;
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  background-color: rgba(255, 255, 255, 0.23);
  display: inline-block;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 18px;
  padding: 8px 20px 12px;
  border-radius: 5px;
}

.hero-wrap .hero-content h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
  color: #fff;
}

.hero-wrap .hero-content h1 span {
  color: #e2000f;
}

.hero-wrap .hero-content p {
  margin: 0 0 28px;
  padding-right: 60px;
  color: #fff;
}

.hero-wrap .hero-content .btn.style1 {
  background-color: #e2000f;
  color: #fff;
}

.hero-wrap .hero-content .btn.style1:hover {
  background-color: #fff;
  color: #0f2881;
}

.hero-wrap .hero-content .btn.style1:hover i {
  background-color: #0f2881;
  color: #fff;
}

.hero-wrap .hero-content .hero-btn .btn {
  font-size: 17px;
}

.hero-wrap .hero-content .hero-btn .btn:nth-child(1) {
  margin-right: 12px;
}

.hero-wrap.style1 {
  padding: 150px 0 140px;
  position: relative;
}

.hero-wrap.style1 .social-profile {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.hero-wrap.style2 {
  padding: 50px 0;
  position: relative;
}

.hero-wrap.style2 .social-profile {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.hero-wrap.style2 .hero-content>span {
  border-radius: 0;
}

.hero-wrap.style2 .hero-content .btn {
  border-radius: 0;
}

.hero-wrap.style2 .hero-content .btn i {
  border-radius: 0;
}

.hero-wrap.style3 {
  padding: 50px 0;
  margin-bottom: 195px;
  position: relative;
}

.hero-tablist-wrap {
  position: absolute;
  bottom: -90px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.hero-tablist-wrap span {
  color: #fff;
  font-weight: 600;
  margin-right: 20px;
  position: relative;
  top: 5px;
}

.hero-tablist-wrap span i {
  position: relative;
  top: 3px;
  margin-left: 8px;
}

.hero-tablist-wrap .hero-tablist {
  border: none;
}

.hero-tablist-wrap .hero-tablist .nav-item {
  border: none;
  background: transparent;
}

.hero-tablist-wrap .hero-tablist .nav-item .nav-link {
  position: relative;
  background: transparent;
  border: none;
  padding: 20px;
  max-width: 100px;
}

.hero-tablist-wrap .hero-tablist .nav-item .nav-link:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e2000f;
  border: 2px solid #fff;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.hero-tablist-wrap .hero-tablist .nav-item .nav-link.active:after {
  visibility: visible;
  opacity: 1;
}

.hero-slider-two {
  position: relative;
}

.hero-slider-two.owl-carousel .owl-item {
  padding: 0 20px;
}

.hero-slider-two.owl-carousel .owl-nav .owl-prev,
.hero-slider-two.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
}

.hero-slider-two.owl-carousel .owl-nav .owl-prev:hover,
.hero-slider-two.owl-carousel .owl-nav .owl-next:hover {
  background: #e2000f;
}

.hero-slider-two.owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.hero-slider-two.owl-carousel .owl-nav .owl-next {
  right: 0;
}

#hero-slider-three .item {
  border-radius: 8px 0 0 8px;
}

#hero-slider-three .item img {
  border-radius: 8px 0 0 8px;
}

#hero-slider-three .owl-nav {
  position: absolute;
  bottom: -135px;
}

#hero-slider-three .owl-nav .owl-prev,
#hero-slider-three .owl-nav .owl-next {
  width: 62px;
  height: 62px;
  border-radius: 50%;
}

#hero-slider-three .owl-nav .owl-prev i,
#hero-slider-three .owl-nav .owl-next i {
  line-height: 0.5;
}

#hero-thumbs {
  max-width: 600px;
  position: absolute;
  bottom: -145px;
  left: calc((100% - 1500px) / 2 + 15px);
}

#hero-thumbs .item .hero-thumb-item {
  cursor: pointer;
  position: relative;
  border-radius: 8px;
}

#hero-thumbs .item .hero-thumb-item img {
  border-radius: 8px;
}

#hero-thumbs .item .hero-thumb-item span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: 0.4s;
}

#hero-thumbs .item .hero-thumb-item span:after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #e2000f;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

#hero-thumbs .item .hero-thumb-item span i {
  color: #0f2881;
  font-size: 30px;
  line-height: 0.8;
}

#hero-thumbs .item h6 {
  font-size: 18px;
  margin: 10px 0 0;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}

#hero-thumbs .owl-item .item:hover .hero-thumb-item span:after {
  visibility: visible;
  opacity: 1;
}

/*-------------------------------
         Category Section CSS
-------------------------------*/
.category-card {
  padding: 25px 25px 22px;
  position: relative;
  border-radius: 5px;
  margin: 0 0 25px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 340px;
}

.category-card:after {
  position: absolute;
  bottom: 0;
  left: 0%;
  content: "";
  background-color: #e2000f;
  width: 0%;
  height: 0%;
  z-index: -1;
  transition: 0.4s;
}

.category-card .cat-count {
  position: absolute;
  top: 30px;
  right: 20px;
  font-size: 70px;
  line-height: 0.8;
  font-weight: 800;
  color: #fff;
  color: transparent;
  -webkit-text-stroke: 2px rgba(255, 255, 255, 0.3);
  text-shadow: none;
}

.category-card .cat-icon {
  width: 68px;
  height: 60px;
  background-color: #fff;
  text-align: center;
  border-radius: 5px;
  transition: 0.4s;
}

.category-card .cat-icon i {
  font-size: 30px;
  line-height: 0.8;
  color: #0f2881;
  transition: 0.4s;
}

.category-card .cat-info {
  margin-top: 22px;
}

.category-card .cat-info h3 {
  font-size: 24px;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #fff;
}

.category-card .cat-info h3 a {
  color: #fff !important;
}

.category-card .cat-info h3:hover a {
  color: #0f2881;
}

.category-card .cat-info p {
  color: #fff;
  margin: 0;
  opacity: 0.8;
}

.category-card:hover:after {
  width: 100%;
  height: 100%;
}

.category-card:hover .cat-icon {
  background-color: #0f2881;
}

.category-card:hover .cat-icon i {
  color: #fff;
}

/*-------------------------------
         About Section CSS
-------------------------------*/
.fancy-card {
  background-color: #071a5c;
  border-radius: 10px;
  padding: 35px 25px;
  text-align: center;
  position: relative;
  overflow: hidden;
  border: 1px solid #dedede;
  transition: all 0.4s ease;
}

.fancy-card:hover {
  background-color: #e2000f;
  /* CARD HOVER = RED */
}

/* Circle Decoration */
.fancy-card::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.226);
  top: -30px;
  right: -30px;
  border-radius: 50%;
  transition: 0.4s;
}

/* ICON STYLE */
.fancy-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background-color: #fff;
  /* default red circle */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: all 0.4s ease;
}

.serve h4 {
  color: #fff !important;
}

.serve p {
  color: #fff !important;
}

/* ICON HOVER → BLUE */
.fancy-card:hover .fancy-icon {
  background-color: #fff;
  /* ICON HOVER = BLUE */
  transform: scale(1.1) rotate(8deg);
}

/* ICON INNER FONT */
.fancy-icon i {
  color: #071a5c;
  font-size: 32px;
}

.about-bg-1 {
  background-color: #dddddd57;
}

.testimonial-item.style2 {
  background-color: #F9F9F9;
  padding: 25px 25px 1px;
  position: relative;
  transition: 0.4s;
  border-radius: 5px;
}

.testimonial-item.style2 .client-img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  margin-bottom: 15px;
  transition: 0.4s;
}

/* Background */
.img-shine {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.img-shine img {
  width: 100%;
  display: block;
}

.img-shine::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
}

.img-shine:hover::before {
  animation: shine 0.9s ease-in-out;
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.about-img-2 {
  background-image: url(../img/about/about-img-2.jpg);
}

.about-img-3 {
  background-image: url(../img/about/about-img-3.jpg);
}

.about-img-4 {
  background-image: url(../img/about/about-img-4.jpg);
}

.about-img-5 {
  background-image: url(../img/about/about-img-5.jpg);
}

.about-wrap {
  position: relative;
}

.about-wrap .about-content p {
  margin-bottom: 10px;
}

.about-wrap .about-content .feature-list {
  margin-bottom: 25px;
}

.about-wrap .about-content .feature-list li p {
  padding-right: 60px;
  margin-bottom: 0;
}

.about-wrap.style1 {
  overflow: hidden;
}

.about-wrap.style1 .about-shape-1 {
  position: absolute;
  bottom: 150px;
  right: -150px;
}

.about-wrap.style1 .about-img-wrap {
  position: relative;
}

.about-wrap.style1 .about-img-wrap .about-img-1 {

  border-radius: 5px;
}

.about-wrap.style1 .about-img-wrap .about-img-2 {
  height: 480px;
  width: 350px;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 5px;
  z-index: 1;
  transform: translateY(-50%);
}

.about-wrap.style1 .about-content .btn.style1 {
  border-radius: 5px;
}

.about-wrap.style2 {
  overflow: hidden;
}

.about-wrap.style2 .about-img-wrap {
  position: relative;
  z-index: 1;
  min-height: 700px;
}

.about-wrap.style2 .about-img-wrap:after {
  position: absolute;
  bottom: 0;
  left: -164%;
  content: "";
  background: #e2000f;
  width: 200%;
  height: 160px;
  z-index: -1;
}

.about-wrap.style2 .about-img-wrap .about-img-3 {
  height: 515px;
  width: calc(100% - 60px);
}

.about-wrap.style2 .about-img-wrap .about-img-4 {
  height: 350px;
  width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.about-wrap.style2 .about-content .btn.style1 {
  border-radius: 0;
}

.about-wrap.style2 .about-content .btn.style1 i {
  border-radius: 0;
}

.about-wrap.style3 .about-img-wrap .about-img-5 {
  height: 780px;
  border-radius: 5px;
}

.about-wrap.style3 .about-content p {
  margin-bottom: 12px;
}

.about-wrap.style3 .about-content p:last-child {
  margin-bottom: 0;
}

.about-wrap.style3 .about-content .ceo-message {
  margin: 20px 0 28px;
}

.about-wrap.style3 .about-content .ceo-message .ceo-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.about-wrap.style3 .about-content .ceo-message .ceo-img img {
  border-radius: 50%;
}

.about-wrap.style3 .about-content .ceo-message .ceo-info {
  width: calc(100% - 115px);
  margin-left: 15px;
}

.about-wrap.style3 .about-content .ceo-message .ceo-info img {
  max-width: 120px;
}

.about-wrap.style3 .about-content .ceo-message .ceo-info h5 {
  margin: 15px 0 0;
}

.about-wrap.style3 .about-content .ceo-message .ceo-info h5 span {
  font-size: 15px;
  font-weight: 400;
  color: #555555;
  font-family: "Nunito", sans-serif;
  margin-left: 4px;
}

.about-wrap.style3 .counter-box {
  position: absolute;
  bottom: 40px;
  right: 0;
  width: 100%;
}

.about-wrap.style3 .counter-box .counter-card {
  margin-left: 20px;
}

.about-wrap.style3 .counter-box .counter-card:first-child {
  margin-left: 0;
}

.feature-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
}

.feature-list li:last-child {
  margin-bottom: 0;
}

.feature-list li span {
  position: absolute;
  top: 2px;
  left: 0;
}

.feature-list li span i {
  line-height: 0.8;
  display: inline-block;
}

.feature-list li h5 {
  font-size: 24px;
  margin-bottom: 8px;
  transition: 0.3s;
}

.feature-list li p {
  margin-bottom: 0;
}

.feature-list li:hover h5 {
  color: #e2000f;
}

.feature-list li:hover h5 a {
  color: #e2000f;
}

.feature-list.style1 li {
  padding-left: 35px;
}

.feature-list.style1 li span i {
  color: #e2000f;
  font-size: 24px;
}

/*-------------------------------
         Service Section CSS
-------------------------------*/
.service-card {
  position: relative;
  margin-bottom: 25px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 5px;
}

.service-card .service-icon {
  width: 65px;
  height: 55px;
  background: #0f2881;
  text-align: center;
  margin: 0 0 18px;
  transition: 0.4s;
}

.service-card .service-icon i {
  font-size: 30px;
  line-height: 0.8;
  color: #fff;
  transition: 0.4s;
}

.service-card .service-img {
  overflow: hidden;
}

.service-card .service-img img {
  transition: 0.8s;
  width: 100%;
  border-radius: 5px 5px 0px 0px;
}

.service-card .service-info {
  background-color: #F9F9F9;
  padding: 25px 25px 25px;
  position: relative;
  border-radius: 0px 0px 5px 5px;
}

.service-card .service-info .service-blur-icon {
  position: absolute;
  top: 30px;
  right: 30px;
}

.service-card .service-info .service-blur-icon i {
  font-size: 95px;
  color: #ABA8B0;
  opacity: 0.15;
  transition: 0.4s;
}

.service-card .service-info h3 {
  font-size: 24px;
  margin: 0 0 14px;
}

.service-card .service-info h3 a {
  transition: 0.4s;
}

.service-card .service-info p {
  margin: 0 0 20px;
  transition: 0.4s;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.service-card:hover .service-img img {
  transform: scale(1.05);
}

.service-card:hover .service-info .service-icon {
  background-color: #e2000f;
}

.service-card:hover .service-info h3 a {
  color: #e2000f;
}

.service-card.style1 {
  border-radius: 0 0 5px 5px;
}

.service-card.style1 .service-img {
  border-radius: 5px 5px 0 0;
}

.service-card.style1 .service-img img {
  border-radius: 5px 5px 0 0;
}

.service-card.style1 .service-icon {
  border-radius: 4px;
  margin-bottom: 22px;
}

.service-card.style1 .service-info p {
  margin-bottom: 12px;
}

.service-card.style1 .service-info .btn.style2 {
  background-color: transparent;
  color: #e2000f;
  padding: 0;
}

.service-card.style1 .service-info .btn.style2 i {
  width: auto;
  height: auto;
  background-color: transparent;
  border-radius: 5px;
}

.service-card.style1 .service-info .btn.style2:hover i {
  margin-left: 8px;
  color: #e2000f;
}

.service-card.style2 .service-info {
  transition: 0.4s;
}

.service-card.style2 .service-info .btn {
  border-radius: 2;
}

.service-card.style2 .service-info .btn i {
  border-radius: 1;
}

.service-card.style2:hover .service-icon {
  background-color: #fff;
}

.service-card.style2:hover .service-icon i {
  color: #0f2881;
}

.service-card.style2:hover .service-info {
  background-color: #e2000f;
}

.service-card.style2:hover .service-info .service-blur-icon i {
  opacity: 0.15;
  color: #fff;
}

.service-card.style2:hover .service-info h3 a {
  color: #fff;
}

.service-card.style2:hover .service-info p {
  color: #fff;
}

.service-card.style2:hover .service-info .btn {
  background-color: #fff;
  color: #0f2881;
}

.service-card.style2:hover .service-info .btn i {
  background-color: #e2000f;
  color: #fff;
}

.service-card.style3 {
  transition: 0.4s;
}

.service-card.style3 .service-icon {
  border-radius: 4px;
  transition: 0.4s;
}

.service-card.style3 .service-info {
  border-radius: 5px;
  transition: 0.4s;
}

.service-card.style3 .service-info h3 a {
  transition: 0.4s;
}

.service-card.style3 .service-info p {
  transition: 0.4s;
}

.service-card.style3 .service-info .btn.style2 {
  border-radius: 5px;
}

.service-card.style3 .service-info .btn.style2 i {
  border-radius: 5px;
}

.service-card.style3:hover .service-icon {
  background-color: #fff;
}

.service-card.style3:hover .service-icon i {
  color: #0f2881;
}

.service-card.style3:hover .service-info {
  background-color: #e2000f;
}

.service-card.style3:hover .service-info .service-blur-icon i {
  opacity: 0.15;
  color: #fff;
}

.service-card.style3:hover .service-info h3 a {
  color: #fff;
}

.service-card.style3:hover .service-info p {
  color: #fff;
}

.service-card.style3:hover .service-info .btn.style1 {
  background-color: #fff;
  color: #0f2881;
}

.service-card.style3:hover .service-info .btn.style1 i {
  background-color: #e2000f;
  color: #fff;
}

.service-slider-one {
  position: relative;
  padding-bottom: 65px;
}

.service-slider-one.owl-carousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.service-slider-two {
  position: relative;
  padding-bottom: 65px;
}

.service-slider-two.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.service-slider-three {
  position: relative;
  padding-bottom: 70px;
}

.service-slider-three.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}

.service-slider-three.owl-carousel .owl-nav .owl-prev,
.service-slider-three.owl-carousel .owl-nav .owl-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.owl-carousel .service-card {
  margin-bottom: 0;
}

/*-------------------------------
   Service Details CSS
--------------------------------*/
.service-desc h1 {
  font-size: 34px;
  line-height: 1.3;
  margin: 0 0 15px;
}

.service-desc h2 {
  font-size: 30px;
  line-height: 1.3;
  margin: 0 0 15px;
}

.service-desc h4 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 15px;
}

.service-desc p {
  margin: 0 0 20px;
}

.service-desc p:last-child {
  margin-bottom: 0;
}

.service-desc .service-img {
  margin: 0 0 25px;
  display: block;
  border-radius: 10px;
}

.service-desc .service-img img {
  border-radius: 10px;
}

.service-desc img {
  border-radius: 10px;
}

.service-desc .about-quote p {
  margin: 0 0 20px;
}

.service-desc .content-feature-list {
  -moz-columns: 2;
  columns: 2;
  margin-bottom: 30px;
}

.content-feature-list {
  margin: 0 0 28px 0;
}

.content-feature-list li {
  position: relative;
  padding-left: 28px;
  margin: 0 0 5px;
}

.content-feature-list li:last-child {
  margin-bottom: 0;
}

.content-feature-list li i {
  position: absolute;
  top: 5px;
  left: 0;
  color: #D80758;
  font-size: 18px;
  line-height: 0.8;
}

/*-------------------------------
        Case Section CSS
-------------------------------*/
.case-wrap.style1 {
  position: relative;
}

.case-wrap.style1:after {
  position: absolute;
  bottom: -80px;
  left: 0;
  content: "";
  background-color: #e2000f;
  width: 100%;
  height: 300px;
  z-index: -1;
}

.case-card {
  margin: 0 0 25px;
}

.case-card .case-img {
  position: relative;
  overflow: hidden;
}

.case-card .case-img img {
  transition: 0.8s;
}

.case-card .case-img .case-info-wrap {
  position: absolute;
  bottom: 25px;
  left: 25px;
  width: calc(100% - 50px);
  padding: 20px;
  background-color: #0f2881;
  z-index: 1;
}

.case-card .case-img .case-info-wrap:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  background-color: #e2000f;
  transition: 0.3s;
  z-index: -1;
}

.case-card .case-img .case-info-wrap .case-info .case-category {
  color: #fff;
}

.case-card .case-img .case-info-wrap .case-info h3 {
  font-size: 24px;
  margin-bottom: 0;
  margin-top: 0;
}

.case-card .case-img .case-info-wrap .case-info h3 {
  color: #fff;
}

.case-card .case-img .case-info-wrap .case-info p {
  color: #fff;
}

.case-card .case-img .case-info-wrap .read-more {
  width: 50px;
  height: 50px;
  background-color: #fff;
  text-align: center;
  transition: 0.4s;
}

.case-card .case-img .case-info-wrap .read-more i {
  font-size: 18px;
  line-height: 0.8;
  transition: 0.4s;
}

.case-card .case-img .case-info-wrap .read-more:hover {
  background: #0f2881;
}

.case-card .case-img .case-info-wrap .read-more:hover i {
  color: #fff;
}

.case-card:hover .case-img img {
  transform: scale(1.05);
}

.case-card:hover .case-img .case-info-wrap:after {
  height: 100%;
}

.case-card:hover .case-img .case-info-wrap .read-more {
  background: #0f2881;
}

.case-card:hover .case-img .case-info-wrap .read-more i {
  color: #fff;
}

.case-card:hover.style1 .case-img .case-info-wrap .read-more i {
  color: #000;
}

.case-card.style1 .case-img {
  border-radius: 5px;
}

.case-card.style1 .case-img img {
  border-radius: 5px;
}

.case-card.style1 .case-img .case-info-wrap {
  border-radius: 5px;
}

.case-card.style1 .case-img .case-info-wrap:after {
  border-radius: 5px;
}

.case-card.style1 .case-img .case-info-wrap .read-more {
  border-radius: 5px;
}

.case-card.style1:hover .case-img .case-info-wrap .read-more i {
  color: #fff;
}

.case-card.style3 .case-img {
  border-radius: 5px;
}

.case-card.style3 .case-img img {
  border-radius: 5px;
}

.case-card.style3 .case-img .case-info-wrap {
  left: 0;
  bottom: -100%;
  width: 100%;
  border-radius: 0 0 5px 5px;
  transition: 0.4s;
}

.case-card.style3 .case-img .case-info-wrap .read-more {
  background: #fff;
  border-radius: 5px;
}

.case-card.style3 .case-img .case-info-wrap .read-more i {
  color: #0f2881;
}

.case-card.style3:hover .case-info-wrap {
  bottom: 0;
}

.case-slider-one {
  position: relative;
}

.case-slider-one .owl-dots {
  position: absolute;
  top: -78px;
  right: 0;
  height: 21px;
}

.case-slider-two {
  position: relative;
}

.case-slider-two.owl-carousel .owl-nav {
  position: absolute;
  top: -95px;
  right: 0;
}

.case-slider-three {
  position: relative;
}

.case-slider-three.owl-carousel .owl-nav {
  position: absolute;
  top: -95px;
  right: 0;
}

.owl-carousel .case-card {
  margin-bottom: 0;
}

/*-------------------------------
    Case Details  CSS
-------------------------------*/
.single-case-1 {
  background-image: url(../img/case/case-details.jpg);
  height: 540px;
  border-radius: 5px;
  margin-bottom: 25px;
  display: block;
}

.project-details-wrap .post-navigation {
  border-top: 1px solid #EEEFF2;
  padding-top: 20px;
}

.project-desc {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  padding: 35px;
  margin-bottom: 25px;
  border-radius: 5px;
}

.project-desc h2 {
  margin-bottom: 15px;
  font-size: 26px;
}

.project-desc p {
  margin-bottom: 15px;
}

.project-desc .project-metainfo {
  margin-top: 25px;
}

.project-desc .project-metainfo li {
  margin-bottom: 25px;
}

.project-desc .project-metainfo li:last-child {
  margin-bottom: 0;
}

.project-desc .project-metainfo li h6 {
  margin-bottom: 0;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 700;
  width: 180px;
  font-family: "Nunito", sans-serif;
}

.project-desc .project-metainfo li h6 i {
  position: relative;
  top: 2px;
  color: #e2000f;
  margin-right: 7px;
}

.project-desc .project-metainfo li p {
  width: calc(100% - 180px);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.2;
}

.project-desc-para {
  margin-bottom: 25px;
}

.project-desc-para h3 {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 15px;
}

.project-gallery .single-project-img {
  border-radius: 5px;
  margin-bottom: 25px;
}

.project-gallery .single-project-img a {
  display: block;
}

.project-gallery .single-project-img a img {
  border-radius: 5px;
}

/*-------------------------------
     Why Choose Us Section CSS
-------------------------------*/

.wh-img-3 {
  background-image: url(../img/about/atul.png);
  background-repeat: no-repeat;
  background-size: contain;
  /* makes image responsive */
  background-position: center;
}

.wh-img-4 {
  background-image: url(../img/about/vichare.png);
  background-repeat: no-repeat;
  /* makes image responsive */
  background-position: center;
}



.why-choose-wrap {
  position: relative;
}

.why-choose-wrap.style1 .wh-img-wrap {
  position: relative;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-img-1 {
  height: 664px;
  width: calc(100% - 150px);
  border-radius: 5px;
  margin-left: auto;
}

.why-choose-wrap.style1 .wh-img-wrap .wh-img-2 {
  height: 450px;
  width: 350px;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 5px;
  z-index: 1;
  transform: translateY(-50%);
}

.why-choose-wrap.style1 .wh-content p {
  margin-bottom: 22px;
}

.why-choose-wrap.style1 .wh-content .feature-list {
  margin-bottom: 25px;
}

.why-choose-wrap.style1 .wh-content .feature-list li h5:hover a {
  color: #e2000f;
}

.why-choose-wrap.style1 .wh-content .feature-list li p {
  padding-right: 30px;
  margin-bottom: 0;
}

.why-choose-wrap.style2 {
  overflow: hidden;
}

.why-choose-wrap.style2 .wh-img-wrap {
  position: relative;
  z-index: 1;
  min-height: 760px;
}

.why-choose-wrap.style2 .wh-img-wrap:after {
  position: absolute;
  bottom: 0;
  right: -100%;
  content: "";
  background: #071a5c;
  width: 200%;
  height: 160px;
  z-index: -1;
}

.why-choose-wrap.style2 .wh-img-wrap .wh-img-3 {
  height: 450px;
  width: calc(100% - 60px);
  margin-left: auto;
}

.why-choose-wrap.style2 .wh-img-wrap .wh-img-4 {
  height: 450px;
  width: 90%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.why-choose-wrap.style2 .wh-img-wrap .wh-img-4:after {
  position: absolute;
  bottom: 0;
  right: -25px;
  content: "";
  background: #fff;
  width: 25px;
  height: 160px;
  z-index: -1;
}

.why-choose-wrap.style2 .wh-content .feature-list {
  margin-bottom: 25px;
}

.why-choose-wrap.style2 .wh-content .btn.style2 {
  border-radius: 0;
}

.why-choose-wrap.style2 .wh-content .btn.style2 i {
  border-radius: 0;
}

.why-choose-wrap.style3 .wh-img-wrap .wh-img-5 {
  height: 830px;
  border-radius: 5px;
}

.why-choose-wrap.style3 .brand-logo {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
}

.why-choose-wrap.style3 .brand-logo .brand-item {
  margin-right: 20px;
  width: 225px;
  height: auto;
  border-radius: 5px;
  background-color: #fff;
  padding: 30px 25px 30px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  transition: 0.4s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.why-choose-wrap.style3 .brand-logo .brand-item:first-child {
  margin-left: 0;
}

.why-choose-wrap.style3 .brand-logo .brand-item img {
  display: block;
  margin: 0 auto;
}

.why-choose-wrap.style3 .brand-logo .brand-item:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-color: #e2000f;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  transition: 0.4s;
}

.why-choose-wrap.style3 .brand-logo .brand-item:hover:after {
  width: 100%;
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.why-choose-wrap.style3 .brand-logo .brand-item:hover img {
  filter: brightness(0) invert(1);
}

/*-------------------------------
         Team CSS
-------------------------------*/
.team-card {
  margin-bottom: 25px;
}

.team-card .member-info-wrap .member-name h4 {
  font-size: 24px;
}

.team-card.style1 .member-img {
  position: relative;
  border-radius: 5px 5px 5px 0;
  z-index: 1;
}

.team-card.style1 .member-img:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 80%;
  content: "";
  border-radius: 0 5px 0 0;
  background-color: #0f2881;
  z-index: -1;
  transition: 0.4s;
}

.team-card.style1 .member-img img {
  width: calc(100% - 25px);
  border-radius: 5px 5px 5px 0;
}

.team-card.style1 .member-info-wrap {
  padding: 22px 25px 22px;
  border-radius: 0 0 5px 5px;
  background-color: #0f2881;
  transition: 0.4s;
}

.team-card.style1 .member-info-wrap .member-name {
  width: calc(100% - 55px);
}

.team-card.style1 .member-info-wrap .member-name h4 {
  color: #fff;
  margin: 0 0 10px;
  line-height: 1.1;
}

.team-card.style1 .member-info-wrap .member-name span {
  font-size: 16px;
  color: #fff;
}

.team-card.style1 .member-info-wrap .member-social-profile {
  position: relative;
}

.team-card.style1 .member-info-wrap .member-social-profile span {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}

.team-card.style1 .member-info-wrap .member-social-profile span i {
  color: #0f2881;
  font-size: 20px;
  line-height: 0.8;
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile {
  position: absolute;
  bottom: 80px;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile li {
  display: block;
  margin: 0 0 15px;
  transform: translateX(40px);
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile li:last-child {
  margin-bottom: 0;
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile li a {
  border-radius: 5px;
  width: 50px;
  height: 50px;
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile li:nth-child(1) {
  transition: 0.3s;
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile li:nth-child(2) {
  transition: 0.6s;
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile li:nth-child(3) {
  transition: 0.9s;
}

.team-card.style1 .member-info-wrap .member-social-profile .social-profile li:nth-child(4) {
  transition: 1.2s;
}

.team-card.style1:hover .member-img:after {
  background-color: #e2000f;
}

.team-card.style1:hover .member-info-wrap {
  background-color: #e2000f;
}

.team-card.style1 .member-social-profile:hover .social-profile {
  visibility: visible;
  opacity: 1;
}

.team-card.style1 .member-social-profile:hover .social-profile li {
  transform: translateX(0);
}

.team-card.style2 .member-info-wrap {
  text-align: center;
  transition: 0.4s;
}

.team-card.style2 .member-info-wrap h4 {
  line-height: 1;
  margin: 0 0 10px;
  color: #071a5c;
}

.team-card.style2 .member-info-wrap span {
  font-size: 16px;
  color: #071a5c;
  font-weight: 700px;
}

.team-card.style2 .social-profile {
  margin-top: 25px;
}

.team-card.style2 .social-profile.style2 li a {
  transition: 0.4s;
}

.team-card.style2 .social-profile.style2 li a:hover {
  background-color: #0f2881;
  border-radius: 0;
}

.team-card.style3 .member-info-wrap {
  text-align: center;
  padding: 22px 25px 22px;
  background-color: #F9F9F9;
  transition: 0.4s;
}

.team-card.style3 .member-info-wrap h4 {
  font-size: 24px;
  line-height: 1;
  margin: 0 0 10px;
  color: #0f2881;
}

.team-card.style3 .member-info-wrap span {
  font-size: 16px;
  color: #555555;
}

.team-card.style3 .social-profile {
  margin-top: 15px;
}

.team-card.style3 .social-profile.style2 li a {
  transition: 0.4s;
  border-radius: 50%;
}

.team-card.style3 .social-profile.style2 li a i {
  font-size: 18px;
}

.team-card.style3 .social-profile.style2 li a:hover {
  background-color: #0f2881;
}

.team-card.style3:hover .member-info-wrap {
  background-color: #e2000f;
}

.team-card.style3:hover .member-info-wrap h4,
.team-card.style3:hover .member-info-wrap span {
  color: #fff;
}

.team-slider-one {
  position: relative;
  padding-bottom: 65px;
}

.team-slider-one .owl-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}

.team-slider-two,
.team-slider-three {
  position: relative;
  padding-bottom: 75px;
}

.team-slider-two.owl-carousel .owl-nav,
.team-slider-three.owl-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
}

.owl-carousel .team-card {
  margin-bottom: 0;
  border: 1px solid #0f2881;
  border-radius: 5px;
  background-color: #fff;
}

.owl-carousel .team-card:hover {
  border: 1px solid #E31C25;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/*-------------------------------
    Get In Touch  Section  CSS
-------------------------------*/
.get-in-touch-wrap .get-in-touch-form {
  margin-bottom: 25px;
}

.get-in-touch-wrap .get-in-touch-form p {
  margin-bottom: 24px;
  max-width: 650px;
}

.get-in-touch-wrap .get-in-touch-form .form-group {
  position: relative;
  margin-bottom: 20px;
}

.get-in-touch-wrap .get-in-touch-form .form-group.select_box i {
  opacity: 1;
}

.get-in-touch-wrap .get-in-touch-form .form-group i {
  position: absolute;
  top: 21px;
  left: 17px;
  opacity: 0.6;
}

.get-in-touch-wrap .get-in-touch-form .form-group input,
.get-in-touch-wrap .get-in-touch-form .form-group textarea {
  width: 100%;
  background-color: #fff;
  padding: 10px 15px 10px 44px;
  border: none;
  border-radius: 0;
}

.get-in-touch-wrap .get-in-touch-form .form-group select {
  width: 100%;
  background-color: #fff;
  padding: 10px 15px 10px 40px;
  border: none;
  height: 64px;
  border-radius: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/down-arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: 94% 50%;
  opacity: 0.6;
}

.get-in-touch-wrap .get-in-touch-form .form-group input {
  height: 64px;
}

.get-in-touch-wrap .get-in-touch-form .form-group textarea {
  height: 150px;
  padding: 18px 15px 18px 45px;
  resize: none;
}

.get-in-touch-wrap .get-in-touch-form .submit-btn {
  display: block;
  width: 100%;
  background-color: #0f2881;
  color: #fff;
  text-align: center;
  border: none;
  padding: 17px 20px;
  border-radius: 5px;
  transition: 0.4s;
}

.get-in-touch-wrap .get-in-touch-form .submit-btn i {
  position: relative;
  top: 3px;
  margin-left: 5px;
  transition: 0.4s;
}

.get-in-touch-wrap .get-in-touch-form .submit-btn:hover {
  background-color: #0f2881;
}

.get-in-touch-wrap .get-in-touch-form .submit-btn:hover i {
  color: #fff;
}

.get-in-touch-wrap.style1 {
  margin-top: 30px;
}

.get-in-touch-wrap.style1 .container {
  position: relative;
}

.get-in-touch-wrap.style1 .container:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: #F9F9F9;
  width: 80%;
  height: 100%;
  z-index: -1;
}

.get-in-touch-wrap.style1 .get-touch-bg {
  background-image: url(../img/why-choose-us/wh-img-6.jpg);
  height: 630px;
  margin-top: -30px;
  position: relative;
}

.get-in-touch-wrap.style1 .get-in-touch-form {
  padding: 100px 50px 100px 0;
  margin: 0 0 15px;
}

.get-in-touch-wrap.style2 .get-touch-bg {
  border-radius: 5px;
  height: 636px;
  margin-bottom: 25px;
}

.get-in-touch-wrap.style2 .get-in-touch-form button {
  background-color: #e2000f;
}

/*-------------------------------
    Testimonial Section  CSS
-------------------------------*/



/*-------------------------------
         Newsletter CSS
-------------------------------*/
.newsleter-wrap {
  margin-bottom: -77px;
  background-color: #fff;
  padding: 50px;
  z-index: 1;
  position: relative;
}

.newsleter-wrap .newsletter-form {
  position: relative;
}

.newsleter-wrap .newsletter-form input {
  width: calc(100% - 177px);
  margin-right: 15px;
  border: none;
  background-color: #F9F9F9;
  height: 54px;
  padding: 14px 18px 10px;
}

.newsleter-wrap .newsletter-form button {
  background-color: #e2000f;
  padding: 10px 33px;
  color: #fff;
  text-align: center;
  border: none;
  transition: 0.4s;
}

.newsleter-wrap .newsletter-form button i {
  color: #fff;
  font-size: 16px;
  line-height: 0.8;
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.newsleter-wrap .newsletter-form button:hover {
  background-color: #0f2881;
}

.newsleter-wrap.style1 {
  border-radius: 5px;
}

.newsleter-wrap.style1 .newsletter-form input {
  border-radius: 5px;
}

.newsleter-wrap.style1 .newsletter-form button {
  border-radius: 5px;
}

.newsleter-wrap.style2 {
  border-radius: 0;
}

.newsleter-wrap.style2 .newsletter-form input {
  border-radius: 0;
}

.newsleter-wrap.style2 .newsletter-form button {
  border-radius: 0;
}

.newsleter-wrap.style3 {
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.newsleter-wrap.style3 .newsletter-form input {
  border-radius: 5px;
}

.newsleter-wrap.style3 .newsletter-form button {
  border-radius: 5px;
}

.newsleter-wrap.style4 {
  background: #e2000f;
  border-radius: 5px;
}

.newsleter-wrap.style4 .content-title h2 {
  color: #fff;
}

.newsleter-wrap.style4 .newsletter-form input {
  border-radius: 5px;
}

.newsleter-wrap.style4 .newsletter-form button {
  background: #0f2881;
  color: #fff;
  border-radius: 5px;
}

/*-------------------------------
    Contact   CSS
--------------------------------*/
.contact-item-box {
  background-color: #F9F9F9;
  text-align: left;
  padding: 22px 25px 22px;
  margin-bottom: 25px;
  border-radius: 5px;
  transition: 0.4s;
}

.contact-item-box .contact-icon {
  font-size: 50px;
  line-height: 0.8;
  color: #e2000f;
  margin: 0 0 17px;
}

.contact-item-box .contact-icon i {
  transition: 0.4s;
}

.contact-item-box h3 {
  font-size: 24px;
  margin: 0 0 10px;
  transition: 0.4s;
}

.contact-item-box a {
  display: block;
  color: #555555;
  transition: 0.4s;
}

.contact-item-box p {
  line-height: 1.6;
  margin-bottom: 0;
  transition: 0.4s;
}

.contact-item-box:hover {
  background: #e2000f;
}

.contact-item-box:hover .contact-icon i {
  color: #fff;
}

.contact-item-box:hover a,
.contact-item-box:hover p,
.contact-item-box:hover h3 {
  color: #fff;
}

.btn.disabled {
  opacity: 1;
}

#contactForm {
  margin-bottom: 25px;
  background-color: #F9F9F9;
  padding: 25px;
}

#contactForm .form-group {
  margin: 0 0 20px;
}

#contactForm .form-group input,
#contactForm .form-group textarea {
  width: 100%;
  border: none;
  background: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}

#contactForm .form-group input {
  height: 54px;
}

#contactForm .form-group textarea {
  height: 150px;
  resize: none;
}

#contactForm .btn {
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

/*------------------------------
        Cart CSS
-------------------------------*/

.tr-input {
  position: relative;
}

.tr-input input {
  width: 100%;
  height: 54px;
  background: #F9F9F9;
  padding: 10px 50px 10px 20px;
  border: none;
  border-radius: 5px;
}

.tr-input button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 16px 20px;
  border-radius: 0 5px 5px 0;
  background-color: #e2000f;
  text-align: center;
  color: #fff;
  font-weight: 500;
  border: none;
}

.checkout-footer .btn {
  margin-top: 15px;
  padding: 15px 15px;
}

.footer-btn {
  background-color: #fff !important;
  color: #0f2881 !important;
}

.footer-btn i {
  background-color: #0f2881 !important;
  color: #fff !important;
}

/*-------------------------------
         Responsive CSS
-------------------------------*/
.footer-widget-wrap,
.circle,
.btn.style1,
.btn.style1 i,
.btn.style2,
.btn.style2 i,
.btn.style3,
.btn.style4,
.btn.style5,
.btn.style6,
.btn.style6 i,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right,
.shopcart span,
.select-lang .navbar-language .dropdown-toggle,
.search-area,
.new-product-item,
.contact-widget .contact-icon,
.contact-widget .contact-info span.contact-icon,
.page-navigation .page-nav,
.page-navigation .page-nav li a,
.hero-tablist-wrap,
#hero-thumbs .item .hero-thumb-item span,
.category-card .cat-icon,
.about-wrap.style3 .about-content .ceo-message,
.about-wrap.style3 .counter-box,
.service-card .service-icon,
.case-card .case-img .case-info-wrap,
.case-card .case-img .case-info-wrap .read-more,
.project-desc .project-metainfo li,
.why-choose-wrap.style3 .brand-logo,
.team-card.style1 .member-info-wrap,
.team-card.style1 .member-info-wrap .member-social-profile span,
.counter-card.style1,
.promo-video .video-play,
.blog-card .blog-info .blog-metainfo,
.blog-card .blog-info .blog-metainfo .blog-author-info,
.blog-card.style2 .blog-info .blog-metainfo .blog-author-info,
.blog-card.style3 .blog-info .blog-metainfo,
.newsleter-wrap .newsletter-form,
.post-navigation,
.author-info-wrap,
.author-info-wrap .author-info,
.comment-item,
.comment-author_info,
.post-author,
.cart-table table tbody tr td .cart-item,
.cart-total .cart-total-item,
.product-card .product-info,
.product-card .product-info .product-info-right .add-to-cart,
.product-tablist,
.product-quantity .qtySelector span,
.checkout-details .bill-item,
.checkout-details .select-payment-method {
  display: flex;
  flex-wrap: wrap;
}

.btn i,
.btn.style1,
.btn.style1 i,
.btn.style2,
.btn.style2 i,
.btn.style3,
.btn.style4,
.btn.style5,
.btn.style6,
.btn.style6 i,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  display: inline-flex;
  flex-wrap: wrap;
}

.circle,
.btn.style1 i,
.btn.style2 i,
.btn.style6 i,
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.social-profile.style1 li a,
.social-profile.style2 li a,
.social-profile.style3 li a,
.social-profile.style4 li a,
.shopcart span,
.search-area,
.contact-widget .contact-icon,
.contact-widget .contact-info span.contact-icon,
.page-navigation .page-nav li a,
#hero-thumbs .item .hero-thumb-item span,
.category-card .cat-icon,
.service-card .service-icon,
.case-card .case-img .case-info-wrap .read-more,
.team-card.style1 .member-info-wrap .member-social-profile span,
.promo-video .video-play,
.product-card .product-info .product-info-right .add-to-cart,
.product-quantity .qtySelector span {
  flex-direction: column;
  justify-content: center;
}

.btn.style1,
.btn.style2,
.btn.style3,
.btn.style4,
.btn.style5,
.btn.style6,
.header-wrap .header-top .header-top-left,
.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right,
.select-lang .navbar-language .dropdown-toggle,
.new-product-item,
.hero-tablist-wrap,
.about-wrap.style3 .about-content .ceo-message,
.case-card .case-img .case-info-wrap,
.counter-card.style1,
.blog-card .blog-info .blog-metainfo .blog-author-info,
.blog-card.style3 .blog-info .blog-metainfo,
.post-navigation,
.author-info-wrap,
.author-info-wrap .author-info,
.cart-table table tbody tr td .cart-item,
.cart-total .cart-total-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

.case-card .case-img .case-info-wrap,
.team-card.style1 .member-info-wrap,
.blog-card .blog-info .blog-metainfo,
.post-navigation,
.cart-total .cart-total-item,
.product-card .product-info,
.checkout-details .bill-item {
  justify-content: space-between;
}

.hero-tablist-wrap {
  justify-content: center;
}

.header-wrap .header-top .header-top-right,
.header-wrap .header-bottom .header-bottom-right,
.about-wrap.style3 .counter-box,
.blog-card.style2 .blog-info .blog-metainfo .blog-author-info {
  justify-content: flex-end;
}

.page-navigation .page-nav,
.why-choose-wrap.style3 .brand-logo,
.blog-card.style3 .blog-info .blog-metainfo,
.product-tablist {
  justify-content: flex-start;
}

/*---------------------------------
        Footer CSS 
-----------------------------------*/
.footer-bg-1 {
  background-image: url(../img/footer-banner.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.footer-wrap .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px 0;
}

.footer-wrap .footer-bottom .copyright {
  text-align: center;
  padding: 0 15px;
}

.footer-wrap .footer-bottom .copyright p {
  color: #fff;
  margin: 0;
}

.footer-wrap .footer-bottom .copyright p a {
  color: #e2000f;
  font-weight: 600;
}

.footer-widget-wrap .footer-widget:nth-child(1) {
  width: 34%;
  padding-right: 45px;
}

.footer-widget-wrap .footer-widget:nth-child(2),
.footer-widget-wrap .footer-widget:nth-child(3),
.footer-widget-wrap .footer-widget:nth-child(4) {
  width: 22%;
  padding-left: 0;
}

.footer-widget-wrap .footer-widget {
  position: relative;
  margin: 0 0 30px;
}

.footer-widget-wrap .footer-widget .footer-logo {
  margin: 0 0 25px;
  display: block;
}

.footer-widget-wrap .footer-widget .comp-desc {
  color: #fff;
  margin: 0 0 27px;
}

.footer-widget-wrap .footer-widget .footer-widget-title {
  font-size: 22px;
  color: #fff;
  margin: 0 0 35px;
  position: relative;
}

.footer-widget-wrap .footer-widget .footer-widget-title:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 50px;
  height: 2px;
  content: "";
  background-color: #e2000f;
}

.footer-widget-wrap .footer-widget .contact-item {
  position: relative;
  padding-left: 32px;
  margin: 0 0 20px;
}

.footer-widget-wrap .footer-widget .contact-item:last-child {
  margin-bottom: 0;
}

.footer-widget-wrap .footer-widget .contact-item i {
  color: #e2000f;
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 18px;
}

.footer-widget-wrap .footer-widget .contact-item p,
.footer-widget-wrap .footer-widget .contact-item a {
  color: #fff;
  margin-bottom: 0;
}

.footer-widget-wrap .footer-widget .contact-item p:hover,
.footer-widget-wrap .footer-widget .contact-item a:hover {
  color: #e2000f;
}

.footer-widget-wrap .footer-widget .footer-menu li {
  margin: 0 0 15px;
}

.footer-widget-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}

.footer-widget-wrap .footer-widget .footer-menu li a {
  color: #fff;
  position: relative;
  margin-left: 30px;
  position: relative;
}

.footer-widget-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: "";
  background-color: #e2000f;
  width: 0;
  height: 1px;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
}

.footer-widget-wrap .footer-widget .footer-menu li a:hover {
  color: #e2000f;
}

.footer-widget-wrap .footer-widget .footer-menu li a:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.footer-widget-wrap .footer-widget .footer-menu li a i {
  font-size: 15px;
  position: absolute;
  top: 0;
  left: -30px;
}

/*--------------------------------------
    Responsive CSS For Footer
-------------------------------------*/
@media only screen and (min-width: 992px) {
  .footer-wrap .footer-top {
    padding-top: 120px;
  }

  .footer-wrap .footer-top .footer-widget-wrap .footer-widget .footer-widget-title {
    margin-top: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-wrap .footer-top .footer-widget:nth-child(1) {
    width: 34%;
    padding-right: 25px;
  }

  .footer-wrap .footer-top .footer-widget:nth-child(2),
  .footer-wrap .footer-top .footer-widget:nth-child(3),
  .footer-wrap .footer-top .footer-widget:nth-child(4) {
    width: 22%;
    padding-left: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 991px) {
  .footer-wrap .footer-top .footer-widget {
    width: 50%;
    padding-right: 30px;
    padding-left: 0;
  }

  .footer-wrap .footer-top .footer-widget:after {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  .footer-wrap .footer-top .footer-widget {
    width: 100%;
    padding-right: 20px;
    padding-left: 0;
  }

  .footer-wrap .footer-top .footer-widget:after {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .footer-wrap .footer-top .footer-widget {
    width: 100%;
    padding-right: 20px;
    padding-left: 0;
  }

  .footer-wrap .footer-top .footer-widget:after {
    display: none;
  }

  .footer-wrap .footer-top .footer-widget .footer-widget-title {
    margin-bottom: 30px;
  }

  .footer-wrap .footer-top .footer-widget .footer-menu li {
    margin-bottom: 10px;
  }

  .footer-wrap .footer-top .footer-widget .footer-menu li a {
    font-size: 14px;
  }

  .footer-wrap .footer-top .footer-widget .contact-item a {
    font-size: 14px;
  }
}

/*# sourceMappingURL=style.css.map */
.call-animate {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: call-shake 1.5s infinite;
  background-color: #e2000f;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 28px;
  color: #fff;
  margin-right: 10px;
}

.call-animate:hover {
  background-color: #0f2881;
  color: #fff;
}

@keyframes call-shake {
  0% {
    transform: rotate(0deg);
  }

  5% {
    transform: rotate(8deg);
  }

  10% {
    transform: rotate(-8deg);
  }

  15% {
    transform: rotate(6deg);
  }

  20% {
    transform: rotate(-6deg);
  }

  25% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.bgcomman {
  background-color: #f1f1f1;
}

.search-box {
  max-width: 700px;
  margin: auto;
}

.search-input {
  height: 50px;
  border-radius: 50px;
  padding-left: 25px;
  font-size: 14px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.search-btn {
  color: #e60000;
  border: none;
  margin-left: -40px;
  z-index: 2;
  background-color: #ffffff00;
  margin-top: 5px;
}

.search-btn:hover {
  color: #0f2881;
}

.bg-blue {
  background-color: #071a5c;
}

.img-border {
  border: 1px solid #0f2980;
  padding: 5px;
}

.network-card {
  margin: 0 0 25px;
}

.network-card .blog-img {
  position: relative;
}

.network-card .blog-info {
  padding: 20px 25px 25px;
  background-color: #071a5c;
}

.network-card .blog-info h3 {
  font-size: 24px;
}

.network-card .blog-info h3 {
  color: #fff;
  font-size: 22px;
}

.network-card .blog-info p {
  color: #fff;
}

.network-card .blog-info .blog-metainfo .blog-author-info {
  width: 55%;
}

.network-card .blog-info .blog-metainfo .blog-author-info .author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.network-card .blog-info .blog-metainfo .blog-author-info .author-img img {
  border-radius: 50%;
}

.network-card .blog-info .blog-metainfo .blog-author-info .author-name {
  width: calc(100% - 60px);
  margin-left: 10px;
}

.network-card .blog-info .blog-metainfo .blog-author-info .author-name h6 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

.network-card .blog-info .blog-metainfo .blog-author-info .author-name h6:hover a {
  color: #e2000f;
}

.network-card .blog-info .blog-metainfo .blog-author-info .author-name .blog-date {
  color: #ABA8B0;
  font-size: 14px;
  line-height: 1;
}

.network-card.style3 .blog-img {
  border-radius: 5px 5px 0 0;
}

.network-card.style3 .blog-img img {
  border-radius: 5px 5px 0 0;
}

.network-card.style3 .blog-info {
  border-radius: 0 0 5px 5px;
  transition: 0.4s;
  height: 100%;
  max-height: 220px;
}

.network-card.style3 .blog-info .blog-metainfo {
  padding: 0;
  margin-bottom: 10px;
  transition: 0.4s;
}

.network-card.style3 .blog-info .blog-metainfo li a {
  color: #555555;
}

.network-card.style3 .blog-info .blog-metainfo li i {
  color: #e2000f;
  margin-right: 8px;
  font-size: 15px;
  position: relative;
  top: 1px;
  transition: 0.4s;
}

.network-card.style3 .blog-info .blog-metainfo li:first-child {
  margin-right: 18px;
}

.network-card.style3 .blog-info h3 {
  margin-bottom: 10px;
}

.network-card.style3 .blog-info h3 a {
  transition: 0.4s;
}

.network-card.style3:hover .blog-info {
  background: #e2000f;
}

.network-card.style3:hover .blog-info .blog-metainfo li a {
  color: #fff;
}

.network-card .style3:hover .blog-info .blog-metainfo li i {
  color: #fff;
}

.network-card.style3:hover .blog-info h3 a {
  color: #fff;
}

.network-card.style3:hover .blog-info .btn.style1 {
  background: #10012A;
}

.blog-posts-wrap .network-card.style3 .blog-info {
  background-color: #F9F9F9;
}

.blog-posts-wrap .network-card.style3:hover .blog-info {
  background-color: #e2000f;
}

.Technology-section {
  background: #ffffff;
  border: 1px solid #071a5c;
  padding: 25px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
  transition: 0.4s ease;
  margin: 0 0 25px;
}

.Technology-section:hover {
  border: 1px solid #e2000f;
}

.Technology-section:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.Technology-section h3 {
  font-size: 22px;
}

.icon-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto 10px;
  background-color: #e2000f;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box i {
  font-size: 40px;
  color: white;
}

.Client-logo-border {
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  transition: 0.4s ease;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);

  /* Center content */
  display: flex;
  align-items: center;
  justify-content: center;
}

.Client-logo-border::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: 10px;
  background-color: #071a5c;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.Client-logo-border img {
  max-height: 100px;
  width: 100%;
  object-fit: contain;
  /* ensures perfect fitting */
  transition: 0.35s ease;
}

.Client-logo-border:hover {
  transform: translateY(-8px) scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.Client-logo-border:hover::before {
  background-color: #e2000f;
  filter: drop-shadow(0 0 10px rgba(255, 0, 60, 0.5));
}

.track-box {
  background: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  max-width: 500px;
  width: 100%;
}

.btn-custom {
  background: #071a5c;
  color: #fff;
  font-weight: 600;
}

.btn-custom:hover {
  background: #e2000f;
  color: #fff;
}

.tracking-input {
  width: 100%;
  height: 50px;
  background: #F9F9F9;
  padding: 10px 50px 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #c1c1c1;
}
.person-box {
  text-align: center;
 margin-bottom: 20px;
}

.person-name {
  font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    background-color: #071a5c;
    padding: 5px;
}
