@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=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/***** General CSS *****/
html {
    overflow-x: hidden;
}
body {
  word-break: break-word;
  font: 15px/25px;
  color: #393939;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 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;
}

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

/***** Font Files *****/

@font-face {
  font-family: "cutmark";
  src: url(../fonts/cutmark.ttf);
  font-weight: 400;
  font-style: normal;
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.mt-5 {
  margin-top: 50px;
}

.mb-5 {
  margin-bottom: 50px;
}

.mt-8 {
  margin-top: 80px;
}

.mt-4 {
  margin-top: 40px;
}

.mt-3 {
  margin-top: 30px;
}

.mt-2 {
  margin-top: 20px;
}

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

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

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

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

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

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

.m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.all-section {
  padding: 80px 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.d-flex {
  display: flex;
  align-items: center;
}

.over-flow-h {
  overflow: hidden;
}

.modal {
    z-index: 9999999;
}
/* 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;
}
.btn10 {
  border: 1px solid #a30000 !important;
  text-align: center;
  position: relative;
  overflow: hidden !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #a30000 !important;
  z-index: 10;
  display: inline-block;
  color: #fff;
  padding: 20px 20px;
  border-radius: 10px;
  font-size: 17px;
  font-family: Poppins;
  font-weight: 400;
}

.btn10:hover {
  border: 1px solid #a30000 !important;
  color: #fff !important;
}

.btn10::before {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #a30000;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 1;
  top: 0;
  z-index: -12;
  -moz-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.7s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10::after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: #fff;
  position: absolute;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  left: -10%;
  opacity: 0;
  top: 0;
  z-index: -15;
  -webkit-transition: all 0.94s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -moz-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  -o-transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  transition: all 0.4s cubic-bezier(0.2, 0.95, 0.57, 0.99);
  box-shadow: 2px 0 14px rgba(0, 0, 0, 0.6);
  border-color: #a30000 !important;
}

.btn10:hover::before,
.btn1O:hover::before {
  opacity: 1;
  width: 116%;
}

.btn10:hover::after,
.btn1O:hover::after {
  opacity: 1;
  width: 120%;
}

.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;
}

h1 {
  font-family: "cutmark";
  font-size: 55px;
  line-height: 70px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 15px;
  text-transform: uppercase;
}

h2 {
  font-family: "cutmark";
  font-size: 60px;
  line-height: 60px;
  color: #121313;
  font-weight: 500;
  margin: 0 0 15px;
  text-transform: uppercase;
}

h3 {
  font-family: "cutmark";
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Poppins", Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Poppins", Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

p {
  color: #979797;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}
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;
}

/* Header Start */

.header-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    margin: 0 auto;
}

.menuSec img {
  margin: 0;
}

.meun-sec-button {
  float: right;
}
.meun-sec-button button {
  border: 1px solid #334a55;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: none;
}
.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

header {
  position: absolute;
  width: 100%;
  z-index: 999;
}

.menuSec {
  border-bottom: 1px solid #394f5a;
  padding: 18px 0;
}
.header-logo a img {
    width: 100%;
    height: 60px;
    object-fit: contain;
    /* display: flex;*/
    /* align-items: center; */
    /* background-color: #fff; */
    /* padding: 5px; */
    /* border-radius: 5px; */
    /* overflow: hidden; */
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #393939;
  padding: 8px 22px;
  font-size: 16px;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

/* Full Page Popup */
.meun-popup-box .popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  z-index: 999999999999;
}

.meun-popup-box .popup.show {
  opacity: 1;
  visibility: visible;
}

.meun-popup-box .popup.show .popup-content {
  text-align: center;
}
.meun-popup-box .popup-content ul li a {
  color: #fff;
  font-size: 25px;
}

.meun-popup-box .popup-content ul {
  line-height: 60px;
}
.meun-popup-box .close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  transition: 0.5s;
}

.meun-popup-box v.close-btn:hover {
  color: #fa9e24;
  transition: 0.5s;
}

/* Header Ends */

/* Banner start */

.main-banner-img {
  width: 100%;
  object-fit: cover;
  height: 785px;
  animation: zoomInOut 20s infinite ease-in-out;
  transition: transform 0.3s;
}

