@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=Oswald:wght@200..700&display=swap");
@font-face {
  font-family: "Betatron";
  src: url("../fonts/Betatron-Regular.eot");
  src: url("../fonts/Betatron-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Betatron-Regular.woff2") format("woff2"), url("../fonts/Betatron-Regular.woff") format("woff"), url("../fonts/Betatron-Regular.ttf") format("truetype"), url("../fonts/Betatron-Regular.svg#Betatron-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/********placeHolder********/
body {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif !important;
}

.d-grid-center {
  display: grid;
  place-items: center;
}

header {
  padding: 6px 0;
}
header .logo {
  width: 50px;
  display: block;
}

#cursor {
  position: fixed;
  top: -5px;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  pointer-events: none;
  z-index: 999;
}

#cursor-border {
  --size: 50px;
  position: fixed;
  top: calc(var(--size) / -2);
  left: calc(var(--size) / -2);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  box-shadow: 0 0 0 1px #000;
  pointer-events: none;
  transition: top 0.15s ease-out, left 0.15s ease-out, width 0.15s ease-out, height 0.15s ease-out, background-color 0.15s ease-out;
  z-index: 999;
}

@media only screen and (max-width: 768px) {
  .line h4 {
    width: 100%;
  }
}
.line {
  width: 100%;
  color: #000;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.line h4 {
  position: relative;
  text-align: center;
  width: 50%;
  margin: 0 auto;
  color: #000000;
  text-transform: uppercase;
  font-size: 50px;
  /* line-height: 50px; */
}
.line h4 span {
  background: linear-gradient(324deg, rgb(255, 0, 0) 17%, rgb(255, 165, 0) 76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.line h4 strong {
  font-weight: 500;
}
@media only screen and (max-width: 991.98px) {
  .line h4 {
    font-size: 40px;
    line-height: 50px;
    width: 80%;
  }
}

.vtext .marquee__part {
  flex-shrink: 0;
  padding: 0 4px;
  font-smooth: always;
}

.marquee.vtext {
  background: linear-gradient(to right, rgb(237, 117, 47) 0%, rgb(218, 95, 126) 47.92%, rgb(47, 119, 244) 100%);
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.667vw;
  padding: 10px 0;
  position: fixed;
  z-index: 997;
  transform-origin: right;
  transform: rotate(90deg);
  right: 70px;
  width: 90vh;
  bottom: 0px;
  height: 80px;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .marquee.vtext {
    display: none !important;
  }
}

.vtext .marquee__inner {
  -webkit-font-smoothing: antialiased;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex: auto;
  font-family: "Betatron";
  font-size: 40px;
  flex-direction: row;
}

.vtext .marquee__part {
  padding-left: 15px;
}

.marquee__part {
  flex-shrink: 0;
  padding: 0 4px;
  font-smooth: always;
}

.marquee {
  background: #fff;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.867vw;
  padding: 10px 0;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .marquee {
    padding: 0px;
  }
}

.marquee__inner {
  -webkit-font-smoothing: antialiased;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex: auto;
  font-family: "Betatron";
  font-size: 40px;
  flex-direction: row;
}

.marquee__part {
  padding-left: 15px;
}
@media only screen and (max-width: 991.98px) {
  .marquee__part {
    font-size: 16px;
  }
}

.text-load {
  width: 100%;
  height: 228px;
  color: #000;
  position: relative;
  overflow: hidden;
  font-family: "Betatron";
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .text-load {
    height: 65px;
  }
}
.text-load span {
  font-size: 260px;
  line-height: 210px;
  transition: all 1s ease;
  text-transform: uppercase;
}
@media only screen and (max-width: 991.98px) {
  .text-load span {
    font-size: 60px;
    line-height: 62px;
  }
}

.on-hover {
  display: flex;
}

.next-hover {
  display: none;
  flex-direction: column;
}

.line-text {
  color: #fff;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #000;
}

.mailtext {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
}
.mailtext:after {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  border-top: 1px solid #000;
  height: 1px;
  bottom: 0;
  transition: all 1s ease;
}
.mailtext:hover:after {
  position: absolute;
  content: "";
  width: 0%;
  transition: all 1s ease;
}

.htext-btom {
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.htext-btom span {
  background: linear-gradient(165deg, rgb(255, 0, 0) 17%, rgb(255, 165, 0) 76%);
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dots {
  width: 20px;
  position: relative;
  height: 10px;
}
.dots:before {
  position: absolute;
  content: "";
  background: #000;
  width: 6px;
  height: 6px;
  top: 5px;
  right: 0;
  border-radius: 100% !important;
}
.dots:after {
  position: absolute;
  content: "";
  background: #000;
  width: 6px;
  height: 6px;
  top: 5px;
  left: 0;
  border-radius: 100% !important;
}

.three-wind {
  padding: 80px 0;
}

.design-text h3 {
  color: #74c0fc;
  text-transform: uppercase;
  font-size: 16px;
}
.design-text h2 {
  color: #000;
  font-size: 34px;
  line-height: 38px;
  font-weight: 600;
}
.design-text p {
  color: #b3b3b3;
  font-size: 16px;
  line-height: 20px;
  opacity: 1;
}

.morebtn a {
  background: #000;
  color: #fff;
  font-size: 16px;
  display: inline-block;
  padding: 10px 20px;
  opacity: 1;
}

.text-block-org {
  padding: 10px;
}
.text-block-org p {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  position: relative;
  z-index: 5;
}

.img-block-org,
.text-block-org {
  height: 300px;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .img-block-org,
  .text-block-org {
    height: 100%;
  }
}

.linebox1 {
  width: 90px;
  aspect-ratio: 1;
  height: 90px;
  position: absolute;
  right: 0;
  z-index: 3;
  margin-right: -5px;
  margin-top: -20px;
}
.linebox1 span {
  position: absolute;
}
.linebox1 .line1 {
  border-top: 4px solid #74c0fc;
  width: 100%;
  top: 0;
  height: 4px;
  left: 0;
}
.linebox1 .line2 {
  right: 0;
  top: 0;
  width: 4px;
  height: 90px;
  border-right: 4px solid #74c0fc;
}
.linebox1 .line3 {
  right: 0px;
  bottom: 0;
  width: 90px;
  height: 4px;
  border-bottom: 4px solid #74c0fc;
}
.linebox1 .line4 {
  left: 0;
  bottom: 0;
  width: 4px;
  height: 90px;
  border-right: 4px solid #74c0fc;
}

.linebox2 {
  width: 100%;
  aspect-ratio: 1;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}
.linebox2 span {
  position: absolute;
}
.linebox2 .line1 {
  border-top: 4px solid #74c0fc;
  width: 100%;
  top: 0;
  height: 4px;
  left: 0;
}
.linebox2 .line2 {
  right: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-right: 4px solid #74c0fc;
}
.linebox2 .line3 {
  right: 0px;
  bottom: 0;
  width: 100%;
  height: 4px;
  border-bottom: 4px solid #74c0fc;
}
.linebox2 .line4 {
  left: 0;
  bottom: 0;
  width: 4px;
  height: 100%;
  border-right: 4px solid #74c0fc;
}

.opimg {
  opacity: 0;
}

.ser-block {
  padding: 80px 0;
}
.ser-block .ser-title {
  font-size: 24px;
  font-weight: 600;
  color: #74c0fc;
}
.ser-block .ser-list {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .ser-block .ser-list {
    gap: 5%;
  }
}
.ser-block .ser-list li {
  width: 50%;
  margin-bottom: 15px;
}
@media only screen and (max-width: 991.98px) {
  .ser-block .ser-list li {
    width: 45%;
  }
}
.ser-block .ser-list li h4,
.ser-block .ser-list li a {
  color: #000;
  font-size: 20px;
  float: left;
}
@media only screen and (max-width: 991.98px) {
  .ser-block .ser-list li h4,
  .ser-block .ser-list li a {
    font-size: 16px;
  }
}

.about-block {
  padding: 80px 0;
}
.about-block .cen-logo {
  width: 130px;
}
.about-block h2 {
  font-size: 100px;
  font-family: "Betatron";
  color: #000;
}
@media only screen and (max-width: 991.98px) {
  .about-block h2 {
    font-size: 30px;
  }
}
.about-block h6 {
  font-weight: 300;
  font-size: 16px;
  color: #000;
}

.action-block {
  padding: 80px 0;
  height: 100vh;
}
.action-block .center-call {
  font-weight: 600;
  color: #000;
  font-size: 130px;
}
@media only screen and (max-width: 991.98px) {
  .action-block .center-call {
    font-size: 30px;
  }
}
.action-block .btn-boxes {
  position: absolute;
  inset: 0;
  z-index: 33;
}
.action-block .btn-boxes .posbtn1 {
  position: absolute;
  top: 20%;
  left: 25%;
}
@media only screen and (max-width: 991.98px) {
  .action-block .btn-boxes .posbtn1 {
    top: 0;
  }
}
.action-block .btn-boxes .posbtn2 {
  position: absolute;
  top: 32%;
  left: 10%;
}
@media only screen and (max-width: 991.98px) {
  .action-block .btn-boxes .posbtn2 {
    top: 15%;
  }
}
.action-block .btn-boxes .posbtn3 {
  position: absolute;
  top: 25%;
  left: 45%;
}
@media only screen and (max-width: 991.98px) {
  .action-block .btn-boxes .posbtn3 {
    left: 0;
  }
}
.action-block .btn-boxes .posbtn4 {
  position: absolute;
  top: 25%;
  right: 20%;
}
@media only screen and (max-width: 991.98px) {
  .action-block .btn-boxes .posbtn4 {
    right: 0;
  }
}
.action-block .btn-boxes .posbtn5 {
  position: absolute;
  top: 60%;
  right: 10%;
}
@media only screen and (max-width: 991.98px) {
  .action-block .btn-boxes .posbtn5 {
    right: 0;
  }
}
.action-block .btn-boxes .posbtn6 {
  position: absolute;
  bottom: 28%;
  right: 30%;
}
@media only screen and (max-width: 991.98px) {
  .action-block .btn-boxes .posbtn6 {
    bottom: 0;
  }
}
.action-block .btn-boxes .posbtn7 {
  position: absolute;
  bottom: 25%;
  left: 15%;
}
@media only screen and (max-width: 991.98px) {
  .action-block .btn-boxes .posbtn7 {
    left: 0;
  }
}
.action-block .btn-boxes .posbtn8 {
  position: absolute;
  bottom: 25%;
  left: 40%;
}
.action-block .out-btn h4 {
  color: #a5a5a5;
  font-size: 12px;
  font-weight: 300;
  text-transform: capitalize;
}
.action-block .out-btn h4 i {
  font-size: 6px;
}
.action-block .out-btn .border-line {
  margin: 8px 0;
  padding: 8px;
  border-radius: 8px !important;
  float: left;
  border: 1px dashed #a5a5a5;
  background: rgba(255, 255, 255, 0.5);
  font-family: "Oswald", sans-serif;
}
.action-block .out-btn .border-line .cursor {
  position: absolute;
  z-index: 44;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
}
.action-block .out-btn .border-line .btn1 {
  background: #00ce7c;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #000;
  border-radius: 6px !important;
  padding: 4px 10px;
  font-size: 18px;
  box-shadow: 4px 4px 0 #000;
}
.action-block .out-btn .border-line .btn1:hover {
  box-shadow: 6px 6px 0 #000;
}
.action-block .out-btn .border-line .btn2 {
  background: #004e35;
  color: #2ee4ff;
  text-transform: uppercase;
  font-weight: 300;
  border: 1px solid #2ee4ff;
  border-radius: 100px !important;
  padding: 6px 10px;
  font-size: 16px;
}
.action-block .out-btn .border-line .btn2 i {
  background: #2ee4ff;
  width: 30px;
  aspect-ratio: 1;
  margin-left: 10px;
  line-height: 30px;
  border-radius: 100% !important;
  transform: rotate(-15deg);
  color: #004e35;
}
.action-block .out-btn .border-line .btn2:hover {
  background: #2ee4ff;
  color: #004e35;
  border-color: #004e35;
}
.action-block .out-btn .border-line .btn2:hover i {
  background: #004e35;
  color: #2ee4ff;
}
.action-block .out-btn .border-line .btn3 {
  background: transparent;
  color: #000;
  font-weight: 600;
  border: none;
  border-radius: 100px !important;
  padding: 6px 10px;
  font-size: 18px;
}
.action-block .out-btn .border-line .btn4 {
  background: #ccff00;
  color: #000;
  font-weight: 600;
  border: none;
  text-transform: uppercase;
  border-radius: 100px !important;
  padding: 10px 20px;
  font-size: 18px;
}
.action-block .out-btn .border-line .btn4:hover {
  background: #000;
  color: #ccff00;
}
.action-block .out-btn .border-line .btn5 {
  text-transform: capitalize;
  color: #000;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 600;
}
.action-block .out-btn .border-line .btn5 i {
  margin-right: 10px;
}
.action-block .out-btn .border-line .btn5:hover {
  text-decoration: underline;
}
.action-block .out-btn .border-line .btn6 {
  background: #003128;
  border: none;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 4px !important;
}
.action-block .out-btn .border-line .btn6:hover {
  background: #005c4b;
}
.action-block .out-btn .border-line .btn7 {
  background: #de026a;
  color: #fff;
  font-size: 14px;
  padding: 0;
  border: none;
  padding-left: 12px;
  border-radius: 4px !important;
  overflow: hidden;
}
.action-block .out-btn .border-line .btn7 i {
  padding: 10px;
  color: #fff;
  margin-left: 10px;
  background: #fb04a8;
}
.action-block .out-btn .border-line .btn7:hover {
  background: #fb04a8;
}
.action-block .out-btn .border-line .btn8 {
  background: #f4efe3;
  color: #00006e;
  font-size: 16px;
  text-transform: uppercase;
  border: 1px solid #00006e;
  border-radius: 4px !important;
  padding: 3px 3px 3px 13px;
  text-transform: uppercase;
}
.action-block .out-btn .border-line .btn8 i {
  border: 1px solid #00006e;
  padding: 3px;
  color: #00006e;
  border-radius: 4px !important;
  width: 25px;
  aspect-ratio: 1;
  margin-left: 10px;
}
.action-block .out-btn .border-line .btn8:hover {
  border-radius: 100px !important;
}
.action-block .out-btn .border-line .btn8:hover i {
  border-radius: 100px !important;
  background: #ffbe00;
}

.jobpopup .modal-dialog {
  margin-left: 70%;
}
@media only screen and (max-width: 991.98px) {
  .jobpopup .modal-dialog {
    margin: 0px;
  }
}

.from-popup h1 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
}
.from-popup h2 {
  color: #000;
  font-size: 16px;
}
.from-popup h2 a {
  color: #000;
  text-decoration: underline;
}
.from-popup h3 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}
.from-popup .drag-file {
  border-radius: 10px !important;
  cursor: pointer;
  border: 2px dashed #cccccc;
}
.from-popup .drag-file h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 10px;
  position: relative;
  z-index: 22;
}
.from-popup .drag-file input[type=file] {
  position: absolute;
  inset: 0;
  background: red;
  padding: 10px;
  z-index: 44;
  opacity: 0;
  cursor: pointer;
  width: 100%;
}
.from-popup input[type=text],
.from-popup input[type=email],
.from-popup input[type=number],
.from-popup input[type=tel],
.from-popup textarea {
  width: 100%;
  padding: 6px 10px;
  border-radius: 6px !important;
  font-size: 11px;
  color: #000;
  background: #fff;
  border: 1px solid #cccccc;
}
.from-popup button {
  background: #000;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 10px 20px;
  border-radius: 6px !important;
  border: none;
}
.from-popup button:hover {
  background: gray;
  color: #fff;
}

.nav-bottom {
  overflow-x: hidden;
}
.nav-bottom .ftlogo {
  display: inline-block;
  width: 100px;
}
.nav-bottom .ft-link {
  color: #000;
  display: inline-block;
  position: relative;
}
.nav-bottom .ft-link .line-box {
  background: #fff;
  height: 2px;
  width: 100%;
  border-radius: 100% !important;
  width: 40px;
  aspect-ratio: 1;
  height: 40px;
  position: absolute;
  left: -25px;
  bottom: 0;
}
.nav-bottom .ft-link .line-box .inline {
  border-top: 3px solid #000;
  height: 1px;
  width: 100%;
  border-radius: 100px !important;
  width: 40px;
  aspect-ratio: 1;
  height: 40px;
  transition: all 1s ease;
  transform: rotate(-90deg);
}
.nav-bottom .ft-link span {
  background: #fff;
  padding: 2px 4px;
  width: 100px;
  display: inline-block;
  transform-origin: left;
  transform: rotate(-90deg);
  transition: all 1s ease;
}
.nav-bottom .ft-link:hover span {
  transform: rotate(0deg);
  transition: all 1s ease;
}
.nav-bottom .ft-link:hover .inline {
  transform: rotate(0deg);
  transition: all 1s ease;
}

.welcome .head h1 {
  font-size: 34px;
  line-height: 38px;
  font-weight: 600;
}
.welcome .head p {
  font-size: 18px;
  line-height: 25px;
}
.welcome .points .point h5 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
}
.welcome .points .point h5 span {
  font-weight: 400;
}
.welcome .bot p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}
.welcome .bot ul {
  padding: 0px;
  display: flex;
  gap: 20px;
}
.welcome .bot ul li {
  list-style: none;
}
.work {
  height: 63vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.work h1 {
  font-size: 35px;
  font-weight: 600;
  color: black;
}
.work .work-btn a {
  background: black;
  padding: 15px 42px;
  color: white;
  font-size: 18px;
  font-weight: 500;
}

.contact h1 {
  text-align: center;
}
.contact .contact-input input {
  width: 100%;
}

@media (max-width: 768px) {
  .vtext .marquee__inner {
    font-size: 25px;
  }
  .marquee.vtext {
    right: 33px;
    height: 45px;
  }
  .hero-section {
    padding-right: 60px;
  }
  .three-wind {
    padding-right: 60px;
  }
}
footer .footer_scoial_icon p {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  color: #000;
}
footer .footer_scoial_icon ul {
  padding: 0px;
}
footer .footer_scoial_icon ul li {
  list-style: none;
}
footer .footer_scoial_icon ul li a {
  color: #000;
}
footer .footer_scoial_icon ul li a i {
  font-size: 25px;
}
footer .social_logo {
  display: flex;
  align-items: center;
  gap: 20px;
}
footer .social_logo i {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}

header .navbar .navbar-nav .nav-item a {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
header .navbar .navbar-nav .nav-item .contact_btn {
  padding: 8px 20px;
  border: 2px solid #f98d2e;
  display: flex;
  gap: 10px;
  color: #000;
  align-items: center;
  border-radius: 50px;
}
header .navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  z-index: 1;
  left: -125%;
  transform: translateX(-50%);
  top: 55px;
  padding: 30px;
}
@media only screen and (max-width: 1399.98px) {
  header .navbar-expand-lg .navbar-nav .dropdown-menu {
    left: -50%;
  }
}
@media only screen and (max-width: 1199.98px) {
  header .navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 50%;
  }
}
@media only screen and (max-width: 991.98px) {
  header .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    width: -moz-max-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: 55px;
    padding: 30px;
  }
}
header .dropdown-menu ul {
  padding: 0;
}
header .dropdown-menu ul li {
  list-style: none;
}
header .dropdown-menu ul li a:hover {
  color: #f88d2e !important;
}

