@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;500;700&display=swap");

* {
  padding: 0;
  margin: 0;
}
html {
  overflow-x: hidden;
}
body {
  font-family: "Montserrat", sans-serif;
  background: #fff;
  font-size: 14px;
}
a,
a:hover {
  text-decoration: none;
}
ul,
li,
p,
span,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
/*sidenav*/
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 1);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav a i {
  margin-right: 7px;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 36px;
  margin-left: 0;
}
.menu_hambrger {
  cursor: pointer;
  color: #fff;
  font-size: 23px;
  position: relative;
}
/*sidenav*/
.pws .dropdown-menu {
  padding: 0;
}
.pws .dropdown-item:focus,
.pws .dropdown-item:hover {
  color: #fff;
  background-color: #b80000;
}
header {
  padding: 0px 0;
}
.hdr_top_bar {
  position: relative;
  top: 20px;
  align-items: center;
}
.tp_cont {
  display: flex;
  list-style-type: none;
  gap: 24px;
  font-family: "Roboto", sans-serif;
}
.tp_cont li a {
  font-size: 14px;
  color: #222;
  display: flex;
  align-items: center;
}
.tp_cont li a i {
  color: #5025d4;
  margin-right: 5px;
}
.right_side {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
}
.nav_bar {
  display: flex;
  justify-content: space-between;
  background: #252525;
  border-radius: 7px;
  align-items: center;
  padding: 4px 14px;
  position: relative;
  top: 32px;
}
.btn_bg {
  background: rgb(39, 39, 210);
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0) 0%,
    rgba(184, 0, 0) 100%
  );
  padding: 7px 24px;
  border-radius: 5px;
  color: #fff;
}
.btn_brdr {
  border: 1px solid #5025d4;
  padding: 7px 24px;
  border-radius: 5px;
  color: #5025d4;
}
.lgn_btns {
  display: flex;
  gap: 7px;
}
.nav-link {
  color: #fff;
}
.navbar-nav {
  gap: 22px;
}
.dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.1em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.nav-link:focus,
.nav-link:hover {
  color: #d1d1d3;
}
.comn_btn {
  background: rgb(39, 39, 210);
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0) 0%,
    rgba(184, 0, 0) 100%
  );
  padding: 7px 24px;
  border-radius: 5px;
  color: #fff;
  display: block;
  max-width: fit-content;
}
.navbar-toggler {
  background: rgb(39, 39, 210);
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0) 0%,
    rgba(184, 0, 0) 100%
  );
  border: none;
  color: #fff;
}
.navbar-toggler span {
  padding: 4px 0;
}
.banner {
  background-color: rgba(255, 153, 0, 0.192);
  padding: 80px 0;
}
#home .item img {
  width: auto;
  max-width: 100%;
  margin: 0 0 0 auto;
}
#home .item {
  text-align: right;
}

.cap h3 {
  font-size: 28px;
  color: #000;
}
.cap h3 span {
  font-size: 42px;
  font-weight: bold;
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0) 0%,
    rgba(184, 0, 0) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg_btn2 {
  background: #252525;
  padding: 12px 24px;
  border-radius: 5px;
  display: block;
  max-width: fit-content;
  margin: 28px 0 0;
  color: #fff;
}
.owl-dots {
  display: flex;
  justify-content: center;
  margin: 10px 0;
  gap: 12px;
}
#brands_slider .owl-dots {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  gap: 12px;
}
.owl-dots .owl-dot span {
  background: #d6d5dd;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 100%;
}
.owl-dots .owl-dot.active span {
  background: #b80000;
}
.h2 {
  color: #223645;
  font-size: 30px;
  font-weight: bold;
}
.brand {
  border-image: linear-gradient(to right, #ff9900 0%, #b80000 100%) 1;
  border-width: 1px;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg_blue {
  background: rgb(39, 39, 210);
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0) 0%,
    rgba(184, 0, 0) 100%
  );
}
.gp_1 h2 {
  font-size: 26px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.gp_1 p {
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.gp_1 {
  padding: 0 14px;
}

.shdow_bx.shdow_bx_cntr::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0) 0%,
    rgba(184, 0, 0) 100%
  );
  background-size: 200% auto;
  border-radius: 14px;
  transform: scale(1.2);
  z-index: -1;
  transition: 0.5s;
}
.shdow_bx.shdow_bx_cntr:hover:before {
  background-position: right center;
}
.shdow_bx {
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1px 7px #cecece;
  text-align: center;
  padding: 40px;
  border-radius: 14px;
  height: 100%;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.shdow_bx h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 17px 0;
}
.shdow_bx p {
  font-size: 14px;
}
.z-n1 {
  z-index: -1;
}
p {
  line-height: 26px;
}
footer {
  position: relative;
  background: url("../images/column-bg.jpg") no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
}
footer::before {
  background-color: rgba(0, 0, 0, 0.85);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  inset: 0;
  width: 100%;
}

