/*================================================
            [common-css] ====== Starts
================================================*/
body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-family: "Poppins";
}

* {
  outline: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
}

:focus {
  outline: none !important;
}

section {
  width: 100%;
}

.dblk {
  display: block !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4 {
  font-family: "Poppins";
  font-weight: 700;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  font-size: 72px;
}

h2 {
  font-size: 36px;
  text-transform: capitalize;
  color: #000;
}

h3 {
  font-size: 26px;
  text-transform: capitalize;
  color: #000;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}

p {
  font-family: "Poppins";
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #636363;
}

.rot-arw {
  transform: rotate(90deg);
}

.testimonial-sec .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.products-wrap .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.brand-block .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.testimonial-sec .swiper-button-next,
.products-wrap .swiper-button-next,
.brand-block .swiper-button-next {
  right: -60px;
}
.testimonial-sec .swiper-button-prev,
.products-wrap .swiper-button-prev,
.brand-block .swiper-button-prev {
  left: -60px;
}
.testimonial-sec .swiper-pagination,
.products-wrap .swiper-pagination,
.brand-block .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-sec .swiper-pagination-bullet-active,
.products-wrap .swiper-pagination-bullet-active,
.brand-block .swiper-pagination-bullet-active {
  width: 43px !important;
  height: 7px;
  background-color: #b7ba09 !important;
}
.testimonial-sec .swiper-pagination-bullet,
.products-wrap .swiper-pagination-bullet,
.brand-block .swiper-pagination-bullet {
  transition: 0.3s all;
  -webkit-transition: 0.3s all;
  background-color: #28257e;
  opacity: 1;
  width: 7px;
  height: 7px;
  border-radius: 0;
  margin-right: 17px;
}
.testimonial-sec .swiper-slide:nth-child(odd) .each-testi-box,
.products-wrap .swiper-slide:nth-child(odd) .each-testi-box,
.brand-block .swiper-slide:nth-child(odd) .each-testi-box {
  background-color: #b7ba09;
}
.testimonial-sec .swiper-slide:nth-child(even) .each-testi-box,
.products-wrap .swiper-slide:nth-child(even) .each-testi-box,
.brand-block .swiper-slide:nth-child(even) .each-testi-box {
  background-color: #28257e;
}

.common-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.common-btn {
  font-size: 16px;
  padding: 14px 37px;
  font-family: "Poppins";
  font-weight: 500;
  background-color: #b7ba09;
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  border: 2px solid transparent;
  display: inline-block;
}
.common-btn:hover {
  background-color: transparent;
  border: 2px solid #b7ba09;
  color: #000000;
}

.common-head {
  padding: 0 8%;
  margin-bottom: 30px;
}
.common-head p {
  margin-top: 10px;
}

.common-arrow {
  width: 60px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.common-arrow img {
  width: 60px;
}
.common-arrow:after {
  display: none;
}

/*===== humburger-menu =====*/
.humburger {
  position: relative;
  color: #28257e;
  font-size: 25px;
}
.humburger img {
  width: 25px;
  height: 25px;
}
.humburger .color-change {
  background-color: #fff !important;
}
.humburger .hum-pos {
  position: absolute;
  right: 20px;
  top: 0;
}

.side-menu-show {
  right: 0 !important;
}

.cls-menu img {
  width: 20px;
  filter: invert(1);
  -webkit-filter: invert(1);
  position: absolute;
  right: 15px;
  top: 15px;
}

.nv-open-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #000;
  z-index: 10;
}

/*===== header-area-sticky =====*/
.animated {
  animation-duration: 1.25s;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
header.header-area.pq-header-style-1.pq-has-sticky.pq-header-sticky {
  position: fixed;
  background: var(--white-color);
  padding: 0;
  top: 0;
  box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
  background-color: #fff;
  width: 100%;
  z-index: 100;
}

/*===== preloading =====*/
#pq-loading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#pq-loading img {
  height: 60px;
  width: auto;
  border-radius: 0;
}

/*===== Back to Top =====*/
#back-to-top .top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin: 0px;
  color: #fff;
  background-color: #0e0d28;
  z-index: 999;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 99999;
}

#back-to-top .top:hover {
  background: #0449a7;
}

