* {
  padding: 0;
  margin: 0;
  outline: 0;
  scrollbar-width: auto;
  scrollbar-color: #a0a1ca #dedede;
}

/* Scrollbar Styling */
::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #ebebeb;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #a0a1ca;
}

body {
  min-width: 320px;
  color: #000;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  background: #fff;
}

a {
  text-decoration: none;
  color: #111;
  transition: 0.4s ease-in-out;
}

a:hover {
  text-decoration: none;
  color: #978484;
}

p {
  font-size: 16px;
  line-height: 30px;
  color: #555;
  margin: 0;
}

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

article {
  margin: 0 0 30px 0;
  overflow: hidden;
}

figure {
  margin: 0;
}

.img-wrap {
  position: relative;
}

.img-wrap figure {
  position: relative;
  width: 100%;
  padding-top: 75%;
  margin: 0;
}

.img-wrap figure img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.imgp-wrap {
  background: #fff;
  transition: all 0.5s ease;
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.imgp-wrap img {
  position: absolute;
  display: block;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@keyframes rotated {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes fly {
  0% {
    top: 100%;
    left: 0;
  }
  100% {
    top: -100%;
    left: 800px;
  }
}
@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}
@keyframes machine-rotate {
  100% {
    transform: rotate(360deg);
    left: 100%;
  }
}
/*header*/
header {
  background-color: #fff;
  overflow-x: clip;
}
header .header-main {
  padding: 0 0 10px 0;
}
header .top-bar {
  background-color: #464644;
  margin: 0 0 10px 0;
  overflow-x: clip;
  position: relative;
  padding: 5px 0;
}
header .top-bar .top-contact {
  position: relative;
  padding: 10px 0;
}
header .top-bar .top-contact strong {
  color: #fff;
  position: relative;
  z-index: 2;
  font-weight: 400;
}
header .top-bar .top-contact strong a {
  color: #fff;
  margin: 0 0 0 5px;
}
header .top-bar .top-contact strong a:hover {
  color: #fb0200;
}
header .top-bar .top-contact strong a i {
  text-align: center;
  border-radius: 50%;
  color: #035bf4;
  margin: 0 5px 0 0;
}
header .top-bar .t-email {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
}
header .top-bar .t-email .icon-wrap {
  color: #eee;
}
header .top-bar .t-email .icon-wrap span {
  vertical-align: middle;
  color: #fb0200;
  font-size: 18px;
}
header .top-bar .t-email a {
  color: #eee;
  font-size: 14px;
}
header .top-bar .t-email a:hover {
  color: #fb0200;
}
header .top-bar .right-bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}
header .top-bar .right-bar .cart-count {
  display: inline-block;
  padding: 0 10px 0 0;
}
header .top-bar .right-bar .cart-count .icon-wrap {
  position: relative;
}
header .top-bar .right-bar .cart-count .icon-wrap i {
  color: #fff;
  transition: 0.4s ease-in-out;
}
header .top-bar .right-bar .cart-count .icon-wrap:hover i {
  color: #035bf4;
}
header .top-bar .right-bar .cart-count .icon-wrap span {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fb0200;
  top: -5px;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}header .slogan h1
header .logo-wrap {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 0 5px 0;
}
header .logo-wrap a {
  flex-shrink: 0;
  position: relative;
}
header .logo-wrap a img {
  max-width: 350px;
  width: 100%;
}
header .slogan {
  margin: 0 0 0 20px;
  position: relative;
}
header .slogan h1 {
  font-weight: 700;
  font-size: 2rem;
  margin: 0;
  color: #035bf4;
  text-transform: uppercase;
  text-align:center;
}
header .slogan h1 span {
  display: block;
  color: #fb0200;
}
header .slogan strong {
  font-size: 18px;
  text-transform: uppercase;
  color: #fb0200;
}
header .flag-wrap .img-wrap {
  margin: 5px 0;
}
header .top-b {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
  position: relative;
  background-color: none;
}
header .top-b:before {
  -webkit-clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0% 100%);
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(40, 6, 161, 0.1);
  z-index: 0;
}
header .top-b .t-contact {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  position: relative;
}
header .top-b .t-contact .tc-wrap {
  list-style: none;
  padding: 0;
  margin: 5px 0;
  text-align: right;
}
header .top-b .t-contact .tc-wrap a {
  font-weight: 500;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
  color: #111;
}
header .top-b .t-contact .tc-wrap a:hover {
  color: #fb0200;
}
header .top-b .t-contact .tc-wrap a i {
  font-size: 30px;
  text-align: center;
  transition: 0.4s ease-in-out;
  margin: 0 10px 0 0;
  flex-shrink: 0;
  color: #035bf4;
}
header .top-b .t-contact .tc-wrap a .tc-dtl small {
  display: block;
  line-height: 20px;
  font-size: 12px;
}
header .top-b .t-contact .tc-wrap a .tc-dtl strong {
  display: block;
  color: #035bf4;
}
header .top-b .t-contact .phn {
  text-align: center;
  display: block;
}
header .top-b .t-contact .phn a {
  align-items: center;
}
header .top-b .t-contact .phn a i {
  font-size: 34px;
  margin: 0 5px 0 0;
}
header .top-b .t-contact .phn a .tc-dtl strong {
  color: #111;
  font-size: 20px;
  transition: 0.4s ease-in-out;
  font-weight: 600;
}
header .top-b .t-contact .phn a .tc-dtl strong:hover {
  color: #fb0200;
}
header .social-bar {
  list-style: none;
  padding: 0;
  text-align: right;
  margin: 0;
}
header .social-bar li {
  display: inline-block;
  margin: 0 0 0 10px;
}
header .social-bar li a {
  display: inline-block;
  position: relative;
}
header .social-bar li a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  background-color: #035bf4;
  transition: 0.4s ease-in-out;
  border-radius: 4px;
}
header .social-bar li a i {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  height: 26px;
  width: 26px;
  line-height: 26px;
  text-align: center;
  transition: 0.4s ease-in-out;
  position: relative;
}
header .social-bar li a:hover:before {
  background-color: #fb0200;
}
header .g-quote {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}
header .g-quote a {
  background: #fb0200;
  padding: 18px 10px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
  border-bottom: none;
  border-top: none;
  font-weight: 500;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px -50px 36px -28px inset;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
header .g-quote a i {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
header .g-quote a:hover {
  background: #035bf4;
  color: #fff;
}
header .g-quote .custom-btn {
  background: none !important;
  color: #fb0200 !important;
  border: 2px solid #fb0200 !important;
}
header .g-quote .custom-btn:hover {
  background: #fb0200 !important;
  color: #fff !important;
}

.nav-wrap {
  margin: 0 auto -25px auto;
}

.nav-sec .navbar {
  padding: 0;
}
.nav-sec .navbar-collapse {
  justify-content: center;
}
.nav-sec .main-navigation {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  position: relative;
  z-index: 5;
  justify-content: center;
  border-radius: 4px;
}
.nav-sec .main-navigation:before {
  -webkit-clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0% 100%);
  content: "";
  position: absolute;
  inset: 0;
  background: #035bf4;
  z-index: 0;
  right: 0;
  left: -50px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
.nav-sec .main-navigation .menu-item {
  position: relative;
}
.nav-sec .main-navigation .menu-item:hover {
  background-color: #fb0200;
  transition: 0.4s ease-in-out;
  border-color: #fb0200;
}
.nav-sec .main-navigation .menu-item a {
  font-size: 16px;
  text-transform: capitalize;
  line-height: 17px;
  padding: 15px 20px;
  display: inline-block;
  position: relative;
  top: 0;
  color: #fff;
  border-radius: 0;
  border: 2px solid transparent;
  border-left: none;
  border-right: none;
}
.nav-sec .main-navigation .menu-item a:hover {
  transition: 0.4s ease-in-out;
  border-color: #fb0200;
  color: #fff;
}
.nav-sec .main-navigation .menu-item.active a {
  transition: 0.4s ease-in-out;
  border-color: #fb0200;
  color: #fff;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children {
  position: relative;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu {
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 10rem;
  font-size: 1rem;
  color: #111;
  text-align: left;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  display: none;
  position: absolute;
  margin: 0;
  background: #464644;
  border-radius: 0;
  padding: 0;
  width: 310px;
  animation-duration: 0.3s;
  opacity: 0;
  transition: 0.8s ease-in-out;
  border-radius: 0 0 10px 10px;
  max-height: 350px;
  overflow-y: auto;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item::before {
  display: none;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a {
  padding: 10px;
  color: #fff;
  font-size: 14px;
  transition: 0.4s ease-in-out;
  text-align: left;
  line-height: 30px;
  border-radius: 10px;
  display: block;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children .sub-menu .menu-item a:hover {
  background-color: #fb0200;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children:hover .sub-menu {
  display: block !important;
  opacity: 1;
}
.nav-sec .main-navigation .menu-item.menu-item-has-children > a::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

/*slider section*/
.slider-wrap {
  position: relative;
}
.slider-wrap .slider-bg {
  position: relative;
}
.slider-wrap .slider-bg .slide-sec {
  position: relative;
  overflow: hidden;
}
.slider-wrap .slider-bg .slide-sec:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.slider-wrap .slider-bg .slide-sec .slide-img {
  position: relative;
  width: 100%;
  padding-top: 100vh;
  margin: 0;
}
.slider-wrap .slider-bg .slide-sec .slide-img img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider-wrap .slider-bg .slide-sec .s-caption {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
  padding: 50px 0;
  text-align: center;
  max-width: 700px;
  transition: 2s ease-in-out;
}
.slider-wrap .slider-bg .slide-sec .s-caption small {
  font-size: 28px;
  display: block;
  color: #fb0200;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0 0 20px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.slider-wrap .slider-bg .slide-sec .s-caption strong {
  font-size: 86px;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  line-height: 64px;
  line-height: 84px;
  display: block;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a {
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  position: relative;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #fb0200;
  position: relative;
}
.slider-wrap .slider-bg .slide-sec .s-caption .btn-wrap a:hover {
  background-color: #035bf4;
}
.slider-wrap .slider-bg .owl-item.active .s-caption {
  top: 50%;
  transition: 2s ease-in-out;
}
.slider-wrap .owl-dots {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translatex(-50%);
}
.slider-wrap .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #035bf4;
  border-radius: 20px;
}
.slider-wrap .owl-dots .owl-dot.active span {
  background: #fb0200;
}
.slider-wrap .book-form {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  max-width: 400px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0 10px 0;
  border-radius: 10px;
}
.slider-wrap .book-form h3 {
  display: block;
  padding: 10px;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #03adc3;
  color: #03adc3;
  text-align: left;
  font-size: 20px;
}
.slider-wrap .book-form .form-wrap form h5 {
  font-size: 14px;
  margin: 0 0 5px 0;
}
.slider-wrap .book-form .form-wrap form .form-control,
.slider-wrap .book-form .form-wrap form .form-select,
.slider-wrap .book-form .form-wrap form .form-check {
  font-size: 14px;
  margin: 0 0 20px 0;
  line-height: 1.2;
  border-radius: 30px;
}
.slider-wrap .book-form .form-wrap form .btn {
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  border-radius: 50px;
  text-transform: uppercase;
  border: 2px solid #03adc3;
}
.slider-wrap .book-form .form-wrap form .btn:hover {
  background-color: #035bf4;
}
.slider-wrap .quick-form {
  position: absolute;
  bottom: 5%;
  right: 7%;
  z-index: 2;
  max-width: 300px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
}
.slider-wrap .quick-form h3 {
  color: #fb0200;
  margin: 0 0 15px 0;
  font-size: 24px;
}

/*book form*/
.book-form {
  padding: 30px 0;
}
.book-form .bform-wrap {
  display: flex;
  align-items: stretch;
}
.book-form .bform-wrap .form-title {
  width: 300px;
  flex-shrink: 0;
  text-align: center;
  padding: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
.book-form .bform-wrap .form-title:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(214, 62, 56, 0.9);
}
.book-form .bform-wrap h3 {
  position: relative;
  color: #fff;
  text-transform: capitalize;
  font-size: 42px;
  font-weight: 700;
}
.book-form .bform-wrap .form-wrap {
  padding: 10px 20px 10px 20px;
}
.book-form .bform-wrap .form-wrap h4 {
  display: block;
  text-align: center;
  background-color: #fb0200;
  padding: 10px;
  text-transform: capitalize;
  color: #fff;
  font-size: 32px;
}
.book-form .bform-wrap .form-wrap h5 {
  background-color: rgba(58, 56, 59, 0.7);
  padding: 5px 10px;
  color: #fff;
  font-size: 18px;
}
.book-form .bform-wrap .form-wrap .check-wrap {
  display: flex;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.book-form .bform-wrap .form-wrap .form-check {
  margin: 0 20px 10px 0;
  flex: 1;
}
.book-form .bform-wrap .form-wrap .form-check-input {
  border-color: #777;
}
.book-form .bform-wrap .form-check-input:checked {
  background-color: #d63e38;
  border-color: #999;
}
.book-form .bform-wrap .book-cost {
  padding: 10px;
  background: #eee;
  margin: 0 0 20px 0;
}
.book-form .bform-wrap .book-cost .p-amt strong {
  text-transform: capitalize;
}
.book-form .bform-wrap .book-cost .p-amt strong span {
  margin: 0 0 0 5px;
  display: inline-block;
  padding: 5px;
  color: #fff;
  background-color: #035bf4;
}
.book-form .bform-wrap .book-cost .p-total strong {
  color: #fb0200;
}

.single .bform-wrap .form-wrap {
  background-color: #eee;
}

/*about section*/
.welcome-sec {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
}
.welcome-sec .headings {
  text-align: left;
  margin: 0 0 10px 0;
}
.welcome-sec .headings .big-title {
  left: 0;
  transform: initial;
  opacity: 0.2;
}
.welcome-sec .headings h3 {
  color: #000;
  font-size: 28px;
}
.welcome-sec .container {
  position: relative;
}
.welcome-sec .welcome-wrap > small {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  display: block;
  margin: 0 0 15px 0;
  color: #111;
  padding: 0 0 0 10px;
  border-left: 10px solid #03adc3;
}
.welcome-sec .welcome-wrap h2 {
  color: #035bf4;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 42px;
}
.welcome-sec .welcome-wrap ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.welcome-sec .welcome-wrap ul li {
  display: inline-block;
  padding: 10px;
  background-color: #035bf4;
  color: #fb0200;
  padding: 10px 10px 10px 40px;
  text-transform: capitalize;
  position: relative;
  margin: 0 10px 20px 0;
}
.welcome-sec .welcome-wrap ul li:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #035bf4;
  position: absolute;
  left: 0;
  bottom: -10px;
}
.welcome-sec .welcome-wrap ul li:before {
  content: "";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 10px;
  top: 50%;
  transform: translatey(-50%);
  border: 2px solid #fb0200;
  background-color: #035bf4;
}
.welcome-sec .welcome-wrap p {
  color: #666;
  margin: 0 0 20px 0;
}
.welcome-sec .welcome-wrap .btn-primary a {
  color: #03adc3;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  border: 2px solid #03adc3;
  border-radius: 50px;
}
.welcome-sec .welcome-wrap .btn-primary a:hover {
  background-color: #03adc3;
  color: #fff;
}
.welcome-sec .wel-img {
  position: relative;
}
.welcome-sec .wel-img .why-info {
  width: 150px;
  height: 120px;
  text-align: center;
  background-color: #fb0200;
  display: flex;
  align-items: center;
  padding: 10px;
  border: 1px dashed #035bf4;
  position: absolute;
  bottom: -60px;
  transition: 0.4s ease-in-out;
  animation: infoslide 20s infinite;
}
.welcome-sec .wel-img .why-info p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.welcome-sec .img-wrap {
  padding: 20px;
  text-align: center;
}
.welcome-sec .img-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../images/about-shape.png);
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  animation: rotated 20s infinite linear;
}
.welcome-sec .img-wrap figure {
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  padding-top: 80%;
  width: 80%;
  margin: 0 auto;
}

/*services section*/
.headings {
  text-align: center;
  margin: 0 0 50px 0;
  position: relative;
}
.headings h3 {
  font-size: 36px;
  text-transform: uppercase;
  margin: 0 0 10px 0;
  font-weight: 700;
  position: relative;
  display: block;
  background: -webkit-linear-gradient(#fb0200, #035bf4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.headings .heading-line {
  display: inline-block;
  position: relative;
  border-bottom: 4px solid #fb0200;
  width: 90px;
  height: 4px;
}
.headings .heading-line:after {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  height: 6px;
  width: 15px;
  border-radius: 0px;
  background-color: #fff;
  animation: heading-move 5s infinite linear;
  z-index: 2;
}

.sub-headings {
  margin: 0 0 30px 0;
}
.sub-headings strong {
  position: relative;
  padding: 0 30px 0 0;
  display: inline-block;
  height: 60px;
  line-height: 60px;
}
.sub-headings strong:before {
  position: absolute;
  background: #297c41 none repeat scroll 0 0;
  content: "";
  top: 0;
  right: 0;
  width: 2030px;
  height: 100%;
}
.sub-headings strong:after {
  content: "";
  position: absolute;
  border-top: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #297c41;
  left: 100%;
  top: 0;
}
.sub-headings strong span {
  position: relative;
  z-index: 1;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  line-height: 60px;
  text-transform: capitalize;
}

/*service section*/
.services {
  padding: 100px 0 70px 0;
  position: relative;
}
.services:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.04);
}
.services:after {
  content: "";
  position: absolute;
  width: 800px;
  height: 800px;
  background-image: url(../images/tyre.png);
  left: -800px;
  top: -100px;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.1;
  z-index: -1;
  animation: machine-rotate 10s infinite;
}
.services .container {
  position: relative;
}
.services .service-card {
  margin: 0 0 30px 0;
  background: #fff;
  border-radius: 4px;
  text-align: center;
}
.services .service-card .img-wrap figure {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.services .service-card .serv-dtl {
  padding-bottom: 10px;
}
.services .service-card .serv-dtl h4 {
  margin: 0 0 10px 0;
  border-bottom: 5px solid rgba(38, 57, 39, 0.1);
}
.services .service-card .serv-dtl h4 a {
  font-size: 18px;
  font-weight: 700;
  padding: 10px 5px;
  display: block;
  color: #111;
  text-transform: capitalize;
}
.services .service-card .serv-dtl h4 a span {
  display: block;
  font-size: 24px;
  color: #035bf4;
  transition: 0.4s ease-in-out;
}
.services .service-card .serv-dtl h4 a:hover {
  color: #fb0200;
}
.services .service-card .serv-dtl h4 a:hover span {
  color: #fb0200;
}
.services .service-card .serv-dtl .serv-more {
  display: flex;
  align-items: center;
  justify-content: center;
}
.services .service-card .serv-dtl .serv-more a {
  display: inline-block;
  color: #fb0200;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #fb0200;
  border-radius: 4px;
}
.services .service-card .serv-dtl .serv-more a:hover {
  background-color: #035bf4;
  color: #fff;
}
.services .service-card .serv-dtl .serv-more a span {
  vertical-align: middle;
}
.services .service-card .serv-dtl .serv-more .more-icon {
  border: 2px solid #fb0200;
  padding: 5px 10px;
  border-radius: 4px;
  color: #fb0200;
  text-transform: uppercase;
}
.services .service-card .serv-dtl .serv-more .more-icon span {
  color: #03adc3;
  text-align: center;
  transition: 0.4s ease-in-out;
  border-radius: 4px;
}
.services .service-card .serv-dtl .serv-more .more-icon:hover span {
  color: #fb0200;
}
.services .service-card .serv-dtl .serv-more .more-icon:hover {
  background-color: #03adc3;
  color: #fff;
}

/*product sell section*/
.product-sell {
  padding: 100px 0;
}
.product-sell .prodsell-card {
  padding: 10px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  margin: 10px;
}
.product-sell .prodsell-card .img-wrap {
  margin: 0 0 10px 0;
}
.product-sell .prodsell-card .img-wrap figure {
  padding-top: 100%;
}
.product-sell .prodsell-card .prodsell-dtl {
  text-align: center;
}
.product-sell .prodsell-card .prodsell-dtl a {
  color: #111;
  display: block;
  font-size: 24px;
  font-weight: 500;
}
.product-sell .prodsell-card .prodsell-dtl a:hover {
  color: #fb0200;
}
.product-sell .prodsell-card .prodsell-dtl strong {
  color: #035bf4;
}

.view-prod {
  text-align: right;
}
.view-prod a {
  font-weight: 500;
  font-size: 14px;
  padding: 0 0 0 10px;
  display: inline-block;
  border-radius: 4px;
  position: relative;
}
.view-prod a strong {
  color: #fff;
  position: relative;
}
.view-prod a:before {
  -webkit-clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0% 100%);
  content: "";
  position: absolute;
  inset: 0;
  background: #035bf4;
  z-index: 0;
  right: 0;
  left: -50px;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
.view-prod a span {
  vertical-align: middle;
  border-left: 1px solid #035bf4;
  display: inline-block;
  padding: 10px;
  margin: 0 0 0 10px;
  background-color: #fb0200;
  color: #fff;
  transition: 0.4s ease-in-out;
  position: relative;
}
.view-prod a:hover span {
  background-color: #035bf4;
}

/*recommneded agency*/
.recom-agency {
  padding: 100px 0;
  background-color: #035bf4;
  position: relative;
  overflow: hidden;
}
.recom-agency:before {
  content: "\e6ca";
  font-family: "Material Symbols Outlined";
  font-size: 700px;
  transform: translatey(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0.2;
  animation: fly 8s infinite;
}
.recom-agency .container {
  position: relative;
}
.recom-agency .recom-head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin: 0 0 20px 0;
  text-align: center;
}
.recom-agency .recom-head strong {
  font-size: 32px;
  color: #fff;
}
.recom-agency .recom-head .icon-wrap span {
  font-size: 42px;
  color: #fb0200;
}
.recom-agency .recom-dtl {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: flex-end;
  margin: 0 0 30px 0;
  border-top: 1px solid #fff;
}
.recom-agency .recom-dtl h3 {
  font-size: 48px;
  color: #fb0200;
  font-weight: 700;
}
.recom-agency .recom-dtl .img-wrap {
  width: 200px;
  flex-shrink: 0;
}
.recom-agency .recom-contct {
  display: block;
  justify-content: flex-start;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.recom-agency .recom-contct .phn .icon-wrap {
  font-size: 24px;
  text-align: left;
}
.recom-agency .recom-contct .phn .icon-wrap span {
  color: #fb0200;
}
.recom-agency .recom-contct .phn .icon-wrap a {
  color: #fff;
  font-weight: 500;
}
.recom-agency .recom-contct .phn .icon-wrap a:hover {
  color: #fb0200;
}

/*why us*/
.why-us {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.why-us:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(3, 174, 195, 0.8);
}
.why-us .headings h3 {
  color: #fff;
}
.why-us .headings small {
  color: #eee;
}
.why-us .container {
  position: relative;
}
.why-us .whyus-contn {
  margin: 0 0 50px 0;
}
.why-us .whyus-contn p {
  text-align: center;
  color: #fff;
}
.why-us .why-card {
  margin: 0 0 20px 0;
  position: relative;
  background: #ffffff;
  padding: 15px;
  border-radius: 4px;
  box-shadow: 0px 15px 25px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.why-us .why-card .img-wrap {
  text-align: center;
  position: relative;
}
.why-us .why-card .img-wrap:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0.6) 10%, rgba(0, 0, 0, 0) 100%);
  bottom: 0px;
  right: 0px;
  z-index: 1;
}
.why-us .why-card .img-wrap figure {
  padding-top: 100%;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 4px;
}
.why-us .why-card .why-dtl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.why-us .why-card .why-dtl a {
  font-size: 24px;
  font-weight: 600;
  display: block;
  text-align: left;
  padding: 5px 15px 20px 20px;
  color: #fb0200;
  text-transform: capitalize;
  border-radius: 4px;
}
.why-us .why-card .why-dtl a:hover {
  color: #fff;
}
.why-us .why-img {
  position: relative;
  padding: 30px 30px 0 30px;
  text-align: center;
}
.why-us .why-img img {
  margin: 0 auto;
}

/*steps process*/
.steps {
  padding: 100px 0;
  position: relative;
}
.steps .step-card {
  text-align: center;
  padding: 30px;
  border: 2px solid #03adc3;
  border-radius: 4px;
  min-height: 300px;
  position: relative;
}
.steps .step-card .icon-next {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
}
.steps .step-card .icon-next span {
  width: 50px;
  height: 50px;
  background-color: #fb0200;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.steps .step-card .step-head span {
  display: block;
  font-size: 62px;
  color: #fb0200;
}
.steps .step-card .step-head strong {
  font-size: 24px;
  color: #035bf4;
  display: flex;
  justify-content: center;
  align-items: center;
}
.steps .step-card .step-head strong span {
  margin: 0 10px 0 0;
}

/*our activities*/
.activities {
  padding: 100px 0 50px 0;
  background-position: center;
  background-repeat: repeat;
  background-size: 600px;
  position: relative;
}
.activities:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.9);
}
.activities .container {
  position: relative;
}
.activities .act-card {
  text-align: center;
  margin: 0 0 50px 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.activities .act-card .img-wrap {
  padding: 20px 0 20px 0;
}
.activities .act-card .img-wrap figure {
  padding-top: 300px;
  width: 300px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.activities .act-card .act-dtl {
  background-color: #035bf4;
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.activities .act-card .act-dtl a {
  font-weight: 500;
  font-size: 24px;
  padding: 10px;
  display: block;
  color: #fff;
  border-radius: 4px;
}
.activities .act-card .act-dtl a:hover {
  color: #fb0200;
}

/*why us*/
.why-wrap {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.why-wrap:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
}
.why-wrap .container {
  position: relative;
}
.why-wrap .headings h3 {
  background: -webkit-linear-gradient(#fb0200, #fb0200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why-wrap .why-des p {
  color: #fff;
  margin: 0 0 20px 0;
}
.why-wrap .img-wrap {
  position: relative;
  margin: 20px 20px 0 0;
}
.why-wrap .img-wrap:before {
  content: "";
  position: absolute;
  left: 20px;
  right: -20px;
  bottom: 20px;
  top: -20px;
  background-color: #fb0200;
  opacity: 0.5;
}
.why-wrap .img-wrap img {
  position: relative;
  z-index: 2;
}
.why-wrap ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.why-wrap ul li {
  width: 48.5%;
  display: inline-block;
  flex-shrink: 0;
}
.why-wrap ul li .why-list {
  border: 2px solid #fb0200;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
}
.why-wrap ul li .why-list strong {
  color: #fff;
  text-transform: capitalize;
  font-size: 20px;
}
.why-wrap ul li .why-list .icon-wrap span {
  color: #fb0200;
  vertical-align: middle;
  font-size: 36px;
  margin: 0 20px 0 0;
}

/*about us section*/
.about-us {
  padding: 100px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.about-us:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}
.about-us .container {
  position: relative;
}
.about-us .about-contn {
  padding: 0 0 20px 0;
}
.about-us .about-contn .headings {
  text-align: left;
  margin: 0 0 20px 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-left: 5px solid #fb0200;
  border-radius: 4px;
}
.about-us .about-contn h2 {
  color: #fff;
  margin: 0 0 30px 0;
  text-transform: capitalize;
  padding: 16px;
  font-size: 20px;
  border: 3px solid #035bf4;
}
.about-us .about-contn h2 span {
  color: #fb0200;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
}
.about-us .about-contn p {
  margin: 0 0 20px 0;
  color: #eee;
}
.about-us .about-contn ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.about-us .about-contn ul li {
  margin: 0 0 10px 0;
  display: block;
  text-transform: capitalize;
  font-size: 18px;
  vertical-align: middle;
  color: #fff;
}
.about-us .about-contn ul li span {
  display: inline-block;
  font-weight: 700;
  color: #fb0200;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 10px 0 0;
  text-align: center;
  border-radius: 50%;
  vertical-align: middle;
}

/*our highlights*/
.highlights {
  padding: 100px 0;
  background-color: #035bf4;
  position: relative;
}
.highlights:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url(../images/leaf-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  opacity: 0.05;
}
.highlights .container {
  position: relative;
}
.highlights .container .headings {
  margin: 0 0 120px 0;
}
.highlights .container .headings .heading-line:before {
  background-color: #999;
}
.highlights .container .headings .heading-line:after {
  background-color: #999;
}
.highlights .container .headings h3 {
  color: #fff;
}
.highlights .high-card {
  text-align: center;
  padding: 20px;
  position: relative;
}
.highlights .high-card .icon-wrap {
  margin: 0 0 120px 0;
  display: inline-block;
  position: relative;
}
.highlights .high-card .icon-wrap:before {
  content: "";
  position: absolute;
  top: -50px;
  right: -50px;
  bottom: -50px;
  left: -50px;
  border: 4px solid #fb0200;
  opacity: 0.3;
  transform: rotate(45deg);
}
.highlights .high-card .icon-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 8px solid #fb0200;
  opacity: 0.7;
  transform: rotate(45deg);
}
.highlights .high-card .icon-wrap i {
  font-size: 48px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  flex-shrink: 0;
  position: relative;
}
.highlights .high-card a {
  display: block;
  color: #eee;
  text-transform: capitalize;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0 10px;
}
.highlights .high-card a:hover {
  color: #fb0200;
}

/*testimonials section*/
.testimonials {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
}
.testimonials:before {
  -webkit-clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50% 0, 100% 0%, 100% 100%, 0% 100%);
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(40, 6, 161, 0.2);
  z-index: 0;
  right: 0;
  left: 50%;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
.testimonials .container {
  position: relative;
  z-index: 2;
}
.testimonials .headings h3 {
  color: #fff;
}
.testimonials .headings small {
  color: #eee;
}
.testimonials .testi-main .headings {
  text-align: center;
}
.testimonials .testi-main .headings h3 {
  color: #fff;
}
.testimonials .testi-main .headings .heading-line span:after, .testimonials .testi-main .headings .heading-line span:before {
  background-color: #eee;
}
.testimonials .testi-main .testi-card {
  background-color: rgba(251, 3, 0, 0.05);
  padding: 30px;
  margin: 0 50px;
  position: relative;
  transition: 0.4s ease-in-out;
  text-align: left;
  border-radius: 4px;
  border: 4px solid rgba(41, 7, 161, 0.2);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
}
.testimonials .testi-main .testi-card q {
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #111;
  display: block;
  text-align: left;
  font-style: italic;
  border-radius: 4px;
  padding: 20px;
  border: 2px solid rgba(41, 7, 161, 0.2);
}
.testimonials .testi-main .testi-card .i-wrap {
  text-align: right;
  position: absolute;
  top: 20px;
  right: 20px;
}
.testimonials .testi-main .testi-card .i-wrap i {
  color: #fff;
  font-size: 72px;
  color: #035bf4;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  opacity: 0.2;
}
.testimonials .testi-main .testi-card .testi-profile {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
  margin: 0 0 20px 0;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl {
  position: relative;
  text-align: left;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl strong {
  color: #fb0200;
  font-size: 18x;
  display: block;
  border-radius: 4px;
}
.testimonials .testi-main .testi-card .testi-profile .testi-dtl small {
  color: #035bf4;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 3px;
}
.testimonials .testi-main .testi-card .testi-profile .img-wrap {
  background: #ffffff;
  padding: 7px;
  border-radius: 4px;
  box-shadow: 0px -10px 30px 0px rgba(6, 26, 58, 0.2);
}
.testimonials .testi-main .testi-card .testi-profile .img-wrap figure {
  padding-top: 70px;
  width: 70px;
  overflow: hidden;
}
.testimonials .testi-main .owl-dots {
  text-align: center;
}
.testimonials .testi-main .owl-dots .owl-dot span {
  border-radius: 0;
  margin: 0 10px 0 0;
  opacity: 0.3;
  width: 20px;
  height: 5px;
}
.testimonials .testi-main .owl-dots .owl-dot.active span {
  background: #fb0200;
  opacity: 1;
}

.social-rev {
  margin: 0 0 50px 0;
}
.social-rev .rev-card {
  background-color: #03adc3;
  display: inline-block;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
  position: relative;
  color: #fff;
  border-radius: 4px;
}
.social-rev .rev-card:before {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  border: 2px solid #fb0200;
  border-radius: 4px;
}
.social-rev .rev-card .icon-wrap {
  margin: 0 0 10px 0;
}
.social-rev .rev-card .icon-wrap i {
  font-size: 28px;
}
.social-rev .rev-card .rev-dtl {
  z-index: 9;
  position: relative;
}
.social-rev .rev-card .rev-dtl a {
  color: #fff;
}
.social-rev .rev-card .rev-dtl a:hover {
  color: #fb0200;
}

/*sub contact section*/
.sub-contact {
  background-color: rgba(238, 26, 36, 0.1);
  padding: 50px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.sub-contact .container {
  position: relative;
}
.sub-contact .form-wrap {
  padding: 30px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}
.sub-contact .form-wrap .headings {
  text-align: left;
  margin: 0 0 20px 0;
}
.sub-contact .form-wrap .headings small {
  display: block;
}
.sub-contact .form-wrap .headings h3 {
  color: #035bf4;
}
.sub-contact .form-wrap .headings h3:before {
  display: none;
}
.sub-contact .form-wrap h4 {
  color: #035bf4;
  padding: 5px;
  border-radius: 4px;
}
.sub-contact .form-wrap .form-control,
.sub-contact .form-wrap .form-select {
  border-radius: 4px;
}
.sub-contact .form-wrap .note {
  background-color: #fb0200;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.sub-contact .form-wrap .note span {
  vertical-align: middle;
}
.sub-contact .form-wrap .pckg-p {
  margin: 0 0 20px 0;
}
.sub-contact .form-wrap .pckg-p strong {
  background-color: #03adc3;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 4px;
}
.sub-contact .s-feat .headings {
  text-align: left;
  margin: 0 0 20px 0;
}
.sub-contact .s-feat p {
  margin: 0 0 20px 0;
}
.sub-contact .s-feat ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.sub-contact .s-feat ul li {
  width: 48.5%;
  display: inline-block;
  flex-shrink: 0;
}
.sub-contact .s-feat ul li .why-list {
  border: 2px solid #fb0200;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px;
}
.sub-contact .s-feat ul li .why-list strong {
  color: #777;
  text-transform: capitalize;
  font-size: 20px;
}
.sub-contact .s-feat ul li .why-list .icon-wrap span {
  color: #fb0200;
  vertical-align: middle;
  font-size: 36px;
  margin: 0 20px 0 0;
}
.sub-contact .map-wrap {
  border-radius: 20px;
  overflow: hidden;
}

/*blogs*/
.blogs {
  padding: 100px 0 70px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}
.blogs:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  opacity: 0.2;
}
.blogs:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.04);
}
.blogs .container {
  position: relative;
  z-index: 9;
}
.blogs .img-wrap figure {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}
.blogs .img-wrap .b-date {
  background-color: #035bf4;
  display: flex;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  position: absolute;
  text-align: center;
  top: 10px;
  right: 10px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  padding: 5px 10px;
}
.blogs .img-wrap .b-date strong {
  display: block;
  color: #fff;
  line-height: 20px;
}
.blogs .img-wrap .b-date small {
  color: #eee;
  font-size: 12px;
  display: block;
  line-height: 16px;
}
.blogs .blog-card {
  margin: 0 0 30px 0;
}
.blogs .blog-card .blog-dtl {
  position: relative;
  padding: 20px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.blogs .blog-card .blog-dtl h4 {
  display: block;
  padding: 0 0 10px 0;
}
.blogs .blog-card .blog-dtl h4 a {
  color: #111;
}
.blogs .blog-card .blog-dtl h4 a:hover {
  color: #fb0200;
}
.blogs .blog-card .blog-dtl p {
  margin: 0 0 30px 0;
}
.blogs .blog-card .blog-dtl .r-more a {
  color: #03adc3;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  background-color: #fb0200;
  color: #fff;
  border-radius: 4px;
}
.blogs .blog-card .blog-dtl .r-more a:hover {
  background-color: #035bf4;
  color: #fff;
}

/*for footer*/
footer {
  background-color: #212121;
  padding: 30px 0 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
footer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.06;
}
footer .container {
  position: relative;
}
footer .fotr-bg .foot-wrap {
  padding: 0;
}
footer .f-logo {
  margin: 0 0 20px 0;
  text-align: left;
  padding: 10px;
  border-radius: 10px;
}
footer .f-logo img {
  max-width: 200px;
}
footer .foot-slogan {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px 0;
  margin: 0 0 10px 0;
}
footer .foot-slogan h3 {
  color: #eee;
  text-transform: uppercase;
  font-style: italic;
}
footer .social-bar {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
  text-align: left;
}
footer .social-bar li {
  display: inline-block;
}
footer .social-bar li a i {
  display: inline-block;
  font-size: 18px;
  color: #fb0200;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
footer .social-bar li a:hover i {
  background-color: #fb0200;
  color: #fff;
}
footer .foot-wrap {
  position: relative;
  padding: 20px;
}
footer .foot-wrap h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
  margin: 0 0 20px 0;
  position: relative;
  padding: 10px 0 10px 60px;
  position: relative;
  display: block;
}
footer .foot-wrap h4:before {
  -webkit-clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(50px 0, 100% 0%, 100% 100%, 0% 100%);
  content: "";
  position: absolute;
  inset: 0;
  background: #035bf4;
  z-index: 0;
  right: 0;
  left: 0;
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.5);
}
footer .foot-wrap h4 span {
  position: relative;
}
footer .foot-wrap .foot-list {
  list-style: none;
  padding: 0;
  position: relative;
}
footer .foot-wrap .foot-list li {
  margin: 0 0 20px 0;
  padding: 0 0 0 25px;
  position: relative;
}
footer .foot-wrap .foot-list li:before {
  content: "\f81c";
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.4s ease-in-out;
  font-family: "Material Symbols Outlined";
  color: #fb0200;
}
footer .foot-wrap .foot-list li:hover:before {
  left: 5px;
}
footer .foot-wrap .foot-list li a {
  color: #eee;
  text-transform: capitalize;
}
footer .foot-wrap .foot-list li a:hover {
  color: #fb0200;
}
footer .foot-wrap .foot-contact {
  list-style: none;
  padding: 0;
}
footer .foot-wrap .foot-contact li {
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}
footer .foot-wrap .foot-contact li:last-child {
  border: none;
}
footer .foot-wrap .foot-contact li a {
  color: #eee;
  display: flex;
  align-items: center;
  line-break: anywhere;
}
footer .foot-wrap .foot-contact li a:hover {
  color: #fb0200;
}
footer .foot-wrap .foot-contact li a i {
  font-size: 16px;
  text-align: center;
  color: #fb0200;
  margin: 3px 8px 0 0;
  vertical-align: middle;
  line-height: 35px;
  border-radius: 4px;
}
footer .foot-wrap .foot-enroll {
  margin: 0 0 20px 0;
}
footer .foot-wrap .foot-enroll a {
  display: flex;
  align-items: center;
  width: 100%;
  flex-shrink: 1;
  padding: 10px 10px;
  border: 2px solid #f7914d;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
}
footer .foot-wrap .foot-enroll a:hover {
  background-color: #035bf4;
}
footer .foot-wrap .foot-enroll a span {
  font-size: 32px;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px 0 0;
  color: #fb0200;
}
footer .copy-r {
  padding: 25px 0;
  margin: 20px 0 0 0;
  background-color: #035bf4;
  border-top: 1px solid #eee;
}
footer .copy-r .copy-contn {
  justify-content: space-between;
  display: flex;
  color: #fff;
}
footer .copy-r .copy-contn strong {
  font-weight: 500;
}
footer .copy-r .copy-contn a {
  color: #fff;
  font-weight: 500;
}

.scrollTop {
  position: fixed;
  right: 4%;
  bottom: 80px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 9;
  color: #fff;
}
.scrollTop:hover {
  bottom: 85px;
}
.scrollTop i {
  color: #fff;
  background-color: #fb0200;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 4px;
  transition: 0.4s ease-in-out;
  font-size: 20px;
}

/*inner page page-banner*/
.page-banner {
  padding: 100px 0 50px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}
.page-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.page-banner .container {
  position: relative;
}
.page-banner .container .banr-wrap {
  text-align: center;
}
.page-banner .container .banr-wrap h2 {
  display: inline-block;
  position: relative;
  padding: 20px 100px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
}
.page-banner .container .banr-wrap h2 span {
  position: relative;
  color: #fff;
}

/*shop page*/
.shop {
  padding: 30px 0;
}
.shop aside {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.04);
  height: 100%;
}
.shop aside h3 {
  position: relative;
  border-bottom: 1px solid #eee;
  font-size: 20px;
  padding: 0 0 10px 0;
}
.shop aside h3:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #fb0200;
  bottom: -1px;
  left: 0;
}
.shop aside .category-list {
  padding: 0;
  list-style: none;
}
.shop aside .category-list .prod-cat {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
}
.shop aside .category-list .prod-cat:last-of-type {
  border: none;
}
.shop aside .category-list .prod-cat a {
  padding: 5px 10px;
  display: block;
  color: #111;
}
.shop aside .category-list .prod-cat a:hover {
  color: #fb0200;
}
.shop aside .category-list .prod-cat span {
  color: #035bf4;
}
.shop .filter-bar {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eee;
  margin: 0 0 30px 0;
}
.shop .filter-bar .prod-showing strong {
  font-size: 14px;
  color: #035bf4;
}
.shop .filter-bar .prod-filter select {
  border-radius: 4px;
  border-color: #999;
}
.shop .filter-bar .view-type {
  display: flex;
  gap: 5px;
}
.shop .filter-bar .view-type .btn {
  border: 1px solid #fb0200;
  color: #fb0200;
  height: 30px;
  width: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: 0.4s ease-in-out;
}
.shop .filter-bar .view-type .btn:hover {
  border-color: #035bf4;
  color: #035bf4;
}
.shop .filter-bar .view-type .btn:focus {
  border-color: #035bf4;
  color: #035bf4;
}
.shop .filter-bar .view-type .btn span {
  font-size: 20px;
}
.shop .prod-card {
  border: 1px solid #ddd;
  padding: 5px;
  margin: 0 0 20px 0;
}
.shop .prod-card .imgp-wrap {
  position: relative;
  background-color: #eee;
  margin: 0 0 10px 0;
}
.shop .prod-card .imgp-wrap .offer-tag {
  position: absolute;
  top: 10px;
  left: 10px;
}
.shop .prod-card .imgp-wrap .offer-tag span {
  display: inline-block;
  padding: 5px;
  background-color: #fb0200;
  color: #fff;
  font-size: 14px;
}
.shop .prod-card .prod-detail .prod-tag {
  margin: 0 0 10px 0;
}
.shop .prod-card .prod-detail .prod-tag span {
  display: inline-block;
  padding: 2px 10px;
  font-size: 12px;
  background-color: #035bf4;
  color: #fff;
  border-radius: 4px;
  text-transform: capitalize;
}
.shop .prod-card .prod-detail h3 a {
  font-size: 18px;
  color: #111;
}
.shop .prod-card .prod-detail h3 a:hover {
  color: #fb0200;
}
.shop .prod-card .prod-detail .prod-price {
  display: flex;
  gap: 10px;
  font-size: 18px;
  border-top: 1px solid #eee;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: 0 0 10px 0;
}
.shop .prod-card .prod-detail .prod-price del {
  color: red;
}
.shop .prod-card .prod-detail .prod-price ins {
  color: #111;
  font-size: 20px;
  text-decoration: none;
}
.shop .prod-card .prod-detail .add-cart {
  margin: 0 0 10px 0;
}
.shop .prod-card .prod-detail .add-cart a {
  padding: 10px 10px;
  background-color: #fb0200;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border-radius: 4px;
}
.shop .prod-card .prod-detail .add-cart a:hover {
  background-color: #035bf4;
}
.shop .prod-card .prod-detail .add-cart a span {
  font-size: 18px;
  vertical-align: middle;
  margin: 0 5px 0;
}
.shop .forlist .prod-card {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.shop .forlist .prod-card .imgp-wrap {
  width: 200px;
  padding-top: 200px;
}

/*product detail page*/
.inner-pg {
  padding: 50px 0;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.inner-pg .prod-dtl h2 {
  font-weight: 600;
  font-size: 26px;
  text-transform: uppercase;
  color: #111;
}
.inner-pg .prod-dtl .prc {
  border-top: 1px solid #eee;
  margin: 0 0 10px 0;
}
.inner-pg .prod-dtl .prc span {
  color: #111;
  font-size: 16px;
  font-weight: 500;
  height: 22px;
  line-height: 22px;
  margin: 20px 0 10px 0;
  display: inline-block;
}
.inner-pg .prod-dtl .cat-sec {
  border-top: 2px solid rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.02);
}
.inner-pg .prod-dtl .cat-sec ul {
  padding: 0;
  list-style: none;
}
.inner-pg .prod-dtl .cat-sec ul li {
  padding: 10px 0px;
  border-bottom: 1px solid #e8e8e8;
}
.inner-pg .prod-dtl .cat-sec ul li a {
  transition: 0.4s;
  margin: 0 5px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  background-color: #035bf4;
  padding: 5px;
  border-radius: 4px;
}
.inner-pg .prod-dtl .cat-sec ul li a i {
  margin: 0 5px 0 0;
  color: #fff;
}
.inner-pg .prod-dtl .cat-sec ul li a:hover {
  color: #fb0200;
}
.inner-pg .prod-dtl .prod-info {
  margin: 0 0 20px 0;
}
.inner-pg .prod-dtl .prod-info p {
  font-weight: 400;
  color: #303030;
  font-size: 16px;
}
.inner-pg .prod-dtl .prod-qntity .input-group {
  width: 130px;
  margin: 0 0 20px 0;
}
.inner-pg .prod-dtl .prod-qntity .input-group .form-control {
  border-color: #035bf4;
}
.inner-pg .prod-dtl .prod-qntity .input-group .input-group-btn .btn {
  border: 1px solid #035bf4;
  background: #035bf4;
  color: #fff;
  background-image: radial-gradient(100% 100% at 100% 0, #fff 0, #035bf4 100%);
}
.inner-pg .prod-dtl .prod-qntity .input-group .input-group-btn .btn span {
  font-size: 12px;
}
.inner-pg .prod-dtl .prod-qntity .input-group .input-group-btn .btn:focus {
  box-shadow: none;
}
.inner-pg .prod-dtl .prod-qntity .input-group .input-group-btn .btn#down {
  border-radius: 4px 0 0 4px;
}
.inner-pg .prod-dtl .prod-qntity .input-group .input-group-btn .btn#up {
  border-radius: 0 4px 4px 0;
}
.inner-pg .prod-dtl .btn-wrap {
  display: block;
  border-top: 1px solid #999;
  padding: 10px 0 0 0;
}
.inner-pg .prod-dtl .btn-wrap a {
  color: #fff;
  display: inline-block;
  padding: 15px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: #fb0200;
  border: 1px solid #fb0200;
}
.inner-pg .prod-dtl .btn-wrap a:hover {
  background-color: #035bf4;
}
.inner-pg .prod-dtl .btn-wrap .a-cart {
  margin: 0 0 0 10px;
  border: 1px solid #fb0200;
  background-color: transparent;
  color: #fb0200;
}
.inner-pg .prod-dtl .btn-wrap .a-cart span {
  font-size: 18px;
  vertical-align: middle;
  margin: 0 5px 0 0;
}
.inner-pg .prod-img {
  text-align: center;
  overflow: hidden;
}
.inner-pg .prod-img img {
  width: 100%;
  margin: 0 auto;
  transition: 0.4s ease-in-out;
}
.inner-pg .prod-img:hover img {
  transform: scale(1.2);
}

/*cart page*/
.cart-sec {
  padding: 30px 0;
}
.cart-sec .table {
  color: #555;
}
.cart-sec .table tbody .name {
  font-weight: 500;
  color: #035bf4;
}
.cart-sec .table tbody .des {
  font-size: 14px;
  color: #555;
}
.cart-sec .table tbody .totl-p {
  font-size: 20px;
  font-weight: 500;
}
.cart-sec .btn-sec ul {
  padding: 0;
  list-style: none;
  text-align: right;
}
.cart-sec .btn-sec ul li {
  display: inline-block;
  margin: 5px;
}
.cart-sec .btn-sec ul li a {
  padding: 10px;
  background-color: #fb0200;
  border-radius: 4px;
  color: #fff;
}
.cart-sec .btn-sec ul li a:hover {
  background-color: #035bf4;
}
.cart-sec .btn-sec ul li .p-link {
  display: flex !important;
  width: 200px;
  flex-shrink: 0;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cart-sec .btn-sec ul li .p-link svg {
  width: 60px;
}

/*package detail page*/
.pckg-tabs .nav {
  background-color: #035bf4;
  border-radius: 4px;
}
.pckg-tabs .nav .nav-item .nav-link {
  border-radius: 4px;
  border: none;
  color: #fff;
  border-right: 1px solid #eee;
}
.pckg-tabs .nav .nav-item .nav-link.active {
  background-color: #fb0200;
  color: #fff;
}
.pckg-tabs .nav .nav-item:last-of-type .nav-link {
  border: none;
}
.pckg-tabs .tab-content {
  padding: 10px 0;
}
.pckg-tabs .tab-content .about-contn ul li {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
  padding: 0;
}
.pckg-tabs .tab-content .iti-wrap {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.4);
}
.pckg-tabs .tab-content .iti-wrap .iti-card {
  margin: 0 0 20px 0;
}
.pckg-tabs .tab-content .iti-wrap .iti-card strong {
  display: block;
}

.pkg-btns {
  display: flex;
  gap: 20px;
}
.pkg-btns .book-btn a {
  display: flex;
  align-items: center;
  width: 100%;
  flex-shrink: 1;
  padding: 10px 20px;
  border: 2px solid #fb0200;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  background-color: #fb0200;
}
.pkg-btns .book-btn a:hover {
  background-color: #035bf4;
}
.pkg-btns .book-btn a span {
  font-size: 32px;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px 0 0;
  color: #fff;
}
.pkg-btns .itn-btn a {
  display: flex;
  align-items: center;
  width: 100%;
  flex-shrink: 1;
  padding: 10px 20px;
  border: 2px solid #035bf4;
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  justify-content: center;
  background-color: #035bf4;
}
.pkg-btns .itn-btn a:hover {
  background-color: #fb0200;
}
.pkg-btns .itn-btn a span {
  font-size: 32px;
  vertical-align: middle;
  text-align: center;
  margin: 0 10px 0 0;
  color: #fff;
}

.accom-wrap .about-contn {
  padding: 20px 0;
}

.accom-wrap .img-wrap {
  margin: 10px 0;
}

.price-table {
  margin: 0 0 20px 0;
}
.price-table .headings {
  text-align: left;
  margin: 0 0 30px 0;
}
.price-table table thead tr {
  border-color: #fb0200;
}
.price-table table thead tr th {
  background-color: #03adc3;
  color: #fff;
  font-size: 20px;
  border-color: #fb0200;
}
.price-table table tbody tr td {
  padding: 15px 10px;
}

/*mission page*/
.mission .about-contn ul li {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
}
.mission .about-contn ul li:last-child {
  border: none;
}

/*service single page*/
.form-wrap h3 {
  color: #fb0200;
  position: relative;
  display: inline-block;
  padding: 0 100px 0 0;
  text-transform: capitalize;
  margin: 0 0 20px 0;
}
.form-wrap h3:before {
  content: "";
  width: 80px;
  height: 1px;
  background: #fb0200;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 0;
}
.form-wrap form h4 {
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}
.form-wrap form .form-control,
.form-wrap form .form-select {
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #777;
}
.form-wrap form .form-control::-moz-placeholder, .form-wrap form .form-select::-moz-placeholder {
  color: #777;
}
.form-wrap form .form-control::placeholder,
.form-wrap form .form-select::placeholder {
  color: #777;
}
.form-wrap form .form-control:focus,
.form-wrap form .form-select:focus {
  border-color: #fb0200;
  box-shadow: none;
}
.form-wrap form textarea {
  width: 100%;
  margin: 0 0 20px 0;
  border-radius: 4px;
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.3);
  color: #777;
  padding: 5px;
}
.form-wrap form textarea::-moz-placeholder {
  color: #777;
}
.form-wrap form textarea::placeholder {
  color: #777;
}
.form-wrap form .btn {
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  border-radius: 4px;
  text-transform: uppercase;
  background-color: transparent;
  background-color: #fb0200;
  border: none;
}
.form-wrap form .btn:hover {
  background-color: #035bf4;
}

.service-inq {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: #eee;
}
.service-inq form .form-control {
  border-color: #999;
}
.service-inq .welcome-wrap ul li {
  display: block;
  background-color: transparent;
  color: #035bf4;
  font-weight: 700;
}
.service-inq .welcome-wrap ul li:after {
  height: 1px;
  opacity: 0.2;
}
.service-inq.why-us:before {
  display: none;
}
.service-inq.why-us:after {
  display: none;
}
.service-inq.why-us .headings h2 {
  font-size: 34px;
  text-transform: uppercase;
  color: #263926;
  margin: 0;
  font-weight: 700;
}
.service-inq.why-us .form-wrap {
  padding: 50px 20px;
  background: rgba(42, 124, 66, 0.1);
  box-shadow: 0 0 6px 1px rgba(42, 124, 66, 0.5);
}
.service-inq.why-us .form-wrap h4 {
  color: #035bf4;
}

/*gallery page*/
.pictures-wrap {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.pictures-wrap .headings .big-title {
  opacity: 0.1;
}
.pictures-wrap .headings h3 {
  color: #035bf4;
}
.pictures-wrap .container {
  position: relative;
}
.pictures-wrap .picture-card {
  position: relative;
  overflow: hidden;
  margin: 0 0 30px 0;
}
.pictures-wrap .picture-card .img-wrap {
  border-radius: 5px;
}
.pictures-wrap .picture-card .img-wrap figure {
  padding-top: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
  border-radius: 4px;
  overflow: hidden;
}
.pictures-wrap .picture-card .img-wrap figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
  opacity: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.7);
}
.pictures-wrap .picture-card .img-wrap figure img {
  transform: scale(1);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}
