@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #ffff;
  overflow-x: hidden;
  background-color: #101010;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

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 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-family: "Montserrat", sans-serif;
  color: inherit;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

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

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

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

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

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

.pt_8 {
  padding-top: 80px;
}

.pb_8 {
  padding-bottom: 80px;
}

.py_8 {
  padding: 80px 0px;
}

form.hf-form.hf-form-132 .rc-anchor-normal {
    height: 74px;
    width: 100% !important;
}

.theme_btn {
  padding: 10px 10px 10px 20px;
  border: unset;
  border-radius: 35px;
  color: #ffffff;
  z-index: 1;
  background: #50342100;
  position: relative;
  font-size: 17px;
  transition: all 250ms;
  overflow: hidden;
  display: inline-block;
  border: 1px solid #fff;
  font-family: 'Montserrat';
}

.theme_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 14px;
  background-color: #000000;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}
.theme_btn i {
  height: 26px;
  width: 26px;
  background: #ff000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid;
  font-size: 12px;
}
.btn-inner {
  display: flex;
  align-items: center;
  gap: 14px;
}

.theme_btn:hover {
  color: #ffffff;
}
.theme_btn:hover::before {
  width: 100%;
}

.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,
h2,
h3,
h4,
h5,
h6 {
  font-family: "anton-font-one";
  color: #fff;
}

h1 {
  font-size: 100px;
  line-height: 0.9;
}

h2 {
  font-size: 78px;
  line-height: 90px;
}

h3 {
  font-size: 30px;
  line-height: 34px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-family: "Poppins", Sans-Serif;
  font-size: 20px;
  line-height: 24px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

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 css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

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

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 13px;
}





.menuSec ul li:last-child a:after {
  display: none;
}

.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: #ffffff;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}
.menuSec .row {
    border-bottom: 1px solid #ffffff73;
    padding-bottom: 10px;
}

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

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

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */
header {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 20px;
}

.header-icons {}

.header-icons ul {
    justify-content: end;
    display: flex;
    gap: 10px;
    align-items: center;
}

.header-icons ul li a {
    padding: 0;
}

.header-icons ul li a i {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    border: 1px solid #ffffff42;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-btnsd {
    display: flex;
    align-items: center;
    gap: 14px;
    border: 1px solid #fff;
    padding: 5px 8px 4px 20px;
    border-radius: 40px;
}

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

/* Tab slider fix  */

.tab_sec .tab-pane {
  display: block;
  border: 0;
  height: 0;
}

.tab_sec .tab-pane.active {
  display: block !important;
  height: auto;
}

/* Tab slider fix  */