/*================================================
            [common-css] ====== End
================================================*/
/*================================================
            [index] ====== Starts
================================================*/
/*===== header =====*/
.header-area {
  position: relative;
}
.header-area .bottom-head {
  background-color: #ffffff;
}
.header-area .bottom-head .login-btn {
  padding-right: 0;
}
.header-area .bottom-head .login-btn .common-btn {
  background-color: transparent;
  border: 2px solid rgb(183, 186, 9);
  color: #28257e;
  padding: 5px 16px;
}
.header-area .bottom-head .login-btn .common-btn:hover {
  opacity: 0.6;
}
.header-area .bottom-head .login-btn .common-btn img {
  margin-right: 8px;
  width: 25px;
}
.header-area .logo a {
  display: block;
}
.header-area .logo a img {
  width: 230px;
}
.header-area .nav-bar ul li {
  margin-right: 60px;
  position: relative;
}
.header-area .nav-bar ul li:last-child {
  margin-right: 0;
}
.header-area .nav-bar ul li .sub-menu {
  background-color: #28257e;
  padding: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: fixed;
  width: 800px;
  z-index: 100;
  left: 60%;
  transform: translateX(-50%);
  top: 170px;
  max-height: 400px;
  overflow-y: auto;
  display: none;
}
.header-area .nav-bar ul li .sub-menu .sub-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  overflow-y: auto;
}
.header-area .nav-bar ul li .sub-menu .sub-menu-wrap::-webkit-scrollbar {
  width: 10px;
}
.header-area .nav-bar ul li .sub-menu .sub-menu-wrap::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 20px;
}
.header-area .nav-bar ul li .sub-menu .sub-menu-wrap::-webkit-scrollbar-thumb {
  background-color: #b7ba09;
  border-radius: 20px;
}
.header-area .nav-bar ul li .sub-menu .sub-menu-wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.header-area .nav-bar ul li .sub-menu .child-sub-menu {
  width: 32%;
}
.header-area .nav-bar ul li .sub-menu .child-sub-menu:nth-child(5) {
  width: 38%;
}
.header-area .nav-bar ul li .sub-menu .child-sub-menu ul {
  margin-bottom: 20px;
}
.header-area .nav-bar ul li .sub-menu .child-sub-menu ul li .child-sub-hd {
  border-bottom: 1px solid #b7ba09;
  padding-left: 0;
  padding-bottom: 5px;
  margin-bottom: 5px;
  color: #b7ba09;
  font-weight: 700;
}
.header-area .nav-bar ul li .sub-menu .dwn-arrow {
  right: 6px;
}
.header-area .nav-bar ul li ul li {
  position: relative;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0 15px;
}
.header-area .nav-bar ul li ul li:last-child {
  margin-bottom: 0;
}
.header-area .nav-bar ul li ul li a {
  color: #ffffff;
  padding-bottom: 5px;
  font-weight: 400;
  display: block;
}
.header-area .nav-bar ul li a {
  font-family: "Poppins";
  font-weight: 500;
  color: #28257e;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.header-area .nav-bar ul li a:hover {
  opacity: 0.7;
}
.header-area .nav-bar .dwn-arrow {
  position: absolute;
  right: -16px;
  font-size: 13px;
  top: 3px;
  color: #28257e !important;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  cursor: pointer;
}
.header-area .text-shw {
  position: relative;
}
.header-area .text-shw:hover .tl-tip {
  display: block;
}
.header-area .text-shw .tl-tip {
  display: none;
  background-color: #0e0d28;
  color: #fff;
  font-family: "Poppins";
  padding: 5px 10px;
  font-size: 14px;
  text-transform: capitalize;
  position: absolute;
  top: -20px;
  right: 100%;
}
.header-area .log-ot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-area .log-ot img {
  width: 25px;
}
.header-area .log-in-img img {
  width: 35px;
}

