@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap");

/***** General CSS *****/
body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #000;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #000;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
  /* height: 100%; */
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/***** Font Files *****/

@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff) format("woff"),
    url(../fonts/fontawesome-webfont.ttf) format("truetype"),
    url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Saudagar";
  src: url(../fonts/Saudagar.ttf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Evogria";
  src: url(../fonts/Evogria.otf);
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Chicago";
  src: url(../fonts/Chicago.otf);
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8 {
  padding-top: 80px;
}

.pb_8 {
  padding-bottom: 80px;
}

.py_8 {
  padding: 80px 0px;
}

.sec {
  padding: 80px 0;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

ul {
  margin: 0 0 0 0px;
  padding: 0;
  list-style-type: none;
}

/* Heading CLasses */

/* font-family: 'Evogria'; */
h1 {
  font-family: "Saudagar";
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 400;
  margin: 0 0 10px;
}

h2 {
  font-family: "Saudagar";
  font-size: 61px;
  line-height: 60px;
  color: #000;
  font-weight: 500;
  margin: 0 0 10px;
}

h3 {
  font-family: "Saudagar";
  font-size: 56px;
  line-height: normal;
  color: #000000;
  font-weight: 300;
  margin: 0 0 10px;
}

h4 {
  font-family: "Saudagar";
  font-size: 30px;
  line-height: normal;
  color: #fff;
  font-weight: 500;
  margin: 0 0 10px;
}

h5 {
  font-family: "Saudagar";
  font-size: 21px;
  line-height: 25px;
  color: #000;
  font-weight: 500;
  margin: 0 0 10px;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 12px;
}

p {
  font-size: 14px;
  font-weight: 500;
  margin: 0 0 10px;
  line-height: 25px;
  color: #85878d;
  font-family: "Montserrat", serif;
}

/* Heading CLasses End*/

/* Menu css start */
header .nav {
  display: block;
}

.nav ul {
  list-style: none;
  text-align: center;
}

.nav ul li a {
  text-transform: capitalize;
}

.nav ul li a,
.nav ul li a:after,
.nav ul li a:before {
  transition: all 0.5s;
}

.nav ul li a:hover {
  color: #fff;
}

/* stroke */
.nav.stroke ul li a,
.nav.fill ul li a {
  position: relative;
}

.nav.stroke ul li a:after,
.nav.fill ul li a:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: ".";
  color: transparent;
  background: #f0047f;
  height: 2px;
}

.nav.stroke ul li a:hover:after {
  width: 100%;
}

.nav.fill ul li a {
  transition: all 2s;
}

.nav.fill ul li a:after {
  text-align: left;
  content: ".";
  margin: 0;
  opacity: 0;
}

.nav.fill ul li a:hover {
  color: #fff;
  z-index: 1;
}

.nav.fill ul li a:hover:after {
  z-index: -10;
  animation: fill 1s forwards;
  -webkit-animation: fill 1s forwards;
  -moz-animation: fill 1s forwards;
  opacity: 1;
}

/* Menu css end */
.hdr_menu {
  gap: 20px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}

.hdr_menu .wrapper {
  /* background: #171c24; */
  /* position: fixed; */
  width: 100%;
}

.hdr_menu .wrapper nav {
  position: relative;
  display: flex;
  max-width: calc(100% - 0px);
  margin: 0;
  width: 100% !important;
  height: 70px;
  align-items: center;
  justify-content: end;
  gap: 10%;
}

nav .content {
  display: flex;
  align-items: center;
}

nav .content .links {
  margin-left: 0;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 14px;
}

.content .logo a {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.content .links li {
  list-style: none;
  line-height: 30px;
  width: fit-content;
}

.content .links li a,
.content .links li label {
  width: fit-content !important;
  text-transform: capitalize;
  color: #6d6a65;
  font-size: 14px;
  font-weight: 500;
  padding: 9px 17px;
  border-radius: 5px;
  transition: all 0.3s ease;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
}

.content .links li label {
  display: none;
}

.content .links li a:hover,
.content .links li label:hover {
  /* background: #323c4e; */
}

.hdr_menu .wrapper .search-icon,
.hdr_menu .wrapper .menu-icon {
  height: 100px;
  color: #555760;
  font-size: 19px;
  cursor: pointer;
  line-height: 30px;
  width: 30px;
  text-align: center;
  background: transparent;
  z-index: 999;
  border-radius: 0;
  height: fit-content;
  margin: 0;
}

.hdr_menu .wrapper .menu-icon {
  display: none;
}

.hdr_menu .wrapper #show-search:checked ~ .search-icon i::before {
  content: "\f00d";
}

.hdr_menu .wrapper .search-box {
  position: absolute;
  height: 100%;
  max-width: calc(100% - 50px);
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.hdr_menu .wrapper #show-search:checked ~ .search-box {
  opacity: 1;
  pointer-events: auto;
}

.search-box input {
  border-radius: 4px 0 0 4px;
  width: 100%;
  height: 68px;
  border: none;
  outline: none;
  font-size: 14px;
  color: #fff;
  background: #171c24;
  padding: 0 100px 0 15px;
  font-family: "Montserrat";
  font-weight: 500;
}

.search-box input::placeholder {
  color: #f2f2f2;
  font-weight: 500;
}

.search-box .go-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 60px;
  width: 70px;
  background: #171c24;
  border: none;
  outline: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.hdr_menu .wrapper input[type="checkbox"] {
  display: none;
}

/* Dropdown Menu code start */
.content .links ul {
  position: absolute;
  background: #171c24;
  top: 80px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

.content .links li:hover > ul {
  top: 70px;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}

.content .links ul li a {
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0px !important;
}

.content .links ul ul {
  position: absolute;
  top: 0;
  right: calc(-100% + 8px);
}

.content .links ul li {
  position: relative;
}

.content .links ul li:hover ul {
  top: 0;
}

/* Responsive code start */
@media screen and (max-width: 1250px) {
  .hdr_menu .wrapper nav {
    max-width: 100%;
    padding: 0 20px;
  }

  nav .content .links {
    margin-left: 30px;
  }

  .content .links li a {
    padding: 8px 13px;
  }

  .hdr_menu .wrapper .search-box {
    max-width: calc(100% - 100px);
  }

  .hdr_menu .wrapper .search-box input {
    padding: 0 100px 0 15px;
  }
}

@media screen and (max-width: 900px) {
  .hdr_menu .wrapper .menu-icon {
    display: block;
  }

  .hdr_menu .wrapper #show-menu:checked ~ .menu-icon i::before {
    content: "\f00d";
  }

  nav .content .links {
    display: block;
    position: fixed;
    background: #14181f;
    height: 100%;
    width: 100%;
    top: 70px;
    left: -100%;
    margin-left: 0;
    max-width: 350px;
    overflow-y: auto;
    padding-bottom: 100px;
    transition: all 0.3s ease;
  }

  nav #show-menu:checked ~ .content .links {
    left: 0%;
  }

  .content .links li {
    margin: 15px 20px;
  }

  .content .links li a,
  .content .links li label {
    line-height: 40px;
    font-size: 20px;
    display: block;
    padding: 8px 18px;
    cursor: pointer;
  }

  .content .links li a.desktop-link {
    display: none;
  }

  /* dropdown responsive code start */
  .content .links ul,
  .content .links ul ul {
    position: static;
    opacity: 1;
    visibility: visible;
    background: none;
    max-height: 0px;
    overflow: hidden;
  }

  .content .links #show-features:checked ~ ul,
  .content .links #show-services:checked ~ ul,
  .content .links #show-items:checked ~ ul {
    max-height: 100vh;
  }

  .content .links ul li {
    margin: 7px 20px;
  }

  .content .links ul li a {
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px !important;
  }
}

@media screen and (max-width: 400px) {
  .hdr_menu .wrapper nav {
    padding: 0 10px;
  }

  .content .logo a {
    font-size: 27px;
  }

  .hdr_menu .wrapper .search-box {
    max-width: calc(100% - 70px);
  }

  .hdr_menu .wrapper .search-box .go-icon {
    width: 30px;
    right: 0;
  }

  .hdr_menu .wrapper .search-box input {
    padding-right: 30px;
  }
}

/* Search Css start */
/* Button Css start */