.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 [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: 0;
  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;
  align-items: center;
  background: rgba(0, 0, 0, 0.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 css end*/

.blog_sec {
  padding: 5% 0;
}

/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
  background: #242889;
  color: #fff;
}

.tab_sec .nav-tabs .nav-link {
  background: #ccc;
  border-radius: 50px;
  color: #000;
  padding: 7px 28px;
}

.tab_sec .nav-tabs {
  border: none;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* Tabs  */

section.main_slider .container-fluid {
  padding: 0px;
}

.slideNavs .colRight .slideNavs {
  background: #a647c6;
  border-radius: 10px;
  padding: 24px 40px;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.slideNavs .row {
  align-items: center;
}

.slideNavs .svsBtns {
  position: relative;
  top: 6px;
}

.slideNavs .svsBtns button {
  display: inline-block;
  background: transparent;
  border: 0px;
  width: 90px;
  height: 50px;
}

.slideNavs .svsBtns button img {
  transition: 0.2s;
  opacity: 60%;
  width: 100%;
}

.slideNavs .counters {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #fff;
}

.slideNavs .counters h2.current-number {
  margin: 0px;
  padding-left: 5px;
  font-size: 45px;
  line-height: 44px;
  color: #523522;
  font-weight: 400;
  font-family: "Roboto";
}

.slideNavs .counters .contsitem {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  position: relative;
}

.slideNavs .counters .contsitem span {
  font-size: 16px;
  position: relative;
  letter-spacing: 4px;
  color: #523522;
}

.slideNavs .counters .contsitem:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 47%;
  left: 44%;
  background: #523522;
  opacity: 40%;
}

.slideNavs .svsBtns button:hover img {
  opacity: 1;
}

.slideNavs .counters:before {
  position: absolute;
  content: "";
  width: 57%;
  right: 0;
  left: -22px;
  margin: 0px auto;
  background: #523522;
  opacity: 16%;
  height: 1px;
}

.slideNavs .colRight:before {
  position: absolute;
  content: "";
  width: 1px;
  right: 0;
  left: 0;
  margin: 0px auto;
  background: #000;
  opacity: 10%;
  height: 81%;
  top: 0;
}

section.main_slider {
  position: relative;
  overflow: hidden;
  background: #000000;
}

/* Banner Start  */

.banner_text {
  position: relative;
}

section.main_slider .slick-slide {
  margin: 0px 5px;
  transform: scale(1.01);
}
.svsSlider {
  width: 100%;
  margin: 0 auto;
}

img.homeBanner_img {
  height: 840px;
  width: 100%;
  object-fit: fill;
}

section.main_slider .bannContent {
  position: relative;
  height: 900px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 230px 0px 80px;
  background-image: url(../images/banner.jpg);
}

section.main_slider .bannContent .banerWrap {
  padding: 0px 60px;
  position: relative;
  height: 100%;
}

.banner_text p {
  font-family: "roboto";
  font-weight: 300;
  opacity: 80%;
  width: 80%;
}

.banner-img-center {
  position: relative;
  width: 84%;
  float: right;
  padding-top: 20%;
}

.banner-img-center img {
  width: 360px;
  height: 360px;
}

.banner-right-text h1 {
  writing-mode: sideways-lr;
  margin: 0px;
  line-height: 110px;
}

.baner-slider-icon {
  background: #fff;
  position: absolute;
  width: 57%;
  bottom: 0;
  padding: 20px 40px 20px 60px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}

.baner-social-icon ul {
  display: flex;
  gap: 10px;
  margin: 0px;
}

.baner-social-icon ul li a {
  border: 1px solid #999999;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #523522;
  transition: 0.2s;
}

.baner-social-icon ul li a:hover {
  background: #523522;
  border-color: #523522;
  color: #fff;
}

.slideNavs {
  width: 90%;
  margin: 0px 30px;
}

section.main_slider .bannContent .banerWrap .row {
  height: 100%;
  position: relative;
}

section.main_slider .bannContent .banerWrap .row .col-lg-2.col-md-2 {
  height: 100%;
}

section.main_slider .bannContent .banerWrap .row .banner-right-text {
  height: 100%;
  margin-top: -20px;
}

.banner_text h2 {
  display: inline-block;
  position: relative;
}

.banner_text h2 span {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 5px 0;
}

.banner_text h2 span:before {
  position: absolute;
  content: "";
  width: 616px;
  height: 97%;
  bottom: -2px;
  background: #3a2517;
  z-index: -1;
  left: -150px;
}

/* -------------------------------------- */

/* clients Section start  */

section.say {
  position: relative;
  padding: 0px 0px 100px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/say-bg-img.png);
  background-position: 100% 100%;
}

section.say .row {
  margin: 0px auto;
  align-items: center;
}

.say-heading {
  margin-bottom: 60px;
}

.sysitems {
  position: relative;
}

.testi_heads {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: self-end;
  padding: 0px 32px 0px 0px;
  border-bottom: 1px solid #2c2c2c;
  margin-bottom: 40px;
}

.testi_heads h4 {
  font-size: 32px;
  margin: 0px;
  line-height: 40px;
  position: relative;
  padding-bottom: 14px;
}

.testi_heads ul.actionbtn {
  margin: 0px;
  display: flex;
  position: relative;
  gap: 20px;
  padding: 20px 0px;
}

.testi_heads ul.actionbtn button {
  background: transparent;
  border: 0px;
  transition: 0.2s;
  width: 90%;
  padding: 0px;
}

.testi_heads ul.actionbtn button img {
  filter: brightness(0) invert(1);
  opacity: 40%;
  transition: 0.3s;
}

.testi_heads ul.actionbtn button:hover img {
  opacity: 1;
}

.testi_heads h4:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 0px;
  background: #fff;
  opacity: 90%;
}

.testi_heads ul.actionbtn:before {
  position: absolute;
  content: "";
  width: 1px;
  bottom: 0px;
  background: #fff;
  opacity: 20%;
  height: 100%;
  right: 0;
  left: -4px;
  margin: 0px auto;
  display: table;
}

.auther-header {
  margin-bottom: 30px;
}

.auther-header h5 {
  text-transform: uppercase;
  margin: 0;
}

.auther-header span.desination {
  font-size: 13px;
  text-transform: uppercase;
  color: #a1a1a1;
  font-weight: 500;
}

.saySlider .autmessg p {
  font-size: 14px;
  line-height: 26px;
  opacity: 60%;
  margin: 0px;
}

.saySlider .autmessg {
  padding: 24px 14px 24px 20px;
  background: #0f0f0f;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.aut-rating {
  position: relative;
  margin-top: 30px;
}

.aut-rating .rating i {
  color: #ffb400;
  font-size: 12px;
}

.aut-rating .rating span:nth-child(5) i {
  opacity: 40%;
}

.say-main-img {
  position: relative;
}

.say-main-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.saySlider .slick-slide {
  margin: 0px;
}