.pictures-wrap .picture-card .img-wrap .pic-title {
  background: #03adc3;
  padding: 20px 20px;
  color: #eee;
  text-align: left;
  text-transform: capitalize;
  border-radius: 4px;
  text-align: center;
}
.pictures-wrap .picture-card .img-wrap .pic-title strong {
  font-size: 1.2rem;
}
.pictures-wrap .picture-card:hover figure:before {
  opacity: 1;
}
.pictures-wrap .picture-card:hover figure img {
  transform: scale(1.2) rotate(-5deg);
}
.pictures-wrap .picture-card .pic-dtls {
  position: absolute;
  z-index: 2;
  left: 10px;
  top: 10px;
  text-align: center;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
.pictures-wrap .picture-card .pic-dtls a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  text-align: center;
  margin: 0;
  display: inline-block;
  letter-spacing: initial;
  background: #fb0200;
  opacity: 0.5;
  font-size: 14px;
  border-radius: 50%;
  color: #fff;
  box-shadow: inset -5px -5px 15px 5px rgba(0, 0, 0, 0.5);
}
.pictures-wrap .picture-card .pic-dtls a:hover {
  opacity: 1;
  color: #fff;
}
.pictures-wrap .picture-card:hover .pic-dtls {
  opacity: 1;
}
.pictures-wrap .gal-opt {
  margin-top: 30px;
}
.pictures-wrap .gal-opt a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  position: relative;
  border-radius: 0;
  text-transform: uppercase;
  color: #035bf4;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background-color: rgba(41, 124, 65, 0.2);
}
.pictures-wrap .gal-opt a:before {
  content: "";
  display: block;
  position: absolute;
  border-color: #fb0200;
  box-sizing: border-box;
  border-style: solid;
  width: 100%;
  height: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  bottom: -6px;
  right: -6px;
  border-width: 0 5px 5px 0;
  z-index: 5;
}
.pictures-wrap .gal-opt a:after {
  content: "";
  display: block;
  position: absolute;
  border-color: #fb0200;
  box-sizing: border-box;
  border-style: solid;
  width: 100%;
  height: 50%;
  transition: all 0.3s ease-in-out;
  top: -6px;
  left: -6px;
  border-width: 5px 0 0 5px;
  z-index: 5;
}
.pictures-wrap .gal-opt a:hover:after, .pictures-wrap .gal-opt a:hover:before {
  width: calc(100% + 12px);
  height: calc(100% + 12px);
}