.btn-3 {
  color: #fff;
  font-weight: 600;
}

.btn-3 i {
  color: #fff;
}

.btn-3:before {
  background: #fff;
}

.btn-3 {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  background: #82027e;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  position: relative;
  z-index: 1;
  padding: 10px 30px;
  font-family: "Montserrat", serif;
  width: fit-content;
  letter-spacing: 2px;
  font-weight: 500;
}

.btn-3 i {
  font-size: 20px;
  color: #fff;
}

.btn-3::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  background: #82027e;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.5s all;
  z-index: -1;
}

.btn-3:hover::before {
  background: #2e58a6;
  height: 100% !important;
}

.btn-3:hover {
  color: #000;
}

.btn-3:hover i {
  color: #82027e;
}

.theme_btn {
  background: #2e58a6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  width: fit-content;
  gap: 30px;
}

.theme_btn img {
  object-fit: scale-down;
  width: auto;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(291deg) brightness(105%) contrast(105%);
}

.theme_btn p {
  margin: 0 !important;
  color: #fff;
}

/* Button Css  End*/

/* Index Page start */

/* Header start */

.hdr_menu a {
  width: 70px;
}

ul.menu {
  justify-content: space-between;
  display: flex;
  align-items: center;
  height: 100%;
}

ul.menu a {
  color: #fff;
  text-transform: capitalize;
  font-family: "Montserrat";
  font-size: 16px;
}

.hdr_logo a {
  font-size: 27px;
  font-family: "Saudagar";
  text-transform: uppercase;
  color: #fff;
}

section.header {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 0;
}

section.header .row {
  align-items: center;
}

.hdr_logo a span {
  color: #2e58a6;
}

.inn-banner-txt-bottom {
  z-index: 1;
  position: relative;
  padding: 70px 20px 20px 20px;
  width: 74%;
  margin-bottom: -130px;
}

.inn-banner-txt-bottom::before {
  position: absolute;
  top: 0;
  width: 300%;
  left: -200%;
  height: 100%;
  content: "";
  background: #ffff;
  z-index: -1;
}

.inn-banner-txt-bottom a {
  margin-bottom: -60px;
  margin-left: 20px;
  padding: 30px 50px;
  gap: 60px;
}

.inn-banner-txt-bottom p {
  margin-bottom: 50px;
}

/* Header end */

/* banner start */

ul.social li a {
  width: 70px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 0.3s ease-in-out;
}

ul.social {
  width: fit-content;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0px, -50%);
  z-index: 9999;
}

ul.social li a i {
  color: #545760;
  width: 15px;
  border-bottom: 1px solid #ecedee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5px;
}

ul.social li:nth-child(3) a i {
  border: navajowhite;
}

.gallery-item-caption {
  position: absolute;
  bottom: 30px;
  right: 0;
  background-image: url(../images/banner_vid.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

section.header .nav {
  display: block;
}

.play a {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
}

.play a img {
  object-fit: scale-down;
}

.banner_slider .slick-slide {
  opacity: 0;
}

.banner_slider .slick-prev.slick-disabled:before,
.banner_slider .slick-next.slick-disabled:before {
  opacity: 1;
}

.banner_slider .slick-active {
  opacity: 1;
}

section.banner_sec .row.align-items-center {
  height: 100%;
}

.banner_slider .slick-prev:hover,
.banner_slider .slick-prev:focus,
.banner_slider .slick-next:hover,
.banner_slider .slick-next:focus {
  color: #000;
  outline: none;
  background: #2e58a6;
}

.inn-banner-txt {
  margin-top: 190px;
}

.banner_slider .slick-prev {
  left: unset;
  top: 34px;
  right: 97px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 70px;
  background: #545760;
  z-index: 99999;
  opacity: 1;
}

.banner_slider .slick-prev:hover:before,
.banner_slider .slick-prev:focus:before,
.banner_slider .slick-next:hover:before,
.banner_slider .slick-next:focus:before {
  opacity: 1;
  color: #000;
}

.banner_slider .slick-next:before {
  content: "\f0d8";
  font-family: "Font Awesome 6 Free";
  font-weight: 800;
  transform: rotate(90deg);
  color: #ffffff;
}

.banner_slider .slick-prev:before {
  content: "\f0d8";
  font-family: "Font Awesome 6 Free";
  font-weight: 800;
  transform: rotate(-90deg);
  color: #ffffff;
  opacity: 1;
}

.banner_slider .slick-next {
  z-index: 99999;
  top: 34px;
  right: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 70px;
  background: #545760;
}

.banner_slider .slick-list {
  position: relative;
  display: block;
  overflow: visible;
  margin: 0;
  padding: 0;
}

.banner_slider .slick-list.draggable {
  height: 350px;
}

.banner_sec {
  background-color: #464952;
  height: 800px !important;
}

.banner_sec .in-bann-img img {
  height: 600px;
  object-fit: contain;
  width: 90%;
  filter: drop-shadow(2px 24px 26px black);
}

.banner_sec span.sp-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 750px;
  height: 700px;
  border: 1px solid #52545c;
  border-radius: 50%;
  z-index: -1;
}

.banner_sec span.sp-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 750px;
  height: 700px;
  border: 1px solid #52545c;
  border-radius: 50%;
  z-index: -1;
  transform: scale(1.3);
}

.banner_sec span.sp-1 {
  position: absolute;
  top: 0px;
  right: 0;
  width: 750px;
  height: 700px;
  border: 1px solid #52545c;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.9);
}

.banner_text {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: start;
  height: 100%;
}