.banner_text h1 span {
  display: block;
  font-size: 75px;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators {
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 22%;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.main-banner-box ul li h2 {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  margin: 0;
  line-height: 25px;
}
.main-banner-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-banner-box p {
  color: #a7a7a7;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 0;
  padding-top: 10px;
  margin-top: 10px;
  position: relative;
}

.btn-shine {
  background: linear-gradient(to right, #fff 0, #f9a125, #f9a125 33%, #fff 0%);
  background-position: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shine 7s infinite linear;
  animation-fill-mode: forwards;
  -webkit-text-size-adjust: none;
  text-decoration: none;
}

@keyframes shine {
  0%,
  100% {
    background-position: 0;
  }

  10% {
    background-position: 50px;
  }

  20% {
    background-position: 100px;
  }

  30% {
    background-position: 150px;
  }

  40% {
    background-position: 200px;
  }

  50% {
    background-position: 250px;
  }

  60% {
    background-position: 300px;
  }

  70% {
    background-position: 350px;
  }

  80% {
    background-position: 400px;
  }

  90% {
    background-position: -450px;
  }
}

.main-banner-box p:before {
  content: "";
  position: absolute;
  background: #474849;
  width: 100%;
  height: 1px;
  top: 0;
}

.main-banner-box p:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 20%;
  height: 1px;
  left: 0;
  top: 0;
}
.main-banner-box {
  width: 85%;
  margin: 0 auto;
}

.banner_text {
  width: 80%;
  position: relative;
  z-index: 1;
}

@keyframes zoomInOut {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

.banner_text p {
  color: #e0e6e8;
  padding-top: 18px;
  font-weight: 500;
  margin-bottom: 18px;
  position: relative;
  margin-top: 10px;
}
.banner_text p:after {
  content: "";
  position: absolute;
  background: #fff;
  width: 35%;
  height: 2px;
  top: 0;
  left: 0;
}
.banner_text p:before {
  content: "";
  position: absolute;
  background: #395d68;
  width: 350%;
  height: 2px;
  top: 0;
}
section.main_slider {
  overflow: hidden;
  position: relative;
}
.main-banner-sec {
  position: absolute;
  bottom: 40px;
  width: 85%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9999;
}
.theme-btn-1 {
  background: #fa9e24;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  height: 50px;
  width: fit-content;
  padding-right: 8px;
}
.theme-btn-2 {
  background: #fa9e24;
  border-radius: 50px;
  border: 1px solid #fff;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 50px;
  width: fit-content;
}
.theme-btn-arrow {
  background: #ffff;
  margin-left: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
section.main_slider:before {
  content: "";
  position: absolute;
  background-image: url(../images/banner-shadow.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  z-index: 1;
}

.modal-header h1.modal-title.fs-5 {
    color: #000;
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 600;
    text-transform: capitalize;
}

.contact-input input, .contact-input select, .textaryea textarea {
    height: 40px;
    border-radius: 5px;
    border: 1px solid #00000029;
    padding: 0 20px;
    margin: 5px 0;
    font-size: 14px;
    width: 100%;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: capitalize;
}


.contact-input select {
    cursor: pointer;
}

.selectbox {
    position: relative;
}

.selectbox i {
    position: absolute;
    top: 30%;
    right: 3%;
    font-size: 16px;
    color: #000;
}

.textaryea textarea {
    height: 100px;
    resize: none;
    padding: 10px;
}

/* Banner Ends */

/* About Us Start */

.about-us-sec {
  padding: 100px 0;
}
.about-us-images-box img {
  width: 100%;
  height: 515px;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 #0000005e;
  margin-top: 8px;
}
.about-us-images-box p {
  color: #949494;
  width: 65%;
  margin-bottom: 0;
  margin-top: 20px;
}
.about-us-text-box {
  margin-top: 80px;
}
.about-us-text-box h2 {
  font-size: 16px;
  color: #f39c22;
  line-height: 30px;
}
.about-us-text-box {
  margin-left: 10px;
}
.about-us-text-box p {
  margin-bottom: 8px;
}
.about-us-text-box ul {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.about-us-text-box ul li p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
}
.about-us-text-box ul li h2 {
  line-height: 22px;
  margin-bottom: 2px;
  color: #141515;
  font-weight: 600 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 15px;
}
.about-us-text-box ul li img {
  width: 18px;
  height: 14px;
  object-fit: contain;
}
.about-us-text-images {
  margin-left: -220px;
  background: #fff;
  padding: 18px;
  border-radius: 10px;
  margin-top: 10px;
}
.about-us-text-images img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: 100% 40%;
  border-radius: 10px;
}
.about-us-counter-number-row {
  margin-top: 50px;
}
.about-us-number ul li h2 {
  font-size: 70px;
  color: #f59c22;
  margin-bottom: 0;
}
.about-us-number ul {
  display: flex;
  align-items: center;
  gap: 80px;
  position: relative;
  padding: 10px 0;
}
.about-us-number ul:before {
  content: "";
  position: absolute;
  border-left: 2px dashed #d9dfd8;
  width: 2px;
  height: 100%;
  left: 48%;
  margin: 0 auto;
}
.about-us-number.chg2 ul:before {
  left: 29%;
}
.about-us-number ul li span {
  color: #666666;
  font-size: 22px;
  font-weight: 500;
  font-family: "cutmark";
}
.about-us-number.chg-3 ul:before {
  left: 44%;
}
/* About Us Ends */

/* Our Services Start  */

.our-services-heading h2 {
  margin-bottom: 0;
}
.our-services-heading {
  text-align: center;
  background: #000;
  padding: 18px 0;
}
.our-services-heading h2 {
  color: #fff;
}
.our-services-boxs {
  margin-top: 55px;
  position: relative;
}
.our-services-boxs:hover .our-services-text {
  background: #fba124;
  transition: 0.5s;
}

.our-services-images img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  border-radius: 8px;
}
.our-services-number {
  position: absolute;
  bottom: 0;
}
.our-services-number span {
  background: #fc9e24;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  font-family: "cutmark";
  font-size: 18px;
}
.our-services-images {
  width: 90%;
}
.our-services-text h2 {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}
.our-services-text {
  position: absolute;
  bottom: -40px;
  background: #fff;
  right: 0;
  width: 83%;
  padding: 20px;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  box-shadow: 0 0 8px 0 #00000017;
  height: 247px;
  transition: 0.5s;
}
.our-services-boxs:hover .our-services-text * {
  color: #ffff;
}
.our-services-text p {
  font-size: 13px;
  line-height: 22px;
  margin-bottom: 0;
}
.our-services-boxs.chg {
  margin-top: 90px;
}

/* Our Services Ends  */

/* Fulfillment By Vogue Start */
.true-fulfillment-box.chg p {
  width: 100%;
}
.fulfillment-by-vogue-sec {
  background-image: url(../images/fulfillment-by-vogue-back.jpg);
  width: 100%;
  height: 750px;
  background-size: cover;
  margin-top: 150px;
  overflow: hidden;
}
.fulfillment-by-vogue-text {
  background: #fff;
  margin-left: 80px;
  padding-bottom: 20px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.fulfillment-by-vogue-text h3 {
  font-size: 43px;
  line-height: 45px;
  border-bottom: 1px solid #e5e5e5;
  padding: 5px 25px 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.fulfillment-by-vogue-text h3 span {
  display: block;
}
.fulfillment-by-vogue-text .accordion-button {
  padding: 0px 20px;
  font-size: 1rem;
  color: #212529;
  text-align: left;

  font-size: 20px;
  text-transform: uppercase;
  color: #131414;
}
.fulfillment-by-vogue-text .accordion-item {
  background-color: #fff;
  border: none !important;
  margin-bottom: 10px;
}
.fulfillment-by-vogue-text .accordion-body {
  padding: 8px 20px;
  font-size: 13px;
  color: #a5a5a5;
  font-weight: 600;
  line-height: 22px;
}
.fulfillment-by-vogue-text .accordion-button:not(.collapsed) {
  color: #131414;
  background-color: inherit !important;
  box-shadow: none !important;
}
.fulfillment-by-vogue-text .accordion-button::after {
  content: "\f067";
  position: absolute;
  background-image: inherit !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.fulfillment-by-vogue-text .accordion-button::after {
  right: 20px;
  top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #ebebeb;
  color: #171616;
  content: "\f0d8";
  position: absolute;
  background-image: inherit !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.fulfillment-by-vogue-text .accordion-button:not(.collapsed)::after {
  background-image: inherit !important;
  transform: rotate(-180deg);
  background: #fc9e24;
  color: #fff;
}
.fulfillment-by-vogue-text .accordion-button:focus {
  z-index: 3;
  border-color: initial;
  outline: 0;
  box-shadow: inherit;
}

/* Fulfillment By Vogue Ends */

/* True Fulfillment Start */

.true-fulfillment-sec {
  padding: 100px 0;
}
.true-fulfillment-heading {
  text-align: center;
}
.true-fulfillment-box p {
  font-size: 14px;
  margin-bottom: 0;
  line-height: 23px;
  width: 97%;
}
.true-fulfillment-box h2 {
  font-size: 20px;
  margin-bottom: 8px;
  line-height: 30px;
}
.true-fulfillment-box img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin-bottom: 15px;
}
.true-fulfillment-box {
  border-right: 1px solid #e5e5e5;
  padding-right: 10px;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.true-fulfillment-box.chg {
  border-right: none;
}
.true-fulfillment-sec .container-fluid {
  padding: 0 3%;
}

/* True Fulfillment Ends   */

/* Frequently Asked Question Start */

.frequently-asked-question-sec .row {
  background-image: url(../images/frequently-asked-question-back.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  border-radius: 12px;
  justify-content: end;
}
.frequently-asked-question-sec .col-lg-10.col-md-10.col-12 {
  padding: 0;
}
.frequently-asked-question-heading h2 span {
  display: block;
}
.frequently-asked-question-heading h2 {
  color: #fff;
  margin-bottom: 25px;
}
.frequently-asked-question-heading p {
  width: 65%;
  margin: 0 0 0 auto;
}
.frequently-asked-question-heading {
  text-align: end;
  padding-top: 40px;
  padding-right: 50px;
}
.frequently-asked-question-faqs .accordion-item {
  background-color: inherit !important;
  border: none !important;
}
.frequently-asked-question-faqs {
  background: #fff;
  padding: 15px;
  border-top-left-radius: 10px;
  margin-top: 35px;
}
.frequently-asked-question-faqs .accordion-item {
  background-color: inherit !important;
  border: 1px solid #e1e1e1 !important;
  margin-top: 10px;
  border-radius: 8px !important;
}
.frequently-asked-question-faqs .accordion-button {
  color: #131414;
  font-size: 15px;
  text-transform: uppercase;
  background: none !important;
  line-height: 40px;
}
.frequently-asked-question-faqs .accordion-button:not(.collapsed) {
  background-color: inherit !important;
  box-shadow: inherit !important;
  color: #131414;
}
.accordion-button:not(.collapsed)::after {
  background-image: inherit !important;
  transform: rotate(-180deg);
  background: #fba124;
  color: #fff;
}
.accordion-button::after {
  right: 20px;
  top: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #ebebeb;
  color: #171616;
  content: "\f0d8";
  position: absolute;
  background-image: inherit !important;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
.accordion-body {
  padding: 0rem 20px 20px;
  color: #979797;
  font-size: 14px;
  font-weight: 500;
}
.accordion-button:focus {
  z-index: 3;
  border-color: inherit !important;
  outline: 0;
  box-shadow: inherit !important;
}

/* Frequently Asked Question Ends */

/* What People Say Start */

section.testimonials {
  position: relative;
  padding: 80px 0px 100px;
  overflow: hidden;
}

.slider-for .box-card .quote {
  display: none !important;
}

section.testimonials .box-card {
  box-sizing: border-box;
  position: relative;
}
section.testimonials .mainSlider {
  position: relative;
}

section.testimonials .mainSlider .item {
  margin: 0px;
}

section.testimonials .slick-list.draggable {
  padding: 0px !important;
}

section.testimonials .item {
  opacity: 1;
}

section.testimonials .box-card .quote {
  display: inline-block;
  position: absolute;
  top: -20px;
}

section.testimonials .box-card .quote i {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  box-shadow: 0px 0px 18px 7px #2222221c;
  transition: 0.9s;
  font-size: 18px;
}

section.testimonials .box-card ul.rating {
  justify-content: flex-start;
  align-items: center;
  margin: 0px 0 20px;
  display: flex;
  gap: 5px;
}

section.testimonials .box-card ul.rating li a i {
  color: #fd8f00;
  font-size: 15px;
}
section.testimonials .box-card .descrp {
  margin-bottom: 30px;
}

section.testimonials .box-card .descrp p {
  font-size: 14px;
  line-height: 25px;
}

section.testimonials .box-card .authr-det {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.testimonials .box-card .authr-det h5 {
  margin: 0px;
  font-size: 18px;
  color: #000;
  line-height: 18px;
  font-weight: 500;
  font-family: "cutmark";
  text-transform: uppercase;
  margin-bottom: 5px;
}

section.testimonials .box-card .authr-det p {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px !important;
  color: #343434;
}

section.testimonials .mainSlider .box-card {
  padding: 50px 40px 40px 40px;
  background: #131414;
  margin: 0px 0px 0px 0px;
  border-radius: 10px;
  height: 364px;
}

section.testimonials .simSlidDs .item {
  margin: 5px 0;
}

section.testimonials .simSlidDs .item .box-card {
  box-shadow: unset;
  padding: 20px 10px;
}
section.testimonials .simSlidDs .item .box-card ul.rating {
  margin: 10px 0 10px;
}

section.testimonials .simSlidDs .item .box-card ul.rating li a i {
  font-size: 13px;
}

section.testimonials .simSlidDs .item .box-card .quote i {
  box-shadow: unset;
  background: transparent;
}

section.testimonials .coright {
  position: relative;
}

section.testimonials .simSlidDs .slider-nav {
  margin: 0px;
}

section.testimonials .simSlidDs .slider-nav {
  margin: 0px;
}

section.testimonials .simSlidDs .item .box-card h5 {
  font-size: 16px;
  font-weight: 600;
  color: #0a0f17;
  margin-bottom: 0;
}

section.testimonials .mainSlider .box-card p {
  color: #e0e0e0;
  opacity: 100%;
  font-weight: 400;
  line-height: 28px;
}

section.testimonials .mainSlider .box-card h5 {
  color: #fff;
}

section.testimonials .item .box-card ul.rating li:last-child a i {
  opacity: 50%;
}
.testiminials-heading {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.testiminials-heading h2 {
  margin-bottom: 10px;
}
.auth-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9b9b9;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #000;
}

.simSlidDs .box-card .descrp {
  margin-bottom: 20px !important;
}
.auth-img img {
  width: 16px;
  height: 20px;
  object-fit: contain;
}

/* What People Say Ends */

/* Footer Start  */

footer {
  overflow: hidden;
}

.footerWrap {
  width: 100%;
  margin: 0px 0px 0px auto;
}

.footer-top {
  position: relative;
  padding: 65px 0;
  background: #191919;
  padding-right: 30px;
}

.footer-top .row {
  align-items: center;
}

.footer-top h2 {
  margin: 0;
  letter-spacing: 2px;
  font-size: 60px;
  line-height: 69px;
  color: #ffffff;
}
.news-frm form input::placeholder {
  color: #fff !important;
}

.news-frm {
  position: relative;
  width: 100%;
}

.news-frm form {
  display: flex;
  width: 100%;
  border: 1px solid #535454;
  padding: 0px 0px 0px 20px;
  border-radius: 50px;
}

.news-frm form input {
  width: 80%;
  background: transparent;
  border: 0px;
  font-weight: 400;
  color: #fff;
}

.news-frm form input::placeholder {
  color: #fff;
  opacity: 50%;
}

.news-frm form button {
  display: inline-block;
  padding: 16px 15px;
  width: 25%;
  border: 0px;
  background: #f09b21;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  transition: 0.2s;
  border-radius: 50px;
}

.news-frm form button:hover {
  opacity: 80%;
}

.news-frm form input:focus {
  border: 0px;
  box-shadow: unset;
  outline: unset;
}

.footer-bottom {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #424242;
  background: #191919;
  text-align: center;
}

.footer-bottom ul {
  margin: 0px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.footer-bottom ul li a {
  font-size: 14px;
  line-height: 24px;
  opacity: 50%;
  transition: 0.2s;
}

.footer-bottom ul li a:hover {
  opacity: 1;
}

.footer-bottom ul li span {
  opacity: 40%;
}

.footer-bottom p {
  font-size: 14px;
  color: #585959;
}

footer .social-links {
  text-align: center;
  margin-bottom: 10px;
  font-family: "cutmark";
  font-size: 28px;
}

.footer-center {
  position: relative;
  background: #191919;
  border-top: 1px solid #424242;
}

.footer-center .footer-ab {
  padding: 80px 0px 40px 100px;
  position: relative;
  height: 100%;
}

.footer-center .footer-ab .onlinbtn {
  display: inline-block;
}

.footer-center .footer-ab .onlinbtn button {
  border: 1px solid #5a5b5b;
  padding: 12px 50px;
  background: transparent;
  font-weight: 400;
  color: #5a5b5b;
  font-family: "Montserrat", sans-serif;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}

.social-links a {
  color: #fff !important;
}

footer .info {
  position: relative;
  padding: 70px 0px;
  height: 100%;
}

.chg {
    padding: 70px 70px 70px 0px !important;
}

footer .info h4 {
  font-size: 25px;
  line-height: 39px;
  margin-bottom: 30px;
  font-family: "cutmark";
  color: #fff;
  text-transform: uppercase;
}

footer .info ul li a {
  gap: 12px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff !important;
}

.info.infomils {
  padding-left: 0;
  position: relative;
}

.info.chg:before {
  content: "";
  position: absolute;
  background: #424242;
  width: 1px;
  height: 100%;
  top: 0;
  right: 5px;
}

.info.infophoens:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: -30px;
  background: #424242;
  top: 0;
}
.info.infomils:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 25px;
  background: #fff;
  opacity: 20%;
  top: 0;
}

/* Footer Ends */












/*Media Query Starts*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {}

@media only screen and (min-width: 1501px) and (max-width: 1600px) {

/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */




}

@media only screen and (min-width: 1401px) and (max-width: 1500px) {

    
/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */


}

@media only screen and (min-width: 1301px) and (max-width: 1400px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */


}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {


/* Fonts css Starts */

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

/* Home css Ends */


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {



/* Fonts css Starts */

h1 {
    font-size: 50px;
    line-height: 65px;
}

h2 {
    font-size: 40px;
    line-height: 40px;
}

p {
    font-size: 13px;
    line-height: 25px;
}

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

.header-logo {
    width: 60%;
}

.banner_text {
    width: 100%;
}

.banner_text h1 span {
    font-size: 60px;
    line-height: 65px;
}

.banner_text p {
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
    padding: 10px 0;
}

.main-banner-box {
    width: 100%;
}

.main-banner-box ul li h2 {
    font-size: 14px;
    line-height: 20px;
}

.main-banner-box p {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
}

.about-us-sec {
    padding: 60px 0;
}

.about-us-images-box img {
    height: 300px;
    border-radius: 5px;
}

.about-us-text-images img {
    height: 200px;
    object-position: 0 0;
}

/*.about-us-text-images {*/
/*    margin-left: 0;*/
/*    border-radius: 5px;*/
/*    padding: 0;*/
/*}*/

.about-us-images-box p {
    width: 100%;
}

.about-us-number ul li h2 {
    font-size: 40px;
    line-height: 45px;
}

.about-us-number ul {
    gap: 20px;
}

.about-us-number ul li span {
    font-size: 16px;
    line-height: 1;
}

.about-us-number.chg2 ul:before, .about-us-number ul:before {
    display: none;
}

.our-services-boxs {
    margin: 30px 0 !important;
}

.our-services-images {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.our-services-images img {
    height: 300px;
    border-radius: 5px;
}

.our-services-text {
    position: relative;
    bottom: unset;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    padding: 10px;
}

.chg {
    padding: 0 !important;
}

.our-services-text p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.fulfillment-by-vogue-sec {
    padding: 40px 0;
    height: 100%;
    width: 100%;
    margin: 0;
}

.fulfillment-by-vogue-text {
    margin: 0;
    padding: 20px;
    border-radius: 5px;
}

.fulfillment-by-vogue-text h3 {
    font-size: 30px;
    line-height: 35px;
    padding: 0;
}

.fulfillment-by-vogue-text .accordion-button {
    font-size: 18px;
    line-height: 25px;
    padding: 10px 0;
}

.fulfillment-by-vogue-text .accordion-button::after {
    height: 40px;
    width: 40px;
    font-size: 15px;
}

.fulfillment-by-vogue-text .accordion-body {
    padding: 10px;
    font-size: 14px;
    line-height: 25px;
}

.true-fulfillment-sec {
    padding: 40px 0;
}

.true-fulfillment-heading h2 {
    font-size: 30px;
    line-height: 35px;
}

.true-fulfillment-sec {
    padding: 40px 0;
}

.frequently-asked-question-heading h2 {
    font-size: 30px;
    line-height: 35px;
}

.frequently-asked-question-heading p {
    width: 90%;
}

.accordion-body {
    font-size: 14px;
    line-height: 25px;
}

.frequently-asked-question-faqs .accordion-button {
    padding: 10px;
    font-size: 14px;
    line-height: 25px;
}

.accordion-button::after {
    height: 40px;
    width: 40px;
    font-size: 12px;
    position: relative;
    right: unset;
    top: unset;
}

.testiminials-heading {
    width: 90%;
}

section.testimonials .mainSlider .box-card {
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}

section.testimonials .box-card .quote {
    position: relative;
    top: unset;
}

section.testimonials .box-card .quote i {
    width: 30px;
    height: 30px;
}

.footer-top {
    padding: 40px 0;
}

.footer-top h2 {
    font-size: 40px;
    line-height: 45px;
}

    .news-frm form {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
        padding: 20px;
        border-radius: 5px;
    }

.news-frm form input {
    width: 100%;
}

.news-frm form button {
    width: 100%;
    border-radius: 5px;
}

footer .info h4 {
    font-size: 20px;
    line-height: 25px;
    margin: 20px 0;
}

footer .info ul li a {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    font-size: 12px;
    line-height: 25px;
}

footer .info {
    padding: 40px 0 !important;
}

.info.chg:before {
    right: 0;
}

.info.infomils:before {
    right: 0;
}

.our-services-number {
    top: 0;
}

.our-services-number span {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

/* Home css Ends */




}

@media only screen and (min-width: 768px) and (max-width: 991px) {


/* Fonts css Starts */

h1 {
    font-size: 50px;
    line-height: 65px;
}

h2 {
    font-size: 40px;
    line-height: 40px;
}

p {
    font-size: 13px;
    line-height: 25px;
}

/* Fonts css Ends */



/* Buttons css Starts */

/* Buttons css Ends */




/* Home css Starts */

.header-logo {
    width: 70%;
}

.banner_text {
    width: 100%;
}

.banner_text h1 span {
    font-size: 60px;
    line-height: 65px;
}

.banner_text p {
    font-size: 14px;
    line-height: 25px;
    margin: 10px 0;
    padding: 10px 0;
}

.main-banner-box {
    width: 100%;
}

.main-banner-box ul li h2 {
    font-size: 14px;
    line-height: 20px;
}

.main-banner-box p {
    font-size: 12px;
    line-height: 20px;
    padding: 10px 0;
}

.about-us-sec {
    padding: 60px 0;
}

.about-us-images-box img {
    height: 300px;
    border-radius: 5px;
}

.about-us-text-images img {
    height: 200px;
    object-position: 0 0;
}

.about-us-text-images {
    margin-left: 0;
    border-radius: 5px;
    padding: 0;
}

.about-us-images-box p {
    width: 100%;
}

.about-us-number ul li h2 {
    font-size: 40px;
    line-height: 45px;
}

.about-us-number ul {
    gap: 20px;
}

.about-us-number ul li span {
    font-size: 16px;
    line-height: 1;
}

.about-us-number.chg2 ul:before, .about-us-number ul:before {
    display: none;
}

.our-services-boxs {
    margin: 30px 0 !important;
}

.our-services-images {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 10px;
}

.our-services-images img {
    height: 300px;
    border-radius: 5px;
}

.our-services-text {
    position: relative;
    bottom: unset;
    width: 100%;
    border-radius: 5px;
    height: 100%;
    padding: 10px;
}

.chg {
    padding: 0 !important;
}

.our-services-text p {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.fulfillment-by-vogue-sec {
    padding: 40px 0;
    height: 100%;
    width: 100%;
    margin: 0;
}

.fulfillment-by-vogue-text {
    margin: 0;
    padding: 20px;
    border-radius: 5px;
}

.fulfillment-by-vogue-text h3 {
    font-size: 30px;
    line-height: 35px;
    padding: 0;
}

.fulfillment-by-vogue-text .accordion-button {
    font-size: 18px;
    line-height: 25px;
    padding: 10px 0;
}

.fulfillment-by-vogue-text .accordion-button::after {
    height: 40px;
    width: 40px;
    font-size: 15px;
}

.fulfillment-by-vogue-text .accordion-body {
    padding: 10px;
    font-size: 14px;
    line-height: 25px;
}

.true-fulfillment-sec {
    padding: 40px 0;
}

.true-fulfillment-heading h2 {
    font-size: 30px;
    line-height: 35px;
}

.true-fulfillment-sec {
    padding: 40px 0;
}

.frequently-asked-question-heading h2 {
    font-size: 30px;
    line-height: 35px;
}

.frequently-asked-question-heading p {
    width: 90%;
}

.accordion-body {
    font-size: 14px;
    line-height: 25px;
}

.frequently-asked-question-faqs .accordion-button {
    padding: 10px;
    font-size: 14px;
    line-height: 25px;
}

.accordion-button::after {
    height: 40px;
    width: 40px;
    font-size: 12px;
    position: relative;
    right: unset;
    top: unset;
}

.testiminials-heading {
    width: 90%;
}

section.testimonials .mainSlider .box-card {
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}

section.testimonials .box-card .quote {
    position: relative;
    top: unset;
}

section.testimonials .box-card .quote i {
    width: 30px;
    height: 30px;
}

.footer-top {
    padding: 40px 0;
}

.footer-top h2 {
    font-size: 40px;
    line-height: 45px;
}

    .news-frm form {
        flex-direction: column;
        align-items: start;
        justify-content: start;
        gap: 20px;
        padding: 20px;
        border-radius: 5px;
    }

.news-frm form input {
    width: 100%;
}

.news-frm form button {
    width: 100%;
    border-radius: 5px;
}

footer .info h4 {
    font-size: 20px;
    line-height: 25px;
    margin: 20px 0;
}

footer .info ul li a {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    font-size: 12px;
    line-height: 25px;
}

footer .info {
    padding: 40px 0 !important;
}

.info.chg:before {
    right: 0;
}

.info.infomils:before {
    right: 0;
}

.our-services-number {
    top: 0;
}

.our-services-number span {
    width: 60px;
    height: 60px;
    border-radius: 5px;
}

/* Home css Ends */




}

@media only screen and (min-width: 520px) and (max-width: 767px) {


/* Fonts css Starts */

h1 {
    font-size: 30px;
    line-height: 55px;
}

h2 {
    font-size: 40px;
    line-height: 45px;
}

p {
    font-size: 12px;
    line-height: 25px;
}

/* Fonts css Ends */



/* Buttons css Starts */

.theme-btn-1 {
    font-size: 12px;
    height: 45px;
    padding: 0 5px 0 10px;
}

/* Buttons css Ends */




/* Home css Starts */

.header-logo {
    width: 80%;
}

.menuSec {
    padding: 20px 0;
}

.meun-popup-box .popup-content ul {
    line-height: 50px;
}

.meun-popup-box .popup-content ul li a {
    font-size: 20px;
    line-height: 25px;
}

.banner_text {
    width: 100%;
}

.banner_text h1 span {
    font-size: 30px;
    line-height: 35px;
}

.banner_text p {
    padding-top: 10px;
    margin-bottom: 10px;
}



.main-banner-img {
    height: 1000px;
}

    .main-banner-sec {
        bottom: 0;
        width: 100%;
        margin: 30px 0;
    }

    .main-banner-box {
        width: 100%;
        margin: 0 0 20px 0;
    }




.about-us-sec {
    padding: 40px 0;
}

.about-us-images-box img {
    height: 200px;
    border-radius: 5px;
}

.about-us-images-box p {
    width: 100%;
    margin: 10px 0;
}

.about-us-text-box {
    margin: 0;
}

.about-us-text-images {
    margin: 20px 0;
    padding: 0;
}

.about-us-text-images img {
    height: 200px;
    border-radius: 5px;
}

.about-us-counter-number-row {
    margin: 20px 0;
}

.about-us-number ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

    .about-us-number ul li h2 {
        font-size: 50px;
        line-height: 55px;
    }

.about-us-number ul li span {
    font-size: 20px;
    line-height: 25px;
}

.about-us-number ul:before {
    display: none;
}

.our-services-boxs {
    margin: 20px 0 !important;
}

.our-services-images img {
    height: 200px;
    border-radius: 5px;
}

.our-services-text {
    position: relative;
    bottom: unset;
    right: unset;
    width: 100%;
    border-radius: 5px;
    height: 100%;
}

.our-services-images {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.chg {
    padding: 0 !important;
}

.our-services-number {
    bottom: unset;
    top: 0;
}

.our-services-number span {
    border-radius: 5px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 1;
}

.our-services-text p {
    font-size: 12px;
    line-height: 25px;
}

.fulfillment-by-vogue-sec {
    margin: 50px 0;
    height: 100%;
}

.fulfillment-by-vogue-text {
    margin: 10px;
    border-radius: 5px !important;
}

.fulfillment-by-vogue-text h3 {
    font-size: 25px;
    line-height: 30px;
    padding: 10px;
}

.fulfillment-by-vogue-text .accordion-button::after {
    position: relative;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 5px;
    right: unset;
    top: unset;
}

.fulfillment-by-vogue-text .accordion-button {
    font-size: 14px;
    line-height: 1;
}

.fulfillment-by-vogue-text .accordion-body {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.true-fulfillment-sec {
    padding: 20px 0;
}

.true-fulfillment-heading h2 {
    font-size: 30px;
    line-height: 35px;
}

    .true-fulfillment-box {
        margin: 20px 0;
        padding: 20px !important;
        border-right: unset !important;
    }

.true-fulfillment-box img {
    width: 60px;
    height: 60px;
}

.true-fulfillment-box p {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    width: 100%;
}

.frequently-asked-question-sec .row {
    border-radius: 5px !important;
    justify-content: center;
    width: auto;
    margin: 5px;
}

.frequently-asked-question-heading {
    text-align: start;
    padding: 20px;
}

.frequently-asked-question-heading h2 {
    font-size: 30px;
    line-height: 35px;
}

    .frequently-asked-question-heading p {
        width: 100%;
        margin: 0;
        color: #fff;
    }

.frequently-asked-question-faqs {
    padding: 10px;
    border-radius: 5px !important;
    margin: 0 !important;
}

.accordion-button::after {
    position: relative;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 5px;
    right: unset;
    top: unset;
}

.frequently-asked-question-faqs .accordion-button {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
}

.accordion-body {
    padding: 10px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
}

section.testimonials {
    padding: 20px 0;
}

.testiminials-heading {
    width: 100%;
}

.testiminials-heading h2 {
    font-size: 30px;
    line-height: 35px;
}

section.testimonials .mainSlider .box-card {
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}

section.testimonials .mainSlider .box-card p {
    font-size: 12px;
    line-height: 25px;
}

.auth-img {
    width: 40px;
    height: 40px;
}

.auth-img img {
    width: 10px;
    height: 20px;
}

section.testimonials .box-card .authr-det h5 {
    font-size: 14px;
    line-height: 20px;
}

section.testimonials .box-card .quote {
    position: relative;
    top: unset;
}

section.testimonials .box-card .quote i {
    width: 30px;
    height: 30px;
}

section.testimonials .box-card .descrp p {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
}

.footer-top {
    padding: 20px 0;
}

.footer-top h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 20px 0;
}

.news-frm form input {
    width: 100%;
    border-radius: 5px;
}

.news-frm form button {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
}

.news-frm form {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    border-radius: 5px;
    padding: 10px;
}

.info.chg:before, .info.infomils:before, .info.infophoens:before {
    display: none;
}

footer .info {
    padding: 20px 0 !important;
}

footer .info h4 {
    font-size: 20px;
    line-height: 25px;
    margin: 10px 0;
}

footer .info ul li a {
    font-size: 12px;
    line-height: 25px;
}

.footer-bottom p {
    font-size: 12px;
    line-height: 20px;
}



/* Home css Ends */



}

@media only screen and (min-width: 300px) and (max-width: 519px) {


/* Fonts css Starts */

h1 {
    font-size: 30px;
    line-height: 55px;
}

h2 {
    font-size: 40px;
    line-height: 45px;
}

p {
    font-size: 12px;
    line-height: 25px;
}

/* Fonts css Ends */



/* Buttons css Starts */

.theme-btn-1 {
    font-size: 12px;
    height: 45px;
    padding: 0 5px 0 10px;
}

/* Buttons css Ends */




/* Home css Starts */

.header-logo {
    width: 100%;
}

.menuSec {
    padding: 20px 0;
}

.meun-popup-box .popup-content ul {
    line-height: 50px;
}

.meun-popup-box .popup-content ul li a {
    font-size: 20px;
    line-height: 25px;
}

.banner_text {
    width: 100%;
}

.banner_text h1 span {
    font-size: 30px;
    line-height: 35px;
}

.banner_text p {
    padding-top: 10px;
    margin-bottom: 10px;
}

section.main_slider:before {
    display: none;
}

.main-banner-sec {
    position: relative;
    bottom: unset;
    width: 100%;
    right: unset;
    left: unset;
    margin: 30px 0;
}

    .main-banner-box {
        width: 100%;
        margin: 0 0 20px 0;
    }

.main-banner-box ul li h2 {
    color: #000;
}

.main-banner-box p:after {
    background: #fa9e24;
}

.about-us-sec {
    padding: 20px 0;
}

.about-us-images-box img {
    height: 200px;
    border-radius: 5px;
}

.about-us-images-box p {
    width: 100%;
    margin: 10px 0;
}

.about-us-text-box {
    margin: 0;
}

.about-us-text-images {
    margin: 20px 0;
    padding: 0;
}

.about-us-text-images img {
    height: 200px;
    border-radius: 5px;
}

.about-us-counter-number-row {
    margin: 20px 0;
}

.about-us-number ul {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.about-us-number ul li h2 {
    font-size: 40px;
    line-height: 45px;
}

.about-us-number ul li span {
    font-size: 20px;
    line-height: 25px;
}

.about-us-number ul:before {
    display: none;
}

.our-services-boxs {
    margin: 20px 0 !important;
}

.our-services-images img {
    height: 200px;
    border-radius: 5px;
}

.our-services-text {
    position: relative;
    bottom: unset;
    right: unset;
    width: 100%;
    border-radius: 5px;
    height: 100%;
}

.our-services-text h2 {
    font-size: 16px;
    line-height: 25px;
}

.our-services-images {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
}

.chg {
    padding: 0 !important;
}

.our-services-number {
    bottom: unset;
    top: 0;
}

.our-services-number span {
    border-radius: 5px;
    width: 50px;
    height: 50px;
    font-size: 16px;
    line-height: 1;
}

.our-services-text p {
    font-size: 12px;
    line-height: 25px;
}

.fulfillment-by-vogue-sec {
    margin: 50px 0;
    height: 100%;
}

.fulfillment-by-vogue-text {
    margin: 10px;
    border-radius: 5px !important;
}

.fulfillment-by-vogue-text h3 {
    font-size: 25px;
    line-height: 30px;
    padding: 10px;
}

.fulfillment-by-vogue-text .accordion-button::after {
    position: relative;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 5px;
    right: unset;
    top: unset;
}

.fulfillment-by-vogue-text .accordion-button {
    font-size: 14px;
    line-height: 1;
}

.fulfillment-by-vogue-text .accordion-body {
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}

.true-fulfillment-sec {
    padding: 20px 0;
}

.true-fulfillment-heading h2 {
    font-size: 30px;
    line-height: 35px;
}

    .true-fulfillment-box {
        margin: 20px 0;
        padding: 20px !important;
        border-right: unset !important;
    }

.true-fulfillment-box img {
    width: 60px;
    height: 60px;
}

.true-fulfillment-box p {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
    width: 100%;
}

.frequently-asked-question-sec .row {
    border-radius: 5px !important;
    justify-content: center;
    width: auto;
    margin: 5px;
}

.frequently-asked-question-heading {
    text-align: start;
    padding: 20px;
}

.frequently-asked-question-heading h2 {
    font-size: 30px;
    line-height: 35px;
}

    .frequently-asked-question-heading p {
        width: 100%;
        margin: 0;
        color: #fff;
    }

.frequently-asked-question-faqs {
    padding: 10px;
    border-radius: 5px !important;
    margin: 0 !important;
}

.accordion-button::after {
    position: relative;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 5px;
    right: unset;
    top: unset;
}

.frequently-asked-question-faqs .accordion-button {
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
}

.accordion-body {
    padding: 10px;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
}

section.testimonials {
    padding: 20px 0;
}

.testiminials-heading {
    width: 100%;
}

.testiminials-heading h2 {
    font-size: 30px;
    line-height: 35px;
}

section.testimonials .mainSlider .box-card {
    padding: 20px;
    border-radius: 5px;
    height: 100%;
}

section.testimonials .mainSlider .box-card p {
    font-size: 12px;
    line-height: 25px;
}

.auth-img {
    width: 40px;
    height: 40px;
}

.auth-img img {
    width: 10px;
    height: 20px;
}

section.testimonials .box-card .authr-det h5 {
    font-size: 14px;
    line-height: 20px;
}

section.testimonials .box-card .quote {
    position: relative;
    top: unset;
}

section.testimonials .box-card .quote i {
    width: 30px;
    height: 30px;
}

section.testimonials .box-card .descrp p {
    font-size: 12px;
    line-height: 25px;
    font-weight: 500;
}

.footer-top {
    padding: 20px 0;
}

.footer-top h2 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 20px 0;
}

.news-frm form input {
    width: 100%;
    border-radius: 5px;
}

.news-frm form button {
    width: 100%;
    font-size: 14px;
    line-height: 1;
    border-radius: 5px;
}

.news-frm form {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    gap: 20px;
    border-radius: 5px;
    padding: 10px;
}

.info.chg:before, .info.infomils:before {
    display: none;
}

footer .info {
    padding: 20px 0 !important;
}

footer .info h4 {
    font-size: 20px;
    line-height: 25px;
    margin: 10px 0;
}

footer .info ul li a {
    font-size: 12px;
    line-height: 25px;
}

.footer-bottom p {
    font-size: 12px;
    line-height: 20px;
}



/* Home css Ends */


}


/*Media Query End*/

