.ct-profiles {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.top-poster {
  width: 100%;
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #523522;
  transition: 0.2s;
}

.top-poster img {
  width: 120px;
  height: 120px;
  border-radius: 100px;
  filter: drop-shadow(2px 4px 86px black);
  transition: 0.2s;
}

.top-poster:hover img {
  filter: unset;
  transform: scale(1.04);
}

.top-poster:hover {
  background: #ffffffbf;
}

.ct-profiles ul {
  margin: 0px;
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
  padding: 70px 0;
  gap: 40px;
  background: #0f0f0f;
  height: 100%;
}

.proflsBoxs {
  position: relative;
}

.proflsBoxs .authPf {
  position: relative;
}

.proflsBoxs .authPf img {
  width: 80px;
  height: 80px;
  transition: 0.2s;
  border-radius: 100px;
}

.proflsBoxs .rated {
  position: relative;
  text-align: right;
}

.proflsBoxs .rated span i {
  position: absolute;
  top: 22px;
  right: 3px;
  z-index: 1;
  font-size: 22px;
  color: #ffb400;
}

.proflsBoxs .rated span:first-child {
  font-size: 12px;
  font-family: "Roboto";
  opacity: 70%;
  margin-right: -30px;
  top: 8px;
  position: relative;
}

.ct-profiles ul:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 0;
  left: 0;
  margin: 0px auto;
  display: table;
  background: #fff;
  opacity: 30%;
  top: 0;
}

/* clients Section start  */

@keyframes rotatePendulum {
  0% {
    transform: rotate(-90deg) scale(0.98);
  }
  50% {
    transform: rotate(90deg) scale(1.2);
  }
  100% {
    transform: rotate(-90deg) scale(0.98);
  }
}

.proflsBoxs .authPf img {
  animation: rotatePendulum 10s linear infinite;
}

@keyframes rotateXaxis {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}

.top-poster img {
  transform-origin: center center;
  animation: rotateXaxis 5s linear infinite;
  transform-style: preserve-3d;
  perspective: 800px;
}

.top-poster img {
  animation: rotateXaxis 5s linear infinite;
}

@keyframes growHeight1 {
  0% {
    height: 0;
  }
  50% {
    height: 100%;
    opacity: 1;
  }

  100% {
    height: 0;
  }
}

.ct-profiles ul:before {
  animation: growHeight1 3s ease infinite;
}

@keyframes floatPlus {
  0% {
    filter: hue-rotate(-25deg);
  }
  25% {
    filter: hue-rotate(5deg);
  }
  50% {
    filter: hue-rotate(315deg);
  }
  75% {
    filter: hue-rotate(-25deg);
  }
  100% {
    filter: hue-rotate(0deg);
  }
}

.top-poster {
  animation: floatPlus 5s infinite ease-in-out;
}

/* About Css Start */
.about-text {
  text-align: end;
  margin-bottom: 70px !important;
  margin-top: 77px;
  margin-right: 20%;
}

.about-text-boxone {
  background: #000;
  padding: 55px 70px;
  margin-left: -170px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.about-text-two {
  position: relative;
  background: #503421;
  display: flex;
  align-items: end;
  justify-content: end;
  padding: 220px 120px 40px 100px;
  margin-top: -170px;
  margin-left: -50px;
  width: 100%;
}
section.about-sec {
  margin: 100px 0px;
}

/* About Css End */

/* Explore CD Css Start */

section.explore-sec {
  background: #060606;
  padding: 50px 0px;
  margin-bottom: 80px;
}
section.explore-sec-one {
    padding-bottom: 100px;
}
.explore-heading h2 {
  margin-bottom: 0;
}
.explore-heading {
  text-align: center;
}

/* Explore CD Css Start */
.container-fluid {
    padding: 0px 70px;
}
.explore-sec-box {
    padding: 0px 40px 20px 40px;
    background: #131313;
}

.explore-sec-box-img img {
    width: 100%;
}

.explore-sec-box-img {
}

ul.explore-ul-icons {
    display: flex;
    margin: 20px 0px;
}

ul.explore-ul-icons li i {
    color: #ffd200;
}

ul.explore-ul-btn-number {
    display: flex;
    align-items: anchor-center;
    justify-content: space-between;
}

ul.explore-ul-btn-number li {
    font-family: 'anton-font-one';
    font-size: 24px;
    color: #523522;
}

ul.explore-ul-btn-number li del {
    color: #a1a1a1;
    font-size: 19px;
}




/* Drop Line Sec  */

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

img.dpline-topImg {
  height: 530px;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

section.dplin .contacWrap {
  position: relative;
  width: 90%;
  margin: 0px auto;
}

.cntLeft {
  position: relative;
}

.dpContent {
  padding: 40px 30px;
  background: #0f0f0f;
  margin-right: 60px;
  position: relative;
  z-index: 1;
}

.dpContent form {
  position: relative;
}

.dpContent form input {
  width: 100%;
  border: 1px solid #434343;
  background: #0c0c0c;
  height: 54px;
  padding: 0px 14px;
  margin-bottom: 28px !important;
  color: #fff;
  font-weight: 500;
  font-size: 13px;
}

.dpContent form textarea {
  width: 100%;
  border: 1px solid #434343;
  background: #0c0c0c;
  padding: 10px 14px;
  margin-bottom: 24px !important;
  color: #fff;
  height: 150px;
  resize: unset;
  font-size: 13px;
  font-weight: 500;
}

.dpContent form textarea::placeholder {
  color: #fff;
  opacity: 50%;
}

.dpContent form input::placeholder {
  color: #fff;
  opacity: 50%;
}

section.dplin .contacWrap .cntRight {
  position: relative;
  z-index: 1;
}

.dpline-btm-img {
  margin-top: -270px;
  position: relative;
}

.dpline-btm-img img {
  width: 100%;
}

.dpline-btm-img img {
  width: 100%;
  height: 420px;
}

/* Drop Line Sec  */

/* footer */

a.top-navigator {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 81px;
  font-size: 25px;
  color: white;
  background: #523522;
}

a.top-navigator:hover {
  background: #000;
}

a.top-navigator img {
  transition: 0.3s all ease-in-out;
}

footer {
  padding: 80px 0 0 0;
  position: relative;
  z-index: 0;
  background: #111111;
}

.foot-bottom {
  background: #110b07;
  margin-top: 40px;
  padding: 18px 0px;
}

footer h5 {
  position: relative;
  font-size: 24px;
  color: white;
  padding-left: 15px;
  text-transform: capitalize;
  margin-bottom: 30px;
  font-family: "anton-font-one";
  line-height: 26px;
}

footer h5:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  background: #523522;
  top: 0;
  left: 0;
}

footer p {
  font-size: 15px;
  color: #fff;
  line-height: 26px;
  font-family: "Roboto";
  opacity: 80%;
  font-weight: 400;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  color: #595552;
  background: transparent;
  border: 1px solid #595552;
  border-radius: 50%;
  font-size: 18px;
  margin-right: 10px;
  transform: translatey(0px);
  transition: 0.3s all ease-in-out;
  overflow: hidden;
}

.social-links a:hover {
  background: #523522;
  color: #fff;
  border-color: #523522;
}

.quick-links a {
  font-size: 14px;
  font-family: "Montserrat";
  color: #ffffffa8;
  line-height: 31px;
}

.quick-links a:hover {
  color: white;
  text-decoration: underline;
}

.foot-number {
  font-size: 30px;
  font-family: "Roboto";
  color: #fff;
  display: block;
  margin-bottom: 20px;
}

.foot-number:hover {
  color: var(--primary);
}

a.req-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border-radius: 20px;
  border: 1px solid white;
  padding: 20px 40px;
  font-size: 16px;
  font-family: "Roboto";
  color: white;
  transition: 0.3s all ease-in-out;
  margin-top: 20px;
}

