/*
    01 :: Reset Page Css
    02 :: Style Page Css
        01-  :: Loading
        02-  :: Navbar
            01- :: Top Navbar
            02- :: Navbar
                01- :: Navbar 1
                02- :: Navbar 2
                03- :: Navbar 3
        03-  :: Search Box
        04-  :: Menu Box
        05-  :: Header
            01- :: Header 1
            02- :: Header 2
            03- :: Header 3
        06-  :: Features
            01- :: Features 1
            02- :: Features 2
        07-  :: About Us
            01- :: About Us 1
            02- :: About Us 2
            03- :: About Us 3
        08-  :: Services
            01- :: Services 1
            02- :: Services 2
            03- :: Services 3
        09-  :: Provide
            01- :: Provide 1
            02- :: Provide 2
            03- :: Provide 3
        10-  :: Projects
            01- :: Projects 1
            02- :: Projects 2
            03- :: Projects 3
        11-  :: Video Presentation
        12-  :: Call US
        13-  :: Quote
        14-  :: Statistic
		15-  :: Sponsors
        16-  :: Team
            01- :: Team 1
            02- :: Team 2
        17-  :: Testimonial
        18-  :: Blog
        19-  :: Footer
        20-  :: Scroll UP
*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* :: All Transition */
* {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

/* :: Body */
body {
  font-family: "Heebo", sans-serif;
  font-size: 14px;
  line-height: 25px;
  color: #1c1a30;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
::-moz-selection {
  background-color: #c01d2e;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #c01d2e;
  color: #fff;
  text-shadow: none;
}
a,
a:hover,
a:focus,
button:focus {
  text-decoration: none;
  color: #fff;
}
.container,
.container-fluid {
  position: relative;
}

/* :: Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Barlow", sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
p {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
  line-height: 25px;
}

/* :: Display Table */
.display-table {
  width: 100%;
  height: 100%;
  display: table;
  position: relative;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
  min-height: 100%;
  height: 100vh;
}

/* :: My Classes */
.ml-30 {
  margin-left: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mr-20 {
  margin-right: 20px;
}
.ml-20 {
  margin-left: 20px;
}
.py-100 {
  padding: 100px 0;
}
.py-100-70 {
  padding: 100px 0 70px 0;
}
.padding-0 {
  padding: 0;
}
.py-0-0-70-0 {
  padding: 0 0 70px 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(28 26 48 / 35%);
}
.overlay-2 {
  background-color: rgb(28 26 48 / 85%);
}
.overlay-3 {
  background-color: rgb(192 29 46 / 85%);
}
.overlay-4 {
  background-color: rgb(255 255 255 / 95%);
}
.btn-1 {
  text-transform: capitalize;
  position: relative;
  text-align: center;
  background-color: #c01d2e;
  z-index: 1;
  font-size: 14px;
  font-weight: 600;
  min-width: 180px;
  height: 60px;
  line-height: 60px;
  padding: 0 15px;
  border-radius: 3px;
  overflow: hidden;
  font-family: "Heebo", sans-serif;
  display: -ms-inline-grid;
  display: inline-grid;
  cursor: pointer;
  -webkit-transition: color 1s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  -o-transition: color 1s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
  transition: color 1s ease-in-out, background-color 0.2s ease-in-out,
    border-color 0.2s ease-in-out;
}
.btn-1 span {
  position: relative;
  z-index: 2;
}
.btn-1:after,
.btn-1:before {
  content: "";
  position: absolute;
  height: 50%;
  width: 0;
  background-color: #c01d2e;
  z-index: 1;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn-1:after {
  top: 0;
  left: 0;
  right: auto;
}
.btn-1:hover:after {
  width: 100%;
  right: 0;
  left: auto;
}
.btn-1:before {
  bottom: 0;
  right: 0;
  left: auto;
}
.btn-1:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.btn-1:hover span {
  color: #c01d2e;
}
.btn-1:hover:after,
.btn-1:hover:before {
  background-color: #fff;
}
.btn-2 {
  background-color: #1c1a30;
}
.btn-2 span {
  color: #c01d2e;
}
.btn-2:hover span {
  color: #fff;
}
.btn-2:hover:after,
.btn-2:hover:before {
  background-color: #c01d2e;
}
.btn-3 {
  background-color: #c01d2e;
}
.btn-3 span {
  color: #fff;
}
.btn-3:hover span {
  color: #c01d2e;
}
.btn-3:hover:after,
.btn-3:hover:before {
  background-color: #1c1a30;
}
.btn-4 {
  background-color: #fff;
}
.btn-4 span {
  color: #c01d2e;
}
.btn-4:hover span {
  color: #c01d2e;
}
.btn-4:hover:after,
.btn-4:hover:before {
  background-color: #1c1a30;
}

/* :: Section Title */
.sec-title {
  margin-bottom: 50px;
}
.sec-title h2 {
  font-size: 16px;
  line-height: 27px;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  position: relative;
  color: #c01d2e;
  font-family: "Heebo", sans-serif;
}
.sec-title.home-2 h2:before {
  content: "";
  background-color: #c01d2e;
  position: absolute;
  height: 2px;
  width: 5000px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: calc(100% + 10px);
}
.sec-title.home-3 h2 {
  margin-bottom: 10px;
}
.sec-title.home-3 h2:before {
  content: "";
  background-color: #c01d2e;
  position: absolute;
  height: 2px;
  width: 5000px;
  bottom: -10px;
  right: 0;
}
.sec-title h3 {
  font-size: 38px;
  line-height: 1.3;
  color: #1c1a30;
  text-transform: capitalize;
  font-weight: 700;
  margin-top: 15px;
  position: relative;
}
.sec-title .sec-explain {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 0;
  position: relative;
}
.bg-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 75%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.bg-section-2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.bg-section-2-left {
  background-color: #1c1a30;
  width: 50%;
  float: left;
  height: 100%;
}
.bg-section-2-right {
  background-image: url(../images/provide/03_provide.jpg);
  height: 100%;
  width: 50%;
  float: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

/* :: Loading */
.loading {
  position: fixed;
  background-color: #fff;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}
.loading .loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}
.loading .lds-roller {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.loading .lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 40px 40px;
  -ms-transform-origin: 40px 40px;
  transform-origin: 40px 40px;
}
.loading .lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c01d2e;
  margin: -5px 0 0 -5px;
}
.loading .lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s;
}
.loading .lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.loading .lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s;
}
.loading .lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.loading .lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}
.loading .lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.loading .lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}
.loading .lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.loading .lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}
.loading .lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.loading .lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}
.loading .lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.loading .lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}
.loading .lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.loading .lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}
.loading .lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}
@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* :: Navbar */
.nav-bar.active {
  -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
  box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
  background-color: #fff;
}
.nav-bar .logo .logo-nav {
  display: block;
}
.nav-bar .logo .logo-nav img {
  width: 450px;
}
.nav-bar .logo .logo-nav img.two {
  display: none;
}
.nav-bar.active .logo .logo-nav img.one {
  display: none;
}
.nav-bar.active .logo .logo-nav img.two {
  display: block;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 {
  display: inline-block;
  position: relative;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 30px 0;
  margin: 0 20px 0 0px;
  position: relative;
  display: block;
  text-transform: capitalize;
}
.nav-bar.active .nav-bar-links .level-1 .item-level-1 .link-level-1 {
  color: #1c1a30;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:before {
  content: "";
  background-color: #c01d2e;
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover:before,
.nav-bar
  .nav-bar-links
  .level-1
  .item-level-1
  .link-level-1.color-active:before {
  width: 100%;
}
.nav-bar .nav-bar-links .level-1 .item-level-1:last-of-type .link-level-1 {
  margin-right: 0;
}
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1:hover,
.nav-bar .nav-bar-links .level-1 .item-level-1 .link-level-1.color-active,
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:hover {
  color: #c01d2e;
}
.nav-bar .nav-bar-links .level-2 {
  position: absolute;
  z-index: 2;
  background-color: #1c1a30;
  border-radius: 8px;
  top: 100%;
  left: 0;
  min-width: 225px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
  box-shadow: 0px 3px 7px 0px rgb(40 35 30 / 10%);
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
.nav-bar .nav-bar-links .item-level-1.has-menu:hover .level-2 {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.nav-bar .nav-bar-links .level-2 .item-level-2 {
  position: relative;
}
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2 {
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  display: block;
  text-transform: capitalize;
  padding: 12px 25px;
  border-bottom: 1px solid rgb(248 246 247 / 10%);
}
.nav-bar .nav-bar-links .level-2 .item-level-2:last-of-type .link-level-2 {
  border-bottom: 0;
}
.nav-bar .nav-bar-links .level-2 .item-level-2 .link-level-2:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  font-size: 12px;
  opacity: 0;
  margin-left: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
  -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
  transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.nav-bar .nav-bar-links .level-2 .item-level-2:hover .link-level-2:after {
  opacity: 1;
  margin-left: 15px;
  visibility: visible;
  color: #c01d2e;
}
.nav-bar .nav-bar-tools li {
  position: relative;
}
.nav-bar .nav-bar-tools li {
  display: inline-block;
  position: relative;
  margin-right: 15px;
  padding: 30px 15px 30px 0;
}
.nav-bar .nav-bar-tools li:last-of-type {
  margin-right: 0;
  padding-right: 0;
}
.nav-bar .nav-bar-tools li:after {
  content: "";
  width: 2px;
  height: 25px;
  background-color: rgb(155 155 155 / 30%);
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-bar .nav-bar-tools li:last-of-type:after {
  display: none;
}
.nav-bar .nav-bar-tools li.item.phone {
  padding-top: 0;
  padding-bottom: 0;
}
.nav-bar .nav-bar-tools li .search-icon i,
.nav-bar .nav-bar-tools li .menu-icon i,
.nav-bar .nav-bar-tools li .cart-icon i {
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}
.nav-bar .nav-bar-tools li .search-icon:hover i,
.nav-bar .nav-bar-tools li .menu-icon:hover i {
  color: #c01d2e;
}
.nav-bar .nav-bar-tools li .nav-bar-contact i {
  font-size: 35px;
  float: left;
  line-height: 1.1;
  color: #c01d2e;
}
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box {
  padding-left: 50px;
}
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box span {
  color: #f5f5f5;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px;
  display: block;
  line-height: 1;
  margin-bottom: 4px;
}
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  display: block;
  font-family: "Barlow", sans-serif;
  color: #fff;
}
.nav-bar .nav-bar-tools li .nav-bar-contact .content-box a:hover,
.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box a:hover {
  color: #c01d2e;
}
.nav-bar.active .nav-bar-tools li .search-icon i,
.nav-bar.active .nav-bar-tools li .menu-icon i,
.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box span,
.nav-bar.active .nav-bar-tools li .nav-bar-contact .content-box a {
  color: #1c1a30;
}
.nav-bar .nav-bar-tools li.item.buttons {
  padding: 15px 15px 15px 0;
}
.nav-bar .nav-bar-tools li.item.buttons a.btn-1 {
  line-height: 45px;
  height: 45px;
  min-width: 150px;
  padding: 0;
}
.nav-bar .nav-bar-tools li .cart-icon i {
  color: #1c1a30;
}
.nav-bar .nav-bar-tools li .cart-icon i:hover {
  color: #c01d2e;
}
.nav-bar .nav-bar-tools li.cart {
  padding: 29px 15px 29px 0;
}
.nav-bar .nav-bar-tools li.cart .cart-popup {
  background-color: #fff;
  padding: 30px;
  position: absolute;
  right: 0;
  top: calc(100% + 1px);
  z-index: 999;
  width: 300px;
  -webkit-box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
  box-shadow: 0 8px 80px rgb(40 40 40 / 8%);
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
  visibility: hidden;
  border-radius: 3px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-bar .nav-bar-tools li.cart:hover .cart-popup {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item {
  position: relative;
  border-bottom: 1px solid rgb(155 155 155 / 30%);
  padding-bottom: 20px;
  margin: 0 0 20px 0;
  display: block;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item img {
  width: 50px;
  height: 50px;
  float: left;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content {
  padding-left: 65px;
  padding-right: 25px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content div {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 4px;
  color: #1c1a30;
  font-weight: 700;
  font-family: "Barlow", sans-serif;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .item-content span {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: #9b9b9b;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #1c1a30;
  border-radius: 1px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .item .delete-item:hover {
  background-color: #c01d2e;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #9b9b9b;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .subtotal span:last-of-type {
  float: right;
  color: #c01d2e;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart {
  margin-top: 20px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button {
  outline: none;
  padding: 0 22px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart button:first-of-type {
  margin-right: 10px;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1 {
  padding: 0 15px;
  min-width: 110px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 2px;
  display: inline-block;
}
.nav-bar .nav-bar-tools li.cart .cart-popup .button-cart a.btn-1:first-of-type {
  margin-right: 16px;
}

/* :: Menu Box */

.menu-box .inner-menu .contact-info h4,
.menu-box .inner-menu .follow-us h4 {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #1c1a30;
}
.menu-box .inner-menu .contact-info .contact-box,
.contact-info .contact-box {
  margin-bottom: 30px;
}
.menu-box .inner-menu .contact-info .contact-box i,
.contact-info .contact-box i {
  float: left;
  font-size: 30px;
  line-height: 1;
  color: #c01d2e;
  position: relative;
  z-index: 2;
  padding: 10px 0 0 10px;
}
.menu-box .inner-menu .contact-info .contact-box .box,
.contact-info .contact-box .box {
  padding-left: 55px;
}
.menu-box .inner-menu .contact-info .contact-box .box a.phone,
.menu-box .inner-menu .contact-info .contact-box .box a.mail,
.menu-box .inner-menu .contact-info .contact-box .box p,
.contact-info .contact-box .box a,
.contact-info .contact-box .box p {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 2;
  position: relative;
  display: block;
  color: #9b9b9b;
  font-family: "Barlow", sans-serif;
}
.menu-box .inner-menu .contact-info .contact-box .box a.phone:hover,
.menu-box .inner-menu .contact-info .contact-box .box a.mail:hover,
.menu-box .inner-menu .contact-info .contact-box .box p:hover,
.contact-info .contact-box .box a:hover,
.contact-info .contact-box .box p:hover {
  color: #c01d2e;
}
.menu-box .inner-menu .follow-us .icon-follow li {
  display: inline-block;
  cursor: pointer;
}
.menu-box .inner-menu .follow-us .icon-follow li a {
  background-color: #fde4d0;
  display: inline-block;
  color: #c01d2e;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  margin-right: 10px;
}
.menu-box .inner-menu .follow-us .icon-follow li:hover a {
  background-color: #c01d2e;
  color: #fff;
}
.menu-box-icon {
  font-size: 13px;
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: #c01d2e;
  width: 35px;
  color: #fff;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
}
.menu-box-icon:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* :: Header */
.header,
.header .header-carousel .sec-hero {
  min-height: 800px !important;
}
.header .header-carousel {
  height: 100%;
}
.header .header-carousel .container {
  position: relative;
}
.header .header-carousel .sec-hero {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.header .banner .top-handline {
  line-height: 1;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 12px;
  color: #fff;
}
.header .banner .handline {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  font-size: 74px;
  margin-bottom: 30px;
}
.header .banner .about-website {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  line-height: 30px;
  margin: 0 100px 30px 0;
  position: relative;
}
.header .banner .header-list-features .item {
  position: relative;
  margin-bottom: 12px;
}
.header .banner .header-list-features .item:last-of-type {
  margin-bottom: 0;
}
.header .banner .header-list-features .item i {
  font-size: 11px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.header .banner .header-list-features .item h5 {
  display: inline-block;
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  padding-left: calc(22px + 12px);
  font-family: "Barlow", sans-serif;
}
.header .banner .btn-box {
  margin-top: 30px;
}
.header-carousel.owl-theme .owl-nav,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  line-height: 1;
  width: 100%;
}
.header-carousel.owl-theme .owl-nav [class*="owl-"],
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*="owl-"] {
  margin: 0;
}
.header-carousel.owl-theme .owl-nav [class*="owl-"] i,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*="owl-"] i {
  font-size: 60px;
  color: rgb(255, 255, 255, 0.5);
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.header-carousel.owl-theme .owl-nav [class*="owl-"] i:hover,
.testimonial.home-2
  .testimonial-carousel.owl-theme
  .owl-nav
  [class*="owl-"]
  i:hover {
  color: #c01d2e;
}
.header-carousel.owl-theme .owl-nav [class*="owl-"] i.ar-icons-left-chevron,
.testimonial.home-2
  .testimonial-carousel.owl-theme
  .owl-nav
  [class*="owl-"]
  i.ar-icons-left-chevron {
  left: 10px;
}
.header-carousel.owl-theme .owl-nav [class*="owl-"] i.ar-icons-right-chevron,
.testimonial.home-2
  .testimonial-carousel.owl-theme
  .owl-nav
  [class*="owl-"]
  i.ar-icons-right-chevron {
  right: 10px;
}
.header-carousel.owl-theme:hover .owl-nav [class*="owl-"] i,
.testimonial.home-2 .testimonial-carousel.owl-theme .owl-nav [class*="owl-"] i {
  opacity: 1;
  visibility: visible;
}
.header-carousel.owl-theme .owl-dots {
  margin: 0;
  line-height: 1;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-carousel.owl-theme .owl-dots .owl-dot {
  outline: none;
}
.header-carousel.owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  width: 25px;
  height: 6px;
  border-radius: 5px;
  background-color: #fff;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-carousel.owl-theme .owl-dots .owl-dot.active span,
.header-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #c01d2e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* :: About US */
.about-us .about-us-img-box {
  position: relative;
  padding-right: 20px;
  height: 100%;
}
.about-us .about-us-img-box .img-box {
  position: relative;
  border-radius: 10px;
  height: 100%;
  background-size: cover;
  background-position: right;
  -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
  box-shadow: 0 5px 40px rgb(9 29 62 / 11%);
}
.about-us .about-us-text-box .sec-title {
  margin-bottom: 30px;
}
.about-us .about-us-text-box .sec-title h3 {
  margin-bottom: 20px;
}
.about-us .about-us-text-box p.providing {
  font-size: 22px;
  font-weight: 500;
  line-height: 31px;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
  color: #1c1a30;
}

.centered-list-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

.about-us-core-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  overflow: hidden;
  gap: 20px;
}

.about-us-core-list .item {
  /* width: 100%; Adjust the width as needed */
  position: relative;
  /* margin: 7px 12px; */
}

.about-us-core-list .item:last-of-type {
  margin-bottom: 0;
}

.about-us-core-list .item i {
  font-size: 12px;
  background-color: #c01d2e;
  margin-right: 8px;
  color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}

.about-us-core-list .item h4 {
  display: inline-block;
  position: relative;
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  color: #6c757d;
  text-transform: capitalize;
  padding-left: 30px;
}

.about-us .about-us-text-box .img-person .about-us-person {
  border-radius: 50%;
  width: 60px;
  margin-right: 20px;
}
.about-us .about-us-text-box .img-person .signature {
  width: 250px;
}
.about-us .about-us-text-box .about-us-features-carousel {
  background: #f8f6f7 url(../images/01_pattern.png);
  overflow: hidden;
  border-radius: 5px;
  background-position: center;
}
.about-us .about-us-text-box .about-us-features-carousel .item {
  padding: 40px;
}
.about-us .about-us-text-box .about-us-features-carousel .item i,
.services-carousel-item i,
.provide-core-list .provide-core-list-item i,
.statistic-item i {
  font-size: 55px;
  line-height: 1.1;
  display: inline-block;
  margin-bottom: 30px;
  color: #2d388f;
  position: relative;
  padding: 15px 0 0 15px;
}
.about-us .about-us-text-box .about-us-features-carousel .item i:before,
.services-carousel-item i:before,
.provide-core-list .provide-core-list-item i:before,
.menu-box .inner-menu .contact-info .contact-box i:before,
.contact-info .contact-box i:before,
.statistic-item i:before {
  display: inline-block;
  position: relative;
  z-index: 1;
}

@-webkit-keyframes icon-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes icon-scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  75% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.about-us .about-us-text-box .about-us-features-carousel .item i:after,
.services-carousel-item i:after,
.provide-core-list .provide-core-list-item i:after,
.menu-box .inner-menu .contact-info .contact-box i:after,
.contact-info .contact-box i:after,
.statistic-item i:after {
  content: "";
  background-color: #fde4d0;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: 40% 45% 40% 30%;
}
.menu-box .inner-menu .contact-info .contact-box i:after,
.contact-info .contact-box i:after {
  width: 35px;
  height: 35px;
}
.about-us .about-us-text-box .about-us-features-carousel .item h5 {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 30px;
}
.about-us .about-us-text-box .about-us-features-carousel .item .btn-1 {
  min-width: auto;
  width: 100%;
}

/* :: Services */
.services {
  position: relative;
  padding-top: 100px;
}
.services .bg-section {
  background-image: url(../images/services/01_services-bg.jpg);
  height: calc(100% - (450px / 2));
}
.services .sec-title h3,
.services .sec-title .sec-explain {
  color: #fff;
}
.services-carousel-item {
  position: relative;
  padding: 50px 50px 0 50px;
  background-color: #fff;
  border-radius: 5px;
}
.services-carousel-item h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 25px;
  text-transform: capitalize;
  position: relative;
}
.services-carousel-item p {
  margin-bottom: 0;
}
.services-carousel-item .open-link {
  width: 100%;
  margin-top: 30px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.services-carousel.owl-theme .owl-nav {
  display: none;
}
.services-carousel.owl-theme .owl-dots {
  margin-top: 30px;
}
.services-carousel.owl-theme .owl-dots .owl-dot span,
.projects-carousel.owl-theme .owl-dots .owl-dot span {
  margin: 0 5px;
  width: 25px;
  height: 6px;
  border-radius: 5px;
  background-color: #fff;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.services-carousel.owl-theme .owl-dots .owl-dot.active span,
.services-carousel.owl-theme .owl-dots .owl-dot:hover span,
.projects-carousel.owl-theme .owl-dots .owl-dot.active span,
.projects-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #c01d2e;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* :: Team */
.team-box {
  margin-bottom: 30px;
  display: block;
}
.team-box .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
}
.team-box:hover .img-box img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.team-box .img-box ul {
  position: absolute;
  top: 15px;
  left: -40px;
  opacity: 0;
  visibility: hidden;
}
.team-box:hover .img-box ul {
  left: 15px;
  opacity: 1;
  visibility: visible;
}
.team-box .img-box ul li a {
  display: block;
  background-color: #c01d2e;
  font-size: 13px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
}
.team-box .img-box ul li:hover a {
  background-color: #1c1a30;
}
.team-box .text-box {
  margin-top: 25px;
  padding: 0 25px;
}
.team-box .text-box h5 {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #1c1a30;
}
.team-box .text-box h5 a {
  color: #1c1a30;
  display: inline-block;
}
.team-box .text-box h5:hover,
.team-box .text-box h5:hover a {
  color: #c01d2e;
}
.team-box .text-box span {
  display: inline-block;
  color: #c01d2e;
  margin: 12px 0 0 0;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 600;
}

/* :: Provide */
.provide {
  padding-top: 100px;
  position: relative;
}
.provide .bg-section {
  background-image: url(../images/provide/01_provide.jpeg);
  height: calc(100% - (504px / 2));
}
.provide .sec-title h3 {
  color: #fff;
  margin-top: 0;
}
.provide .sec-title p {
  color: #fff;
}
.provide-core-list .provide-core-list-item {
  padding: 40px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}
.provide-core-list .provide-core-list-item h4 {
  text-transform: capitalize;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 600;
  color: #1c1a30;
  margin-bottom: 20px;
}
.provide-core-list .provide-core-list-item p {
  margin-bottom: 0;
}

/* :: Quote Box */
.quote-box {
  padding: 50px;
  overflow: hidden;
  border-radius: 5px;
  /* -webkit-box-shadow: 0 5px 40px rgb(9 29 62 / 11%); */
  /* box-shadow: 0 5px 40px rgb(9 29 62 / 11%); */
  /* margin-top: 70px; */
  background-color: #fff;
}
.quote-box .sec-title {
  margin-bottom: 30px;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 30px;
}
.quote-box .sec-title h3 {
  color: #1c1a30;
  font-size: 32px;
  margin-bottom: 20px;
}
.quote-box .sec-title p {
  color: #9b9b9b;
}
.quote-box .contact-info h4 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: capitalize;
}
.quote-box .contact-info .contact-box.last {
  margin-bottom: 0;
}
.quote-box form {
  margin-left: calc((var(--bs-gutter-x) * 0.5) + 2px);
}
.quote-box .quote-item input,
.quote-box .quote-item textarea {
  border: 2px solid #e9e9e9;
  padding: 12px;
  width: 100%;
  color: #9b9b9b;
  font-size: 13px;
  margin-bottom: 30px;
  border-radius: 5px;
}
.quote-box .quote-item textarea {
  height: 140px;
}
.quote-box .quote-item input:hover,
.quote-box .quote-item textarea:hover,
.quote-box .quote-item input:focus,
.quote-box .quote-item textarea:focus,
.nice-select:active,
.nice-select.open,
.nice-select:hover,
.nice-select:focus,
.nice-select.open:after {
  border-color: #c01d2e;
}
.nice-select {
  border: 2px solid #e9e9e9;
  padding: 12px;
  width: 100%;
  color: #9b9b9b;
  font-size: 13px;
  margin-bottom: 30px;
  height: auto;
  line-height: unset;
  border-radius: 3px;
}
.nice-select .list {
  background-color: #1c1a30;
  min-width: 250px;
  border-color: #fff;
  color: #fff;
  border-radius: 5px;
}
.nice-select:after {
  border-color: #e9e9e9;
}
.nice-select .option {
  color: #fff;
  padding: 0;
  margin: 0 20px;
  font-size: 13px;
  line-height: 50px;
  border-bottom: 1px solid rgb(155 155 155 / 30%);
  position: relative;
  font-weight: normal;
  text-transform: capitalize;
  display: block;
  font-weight: 400;
}
.nice-select .option:last-of-type {
  border-bottom: 0;
}
.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: transparent;
  color: #c01d2e;
}
.quote-box .quote-item .submit {
  border: none;
  color: #fff;
}

/* :: Projects */
.projects-item {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 30px;
}
.projects-item:hover .img-box img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.projects-item .hover-box {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.projects-item:hover .hover-box {
  background-color: rgb(192 29 46 / 80%);
}
.projects-item .hover-box .text-box {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}
.projects-item .hover-box .text-box .tags a {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 12px;
  margin-right: 5px;
  text-transform: capitalize;
  color: #fff;
  display: inline-block;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.projects-item .text-box h4 a {
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
  font-size: 20px;
  display: inline-block;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
  text-transform: capitalize;
}
.projects-item:hover .hover-box .text-box .tags a,
.projects-item:hover .text-box h4 a,
.projects-item:hover .hover-box .projects-icon {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
  opacity: 1;
}
.projects-item .hover-box .projects-icon {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
}
.projects-item .hover-box .projects-icon li {
  display: inline-block;
}
.projects-item .hover-box .projects-icon li a {
  display: inline-block;
  background-color: #fff;
  border: 2px solid #fff;
  font-size: 13px;
  color: #c01d2e;
  width: 40px;
  height: 40px;
  line-height: 38px;
  position: relative;
  text-align: center;
  margin-right: 10px;
  border-radius: 3px;
}
.projects-item .hover-box .projects-icon li:hover a {
  background-color: transparent;
  color: #fff;
}
.projects-carousel.owl-theme .owl-nav {
  display: none;
}
.projects-carousel.owl-theme .owl-dots .owl-dot span {
  background-color: #1c1a30;
}

/* :: Provide 2 */
.provide-2 {
  position: relative;
}
.provide-2 .bg-section {
  background-image: url(../images/provide/02_provide.jpg);
  height: calc(100%);
}
.provide-2 .sec-title {
  margin-bottom: 30px;
}
.provide-2 .sec-title h3 {
  color: #fff;
}
.provide-2 .provide-btn {
  border-bottom: 1px solid rgb(255 255 255 / 40%);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.provide-2 .provide-btn .btn-1 {
  /* margin-right: 30px; */
  margin: 10px;
}
.have-experience {
  position: relative;
  margin-bottom: 30px;
  height: 55px;
}
.have-experience i {
  position: absolute;
  color: #c01d2e;
  font-size: 55px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.have-experience h5 {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  color: #fff;
  /* padding-left: 75px; */
}

/* :: FAQs */
.provide-2 .faq {
  margin-left: calc(var(--bs-gutter-x) * 1);
}
.faq .faq-box {
  margin-bottom: 30px;
  border-radius: 5px;
  border: 2px solid #fff;
  background-color: #fff;
  position: relative;
}
.faq.style-2 .faq-box {
  border-color: #ddd;
}
.faq .faq-box .click {
  color: #1c1a30;
  background-color: transparent;
  border-radius: 0;
  border: none;
  line-height: 1;
  display: block;
  padding: 18px 20px;
  font-size: 17px;
  font-weight: 500;
  width: 100%;
  text-align: left;
}
.faq .faq-box .click i {
  color: #1c1a30;
  font-weight: 600;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 16px;
  line-height: 20px;
  text-align: center;
}
.faq .faq-box .click:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.faq .faq-box .about-text {
  border: none;
  border-radius: 0;
  padding: 18px 0 0 0;
  font-size: 14px;
  border-top: 2px solid #ddd;
  margin: 0px 20px 20px 20px;
}

/* :: Blog */
.blog-item {
  margin-bottom: 30px;
}
.blog-item .img-box {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.blog-item:hover .img-box .open-post img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: all 1.5s ease-in-out;
  -o-transition: all 1.5s ease-in-out;
  transition: all 1.5s ease-in-out;
}
.blog-item .img-box ul {
  position: absolute;
  bottom: 10px;
  left: 30px;
  background-color: #fff;
  padding: 2px 15px;
  border-radius: 3px;
}
.blog-item .img-box ul li {
  display: inline-block;
}
.blog-item .img-box ul li a {
  font-size: 13px;
  color: #c01d2e;
  text-transform: capitalize;
}
.blog-item .img-box ul li:hover a {
  color: #1c1a30;
}
.blog-item .text-box {
  padding: 30px 0px 0px 30px;
}
.blog-item .text-box .title-blog {
  display: block;
}
.blog-item .text-box h5 {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  margin: 0 0 15px 0;
  font-weight: 600;
  color: #1c1a30;
  text-transform: capitalize;
}
.blog-item .text-box .title-blog:hover,
.blog-item .text-box h5:hover {
  color: #c01d2e;
}
.blog-item .text-box .blog-date {
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 500;
  color: #c01d2e;
}
.blog-item .text-box .link {
  min-width: 120px;
  height: 45px;
  line-height: 45px;
  margin-top: 10px;
}
.blog-item .text-box .author-name {
  margin-left: 25px;
  display: inline-block;
  font-weight: 500;
}

/* :: Footer */
.footer {
  padding-top: 100px;
  background-color: #1c1a30;
}
.footer .logo,
.footer .links {
  margin-bottom: 30px;
}
.footer .logo img {
  width: 160px;
}
.footer .logo p {
  margin: 30px 0 30px 0;
  color: #f9f9f9;
}
.footer-title h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1;
  margin-bottom: 25px;
}
.footer .links li a {
  display: inline-block;
  position: relative;
  color: #f9f9f9;
  font-size: 15px;
  line-height: 33px;
}
.footer .links li:hover a {
  color: #c01d2e;
}
.footer .links li a:after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  font-size: 12px;
  opacity: 0;
  margin-left: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
  -o-transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
  transition: all 0.8s cubic-bezier(0.38, 0.17, 0.09, 0.99);
}
.footer .links li a:hover:after {
  opacity: 1;
  margin-left: 15px;
  visibility: visible;
  color: #c01d2e;
}
.footer .newsletter p {
  color: #f9f9f9;
  margin-bottom: 26px;
  font-size: 15px;
  font-weight: 500;
}

.footer .newsletter form {
  position: relative;
}
.footer .newsletter form input {
  width: 100%;
  color: #9b9b9b;
  background-color: transparent;
  font-size: 13px;
  text-transform: capitalize;
  padding: 0 15px;
  line-height: 44px;
  border-radius: 3px;
  letter-spacing: 0.25px;
  position: relative;
  border: 1px solid rgb(204 204 204 / 0.1);
}
.footer .newsletter form input:focus {
  border-color: #c01d2e;
}
.footer .newsletter form button {
  border: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  background-color: #c01d2e;
  font-size: 11px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  color: #fff;
}
.footer .newsletter form button:hover {
  color: #c01d2e;
  background-color: #fff;
}
.footer ul.icon {
  margin: 30px 0;
}
.footer ul.icon li {
  display: inline-block;
}
.footer ul.icon li a {
  width: 35px;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #262442;
  color: #fff;
  font-size: 13px;
  margin-right: 5px;
  border-radius: 2px;
}
.footer ul.icon li:hover a {
  background-color: #fff;
  color: #c01d2e;
}
.copyright {
  margin-top: 70px;
  padding: 40px 0;
  background-color: #262442;
  overflow: hidden;
}
.copyright p {
  margin: 0;
  color: #f4f4f4;
  float: left;
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: 500;
}
.copyright p a {
  color: #c01d2e;
}
.copyright ul {
  float: right;
}
.copyright ul li {
  display: inline-block;
  margin-left: 10px;
}
.copyright ul li a {
  color: #fff !important;
}
.copyright ul li:hover a {
  color: #c01d2e !important;
}

/* :: Scroll Up */
.scroll-up {
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 30px;
  -webkit-box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 40px 4px rgba(0, 0, 0, 0.05);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.scroll-up.active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.scroll-up a {
  background-color: #c01d2e;
  font-size: 16px;
  color: #fff;
  line-height: 42px;
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  border: 1px solid #c01d2e;
  border-radius: 3px;
  outline: none;
}
.scroll-up:hover a {
  background-color: #1c1a30;
  border: 1px solid #1c1a30;
}

/* :: Breadcrumb Header */
.breadcrumb-header {
  padding-bottom: 70px;
  padding-top: calc(125px);
  color: #fff;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.breadcrumb-header.style-2 {
  padding: 120px 0;
}
.breadcrumb-header .banner h1 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 1.2;
  font-size: 50px;
  margin-bottom: 30px;
}
.breadcrumb-header .banner ul li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.3px;
  color: #f9f9f9;
  text-transform: capitalize;
}
.breadcrumb-header .banner ul li:hover a {
  color: #c01d2e;
}

/* :: Contact US Page */
.contact-info-content {
  margin-bottom: 50px;
}
.contact-info-content .contact-box {
  padding: 40px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-bottom: 30px;
  text-align: center;
}
.contact-info-content .contact-box:hover {
  background-color: #c01d2e;
  border-color: #c01d2e;
}
.contact-info-content .contact-box i {
  font-size: 60px;
  line-height: 1;
  color: #c01d2e;
  display: inline-block;
  margin-bottom: 25px;
}
.contact-info-content .contact-box .box a,
.contact-info-content .contact-box .box p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1.5;
  position: relative;
  display: block;
  color: #9b9b9b;
  font-family: "Barlow", sans-serif;
}
.contact-info-content .contact-box:hover i,
.contact-info-content .contact-box:hover .box a,
.contact-info-content .contact-box:hover .box p {
  color: #fff;
}
.contact-us .map-box {
  height: 100%;
  margin-right: 20px;
}
.contact-us .map-box iframe {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.contact-us .add-comments .inner-add-comments-box.last {
  margin-bottom: 0;
}

/* Marquee CSS */
.marquee {
  --duration: 60s;
  --gap: 1rem;

  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  /*   transform: skewY(-3deg); */
}

.marquee__group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll var(--duration) linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .marquee__group {
    animation-play-state: paused;
  }
}

.marquee__group img {
  max-width: clamp(10rem, 4rem + 28vmin, 20rem);
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 1rem;
}

.marquee--borders {
  border-block: 3px solid dodgerblue;
  padding-block: 0.75rem;
}

.marquee--reverse .marquee__group {
  animation-direction: reverse;
  animation-delay: calc(var(--duration) / -2);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* Product Gallery */
.products-gallery .products-gallery-item {
  position: relative;
}

.products-gallery .products-gallery-item img {
  height: 100%;
  width: 100%;
}

.products-gallery .products-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.3) 50%,
    transparent
  );
  text-align: center;
  color: white;
  width: 93%;
  font-size: 16px;
  height: 30px;
}