.animate-charcter {
  background-image: linear-gradient(-225deg, #ffffff 50%, #2e58a6 50%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

ul.social li a:hover {
  background: #000;
  transition: 0.3s ease-in-out;
}

ul.social li a:hover i {
  color: #fccc3e;
  transition: 0.3s ease-in-out;
}

/* banner start */

/* section special_sec start */

.special_box_image img {
  height: 500px;
}

.special_box {
  margin: 20px 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.special_box_text {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 9;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.special_box_text a {
  justify-self: center;
}

.special_box::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  content: "";
  background: #292d2bd9;
  z-index: 0;
  transition: 0.3s ease-in-out;
}

.special_box:hover .special_box_text {
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.special_box:hover::before {
  height: 100%;
  transition: 0.3s ease-in-out;
}

.special_box_text h3 {
  font-family: "Evogria";
  line-height: normal;
  color: #fff;
  font-size: 47px;
}

.special_box_text p {
  width: 80%;
  color: #b6b9ba;
}

.special_box_text p.chica {
  color: #82027e;
}

.special_heading h2 {
  font-size: 79px;
  font-family: "Evogria";
  color: #464952;
  line-height: normal;
}

.heading p {
  width: 60%;
  margin: 10px auto;
}

/* section special_sec end */

/* section start */
span.alex {
  font-family: "Alex Brush", serif;
  font-size: 29px;
  color: #2e58a6;
  text-transform: capitalize;
}

.about_text p {
  margin: 0 0 30px;
}

section.about_sec {
  background: #464952;
}

.about_text {
  padding: 50px 70px;
  background: #fff;
  margin: 20px 0;
}

img.about_image {
  position: absolute;
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
  z-index: -1;
  object-fit: cover;
  border-radius: 10px;
}

.about_box {
  position: relative;
  z-index: 1;
}

.about_right {
  width: 100%;
  height: 100%;
  background: #2e58a6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about_right p {
  display: block;
  width: 100%;
  /* height: 100%; */
  text-align: center;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transform: rotate(180deg);
}

/* section end */

/* section start */

.product_box_image img {
  height: 300px;
}

.product_box_text h5 {
  padding: 20px 20px;
  margin: 0;
  border: 1px solid #e4e4e4;
}

.product_box_text .d-flex {
  padding: 10px 20px;
  margin: 0;
  border: 1px solid #e4e4e4;
  justify-content: space-between;
  align-items: center;
}

.product_box_text .d-flex h4 {
  margin: 0;
  color: #000;
  font-size: 24px;
}

a.cart {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #464952;
  transition: 0.3s ease-in-out;
}

a.cart i {
  color: #f0047f;
  font-size: 15px;
}

.product_box {
  margin: 20px 0;
}

.services-menu .nav {
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #666666;
  border-right: 1px solid #e3e3e3 !important;

  text-decoration: none;
  font-family: "Evogria";
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
  border-radius: 0 !important;
}

.nav-link:hover,
.nav-link:focus {
  border-right: 1px solid #000 !important;
  color: #000;
}

.nav-pills .nav-link.active {
  color: #000;
  background-color: transparent;
  border-right: 1px solid #000 !important;
}

/* Index Page end */

/* Products Page Start */

section.product-inner-sec.log-in-page-main {
  padding: 80px 0;
}

.product-inner-sec .product-side-bar h4 {
  margin-bottom: 10px;

  font-size: 24px;

  padding: 10px 30px;

  position: relative;

  text-transform: capitalize;

  background: #2e58a6;

  color: #fff;

  border-radius: 0;
}

.themes-h4:after {
  height: 4px;

  position: absolute;

  content: "";

  width: 22px;

  top: 17px;

  right: 10px;

  background: #004c59;

  display: none;
}

.product-inner-sec .product-side-bar ul li {
  margin: 5px 0;

  border: 1px solid #d8d5d5;

  padding: 13px 30px;

  width: 100%;

  display: block;
}

.product-inner-sec .product-side-bar ul li a input {
  height: 15px;

  width: 15px;

  border: 2px solid #000;

  margin-right: 30px;
}

.product-side-bar.product-side-bar1 ul li a label {
  color: #000;

  font-weight: 600;
}

.product-inner-sec .product-side-bar ul li a label {
  color: #575757;

  font-size: 16px;

  text-transform: capitalize;

  /* line-height: 35px; */

  font-weight: 500;

  font-family: poppins;

  margin: 0;
}

.product-inner-sec ::-webkit-scrollbar {
  width: 10px;
}

/* Track */

.product-inner-sec ::-webkit-scrollbar-track {
  background: #000000;

  border-radius: 5px;
}

/* Handle */

.product-inner-sec ::-webkit-scrollbar-thumb {
  background: #ee62b9;

  border-radius: 5px;
}

.product-inner-sec .al-cent {
  align-items: center;

  margin: 20px 0;
}

.product-inner-sec select {
  width: 100%;

  padding: 10px 15px;

  height: 50px;

  background-color: transparent;

  color: #507610;

  border-radius: 0;

  border: 1px solid #000;

  font-size: 18px;

  border-radius: 0;

  font-weight: 600;

  -webkit-appearance: auto;
}

.product-inner-sec h6 {
  margin: 0;

  font-size: 15px;

  line-height: normal;

  color: #666666;

  text-transform: capitalize;

  float: right;

  font-family: "Poppins";

  text-align: start;

  font-weight: 400;
}

section.product-inner-sec .products-bottom-card-txt h5 {
  font-weight: 400;
}

.product-inner-sec .arrival-text h4 {
  font-size: 21px;
}

.product-inner-sec .product-side-bar ul {
  margin: 40px 0 40px 0;
}

.about-bottom-btn a {
  padding: 15px 50px;
}

.about-bottom-btn {
  text-align: center;

  margin-top: 30px;
}

.product-inner-sec {
  background-position: 0 -750px;
}

section.product-inner-sec .products-bottom-card-img img {
  border: 1px solid #000;
}

section.product-inner-sec .products-bottom-card-main {
  margin: 0 0 30px 0;
}

section.product-inner-sec {
  position: relative;
}

.product-inner-sec-btn {
  display: flex;

  align-items: center;

  justify-content: start;
}

.page-link:focus {
  box-shadow: none;

  background: #507610;

  color: white;
}

.page-link {
  padding: 9px 17px;

  font-size: 16px;

  color: black;
}

.page-link:hover {
  background: #507610;

  color: white;
}

a.cart:hover {
  transform: scale(1.1);
  background-color: #f0047f;
  transition: 0.3s ease-in-out;
}

a.cart:hover i {
  color: #fff;
}

.pagination {
  gap: 10px;

  display: flex;

  padding-left: 0;

  list-style: none;
}

.top h4 {
  color: #394136;
}

/*inner-baner start*/
section.inn-banner {
  position: relative;
  background-color: #464952;
  height: 650px;
  width: 100%;
  z-index: 9;
  overflow: hidden;
}

.in-bann-img img {
  height: 542px;
  object-fit: contain;
  width: 100%;
}

.inn-banner-txt h1 {
  font-size: 113px;
  line-height: 110px;
  color: #2e58a6;
}

.inn-banner-txt h1 span {
  color: #fff;
}

section.inn-banner::before {
  position: absolute;
  right: 0;
  height: 100%;
  content: "";
  width: 33%;
  background-color: #2e58a6;
  z-index: 0;
}

span.sp-1 {
  position: absolute;
  top: 0px;
  right: 0;
  width: 700px;
  height: 700px;
  border: 1px solid #ffffff47;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.9);
}

span.sp-2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
  height: 700px;
  border: 1px solid #ffffff47;
  border-radius: 50%;
  z-index: -1;
  transform: scale(1.1);
}

span.sp-3 {
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
  height: 700px;
  border: 1px solid #ffffff47;
  border-radius: 50%;
  z-index: -1;
  transform: scale(1.3);
}

.inn-banner-txt p {
  font-size: 13px;
  color: #fff;
  width: 71%;
  line-height: 28px;
}

section.inn-banner .container-fluid {
  padding: 0 4%;
}

/*inn CONTACT START*/
.contact_page {
  padding: 100px 0;
}

.contact_form input {
  height: 52px;
  width: 100%;
  border: 2px solid #e4e4e4;
  margin-bottom: 25px;
  padding: 0 15px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}

.contact_form textarea {
  width: 100%;
  height: 250px;
  margin-bottom: 30px;
  width: 100%;
  border: 2px solid #e4e4e4;
  border-radius: 0;
  padding: 15px 15px;
  resize: none;
}

.section_head {
  margin-bottom: 40px;
}

.section_head p {
  color: #636363;
  width: 70%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
}

.section_head h3 {
  color: #000;
  font-size: 70px;
  margin-bottom: 26px;
  line-height: 60px;
  text-transform: capitalize;
  font-weight: 300;
}

.br_gradient {
  padding: 2px;
  border-radius: 12px;
}

.contact_detail_box p span {
  display: block;
}

.contact_page h4 {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 37px;
  color: #000;
}

.contact_detail_box figure img {
  margin: auto;
  height: 53px;
  filter: brightness(0) saturate(100%) invert(13%) sepia(100%) saturate(5569%)
    hue-rotate(321deg) brightness(95%) contrast(100%);
  width: 55px;
  object-fit: cover;
}

.contact_detail_box h2 {
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-weight: 700;
  margin: 30px 0 10px 0;
}

.contact_detail_box.box-2 {
  padding: 52px 30px;
}

.contact_detail_box p {
  font-size: 15px;
  line-height: 25px;
  color: #333333;
  margin: 0;
  font-weight: 400;
  margin-bottom: 0;
}

.contact_detail_box {
  padding: 40px 30px;
  border: 2px solid #2e58a6;
  height: 235px;
  border-radius: 0px;
}

.contact_form {
  padding-bottom: 7%;
}

.contact_form label {
  font-size: 15px;
  color: #737373;
  margin-bottom: 7px;
  font-weight: 500;
  text-align: left;
  width: 100%;
}

.contact_form p {
  width: 100%;
}
.contact_form .wpcf7-submit {
  font-family: "Montserrat";
  display: flex;
  align-items: center;
  gap: 10px;
  background: #2e58a6;
  width: fit-content;
  padding: 15px 70px;
  border: 2px solid #fff;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
}
.btn_wrap button {
  font-family: "Montserrat";
  display: flex;
  align-items: center;
  gap: 10px;
  background: #2e58a6;
  width: fit-content;
  padding: 15px 70px;
  border: 2px solid #fff;
  margin: 0 auto;
  font-size: 14px;
  color: #fff;
}

/*CONTACT END*/
* Login */ form.login-form {
  text-align: center;
  padding: 30px 31px;
  border-radius: 15px;
  box-shadow: 0px 0px 12px lightgrey;
}

form.login-form input::placeholder {
  opacity: 0.3;
}

form.login-form input:not(input[type="checkbox"]) {
  width: 100%;
  height: 55px;
  margin: 0 0 25px;
  padding: 0 10px;
  border: 1px solid #c8c8c8;
  background: white;
  border-radius: 5px;
}

form.login-form h2 {
  margin: 0 0 30px;
  font-size: 40px;
  text-align: center;
  color: #000000;
  font-weight: 500;
  font-family: "Saudagar";
  text-transform: capitalize;
}

input.btn-1 {
  background: #b90f29 !important;
  border: none !important;
  text-transform: uppercase;
  color: #fff !important;
}

.form-btm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  width: 100%;
  font-size: 13px;
  color: #918f8f;
  margin-top: 20px;
}

.reg-frombtm span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  font-size: 14px;
}

.reg-frombtm {
  margin: 0 0 20px;
}

.form-btm a {
  color: #918f8f;
}

.reg-frombtm span a {
  color: #000;
  text-decoration: underline;
}

form.login-form input::placeholder {
  color: #000;
}

section#next-sec {
  padding: 80px 0;
}