.footer-cnt h3 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 39px;
  margin-top: 1rem;
}
.ftr_lnk {
  padding: 0;
  margin: 0px 0 0 0;
}
.ftr_lnk li {
  color: #fff;
  list-style-type: none;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 0;
  font-weight: 300;
}
.ftr_lnk li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: 0.5s;
}
.ftr_lnk li a:hover {
  color: #f98c00;
}
.ftr_lnk li a i {
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0) 0%,
    rgba(184, 0, 0) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ftr_cnt_det {
  padding: 0;
  list-style-type: none;
  margin: 20px 0 0;
}
.ftr_cnt_det li {
  margin-bottom: 10px;
}
.ftr_cnt_det li a {
  color: #fff;
  font-size: 14px;
  display: flex;
  font-weight: 300;
  align-items: baseline;
  gap: 10px;
}
.cp_rit {
  font-size: 12px;
  color: #fff;
  margin: 41px 0 0;
  border-image: linear-gradient(
      to right,
      rgba(255, 153, 0) 0%,
      rgba(184, 0, 0) 100%
    )
    1;
  padding-top: 27px;
  position: relative;
  z-index: 10;
  border-top: solid;
  border-width: 1px;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 94px;
  right: 40px;
  z-index: 99;
  font-size: 14px;
  border: none;
  outline: none;
  background: rgb(39, 39, 210);
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0) 0%,
    rgba(184, 0, 0) 100%
  );
  color: white;
  cursor: pointer;
  padding: 7px;
  border-radius: 100px;
  width: 32px;
  height: 32px;
}
.abt_img img {
  max-width: 100%;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.inner-banner {
  background: url("../images/inner-banner.jpg") no-repeat left top / cover;
  padding: 3.5rem 0 0;
}
.inner_bnr_txt h3 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  padding: 0 4rem;
}
.inner_bnr_txt .bg_btn2 {
  background: #252525;
  padding: 12px 24px;
  border-radius: 5px;
  display: block;
  max-width: fit-content;
  margin: 28px auto -19px;
  color: #fff;
}
.inner_bnr_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 12px;
}
.lst_stl {
  padding: 0 0px;
  line-height: 30px;
  list-style-type: none;
}
.lst_stl li i {
  color: #5025d4;
  margin-right: 10px;
}
.lst_stl li {
  display: flex;
  align-items: baseline;
  line-height: 24px;
  margin-bottom: 7px;
  color: #6c6c6c;
}
.inner_bnr_txt h3 span {
  font-weight: 300;
  display: block;
  font-size: 24px;
}
.light_bg {
  background: rgba(255, 153, 0, 0.192);
}
.h4 {
  color: #5624d4;
  font-weight: bold;
  font-size: 26px;
}
.us_c h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}
.abt_bg p,
.light_bg p {
  color: #6c6c6c;
}

.tab_sec .accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #d0d0d0 !important;
  border: none;
}
.tab_sec .accordion-button {
  color: #000;
  background-color: transparent;
  border: 0;
  font-weight: bold;
  padding: 14px 0;
  font-size: 15px;
}
.tab_sec .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}
.tab_sec .accordion-body {
  padding: 1rem 0;
  color: #6c6c6c;
}
.tab_sec .accordion-button:not(.collapsed) {
  box-shadow: none;
}

.tab_sec02 .accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #5a24d4;
  box-shadow: none;
}
.tab_sec02 .accordion-item {
  background-color: #fff;
  border: none;
  margin-bottom: 10px;
}
.tab_sec02 .accordion-button {
  background-color: #d4c7f2;
  border-radius: 10px !important;
}
.tab_sec02 .accordion-body {
  color: #666363;
}
.dropdown-hover:hover > .dropdown-menu {
  display: inline-block;
}

.dropdown-hover > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}
.list-group-flush h3 {
  font-size: 16px;
  font-weight: bold;
  padding: 0 17px 10px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 20px;
}
.list-group-flush {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 7px;
}
.list-group-flush span {
  display: block;
  font-weight: normal;
  font-size: 13px;
  color: #696666;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background: #5025d4;
  color: #fff;
}
.list-group-item-action:hover span {
  color: #fff;
}
/*  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 7px !important;
  }*/
.or_lnks {
  padding: 10px 16px;
}
.or_lnks a {
  font-weight: normal;
  text-decoration: underline;
  color: #5025d4;
}
.df h3 {
  font-size: 18px;
  margin: 8px 0;
  text-align: center;
  font-weight: bold;
}
.df p {
  text-align: center;
}
.df i {
  background: #5025d4;
  color: #fff;
  padding: 10px;
  font-size: 30px;
  border-radius: 7px;
  margin: 0 auto 22px;
  display: block;
  max-width: fit-content;
}
.sub_txt {
  color: #5025d4;
  display: block;
  font-size: 16px;
  margin: 8px 0;
}
.gp_1 P {
  color: #fff;
}
.comn_lnk {
  display: block;
  max-width: fit-content;
  color: #5025d4;
  text-decoration: underline;
}
.comn_lnk i {
  margin-left: 4px;
}
.logo img {
  max-width: 100%;
}

/**login**/