a.req-btn:hover {
  background: var(--primary);
}

.foot-timing li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 1px solid #ffffff8c;
}

.foot-timing li span {
  font-size: 15px;
  font-family: "Montserrat";
  color: #fff;
}

.foot-bottom p {
  text-align: end;
  color: #ffffff96;
  font-family: "Roboto";
  font-weight: 400;
  opacity: 90%;
}

/*top-seller-sec*/

section.news-letter ul {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 0;
}

section.news-letter p {
  color: #8d8d8d;
  font-size: 15px;
  width: 80%;
  font-weight: 300;
  margin-bottom: 0;
}

.new-box button {
  border: none;
  position: absolute;
  right: 0;
  background: #e41e29;
  padding: 13px 40px;
  color: #fff;
}

.news-letter .container {
  padding: 30px;
  position: relative;
  z-index: 2;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 46px 0px rgba(93, 93, 93, 0.1);
}

.news-letter h2 {
  color: #191919;
  margin: 0;
  font-size: 35px;
}

.news-letter .new-box {
  position: relative;
  display: flex;
  align-items: center;
  height: 65px;
}

.news-letter .new-box input {
  background: #eeeeee;
  border: 0;
  padding: 13px 20px;
  width: 100%;
  border-radius: 0;
}

.news-letter .new-box .theme-button {
  /*background: */
  border: 0;
}

.news-letter .new-box .theme-button:hover {
  box-shadow: none;
}

footer:after {
  content: "";
  position: absolute;
  right: 100px;
  height: 94%;
  width: 1px;
  background: #fff;
  bottom: 0%;
  opacity: 20%;
}

.ftlinksks {
  position: relative;
  left: 60px;
}

.cdsCol {
  position: relative;
  left: 50px;
}

.cdsCol ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cdsCol ul li a {
  color: #fff;
  opacity: 69%;
  transition: 0.2s;
}

.cdsCol ul li a:hover {
  opacity: 1;
}

.ftnws {
  position: relative;
}

.ftnws ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ftnws ul li a {
  display: flex;
  gap: 18px;
  align-items: center;
  transition: 0.2s;
  color: #fff;
}

.ftnws ul li a span {
  color: #fff;
  transition: 0.3s;
  opacity: 70%;
}

.ftnws ul li a:hover {
  transform: translate(4px, 0px);
  opacity: 1;
}

.ftnws ul li a img {
  width: 16px;
}

.pay-img {
  margin-top: 30px;
}

/* footer */


section.main_slider .bannContent.iner-bannaer {
  position: relative;
  height: 560px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 230px 0px 80px;
  background-image: url(../images/inner-banner.png);
  object-fit: cover;
}


/* our mission starst  */
section.our-mission .row {
  align-items: center;
}

.mission-left p {
  padding: 20px 0px 0;
}