.login-form button {
  height: 50px;
  background-color: #2e58a6;
  text-transform: uppercase;
  color: #464952;
  border: none;
  font-size: 16px;
  font-family: "Montserrat";
  font-weight: 500;
  border-radius: 0px;
  transition: 0.3s ease-in-out;
}

.login-form button:hover {
  background-color: #000;
  color: #fff;
  transition: 0.3s ease-in-out;
}

form.login-form {
  text-align: center;
  padding: 30px 31px;
  border: 1px solid #00000040;
  background: #fdfdfd;
}

.inn-banner-txt.log h1 {
  font-size: 97px;
  margin-bottom: 25px;
}

/*/*login-page*/
/*CART*/
.add-to-cart {
  position: relative;
  padding: 120px 0px;
}

.add-to-cart thead {
  background-color: #2e58a6;
  color: #fff;
  border-radius: 0px;
}

.add-to-cart .table > thead > tr > th {
  border-bottom: 0;
  padding-left: 20px;
  padding-bottom: 25px;
  padding-top: 25px;
  text-align: left;
}

.table-space {
  display: flex;
  align-items: center;
}

.add-to-cart thead tr th {
  font-family: "Saudagar";
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  text-transform: capitalize;
}

.add-to-cart thead tr th:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.add-to-cart thead tr th:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.table-space h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #666666;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Montserrat";
  font-weight: 500;
  line-height: 30px;
}

.table-space span {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  font-family: "Cerebrisans Regular";
}

.product-img {
  display: inline-block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-right: 20px;
}

.no-space {
  display: block;
  margin-left: 15px;
}

.product-img img {
  width: 90%;
  border-radius: 9px;
  margin: 10px 0;
  height: 141px;
  object-position: top;
  object-fit: contain;
}

.add-to-cart input {
  width: 100%;
  text-align: center;
  height: 49px;
  border-radius: 6px;
  border: 1px solid #eeeeee;
  font-size: 23px;
  color: #000;
  font-weight: 500;
  margin-top: 24px;
  background-color: #f7f7f7;
}

.add-to-cart a {
  font-size: 18px;
  display: block;
  text-align: center;
  padding-top: 9px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  text-decoration: none;
  color: #333;
  font-family: "Montserrat";
}

.add-to-cart h4 {
  font-size: 18px;
  font-weight: 700;
  color: #666666;
  text-align: center;
  margin-top: 40px;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

tr.space {
  border-bottom: 1px solid #ccc;
}

a.remove {
  background: #2e58a6;
  color: #fff;
  font-size: 29px;
  padding: 0px 15px;
  border: 1px solid #2e58a6;
  margin-top: 25px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.proceed a {
  color: #333;
  text-align: left;
  font-size: 20px;

  font-weight: 400;
  text-transform: capitalize;
  font-family: "Montserrat";
}

.proceed i {
  margin-left: 10px;
}

.proceed .checkout-btn {
  background-color: #2e58a6;
  border: none;
  padding: 16px;
  border-radius: 0;
  width: 100%;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 300;
  margin-top: 4px;
  border-radius: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
}

.or-amazon {
  margin-top: 50px;
  position: relative;
  border: 1px solid #000;
  /* top: 25px; */
  padding: 30px 50px;
  border-radius: 5px;
  background-color: #fff;
}

.or-amazon p {
  width: fit-content;
  font-size: 18px;
  font-family: "Montserrat";
  position: absolute;
  background: #fff;
  top: -18px;
  left: 50%;
  padding: 2px 7px;
  color: #000;
  display: block;
  text-transform: uppercase;
  transform: translateX(-50%);
  border: 1px solid #000;
  border: transparent;
}

.or-amazon img {
  width: 80%;
}

.or-amazon a {
  text-decoration: none;
  text-align: center;
}

.total-section {
  border: 1px solid #eeeeee;
  padding: 27px 40px;
  background-color: #f7f7f7;
}

.total-section li {
  font-size: 21px;
  padding-bottom: 20px;
  color: #000;
  font-weight: 500;
  font-family: "Montserrat";
}

li.color-change {
  color: #222222;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 400;
  margin: 0;
  font-family: "Saudagar";
}

.total-section li span {
  float: right;
  font-weight: 600;
}

.ship-estimate {
  padding: 10px 40px;
  margin-top: 10px;
  border: 1px solid #eeeeee;
  background-color: #f7f7f7;
}

.ship-estimate ul {
  margin-top: 20px;
  margin-bottom: 50px;
}

.ship-estimate li {
  font-size: 23px;
  color: #333;
  margin-bottom: 5px;
  font-weight: 600;
  color: #222222;
  text-transform: capitalize;
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 10px 0;
  font-family: "Saudagar";
}

.ship-estimate .grey-style {
  color: #000;
  font-size: 20px;

  font-weight: 500;
  text-transform: capitalize;
}

/*CART END*/
/*CHECKOUT PAGE STRT*/

.billing_form {
  padding: 40px;
  /*background-color: #0e194a;*/
}

.billing_form h3 {
  margin-bottom: 30px;
  font-size: 26px;
  color: #222222;
  margin: 0;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 40px;
  /* font-family: 'Recoleta'; */
  font-weight: 400;
}

.billing_form label {
  font-size: 14px;
  color: #8d8d8d;
  line-height: 20px;
  font-weight: 500;
  font-family: "Montserrat";
}

input[type="text"]::placeholder {
  font-size: 14px;
  color: #7c7c7c;
  font-weight: 500;
  line-height: 14px;
}

.radiosss p {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 400;
  font-family: "Montserrat";
}

.billing_form input {
  width: 100%;
  height: 45px;
  border: 1px solid #c5c5c5;
  margin-bottom: 20px;
  padding-left: 15px;
  background-color: #fff0;
  border-radius: 0px;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins";
}

.billing_form select {
  width: 100%;
  height: 45px;
  border: 1px solid #c5c5c5;
  margin-bottom: 20px;
  padding-left: 15px;
  background-color: #fff0;
  border-radius: 0px;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins";
}

.billing_form input::placeholder {
  font-size: 14px;
  color: #8d8d8d;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins";
}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 15px;
  /* font-family: 'Montserrat'; */
  color: #8d8d8d;
  font-family: "Montserrat";
}

.cart_sidebar .cart_lst li {
  font-size: 14px;
  color: #000;
  font-weight: 500;
}

.cart_sidebar .cart_lst li span {
  float: right;
}

.cart_sidebar .cart_lst li:last-child {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  font-family: "Saudagar";
  text-transform: capitalize;
}

.cart_sidebar .cart_lst {
  margin-top: 20px;
  margin-bottom: 40px;
}

.thankyou_txt {
  padding: 50px;
  border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0;
}

.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}

.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
}

.order_det p {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}

.order_complete_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
}

.order_detail_table {
  padding: 40px;
  border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.order_detail_table ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
  margin-bottom: 25px;
}

.order_detail_table ul li {
  font-size: 14px;
  color: #7c7c7c;
}

.order_detail_table ul li span {
  float: right;
}

.order_detail_table ul li:last-child {
  font-weight: 700;
  color: #000;
}

.order_detail_table h6 {
  font-size: 17px;
  font-weight: 700;
  color: #000;

  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;
}

.order_detail_table h6 span {
  float: right;
}

.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.check_menu ul li.purp {
  color: #4b902c;
}