.v-all {
  text-align: right;
  padding: 30px 0 0 0;
}
.v-all a {
  border-top: 4px solid #fb0200;
  border-top: 4px solid #fb0200;
  border-left: 4px solid #fb0200;
  display: inline-block;
  padding: 10px 40px;
  color: #fb0200;
  font-weight: 500;
  border-radius: 20px 0 0 0;
}
.v-all a:hover {
  background-color: #fb0200;
  color: #035bf4;
}
.v-all a i {
  transform: scale(-1) rotate(90deg);
  margin: 0 5px 0 0;
}

.pgnation .pagination {
  justify-content: center;
}
.pgnation .pagination .page-item .page-link {
  margin: 5px;
  border-color: #035bf4;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 38px;
  padding: 0;
  text-align: center;
  color: #035bf4;
  border-radius: 4px;
}
.pgnation .pagination .page-item .page-link:hover {
  background: #035bf4;
  border-color: #035bf4;
  color: #fff;
}
.pgnation .pagination .page-item.active .page-link {
  background: #fb0200;
  border-color: #fb0200;
  color: #fff;
}

/*FAQs page*/
.faq-body {
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.faq-body .container {
  position: relative;
}
.faq-body .container .card {
  border: none;
  margin: 0 0 20px 0;
  background: none;
}
.faq-body .container .card .card-header {
  background: #035bf4;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 15px;
  color: #000;
  border-radius: 4px;
}
.faq-body .container .card .card-header .mb-0 > a {
  display: block;
  position: relative;
  font-size: 18px;
  color: #fff;
}
.faq-body .container .card .card-header .mb-0 > a:after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 0;
  font-weight: 600;
  color: #fff;
}
.faq-body .container .card .card-header .mb-0 > a[aria-expanded=true]:after {
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
}
.faq-body .container .card .card-body {
  background: #eee;
  color: #111;
  font-size: 18px;
  line-height: 26px;
  padding: 20px;
  border-radius: 10px;
}
.faq-body .container .card .card-body ul {
  margin: 0 0 20px 0;
}