.mission-left h2 {
  font-size: 80px;
  font-weight: 400;
}

.mission-right img {
  /* height: 370px; */
  width: 100%;
  /* border-radius: 50px; */
}

.mission-right {
  position: relative;
}
.mission-right::before {
  height: 110%;
  width: 80%;
  background-color: #503421;
  content: "";
  position: absolute;
  top: -5%;
  right: -5%;
  z-index: -1;
  /* border-radius: 50px; */
}
section.our-mission {
  padding: 70px 0;
}
/* our mission Ends */
/* our vision starts */
section.our-vision .row {
  align-items: center;
}

.our-vision-right p {
  padding: 20px 0px 0;
}

.our-vision-right h2 {
  font-size: 80px;
  font-weight: 400;
}

.our-vison-left img {
  height: auto;
  width: 100%;
}

.our-vison-left {
  position: relative;
}

.our-vison-left::before {
  height: 110%;
  width: 80%;
  background-color: #503421;
  content: "";
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: -1;
}

section.our-vision {
  padding: 70px 0;
}
/* our vision ends */



section.support-sec {
    margin: 100px 0px 100px;
}

.support-text {
    padding: 50px 50px 0px;
    position: relative;
}

.support-text:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 25%;
    width: 100%;
    background: #523522;
    z-index: -1;
}




/*login start*/

.login-txt form input {
  width: 100%;
  margin-bottom: 18px;
  outline: none;
  padding: 16px 40px 16px 20px;
  color: #ffffff;
  font-weight: 400;
  border: 1px solid #4f4f4f;
  font-family: "Roboto";
  font-size: 16px;
  border-radius: 0px;
  background: transparent;
}

.login-txt form input::placeholder {
  color: #b3b3b396;
}

/* .login-txt.login-txt-ex form input::placeholder {
  color: #fff;
} */

.login-txt-ex form input:focus {
  background-color: #fff;
  color: #000 !important;
}

.login-txt form input:focus {
  box-shadow: none;
  border: 1px solid #0000002b;
}

.login-txt h2 {
  /* text-align: center; */
  /* margin: 0 0 30px 0; */
  /* text-transform: uppercase; */
  /* color: #000; */
  font-size: 52px;
  text-align: center;
}

.password-box {
  position: relative;
}

.password-box-input input {
  padding: 10px 40px 10px 20px;
}

.password-icon {
  position: absolute;
  top: 20%;
  right: 3%;
}

.password-icon span {
  color: #000;
  cursor: pointer;
}

.login-txt {
  padding: 45px 40px 35px;
  /* border-radius: 0px; */
  /* background-color: #fff; */
  /* box-shadow: 0 0 20px 0px #0000001a; */
  border: 1px solid #4f4f4f;
}

.login-txt ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 20px 0;
  gap: 10px;
}

li.head {
  color: #ca3232;
  font-size: 17px;
  font-weight: 600;
}

.login-txt ul li {
  display: flex;
  gap: 7px;
  font-weight: 400;
  color: #7e7e7e;
  font-family: "Roboto";
}

li.head a {
  color: #533623;
  font-family: "Roboto";
  width: 100%;
  font-weight: 400;
  font-size: 14px;
}

.login-txt form button {
  width: 100%;
  color: #fff;
  padding: 18px 0px;
  border: none;
  margin-bottom: 20px;
  font-size: 16px;
  text-transform: uppercase;
  transition: ease-in;
  transition-duration: 0.2s;
  background-color: #533623;
  font-weight: 500;
  border-radius: 0px;
}

.login-txt form button:hover {
  background-image: unset;
  background-color: #000;
  transition: ease-out;
  transition-duration: 0.2s;
}

li.head-ex {
  text-decoration: underline;
}

.login-txt ul li label {
  cursor: pointer;
  font-family: "Roboto";
  color: #b6b5b5;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  gap: 10px;
  text-transform: capitalize;
  padding-left: 40px;
  position: relative;
}

section.login.sec {
  padding: 100px 0px;
}

.login-txt.login-txt-ex ul {
  justify-content: space-between;
}

.login-txt.login-txt-ex button {
  margin-bottom: 10px;
}

/* = */

.login-txt label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  color: #b6b5b5;
  display: flex;
  align-items: center;
  font-family: "Roboto";
}

.login-txt input[type="checkbox"] {
  display: none;
}

.login-txt label span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #523522;
  background-color: white;
}

/* Checked state */
.login-txt input[type="checkbox"]:checked + span::before {
  background-color: #533623;
  border-color: #533623;
  color: #fff;
}

/*login Ends*/


/* Cart Css Start  */

.cart-head {
  margin-bottom: 30px;
}

table.cart-page-tble {
  width: 100%;
}

.cart-page-tble thead tr {
  height: 60px;
  color: #fff;
  border-radius: 10px;
  background-color: #1e1e1e;
  border-bottom: 0px;
}

.cart-page-tble thead tr th {
  padding: 27px 10px 20px;
  font-size: 18px;
  color: #fff;
  border: 0px !important;
  font-weight: 400;
  font-family: 'anton-font-one';
  letter-spacing: 0px;
}