.cart_sidebar {
  padding: 40px 25px;
  border: 2px solid #bfbfbf;
  border-radius: 0px;
}

.cart_sidebar h3 {
  font-size: 24px;
  color: #000;
  margin-top: 0px;
  line-height: 25px;
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: capitalize;
}

.cart_sidebar button {
  border: none;
  padding: 12px 77px;
  color: #ffff;
  border-radius: 0;
  background: #2e58a6;
  font-size: 19px;
  font-family: montserrat;
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
}

.cart_sidebar1 button {
  border: none;
  padding: 12px 77px;
  color: #ffff;
  border-radius: 0;
  background: #2e58a6;
  font-size: 19px;
  font-family: montserrat;
  margin-top: 0;
  display: block;
  text-transform: uppercase;
}

.cart_sidebar .h-sub {
  font-weight: 500;
  color: #394136;
  font-size: 24px;
  border-bottom: 1px solid #373a33;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
  font-family: "Saudagar";
}

.cart_sidebar h5 span {
  float: right;
}

.cart_sidebar h4 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.cart_sidebar ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  /* color: #000; */
  /* font-family: 'Montserrat'; */
  color: #8d8d8d;
  font-family: "Montserrat";
}

.cart_sidebar ul li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #c4c4c4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.cart_sidebar ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #2e58a6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
  font-family: "Montserrat";
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
}

.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form select option {
  color: #000;
}

.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
  color: #b7b7b7;
}

.cart_sidebar form button {
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.checkout_btn {
  padding: 14px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  background: linear-gradient(180deg, #63ab1e 60%, #4a8f2c 100%);
  text-transform: uppercase;
  border-radius: 100px;
}

.Quick_info ul li a {
  text-transform: lowercase;
  font-size: 14px;
}

ul.shipping-ul {
  border-bottom: 1px solid #000;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
  font-weight: 400;
  color: #000;
  font-size: 24px;
  margin-bottom: 30px;
  font-family: "Saudagar";
  text-transform: capitalize;
}

label {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #7c7c7c;
  font-weight: 500;
  margin-bottom: 12px;
}

.cart_sidebar .radiosss-payments li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #2e58a6;
}

.radiosss-payments .card.card-body {
  padding: 0;
  border: none;
  margin-left: 0;
  padding: 10px;
  background-color: #ffffff9e;
}

.radiosss-payments {
  border-bottom: 1px solid #e9e9e9;
}

.billing_form {
  border: 1px solid #b7b7b7;
  padding: 20px;
  border-radius: 7px;
}

section.checkout_page.pt-5.pb-5 {
  padding: 100px 0px !important;
  background-image: url(../images/cont-bg.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

/*CHECKOUT PAGE END*/
/*product detail page css start*/

.productdetailsec {
  padding: 80px 0 50px;
}

.cart {
  position: relative;
  display: flex;
  gap: 10px;
}
.quantity .input-text.qty.text {
  width: 48px;
  padding: 10px;
}
.cart .single_add_to_cart_button.btn-1.alt {
  background-color: #2e58a6;
  color: #ffffff;
  border: 0px;
  padding: 0px 20px;
}

.productdetailtext h3 {
  font-size: 40px;
  line-height: 55px;
  font-weight: 400;
  letter-spacing: 0;
  color: #394136;
  margin: 0;
  font-family: "Saudagar";
  text-transform: lowercase;
  margin-bottom: 10px;
  width: 70%;
}

.productdetailtext h4 {
  color: #2e58a6;
  font-size: 40px;
  font-family: "Saudagar";
  font-weight: 400;
  margin: 0;
}

.productdetailtext ul {
  padding: 0;
  margin: 0;
  align-items: center;
  margin: 10px 0;
}

.productdetailtext ul li {
  line-height: normal;
  list-style: none;
  display: inline-block;
  font-size: 21px;
}

.productdetailtext ul li a i {
  color: #ffac1c;
  font-size: 22px;
  margin-right: 2px;
}

.productdetailtext ul li:last-child a i {
  color: #cccccc;
}

.iconlist a {
  background: #ffac1c;
  padding: 15px 40px;
}

.iconlist a::before {
  background: #000;
  height: 0;
}

.productdetailtext ul li:nth-child(4) a i {
  color: #cccccc;
}

.productdetailtext p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Roboto";
  font-weight: 600;
  padding-left: 0;
  position: relative;
  list-style: none;
  line-height: 30px;
  font-family: montserrat;
  font-size: 15px;
  color: #636363;
  margin: 10px 0;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
  font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
  font-size: 13px;
  margin: 0;
  top: -15px;
  right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
  width: 100%;
  margin: 0 auto;
  display: table;
  height: 50px;
  text-align: center;
}

.productdetailtext .input-group button.btn.btn-default.btn-number {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
  font-size: 13px;
  margin: 0;
  top: -13px;
  right: 5px;
}

.productdetailtext .input-group {
  width: 50%;
  margin: 0 0 34px;
}

.iconlist ul {
  padding: 0;
  margin: 0 0 20px;
}

.iconlist ul li {
  list-style: none;
  line-height: 30px;
  font-family: montserrat;
  font-size: 15px;
  display: block;
}

.iconlist ul li i {
  margin: 0 17px 15px 0;
  font-size: 18px;
  color: #2e58a6;
}

.productdetailtext .input-group span.input-group-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.productdetailsmallportion {
  position: relative;
  top: 0;
  z-index: 99;
}

.productdetailsmallportion img {
  margin: auto;
  width: 100%;
  border: 2px solid #e1e1e1;
  height: 100%;
}

.productdetailsmallportion img:hover {
  border: 10px solid #fff;
}

.productdetailnav .slick-current .productdetailsmallportion img {
  border-color: #fff;
}

.productdetailsec .shop-btn {
  height: 55px;
  width: 150px;
  border-radius: 50px;
  background: #7d0b7f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-family: "Oswald";
}

.productdetailsec .productdetailportion {
  height: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  box-shadow: 0 0 3px #00000099;
  margin: 20px 0px;
  /* padding: 20px 0px; */
}

.productdetailnav .slick-slide {
  opacity: 1;
  z-index: 9999;
  position: relative;
  margin: 0;
}

.product-detail span {
  margin: 0;
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 75%;
}

.product-detail input.in-num {
  border: 1px solid #dadada;
  background-color: transparent;
  width: 40%;
  margin: 0 5px;
}

.product-detail span {
  width: 30px !important;
  border: 1px solid #e3e3e3;
  border-radius: 50px;
  height: 30px !important;
  margin: 5px;
  margin-top: 15px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
  background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
  background-color: rgb(255, 255, 255) !important;
}

.product-details-btn.btn10 {
  background-color: #cfa55a !important;
  color: black;
  border-color: #cfa55a;
  font-size: 17px;
}

.quanity.product-detail {
  margin-left: 20px;
}

.product-detail span:hover {
  background-color: #ffac1c;
}

ul.product-detail-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-details-btn {
  height: 60px;
  border: 0;
  width: 180px;
  margin-left: 10px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #cfa55a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  cursor: pointer;
}

a.cat-sub-btn {
  background: #f7bb1c;
  color: #fff;
  padding: 16px 30px;
}

a.cat-sub-btn:hover {
  background: #000;
}

.productdetailfor .slick-prev:before {
  content: "\f053";
}

.productdetailfor .slick-next:before {
  content: "\f054";
}

.productdetailfor .slick-prev:before,
.productdetailfor .slick-next:before {
  opacity: 1;
  position: absolute;
  color: #4b4b4b;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 20px;
}

.iconlist {
  margin-top: 10px;
}

.description li.nav-item {
  margin-right: 12px;
}

.description li.nav-item button {
  width: 100%;
  height: 70px;
  background-color: #f1f1f1;
  border-radius: 0;
  font-size: 20px;
  /* font-family: aven !important; */
  font-weight: 600;
  color: #361d32;
}

.description li.nav-item .nav-link.active {
  border: 0;
  background-color: #f7bb1c;
  color: #ffffff;
}

.description .nav-tabs {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 40px;
  margin-bottom: 20px;
}

.description {
  padding: 20px 0 80px 0;
}

.description .tab-content p {
  color: #636363;
  font-weight: 400;
  font-family: "Poppins";
  font-size: 15px;
  line-height: 30px;
}

.productdetailfor .slick-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.productdetailsmallportion img {
  width: auto;
  /* padding: 12px 20px; */
  position: relative;
  z-index: 999999999999999;
  background-color: #fff;
  width: 150px;
  height: 150px;
  margin: 20px auto !important;
  margin: 11px 0;
  object-fit: cover;
  border: 7px solid #fff;
  object-position: top;
  box-shadow: 0 0 3px #0000009c;
}

.productdetailnav {
  width: 100%;
  margin: 0% auto;
  height: 100%;
  overflow: visible;
  margin-top: -70px;
}

/* skin 2 */

.skin-2 .num-in {
  background: #f0f0f0;
  box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
  height: 40px;
  width: 110px;
  float: left;
  border-radius: 12px;
  cursor: pointer;
}

.skin-2 .num-in span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 37px;
  border: none;
  text-align: center;
  background-color: #f0f0f0;
  font-family: "Poppins";
}

.product-detail .num-in {
  background: transparent;
  box-shadow: none;
  width: 75%;
  height: 100%;
}

.product-detail input.in-num {
  height: 60px;
  border: 1px solid #e5e5e5;
  background-color: transparent;
  width: 30%;
  margin: 0 5px;
}

.productdetailsec .btn10 {
  color: white;
}

/* / skin 2 */

/* tabs sec css*/

.description .nav-tabs .nav-link {
  font-size: 19px;
  border: 0px;
  background: #f1f1f1;
  padding: 19px 60px;
  color: #5b5b5b;
  font-family: "Saudagar";
  border-radius: 0;
  font-weight: 400;
  text-transform: capitalize !important;
}

.description .nav-tabs {
  border-bottom: 2px solid #e3e3e3;
}

.description .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  background: #ffac1c;
  color: #ffffff;
}