/*contact page*/
.contact-body {
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position: center;
  position: relative;
}
.contact-body:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
}
.contact-body .container {
  position: relative;
}
.contact-body .pckg-form {
  padding: 20px;
  background-color: rgba(91, 194, 253, 0.1);
  margin: 0 0 30px 0;
}
.contact-body .ft-card {
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  display: flex;
  padding: 30px;
  flex-direction: row;
  min-height: 150px;
  background-color: #f2f2f2;
  border-radius: 4px;
  justify-content: flex-start;
  box-shadow: 0px 30px 40px 0px rgba(6, 26, 58, 0.1);
  border: 1px solid #b7b7b7;
}
.contact-body .ft-card .icon-wrap {
  display: inline-block;
}
.contact-body .ft-card .icon-wrap span {
  color: #fff;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 40px;
  color: #fb0200;
  border-radius: 50%;
  border: 1px solid #b7b7b7;
}
.contact-body .ft-card .ft-dtl strong {
  text-transform: capitalize;
  color: #fb0200;
  font-size: 14px;
  vertical-align: middle;
}
.contact-body .ft-card .ft-dtl small {
  font-weight: 500;
  color: #035bf4;
  font-size: 20px;
}
.contact-body .ft-card .ft-dtl small a {
  font-weight: 500;
  color: #035bf4;
}
.contact-body .ft-card .ft-dtl small a:hover {
  color: #fb0200;
}
.contact-body .form-wrap {
  padding: 50px 20px;
  background: rgba(42, 124, 66, 0.1);
  box-shadow: 0 0 6px 1px rgba(42, 124, 66, 0.5);
}
.contact-body .form-wrap h4 {
  color: #035bf4;
}
.contact-body .map-wrap {
  overflow: hidden;
}