.term_banner {
  background-image: url(../images/term&condition.png);
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.term_banner h1 {
  font-size: 35px;
  font-weight: 600;
  color: white;
}

.victo-terms h6 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.victo-terms h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.victo-terms p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.victo-terms ul {
  padding: 0px;
}
.victo-terms ul li {
  list-style: none;
}
.victo-terms ul li ul {
  padding-left: 20px;
}
.victo-terms ul li ul li {
  list-style: disc;
}

footer .ftlogo {
  display: inline-block;
  width: 100px;
}
footer h4 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
footer ul {
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
footer ul li {
  list-style: none;
}
footer ul li a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
footer .footer-top {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}
footer .open-hours {
  border-bottom: 2px solid #000;
}
footer .open-hours .news_letter {
  background-color: #f3f3f3;
  height: 40px;
}
footer .open-hours .news_letter input {
  padding: 6px 10px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  width: 80%;
}
footer .open-hours .news_letter button {
  background-color: #000;
  border: none;
  color: #fff;
  text-wrap: nowrap;
  height: 100%;
  padding: 0px 20px;
}
footer a {
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

.about_banner {
  background-image: url(../images/term&condition.png);
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.about_banner h1 {
  font-size: 35px;
  font-weight: 600;
  color: white;
}

.bot_border {
  border-bottom: 2px solid #000;
}

.abt_Work .abt_Work_inner {
  border-top: 2px solid #000;
  padding: 50px 0px;
}
.abt_Work .abt_Work_inner h3 {
  font-size: 35px;
  font-weight: 600;
  color: #000;
}
.abt_Work .abt_Work_inner .image_fit {
  width: 75px;
  height: 75px;
  flex-shrink: 0;
}
.abt_Work .abt_Work_inner h4 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
}
.abt_Work .abt_Work_inner p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.abt_Work .abt_Work_inner .line1-abt_work {
  background: #d9d9d9;
  width: 25px;
  height: 80%;
}
.abt_Work .abt_Work_inner .line2-abt_work {
  background: #d9d9d9;
  width: 25px;
  height: 80%;
}

button.btn-close {
  padding: 15px;
}

.blog_banner {
  background-image: url(../images/term&condition.png);
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.blog_banner h1 {
  font-size: 35px;
  font-weight: 600;
  color: white;
}
.blog_banner .ps-5rem {
  padding-left: 8rem;
}
@media only screen and (max-width: 767.98px) {
  .blog_banner .ps-5rem {
    padding: 15px;
  }
}
.blog_banner a {
  font-size: 16px;
  color: #fff;
}
.blog_banner i {
  color: #fff;
}

.blog_main {
  overflow: hidden;
}
.blog_main p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.blog_main p span {
  font-size: 14px;
  font-weight: 600;
}
.blog_main .blog_single {
  height: 500px;
}
.blog_main .blog_btn {
  padding: 7px 30px;
  color: #000;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #000;
}
.blog_main .blog_btn:hover {
  border-color: #000 !important;
}
.blog_main .blog_btn.active {
  background-color: #000 !important;
  color: #fff !important;
}
.blog_main .nav-tabs {
  border-bottom: none !important;
  justify-content: center;
}
.blog_main .blog_box {
  background-color: #d9d9d9;
  border-radius: 15px;
  height: 100%;
}
.blog_main .blog_box .blog_para {
  height: 115px;
  overflow: hidden;
}
.blog_main .blog_box .blog_box_img {
  height: 250px;
}
.blog_main .blog_box .blog_box_img img {
  border-radius: 15px 15px 0px 0px;
}
.blog_main .blog_box h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.blog_main .blog_box .news_type {
  color: #00006e;
  font-size: 18px !important;
  font-weight: 600 !important;
}
.blog_main .blog_box p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.blog_main .blog_box p span {
  font-size: 14px;
  font-weight: 600;
}
.blog_main .search_bar {
  padding: 5px;
  border: 1px solid #e2e8f0;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 5px;
}
.blog_main .search_bar i {
  padding: 5px;
}
.blog_main .search_bar input {
  border: none;
  padding: 5px;
  width: 400px;
}
.blog_main .search_bar button {
  background-color: #e2e8f0;
  color: #000;
  border: none;
  padding: 5px 20px;
  border-radius: 5px;
}
.blog_main #profile-tab-pane .blog_box {
  background-color: transparent;
  border-radius: 15px;
  height: 100%;
}
.blog_main #profile-tab-pane .blog_box .blog_box_img {
  height: 250px;
}
.blog_main #profile-tab-pane .blog_box .blog_box_img img {
  border-radius: 10px;
}
.blog_main #profile-tab-pane .blog_box h4 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.blog_main #profile-tab-pane .blog_box p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.blog_main #profile-tab-pane .blog_box p span {
  font-size: 14px;
  font-weight: 600;
}