.tab-pane p {
  color: #333333;
  padding: 15px 0px 0px 0px;
  padding-left: 0;
  font-size: 13px;
  font-family: "helvetica";
  line-height: 20px;
  margin: 0 0 0 0;
}

#myTab .nav-link.active {
  background-color: #2e58a6;
  color: #fff;
}

section.productdetailsec .col-lg-5.col-md-12.col-sm-6.col-xs-12.offset-lg-1 {
  margin-left: 0;
  width: 45%;
}

.iconlist .btn-3:hover::before {
  background: #000;
}

.apparel_innner_box_inp input {
  text-transform: uppercase;
  height: 50px;
  width: 100%;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #cbcbcb;
  appearance: auto;
  padding: 0 30px;
  color: #868686;
  font-weight: 500;
}

.apparel_innner_box {
  position: relative;
}

.apparel_innner_box_radio {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
  display: flex;
  align-items: center;
}

.apparel_innner_box_inp {
  position: relative;
}

.apparel_innner_box_radio input {
  border-radius: 0;
}

.apparel_box {
  margin: 30px 0;
}

.sq-radio {
  display: block;
  position: relative;
  padding-left: 19px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sq-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  background-color: #000;
}

.sq-radio:hover input ~ .checkmark {
  background-color: #241d25;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: block;
}

.sq-radio input:checked ~ .checkmark:after {
  display: block;
  transform: scale(1.2);
}

.sq-radio .checkmark:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #007fff;
}

.sq-radio1 .checkmark:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #ec008c;
}

.sq-radio2 .checkmark:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #1a1a1a;
}

.sq-radio3 .checkmark:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #f7941d;
}

.sq-radio4 .checkmark:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #2e3192;
}

.sq-radio5 .checkmark:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-color: #00aeef;
}

.input-file-container i {
  color: #ffac1c;
  padding-left: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-0, -50%);
  font-size: 26px;
}

section.productdetailsec.sec {
  padding: 100px 0;
}

/* reives */

.description .tab-content input[type="text"] {
  width: 100%;
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #e7e6e6;
  border-radius: 5px;
  color: var(--black-color);
  font-size: 14px;
  line-height: 24px;
  padding: 16px 20px;
  border: 0px;
  margin-bottom: 20px;
}

.description .tab-content textarea {
  width: 100%;
  background-color: transparent;
  box-shadow: 0px 0px 0px 2px #e7e6e6;
  border-radius: 5px;
  color: var(--black-color);
  font-size: 14px;
  line-height: 24px;
  padding: 16px 20px;
  border: 0px;
  margin-bottom: 20px;
  resize: unset;
}

.description .tab-content h6 {
  font-family: "Roboto";
  margin-top: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  color: var(--black-color);
  font-size: 20px;
  margin-bottom: 20px;
}

.rating:not(:checked) > input {
  position: absolute;
  appearance: none;
}

.rating > input:checked ~ label {
  color: var(--secondary-color);
}

.rating:not(:checked) > label:before {
  content: "\f006 ";
  font-family: "fontawesome";
  font-size: 30px;
  margin: 0px 8px;
}

.rev-btn {
  margin-top: 20px;
}

.rating:not(:checked) > label {
  float: right;
  cursor: pointer;
  font-size: 50px;
  color: #666;
  font-family: "Roboto", sans-serif;
}

.rev-btn button {
  padding: 10px 40px;
  border: unset;
  border-radius: 100px;
  background-color: #2e58a6;
  color: #fff;
}

div#reviews button.btn-1.tabs-btn:hover {
  background-color: #000;
}

.description .tab-content textarea::placeholder {
  color: #9e9e9e;
  font-family: "Poppins";
}

.buttn.my-2 a.p-btn {
  display: inline-block;
  padding: 14px 40px;
}

.buttn.my-2 a.p-btn span {
  display: inline-block;
}

.product_top.d-flex.justify-content-between {
  width: 107%;
  align-items: center;
  flex-wrap: wrap;
}

/*about start*/
section.about-pag {
  padding: 100px 0px;
}

.mission-img {
  text-align: center;
  width: 80%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.mission-txt h3 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 10px;
}

.mission-img img {
  width: 100%;
  height: 377px;
  object-fit: cover;
  border-radius: 20px;
}

.mission-txt p {
  font-size: 13px;
  color: #121212;
}

.mission-txt.vis {
  text-align: end;
}

.mission-img::before {
  position: absolute;
  top: -20px;
  left: -20px;
  width: 82%;
  content: "";
  background-color: #2e58a6;
  height: 110%;
  z-index: -1;
  border-radius: 20px;
}

.mission-img.vis::before {
  left: auto;
  right: -20px;
}

/*Footer-Start*/

.footer-sec {
  background: #111111;
}

.dv2footer {
  margin-left: 25px;

  border-right: 1px solid #a7a7a7;

  height: 100%;

  padding: 105px 0 30px;
}

ul.ul1footer li {
  padding: 3px 0px;
}

.dv1footer .logo-text a {
  font-size: 31px;

  line-height: 35px;
}

ul.ul1footer.tw {
  column-count: 2;
}

.dv1footer p {
  margin-top: 27px;

  color: #b7b7b7;

  font-size: 14px;

  font-family: "Montserrat", sans-serif;
}

ul.ul1footer li {
  font-size: 14px;

  font-weight: 500;

  color: #d2d2d2;
}

.footer h3 {
  font-size: 30px;

  text-transform: capitalize;

  color: #dee0e0;

  font-weight: 400;

  margin-bottom: 20px;
}

.footer {
  background-color: #272727;

  padding: 0px 0px 25px;

  margin-top: 50px;
}

ul.ul1ftbottom li a {
  font-size: 18px;

  color: #ffff;

  width: 43px;

  height: 43px;

  border-radius: 50%;

  border: 1px solid #fff;

  display: flex;

  align-items: center;

  justify-content: center;
}

ul.ul1footer li a {
  color: #d2d2d2;

  font-family: "Montserrat", sans-serif;

  text-transform: capitalize;
}

ul.ul2footer li {
  padding: 11px 0px;

  font-size: 12px;

  font-family: "Montserrat";

  font-weight: 500;

  display: flex;

  align-items: center;

  text-transform: capitalize;
}

ul.ul2footer li a {
  color: #c1c1c3;

  font-size: 14px;

  font-family: "Montserrat", sans-serif;
}

ul.ul1footer li a:hover {
  color: #2e58a6;
}

ul.ul1ftbottom li a:hover {
  background-color: #2e58a6;
  color: #000;
  border: unset;
}