.cart-page-tble thead tr th:first-child {
  text-align: left;
  padding-left: 40px;
}

th:first-child {
  border-radius: 5px 0 0 5px;
}

.cart-page-tble tbody tr td {
  padding: 40px 0px;
  font-size: 20px;
}

.product-cart {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.product-cart figure {
  margin: 0;
}

.product-cart article {
  margin-left: 10px !important;
}

.unit-sub-price-text {
  font-size: 17px;
  font-weight: 600;
}

.cart-page-tble tbody tr td i {
  border-radius: 0;
  cursor: pointer;
  font-size: 22px;
  transition: 0.4s;
  width: 50px;
  height: 43px;
  background: #523522;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.pricing-cart-total {
  padding: 0 20px 0 0;
}

.cart-right-total h5 {
  text-transform: uppercase;
}

.product-cart article p {
  font-size: 18px;
  line-height: 28px;
  margin: 5px 0px;
  text-transform: uppercase;
  font-weight: 500;
}

.cart-page-tble tbody tr td span.price {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Roboto";
}

.sizes input[type="text"] {
  height: 60px;
  text-align: center;
  display: table;
  margin: 0px auto;
  width: 70% !important;
  border: 2px solid #4a4a4a26;
  border-radius: 4px;
}

.sizes input[type="text"]::placeholder {
  color: #000;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-bottom: 1px solid #cdcdcd;
}

.prc-cart-rate a {
  border: 0px;
  padding: 18px 30px;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 100;
  transition: 0.4s;
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 50px;
  color: #fff;
  width: 100%;
  text-align: center;
  background-color: #523522;
  font-family: 'anton-font-one';
  letter-spacing: 1px;
}

.card-price {
  padding: 40px 40px;
  border: 1px solid #cacaca30;
  margin-bottom: 30px;
  background: #f7f7f700;
}

.card-price .imtes h6 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #ffffff;
  opacity: 1;
  font-family: 'Montserrat';
}

.card-price h6 span {
  float: right;
}

.card-price .imtes {
  padding-bottom: 20px;
}

.carss {
  padding: 40px 40px;
  background: #ffffff00;
  border: 1px solid #cacaca29;
}

.prc-cart-rate a:hover {
  background: #000;
}

.carss h6 {
  font-size: 21px;
  line-height: 40px;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: 'Montserrat';
  color: #ffffff;
}

.card-price h6 {
  font-size: 32px;
  font-weight: 400;
  text-transform: capitalize;
  color: #ffffff;
  font-family: 'Montserrat';
}

.prc-cart-rate a:hover {
  background-color: #19101b;
  transform: scale(0.98);
}

.paypal {
  position: relative;
  padding: 0px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  background: #f9f9f900;
  border: 1px solid #c0c0c0;
}

.paypal span {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 30px;
  z-index: 12;
  position: relative;
  padding: 0px 0px;
  width: 56%;
  margin: 0px auto;
  background-color: #f9f9f900;
  color: #ffffff;
  letter-spacing: 0px;
  border: 2px solid #dededf;
  margin-top: -14px;
  font-family: 'Montserrat';
  background: #101010;
}

.paypal:before {
  position: absolute;
  content: "";
  width: 100%;
  border: 0px solid #c0c0c0;
  height: 100%;
  left: 0;
  right: 0;
  display: table;
  margin: 0px auto;
  top: 0px;
  z-index: -1;
}

.paypal a img {
  margin-top: 32px;
}

.carss p {
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  color: #ffffff;
  opacity: 46%;
  font-family: 'Montserrat';
}

.carss .subheading {
  padding-bottom: 10px;
}

th.u-price {
  text-align: center;
  padding-right: 50px !important;
}

.uint-price {
  text-align: center;
  padding-right: 40px;
}

.carss .subheading:last-child {
  padding-bottom: 0px !important;
}

.carss .subheading:last-child p {
  margin-bottom: 3px;
}

.product-cart figure {
  margin: 0;
  width: 38%;
}

.cart-page-tble tbody tr td i:hover {
  transform: scale(1.1);
}

table.cart-page-tble thead {
  border-bottom: 0px !important;
}

/* cart page end  */

.cart-page-tble th,
.cart-page-tble td {
  vertical-align: middle;
  text-align: center;
  padding: 10px;
}

.ptext p {
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
  line-height: 28px;
  opacity: 70%;
  margin-left: 10px;
  color: #ffffff;
  font-family: "Roboto";
  font-weight: 400;
}

.sizes label {
  display: block;
  font-size: 16px;
  margin-top: 10px;
  font-weight: 400;
}

section.cart-main-sec {
  padding: 100px 0px 120px;
}

section.cart-main-sec .colrithPad {
  padding-right: 20px;
}

.sizes ul.list-inline.pr_counter.d-flex.align-items-center {
  justify-content: center;
  gap: 10px;
  margin: 0px;
}

.sizes .pr_counter li.inc {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #444444bd;
  overflow: hidden;
  padding: 4px 7px;
  gap: 18px;
}