.marquee .logo_slider .slick-track {
  display: flex;
  gap: 20px;
}
.marquee .logo_slider .slider_image {
  width: 100px;
  height: 120px;
}
.marquee .logo_slider .slider_image img {
  -o-object-fit: contain;
     object-fit: contain;
}

.shop_banner {
  background-image: url(../images/term&condition.png);
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.shop_banner h1 {
  font-size: 35px;
  font-weight: 600;
  color: white;
}

.shop_product .products_info {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.shop_product .products_info .product_head {
  position: absolute;
  top: 0;
  width: 100%;
}
.shop_product .products_info .product_head .discount {
  background-color: #000;
  padding: 5px 17px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: 15px;
}
.shop_product .products_info .product_head .wishlist {
  position: absolute;
  right: 20px;
  top: 15px;
  color: red;
  font-size: 24px;
  font-weight: 500;
}
.shop_product .products_info .product_bottom {
  position: absolute;
  width: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.67);
  bottom: -82px;
  transition: 0.3s all ease-in-out;
}
.shop_product .products_info .product_bottom p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
.shop_product .products_info .product_bottom .price {
  font-size: 16px;
  font-weight: 400;
}
.shop_product .products_info .product_bottom button {
  background-color: #fff;
  color: #000;
  border: none;
  padding: 7px 14px;
  font-size: 14px;
  font-weight: 500;
}
.shop_product .products_info:hover .product_bottom {
  bottom: 0;
  transition: 0.3s all ease-in-out;
}

.product_banner {
  background-image: url(../images/term&condition.png);
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.product_banner h1 {
  font-size: 35px;
  font-weight: 600;
  color: white;
}
.product_banner .ps-5rem {
  padding-left: 8rem;
}
@media only screen and (max-width: 767.98px) {
  .product_banner .ps-5rem {
    padding: 15px;
  }
}
.product_banner a {
  font-size: 16px;
  color: #fff;
}
.product_banner i {
  color: #fff;
}

.product_disc .product_main_info {
  padding: 20px;
}
.product_disc .product_main_info .qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product_disc .product_main_info .qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 50px;
}
.product_disc .product_main_info .qty-container .qty-btn-minus,
.product_disc .product_main_info .qty-container .qty-btn-plus {
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
}
.product_disc .product_main_info .qty-container .qty-btn-plus {
  margin-left: -1px;
  background-color: #000;
  color: #fff;
}
.product_disc .product_main_info .qty-container .qty-btn-minus {
  margin-right: -1px;
  background-color: #000;
  color: #fff;
}
.product_disc .product_main_info h2 {
  font-size: 35px;
  color: #000;
}
.product_disc .product_main_info h4 {
  font-size: 25px;
  color: #000;
}
.product_disc .product_main_info p {
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.product_disc .product_main_info .add-cart {
  background-color: #000;
  padding: 7px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  border: none;
}
.product_disc .product_main_info .add_wish {
  border: none;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  width: -moz-fit-content;
  width: fit-content;
}
.product_disc .product_main_info .add_wish i {
  color: red;
}

.checkout_banner {
  background-image: url(../images/term&condition.png);
  height: 350px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.checkout_banner h1 {
  font-size: 35px;
  font-weight: 600;
  color: white;
}

.checkout_main h3 {
  font-size: 25px;
  font-weight: 500;
  color: #000;
}
.checkout_main label {
  font-size: 16px;
  font-weight: 400;
  color: #000;
}
.checkout_main input {
  padding: 6px 10px;
  border: none;
  background-color: #f3f3f3;
  font-size: 14px;
}
.checkout_main .icon-container i {
  font-size: 22px;
}
.checkout_main .main_box_items h6 {
  font-size: 22px;
  font-weight: 500;
  color: #000;
}
.checkout_main .main_box_items .img-fit_check {
  height: 130px;
}
.checkout_main .main_box_items .img-fit_check img {
  border-radius: 15px;
}
.checkout_main .main_box_items p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.checkout_main .main_box_items .orginal {
  text-decoration: line-through;
}
.checkout_main .main_box_items .fa-trash {
  color: red;
}
.checkout_main .qty-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.checkout_main .qty-container .input-qty {
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  max-width: 50px;
}
.checkout_main .qty-container .qty-btn-minus,
.checkout_main .qty-container .qty-btn-plus {
  border: 1px solid #d4d4d4;
  padding: 10px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
}
.checkout_main .qty-container .qty-btn-plus {
  margin-left: -1px;
  background-color: #000;
  color: #fff;
}
.checkout_main .qty-container .qty-btn-minus {
  margin-right: -1px;
  background-color: #000;
  color: #fff;
}
.checkout_main .toatl-cla {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.checkout_main .continue_submit {
  background-color: #000;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 30px;
}/*# sourceMappingURL=main.css.map */