ul.ul2footer li i {
  font-size: 23px;

  color: #ffe898;

  margin-right: 18px;
}

.dv3footer {
  margin-left: 35px;

  padding: 101px 0 70px;
}

ul.ul1ftbottom {
  display: flex;

  gap: 15px;

  margin-bottom: 0px;
}

.dv1ftbottom {
  display: flex;

  justify-content: space-between;

  border: 1px solid #a7a7a7;

  padding: 25px 35px;

  align-items: center;

  border-radius: 10px;

  background-color: #232323;
}

.dv1ftbottom p {
  margin-bottom: 0px;

  font-size: 15px;

  color: #d2d2d2;

  font-family: "Montserrat", sans-serif;

  font-weight: 500;
}

ul.ul2footer li img {
  margin-right: 19px;

  object-fit: scale-down;

  width: 20px;

  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%)
    hue-rotate(291deg) brightness(105%) contrast(105%);
}

.dv1footer {
  padding: 65px 0 95px;

  height: 100%;

  border-right: 1px solid #a7a7a7;

  padding-right: 40px;
}

/*Footer-End*/
/*testimoinal css start*/

/*testimonial start*/

.test-img img {
  width: 100px;

  filter: drop-shadow(10px 5px 0px #2e58a6);

  border-radius: 50%;

  border: 3px solid white;
}

.test-slide .slick-active {
  opacity: 1;
}

section.testimonial {
  padding: 100px 0px;
}

.test-txt {
  text-align: center;

  margin-bottom: 30px;
}

.test-txt h3 {
  font-size: 82px;

  line-height: 72px;

  color: #000000;

  font-weight: 400;
}

.test-txt p {
  font-size: 14px;

  color: #262626;

  font-family: "Montserrat";

  width: 43%;

  margin: 0 auto;
}

.test-img {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 40px;
}

.test-main-bx:before {
  position: absolute;

  top: 60px;

  right: 100px;

  background-image: url(../images/quote.png);

  width: 41%;

  height: 58%;

  background-size: cover;

  background-repeat: no-repeat;

  content: "";

  z-index: 999;
}

.test-img ul {
  display: flex;

  align-items: center;

  margin-bottom: 0;
}

.test-img ul li a i {
  color: #fd8f00;

  font-size: 20px;
}

.test-main-bx p {
  font-size: 13px;

  font-family: "Montserrat";

  color: #6f6f6f;

  line-height: 22px;
}

.test-main-bx h5 {
  font-size: 21px;

  color: #000000;

  line-height: 27px;

  font-weight: 400;
}

.test-main-bx h5 span {
  display: block;
  font-size: 15px;
  color: #000000d6;
  font-family: "Montserrat";
  font-weight: 500;
}

.test-main-bx {
  background-color: #fff;
  padding: 35px 50px;
  box-shadow: 0 0 2px #00000096;
  margin: 30px 0px;
  position: relative;
  background-image: url(../images/big_comma.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 350px;
}

.test-slide .slick-prev {
  position: absolute;
  left: -40px;
  position: absolute;
}

.test-slide .slick-next {
  right: -10px;
}

.test-slide .slick-prev:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 53px;
  height: 50px;
  font-size: 20px;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background-image: url(../images/left-arrow.png);
  background-size: cover;
  transform: rotate(0deg);
}

.test-slide .slick-next:before {
  position: absolute;
  top: 0;
  width: 53px;
  height: 50px;
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  left: 0;
  background-image: url(../images/right-arrow.png);
  background-size: cover;
}

.test-slide .slick-dots li.slick-active button:before {
  border: 1px solid #175151;
  opacity: 1;
  border-radius: 10px;
  color: #175151;
  font-size: 12px;
}

.test-slide.slick-dots li button:before {
  color: #2883c5;
  opacity: 1;
  font-size: 8px;
}

.test-slide li.slick-active {
  opacity: 1;
}

.test-slide .slick-dots li {
  width: 0;
}

.test-slide ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  margin-bottom: -10px;
}

.test-slide .slick-dots li button:before {
  color: #dfdfdf;
  opacity: 1;
  font-size: 13px;
}

.test-main-bx::after {
  position: absolute;
  content: "";
  height: 60px;
  width: 3px;
  background-color: #2e58a6;
  bottom: 40px;
  left: 0;
}