.sizes .pr_counter li.inc input.input-number {
  justify-content: center;
  align-items: center;
  background: #a31e1e00;
  text-align: center;
  width: 70px;
  height: 60px;
  display: flex;
  border: 0px;
  color: #fff;
}

.sizes .pr_counter li.inc span {
  background: transparent;
  cursor: pointer;
  border: 1px solid #ffffff;
  border-radius: 55px;
  width: 20px;
  height: 20px;
  color: #ffffff;
  font-weight: 600;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.sizes .pr_counter li.inc span:hover {
  background: #523522;
  color: #fff;
  border: 2px solid #523522;
}

.prc-cart-rate {
  position: relative;
  margin-bottom: 18px;
}

.update-cart {
  margin-top: 12px;
}

.update-cart span {
  font-family: 'Montserrat';
  color: #ffffff;
}

section.cart-main-sec .table-responsive {
  padding-right: 48px;
}

/* CART PAGE END  */

/* Checkout Page Start  */

.billing_form h3 {
  color: #ffffff;
  font-size: 32px;
  margin: 0;
  font-weight: 100;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-family: 'anton-font-one';
  line-height: 40px;
}

.billing_form label {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Roboto";
  padding-bottom: 10px;
}

.radiosss p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto";
}

.billing_form input {
  width: 100%;
  height: 50px;
  border: 1px solid #cfcfcf75;
  margin-bottom: 20px;
  padding-left: 15px;
  background: transparent;
  border-radius: 0;
  font-family: "Roboto";
}

.billing_form input::placeholder {
  color: #7e7e7e;
}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
  font-size: 14px;
  color: #7c7c7c;
  font-family: "Roboto";
  font-weight: 500;
}

.cart_sidebar .cart_lst li span {
  float: right;
}

.cart_sidebar .cart_lst li:last-child {
  font-size: 22px;
  text-transform: capitalize;
  color: #ffffff;
  font-family: 'Poppins';
}

.cart_sidebar .cart_lst {
  margin-top: 20px;
  margin-bottom: 40px;
}

.thankyou_txt {
  padding: 50px;
  border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0;
  font-family: "Roboto", sans-serif;
}

.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}

.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

.order_det p {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}

.order_complete_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.order_detail_table {
  padding: 40px;
  border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: "Roboto", sans-serif;
}

.order_detail_table ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
  margin-bottom: 25px;
}

.order_detail_table ul li {
  font-size: 14px;
  color: #7c7c7c;
}

.order_detail_table ul li span {
  float: right;
}

.order_detail_table ul li:last-child {
  font-weight: 700;
  color: #000;
}

.order_detail_table h6 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  font-family: "Roboto", sans-serif;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;
}

.order_detail_table h6 span {
  float: right;
}

.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.check_menu ul li.purp {
  color: #523522;
}

.cart_sidebar {
  padding: 40px 25px;
  border: 1px solid #cfcfcf;
  border-radius: 0;
}

.cart_sidebar h3 {
  font-size: 30px;
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 500;
}

.cart_sidebar .h-sub {
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
  line-height: 0;
  padding-bottom: 30px;
  padding-top: 20px;
}

.cart_sidebar h5 span {
  float: right;
}

.cart_sidebar h4 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: normal;
  padding-top: 0;
  font-family: 'Poppins';
}

.cart_sidebar ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cart_sidebar ul li label {
  position: relative;
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  font-family: "Roboto";
  line-height: 26px;
}

.cart_sidebar ul li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 3px;
}

.cart_sidebar ul li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 18px;
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
  font-family: "Roboto", sans-serif;
}

.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form select option {
  color: #000;
}

.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
  color: #b7b7b7;
}

.cart_sidebar form button {
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.checkout_btn {
  padding: 12px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border: none;
  font-weight: 500;
  border: 2px solid transparent;
  background-color: #000;
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Montserrat";
}

.checkout_btn:hover {
  color: white;
}

ul.shipping-ul {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
  font-weight: 500;
  color: #ffffff;
  font-size: 26px;
  margin: 30px 0 30px;
  font-family: 'Poppins';
}

.cart_sidebar .radiosss-payments li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  border-radius: 20px;
  left: 6px;
  border: 0;
  width: 10px;
  height: 10px;
  background-color: #523522;
}

.radiosss-payments .card.card-body {
  padding: 0;
  border: 0;
  margin-left: 30px;
  background: transparent;
}

.radiosss-payments {
  border-bottom: 1px solid rgb(219, 219, 219);
}

section.checkout_page.all-section.all-side {
  padding: 100px 0;
}

span.chk-price {
  color: #ffffff;
}

.cart_sidebar a.theme-btn-1 {
  width: 100%;
}

.cart_sidebar .siteBtn:hover {
  background: #000;
  transform: translate(0px, -2px);
}

.cart_sidebar .siteBtn {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  background: #523522;
  padding: 11px 188px;
  transition: 0.9s;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 0px #4444442b;
}

/* Checkout Page End  */

/*contact */

.contact-pag-form form {
  position: relative;
}

.contact-pag-form .form-group {
  position: relative;
}