.top-head {
  background-color: #28257e;
  padding: 16px 0;
}
.top-head a {
  display: inline-block;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  font-family: "Poppins";
  font-weight: 400;
}
.top-head a:hover {
  opacity: 0.7;
}
.top-head a i {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.top-head a:hover i {
  transform: rotate(360deg);
}
.top-head .top-hd-left ul li {
  margin-right: 25px;
}
.top-head .top-hd-left ul li:last-child {
  margin-right: 0;
}
.top-head .top-hd-left ul li a {
  font-size: 13px;
  color: #c5d800;
  text-transform: capitalize;
}
.top-head .top-hd-left ul li a i {
  color: #fff;
  margin-right: 5px;
}
.top-head .top-hd-left ul li a span {
  color: #fff;
}
.top-head .top-hd-left ul li.topHeader {
  color: #fff;
  font-size: 13px;
  margin-top: 3px;
}

.top-hd-right ul li {
  margin-right: 20px;
}
.top-hd-right ul li:last-child {
  margin-right: 0;
}
.top-hd-right ul li a {
  color: #fff;
  font-size: 15px;
}
.top-hd-right ul li a:hover i {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  transform: rotate(360deg);
}

/*===== banner-area =====*/
.banner-area {
  position: relative;
  z-index: 2;
}
.banner-area .common-arrow:hover {
  opacity: 0.5;
}
.banner-area .ban-slogan {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.banner-area .ban-slogan .common-btn {
  min-width: 210px;
  height: 60px;
  line-height: 60px;
  padding: 0;
}
.banner-area .ban-slogan .common-btn:hover {
  color: #fff;
}
.banner-area .ban-slogan p {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 42px 0;
}

/*===== product-sec =====*/
.product-sec {
  padding: 80px 0;
}
.product-sec .common-head {
  margin-bottom: 20px;
}

.product-wrap .col-lg-3 {
  margin-bottom: 20px;
}

.products-wrap {
  position: relative;
  padding-bottom: 70px;
}
.products-wrap .swiper-pegination {
  bottom: 0;
}

.each-product-box .each-product-txt {
  margin-top: 20px;
  text-align: center;
}
.each-product-box p {
  margin: 7px 0 34px 0;
}

/*===== welcome-sec =====*/
.welcome-sec {
  padding: 100px 0 80px 0;
}
.welcome-sec .common-head {
  margin-bottom: 75px;
}
.welcome-sec .welcome-box-wrap .col-md-6 {
  margin-bottom: 12px;
}
.welcome-sec .welcome-box-wrap .each-welcome-box {
  height: 100%;
}
.welcome-sec .welcome-box-wrap .each-welcome-box p {
  margin: 12px 0 18px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
}
.welcome-sec .welcome-box-wrap .each-welcome-box .common-btn {
  background-color: #fff;
  color: #000;
}
.welcome-sec .welcome-box-wrap .each-welcome-box .common-btn:hover {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}
.welcome-sec .welcome-box-wrap .each-welcome-box p,
.welcome-sec .welcome-box-wrap .each-welcome-box h4 {
  color: #fff;
}
.welcome-sec .welcome-box-wrap .each-welcome-box .each-welcome-box-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.welcome-sec .welcome-box-wrap .each-welcome-box .each-welcome-box-txt,
.welcome-sec .welcome-box-wrap .each-welcome-box .each-welcome-box-img {
  height: 100%;
}
.welcome-sec .welcome-box-wrap .each-welcome-box .each-welcome-box-txt {
  padding: 40px;
  min-height: 23rem;
}
.welcome-sec .welcome-box-wrap .each-welcome-box .each-welcome-box-txt h3 {
  font-size: 24px;
  color: #fff;
}
.welcome-sec .welcome-box-wrap .row .col-md-6:nth-child(1) .each-welcome-box .each-welcome-box-txt {
  background-color: #28257e;
}
.welcome-sec .welcome-box-wrap .row .col-md-6:nth-child(2) .each-welcome-box .each-welcome-box-txt {
  background-color: #b7ba09;
}
.welcome-sec .welcome-box-wrap .row .col-md-6:nth-child(3) .each-welcome-box .each-welcome-box-txt {
  background-color: #171633;
}
.welcome-sec .welcome-box-wrap .row .col-md-6:nth-child(4) .each-welcome-box .each-welcome-box-txt {
  background-color: #404100;
}

.line-up-sec {
  overflow: hidden;
  padding: 98px 0;
  background-attachment: fixed;
}
.line-up-sec .common-head {
  margin-bottom: 40px;
}
.line-up-sec .common-head h3 {
  color: #fff;
  font-size: 30px;
}
.line-up-sec .each-line-up-box .each-line-up-img img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.line-up-sec .each-line-up-box p {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
}
.line-up-sec .each-line-up-box .each-line-up-txt {
  margin-top: 30px;
}
.line-up-sec .line-box-wrap {
  margin: 0 -45px;
}
.line-up-sec .line-box-wrap .col-md-4 {
  padding: 0 45px;
}

/*===== choose-sec =====*/
.choose-sec {
  padding-bottom: 100px;
}
.choose-sec .choose-list .rd-mr-btn {
  font-family: "Poppins";
  font-size: 16px;
  display: inline-block;
  color: #b7ba09;
  font-weight: 500;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.choose-sec .choose-list .rd-mr-btn:hover {
  opacity: 0.6;
}
.choose-sec .choose-list ul li {
  position: relative;
  font-size: 16px;
  font-family: "Poppins";
  color: #636363;
  padding: 10px 0;
  border-bottom: 1px solid rgba(221, 221, 221, 0.8666666667);
}
.choose-sec .choose-list ul li:last-child {
  border-bottom: none;
}
.choose-sec .choose-list ul li:after {
  content: "\f053";
  background-color: #b7ba09;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  left: -30px;
  top: 15px;
  position: absolute;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10px;
}

/*===== vid-sec =====*/
.vid-sec .common-head {
  margin-bottom: 35px;
}

.brand-block {
  position: relative;
  padding: 70px 0 40px 0;
}
.brand-block .swiper-pagination {
  bottom: 0;
}
.brand-block a {
  display: block;
}

.vid-block {
  position: relative;
}
.vid-block span {
  display: inline-block;
  top: 50%;
  left: 50%;
  height: 80px;
  width: 80px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vid-block span img {
  width: 15px;
}
.vid-block span:after, .vid-block span:before {
  content: "";
  animation: ring 1s infinite ease-out;
  background-color: rgba(183, 186, 9, 0.6);
  border-radius: 100%;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}
.vid-block span::before {
  animation-delay: 0.33s;
}

@keyframes ring {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/*===== type-sec =====*/
.type-sec {
  padding: 100px 0 140px 0;
}
.type-sec .type-txt {
  padding-left: 5%;
}
.type-sec .type-txt h2 {
  margin-bottom: 10px;
}
.type-sec .type-txt ul {
  margin-top: 35px;
}
.type-sec .type-txt ul li {
  margin-bottom: 30px;
}
.type-sec .type-txt ul li p:first-child {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}
.type-sec .type-txt ul li h5 {
  margin-bottom: 5px;
}
.type-sec .type-txt ul li:last-child {
  margin-bottom: 0;
}

/*===== market-sec =====*/
.market-sec {
  background-color: #0b0a24;
  padding: 100px 0;
}
.market-sec .market-wrap .common-head h2 {
  color: #fff;
}
.market-sec .market-wrap .col-md-6 {
  padding: 15px;
}
.market-sec .market-wrap .each-product-box {
  margin-bottom: 30px;
}
.market-sec .market-wrap .each-product-box .common-btn:hover {
  color: #fff;
}
.market-sec .market-wrap .each-product-box h3,
.market-sec .market-wrap .each-product-box p {
  color: #fff;
}
.market-sec .market-wrap .each-product-box h3 {
  font-size: 30px;
  margin-top: 20px;
}
.market-sec .market-wrap .each-product-box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin: 10px 0 25px 0;
}

.market-popup h3 {
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: 22px;
}
.market-popup .modal-dialog {
  top: 10rem;
}
.market-popup .modal-dialog .modal-content {
  padding: 30px;
}
.market-popup .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.market-popup .modal-dialog .modal-content .modal-header {
  border-bottom: 1px solid #b7ba09;
  margin-bottom: 20px;
  padding: 15px 0;
}

/*===== area-sec =====*/
.area-sec {
  padding: 100px 0 80px 0;
}
.area-sec .area-map-block {
  padding: 0 18%;
}

/*===== testimonial-sec =====*/
.testimonial-sec {
  position: relative;
  padding-bottom: 50px;
  z-index: 2;
}
.testimonial-sec .swiper-slide {
  width: 100%;
}
.testimonial-sec .swiper-pagination {
  padding-top: 70px;
  bottom: 0;
}
.testimonial-sec .common-head h2 {
  text-transform: uppercase;
}

.each-testi-box {
  padding: 45px;
  height: 100%;
}
.each-testi-box p {
  color: #fff;
  font-size: 23px;
  font-family: "Playfair Display";
  font-style: italic;
}

.testi-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 30px;
}
.testi-circle img {
  width: 55px;
  height: 55px;
  border-radius: 100%;
  margin-right: 8px;
}
.testi-circle .test-txt {
  flex-grow: 1;
}
.testi-circle .test-txt p {
  font-size: 19px;
  color: #fff;
  font-family: "Outfit";
  font-weight: 500;
  font-style: normal;
}

/*===== get-touch-sec =====*/
.get-touch-sec {
  padding: 80px 0 100px 0;
}
.get-touch-sec .type-txt .common-head {
  position: relative;
  padding-left: 20px;
  padding-right: 0;
  margin-bottom: 45px;
}
.get-touch-sec .type-txt .common-head:after {
  content: "";
  width: 5px;
  height: 100%;
  background-color: #b7ba09;
  left: 0;
  top: 0;
  position: absolute;
}

.get-touch-list {
  padding: 10px 15px;
  background-color: #f3f3f3;
  margin-bottom: 15px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.get-touch-list:last-child {
  margin-bottom: 0;
}
.get-touch-list:hover {
  background-color: #b7ba09;
}
.get-touch-list:hover p,
.get-touch-list:hover h4 {
  color: #fff !important;
}
.get-touch-list:hover img {
  filter: grayscale(1) invert(1) brightness(10);
  -webkit-filter: grayscale(1) invert(1) brightness(10);
}
.get-touch-list .testi-circle {
  margin-top: 0;
}
.get-touch-list .testi-circle img {
  margin-right: 30px;
  border-radius: 0;
}
.get-touch-list .testi-circle .test-txt p {
  color: #7c7c7c;
}

/*===== news-letter-sec =====*/
.news-letter-sec {
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}
.news-letter-sec .container {
  background-color: #b7ba09;
  padding: 50px 15px;
}
.news-letter-sec .news-txt h3,
.news-letter-sec .news-txt p {
  color: #fff;
}
.news-letter-sec .news-txt h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.news-letter-sec .ft-serch-input {
  display: flex;
  width: 100%;
  background-color: #fff;
  height: 50px;
  justify-content: space-between;
  margin-top: 20px;
}
.news-letter-sec .ft-serch-input input {
  border: none;
  padding: 0 5px;
  width: calc(100% - 50px);
}
.news-letter-sec .ft-serch-input button {
  width: 50px;
  height: 100%;
  background-color: #090404;
  color: #fff;
  border: none;
}

/*===== footer-area =====*/
.footer-area {
  padding-top: 160px;
}
.footer-area .col-lg-4 {
  display: flex;
  justify-content: right;
}
.footer-area h4 {
  margin-bottom: 10px;
}
.footer-area h4,
.footer-area p,
.footer-area h6 {
  color: #fff;
}
.footer-area h6 {
  font-size: 18px;
  font-weight: 500;
}
.footer-area h6 span {
  font-size: 32px;
}
.footer-area span {
  color: #b7ba09;
}
.footer-area p {
  font-size: 15px;
}
.footer-area .foot-about {
  padding-left: 15%;
}
.footer-area .foot-about h6 {
  margin-top: 25px;
}
.footer-area .foot-about h6 span {
  color: #fff;
}
.footer-area .foot-about p {
  margin: 15px 0;
}
.footer-area .social-ft-link {
  font-size: 20px;
  color: #fff;
}
.footer-area .social-ft-link i {
  margin-right: 5px;
}
.footer-area .foot-contact form {
  margin-top: 30px;
}
.footer-area .foot-contact .common-btn {
  margin-top: 30px;
}
.footer-area .foot-contact .common-btn:hover {
  color: #fff;
}
.footer-area .copright-area {
  padding: 25px 0;
  font-size: 14px;
  border-top: 1px solid rgba(82, 82, 107, 0.4588235294);
  margin-top: 40px;
}
.footer-area .copright-area p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.2);
}
.footer-area .foot-logo {
  margin-bottom: 50px;
}
.footer-area .foot-logo a {
  display: inline-block;
}
.footer-area .foot-logo a img {
  width: 140px;
}
.footer-area .type-txt .testi-circle img {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.footer-area .type-txt .testi-circle .type-txt h4 {
  margin-bottom: 10px;
}
.footer-area .type-txt .testi-circle .test-txt h4 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 500;
}
.footer-area .type-txt .testi-circle .test-txt p {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
}
.footer-area .type-txt .get-touch-list {
  background-color: transparent;
  padding: 0;
}
.footer-area .type-txt .get-touch-list:hover {
  background-color: transparent;
}
.footer-area .type-txt .get-touch-list:hover img {
  filter: none;
}

.form-style input,
.form-style textarea {
  background: none;
  border: none;
  border-bottom: 1px solid #52526b;
  padding: 20px;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  color: #fff;
  width: 100%;
  border-radius: 0;
}
.form-style input:focus,
.form-style textarea:focus {
  background: none;
  box-shadow: none;
  color: #fff;
}
.form-style input::-moz-placeholder, .form-style textarea::-moz-placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.form-style input::placeholder,
.form-style textarea::placeholder {
  color: rgb(255, 255, 255);
  opacity: 1;
}
.form-style input::-ms-input-placeholder,
.form-style textarea::-ms-input-placeholder {
  color: rgb(255, 255, 255);
}
.form-style textarea {
  resize: none;
  height: 80px;
}

/*================================================
            [index] ====== end
================================================*/
/*================================================
            [resource] ====== start
================================================*/
.resource-sec {
  padding: 70px 0;
}
.resource-sec .text-center p {
  margin-top: 20px;
}
.resource-sec .cmn-tab {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}
.resource-sec .cmn-tab ul {
  justify-content: center;
  margin: 0 -5px;
}
.resource-sec .cmn-tab .nav-item {
  width: 25%;
  margin-bottom: 20px;
  padding: 0 5px;
}
.resource-sec .cmn-tab .nav-item:last-child {
  margin-right: 0;
}
.resource-sec .cmn-tab .nav-tabs {
  border-bottom: none;
}
.resource-sec .cmn-tab .nav-tabs .mainresource {
  height: 100%;
}
.resource-sec .cmn-tab .nav-tabs .nav-link {
  font-size: 18px;
  text-transform: capitalize;
  background: #ffffff;
  color: #282828;
  padding: 25px 30px 35px 30px;
  border: 2px solid transparent;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  text-transform: capitalize;
  border-radius: 0;
  font-weight: 700;
  font-family: "Poppins";
  width: 100%;
  box-shadow: 4px 3px 28px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 4px 3px 28px 0px rgba(0, 0, 0, 0.09);
}
.resource-sec .cmn-tab .nav-tabs .nav-link:focus, .resource-sec .cmn-tab .nav-tabs .nav-link:hover {
  color: #ffffff;
  border: 2px solid transparent;
  background: #282828;
}
.resource-sec .cmn-tab .nav-link.active {
  background: #282828;
  color: #ffffff;
}
.resource-sec .tab-descrip {
  margin-top: 20px;
}
.resource-sec .cmn-tab-sub .tab-content > .tab-pane {
  display: block;
}
.resource-sec .cmn-tab-sub ul {
  background-color: #0e0d28;
  padding: 30px;
  justify-content: center;
}
.resource-sec .cmn-tab-sub .fade:not(.show) {
  opacity: 1;
}
.resource-sec .cmn-tab-sub .nav-item {
  margin-bottom: 0;
  width: 20%;
  margin-right: 20px;
}
.resource-sec .cmn-tab-sub .nav-tabs .nav-link {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  padding: 10px 15px;
}
.resource-sec .cmn-tab-sub .nav-tabs .nav-link:focus, .resource-sec .cmn-tab-sub .nav-tabs .nav-link:hover {
  color: #282828;
  border: 2px solid transparent;
  background: #ffffff;
}
.resource-sec .arw {
  font-size: 14px;
  margin-left: 5px;
}
.resource-sec .vid-lst-wrap {
  background-color: #0e0d28;
  padding: 40px 20px;
  border-top: 1px solid #fff;
  margin: 0 -5px;
}
.resource-sec .each-vd-list {
  display: flex;
  align-items: flex-start;
  border: 1px solid #dbd5d5;
  background-color: #fff;
  padding: 12px;
  margin-bottom: 20px;
}
.resource-sec .each-vd-list:last-child {
  margin-bottom: 0;
}
.resource-sec .each-vd-list .each-vid-img {
  width: 70px;
  padding: 7px;
  background-color: #f1f1f1;
}
.resource-sec .each-vd-list .each-vid-img span {
  display: block;
  padding-top: 5px;
  text-align: center;
  text-transform: capitalize;
  font-weight: 700;
  font-family: "Poppins";
  font-size: 12px;
  color: #282828;
}
.resource-sec .each-vd-list .each-vid-img img {
  width: 100%;
}
.resource-sec .each-vd-list .each-vid-txt {
  flex-grow: 1;
  margin: 0 5%;
}
.resource-sec .each-vd-list .click-view-btn {
  display: flex;
  flex-direction: column;
}
.resource-sec .each-vd-list .click-view-btn .common-btn {
  text-wrap: nowrap;
  margin-top: 0;
  margin-bottom: 7px;
  width: 160px;
  height: 48px;
  padding: 0;
  line-height: 44px;
  text-align: center;
}
.resource-sec .btn-img {
  margin: 15px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  aspect-ratio: 1/1;
}
.resource-sec .btn-img img {
  width: 132px;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 1/1;
}
.resource-sec .ndt-fnd {
  text-align: center;
  padding: 15px 0;
  border: 2px solid #051f51;
  margin-top: 30px;
}
.resource-sec .ndt-fnd h2 {
  color: rgba(243, 10, 10, 0.8);
  font-size: 25px;
  text-transform: capitalize;
}

#childTabs1 li:first-child {
  display: none;
}

/*================================================
            [resource] ====== end
================================================*/
/*================================================
            [login] ====== start
================================================*/
.log-sec {
  padding: 50px 0;
  border-top: 1px solid #0e0d28;
}
.log-sec .alert-danger {
  width: 100%;
  max-width: 35%;
  margin: 0 auto;
  text-align: center;
}
.log-sec .log-in-frm {
  width: 100%;
  max-width: 35%;
  margin: 0 auto;
  border-radius: 5px;
  padding: 40px 45px;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 30px 30px -20px;
}
.log-sec .heading {
  width: 60px;
  height: 60px;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
  border-radius: 100%;
  margin: 0 auto;
  border: 2px solid #b7ba09;
  line-height: 52px;
  text-align: center;
}
.log-sec .heading img {
  width: 30px;
}
.log-sec .log-form {
  margin-top: 10px;
}
.log-sec .log-form .input {
  width: 100%;
  background: white;
  border: none;
  padding: 15px 20px;
  margin-top: 25px;
  box-shadow: 4px 3px 28px 0px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 4px 3px 28px 0px rgba(0, 0, 0, 0.09);
  font-family: "Poppins";
  font-size: 15px;
  color: #2c2c2c;
}
.log-sec .log-form .input::-moz-placeholder {
  color: rgb(170, 170, 170);
}
.log-sec .log-form .input::placeholder {
  color: rgb(170, 170, 170);
}
.log-sec .log-form .input:focus {
  outline: none;
  border: 1px solid #dbd5d5;
}
.log-sec .log-form .login-button {
  display: block;
  width: 100%;
  font-weight: bold;
  background-color: #b7ba09;
  color: white;
  font-family: "Poppins";
  font-size: 16px;
  text-transform: capitalize;
  padding-block: 15px;
  margin: 20px auto;
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 20px 10px -15px;
  border: none;
  transition: all 0.2s ease-in-out;
}
.log-sec .log-form .login-button:hover {
  transform: scale(1.03);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 23px 10px -20px;
  color: #000;
  background: transparent;
}
.log-sec .log-form .login-button:active {
  transform: scale(0.95);
  box-shadow: rgba(133, 189, 215, 0.8784313725) 0px 15px 10px -10px;
}
.log-sec .log-form .forgot-password {
  display: block;
  margin: 20px 5px;
}
.log-sec .log-form .forgot-password a {
  font-size: 16px;
  color: #0099ff;
  font-family: "Poppins";
  text-decoration: none;
}

/*================================================
            [login] ====== end
================================================*/
/*================================================
            [contact] ====== Starts
================================================*/
.contact-sec {
  padding: 90px 0;
}

.inner-ban h1 {
  font-size: 55px;
}
.inner-ban .ban-img img {
  height: auto !important;
}

.contact-wrap {
  background-color: #fff;
  padding-right: 4%;
  box-shadow: -1px 2px 18px 1px rgba(211, 198, 198, 0.63);
}
.contact-wrap .contact-info {
  padding: 50px;
  height: 100%;
  background-color: #0e0d28;
  margin-right: 7%;
}
.contact-wrap .contact-info h2 {
  margin-bottom: 30px;
  color: #fff;
  font-size: 25px;
}
.contact-wrap .contact-info .each-contact-info {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.contact-wrap .contact-info .each-contact-info:last-child {
  margin-bottom: 0;
}
.contact-wrap .contact-info .each-contact-info span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ffffff;
  margin-right: 20px;
  border-radius: 100%;
  color: #fff;
  font-size: 16px;
}
.contact-wrap .contact-info .each-contact-info p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  width: calc(100% - 60px);
}
.contact-wrap .foot-contact {
  height: 100%;
  padding-top: 20px;
}
.contact-wrap .foot-contact .common-btn {
  margin: 40px 0;
}
.contact-wrap .foot-contact input,
.contact-wrap .foot-contact textarea {
  color: #000;
  font-size: 16px;
  padding-left: 5px;
}
.contact-wrap .foot-contact input::-moz-placeholder, .contact-wrap .foot-contact textarea::-moz-placeholder {
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.contact-wrap .foot-contact input::placeholder,
.contact-wrap .foot-contact textarea::placeholder {
  color: rgb(0, 0, 0);
  opacity: 0.3;
}
.contact-wrap .foot-contact input::-ms-input-placeholder,
.contact-wrap .foot-contact textarea::-ms-input-placeholder {
  color: rgb(0, 0, 0);
}

.map-area {
  padding-bottom: 90px;
}
.map-area iframe {
  height: 350px;
}

/*================================================
            [contact] ====== End
================================================*/
/*================================================
            [about] ====== Starts
================================================*/
.abt-ban-btm {
  padding: 80px 0;
}

.abt-welcome .welcome-box-wrap .col-md-6 {
  margin-bottom: 0;
}
.abt-welcome .welcome-box-wrap .each-welcome-box .each-welcome-box-img {
  height: 400px;
}
.abt-welcome .welcome-box-wrap .each-welcome-box .each-welcome-box-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.abt-welcome .welcome-box-wrap .each-welcome-box .each-welcome-box-txt p,
.abt-welcome .welcome-box-wrap .each-welcome-box .each-welcome-box-txt h4 {
  text-align: center;
}
.abt-welcome .welcome-box-wrap .each-welcome-box .each-welcome-box-txt h3 {
  font-size: 24px;
  color: #fff;
}
.abt-welcome .welcome-box-wrap .each-welcome-box:nth-child(1) .each-welcome-box-txt {
  background-color: #28257e;
}
.abt-welcome .welcome-box-wrap .each-welcome-box:nth-child(2) .each-welcome-box-txt {
  background-color: #b7ba09;
}
.abt-welcome .welcome-box-wrap .each-welcome-box:nth-child(3) .each-welcome-box-txt {
  background-color: #171633;
}
.abt-welcome .welcome-box-wrap .each-welcome-box:nth-child(4) .each-welcome-box-txt {
  background-color: #404100;
}
.abt-welcome .welcome-box-wrap .each-welcome-box:nth-child(odd) .row {
  flex-direction: row-reverse;
}

/*================================================
            [about] ====== end
================================================*/
.product-sec .each-product-img {
  border: 1px solid #c8c8c8;
  padding: 80px;
}

.product-sec .each-product-img img {
  aspect-ratio: 2/1;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (max-width: 767px) {
  .product-sec .each-product-img {
    padding: 40px;
  }
  .abt-ban-btm {
    padding: 40px 0;
  }
  .abt-ban-btm .row {
    flex-direction: column-reverse;
  }
}
/*================================================
            [product] ====== Starts
================================================*/
.pro-pg-sec .each-pro-box {
  height: 100%;
  box-shadow: 2px 5px 15.2px 4.8px rgba(225, 215, 215, 0.34);
  -webkit-box-shadow: 2px 5px 15.2px 4.8px rgba(225, 215, 215, 0.34);
  padding: 5px;
}
.pro-pg-sec .common-head {
  margin-bottom: 55px;
}
.pro-pg-sec .cat-head {
  border-bottom: 1px solid #dedede;
  padding: 0 0 20px 0;
  margin-bottom: 30px;
}
.pro-pg-sec .cat-head .brd_cmp {
  list-style: none;
}
.pro-pg-sec .cat-head .brd_cmp li {
  display: inline-block;
  font-weight: 500;
  color: #000;
  font-size: 20px;
  text-transform: capitalize;
}
.pro-pg-sec .each-pro-txt {
  padding: 12px 10px;
}
.pro-pg-sec .each-pro-txt a {
  color: #28257e;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
}
.pro-pg-sec .each-pro-txt .prp_pdf_img {
  width: 16px;
  margin-right: 5px;
}
.pro-pg-sec .each-pro-txt p {
  margin: 10px 0;
  font-size: 14px;
}
.pro-pg-sec .each-pro-txt p span {
  font-weight: 700;
  color: #000;
  text-transform: capitalize;
  display: block;
}
.pro-pg-sec .each-pro-txt .msg-click {
  border: none;
  background-color: transparent;
  text-transform: capitalize;
  font-weight: 500;
  color: #28257e;
}

#exampleModal-4 .modal-footer {
  border-top: none;
}
#exampleModal-4 ::-moz-placeholder {
  color: rgb(0, 0, 0);
}
#exampleModal-4 ::placeholder {
  color: rgb(0, 0, 0);
}
#exampleModal-4 ::-ms-input-placeholder {
  color: rgb(0, 0, 0);
}
#exampleModal-4 input {
  background: none;
  border: none;
  border-bottom: 1px solid #52526b;
  padding: 20px;
  font-size: 14px;
  font-family: "Poppins";
  font-weight: 400;
  color: #000000;
  width: 100%;
  border-radius: 0;
}
#exampleModal-4 textarea {
  color: #000;
}/*# sourceMappingURL=style.css.map */