/*testimonial end*/
/*contact-sec start*/
section.contact-sec {
  padding: 80px 0px;
  background-image: url(../images/cont-bg.jpg);
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cont-txt-sec h3 {
  font-size: 56px;
  color: #fff;
  line-height: 56px;
  font-weight: 400;
  margin-bottom: 50px;
  position: relative;
}

.cont-txt-sec h3::before {
  position: absolute;
  bottom: -9px;
  left: 0;
  width: 157px;
  height: 3px;
  content: "";
  background-color: #2e58a6;
}

.cont-txt-sec form input {
  width: 100%;
  padding: 10px 0px;
  border-bottom: 1px solid #6c7e8b !important;
  margin-bottom: 20px;
  color: #fff;
  background-color: unset;
  outline: none;
  border: unset;
}

.cont-txt-sec form textarea {
  width: 100%;
  padding: 60px 0 10px 0px;
  border-bottom: 1px solid #6c7e8b !important;
  margin-bottom: 20px;
  color: #fff;
  height: 100px;
  border: unset;
  background-color: unset;
  outline: none;
  resize: none;
}

.cont-txt-sec form input::placeholder,
.cont-txt-sec form textarea::placeholder {
  color: #fff;
}

section.contact-sec::after {
  position: absolute;
  left: 69px;
  top: 0;
  height: 100%;
  width: 48%;
  background-color: #ffffff33;
  z-index: 0;
}

.cont-txt-sec form p .wpcf7-submit {
  background: #2e58a6;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 40px;
  width: fit-content;
  gap: 30px;
  width: auto;
  border: 0px;
  position: relative;
}

.cont-txt-sec {
  position: relative;
  z-index: 1;
  width: 95%;
  padding: 0 40px;
}

.cont-txt-sec::before {
  position: absolute;
  left: 0;
  top: -80px;
  height: 137%;
  width: 116%;
  content: "";
  background-color: #ffffff33;
  z-index: -1;
}

.test-main-bx:hover {
  background-color: #2e58a6;
}

.test-main-bx:hover * {
  color: #fff;
}

.test-main-bx:hover * ul li a i {
  color: #fff;
}

.dv1ftbottom.banner_right_ul1 img {
  object-fit: scale-down;
  width: fit-content;
}

ul.ul1ftbottom li a i {
  font-size: 15px;
}

i.fa-solid.fa-user {
  color: #555760;
  font-size: 17px;
}

button.theme_btn {
  border: navajowhite;
}

.contact_detail_box a {
  display: block;
}

p.chica {
  font-family: "Chicago";
  font-size: 18px;
}

.hdr_logo a img {
  width: 210px;
  height: 140px;
  object-position: center;
  object-fit: contain;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.hdr_logo {
  width: fit-content;
  background: #fff;
}

.hdr_logo a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

ul.hdr li a {
  font-size: 18px;
  color: #000;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid #0000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

ul.hdr li a {
  color: #d2d2d2;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

ul.hdr {
  display: flex;
  gap: 15px;
  margin-bottom: 0px;
  align-items: center;
  justify-content: end;
}

.check_selec select {
  width: 100%;
  height: 45px;
  border: 1px solid #c5c5c5;
  margin-bottom: 20px;
  padding-left: 15px;
  background-color: #fff0;
  border-radius: 0px;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins";
  appearance: auto;
}

.check-menu ul li.nav-item .nav-link {
  border-right: none !important;

  font-size: 25px;
}

.check-menu ul li.nav-item .nav-link.active {
  color: #fff;
  background-color: #2e58a6;
  border-right: 1px solid #2e58a6 !important;
}

.check-menu ul {
  justify-content: center;
  gap: 20px;
}

.check_selec textarea {
  width: 100%;
  height: 145px;
  border: 1px solid #c5c5c5;
  margin-bottom: 20px;
  padding-left: 15px;
  background-color: #fff0;
  border-radius: 0px;
  font-size: 14px;
  color: #8d8d8d;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins";
  padding-top: 20px;
}

.dv1footer a img {
  width: 38%;
  background: #fff;
}

.blog-image img {
  height: 350px;
}

.blog-text ul {
  gap: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px 0px;
}

.blog-text ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-text ul li p {
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
  padding: 0;
  border: navajowhite;
}

.blog-text ul li i {
  color: #2e58a6;
  font-size: 20px;
}

.blog-text h4 {
  color: #000;
}

.blog-text {
  padding: 0 30px 30px 0px;
  border-radius: 10px;
}

.blog_box_image img {
  border-radius: 10px;
  height: 300px;
}

.blog_box {
  box-shadow: 1px 1px 20px 2px #00000033;
  border-radius: 10px;
  margin: 20px 0;
}

.blog-text a {
  text-transform: uppercase;
  border-bottom: 1px solid;
}

.blog-list-card {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  box-shadow: 0 0 20px 0 #0000002b;
  transition: ease-in;
  transition-duration: 0.2s;
}

.blog-list-card:hover {
  background-color: #2e58a6;
  transition: ease-out;
  transition-duration: 0.2s;
}

.blog-list-card-txt h5 {
  font-family: "Montserrat";
  font-size: 16px;
  line-height: 25px;
  width: 70%;
}

.blog-list-card-user-icon-main ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.blog-list-card-user {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.blog-list-card-user-img img {
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  object-fit: cover;
}

.blog-list-card-user-txt p {
  color: #c4c4c4;
  font-weight: 500;
  margin: 0;
}

.blog-list-card-user-txt h6 {
  font-family: "Montserrat";
  font-size: 14px;
  line-height: 20px;
  margin: 0;
  font-weight: 600;
}

.blog-list-card-txt-main {
  padding: 0 20px 0 0;
}

.blog-list-card-img img {
  height: 180px;
  width: 270px;
  object-fit: cover;
}

.blog-list-card:hover .blog-list-card-txt-main * {
  color: #fff;
}

.blog-list-card:hover .blog-list-card-icon a img {
  filter: brightness(100);
}

.blog-list-card-main {
  margin: 0 0 20px 0;
}

.blog-card {
  position: relative;
}

.blog-card-txt-main {
  position: absolute;
  bottom: 0;
  width: 90%;
  margin: 0 auto 30px auto;
  right: 0;
  left: 0;
}

.blog-card-txt-main * {
  color: #fff !important;
}

.blog-card-txt-main h5 {
  width: 50%;
}

.blog-card::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(76, 175, 80, 1) 5%,
    rgba(76, 175, 80, 0) 90%
  );
  transition: ease-in;
  transition-duration: 0.2s;
}

.blog-card-txt-main .blog-list-card-icon a img {
  filter: brightness(100);
}

.blog-card-img img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}

.blog-card-main:hover .blog-card::before {
  background: linear-gradient(
    0deg,
    rgba(76, 175, 80, 1) 25%,
    rgba(76, 175, 80, 0) 100%
  );
  transition: ease-out;
  transition-duration: 0.2s;
}

section.blog-sec .blog-space {
  margin-top: 30px;
}

.blog-detail-card-heading-user {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-detail-search-main {
  position: relative;
  width: 100%;
  margin: 0 0 50px 0;
}

.blog-detail-card-heading {
  margin-top: 40px;
  width: 80%;
  font-size: 50px;
}

.blog-detail-search input {
  width: 100%;
  padding: 0 80px 0 20px;
  height: 60px;
  border: 1px solid #2e58a6;
  outline: none;
  border-radius: 5px;
}

.blog-detail-search-icon button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 60px;
  border-radius: 5px;
  background-color: #2e58a6;
  border: none;
  color: #fff;
  font-size: 20px;
}

.blog-detail-search-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.blog-detail-recent-main .blog-list-card-img img {
  height: 121px;
}

.blog-detail-recent-main .blog-list-card-txt h5 {
  font-size: 13px;
  line-height: 22px;
  width: 100%;
  margin: 5px 0;
}

.blog-detail-recent-main .blog-list-card-user-txt h6 {
  font-size: 9px;
  line-height: 12px;
}

.blog-detail-recent-main .blog-list-card-user-txt p {
  font-size: 9px;
  line-height: 12px;
}

.blog-detail-recent-main .blog-list-card-user {
  gap: 10px;
}

.blog-detail-recent-main .blog-list-card {
  box-shadow: 0 0 0 0 #0000;
}

.blog-detail-tags-key span {
  font-size: 10px;
  line-height: 10px;
  color: #000;
  font-family: "Montserrat";
  text-transform: uppercase;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  height: 25px;
  background-color: #fafafa;
  border-radius: 100px;
  transition: ease-in;
  transition-duration: 0.2s;
}

.blog-detail-tags-key span:hover {
  background-color: #2e58a6;
  color: #fff;
  transition: ease-out;
  transition-duration: 0.2s;
}

.blog-detail-recent,
.blog-detail-tags {
  margin: 0 0 30px 0;
}

.blog-detail-card-main {
  padding: 0 40px 0 0;
}

.blog-detail-card-img img {
  height: 510px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.blog-detail-search-recent-tags-main {
  position: relative;
}

.blog-detail-search-recent-tags-main::before {
  content: "";
  position: absolute;
  top: -11%;
  left: -6%;
  border-left: 1px solid #0000001c;
  height: 821px;
}

.blog-detail-recent-main {
  position: relative;
}

.blog-detail-recent-main::before {
  content: "";
  position: absolute;
  top: -3%;
  left: -6%;
  border-top: 1px solid #0000001c;
  width: 800px;
}

.blog-detail-tags-main {
  position: relative;
}

.blog-detail-tags-main::before {
  content: "";
  position: absolute;
  top: 27%;
  left: -6%;
  border-top: 1px solid #0000001c;
  width: 800px;
}

.blog-detail-card-heading h4 {
  font-size: 40px;
  color: #000;
}

.blog-list-card-user-icon-main ul li p {
  margin: 0;
}

.blog-list-card-user ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.blog-list-card-user ul li i {
  border: 1px solid black;
  padding: 15px;
  border-radius: 100px;
}

.blog-list-card-user ul li p {
  margin: 0;
}

.blog-list-card-user ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-detail-card-main h4 {
  color: #000;
  font-weight: 600;
}

.blog-detail-card-main b {
  font-weight: bolder;
  color: #000;
}

/*Faq Start*/

.menuSec.chg {
  background: #000;
}

.frequently-asked-questions {
  background: #172572;
  text-align: center;
  padding: 100px 0 180px;
}

.frequently-asked-questions-box h2 {
  font-size: 25px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 600;
}

.frequently-asked-questions-box h3 {
  font-size: 40px;
  color: #fff;
  margin-bottom: 16px;
  margin-top: 10px;
}

.frequently-asked-questions-box p {
  color: #fff;
  width: 60%;
  margin: 0 auto;
}

.frequently-asked-questions-box ul {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.frequently-asked-questions-box ul li a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  color: #29292d;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
}

.buzzing-universe-overview-sec .row {
  justify-content: center;
}

.buzzing-universe-overview-faqs-box {
  background: #fff;
  padding: 100px 0;
}

.buzzing-universe-overview-sec {
  margin-top: 0;
}

.buzzing-universe-overview-faqs-box h2 {
  text-align: center;
  color: #2e58a6 !important;
  font-size: 35px;
  font-weight: 600;
}

.buzzing-universe-overview-sec .accordion-item:not(:first-of-type) {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.buzzing-universe-overview-sec .accordion-item {
  margin: 0 0 15px;
  border-radius: 8px !important;
}

.buzzing-universe-overview-sec .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #2e58a6;
}

.buzzing-universe-overview-sec .accordion-button {
  font-size: 16px;
  font-weight: 600;
  color: #626c72;
  line-height: 30px;
  border-radius: 8px !important;
}

.buzzing-universe-overview-sec .accordion-button:focus {
  border-color: inherit;
  box-shadow: none;
}

.buzzing-universe-overview-sec .accordion-button:not(.collapsed)::after {
  filter: invert(1) brightness(73.5);
}

.buzzing-universe-overview-sec .accordion-body p {
  margin: 0;
  color: #6f787e;
  font-size: 15px;
}

.banner-text.faqtxt h1 {
  font-size: 60px;
}

/*Faq End*/