.contact-pag-form .form-group::after {
  content: "";
  height: 53px;
  width: 10px;
  position: absolute;
  left: 40px;
  top: 5px;
  background-size: 10px 50px;
  background-image: url(../images/aroow-forward.png);
  background-repeat: no-repeat;
}

.contact-pag-form form input.form-control {
  height: 60px;
  font-size: 15px;
  padding-left: 55px;
  border: 1px solid #d2d0cc;
  line-height: 0;
  box-shadow: none;
  color: #ffffff;
  font-weight: 400;
  background-color: transparent;
  margin-top: 20px;
  font-family: "Montserrat";
  display: flex;
  border-radius: 0;
  text-transform: capitalize;
  background: #f8f6f300;
  border-radius: 0px;
}

.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 8px;
  height: 47px;
  background-repeat: no-repeat;
  left: 40px;
  top: 5px;
}

.contact-pag-form .form-group:before {
  content: "";
  position: absolute;
  background-image: url(../images/contact-line.png);
  width: 50px;
  height: 50px;
}

.contact-pag-form form input.form-control::placeholder {
  color: #909091;
  text-transform: capitalize;
}

.contact-main-sec .them-btn-1:hover {
  background-color: #00006d;
  transition: 0.3s all;
}

.contact-pag-form form textarea.form-control {
  font-size: 15px;
  padding-left: 55px;
  padding-top: 13px;
  border: 1px solid #c6c6c6;
  letter-spacing: 0;
  box-shadow: none;
  resize: none;
  background-color: transparent;
  margin-top: 20px;
  color: #000000;
  border-radius: inherit;
  border-radius: 0;
  background: #f8f6f300;
  border-radius: 0px;
}

.contact-pag-form .email {
  padding: 0;
}

.contact-pag-form h4 {
  font-size: 62px;
  line-height: 70px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}

.contact-pag-form form textarea.form-control::placeholder {
  color: #909091;
  text-transform: capitalize;
}

.contact-pag-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #909091;
}

.contact-pag-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-moz-placeholder {
  /* Firefox 18- */
  color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  border: 1px solid #513421;
  height: 70px;
  width: 70px;
  border-radius: 50px;
  background-color: #513421;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 18px;
}

.cicle-icon img {
  margin: 0 auto;
}

.contact-main-sec .contact-info {
  background: transparent;
  width: 100%;
  padding: 20px 20px 40px;
  margin-bottom: 10px !important;
  border: 1px solid #c6c6c675;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #f8f6f300;
  border-radius: 0px;
}

.contact-main-sec h4 {
  font-size: 70px;
  color: #ffffff;
  font-weight: 400;
  line-height: 40px;
  text-transform: capitalize;
  margin-bottom: 30px !important;
}

.contact-main-sec p span {
  display: block;
}

.contact-main-sec p {
  font-size: 16px;
  color: #000;
  margin-bottom: -5% !important;
}

.contact-main-sec h2 {
  margin: 0;
  font-size: 21px;
  color: #ffffff;
  font-weight: 700;
  line-height: 30px;
  text-transform: capitalize;
  font-family: 'Roboto';
}

.contact_text p {
  font-size: 16px;
  line-height: 25px;
  color: #8b8b8b;
  padding-top: 0px;
  font-weight: 500;
  font-family: "Montserrat";
  letter-spacing: 1px;
}

.contact_text p a {
  font-size: 22px;
  color: #8b8b8b;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  margin-top: 3px;
  display: block;
}

.mailt {
  padding-left: 30px;
}

.contact_text a:hover {
  color: #8b8b8b;
}

.contact_text p a.email-text {
  font-size: 15px;
  color: #8b8b8b;
}

.contact_text p a.email-text:hover {
  color: #8b8b8b;
}

.contact-us {
  padding: 6% 0;
}

.contact-head {
  text-align: center;
}

.contact-head h2 {
  font-size: 50px;
  color: #000;
  text-transform: uppercase;
}

.lg-btn {
  width: 100%;
}

.cp {
  font-size: 17px;
  line-height: 27px;
}

.contact_heading {
  margin-bottom: 30px;
}

.contact_heading h2 {
  font-size: 45px;
  color: #000000;
  font-weight: bolder;
}

.contact-side-bar {
  padding-top: 18px;
}

.contact-main-sec {
  padding: 100px 0;
}

.contact-main-sec .them-btn-1 {
  margin-top: 20px;
  border: none;
  padding: 12px 20px;
  background-color: #ff0000;
  color: white;
  border-radius: 25px;
}

.b-img img {
  border-radius: 20px;
}

.contact-pag-form .form-group i {
  position: absolute;
  top: 20px;
  left: 13px;
  font-size: 20px;
  background: #513421;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-pag-form {
  margin-top: 0;
}

.contact-pag-form button {
  margin-top: 5%;
  width: fit-content;
  /* border: none; */
}

button.theme_btn img {
  width: 30%;
}

.paint-card {
  margin: 20px 0;
}
.contact-pag-form .web-btn {
  border: 2px solid #e1e1e1;
}

/*contact end*/