/*for quick quote*/
#quoteModal .modal-header {
  background-color: #fb0200;
  color: #fff;
}
#quoteModal .modal-body {
  background-color: #fff;
  border: 1px solid #fb0200;
}

/*team page*/
.team-wrap {
  background-color: rgb(32, 33, 36);
  padding: 50px 0 20px 0;
}
.team-wrap .team-card {
  margin: 0 0 40px 0;
}
.team-wrap .team-card .img-wrap figure {
  width: 250px;
  padding-top: 250px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 30px auto;
}
.team-wrap .team-card .team-dtl {
  padding: 20px;
  background-color: #03adc3;
  text-align: center;
  border-radius: 10px;
}
.team-wrap .team-card .team-dtl strong {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 10px 0;
  display: block;
}
.team-wrap .team-card .team-dtl small {
  display: block;
  background-color: #fb0200;
  text-transform: capitalize;
  color: #fff;
  border-radius: 20px;
}
.team-wrap .team-card .team-dtl .team-contact {
  position: relative;
  list-style: none;
  padding: 30px 0 10px 0;
  margin: 0;
  margin: 20px 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.team-wrap .team-card .team-dtl .team-contact li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.team-wrap .team-card .team-dtl .team-contact li a i {
  font-size: 14px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 5px 0 0;
  color: #eee;
  transition: 0.4s ease-in-out;
  background-color: #035bf4;
  border-radius: 50%;
  box-shadow: inset -5px -5px 15px 5px rgba(0, 0, 0, 0.4);
}
.team-wrap .team-card .team-dtl .team-contact li a:hover i {
  background-color: #fb0200;
  color: #fff;
}

/*career hiring page*/
#career-form .modal-header {
  background-color: #035bf4;
  color: #fff;
}
#career-form .modal-body {
  border: 1px solid #035bf4;
}

.faq-body .card .btn-wrap a {
  background: #536125;
  padding: 12px 10px;
  border-radius: 4px;
  color: #fff;
  text-transform: uppercase;
  transition: 0.4s ease-in-out;
  border: 1px solid #999;
  border-bottom: none;
  border-top: none;
  border-radius: 50px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}
.faq-body .card .btn-wrap a:hover {
  background-color: #035bf4;
}/*# sourceMappingURL=custom.css.map */

.prod-tag small {
    /* text-align: right; */
    font-size: small;
    font-weight: 600;
}