.form_cont {
  width: 450px;
  margin: 0 auto;
  border: 1px solid #636363;
  border-radius: 12px;
  padding: 30px;
  max-width: 100%;
  background: #fff;
}
.form_cont label,
.inp_frm label {
  color: #000;
  margin: 0 0 7px;
  font-size: 14px;
}
.inp input {
  width: 100%;
  padding: 10px 10px;
  border-radius: 7px;
  border: 1px solid #aaa;
  background: transparent;
  color: #000;
  font-size: 14px;
}
.inp select {
  width: 100%;
  padding: 10px 10px;
  border-radius: 7px;
  border: 1px solid #aaa;
  background: #fff;
  color: #000;
  font-size: 14px;
}
.inp textarea {
  width: 100%;
  padding: 10px 10px;
  border-radius: 7px;
  border: 1px solid #aaa;
  color: #000;
  font-size: 14px;
  min-height: 150px;
}
.inp {
  margin-bottom: 17px;
}
.chk {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  font-size: 14px;
}
.forgot-password {
  cursor: pointer;
  color: #000;
  text-decoration: underline;
}
.flx_rem {
  display: flex;
  justify-content: space-between;
}
.inp_frm button {
  width: 100%;
  border: none;
  padding: 10px 0;
  border-radius: 4px;
  background: rgb(39, 39, 210);
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0) 0%,
    rgba(184, 0, 0) 100%
  );
  color: #fff;
}
.inp_frm input.wpcf7-submit {
  width: 100%;
  border: none;
  padding: 10px 0;
  border-radius: 4px;
  background: rgb(39, 39, 210);
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0) 0%,
    rgba(184, 0, 0) 100%
  );
  color: #fff;
}
.sign-up-box.sign-up-box02 a {
  background: transparent;
  border: none;
  color: #fff;
  padding: 0 19px;
  font-size: 15px;
  border-radius: 30px;
  margin: 4px auto;
  display: block;
  min-width: 110px;
  max-width: fit-content;
  text-align: center;
  color: #5025d4;
  text-decoration: underline;
}
.sign-up-box02 h4 {
  font-size: 15px;
  text-align: center;
}
.rd_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
.rd_txt h2 {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 8px;
}
.rd_txt p {
  font-size: 16px;
  color: #fff;
  margin-bottom: 17px;
}
.rd_txt ul {
  list-style-type: none;
  color: #fff;
  font-size: 15px;
  line-height: 32px;
}
.rd_txt ul li i {
  margin-right: 7px;
}
/**login**/
.form_cont.form_cont02 {
  width: 100%;
}
.bg_black {
  background: #e4e4e4;
}
.content_sec ul {
  list-style-type: circle;
  color: #706d6d;
  line-height: 22px;
  font-size: 14px;
  padding: 0 10px;
}
.content_sec.bg_blue ul {
  color: #fff;
}
.content_sec ul li {
  margin-bottom: 8px;
}

#error-message {
  display: none;
}
#error-message.show {
  display: block;
}
#error-message {
  text-align: center;
  background: #ffcaca;
  padding: 7px 0;
  border-radius: 5px;
  color: #ce0909;
}
/****/
#thank-you-message {
  background: #c9f7ce;
  color: #094803;
  padding: 10px 20px;
  border-radius: 7px;
  text-align: center;
  border: 1px solid #84e77a;
}
#thank-you-message {
  display: none;
}
#thank-you-message.show {
  display: block;
}
.comn_btn:hover,
.bg_btn2:hover {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.comn_btn:focus,
.btn_bg:focus {
  background: linear-gradient(
    90deg,
    rgba(255, 153, 0) 0%,
    rgba(184, 0, 0) 100%
  ) !important;
  outline: none;
}
.nav-link:focus {
  background: transparent !important;
  outline: none;
}
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.navbar {
  z-index: 9;
}
/**Responsive**/

@media screen and (max-width: 767px) {
  .logo {
    text-align: center;
    margin-bottom: 14px;
  }
  .logo img {
    max-width: 80%;
  }
  .cap h3 {
    font-size: 24px;
    text-align: center;
  }
  .cap h3 span {
    font-size: 30px;
    font-weight: bold;
  }
  .bg_btn2 {
    margin: 28px auto;
  }
  .h2 {
    font-size: 26px;
    margin-top: 24px;
  }
  .shdow_bx {
    height: auto;
    margin-bottom: 14px;
  }
  .gp_1 {
    padding: 14px 24px;
    border: 1px solid #fff;
    width: 47%;
    margin: 5px;
  }
  .right_side {
    justify-content: center;
    flex-wrap: wrap;
  }
  .navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    width: 300px;
    position: static;
    left: -14px;
    top: 59px;
    background: #252525;
    padding: 15px;
    border-radius: 11px;
    z-index: 99;
  }
  .navbar-nav {
    gap: 5px;
  }
}

@media screen and (max-width: 480px) {
  .gp_1 {
    width: 100%;
  }
}

@media screen and (min-width: 768px) {
  .navbar {
    width: 82%;
  }
}
@media screen and (min-width: 991px) {
  .gp_1 {
    padding: 0 14px;
    width: 20%;
  }
  .gp_1.gp_2 {
    width: 33%;
  }
}
