/*
    display: flex;
    justify-content: space-between;
    justify-content: center;
    justify-content: start;
    justify-content: end;

    align-items: center;
    flex-wrap: wrap;

*/

.overlayOne {
  position: relative;
  z-index: 0;
}
.overlayOne::before {
  position: absolute;
  content: "";
  background-color: rgba(var(--heading-color), 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}

.t-btn.primary,
.thulo-btn--primary{
    color: #fff !important;
}

.t-btn,
.t-pill,
.t-list li,
.t-nodo .no,
.t-badge,
.t-outcome,
.t-plan li,
.t-prod-item{
    font-weight: 600 !important;
}

.t-mini b strong {
    font-weight: 500 !important;
}

.overlayTwo {
  position: relative;
  z-index: 0;
}
.overlayTwo::before {
  position: absolute;
  content: "";
  background-color: rgba(var(--main-color-one), 0.6);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background-repeat: no-repeat;
}

/*-------------Color include class--------------*/
.sectionBg1 {
  background: #FCF9F9;
}

.sectionBg2 {
  background: #FCF9F9;
}

.sectionBg3 {
  background: #F2F4F7;
}

.white-bg {
  background: #ffffff;
}

.gray-bg {
  background: #f5f5f5;
}

.white-bg {
  background: #ffffff;
}

.black-bg {
  background: #000000;
}

.footerBg1 {
  background: #524EB7;
}

.footerBg2 {
  background: #000;
}

.white-color {
  color: #ffffff;
}

.black-color {
  color: #000000;
}

.theme-color {
  color: var(--main-color-one);
}

/*--------------- ---- Responsive --------------------------*/


html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  font-family: var(--body-font);
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */
}

body {
  margin: 0;
  color: var(--paragraph-color);
  overflow-x: hidden;
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

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

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

/*-- Margin Left --*/
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

/*-- Margin Right --*/
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

/*-- Padding Top --*/
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

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

.pt-25 {
  padding-top: 25px;
}

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

.pt-35 {
  padding-top: 35px;
}

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

.pt-45 {
  padding-top: 45px;
}

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

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

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

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

/*-- Padding Bottom --*/
.pb-5 {
  padding-bottom: 5px;
}

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

.pb-15 {
  padding-bottom: 15px;
}

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

.pb-25 {
  padding-bottom: 25px;
}

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

.pb-35 {
  padding-bottom: 35px;
}

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

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

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

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

/*-- Padding Left --*/
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

/*-- Padding Right --*/
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

/*-- Margin Top --*/
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

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

.mt-25 {
  margin-top: 25px;
}

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

.mt-35 {
  margin-top: 35px;
}

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

.mt-45 {
  margin-top: 45px;
}

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

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

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

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-24 {
  margin-bottom: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 0px;
  font-weight: 500;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

p {
  color: var(--paragraph-color);
  font-family: var(--body-font);
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  line-height: 1.7;
  margin-bottom: 0px;
  font-weight: 400;
  font-size: 16px;
}

a,
.button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a {
  color: rgb(99, 92, 92);
  text-decoration: none;
}

a:focus,
a:active,
a:hover {
  color: var(--main-color-one);
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

pre {
  margin-top: 15px;
  background-color: whitesmoke;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f5f5f5), color-stop(50%, #e6e6e6));
  background-image: linear-gradient(#f5f5f5 50%, #e6e6e6 50%);
  background-size: 38px 38px;
  border: 1px solid #d4d4d4;
  display: block;
  line-height: 19px;
  margin-bottom: 20px;
  overflow: visible;
  overflow-y: hidden;
  padding: 0 0 0 4px;
  word-break: break-word;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
  height: auto;
}

ol:not([class]) {
  margin-bottom: 20px;
}

ol:not([class]) ol {
  margin-bottom: 0px;
}

ul ol:not([class]) {
  margin-bottom: 0px;
}

dl,
ol,
ul {
  padding-left: 0px;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-top: 0px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

/*input and button type focus outline disable*/
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

code {
  color: #faa603;
}

.check-list-02 {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list-02 li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list-02 li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  color: var(--main-color-one);
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.check-list li {
  display: block;
  padding-left: 20px;
  position: relative;
  z-index: 0;
}
.check-list li:after {
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: var(--main-color-one);
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  clear: both;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: 1px solid #e2e2e2;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  width: 50%;
  border: 1px solid #e2e2e2;
  text-align: center;
  height: 50px;
  border-radius: 5px;
  line-height: 50px;
  color: #fff;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.comment-navigation .nav-previous > a,
.posts-navigation .nav-previous > a,
.post-navigation .nav-previous > a,
.comment-navigation .nav-next > a,
.posts-navigation .nav-next > a,
.post-navigation .nav-next > a {
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: var(--paragraph-color);
}

.comment-navigation .nav-previous:hover,
.posts-navigation .nav-previous:hover,
.post-navigation .nav-previous:hover,
.comment-navigation .nav-next:hover,
.posts-navigation .nav-next:hover,
.post-navigation .nav-next:hover {
  background-color: var(--main-color-one);
  color: #fff;
}

.comment-navigation .nav-previous:hover > a,
.posts-navigation .nav-previous:hover > a,
.post-navigation .nav-previous:hover > a,
.comment-navigation .nav-next:hover > a,
.posts-navigation .nav-next:hover > a,
.post-navigation .nav-next:hover > a {
  color: #fff;
}

.messageBox .nicescroll-cursors {
  background-color: var(--main-color-two) !important;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Height & Width
--------------------------------------------------------------*/
.h-100 {
  height: 100%;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.aligncenter,
.alignleft,
.alignright {
  display: block;
  margin: 1.5rem auto;
  clear: both;
}

.alignleft {
  float: left;
  margin-right: 20px;
}

.alignright {
  float: right;
  margin-left: 20px;
}

.aligncenter {
  display: block;
}

.alignnone {
  margin: 1.75em auto 1.75em;
}

.alignfull {
  margin: 1.5em 0;
  max-width: 100%;
}

.alignwide {
  max-width: 1100px;
}

.alignnone {
  height: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*----------------------------------------
    # Unit test
------------------------------------------*/
.wp-link-pages {
  margin-bottom: 30px;
  margin-top: 25px;
}
.wp-link-pages a {
  margin: 0 5px;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}
.wp-link-pages a:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}
.wp-link-pages span {
  border: 1px solid #e2e2e2;
  padding: 5px 15px;
  display: inline-block;
}
.wp-link-pages span:first-child {
  margin-right: 5px;
}
.wp-link-pages .current {
  background-color: var(--main-color-one);
  color: #fff;
  border-color: var(--main-color-one);
}

.post-password-form input {
  display: block;
  border: 1px solid #e2e2e2;
  height: 50px;
  border-radius: 3px;
  padding: 0 20px;
}
.post-password-form label {
  font-weight: 600;
  color: #333;
}
.post-password-form input[type=submit] {
  width: 100px;
  height: 50px;
  background-color: var(--main-color-one);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  display: inline-block;
}
.post-password-form input[type=submit]:hover {
  background-color: #121A2F;
}

.breadcrumb > .active {
  color: #888;
}

.footer-widget .table td,
.footer-widget .table th {
  padding: 0.5rem !important;
}

.search-popup.show {
  position: relative;
  z-index: 9;
}
.search-popup.show .search-popup-inner {
  visibility: visible;
  opacity: 1;
}
.search-popup.show .search-popup-inner form {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.search-popup .search-popup-inner {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all linear 0.08s;
  transition: all linear 0.08s;
}
.search-popup .search-popup-inner form {
  position: absolute;
  padding: 120px 40px;
  width: 35%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 55%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.search-popup .search-popup-inner form .search-popup-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #dc3545;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.search-popup .search-popup-inner form .form-group {
  margin-bottom: 0;
  width: 100%;
}
.search-popup .search-popup-inner form .form-group input {
  height: 50px;
}
.search-popup .search-popup-inner form .search-btn {
  display: inline-block;
  border: none;
  height: 50px;
  width: 70px;
  border-radius: 3px;
  color: #fff;
  background-color: var(--main-color-two);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin-left: 18px;
}
.search-popup .search-popup-inner form .search-btn i {
  display: block;
}

.info {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
}

.title {
  color: var(--heading-color);
}

.dark-bg-01 {
  background-color: var(--bg-dark-one);
}

.dark-bg-02 {
  background-color: var(--bg-dark-two);
}

.light-bg-01 {
  background-color: #FFF8F2;
}

.light-bg-02 {
  background-color: #FEF3F4;
}

.light-bg-03 {
  background-color: #F6F4FE;
}

.light-bg-04 {
  background-color: #F5F9FE;
}

.bg-color-a {
  background-color: #F7ECFE;
}

.bg-color-b {
  background-color: #FFEBE7;
}

.bg-color-c {
  background-color: #E5F8FB;
}

.bg-color-d {
  background-color: #EDEEF8;
}

.bg-color-e {
  background-color: #E3F2FC;
}

.color-a {
  background-color: #BD63F9;
}

.color-b {
  background-color: #FC573B;
}

.color-c {
  background-color: #25C6DA;
}

.color-d {
  background-color: #6A75C4;
}

.color-e {
  background-color: #1491EA;
}

.border-radius-5 {
  border-radius: 5px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-none {
  border-radius: 0 !important;
}

.four-column .col-lg-3 {
  margin-top: 40px;
}
.four-column .col-lg-3:nth-child(1), .four-column .col-lg-3:nth-child(2), .four-column .col-lg-3:nth-child(3), .four-column .col-lg-3:nth-child(4) {
  margin-top: 0;
}

.three-column .col-lg-4 {
  margin-top: 50px;
}
.three-column .col-lg-4:nth-child(1), .three-column .col-lg-4:nth-child(2), .three-column .col-lg-4:nth-child(3) {
  margin-top: 0;
}

.two-column .col-lg-6 {
  margin-top: 40px;
}
.two-column .col-lg-6:nth-child(1), .two-column .col-lg-6:nth-child(2) {
  margin-top: 0;
}

.one-column .col-lg-12 {
  margin-top: 50px;
}
.one-column .col-lg-12:nth-child(1) {
  margin-top: 0;
}

.font-size-16 {
  font-size: 16px !important;
  line-height: 26px !important;
}

.font-size-18 {
  font-size: 18px !important;
  line-height: 28px !important;
}

.font-size-20 {
  font-size: 20px !important;
  line-height: 30px !important;
}

.font-size-22 {
  font-size: 22px !important;
  line-height: 32px !important;
}

.font-size-24 {
  font-size: 24px !important;
  line-height: 34px !important;
}

.font-size-26 {
  font-size: 26px !important;
  line-height: 36px !important;
}

.font-size-32 {
  font-size: 32px !important;
  line-height: 42px !important;
}

.font-size-42 {
  font-size: 42px !important;
  line-height: 60px !important;
}

.font-weight-700 {
  font-weight: 700 !important;
}

.font-weight-600 {
  font-weight: 600 !important;
}

.font-weight-500 {
  font-weight: 500 !important;
}

.font-weight-400 {
  font-weight: 400 !important;
}

.background-img {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}

.nice-select {
  line-height: 30px;
  border: 1px solid #eaeaea;
  height: 50px;
  width: 100%;
  color: #071112;
  font-weight: 500;
  text-transform: capitalize;
  padding-top: 10px;
  border-radius: 25px;
}
.nice-select::after {
  border-bottom: 2px solid #a3a3a3;
  border-right: 2px solid #a3a3a3;
  height: 7px;
  right: 41px;
  width: 7px;
}
.nice-select .list {
  width: 100%;
  border-radius: 0;
}
.nice-select.open .list {
  width: 100%;
  border-radius: 0;
}
.nice-select .option {
  color: #071112;
}
.nice-select::-webkit-input-placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
}
.nice-select::-moz-placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
}
.nice-select:-ms-input-placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
}
.nice-select::-ms-input-placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
}
.nice-select::placeholder {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
}

.inner-section-padding {
  padding-top: 80px;
  padding-bottom: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .inner-section-padding {
    padding-top: 80px;
    padding-bottom: 56px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-section-padding {
    padding-top: 80px;
    padding-bottom: 56px;
  }
}
@media (max-width: 575px) {
  .inner-section-padding {
    padding-top: 115px;
    padding-bottom: 56px;
  }
}

.inner-section-padding2 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .inner-section-padding2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .inner-section-padding2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .inner-section-padding2 {
    padding-top: 115px;
    padding-bottom: 80px;
  }
}

/*-- Section Padding -- */
/*.section-padding {*/
/*  padding-top: 120px;*/
/*  padding-bottom: 95px;*/
/*}*/
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 45px;
  }
}

.section-padding2 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .section-padding2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.top-padding {
  padding-top: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .top-padding {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-padding {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .top-padding {
    padding-top: 70px;
  }
}

.top-padding2 {
  padding-top: 95px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .top-padding2 {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .top-padding2 {
    padding-top: 70px;
  }
}
@media (max-width: 575px) {
  .top-padding2 {
    padding-top: 70px;
  }
}

.bottom-padding {
  padding-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .bottom-padding {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bottom-padding {
    padding-bottom: 70px;
  }
}
@media (max-width: 575px) {
  .bottom-padding {
    padding-bottom: 70px;
  }
}

.bottom-padding2 {
  padding-bottom: 95px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .bottom-padding2 {
    padding-bottom: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .bottom-padding2 {
    padding-bottom: 45px;
  }
}
@media (max-width: 575px) {
  .bottom-padding2 {
    padding-bottom: 45px;
  }
}

.footer-padding {
  padding-top: 20px;
  padding-bottom: 29px;
}

@media (max-width: 575px) {
  .section-tittle {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle {
    margin-bottom: 40px;
  }
}
/*.section-tittle .tittle {*/
/*  color: var(--heading-color);*/
/*  font-family: var(--heading-font);*/
/*  font-size: 50px;*/
/*  display: block;*/
/*  font-weight: 800;*/
/*  line-height: 1.4;*/
/*  margin-bottom: 18px;*/
/*  display: inline-block;*/
/*  position: relative;*/
/*}*/

.section-caption h1.tittle{
    font-size: 16px;
    line-height: 1.5;
    color: #808080;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .section-tittle .tittle {
    font-size: 36px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle .tittle {
    font-size: 31px !important;
  }
}
@media (max-width: 575px) {
  .section-tittle .tittle {
    font-size: 24px !important;
  }
}

.section-tittle .title {
  color: var(--heading-color);
  font-family: var(--heading-font);
  font-size: 50px;
  display: block;
  font-weight: 800;
  line-height: 1.4;
  margin-bottom: 18px;
  display: inline-block;
  position: relative;
}
.section-tittle .title .color {
  color: var(--main-color-one);
}
.section-tittle .title p {
  color: #344054;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .section-tittle .title {
    font-size: 36px !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle .title {
    font-size: 31px !important;
  }
}
@media (max-width: 575px) {
  .section-tittle .title {
    font-size: 24px !important;
  }
}


.section-tittle .tittle .shape {
  position: absolute;
  width: 72px;
  height: 50px;
  background: var(--main-color-three);
  z-index: -1;
  left: 0;
  top: 0;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle .tittle .shape {
    height: 45px;
  }
}
@media (max-width: 575px) {
  .section-tittle .tittle .shape {
    width: 57px;
    height: 34px;
  }
}
.section-tittle .tittle::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon/tittleShape2.svg);
  background-repeat: no-repeat;
  width: 42px;
  height: 100%;
  top: -15px;
  left: -35px;
  background-position: 0 0;
  background-size: contain;
}
@media (max-width: 575px) {
  .section-tittle .tittle::after {
    left: -5px;
    width: 22px;
  }
}
.section-tittle .tittle::before {
  position: absolute;
  content: "";
  background-image: url(../img/icon/tittleShape.svg);
  background-repeat: no-repeat;
  width: 42px;
  height: 100%;
  top: -7px;
  right: -55px;
  background-position: 0 0;
  background-size: contain;
}
@media (max-width: 575px) {
  .section-tittle .tittle::before {
    width: 22px;
    right: -15px;
  }
}
.section-tittle .tittle .color {
  color: var(--main-color-one);
}
.section-tittle .tittle p {
  color: #344054;
}
.section-tittle .tittle .lineBrack {
  display: block;
}
@media (max-width: 575px) {
  .section-tittle .tittle .lineBrack {
    display: none;
  }
}
.section-tittle .pera {
  color: #5E5E5E;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.section-tittle .pera a {
  text-decoration: underline;
}
.section-tittle.section-tittle2 .tittle {
  font-size: 32px;
}
.section-tittle.section-tittle3 h2 {
  font-size: 46px;
  line-height: 1.3;
}
.section-tittle.section-tittle4 h2 {
  color: var(--heading-color);
  font-size: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle.section-tittle4 h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  .section-tittle.section-tittle4 h2 {
    font-size: 23px;
    line-height: 1.5;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-tittle.section-tittle4 h2 br {
    display: none;
  }
}
@media (max-width: 575px) {
  .section-tittle.section-tittle4 h2 br {
    display: none;
  }
}
.section-tittle.section-tittle5 span {
  color: var(--main-color-one);
}
.section-tittle.section-tittle6 .tittle {
  font-size: 64px;
  line-height: 1.1;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .small-tittle {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .small-tittle {
    margin-bottom: 50px;
  }
}
.small-tittle .tittle {
  color: var(--heading-color);
  font-size: 24px;
  display: block;
  font-weight: 700;
  margin-bottom: 20px;
}
.small-tittle .pera {
  font-family: var(--body-font);
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.small-tittle .pera a {
  text-decoration: underline;
}
.small-tittle.small-tittle2 h4 {
  color: var(--heading-color);
  font-size: 20px;
  font-weight: 700;
}
.small-tittle.small-tittle2 p {
  color: #66816A;
}

.tittleStyleTow h3 {
  color: var(--heading-color);
  font-size: 20px;
  display: block;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 16px;
  border-bottom: 1px solid #F3F3F3;
  padding-bottom: 4px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .tittleStyleTow h3 {
    font-size: 20px;
  }
}
.tittleStyleTow h3 span {
  width: 20px;
  height: 1px;
  background: var(--main-color-one);
  display: inline-block;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  margin-left: 10px;
}
.tittleStyleTow p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.tittleStyleTow p a {
  text-decoration: underline;
}

.priceTittle {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 20px;
}

.infoTitle2 {
  font-family: var(--body-font);
  color: #667085;
  margin-bottom: 20px;
  font-size: 16px;
  display: block;
}
.infoTitle2 .icon {
  margin-right: 8px;
  font-size: 25px;
  position: relative;
  top: 3px;
}

.infoTitle {
  font-family: var(--heading-font);
  color: var(--heading-color);
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.plr {
  padding-left: 170px;
  padding-right: 170px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .plr {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.99px) {
  .plr {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .plr {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .plr {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .plr {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .plr {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.sectionImg-bg {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.sectionImg-bg2 {
  background-size: 100% 100%;
  background-repeat: no-repeat !important;
  background-position: center center;
}

/*--------------------------------------------------------------
# Globals
--------------------------------------------------------------*/
.padding-left-0 {
  padding-left: 0;
}

.padding-right-0 {
  padding-left: 0;
}

.gray-bg {
  background-color: #f5f5f5;
}

.secondary-bg {
  background-color: var(--secondary-color);
}

.padding-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.padding-top-0 {
  padding-top: 0px !important;
}

.padding-top-10 {
  padding-top: 10px;
}

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

.padding-top-25 {
  padding-top: 25px;
}

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

.padding-top-35 {
  padding-top: 35px;
}

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

.padding-top-45 {
  padding-top: 45px;
}

.padding-top-55 {
  padding-top: 55px;
}

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

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-65 {
  padding-top: 65px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-75 {
  padding-top: 75px;
}

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

.padding-top-85 {
  padding-top: 85px;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-top-95 {
  padding-top: 95px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-top-103 {
  padding-top: 103px;
}

.padding-top-105 {
  padding-top: 105px;
}

.padding-top-110 {
  padding-top: 110px;
}

.padding-top-115 {
  padding-top: 115px;
}

.padding-top-120 {
  padding-top: 120px;
}

.padding-top-140 {
  padding-top: 140px;
}

.padding-top-150 {
  padding-top: 150px;
}

.padding-top-160 {
  padding-top: 160px;
}

.padding-top-175 {
  padding-top: 175px;
}

.padding-top-180 {
  padding-top: 180px;
}

.padding-top-190 {
  padding-top: 190px;
}

.padding-top-210 {
  padding-top: 210px;
}

.padding-top-260 {
  padding-top: 260px;
}

.padding-top-390 {
  padding-top: 390px;
}

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

.padding-bottom-15 {
  padding-bottom: 15px;
}

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

.padding-bottom-25 {
  padding-bottom: 25px;
}

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

.padding-bottom-35 {
  padding-bottom: 35px;
}

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

.padding-bottom-45 {
  padding-bottom: 45px;
}

.padding-bottom-50 {
  padding-bottom: 50px;
}

.padding-bottom-55 {
  padding-bottom: 55px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-65 {
  padding-bottom: 65px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-bottom-75 {
  padding-bottom: 75px;
}

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

.padding-bottom-85 {
  padding-bottom: 85px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-bottom-95 {
  padding-bottom: 95px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-bottom-110 {
  padding-bottom: 110px;
}

.padding-bottom-105 {
  padding-bottom: 105px;
}

.padding-bottom-115 {
  padding-bottom: 115px;
}

.padding-bottom-120 {
  padding-bottom: 120px;
}

.padding-bottom-130 {
  padding-bottom: 130px;
}

.padding-bottom-140 {
  padding-bottom: 140px;
}

.padding-bottom-135 {
  padding-bottom: 135px;
}

.padding-bottom-190 {
  padding-bottom: 190px;
}

.padding-bottom-200 {
  padding-bottom: 200px;
}

.padding-bottom-227 {
  padding-bottom: 227px;
}

.padding-bottom-250 {
  padding-bottom: 280px;
}

.padding-bottom-285 {
  padding-bottom: 285px;
}

.padding-bottom-150 {
  padding-bottom: 150px;
}

.padding-bottom-160 {
  padding-bottom: 160px;
}

.padding-bottom-165 {
  padding-bottom: 165px;
}

.padding-bottom-170 {
  padding-bottom: 170px;
}

.padding-bottom-180 {
  padding-bottom: 180px;
}

.padding-bottom-215 {
  padding-bottom: 215px;
}

.padding-bottom-295 {
  padding-bottom: 295px;
}

.padding-bottom-300 {
  padding-bottom: 300px;
}

.padding-bottom-320 {
  padding-bottom: 320px;
}

.padding-bottom-460 {
  padding-bottom: 460px;
}

.margin-top-minus-90 {
  margin-top: -90px;
}

.margin-top-minus-100 {
  margin-top: -100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.margin-top-150 {
  margin-top: 150px;
}

.margin-top-160 {
  margin-top: 160px;
}

.padding-x-0 {
  padding-left: 0;
  padding-right: 0;
}

.padding-y-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.padding-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.padding-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.padding-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.padding-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.padding-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.padding-65 {
  padding-top: 65px;
  padding-bottom: 65px;
}

.padding-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.padding-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.padding-90 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.padding-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

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

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

.margin-top-35 {
  margin-top: 35px;
}

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

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

.margin-top-55 {
  margin-top: 55px;
}

.margin-top-60 {
  margin-top: 60px;
}

.margin-top-70 {
  margin-top: 70px;
}

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

.margin-top-90 {
  margin-top: 90px;
}

.margin-top-100 {
  margin-top: 100px;
}

.margin-bottom-0 {
  margin-bottom: 0px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-25 {
  margin-bottom: 25px;
}

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

.margin-bottom-35 {
  margin-bottom: 35px;
}

.margin-bottom-40 {
  margin-bottom: 40px;
}

.margin-bottom-45 {
  margin-bottom: 45px;
}

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

.margin-bottom-55 {
  margin-bottom: 55px;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-70 {
  margin-bottom: 70px;
}

.margin-bottom-80 {
  margin-bottom: 80px;
}

.margin-bottom-90 {
  margin-bottom: 90px;
}

.margin-bottom-100 {
  margin-bottom: 100px;
}

.margin-bottom-120 {
  margin-bottom: 120px;
}

.margin-bottom-150 {
  margin-bottom: 150px;
}

.margin-top-100 {
  margin-bottom: 100px;
}

.margin-top-120 {
  margin-top: 120px;
}

.min-height-600 {
  min-height: 600px;
}

.overflow-hidden {
  overflow: hidden;
}

/*--------------------------------------------------------------
  ........................ Some Plugin style ................
--------------------------------------------------------------*/
/*-----------   Back To Top  --------*/
@-webkit-keyframes border-transform {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
.progressParent {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  -webkit-box-shadow: inset 0 0 0 2px #d0d0d4;
          box-shadow: inset 0 0 0 2px #d0d0d4;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progressParent.rn-backto-top-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.progressParent::after {
  position: absolute;
  font-family: "Line Awesome Free";
  content: "\f062";
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: var(--main-color-one);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progressParent:hover::after {
  color: var(--heading-color);
}
.progressParent::before {
  position: absolute;
  font-family: "Line Awesome Free";
  content: "\f062";
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  background: var(--main-color-one);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progressParent:hover::before {
  opacity: 1;
}
.progressParent svg path {
  fill: none;
}
.progressParent svg.backCircle path {
  stroke: var(--main-color-one);
  stroke-width: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

/*---  Mouse Cursor   ----*/
.mouseCursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursorInner {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  z-index: 10000001;
  background-color: var(--main-color-one);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursorInner.cursor-hover {
  margin-left: -30px;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background-color: var(--main-color-one);
  opacity: 0.1;
}

.cursorOuter {
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border: 2px solid var(--main-color-one);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: 0.5;
  -webkit-transition: all 0.08s ease-out;
  transition: all 0.08s ease-out;
}

.cursorOuter.cursor-hover {
  opacity: 0;
}

.main-wrapper[data-magic-cursor=hide] .mouseCursor {
  display: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1111;
}

.homeTow .cursorInner {
  background-color: var(--main-color-two);
}
.homeTow .cursorInner.cursor-hover {
  background-color: var(--main-color-two);
}
.homeTow .cursorOuter {
  border: 2px solid var(--main-color-two);
}

.slider-inner-margin .slick-slide {
  margin-left: 12px;
  margin-right: 12px;
}
.slider-inner-margin .slick-list {
  margin-left: -12px;
  margin-right: -12px;
}

.sliderArrow .slick-arrow {
  border: 1px solid #EAECF0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 52px;
  width: 52px;
  line-height: 52px;
  position: absolute;
  text-align: center;
  top: -93px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.sliderArrow .slick-arrow i {
  color: #98A2B3;
  font-size: 24px;
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sliderArrow .slick-arrow {
    top: -65px;
  }
}
@media (max-width: 575px) {
  .sliderArrow .slick-arrow {
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: -26px;
  }
  .sliderArrow .slick-arrow i {
    font-size: 14px;
    top: -1px;
  }
}
.sliderArrow .slick-arrow:hover {
  border: 1px solid var(--main-color-three);
  background: var(--main-color-three);
}
.sliderArrow .slick-arrow:hover i {
  color: var(--heading-color);
}
.sliderArrow .prev-icon {
  right: 65px;
}
@media (max-width: 575px) {
  .sliderArrow .prev-icon {
    right: 37px;
  }
}
.sliderArrow .next-icon {
  left: auto;
  right: 0px;
}

.arrowStyleTow .slick-arrow {
  border: 1px solid #EAECF0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 52px;
  width: 52px;
  line-height: 52px;
  position: absolute;
  text-align: center;
  top: -84px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
.arrowStyleTow .slick-arrow i {
  color: #98A2B3;
  font-size: 24px;
  position: relative;
  top: 2px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .arrowStyleTow .slick-arrow {
    top: -65px;
  }
}
@media (max-width: 575px) {
  .arrowStyleTow .slick-arrow {
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: -26px;
  }
  .arrowStyleTow .slick-arrow i {
    font-size: 14px;
    top: -1px;
  }
}
.arrowStyleTow .slick-arrow:hover {
  border: 1px solid var(--main-color-three);
  background: var(--main-color-three);
}
.arrowStyleTow .slick-arrow:hover i {
  color: var(--heading-color);
}
.arrowStyleTow .prev-icon {
  right: 65px;
}
@media (max-width: 575px) {
  .arrowStyleTow .prev-icon {
    right: 37px;
  }
}
.arrowStyleTow .next-icon {
  left: auto;
  right: 0px;
}

.slick-initialized .slick-slide {
  outline: 0;
}

.DotStyleOne .slick-dots {
  text-align: center;
  bottom: -55px;
  left: 41px;
  position: absolute;
}
.DotStyleOne .slick-dots li {
  display: inline-block;
}
.DotStyleOne .slick-dots button {
  text-indent: -100000px;
  height: 3px;
  width: 33px;
  border: 0;
  padding: 0;
  margin-right: 5px;
  cursor: pointer;
  border-radius: 0;
  background: rgba(255, 94, 20, 0.2);
}
.DotStyleOne .slick-active button {
  background: #FF5E14;
}

.DotStyleTwo .slick-dots {
  text-align: center;
  margin-top: 37px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .DotStyleTwo .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .DotStyleTwo .slick-dots {
    bottom: 20px;
  }
}
.DotStyleTwo .slick-dots li {
  display: inline-block;
}
.DotStyleTwo .slick-dots button {
  text-indent: -100000px;
  height: 9px;
  width: 9px;
  border: 0;
  padding: 0;
  margin: 0 4px;
  cursor: pointer;
  border-radius: 50%;
  background: var(--main-color-one);
  opacity: 0.6;
}
.DotStyleTwo .slick-dots .slick-active button {
  background: var(--main-color-one);
  opacity: 1;
  height: 12px;
  width: 12px;
  position: relative;
  top: -1px;
}
.DotStyleTwo li {
  display: inline-block;
}

.DotStyleThree .slick-dots {
  text-align: center;
  bottom: 40px;
  left: 0;
  right: 0;
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .DotStyleThree .slick-dots {
    bottom: 20px;
  }
}
@media (max-width: 575px) {
  .DotStyleThree .slick-dots {
    bottom: 20px;
  }
}
.DotStyleThree .slick-dots li {
  display: inline-block;
}
.DotStyleThree .slick-dots button {
  text-indent: -100000px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  margin: 0 8px;
  border: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.DotStyleThree .slick-dots .slick-active button {
  background: #fff;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.DotStyleThree .slick-dots li.slick-active button::before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  border-radius: 50%;
  border: 2px solid #fff;
  top: -6px;
  left: -6px;
}
.DotStyleThree li {
  display: inline-block;
}

/* Sticky*/
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
}

/* Sticky end */
/******** base color css ********/
.btn-wrapper .cmn-btn {
  color: #ffffff;
  background: var(--main-color-one);
  font-family: var(--heading-font);
  padding: 24px 25px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 8px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -moz-user-select: none;
  line-height: 0;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  overflow: hidden;
  white-space: nowrap;
}
.btn-wrapper .cmn-btn i {
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  position: relative;
  left: 0;
}
.btn-wrapper .cmn-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--heading-color);
  z-index: 1;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
          transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 0px;
}
.btn-wrapper .cmn-btn:hover {
  color: #ffffff !important;
}
.btn-wrapper .cmn-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  z-index: -1;
}
.btn-wrapper .cmn-btn:hover::after {
  background: var(--main-color-one);
}
.btn-wrapper .cmn-btn:hover i {
  left: 3px;
}
.btn-wrapper .cmn-btn.cmn-btns {
  background: var(--paragraph-color);
}
.btn-wrapper .cmn-btn.cmn-btns:hover {
  color: #ffffff !important;
}
.btn-wrapper .cmn-btn.cmn-btns:hover::before {
  background: var(--main-color-one);
}
.btn-wrapper .cmn-btn.cmn-btns:hover i {
  left: 3px;
}
.btn-wrapper .cmn-btn1 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: var(--main-color-one);
  color: #ffffff;
  padding: 13px 20px 13px 16px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
}
.btn-wrapper .cmn-btn1 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 5px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
@media (max-width: 1399.99px) {
  .btn-wrapper .cmn-btn1 i {
    font-size: 20px;
  }
}
.btn-wrapper .cmn-btn1:hover {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn1:hover i {
  color: var(--main-color-one);
}
@media (max-width: 1799.99px) {
  .btn-wrapper .cmn-btn1 .text {
    display: none;
  }
}
.btn-wrapper .cmn-btn2 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: var(--main-color-one);
  color: #ffffff;
  padding: 15px 21px 20px 31px;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
}
.btn-wrapper .cmn-btn2 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
.btn-wrapper .cmn-btn2:hover {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn2:hover i {
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn02 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid var(--main-color-one);
  background: none;
  color: var(--main-color-one);
  padding: 13px 44px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
}
.btn-wrapper .cmn-btn02 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
.btn-wrapper .cmn-btn02:hover {
  background: var(--main-color-one);
  border: 1px solid transparent;
  color: #ffffff;
}
.btn-wrapper .cmn-btn02:hover i {
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn3 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: #475467;
  color: #ffffff;
  padding: 13px 44px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
}
.btn-wrapper .cmn-btn3 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
.btn-wrapper .cmn-btn3:hover {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn3:hover i {
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn4 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: var(--main-color-one);
  color: #ffffff;
  padding: 13px 15px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-wrapper .cmn-btn4 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
@media (max-width: 1399.99px) {
  .btn-wrapper .cmn-btn4 i {
    font-size: 20px;
  }
}
.btn-wrapper .cmn-btn4:hover {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn4:hover i {
  color: var(--main-color-one);
}
@media (max-width: 1799.99px) {
  .btn-wrapper .cmn-btn4 .text {
    display: none;
  }
}
.btn-wrapper .cmn-btn04 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: var(--main-color-one);
  color: #ffffff;
  padding: 17px 51px;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  border-radius: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1799.99px) {
  .btn-wrapper .cmn-btn04 {
    padding: 13px 43px;
  }
}
.btn-wrapper .cmn-btn04 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
@media (max-width: 1399.99px) {
  .btn-wrapper .cmn-btn04 i {
    font-size: 20px;
  }
}
.btn-wrapper .cmn-btn04:hover {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn04:hover i {
  color: var(--main-color-one);
}
@media (max-width: 1799.99px) {
  .btn-wrapper .cmn-btn04 .text {
    display: none;
  }
}
.btn-wrapper .pro-btn1 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: rgba(252, 79, 79, 0.1);
  color: var(--main-color-one);
  text-transform: uppercase;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  border-radius: 6px;
  margin-right: 6px;
}
.btn-wrapper .pro-btn1 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
.btn-wrapper .pro-btn1:hover {
  background: var(--main-color-one);
  border: 1px solid transparent;
  color: #ffffff;
}
.btn-wrapper .pro-btn1:hover i {
  color: var(--main-color-one);
}
.btn-wrapper .pro-btn2 {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid transparent;
  background: rgba(82, 78, 183, 0.1);
  color: var(--main-color-one);
  text-transform: uppercase;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  border-radius: 6px;
}
.btn-wrapper .pro-btn2 i {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-right: 3px;
  font-size: 28px;
  line-height: 1;
  position: relative;
  bottom: -4px;
}
.btn-wrapper .pro-btn2:hover {
  background: var(--main-color-one);
  border: 1px solid transparent;
  color: #ffffff;
}
.btn-wrapper .pro-btn2:hover i {
  color: var(--main-color-one);
}
.btn-wrapper .cmn-btn-outline0 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--heading-font);
  border: 1px solid #D0D5DD;
  color: #667085;
  font-size: 15px;
  font-weight: 500;
  padding: 13px 15px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background: none;
  display: inline-block;
}
.btn-wrapper .cmn-btn-outline0 .icon {
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  margin-right: 8px;
}
.btn-wrapper .cmn-btn-outline0 img {
  width: 17px;
}
.btn-wrapper .cmn-btn-outline0:hover {
  border-color: var(--main-color-one);
}
.btn-wrapper .cmn-btn-outline1 {
  font-family: var(--heading-font);
  border: 1px solid #F3F3F3;
  color: #667085;
  font-size: 15px;
  font-weight: 500;
  text-transform: normal;
  padding: 14px 15px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: none;
  z-index: 1;
  width: 100%;
  text-align: center;
}
.btn-wrapper .cmn-btn-outline1 .icon {
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  position: relative;
  left: 0;
}
.btn-wrapper .cmn-btn-outline1::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--main-color-one);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
          transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 0;
}
.btn-wrapper .cmn-btn-outline1:hover {
  color: #ffffff;
}
.btn-wrapper .cmn-btn-outline1:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  border: 1px solid transparent;
}
.btn-wrapper .cmn-btn-outline1:hover i {
  left: 3px;
}
.btn-wrapper .cmn-btn-outline2 {
  font-family: var(--heading-font);
  border: 1px solid #F3F3F3;
  color: #667085;
  font-size: 15px;
  font-weight: 500;
  text-transform: normal;
  padding: 14px 15px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: none;
  z-index: 1;
}
.btn-wrapper .cmn-btn-outline2 .icon {
  font-size: 18px;
  margin-right: 6px;
}
.btn-wrapper .cmn-btn-outline2::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--main-color-one);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
          transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 0;
}
.btn-wrapper .cmn-btn-outline2:hover {
  color: #ffffff;
}
.btn-wrapper .cmn-btn-outline2:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  border: 1px solid transparent;
}
.btn-wrapper .cmn-btn-outline3 {
  font-family: var(--heading-font);
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
  font-size: 15px;
  font-weight: 500;
  text-transform: normal;
  padding: 14px 15px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  background: none;
  z-index: 1;
}
.btn-wrapper .cmn-btn-outline3 .icon {
  font-size: 18px;
  margin-right: 6px;
}
.btn-wrapper .cmn-btn-outline3::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--main-color-one);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
          transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 0;
}
.btn-wrapper .cmn-btn-outline3:hover {
  color: #ffffff;
}
.btn-wrapper .cmn-btn-outline3:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  border: 1px solid transparent;
}
.btn-wrapper .cmn-btn-outline4 {
  border: 1px solid #F3F3F3;
  font-family: var(--heading-font);
  color: #667085;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 15px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  display: inline-block;
  z-index: 1;
}
.btn-wrapper .cmn-btn-outline4 .icon {
  font-size: 18px;
  margin-right: 6px;
}
.btn-wrapper .cmn-btn-outline4:hover {
  border: 1px solid transparent;
  background: var(--main-color-one);
  color: #ffffff;
}
.btn-wrapper .cmn-btn-outline5 {
  border: 1px solid #F3F3F3;
  font-family: var(--heading-font);
  color: #667085;
  font-size: 16px;
  font-weight: 500;
  padding: 13px 15px !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  display: inline-block;
}
.btn-wrapper .cmn-btn-outline5 .icon {
  color: var(--main-color-one);
  font-size: 24px;
  margin-right: 6px;
  position: relative;
  top: 2px;
}
.btn-wrapper .cmn-btn-outline5:hover {
  border: 1px solid transparent;
  background: var(--main-color-one);
  color: #ffffff;
}
.btn-wrapper .cmn-btn-outline5:hover .icon {
  color: #ffffff;
}
.btn-wrapper .btn-rounded {
  font-family: #667085;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 42px;
  border-radius: 8px;
  cursor: pointer;
  padding: 10px 20px;
  font-size: 16px;
  background: var(--main-color-one) !important;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  border: 0;
}
.btn-wrapper .btn-rounded i {
  color: var(--main-color-one);
}
.btn-wrapper .btn-rounded2 {
  font-family: #667085;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 42px;
  border-radius: 8px;
  cursor: pointer;
  padding: 12px 20px;
  font-size: 16px;
  background: var(--main-color-two) !important;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  border: 0;
}
.btn-wrapper .btn-rounded2 .icon {
  color: var(--main-color-one);
  position: relative;
  top: -2px;
  margin-left: 5px;
}
.btn-wrapper .browseBtn {
  font-family: var(--heading-font);
  font-size: 16px;
  color: var(--main-color-one);
  font-weight: 500;
  display: inline-block;
}
.btn-wrapper .browseBtn i {
  font-size: 24px;
  position: relative;
  top: 4px;
}
.btn-wrapper .browseBtn:hover {
  letter-spacing: 0.6px;
  color: var(--main-color-one);
}
.btn-wrapper .browseBtn:hover i {
  color: var(--main-color-one);
}
.btn-wrapper .hero-btn {
  padding: 19px 30px;
}

.btn:hover {
  background-position: right;
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.white-btn {
  background: #ffffff;
  padding: 19px 37px 19px 28px;
  color: var(--main-color-one);
  cursor: pointer;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0px;
  line-height: 1;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  -moz-user-select: none;
  cursor: pointer;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  z-index: 1;
  border: 0;
  -webkit-box-shadow: 0 3px 10px rgba(27, 30, 120, 0.1);
          box-shadow: 0 3px 10px rgba(27, 30, 120, 0.1);
}
.white-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--heading-color);
  z-index: 1;
  border-radius: 5px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
          transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 0;
}
.white-btn.white-btn2 {
  padding: 20px 29px;
}
.white-btn.white-btn3 {
  padding: 25px 54px;
  border-radius: 30px;
  color: #777;
}
.white-btn i {
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  position: relative;
  left: 5px;
}
.white-btn:hover {
  color: #ffffff;
}
.white-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  z-index: -1;
}
.white-btn:hover i {
  left: 5px;
}

.border-btn {
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
  text-transform: normal;
  padding: 11px 15px !important;
  -moz-user-select: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  -webkit-transition: color 0.4s linear;
  transition: color 0.4s linear;
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  background: none;
  z-index: 1;
}
.border-btn i {
  font-size: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  position: relative;
  left: 0;
}
.border-btn::before {
  border: 1px solid transparent;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 101%;
  height: 101%;
  background: var(--main-color-one);
  z-index: -1;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
          transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  border-radius: 0;
}
.border-btn:hover {
  color: #ffffff;
}
.border-btn:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  border: 1px solid transparent;
}
.border-btn:hover i {
  left: 3px;
}
.border-btn.border-btn2 {
  border: 1px solid var(--main-color-two) !important;
  color: var(--main-color-two) !important;
  padding: 11px 27px !important;
  font-weight: 500;
}
.border-btn.border-btn2::before {
  background: var(--main-color-two) !important;
}
.border-btn.border-btn2:hover {
  border: 1px solid var(--main-color-two) !important;
  color: #ffffff !important;
}
.border-btn.border-btn3 {
  padding: 8px 28px !important;
  border-radius: 5px;
}

.about-btn {
  padding: 30px 40px;
}

.blog-btn {
  text-transform: uppercase !important;
  padding: 15px 18px;
  font-size: 13px !important;
  line-height: 1px;
}

.header-btn {
  font-family: var(--heading-font);
  padding: 13px 32px !important;
  cursor: pointer;
  color: #fff !important;
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  background: var(--main-color-one);
  text-transform: capitalize !important;
  border: 1px solid transparent;
}
.header-btn:hover {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-two) !important;
}

.header-btn2 {
  font-family: var(--heading-font);
  padding: 13px 32px !important;
  cursor: pointer;
  color: #fff !important;
  display: inline-block !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  background: var(--main-color-one);
  text-transform: capitalize !important;
  border: 1px solid transparent;
}
.header-btn2:hover {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one) !important;
}

.cal-btn i {
  color: #09cc7f !important;
  font-size: 31px;
  font-weight: 300;
  margin-right: 10px;
}
.cal-btn > p {
  color: #072366 !important;
  font-weight: 700;
  font-size: 16px;
  display: inline-block;
  margin: 0 !important;
  position: relative;
  top: -7px;
}

.slider-btn2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  padding: 17px 24px;
  display: inline-block;
}
.slider-btn2:hover {
  color: #fff !important;
  text-decoration: underline !important;
  letter-spacing: 0.2px;
}
@media (max-width: 575px) {
  .slider-btn2 {
    padding-left: 0;
  }
}

.black-btn {
  padding: 14px 35px;
  background: #000;
  display: inline-block;
}
.black-btn::before {
  background: #331391;
}

.borders-btn {
  padding: 10px 64px;
  background: none;
  border: 1px solid var(--main-color-one);
  display: inline-block;
  color: var(--main-color-one);
  border-radius: 30px;
  text-transform: uppercase;
}

.submit-btn {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--body-font);
  padding: 13px 32px !important;
  cursor: pointer;
  color: #fff !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  background: var(--main-color-one);
  text-transform: capitalize !important;
  border: 1px solid transparent;
  width: 100%;
}
.submit-btn:hover {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one) !important;
}
.submit-btn.submit-btn3 {
  padding: 7px 32px !important;
  border-radius: 5px;
}

.submit-btn2 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--body-font);
  padding: 7px 32px !important;
  border-radius: 5px;
  cursor: pointer;
  color: #fff !important;
  display: inline-block !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  background: var(--main-color-one);
  text-transform: capitalize !important;
  border: 1px solid transparent;
}
.submit-btn2:hover {
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one) !important;
}

.btn_001 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: none;
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
  padding: 17px 36px;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
}
@media (max-width: 575px) {
  .btn_001 {
    margin-bottom: 10px;
  }
}
.btn_001:hover {
  background: var(--main-color-one);
}

.btn_1 {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #ffffff;
  font-family: var(--body-font);
  background: var(--main-color-one);
  padding: 18px 30px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid transparent;
  display: inline-block;
}
.btn_1 i {
  margin-right: 8px;
}
.btn_1 img {
  margin-left: 10px;
}
.btn_1:hover {
  background: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}

.btn_2 {
  color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
  display: inline-block;
  padding: 22px 76px 22px 44px;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  position: relative;
}
.btn_2::after {
  position: absolute;
  content: "";
  width: 15px;
  background: var(--main-color-one);
  right: 36px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 2px;
}
.btn_2:hover {
  background-color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
  color: #ffffff !important;
}
.btn_2:hover::after {
  background: #ffffff;
}

.btn_02 {
  font-family: var(--heading-font);
  color: #fff;
  border: 1px solid var(--main-color-one);
  display: inline-block;
  padding: 17px 45px;
  text-transform: capitalize;
  font-size: 18px;
  background: none;
  font-weight: 600;
  border-radius: 0px;
}
.btn_02:hover {
  background-color: var(--main-color-one);
  border: 1px solid var(--main-color-one);
}

.product_btn {
  font-size: 12px;
  background-color: var(--main-color-one);
  display: inline-block;
  color: #ffffff;
  padding: 2px 15px;
  text-transform: uppercase;
  border: 1px solid var(--main-color-one);
}
.product_btn:hover {
  border: 1px solid var(--main-color-one);
  background-color: transparent;
  color: var(--main-color-one);
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.focus, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.fb-btn {
  background: #3b5997;
  padding: 15px 26px;
}
.fb-btn:hover::before {
  background: var(--main-color-one) !important;
}

.twit-btn {
  background: #1da1f2;
  padding: 15px 26px;
}
.twit-btn:hover::before {
  background: var(--main-color-one) !important;
}

.more-btn {
  font-family: var(--body-font);
  color: var(--main-color-one);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more-btn::before {
  -webkit-transition: 0.3;
  transition: 0.3;
  background: var(--main-color-one);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 1px;
}
.more-btn:hover {
  letter-spacing: 0.3px;
  color: var(--main-color-one);
}
.more-btn:hover::before {
  background: var(--main-color-one);
}
.more-btn i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 3px;
  left: 5px;
}

.more-btn2 {
  font-family: var(--body-font);
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more-btn2:hover {
  letter-spacing: 0.3px;
  color: var(--main-color-one);
}
.more-btn2 i {
  display: inline-block;
  line-height: 1;
  font-size: 10px;
  font-weight: 700;
}

.more-btn3 {
  font-family: var(--heading-font);
  color: var(--main-color-one);
  font-size: 16px;
  font-weight: 400;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more-btn3::before {
  -webkit-transition: 0.3;
  transition: 0.3;
  background: var(--main-color-one);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 1px;
}
.more-btn3:hover {
  letter-spacing: 0.3px;
  color: var(--main-color-one);
}
.more-btn3:hover::before {
  background: var(--main-color-one);
}
.more-btn3 i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 3px;
  left: 5px;
}

.more-btn4 {
  font-family: var(--body-font);
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.more-btn4::before {
  -webkit-transition: 0.3;
  transition: 0.3;
  background: var(--heading-color);
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0px;
  height: 1px;
}
.more-btn4:hover {
  letter-spacing: 0.3px;
  color: var(--main-color-one);
}
.more-btn4:hover::before {
  background: var(--main-color-one);
}
.more-btn4 i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  top: 3px;
  left: 5px;
}

.boxed-btn {
  background: #fff;
  color: var(--main-color-one) !important;
  display: inline-block;
  padding: 18px 44px;
  font-family: var(--heading-font);
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid var(--main-color-one);
  letter-spacing: 1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--main-color-one);
  text-transform: uppercase;
  cursor: pointer;
}
.boxed-btn:hover {
  background: var(--main-color-one);
  color: #fff !important;
  border: 1px solid var(--main-color-one);
}
.boxed-btn:focus {
  outline: none;
}
.boxed-btn.large-width {
  width: 220px;
}

.boxed-btn2 {
  padding: 4px 20px !important;
}

.full-menu {
  padding: 35px 55px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .full-menu {
    float: left;
    margin-bottom: 30px;
    padding: 29px 55px;
  }
}
@media (max-width: 575px) {
  .full-menu {
    float: left;
    margin-bottom: 30px;
    padding: 29px 55px;
  }
}

.loan-btn {
  padding: 28px 36px;
}

.wantToWork-area {
  background: var(--main-color-one);
}
.wantToWork-area .wantToWork-caption h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 575px) {
  .wantToWork-area .wantToWork-caption h2 {
    font-size: 28px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wantToWork-btn {
    float: left;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .wantToWork-btn {
    float: left;
    margin-top: 20px;
  }
}

/* 3 */
.btn-3 {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  font-family: var(--heading-font);
  background: var(--main-color-one);
  font-weight: 800;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
  height: 67px;
  line-height: 67px;
  padding: 0;
  border: none;
  position: relative;
  display: inline-block;
  outline: none;
}
.btn-3.btn-03 {
  width: 230px;
}
@media (max-width: 575px) {
  .btn-3 {
    width: 210px;
    height: 55px;
    line-height: 55px;
  }
}
.btn-3 i {
  font-size: 15px;
  margin-left: 9px;
  position: relative;
  bottom: -1px;
}
.btn-3 span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
}
.btn-3 span:hover {
  color: var(--main-color-one);
}
.btn-3 span:before, .btn-3 span:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background: var(--main-color-one);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-3 span:before {
  width: 2px;
  height: 0%;
}
.btn-3 span:after {
  width: 0%;
  height: 2px;
}
.btn-3 span:hover:before {
  height: 100%;
}
.btn-3 span:hover:after {
  width: 100%;
}
.btn-3:before, .btn-3:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  background: var(--main-color-one);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn-3:before {
  height: 0%;
  width: 2px;
}
.btn-3:after {
  width: 0%;
  height: 2px;
}
.btn-3:hover {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-3:hover:before {
  height: 100%;
}
.btn-3:hover:after {
  width: 100%;
}

.btn-4 {
  font-family: var(--heading-font);
  border: 1px solid var(--main-color-one);
  color: var(--main-color-one);
  position: relative;
  overflow: hidden;
  padding: 0;
  width: 289px;
  height: 70px;
  display: inline-block;
  border-radius: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 800;
}
.btn-4.pro-btn {
  width: 178px;
  height: 60px;
  font-size: 16px;
  border-radius: 5px;
  color: var(--heading-color);
  border-color: var(--heading-color);
}
.btn-4.pro-btn2 {
  width: 190px;
}
@media (max-width: 575px) {
  .btn-4 {
    width: 270px;
    height: 65px;
  }
}
.btn-4:hover {
  border-color: var(--main-color-one);
}
.btn-4::before {
  background: var(--main-color-one);
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.btn-4:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.btn-4 span {
  display: block;
}
.btn-4:hover > span {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.btn-4::before, .btn-4 > span {
  padding: 22px 15px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

/* button style */
.btn6 {
  font-family: var(--heading-font);
  background: var(--main-color-one);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 24px 58px 22px 84px;
  border-radius: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
}
.btn6:hover {
  background: var(--main-color-one);
  color: #fff;
}
.btn6:hover i {
  color: var(--main-color-one);
}
.btn6 i {
  background: #ffffff;
  color: var(--main-color-one);
  position: absolute;
  left: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  top: 5px;
  line-height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
  border-radius: 100%;
}

.viwBtn {
  font-family: var(--body-font);
  font-size: 15px;
  color: var(--heading-color);
  font-weight: 500;
  margin-bottom: 6px;
}
.viwBtn i {
  color: var(--heading-color);
  font-size: 14px;
}
.viwBtn:hover {
  letter-spacing: 0.6px;
  color: var(--main-color-one);
}
.viwBtn:hover i {
  color: var(--main-color-one);
}

.tg-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 47px;
  height: 28px;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tg-list span {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}

.tgl-ios + .tgl-btn {
  background: #fbfbfb;
  border-radius: 2em;
  padding: 4px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid var(--main-color-one);
}
.tgl-ios + .tgl-btn:after {
  border-radius: 2em;
  background: #fbfbfb;
  -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 4px 0 rgba(0, 0, 0, 0.08);
}
.tgl-ios + .tgl-btn:hover:after {
  will-change: padding;
}
.tgl-ios + .tgl-btn:active {
  -webkit-box-shadow: inset 0 0 0 2em #e8eae9;
          box-shadow: inset 0 0 0 2em #e8eae9;
}
.tgl-ios + .tgl-btn:active:after {
  padding-right: 0.8em;
}
.tgl-ios:checked + .tgl-btn {
  background: var(--main-color-one);
}
.tgl-ios:checked + .tgl-btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.tgl-ios:checked + .tgl-btn:active:after {
  margin-left: -0.8em;
}

.success-btn {
  font-family: var(--heading-font);
  color: #4CAF50;
  background: rgba(76, 175, 80, 0.15);
  font-size: 14px;
  border-radius: 8px;
  padding: 5px 12px;
  margin-bottom: 10px;
  display: inline-block;
  border: 0;
}

.running {
  -webkit-animation: nudge 10s linear infinite alternate;
          animation: nudge 10s linear infinite alternate;
}
@-webkit-keyframes nudge {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0);
    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(-50px, 0) !important;
                transform: translate(-50px, 0) !important;
      }
    }
  }
  80% {
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(50px, 0) !important;
                transform: translate(50px, 0) !important;
      }
    }
  }
}
@keyframes nudge {
  0%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-60px, 0);
            transform: translate(-60px, 0);
    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(-50px, 0) !important;
                transform: translate(-50px, 0) !important;
      }
    }
  }
  80% {
    -webkit-transform: translate(60px, 0);
            transform: translate(60px, 0);
    @media (max-width: 575px) {
      .running {
        -webkit-transform: translate(50px, 0) !important;
                transform: translate(50px, 0) !important;
      }
    }
  }
}

/* bounce-animate */
.bounce-animate {
  -webkit-animation-name: float-bob;
          animation-name: float-bob;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  /* animation-timing-function: linear; */
  -moz-animation-name: float-bob;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
@-webkit-keyframes float-bob {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

/* heartbeat */
.heartbeat {
  -webkit-animation: heartbeat 1s infinite alternate;
          animation: heartbeat 1s infinite alternate;
}
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.heartbeat2, .sliderArea .heroCaption .tittle::after, .section-tittle .tittle::after {
  -webkit-animation: heartbeat 2s infinite alternate;
          animation: heartbeat 2s infinite alternate;
}
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.heartbeat3 {
  -webkit-animation: heartbeat 2s infinite alternate;
          animation: heartbeat 2s infinite alternate;
}
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.ZoomTwo {
  position: relative;
  -webkit-animation-name: myanimation;
          animation-name: myanimation;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes myanimation {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes myanimation {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}

/* Rotate */
.rotateme, .sliderArea .heroCaption .tittle .TittleShape {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 30s;
  animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

.bouncingAnimation {
  -webkit-animation: bouncebubble infinite 5s;
  animation: bouncebubble infinite 5s;
}
@-webkit-keyframes bouncebubble {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bouncebubble {
  1% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  75% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.live {
  display: inline-block;
  position: relative;
  margin-right: 20px;
}
.live::before {
  content: "";
  position: absolute;
  left: 0;
  top: -10px;
  background-color: var(--main-color-two);
  width: 10px;
  height: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 1;
}
.live::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(225, 36, 84, 0.3);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: live 2s ease-in-out infinite;
  animation: live 2s ease-in-out infinite;
  z-index: 1;
  top: -15px;
  left: -5px;
}
@-webkit-keyframes live {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(3.5, 3.5);
            transform: scale(3.5, 3.5);
    background-color: rgba(225, 36, 84, 0.3);
  }
}
@keyframes live {
  0% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform: scale(3.5, 3.5);
            transform: scale(3.5, 3.5);
    background-color: rgba(255, 0, 0, 0);
  }
}

.routedOne, .section-tittle .tittle::before {
  -webkit-animation-name: des2;
  animation-name: des2;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes des2 {
  from {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@keyframes des2 {
  from {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}

.routedTwo {
  max-width: 800px;
  -webkit-animation-name: shape;
  animation-name: shape;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}
@-webkit-keyframes shape {
  from {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }
  to {
    -webkit-transform: rotateY(15deg) rotateX(10deg);
    transform: rotateY(15deg) rotateX(10deg);
  }
}
@keyframes shape {
  from {
    -webkit-transform: rotateY(-20deg);
    transform: rotateY(-20deg);
  }
  to {
    -webkit-transform: rotateY(15deg) rotateX(10deg);
    transform: rotateY(15deg) rotateX(10deg);
  }
}

.slideEffect, .teamArea .singleTeam .teamCaption .title:hover {
  background: -webkit-linear-gradient(left, var(--main-color-one), rgba(var(--heading-color-rgb), 0.7), var(--main-color-one));
  background-size: 1600px 200px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: animationgradienttitle;
          animation-name: animationgradienttitle;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes animationgradienttitle {
  0% {
    background-position: 0 1600px;
  }
  100% {
    background-position: 1600px 0;
  }
}
@keyframes animationgradienttitle {
  0% {
    background-position: 0 1600px;
  }
  100% {
    background-position: 1600px 0;
  }
}

.slideEffect, .teamArea .singleTeam .teamCaption .title:hover {
  background: -webkit-linear-gradient(left, var(--heading-color), rgba(var(--main-color-one-rgb), 0.4), var(--heading-color));
  background-size: 1600px 200px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-name: animationgradienttitle;
          animation-name: animationgradienttitle;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@keyframes animationgradienttitle {
  0% {
    background-position: 0 1600px;
  }
  100% {
    background-position: 1600px 0;
  }
}

.textEffect2 {
  background: url(../../assets/img/gallery/templates1.png);
  background-size: auto 200%;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: shine 8s linear infinite;
          animation: shine 8s linear infinite;
}
.textEffect2:nth-child(2) {
  top: 50vh;
}
@keyframes shine {
  from {
    background-position: center 0;
  }
  to {
    background-position: center 200%;
  }
}

.colorEffect, .exploreTemplates .singleTemplates .templateDetails .templateTittle {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--main-color-one)), color-stop(55%, var(--heading-color)));
  background-image: linear-gradient(to right, var(--main-color-one) 45%, var(--heading-color) 55%);
  background-size: 220% 100%;
  background-position: 100% 50%;
  cursor: pointer;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-transition: 0.9s ease-out;
  transition: 0.9s ease-out;
}
.colorEffect:hover, .exploreTemplates .singleTemplates .templateDetails .templateTittle:hover {
  background-position: 0% 50%;
}

.colorEffect2 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--main-color-one)), color-stop(55%, var(--heading-color)));
  background-image: linear-gradient(to right, var(--main-color-one) 45%, var(--heading-color) 55%);
  background-size: 220% 100%;
  background-position: 100% 50%;
  cursor: pointer;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.colorEffect2:hover {
  background-position: 0% 50%;
}

.colorEffect2 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--main-color-one)), color-stop(55%, var(--paragraph-color)));
  background-image: linear-gradient(to right, var(--main-color-one) 45%, var(--paragraph-color) 55%);
  background-size: 220% 100%;
  background-position: 100% 50%;
  cursor: pointer;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.colorEffect2:hover {
  background-position: 0% 50%;
}

.colorEffect3 {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(45%, var(--main-color-one)), color-stop(55%, #ffffff));
  background-image: linear-gradient(to right, var(--main-color-one) 45%, #ffffff 55%);
  background-size: 220% 100%;
  background-position: 100% 50%;
  cursor: pointer;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  -webkit-transition: 0.9s ease-out;
  transition: 0.9s ease-out;
}
.colorEffect3:hover {
  background-position: 0% 50%;
}

.LR-animated {
  -webkit-animation: question 1.5s linear 1;
          animation: question 1.5s linear 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@-webkit-keyframes question {
  0% {
    -webkit-transform: scale(1), rotate(0deg);
            transform: scale(1), rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: scale(1.1), rotate(0deg);
            transform: scale(1.1), rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes question {
  0% {
    -webkit-transform: scale(1), rotate(0deg);
            transform: scale(1), rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: scale(1.1), rotate(0deg);
            transform: scale(1.1), rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.UD-animated, .categoriesTwo .singleCat:hover .cat-icon, .categoriesArea .singleCat:hover .cat-icon {
  -webkit-animation: float 1.5s linear 1;
          animation: float 1.5s linear 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  75% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  25% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  50% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  75% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.7;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0.7;
  }
}
@-webkit-keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }
  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@-webkit-keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@keyframes scale-up-two {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
@-webkit-keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes scale-up-three {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  40% {
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
  }
  100% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
            transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
            transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
            transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
            transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
            transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@-webkit-keyframes animationFramesTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg) scale(0.9);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg) scale(1);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg) scale(1.2);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg) scale(1.1);
  }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg) scale(1);
  }
}
@keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
            transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
            transform: translate(-346px, 617px);
  }
}
@-webkit-keyframes animationFramesThree {
  0% {
    -webkit-transform: translate(165px, -179px);
  }
  100% {
    -webkit-transform: translate(-346px, 617px);
  }
}
@keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
            transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
            transform: translate(251px, -200px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFour {
  0% {
    -webkit-transform: translate(-300px, 151px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(251px, -200px) rotate(180deg);
  }
}
@keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
            transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
            transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
            transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
            transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
            transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
            transform: translate(-1px, 0px) rotate(180deg);
  }
}
@-webkit-keyframes animationFramesFive {
  0% {
    -webkit-transform: translate(61px, -99px) rotate(0deg);
  }
  21% {
    -webkit-transform: translate(4px, -190px) rotate(38deg);
  }
  41% {
    -webkit-transform: translate(-139px, -200px) rotate(74deg);
  }
  60% {
    -webkit-transform: translate(-263px, -164px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-195px, -49px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(-1px, 0px) rotate(180deg);
  }
}
@keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 300% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes imageBgAnim {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes imageBgAnim {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@-webkit-keyframes gradientBG {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 120% 0;
  }
  100% {
    background-position: 0 0;
  }
}
.headerBg1 {
  background: #fff;
}

.headerBg2 {
  background: #000;
}

.NavWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top {
  padding-top: 12px;
  padding-bottom: 2px;
  background: #ffffff;
  border-bottom: 1px solid #F3F3F3;
}
@media (max-width: 575px) {
  .header-top .header-info-left {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.header-top .header-info-left .listing .listItem {
  font-family: var(--body-font);
  color: var(--heading-color);
  display: inline-block;
  font-size: 15px;
  margin-right: 8px;
  margin-bottom: 10px;
}
.header-top .header-info-left .listing .listItem .icon {
  margin-right: 5px;
  color: var(--main-color-one);
}
.header-top .header-info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px
}
@media (max-width: 575px) {
  .header-top .header-info-right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.header-top .header-info-right .header-cart {
  margin-bottom: 10px;
}
.header-top .header-info-right .header-cart .listItem {
  display: inline-block;
}
.header-top .header-info-right .header-cart .listItem .social {
  font-family: var(--heading-font);
  color: #ffffff;
  margin-left: 4px;
  background: var(--main-color-one);
  font-size: 14px;
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border-radius: 50%;
}
.header-top .header-info-right .header-cart .listItem .social .icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.header-top .header-info-right .header-cart .listItem .social:hover .icon {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
.header-top .header-info-right .select-language {
  margin-bottom: 10px;
}
.header-top .header-info-right .select-language .nice-select {
  border-radius: 0;
  background: none;
  border: none;
  color: var(--heading-color);
  height: 25px;
  padding: 0 7px 0px 0px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  margin-right: 21px;
}
.header-top .header-info-right .select-language .nice-select::after {
  border: 0;
  color: var(--heading-color);
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  margin-top: -9px;
  right: 12px;
  top: 50%;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  font-size: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header-top .header-info-right .select-language .nice-select.open::after {
  content: "\f077";
}
.header-top .header-info-right .select-language .nice-select .option {
  padding: 0px 9px 0px 11px !important;
}
.header-top .header-info-right .select-language .nice-select .list {
  background-color: var(--main-color-one);
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
          box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 9px;
  width: 106%;
  z-index: 99;
}
.header-top .header-info-right .select-language .nice-select .list li {
  margin-right: 0;
  display: block;
  color: #ffffff;
}
.header-top .header-info-right .select-language .nice-select .list li::before {
  position: unset;
}
.header-top .header-info-right .select-language .nice-select .option:hover, .header-top .header-info-right .select-language .nice-select .nice-select .option.focus, .header-top .header-info-right .select-language .nice-select .nice-select .option.selected.focus {
  background-color: var(--heading-color);
}
.header-top .header-info-right .select-language .nice-select .option.selected.focus {
  background-color: var(--heading-color);
}

.navbar-area {
  z-index: 1;
}
.navbar-area.navbar-border .nav-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar-area.nav-absolute {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0px;
  z-index: 9;
}
.navbar-area .nav-container {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-area .nav-container .logo-wrapper .logo img {
  max-width: 200px;
}

/* global mega menu style start */

.header-style-03 .navbar-area {
  padding: 0;
  position: relative;
  z-index: 99;
}

.header-style-03 .navbar-area.nav-absolute {
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  z-index: 99;
}

.header-variant-06 .navbar-area.nav-fixed,
.header-variant-07 .navbar-area.nav-fixed,
.header-variant-08 .navbar-area.nav-fixed,
.header-variant-09 .navbar-area.nav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: var(--heading-color);
  z-index: 999;
}
.header-variant-08 .navbar-area.nav-fixed,
.header-variant-08 .navbar-area.nav-fixed {
  background-color: #fff;
}
.header-variant-19 .navbar-area.nav-fixed,
.header-variant-20 .navbar-area.nav-fixed,
.header-variant-21 .navbar-area.nav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #f0f0f0;
  z-index: 999;
}
.header-style-03 .navbar-area .nav-container {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent;
  padding: 0 30px;
}

.header-variant-20 .navbar-area .nav-container {
  padding: 0 15px;
}

.header-variant-21 .navbar-area .nav-container {
  padding: 0 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  text-align: center;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 90px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu {
  position: relative;
  z-index: 0;
  padding-right: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
  margin-left: 20px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 90px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  z-index: 9;
  border-bottom: 4px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.sub-menu,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover>.xg_mega_menu_wrapper {
  visibility: visible;
  opacity: 1;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "ï„…";
  font-family: "Font Awesome 5 Free";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 16px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 12px 30px;
  background-color: #fff;
  white-space: nowrap;
  color: var(--paragraph-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children,
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu {
  position: relative;
  z-index: 0;
  padding-right: 15px;
}

.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children>.sub-menu {
  left: 100%;
  top: 20px;
}

.xg_mega_menu_wrapper {
  max-width: 1140px;
  width: calc(100vw - 180px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
  z-index: 9999;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.06);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: auto;
}

.xg-mega-menu-container {
  padding: 40px;
}

.xg-mega-menu-single-column-wrap {
  text-align: unset; /*left;*/
  margin-bottom: 30px;
}

.xg-mega-menu-single-column-wrap .mega-menu-title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--heading-color);
}

.xg-mega-menu-single-column-wrap ul {
  margin: 0;
  padding: 0;
}

.xg-mega-menu-single-column-wrap ul li {
  display: block !important;
  width: 100%;
  line-height: 30px !important;
  margin-left: 0 !important;
  font-weight: 400 !important;
}

.xg-mega-menu-single-column-wrap ul li a {
  color: var(--paragraph-color) !important;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.xg-mega-menu-single-column-wrap ul li.single-mega-menu-product-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 20px;
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .thumbnail {
  max-width: 80px;
  margin-right: 15px;
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .content .price-wrap {
  font-size: 14px;
  line-height: 26px;
  font-weight: 700;
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .content .price-wrap .price {
  color: var(--heading-color);
  margin-right: 8px;
}

.xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .content .price-wrap del {
  color: var(--paragraph-color) !important;
  opacity: 0.6;
}

.single-donation-mega-menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 20px;
}

.single-donation-mega-menu-item .thumbnail {
  margin-right: 20px;
  min-width: 100px;
}

.single-donation-mega-menu-item .content {
  padding-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.single-donation-mega-menu-item .title {
  font-size: 16px;
  text-align: left;
  font-weight: 600;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.single-donation-mega-menu-item .content .goal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.single-donation-mega-menu-item .content .goal h4 {
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  color: var(--paragraph-color);
}

.single-donation-mega-menu-item .content .boxed-btn {
  display: inline-block;
  background-color: var(--main-color-five);
  line-height: 26px;
  border-radius: 5px;
  color: #fff !important;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.header-variant-19 .navbar-area .nav-container {
  padding: 0 15px;
  gap: 30px;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .header-variant-19 .navbar-area .nav-container {
    display: block;
  }
}

.navbar-nav-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}


/* Sidebar css */

.nav-right-content .sidebar-area .side-bars {
  background-color: var(--main-color-five);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  width: 45px;
}

.nav-right-content .sidebar-area .side-bars .bar-line {
  display: inline-block;
  height: 2px;
  width: 25px;
  background-color: var(--heading-color);
  position: relative;
  z-index: 1;
}

.nav-right-content .sidebar-area .side-bars .bar-line::before,
.nav-right-content .sidebar-area .side-bars .bar-line::after {
  content: "";
  height: 2px;
  width: 12px;
  background-color: var(--heading-color);
  position: absolute;
  top: -9px;
  right: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-right-content .sidebar-area .side-bars .bar-line::after {
  width: 20px;
  top: auto;
  bottom: -9px;
}

.nav-right-content .sidebar-area .side-bars .bar-line.active {
  background-color: unset;
}

.nav-right-content .sidebar-area .side-bars .bar-line.active::before,
.nav-right-content .sidebar-area .side-bars .bar-line.active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  width: 25px;
}

.nav-right-content .sidebar-area .side-bars .bar-line.active::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.click-content-show {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 60px;
  font-size: 18px;
  visibility: hidden;
  opacity: 0;
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .click-content-show {
    visibility: visible;
    opacity: 1;
  }
}

@media (min-width: 300px) and (max-width: 991.98px) {
  .right-contents-show {
    position: relative;
    top: 20px;
    margin-left: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .right-contents-show.show {
    visibility: visible;
    opacity: 1;
    top: 50px;
    background: #fff;
    padding: 0 5px;
  }
}

.header-variant-19 .logo-wrapper,
.header-variant-21 .logo-wrapper,
.header-variant-20 .logo-wrapper {
  max-width: 180px;
}

@media only screen and (max-width: 480px) {
  .header-variant-19 .logo-wrapper,
  .header-variant-21 .logo-wrapper,
  .header-variant-20 .logo-wrapper {
    max-width: 170px;
  }
}

@media only screen and (max-width: 375px) {
  .header-variant-19 .logo-wrapper,
  .header-variant-21 .logo-wrapper,
  .header-variant-20 .logo-wrapper {
    max-width: 150px;
  }
}


/* Navbar Search area */

.date-search-contents-wrapper {
  position: relative;
  z-index: 1;
}

.date-content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.date-content-area .single-date .update-date {
  font-size: 18px;
  font-weight: 500;
  font-family: var(--heading-font-home-20);
  color: var(--heading-color);
}

.search-form {
  max-width: 300px;
  position: relative;
}

.search-form .form--control {
  border: 0;
  outline: none;
  height: 60px;
  background: rgba(221, 221, 221, 0.3);
  padding: 0 15px 0 40px;
}

.search-form button {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: none;
  border: 0;
  color: var(--light-color);
  cursor: pointer;
}


/* navbar icon list */

.right-icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.right-icon-list .single-icon {
  font-size: 18px;
  color: var(--light-color);
}

@media only screen and (max-width: 991px) {
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid rgba(255, 255, 255, 0.8);
    /*background-color: #f3f3f3;*/
    background-color: #333;
  }
  .navbar.navbar-area .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
  }
  .navbar-area .navbar-collapse {
    position: absolute;
    top: 100%;
    background: #fff;
    z-index: 9;
    right: 0;
    width: 100%;
    padding-left: 20px;
    z-index: 99999;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    margin-top: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li+li {
    margin-left: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before,
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:before {
    top: 25px;
    right: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu,
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid #e2e2e2;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .xg_mega_menu_wrapper {
    max-width: 100%;
    top: auto;
  }
  .xg-mega-menu-container {
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
  }
  .xg-mega-menu-single-column-wrap {
    margin-bottom: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover>.submenu,
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-mega-menu:hover>.xg_mega_menu_wrapper {
    position: initial;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    max-width: 100%;
  }
}

.xg-mega-menu-single-column-wrap li a img {
  max-width: 50px;
}

/* global mega menu style end */

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .logo-wrapper .logo img {
    max-width: 160px;
  }
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .navbar-area .nav-container .logo-wrapper .logo img {
    max-width: 150px;
  }
}
.navbar-area .nav-container .nav-right-content {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .navbar-area .nav-container .nav-right-content {
    visibility: hidden;
    opacity: 0;
    margin-left: auto !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-top: -40px !important;
    background: transparent;
  }
  .navbar-area .nav-container .nav-right-content.active {
    visibility: visible;
    opacity: 1;
    margin-top: 10px !important;
  }
}
.navbar-area .nav-container .nav-right-content .info-bar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-area .nav-container .nav-right-content .info-bar-item .icon {
  font-size: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  margin-right: 20px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-area .nav-container .nav-right-content .info-bar-item .icon {
    margin-right: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .nav-right-content .info-bar-item .icon {
    margin-right: 5px;
  }
}
.navbar-area .nav-container .nav-right-content .info-bar-item .icon:hover {
  color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content .info-bar-item .icon:hover .single-icon {
  color: var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content .info-bar-item .icon .single-icon {
  color: var(--heading-color);
}
.navbar-area .nav-container .nav-right-content .info-bar-item-two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.navbar-area .nav-container .nav-right-content .info-bar-item-two .author-thumb {
  display: inline-block;
  height: 40px;
  width: 40px;
}
.navbar-area .nav-container .nav-right-content .info-bar-item-two .author-thumb img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid var(--main-color-one);
}
.navbar-area .nav-container .nav-right-content .info-bar-item-two .author-nav-content .title {
  color: var(--heading-color);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-area .nav-container .nav-right-content .info-bar-item-two .author-nav-content .title:hover {
  color: var(--main-color-one);
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .nav-right-content .info-bar-item-two .author-nav-content .title {
    display: none;
  }
}
.navbar-area .nav-container .navbar-collapse .navbar-nav {
  display: block;
  width: 100%;
  margin-left: 25px;
}
@media (max-width: 575px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    padding-top: 120px;
  }
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    margin-left: 0px;
  }
}
.navbar-area .nav-container .navbar-collapse .navbar-nav.desktop-center {
  text-align: center;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li {
  display: inline-block;
  font-size: 16px;
  font-family: var(--body-font);
  text-transform: capitalize;
  color: #344054 !important;
  font-weight: 400;
  line-height: 70px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
  margin-left: 0px;
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    font-size: 14px;
  }
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a {
  color: #344054;
  padding: 10px 14px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li a:hover {
  color: var(--main-color-one);
  background: none;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li:hover > a {
  color: var(--main-color-one);
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.current-menu-item {
  color: var(--main-color-one);
  background: none;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children {
  padding-right: 0;
  position: relative;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children > .menuArrow {
  padding: 10px 20px;
  position: relative;
  z-index: 0;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children > .menuArrow::after {
  content: "\f107";
  font-weight: 900;
  font-family: "Line Awesome Free";
  /* IE 9 */
  -webkit-transform: translateY(-50%);
  /* Chrome, Safari, Opera */
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  top: 1px;
  left: 4px;
  position: relative;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
  position: absolute;
  text-align: left;
  min-width: 220px;
  margin: 0;
  padding: 0;
  list-style: none;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  z-index: 992;
  border-bottom: 4px solid var(--main-color-one);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
  display: block;
  margin-left: 0;
  line-height: 24px;
  font-size: 14px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
  border-top: 1px solid #e2e2e2;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a {
  display: block;
  padding: 10px 30px;
  background-color: #fff;
  white-space: nowrap;
  color: var(--heading-color);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li a:hover {
  background-color: var(--main-color-one);
  color: #fff;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children {
  position: relative;
  z-index: 0;
  padding-right: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu {
  left: 100%;
  top: 0px;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children > .sub-menu .sub-menu .sub-menu {
  left: auto;
  right: 100%;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
}
.navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu li:hover:before {
  color: #ffffff;
}
.navbar-area .nav-container .click_show_icon {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  color: #344054;
  display: none;
}
@media (min-width: 320px) and (max-width: 991.98px) {
  .navbar-area .nav-container .click_show_icon {
    display: block;
  }
}
.navbar-area .nav-container .click_show_icon:hover {
  color: var(--main-color-one) !important;
}

@media (max-width: 991px) {
  .navbar-area.navbar-two .nav-container {
    padding: 20px 0px;
  }
  .navbar-area .nav-container {
    position: relative;
    z-index: 0;
    min-height: 50px;
  }
  .navbar-area .nav-container .responsive-mobile-menu {
    display: block;
    position: relative;
    width: 100%;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler {
    position: absolute;
    /*right: 37px;*/
     right: 0px;
    top: 50%;
    /* IE 9 */
    -webkit-transform: translateY(-50%);
    /* Chrome, Safari, Opera */
    transform: translateY(-50%);
    border: 1px solid var(--heading-color);
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color {
    border: 1px solid #ffffff;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color.active .navbar-toggler-icon::before, .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color.active .navbar-toggler-icon::after {
    background: #ffffff;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color .navbar-toggler-icon {
    background: #ffffff;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color .navbar-toggler-icon::before, .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.white-color .navbar-toggler-icon::after {
    background: #ffffff;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.active .navbar-toggler-icon {
    background: none !important;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.active .navbar-toggler-icon::before, .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.active .navbar-toggler-icon::after {
    /*background: var(--heading-color);*/
    background: #ffffff;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler.active .navbar-toggler-icon::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler .navbar-toggler-icon {
    /*background: var(--heading-color);*/
    background: #ffffff;
    display: inline-block;
    width: 25px;
    height: 2px;
    margin: 10px -4px 10px;
    position: relative;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler .navbar-toggler-icon::before, .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler .navbar-toggler-icon::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 25px;
    /*background: var(--heading-color);*/
    background: #ffffff;
    top: -7px;
    left: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .navbar-area .nav-container .responsive-mobile-menu .navbar-toggler .navbar-toggler-icon::after {
    top: auto;
    bottom: -7px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav {
    display: block;
    padding-top: 0px;
    /*padding-top: 50px;*/
    margin-bottom: 30px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li {
    display: block;
    text-align: left;
    line-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li a {
    padding: 17px 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li:last-child {
    border-bottom: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li + li {
    margin-left: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:before {
    top: 25px;
    right: 20px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover {
    padding-bottom: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    visibility: visible;
    height: auto;
    opacity: 1;
    background-color: transparent;
    border-bottom: none;
    padding-top: 10px;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu {
    position: initial;
    display: block;
    width: 100%;
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 0;
    padding-bottom: 0;
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    max-height: 250px;
    overflow-y: scroll;
    -webkit-transition: height 500ms;
    transition: height 500ms;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu .sub-menu .menu-item-has-children:before {
    content: "\f107";
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li {
    padding: 0;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li.menu-item-has-children:hover:before {
    color: #ffffff;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li + li {
    border-top: none;
  }
  .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
.btn-wrapper .cmn-btn{padding: 16px 20px;font-size: 14px;}  
.nav-mobile{margin:0 auto;padding-top: 10px;}
}
@media only screen and (max-width: 575px) {
  .navbar-area .nav-container .logo-wrapper .logo img {
    max-width: 140px;
  }
}
/*.heroPadding {*/
/*  padding: 100px 0 100px;*/
/*}*/
@media (max-width: 1199px) {
  .heroPadding,
  .section-padding,
  .subscribeArea,
  .testimonialArea,
  .faqArea{
    padding: 60px 0 60px !important;
  }
}


.heroPadding2 {
  padding: 78px 0 75px 0;
}

.heroPadding3 {
  padding: 150px 0 212px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroPadding3 {
    padding: 100px 0 150px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .heroPadding3 {
    padding: 100px 0 150px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .heroPadding3 {
    padding: 140px 0 130px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroPadding3 {
    padding: 80px 0 100px;
  }
}
@media (max-width: 575px) {
  .heroPadding3 {
    padding: 113px 0 90px;
  }
}

.heroWhiteBg {
  background: #fff;
}

.sliderArea {
  position: relative;
  z-index: 0;
}
.sliderArea .heroCaption {
  position: relative;
  z-index: 0;
}
.sliderArea .heroCaption .tittle,
.sliderArea .heroCaption .title {
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 22px;
  color: var(--heading-color);
  line-height: 1.3;
  position: relative;
}

.sliderArea .heroCaption .tittle .TittleShape {
  display: inline-block !important;
  position: relative;
  right: -13px;
}
@media (max-width: 575px) {
  .sliderArea .heroCaption .tittle .TittleShape {
    width: 24px;
  }
}
/*.sliderArea .heroCaption .tittle::after {*/
/*  position: absolute;*/
/*  content: "";*/
/*  background-image: url(../img/icon/tittleShape2.svg);*/
/*  background-repeat: no-repeat;*/
/*  width: 42px;*/
/*  height: 100%;*/
/*  top: -10px;*/
/*  left: -10px;*/
/*  background-position: 0 0;*/
/*  background-size: contain;*/
/*}*/
@media (max-width: 575px) {
  .sliderArea .heroCaption .tittle::after {
    width: 24px;
  }
}
@media (max-width: 1199px) {
  .sliderArea .heroCaption .tittle::after {
    top: -20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .sliderArea .heroCaption .tittle,
  .sliderArea .heroCaption .title {
    font-size: 57px;
  }
}
.sliderArea .heroCaption .tittle .tittleColor.slideEffect,
.sliderArea .heroCaption .title .tittleColor.slideEffect {
  background: -webkit-linear-gradient(left, var(--main-color-one), rgba(var(--heading-color-rgb), 0.7), var(--main-color-one));
  background-size: 1600px 200px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-name: animationgradienttitle;
  animation-name: animationgradienttitle;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.sliderArea .heroCaption .tittle .tittleColor,
.sliderArea .heroCaption .title .tittleColor {
  color: var(--main-color-one);
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .sliderArea .heroCaption .tittle,
  .sliderArea .heroCaption .title  {
    font-size: 57px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .sliderArea .heroCaption .tittle,
  .sliderArea .heroCaption .title  {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .sliderArea .heroCaption .tittle,
  .sliderArea .heroCaption .title  {
    font-size: 51px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sliderArea .heroCaption .tittle,
  .sliderArea .heroCaption .title {
    font-size: 49px;
  }
}
@media (max-width: 575px) {
  .sliderArea .heroCaption .tittle,
  .sliderArea .heroCaption .title  {
    font-size: 29px;
  }
}
.sliderArea .heroCaption .tittle .lineBrack,
.sliderArea .heroCaption .title .lineBrack {
  display: block;
}
@media (max-width: 991px) {
  .sliderArea .heroCaption .tittle .lineBrack,
  .sliderArea .heroCaption .title .lineBrack {
    display: inline-block;
  }
}
.sliderArea .heroCaption .pera {
  font-family: var(--body-font);
  color: var(--body-font);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 41px;
}
@media (max-width: 575px) {
  .sliderArea .heroCaption .pera {
    margin-bottom: 30px;
  }
}
.sliderArea .heroCaption .offerDate {
  font-family: var(--body-font);
  color: var(--body-font);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  display: inline-block;
}
.sliderArea .hero-man {
  position: relative;
  z-index: 0;
}
.sliderArea .hero-man img {
  width: 100%;
}
.sliderArea .shapeHero {
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sliderArea .shapeHero {
    display: none;
  }
}
@media (max-width: 575px) {
  .sliderArea .shapeHero {
    display: none;
  }
}
.sliderArea .shapeHero > img {
  width: auto;
}
.sliderArea .shapeHero.shapeHero1 {
  left: -48px;
  top: 100px;
  z-index: 1;
}
.sliderArea .shapeHero.shapeHero2 {
  right: 175px;
  top: -50px;
  z-index: 1;
}
.sliderArea .shapeHero.shapeHero3 {
  right: 30px;
  top: 39%;
  z-index: 1;
}
.sliderArea .shapeHero.innerShape1 {
  left: 50px;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .sliderArea .shapeHero.innerShape1 {
    top: 40%;
    width: 16%;
    left: 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.99px) {
  .sliderArea .shapeHero.innerShape1 {
    top: 40%;
    width: 17%;
    left: 20px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799.99px) {
  .sliderArea .shapeHero.innerShape1 {
    width: 20%;
    left: 20px;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 1999.99px) {
  .sliderArea .shapeHero.innerShape1 {
    width: 20%;
    left: 20px;
  }
}
@media (max-width: 1199px) {
  .sliderArea .shapeHero.innerShape1 {
    display: none;
  }
}
.sliderArea .shapeHero.innerShape2 {
  right: 50px;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .sliderArea .shapeHero.innerShape2 {
    top: 40%;
    width: 16%;
    right: 20px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.99px) {
  .sliderArea .shapeHero.innerShape2 {
    top: 40%;
    width: 17%;
    right: 20px;
  }
}
@media only screen and (min-width: 1600px) and (max-width: 1799.99px) {
  .sliderArea .shapeHero.innerShape2 {
    width: 20%;
    right: 20px;
  }
}
@media only screen and (min-width: 1800px) and (max-width: 1999.99px) {
  .sliderArea .shapeHero.innerShape2 {
    width: 20%;
    right: 20px;
  }
}
@media (max-width: 1199px) {
  .sliderArea .shapeHero.innerShape2 {
    display: none;
  }
}

.sliderAreaInner {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: #f1f1f1;
}
.sliderAreaInner .innerHeroContent .tittle {
  color: var(--heading-color);
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .sliderAreaInner .innerHeroContent .tittle {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sliderAreaInner .innerHeroContent .tittle {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .sliderAreaInner .innerHeroContent .tittle {
    font-size: 35px;
  }
}
.sliderAreaInner .shapeHero {
  position: absolute;
  left: -5px;
  top: 5px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .sliderAreaInner .shapeHero {
    display: none;
  }
}
.sliderAreaInner .shapeHero2 {
  position: absolute;
  right: -5px;
  top: 5px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 575px) {
  .sliderAreaInner .shapeHero2 {
    display: none;
  }
}

.heroBlackStyle {
  background: #FCF9F9;
}
.heroBlackStyle .heroCaption .tittle {
  font-size: 64px;
  color: #ffffff;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .heroBlackStyle .heroCaption .tittle {
    font-size: 57px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroBlackStyle .heroCaption .tittle {
    font-size: 57px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .heroBlackStyle .heroCaption .tittle {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .heroBlackStyle .heroCaption .tittle {
    font-size: 41px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroBlackStyle .heroCaption .tittle {
    font-size: 49px;
  }
}
@media (max-width: 575px) {
  .heroBlackStyle .heroCaption .tittle {
    font-size: 29px;
  }
}
.heroBlackStyle .heroCaption .tittle .lineBrack {
  display: block;
}
@media (max-width: 768px) {
  .heroBlackStyle .heroCaption .tittle .lineBrack {
    display: inline-block;
    display: none;
  }
}
.heroBlackStyle .heroCaption .pera {
  color: rgba(255, 255, 255, 0.7);
}
.heroBlackStyle .shapeHero {
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroBlackStyle .shapeHero {
    display: none;
  }
}
@media (max-width: 575px) {
  .heroBlackStyle .shapeHero {
    display: none;
  }
}
.heroBlackStyle .shapeHero > img {
  width: auto;
}
.heroBlackStyle .shapeHero.shapeHero4 {
  right: 174px;
  top: -15px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroBlackStyle .shapeHero.shapeHero4 {
    right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .heroBlackStyle .shapeHero.shapeHero4 {
    right: 50px;
  }
}
.heroBlackStyle .shapeHero.shapeHero5 {
  right: 41%;
  bottom: 22%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroBlackStyle .shapeHero.shapeHero5 {
    bottom: 18%;
    right: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .heroBlackStyle .shapeHero.shapeHero5 {
    bottom: 18%;
    right: 40%;
  }
}
.heroBlackStyle .shapeHero.shapeHero6 {
  right: 8%;
  top: 15%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroBlackStyle .shapeHero.shapeHero6 {
    right: 16%;
    top: 8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .heroBlackStyle .shapeHero.shapeHero6 {
    right: 16%;
    top: 8%;
  }
}

.heroWhiteStyle {
  background: #F9FAFB;
}
.heroWhiteStyle .heroCaption .tittle {
  font-size: 64px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .heroWhiteStyle .heroCaption .tittle {
    font-size: 57px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroWhiteStyle .heroCaption .tittle {
    font-size: 57px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .heroWhiteStyle .heroCaption .tittle {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .heroWhiteStyle .heroCaption .tittle {
    font-size: 41px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroWhiteStyle .heroCaption .tittle {
    font-size: 49px;
  }
}
@media (max-width: 575px) {
  .heroWhiteStyle .heroCaption .tittle {
    font-size: 29px;
  }
}
.heroWhiteStyle .shapeHero {
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroWhiteStyle .shapeHero {
    display: none;
  }
}
@media (max-width: 575px) {
  .heroWhiteStyle .shapeHero {
    display: none;
  }
}
.heroWhiteStyle .shapeHero > img {
  width: auto;
}
.heroWhiteStyle .shapeHero.shapeHero4 {
  right: 174px;
  top: -15px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroWhiteStyle .shapeHero.shapeHero4 {
    right: 50px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .heroWhiteStyle .shapeHero.shapeHero4 {
    right: 50px;
  }
}
.heroWhiteStyle .shapeHero.shapeHero5 {
  right: 41%;
  bottom: 22%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroWhiteStyle .shapeHero.shapeHero5 {
    bottom: 18%;
    right: 40%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .heroWhiteStyle .shapeHero.shapeHero5 {
    bottom: 18%;
    right: 40%;
  }
}
.heroWhiteStyle .shapeHero.shapeHero6 {
  right: 8%;
  top: 15%;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroWhiteStyle .shapeHero.shapeHero6 {
    right: 16%;
    top: 8%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .heroWhiteStyle .shapeHero.shapeHero6 {
    right: 16%;
    top: 8%;
  }
}

.hero-overly {
  position: relative;
  z-index: 0;
}
.hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(32, 54, 38, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.heroAboutStyle .heroCaption .tittle {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 29px;
  color: var(--heading-color);
  line-height: 1.3;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .heroAboutStyle .heroCaption .tittle {
    font-size: 57px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .heroAboutStyle .heroCaption .tittle {
    font-size: 57px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .heroAboutStyle .heroCaption .tittle {
    font-size: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .heroAboutStyle .heroCaption .tittle {
    font-size: 41px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .heroAboutStyle .heroCaption .tittle {
    font-size: 49px;
  }
}
@media (max-width: 575px) {
  .heroAboutStyle .heroCaption .tittle {
    font-size: 29px;
  }
}
.heroAboutStyle .heroCaption .pera {
  color: var(--body-font);
  font-size: 20px;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 42px;
  font-family: var(--body-font);
}
@media (max-width: 575px) {
  .heroAboutStyle .heroCaption .pera {
    margin-bottom: 30px;
  }
}

.ourBranding {
  /*margin-top: -86px;*/
  position: relative;
  z-index: 1;
}
.ourBranding .ServicesWrapper {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.04);
  padding: 52px 9px 50px 7px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #F3F3F3;
}
.ourBranding .ServicesWrapper .client-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 575px) {
  .ourBranding .ServicesWrapper .client-single {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.categoriesArea .singleCat {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background: rgba(255, 255, 255, 0.5);
  padding: 20px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  border: 1px solid #ddd;
  text-align: center;
}
.categoriesArea .singleCat::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background: #FCF9F9;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  bottom: 0;
  left: 0;
  z-index: -1;
  border-radius: 20px;
}
.categoriesArea .singleCat .cat-icon {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 25px;
}
.categoriesArea .singleCat .cat-cap .tittle {
  color: var(--heading-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 21px;
  margin-bottom: 5px;
  display: block;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categoriesArea .singleCat .cat-cap .tittle {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .categoriesArea .singleCat .cat-cap .tittle {
    font-size: 21px;
  }
}
.categoriesArea .singleCat .cat-cap .pera {
  margin-bottom: 0px;
  color: var(--body-font);
  font-size: 12px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0;
  line-height: 1.6;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categoriesArea .singleCat .cat-cap .pera {
    font-size: 15px;
  }
}
.categoriesArea .singleCat:hover {
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #FCF9F9;
}
.categoriesArea .singleCat:hover::before {
  height: 100%;
}
.categoriesTwo .singleCat {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 30px 20px 25px 20px;
  border-radius: 5px;
  border: 1px solid #F3F3F3;
  background: #ffffff;
}
.categoriesTwo .singleCat .cat-icon {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  margin-bottom: 25px;
}
.categoriesTwo .singleCat .cat-cap .tittle {
  color: var(--heading-color);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  -webkit-text-decoration: underline transparent;
          text-decoration: underline transparent;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categoriesTwo .singleCat .cat-cap .tittle {
    font-size: 21px;
  }
}
@media (max-width: 575px) {
  .categoriesTwo .singleCat .cat-cap .tittle {
    font-size: 21px;
  }
}
.categoriesTwo .singleCat .cat-cap .pera {
  margin-bottom: 0px;
  color: var(--body-font);
  font-size: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .categoriesTwo .singleCat .cat-cap .pera {
    font-size: 15px;
  }
}
.categoriesTwo .singleCat:hover {
  cursor: pointer;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: 1px solid transparent;
}
.testimonialArea .testimonial-wrapper {
  padding: 50px 0;
  border-radius: 20px;
  border: 1px solid #F3F3F3;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .testimonialArea .testimonial-wrapper {
    padding: 84px 20px 70px 20px;
  }
}
.testimonialArea .testimonial-wrapper .shapeTestimonial {
  position: absolute;
  z-index: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonialArea .testimonial-wrapper .shapeTestimonial {
    display: none;
  }
}
@media (max-width: 575px) {
  .testimonialArea .testimonial-wrapper .shapeTestimonial {
    display: none;
  }
}
.testimonialArea .testimonial-wrapper .shapeTestimonial > img {
  width: auto;
}
.testimonialArea .testimonial-wrapper .shapeTestimonial.shapeTestimonial1 {
  left: 42px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.testimonialArea .testimonial-wrapper .shapeTestimonial.shapeTestimonial2 {
  right: 42px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.testimonialArea .testimonial-wrapper .shapeTestimonial.shapeTestimonial3 {
  left: 18%;
  top: 13%;
  z-index: 1;
}
.testimonialArea .testimonial-wrapper .shapeTestimonial.shapeTestimonial4 {
  left: 13%;
  bottom: 14%;
  z-index: 1;
}
.testimonialArea .testimonial-wrapper .shapeTestimonial.shapeTestimonial5 {
  right: 31%;
  top: 37%;
  z-index: 1;
}
.testimonialArea .testimonial-wrapper .shapeTestimonial.shapeTestimonial6 {
  right: 14%;
  bottom: 20%;
  z-index: 1;
}
.testimonialArea .testimonial-caption img {
  padding-bottom: 38px !important;
  text-align: center;
  margin: 0 auto;
}
.testimonialArea .testimonial-caption .desCription {
  font-size: 17px;
  color: var(--paragraph-color);
  line-height: 1.6;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .testimonialArea .testimonial-caption .desCription {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonialArea .testimonial-caption .desCription {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .testimonialArea .testimonial-caption .desCription {
    font-size: 17px;
    text-align: justify;
  }
}
.testimonialArea .founder-text .founder-img {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 20px;
}
.testimonialArea .founder-text .founder-img img {
  display: inline-block;
}
.testimonialArea .founder-text .name {
  color: var(--heading-color);
  font-weight: 700;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
.testimonialArea .founder-text .pera {
  color: var(--paragraph-color);
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 575px) {
  .testimonialArea .founder-text .pera {
    font-size: 12px;
  }
}
.testimonialArea .rating {
  position: relative;
}
.testimonialArea .rating li {
  color: #FFC107;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 15px;
}
.testimonialArea .rating li p {
  color: #000;
}

.exploreTemplates .singleTemplates {
  -webkit-box-shadow: 0 3px 12px rgba(45, 23, 191, 0.09);
          box-shadow: 0 3px 12px rgba(45, 23, 191, 0.09);
  border-radius: 16px;
  overflow: hidden;
}
.exploreTemplates .singleTemplates .templateImg {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
.exploreTemplates .singleTemplates .templateImg img {
  border-radius: 16px 16px 0 0;
  width: 100%;
}
.exploreTemplates .singleTemplates .templateDetails {
  background: #ffffff;
  padding: 18px 31px 0px 25px;
  border: 1px solid #F3F3F3;
  border-top: 0;
  border-radius: 0 0 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  flex-wrap: wrap;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .exploreTemplates .singleTemplates .templateDetails {
    padding: 33px 15px 0px 15px;
  }
}
@media (max-width: 991px) {
  .exploreTemplates .singleTemplates .templateDetails {
    padding: 33px 15px 0px 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.exploreTemplates .singleTemplates .templateDetails .cap {
  -ms-flex-preferred-size: 66%;
      flex-basis: 66%;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .exploreTemplates .singleTemplates .templateDetails .cap {
    -ms-flex-preferred-size: 63%;
        flex-basis: 63%;
  }
}
@media (max-width: 991px) {
  .exploreTemplates .singleTemplates .templateDetails .cap {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
.exploreTemplates .singleTemplates .templateDetails .templateTittle {
  font-family: var(--heading-font);
  margin-bottom: 9px;
  line-height: 1.3;
  font-weight: 700;
  font-size: 20px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .exploreTemplates .singleTemplates .templateDetails .templateTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .exploreTemplates .singleTemplates .templateDetails .templateTittle {
    font-size: 21px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .exploreTemplates .singleTemplates .templateDetails .templateTittle {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .exploreTemplates .singleTemplates .templateDetails .templateTittle {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .exploreTemplates .singleTemplates .templateDetails .templateTittle {
    font-size: 18px;
  }
}
.exploreTemplates .singleTemplates .templateDetails .templateCap {
  font-family: var(--heading-font);
  font-size: 15px;
  color: var(--heading-font);
  margin-bottom: 20px;
}
.exploreTemplates .singleTemplates .templateDetails .templatePricing {
  margin-bottom: 18px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 500;
  font-size: 24px;
  display: block;
}

.stylePadding {
  padding-top: 50px;
}

.Effect {
  overflow: hidden;
  position: relative;
}
.Effect::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.2)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.Effect img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  -moz-transition: all 1.5s ease-out;
  -ms-transition: all 1.5s ease-out;
}
.Effect:hover::before {
  -webkit-animation: shine 0.8s;
  animation: shine 0.8s;
}
.Effect:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.pricingCard .singlePrice {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding: 33px 23px;
  border: 1px solid #F3F3F3;
  overflow: hidden !important;
  position: relative;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
}
.pricingCard .singlePrice .priceTittle {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 29px;
}
.pricingCard .singlePrice .pricePera {
  color: var(--paragraph-color);
  font-size: 14px;
  margin-bottom: 19px;
  line-height: 1.8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #F3F3F3;
}
.pricingCard .singlePrice .listing .listItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--heading-font);
  color: #475467;
  margin-bottom: 26px;
  font-size: 16px;
}
.pricingCard .singlePrice .listing .listItem:last-child {
  margin-bottom: 32px;
}
.pricingCard .singlePrice .listing .listItem .icon {
  color: #4CAF50;
  margin-right: 15px;
  font-weight: 700;
}
.pricingCard .singlePrice .listing .listItem .priceTag {
  margin: 0;
}
.pricingCard .singlePrice .price {
  font-family: var(--heading-font);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--heading-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 22px;
  display: block;
}
.pricingCard .singlePrice .price > .subTittle {
  font-family: var(--heading-font);
  font-weight: 400;
  color: var(--paragraph-color) !important;
  font-size: 11px;
  background: none;
  padding: 0;
}

.pricingCard .singlePrice.active {
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.1);
}
.pricingCard .singlePrice.active .priceTittle {
  color: var(--main-color-one);
}
.pricingCard .singlePrice.active .btn-wrapper .cmn-btn1 {
  opacity: 1;
}
.pricingCard .singlePrice:hover {
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 60px rgba(0, 0, 0, 0.1);
}
.pricingCard .singlePrice:hover .priceTittle {
  color: var(--main-color-one);
}
.pricingCard .singlePrice:hover .btn-wrapper .cmn-btn1 {
  opacity: 1;
}
.pricingCard .singleTab-items {
  display: none;
}
.pricingCard .tab-menu.tabStyleOne ul {
  display: inline-block;
  background: #fff;
  padding: 9px 10px;
  border-radius: 16px;
  border: 1px solid #F3F3F3;
}
.pricingCard .tab-menu.tabStyleOne ul li {
  display: inline-block;
}
.pricingCard .tab-menu.tabStyleOne ul li a {
  font-family: var(--body-font);
  color: var(--paragraph-color);
  border-radius: 8px;
  background: none;
  padding: 9px 19px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.pricingCard .tab-menu.tabStyleOne ul li a.active {
  background: var(--main-color-one);
  color: #fff;
}

.faqArea {
  position: relative;
  /* collapse */
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .faqArea {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faqArea {
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .faqArea {
    margin-bottom: 0px;
  }
}
@media (min-width: 1199px) {
  .faqArea .faq-caption {
    margin-left: 35px;
  }
}
@media (max-width: 575px) {
  .faqArea .faq-caption {
    margin-bottom: 35px;
  }
}
.faqArea .faq-caption .pera-top {
  font-weight: 500;
  color: var(--heading-color);
  font-size: 18px;
}
.faqArea .faq-img {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .faqArea .faq-img {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faqArea .faq-img {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .faqArea .faq-img {
    margin-bottom: 50px;
  }
}
.faqArea .faq-img .faq-font-img {
  position: absolute;
  z-index: 1;
  right: -74px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .faqArea .faq-img .faq-font-img {
    right: 0px;
  }
}
.faqArea .faq-img .faq-back-img img {
  width: 100%;
  height: 330px;
  object-fit: contain;
}
.faqArea .faq-shape {
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .faqArea .faq-shape {
    right: -50px;
  }
}
@media (min-width: 1400px) and (max-width: 1599.99px) {
  .faqArea .faq-shape {
    right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .faqArea .faq-shape {
    bottom: -25%;
    right: 2%;
  }
}
@media (max-width: 991px) {
  .faqArea .faq-shape {
    display: none;
  }
}
.faqArea .collapse-wrapper .accordion-item {
  border: 0;
  margin-bottom: 10px;
  border-radius: 20px;
  border: 1px solid #F3F3F3;
}
.faqArea .collapse-wrapper .accordion:last-child {
  margin-bottom: 0px;
}
.faqArea .collapse-wrapper .accordion-header {
  padding: 0;
  border-radius: 0;
  background: none;
  border: 0;
}
.faqArea .collapse-wrapper .accordion-header .accordion-button {
  text-align: left;
  color: var(--heading-color);
  background: #f1f1f1;
  border: 0;
  padding: 15px 61px 15px 31px;
  font-size: 16px;
  border-bottom: 0;
  display: block;
  text-decoration: none;
  border-radius: 0;
}
@media (max-width: 575px) {
  .faqArea .collapse-wrapper .accordion-header .accordion-button {
    padding: 17px 40px 21px 13px;
  font-size: 18px;
  }
}
.faqArea .collapse-wrapper .accordion-header .accordion-button::after {
  position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
  font-size: 24px;
  color: var(--main-color-one);
  right: 33px;
  content: "\f068";
  font-family: "Line Awesome Free";
  font-weight: 900;
  background-image: none;
  outline: 0;
}
@media (max-width: 575px) {
  .faqArea .collapse-wrapper .accordion-header .accordion-button::after {
      font-size: 24px;
      right: 20px;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
    }
    
}
.faqArea .collapse-wrapper .accordion-header .accordion-button.collapsed {
  border: 0;
}
.faqArea .collapse-wrapper .accordion-header .accordion-button.collapsed::after {
  content: "\f067";
  font-weight: 800;
}
.faqArea .collapse-wrapper .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0;
}
.faqArea .collapse-wrapper .accordion-header .accordion-button:not(.collapsed) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faqArea .collapse-wrapper .accordion-collapse {
  border: 0;
}
.faqArea .collapse-wrapper .accordion-collapse.show {
  background: #fff;
}
.faqArea .collapse-wrapper .accordion-collapse .accordion-body {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: #fff;
  padding: 10px 10px 20px 24px;
}

.faqArea .collapse-wrapper .accordion-collapse .accordion-body p {
    font-size: 12px;
}

.subscribeArea .subscribeCaption {
  background: var(--secondcolor);
  padding: 15px 0px;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .subscribeArea .subscribeCaption {
    padding: 40px 15px;
  }
}

.subscribeArea .subscribeCaption .subTittle {
  text-transform: uppercase;
  font-size: 12px;
  color: var(--main-color-one);
  margin-bottom: 10px;
  display: block;
}
.subscribeArea .subscribeCaption .tittle {
  font-size: 44px;
  display: block;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 22px;
  color: #ffffff;
  text-transform: capitalize;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .subscribeArea .subscribeCaption .tittle {
    font-size: 41px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .subscribeArea .subscribeCaption .tittle {
    font-size: 37px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .subscribeArea .subscribeCaption .tittle {
    font-size: 31px;
  }
}
@media (max-width: 575px) {
  .subscribeArea .subscribeCaption .tittle {
    font-size: 32px;
  }
}
.subscribeArea .subscribeCaption .pera {
  color: #F9F9F9;
  font-size: 16px;
  padding-bottom: 35px;
}
.subscribeArea .subscribeCaption form {
  position: relative;
}
.subscribeArea .subscribeCaption form input {
  width: 100%;
  height: 74px;
  background: #F6F9FC;
  padding: 15px 167px 15px 23px;
  color: var(--main-color-one);
  font-size: 16px;
  border-radius: 16px;
  border: 0;
}
.subscribeArea .subscribeCaption form input::-webkit-input-placeholder {
  color: #76787A;
  font-size: 16px;
}
.subscribeArea .subscribeCaption form input::-moz-placeholder {
  color: #76787A;
  font-size: 16px;
}
.subscribeArea .subscribeCaption form input:-ms-input-placeholder {
  color: #76787A;
  font-size: 16px;
}
.subscribeArea .subscribeCaption form input::-ms-input-placeholder {
  color: #76787A;
  font-size: 16px;
}
.subscribeArea .subscribeCaption form input::placeholder {
  color: #76787A;
  font-size: 16px;
}
@media (max-width: 575px) {
  .subscribeArea .subscribeCaption form input {
    width: 100%;
    margin-bottom: 20px;
    height: 68px;
    padding-right: 20px;
  }
}
.subscribeArea .subscribeCaption form button.subscribe-btn {
  border: 0;
  font-family: var(--heading-font);
  background: var(--main-color-one);
  border-radius: 8px;
  padding: 16px 26px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  right: 10px;
  top: 9px;
}
@media (max-width: 575px) {
  .subscribeArea .subscribeCaption form button.subscribe-btn {
    height: 65px;
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0px;
    position: unset;
  }
}
.subscribeArea .subscribeCaption form .icon {
  color: #B6B9BC;
  font-size: 35px;
  font-weight: 400;
  position: absolute;
  left: 22px;
  top: 20px;
}
@media (max-width: 575px) {
  .subscribeArea .subscribeCaption form .icon {
    top: 13px;
  }
}
.subscribeArea .subscribeCaption .shapeSubscribe {
  position: absolute;
  z-index: 1;
}
@media (max-width: 991px) {
  .subscribeArea .subscribeCaption .shapeSubscribe {
    display: none;
  }
}
.subscribeArea .subscribeCaption .shapeSubscribe > img {
  width: auto;
}
.subscribeArea .subscribeCaption .shapeSubscribe.shapeSubscribe1 {
  left: 51px;
  top: 34%;
  z-index: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.subscribeArea .subscribeCaption .shapeSubscribe.shapeSubscribe2 {
  right: 3%;
  top: 62%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.footerWrapper .footer-area {
  border-top: 1px solid #F3F3F3;
}
.footerWrapper .footer-area .footer-pera.footer-pera2 .pera {
  color: var(--paragraph-color);
}
.footerWrapper .footer-area .footer-pera .pera {
  color: var(--paragraph-color);
  font-size: 16px;
  margin-bottom: 19px;
  line-height: 1.8;
  margin-bottom: 28px;
}
.footerWrapper .footer-area .footer-pera.footer-pera2 .pera {
  padding: 0;
}
.footerWrapper .footer-area .footer-tittle .footerTittle {
  color: #ffffff;
  font-size: 22px;
  margin-bottom: 34px;
  font-weight: 700;
}
.footerWrapper .footer-area .footer-tittle .footerTittle {
  color: var(--heading-color);
  font-size: 20px;
  margin-bottom: 34px;
  font-weight: 500;
}
.footerWrapper .footer-area .footer-tittle .listing .listItem {
  margin-bottom: 11px;
}
.footerWrapper .footer-area .footer-tittle .listing .listItem .icon {
  margin-right: 15px;
  color: var(--main-color-one);
  font-size: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.footerWrapper .footer-area .footer-tittle .listing .listItem .pera {
  margin-bottom: 1px;
  font-size: 16px;
  color: var(--paragraph-color);
}
.footerWrapper .footer-area .footer-tittle .listing .listItem .singleLinks {
  color: var(--paragraph-color);
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.footerWrapper .footer-area .footer-tittle .listing .listItem .singleLinks:hover {
  color: var(--main-color-one);
  letter-spacing: 0.2px;
}
.footerWrapper .footer-area .footer-tittle .listing .listItem .singleLinks .icon {
  color: var(--main-color-one);
  font-size: 17px;
  display: inline-block;
  margin-right: 22px;
  line-height: 1.6;
}
.footerWrapper .footer-area .footer-tittle .listing-info .listItem {
  margin-bottom: 25px;
}
.footerWrapper .footer-area .footer-tittle .listing-info .listItem .singleLinks {
  color: var(--paragraph-color);
}

.footerWrapper .footer-area .footer-tittle .listing-info .listItem .singleLinks.baba {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
}

.footerWrapper .footer-area .footer-tittle .listing-info .listItem .singleLinks.baba .icon {
  flex-shrink: 0;
}

.footerWrapper .footer-area .footer-tittle .listing-info .listItem .singleLinks:hover {
  color: var(--main-color-one);
}
.footerWrapper .footer-area .footer-tittle .listing-info .listItem .singleLinks:hover .icon {
  background: var(--main-color-one);
  color: #ffffff;
}
.footerWrapper .footer-area .footer-tittle .listing-info .listItem .singleLinks .icon {
      transition: 0.4s;
    color: #202020;
    background: #ffffff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 7px;
    width: 30px;
    height: 30px;
    line-height: 40px;
    border-radius: 50%;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
}
.footerWrapper .footer-area .footer-form {
  position: relative;
  z-index: 1;
}
.footerWrapper .footer-area .footer-form .newsletter-footer {
  position: relative;
}
.footerWrapper .footer-area .footer-form .newsletter-footer .input {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  height: 52px;
  padding: 10px 20px;
  padding-right: 101px;
  background: none;
  color: #D0D5DD;
}
.footerWrapper .footer-area .footer-form .newsletter-footer .input::-webkit-input-placeholder {
  color: #D0D5DD;
  font-size: 14px;
}
.footerWrapper .footer-area .footer-form .newsletter-footer .input::-moz-placeholder {
  color: #D0D5DD;
  font-size: 14px;
}
.footerWrapper .footer-area .footer-form .newsletter-footer .input:-ms-input-placeholder {
  color: #D0D5DD;
  font-size: 14px;
}
.footerWrapper .footer-area .footer-form .newsletter-footer .input::-ms-input-placeholder {
  color: #D0D5DD;
  font-size: 14px;
}
.footerWrapper .footer-area .footer-form .newsletter-footer .input::placeholder {
  color: #D0D5DD;
  font-size: 14px;
}

.footer-bottom-area .footer-border {
  border-top: 1px solid #F3F3F3;
  padding-top: 30px;
  padding-bottom: 29px;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .footer-bottom-area .footer-border {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-bottom-area .footer-border {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .footer-bottom-area .footer-border {
    padding-top: 20px;
  }
}
.footer-bottom-area .footer-copy-right .pera {
    color: var(--paragraph-color);
    font-weight: 400;
    font-size: 12px;
    line-height: 2;
    margin: 0;
}
.footer-bottom-area .footer-copy-right .pera i {
  color: var(--main-color-one);
}
.footer-bottom-area .footer-copy-right .pera a {
  color: var(--main-color-one);
  font-weight: 500;
}
.footer-bottom-area .footer-copy-right .pera a:hover {
  color: var(--main-color-one);
}

.footer-social .social {
    color: #202020;
    background: #ffffff;
    font-size: 14px;
    display: inline-block;
    margin-right: 7px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 35px;
    border-radius: 50%;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.25);
}
.footer-social .social .icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
}
.footer-social .social:hover {
  color: #D0D5DD;
  background: var(--main-color-one);
}
.footer-social .social:hover .icon {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}

.footer-social2 .social {
  color: #D0D5DD;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  margin-right: 11px;
}
.footer-social2 .social .icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.footer-social2 .social:hover {
  color: #D0D5DD;
}
.footer-social2 .social:hover .icon {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.footerStyleTwo {
  background: #FCF9F9;
}
.footerStyleTwo .footer-area .footer-tittle .footerTittle {
  color: #ffffff;
}
.footerStyleTwo .footer-area .footer-tittle .listing .listItem .singleLinks {
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-area .footer-tittle.footer-tittle2 .listing .listItem .singleLinks {
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-area .footer-tittle.footer-tittle2 .listing .listItem .singleLinks .icon {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
}
.footerStyleTwo .footer-area .footer-pera.footer-pera2 .pera {
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-area .footer-bottom-area .footer-copy-right .pera {
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-area .footer-social2 .social {
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-area .footer-form .newsletter-footer .input {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: none;
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-bottom-area .footer-copy-right .pera {
  color: rgba(255, 255, 255, 0.7);
}
.footerStyleTwo .footer-bottom-area .footer-border {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footerStyleThree {
  background: #F9FAFB;
}
.footerStyleThree .footer-area .footer-tittle .footerTittle {
  color: var(--heading-color);
}
.footerStyleThree .footer-area .footer-tittle .listing .listItem .singleLinks {
  color: #667085;
}
.footerStyleThree .footer-area .footer-tittle .footer-pera.footer-pera2 .pera {
  color: #667085;
}
.footerStyleThree .footer-area .footer-tittle.footer-tittle2 .listing .listItem .singleLinks {
  color: #667085;
}
.footerStyleThree .footer-area .footer-tittle.footer-tittle2 .listing .listItem .singleLinks .icon {
  color: #667085;
  background: #D0D5DD;
}
.footerStyleThree .footer-area .footer-social2 .social {
  color: #667085;
}
.footerStyleThree .footer-area .footer-form .newsletter-footer .input {
  border: 1px solid #ced1d7;
  background: #ffffff;
  color: #667085;
}
.footerStyleThree .footer-bottom-area .footer-copy-right .pera {
  color: #667085;
}
.footerStyleThree .footer-bottom-area .footer-border {
  border-top: 1px solid #ced1d7;
}

@media (max-width: 991px) {
  .aboutArea .about-caption {
    margin-bottom: 35px;
  }
}
.aboutArea .aboutImg {
  margin-bottom: 40px;
}
.aboutArea .aboutImg img {
  width: 100%;
}
.aboutArea .aboutShape {
  position: absolute;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .aboutArea .aboutShape {
    display: none;
  }
}
@media (max-width: 575px) {
  .aboutArea .aboutShape {
    display: none;
  }
}
.aboutArea .aboutShape > img {
  width: auto;
}
.aboutArea .aboutShape.aboutShape1 {
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .aboutArea .aboutShape.aboutShape1 {
    width: 16%;
  }
}
@media (max-width: 991px) {
  .aboutArea .aboutShape.aboutShape1 {
    display: none;
  }
}
.aboutArea .aboutShape.aboutShape2 {
  right: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991px) {
  .aboutArea .aboutShape.aboutShape2 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .aboutArea .aboutShape.aboutShape2 {
    width: 16%;
  }
}

.countDown .countDownWrapper {
  border: 1px solid #F3F3F3;
  border-radius: 20px;
  padding: 28px 10px 0px 10px;
}
.countDown .countDownWrapper .single {
  text-align: center;
}
.countDown .countDownWrapper .single .single-counter {
  text-align: center;
}
.countDown .countDownWrapper .single .single-counter .counter {
  font-family: var(--heading-font);
  color: var(--main-color-one);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .countDown .countDownWrapper .single .single-counter .counter {
    font-size: 40px;
  }
}
.countDown .countDownWrapper .single .single-counter .icon {
  font-family: var(--heading-font);
  color: var(--main-color-one);
  font-size: 50px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 575px) {
  .countDown .countDownWrapper .single .single-counter .icon {
    font-size: 40px;
  }
}
.countDown .countDownWrapper .single .single-counter .pera-count h5 {
  color: #131933;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 11px;
  font-family: var(--body-font);
}
.countDown .countDownWrapper .single .single-counter .pera-count .pera {
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-size: 16px;
  line-height: 1.4;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .countDown .countDownWrapper .single .single-counter .pera-count .pera {
    font-size: 17px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .countDown .countDownWrapper .single .single-counter .pera-count .pera {
    font-size: 17px;
  }
}

.teamArea .singleTeam {
  border: 1px solid #F3F3F3;
  border-radius: 20px;
  overflow: hidden;
}
.teamArea .singleTeam .teamImg {
  overflow: hidden;
}
.teamArea .singleTeam .teamImg img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
  border-radius: 8px;
}
.teamArea .singleTeam .teamCaption {
  padding: 20px 20px;
}
.teamArea .singleTeam .teamCaption .title {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 13px;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .teamArea .singleTeam .teamCaption .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .teamArea .singleTeam .teamCaption .title {
    font-size: 18px;
  }
}
.teamArea .singleTeam .teamCaption .title:hover {
  color: var(--main-color-one);
}
.teamArea .singleTeam .teamCaption .pera {
  font-family: var(--heading-font);
  color: #667085;
  font-size: 16px;
  margin-bottom: 15px;
}
.teamArea .singleTeam .teamSocial .list {
  display: inline-block;
}
.teamArea .singleTeam .teamSocial .list .singleSocial {
  color: #ffffff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  margin-right: 8px;
  display: inline-block;
  background: #D1D1D1;
  /* IE 9 */
  -webkit-transform: 0.4s;
  /* Chrome, Safari, Opera */
  transform: 0.4s;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.teamArea .singleTeam .teamSocial .list .singleSocial .icon {
  display: inline-block;
  line-height: inherit;
}
.teamArea .singleTeam .teamSocial .list .singleSocial:hover {
  background: var(--main-color-one);
}
.teamArea .singleTeam .teamSocial .list:nth-child(1) .singleSocial {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.teamArea .singleTeam .teamSocial .list:nth-child(2) .singleSocial {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.teamArea .singleTeam .teamSocial .list:nth-child(3) .singleSocial {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.teamArea .singleTeam:hover .teamImg img {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.teamArea .singleTeam:hover .teamSocial .singleSocial {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  opacity: 1;
  visibility: visible;
}

.wantWorking {
  padding: 50px 50px 45px 50px;
  border-radius: 17px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .wantWorking {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .wantWorking {
    padding: 25px 15px;
  }
}

.pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination .pagination-list {
  margin: 0 auto;
}
.pagination .pagination-list li {
  display: inline-block;
}
.pagination .pagination-list li .page-number {
  font-family: var(--heading-font);
  color: #667085;
  background: #F7F7F7;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 6px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border: 0;
  font-weight: 400;
  border-radius: 8px;
  font-size: 14px;
}
@media (max-width: 575px) {
  .pagination .pagination-list li .page-number {
    width: 29px;
    height: 29px;
    line-height: 29px;
    margin: 0 2px;
    font-size: 13px;
  }
}
.pagination .pagination-list li .page-number.current {
  background-color: var(--main-color-one);
  color: #ffffff;
}
.pagination .pagination-list li .page-number:hover {
  background-color: var(--main-color-one);
  color: #ffffff;
}

.breadcrumb {
  background: none;
  padding: 0;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.breadcrumb a {
  font-family: var(--heading-color);
  color: #667085;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 500;
}
.breadcrumb .breadcrumb-item {
  line-height: 1;
  padding: 0;
}
.breadcrumb .breadcrumb-item:first-child a {
  color: var(--heading-color);
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  color: #667085;
  content: "\f105";
  font-family: "Line Awesome Free";
  font-size: 16px;
  padding: 0 0px;
  margin: 0 5px;
  font-weight: 700;
  position: relative;
  top: 1px;
  padding-right: 3px;
}

.packageArea .packageWrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 11px 3px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 2px 11px 3px rgba(26, 40, 68, 0.06);
  border-radius: 12px;
  padding: 70px 60px;
  border-radius: 12px;
  border: 1px solid #F3F3F3;
}
@media (max-width: 575px) {
  .packageArea .packageWrapper {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .packageArea .packageWrapper {
    padding: 40px 20px;
  }
}
.packageArea .packageWrapper .input-form {
  position: relative;
}
.packageArea .packageWrapper .input-form.input-form2 input {
  padding: 9px 18px 9px 19px;
}
.packageArea .packageWrapper .input-form input {
  background: none;
  color: var(--heading-color);
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 9px 18px 9px 52px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.packageArea .payable_amount {
  font-size: 30px !important;
  font-weight: 700 !important;
}
.packageArea .packageWrapper .input-form input::-webkit-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.packageArea .packageWrapper .input-form input::-moz-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.packageArea .packageWrapper .input-form input:-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.packageArea .packageWrapper .input-form input::-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.packageArea .packageWrapper .input-form input::placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .packageArea .packageWrapper .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .packageArea .packageWrapper .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .packageArea .packageWrapper .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .packageArea .packageWrapper .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .packageArea .packageWrapper .input-form input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .packageArea .packageWrapper .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .packageArea .packageWrapper .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .packageArea .packageWrapper .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .packageArea .packageWrapper .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .packageArea .packageWrapper .input-form input::placeholder {
    font-size: 13px;
  }
}
.packageArea .packageWrapper .input-form .icon {
  color: #667085;
  position: absolute;
  left: 6px;
  top: 8px;
  text-align: center;
  line-height: 17px;
  font-size: 23px;
}
.packageArea .packageWrapper textarea {
  background: none;
  color: var(--heading-color);
  height: 140px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 18px 9px 20px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.packageArea .packageWrapper .select-StyleTwo {
  position: relative;
}
.packageArea .packageWrapper .select-StyleTwo .icon {
  position: absolute;
  left: 15px;
  display: inline-block;
  top: 17px;
  font-size: 24px;
}
.packageArea .packageWrapper .select-StyleTwo .nice-select {
  border: 1px solid rgba(208, 213, 221, 0.4);
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 0px;
  padding: 11px 19px 11px 19px;
  color: #667085;
  margin-bottom: 16px;
  line-height: 24px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 16px;
}
.packageArea .packageWrapper .select-StyleTwo .nice-select .list {
  width: 100%;
}
.packageArea .packageWrapper .select-StyleTwo .nice-select.open .list {
  width: 100%;
  border-radius: 0;
  border: 0;
}
.packageArea .packageWrapper .select-StyleTwo .nice-select::after {
  border-bottom: 2px solid #76787A;
  border-right: 2px solid #76787A;
  height: 9px;
  width: 9px;
  margin-top: -8px;
  right: 29px;
}
.packageArea .packageWrapper .select-StyleTwo .nice-select .option:hover, .packageArea .packageWrapper .select-StyleTwo .nice-select .nice-select .option.focus, .packageArea .packageWrapper .select-StyleTwo .nice-select .nice-select .option.selected.focus {
  background-color: var(--main-color-one);
  color: white;
}
.packageArea .packageWrapper .file_upload {
  border: 1px solid #E1E1E1;
  padding: 7px 15px 3px 15px;
  border-radius: 6px;
  margin-bottom: 20px;
  /* input file style */
}
.packageArea .packageWrapper .file_upload .input-file, .packageArea .packageWrapper .file_upload .file_upload .input-file2 {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.packageArea .packageWrapper .file_upload .btn_file_upload {
  border: 1px solid #E1E1E1;
  padding: 8px 15px !important;
  border-radius: 5px;
  display: inline-block !important;
  font-size: 16px;
  color: var(--paragraph-color);
  border-radius: 6px;
  margin-right: 10px;
}
.packageArea .packageWrapper .file_upload .btn_file_upload:hover {
  background-color: var(--main-color-one);
  color: #fff;
  border: 1px solid transparent;
}
.packageArea .packageWrapper .file_upload .input-file + .js-labelFile,
.packageArea .packageWrapper .file_upload .file_upload .input-file + .js-labelFile2,
.packageArea .packageWrapper .file_upload .file_upload .input-file2 + .js-labelFile,
.packageArea .packageWrapper .file_upload .file_upload .input-file2 + .js-labelFile2 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.packageArea .sinUp .singApp {
  font-family: var(--heading-font);
  color: var(--main-color-one);
  font-weight: 500;
  margin-left: 10px;
}

.pricing {
  margin-bottom: 18px;
  font-family: var(--heading-font);
  color: var(--heading-color);
  font-weight: 800;
  font-size: 40px;
  display: block;
}

.payment-gateway-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.payment-gateway-list .single-gateway-item {
  display: inline-block;
  position: relative;
  width: 111px;
  border: 1px solid #F3F3F3;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 4px;
  display: inline-grid;
  padding: 8px 15px;
}
.payment-gateway-list .single-gateway-item::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
}
.payment-gateway-list .single-gateway-item::after {
  position: absolute;
  right: -8px;
  top: -10px;
  width: 17px;
  height: 17px;
  line-height: 17px;
  background-color: transparent;
  border-radius: 50%;
  background-color: var(--main-color-one);
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-size: 10px;
  text-align: center;
  margin: 0 auto;
  z-index: 2;
}
.payment-gateway-list .single-gateway-item img {
    padding: 0;
    display: block;
    text-align: center;
    margin-right: 0;
    width: auto;
    height: auto;
    margin: auto;
    max-width: 70px;
}
.payment-gateway-list .single-gateway-item.selected {
  position: relative;
  background: rgba(234, 98, 73, 0.05);
}
.payment-gateway-list .single-gateway-item.selected::before {
  content: "";
  border: 1px solid var(--main-color-one);
}
.payment-gateway-list .single-gateway-item.selected::after {
  content: "\f00c";
  font-weight: 900;
  font-family: "Line Awesome Free";
}
.payment-gateway-list .single-gateway-item:hover {
  cursor: pointer;
}

.packageDetails {
  background: #fff;
  -webkit-box-shadow: 0px 2px 11px 3px rgba(26, 40, 68, 0.06);
  box-shadow: 0px 2px 11px 3px rgba(26, 40, 68, 0.06);
  border-radius: 12px;
  padding: 50px 60px;
  border-radius: 12px;
  border: 1px solid #f3f3f3;
}
@media (max-width: 575px) {
  .packageDetails {
    padding: 30px 20px;
  }
}
.packageDetails .single {
  font-weight: 500;
  font-size: 16px;
  display: block;
  line-height: 1;
  margin-bottom: 34px;
}
.packageDetails .single .icon {
  margin-right: 10px;
}

.contactArea .input-form {
  position: relative;
}
.contactArea .input-form.input-form2 input {
  padding: 9px 18px 9px 19px;
}
.contactArea .input-form input {
  background: none;
  color: var(--heading-color);
  height: 60px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 9px 18px 9px 52px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 30px;
}
.contactArea .input-form input::-webkit-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.contactArea .input-form input::-moz-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.contactArea .input-form input:-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.contactArea .input-form input::-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.contactArea .input-form input::placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .contactArea .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .contactArea .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .contactArea .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .contactArea .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .contactArea .input-form input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .contactArea .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .contactArea .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .contactArea .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .contactArea .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .contactArea .input-form input::placeholder {
    font-size: 13px;
  }
}
.contactArea .input-form input:focus {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.contactArea .input-form .icon {
  color: #667085;
  position: absolute;
  left: 13px;
  top: 13px;
  text-align: center;
  line-height: 17px;
  font-size: 23px;
}
.contactArea textarea {
  background: none;
  color: var(--heading-color);
  height: 220px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 18px 9px 20px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 30px;
}
.contactArea textarea:focus {
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.contactArea .iti.iti--allow-dropdown {
  width: 100%;
  margin-bottom: 20px;
}

.mapArea .mapWrapper {
  height: 575px;
}
.mapArea .mapWrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.loginArea .login-Wrapper {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 11px 3px rgba(26, 40, 68, 0.06);
          box-shadow: 0px 2px 11px 3px rgba(26, 40, 68, 0.06);
  border-radius: 12px;
  padding: 50px 60px;
  border-radius: 20px;
  border: 1px solid #F3F3F3;
}
@media (max-width: 575px) {
  .loginArea .login-Wrapper {
    padding: 30px 20px;
  }
}
.loginArea .login-Wrapper .input-form {
  position: relative;
}
.loginArea .login-Wrapper .input-form.input-form2 input {
  padding: 9px 18px 9px 19px;
}
.loginArea .login-Wrapper .input-form input {
  background: none;
  color: var(--heading-color);
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 9px 18px 9px 52px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.loginArea .login-Wrapper .input-form input::-webkit-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.loginArea .login-Wrapper .input-form input::-moz-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.loginArea .login-Wrapper .input-form input:-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.loginArea .login-Wrapper .input-form input::-ms-input-placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
.loginArea .login-Wrapper .input-form input::placeholder {
  color: var(--heading-color);
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .loginArea .login-Wrapper .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input::placeholder {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .loginArea .login-Wrapper .input-form input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input::-moz-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input:-ms-input-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input::-ms-input-placeholder {
    font-size: 13px;
  }
  .loginArea .login-Wrapper .input-form input::placeholder {
    font-size: 13px;
  }
}
.loginArea .login-Wrapper .input-form .icon {
  color: #667085;
  position: absolute;
  left: 6px;
  top: 8px;
  text-align: center;
  line-height: 17px;
  font-size: 23px;
}
.loginArea .login-Wrapper textarea {
  background: none;
  color: var(--heading-color);
  height: 120px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 18px 9px 20px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.loginArea .login-Wrapper .select-StyleTwo {
  position: relative;
}
.loginArea .login-Wrapper .select-StyleTwo .icon {
  position: absolute;
  left: 15px;
  display: inline-block;
  top: 17px;
  font-size: 24px;
}
.loginArea .login-Wrapper .select-StyleTwo .nice-select {
  border: 1px solid rgba(208, 213, 221, 0.4);
  width: 100%;
  height: 50px;
  background: #fff;
  border-radius: 0px;
  padding: 11px 19px 11px 19px;
  color: #667085;
  margin-bottom: 16px;
  line-height: 24px;
  border-radius: 8px;
  margin-bottom: 20px;
  font-size: 16px;
}
.loginArea .login-Wrapper .select-StyleTwo .nice-select .list {
  width: 100%;
}
.loginArea .login-Wrapper .select-StyleTwo .nice-select.open .list {
  width: 100%;
  border-radius: 0;
  border: 0;
}
.loginArea .login-Wrapper .select-StyleTwo .nice-select::after {
  border-bottom: 2px solid #76787A;
  border-right: 2px solid #76787A;
  height: 9px;
  width: 9px;
  margin-top: -8px;
  right: 29px;
}
.loginArea .login-Wrapper .select-StyleTwo .nice-select .option:hover, .loginArea .login-Wrapper .select-StyleTwo .nice-select .nice-select .option.focus, .loginArea .login-Wrapper .select-StyleTwo .nice-select .nice-select .option.selected.focus {
  background-color: var(--main-color-one);
  color: white;
}
.loginArea .login-Wrapper .iti.iti--allow-dropdown {
  width: 100%;
  margin-bottom: 20px;
}
.loginArea .login-Wrapper .checkWrap2 {
  font-size: 16px;
  color: var(--heading-color);
  font-family: var(--heading-font);
  display: block;
  position: relative;
  padding-left: 33px;
  margin-bottom: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 575px) {
  .loginArea .login-Wrapper .checkWrap2 {
    font-size: 14px;
  }
}
.loginArea .login-Wrapper .checkWrap2 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.loginArea .login-Wrapper .checkWrap2 input:checked ~ .checkmark {
  background-color: var(--main-color-one);
  border: 2px solid transparent;
}
.loginArea .login-Wrapper .checkWrap2 input:checked ~ .checkmark:after {
  display: block;
}
.loginArea .login-Wrapper .checkWrap2 .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #93959E;
  border-radius: 5px;
}
.loginArea .login-Wrapper .checkWrap2 .checkmark::after {
  left: 5px;
  top: 1px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.loginArea .login-Wrapper .checkWrap2 .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.loginArea .passRemember {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 18px;
}
.loginArea .passRemember .forgetPassword .forgetPass {
  color: var(--main-color-one);
  font-weight: 500;
  font-size: 16px;
  background: none;
  border: 0;
}
.loginArea .sinUp .singApp {
  font-family: var(--heading-font);
  color: var(--main-color-one);
  font-weight: 500;
  margin-left: 10px;
}

section.aboutArea.section-padding {
    padding-bottom: 0;
}
.theme-wrapper {
    position: relative;
    transition: all .3s;
    cursor: pointer;
}
.theme-wrapper.selected_theme {
    border: 2px solid var(--main-color-one);
    transition: all .3s;
}
.theme-wrapper .selected_text {
    transition: all .3s;
}
.theme-wrapper .selected_text {
    position: absolute;
    top: 0;
  background-color: var(--main-color-one);
    left: 0;
    color: #fff;
    padding: 5px;
    font-size: 18px;
}
.ourBranding .ServicesWrapper .client-single img {
    padding: 0 20px;
    max-height: 60px;
}
.support-ticket-wrapper {
    padding: 40px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    box-shadow: 0px 1px 2px rgb(16 24 40 / 5%);
    border: 1px solid #E1E1E1;
}

@media only screen and (max-width: 575px) {
    .support-ticket-wrapper {
        padding: 30px;
    }
}

@media only screen and (max-width: 375px) {
    .support-ticket-wrapper {
        padding: 20px;
    }
}

.support-ticket-wrapper .form-group label {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 8px;
}


.support-ticket-wrapper .form-group .form-control {
    background: #fff;
    color: var(--heading-color);
    height: 50px;
    width: 100%;
    font-size: 16px;
    font-weight: 300;
    padding: 5px 18px;
    position: relative;
    border: 1px solid #EAECF0;
    border-radius: 8px;
    margin-bottom: 20px;
}
.support-ticket-wrapper .form-group textarea.form-control {
    height: unset;
}
.support-ticket-wrapper .btn-wrapper {
    float: unset;
}
.main_error_message {
    padding-right: 40px;
}
.main_error_message .close {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 25px;
    width: 25px;
    background: #fff;
    border: 0;
    outline: none;
    color: red;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

@media screen and (max-width: 991px) {
    .dynamic-page-content-wrap h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 575px) {

  .singlePrice .d-flex.justify-content-center {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.view_page_theme .title {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 700;
}
.btn-wrapper .cmn-btn.cmn-btns.btn__livePreview {
  background: var(--main-color-three);
}
.btn-wrapper .cmn-btn.cmn-btns.btn__livePreview:before {
  background: var(--main-color-one);
}
.cmn-btn.cmn-btns.coming_soon__btn {
  background: var(--body-color);
  cursor: unset;
}
.cmn-btn.cmn-btns.coming_soon__btn:before {
  display: none;
}

.packageArea .packageDetails .listing {
  height: 775px;
  overflow: hidden;
}



/*For landlord blog*/

.photography_blog {
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.photography_section_bg_3 {
  background-color: var(--paragraph-color-three);
}

.photography_sectionTitle {
  text-align: center;
  max-width: 635px;
  margin-inline: auto;
  position: relative;
}

.photography_sectionTitle .title {
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--heading-color);
}

.photography_blog__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photography_blog__tag__item {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  color: var(--paragraph-color);
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.photography_blog__contents__title {
  font-size: 24px;
  line-height: 1.3;
  margin: -6px 0 0;
  -webkit-transition: 200ms;
  transition: 200ms;
}

.photography_blog__btn {
  color: var(--main-color-one);
  font-size: 15px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.photography_blog__contents {
  padding: 20px;
}
.servicesDiscription-global .capImg {
  border-radius: 8px;
  margin-bottom: 40px;
}

.servicesDiscription-global .capImg.imgEffect img {
  width: 100%;
  border-radius: 8px;
}

.input-form input {
  background: none;
  color: var(--heading-color);
  height: 50px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 9px 18px 9px 52px;
  position: relative;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  margin-bottom: 20px;
}
.input-form.input-form2 input {
  padding: 9px 18px 9px 19px;
}
.simplePresentCart {
  padding: 30px 30px;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
}
.simplePresentCart {
  padding: 30px 20px;
  border-radius: 8px;
  background: var(--sectionBg-two);
}

.simplePresentCart2 {
  padding: 30px 30px;
  border: 1px solid #E1E1E1;
  padding-bottom: 10px;
}

.simplePresentCart3 {
  padding: 40px 40px 40px 40px;
  -webkit-box-shadow: 0 3px 10px rgba(27, 30, 120, 0.1);
  box-shadow: 0 3px 10px rgba(27, 30, 120, 0.1);
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  background: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .simplePresentCart3 {
    padding: 30px 19px 30px 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .simplePresentCart3 {
    padding: 30px 19px 30px 16px;
  }
}
.searchBox-wrapper {
  position: relative;
  text-align: left;
  z-index: 9;
}
.searchBox-wrapper .search-box .input-form {
  position: relative;
}
.searchBox-wrapper .search-box .input-form .icon {
  background: var(--main-color-one);
  position: absolute;
  right: 0;
  left: auto;
  top: 25px;
  width: 62px !important;
  padding: 0;
  height: 50px;
  text-align: center;
  line-height: 53px;
  border-radius: 0px;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  border: 0;
}

.searchByTopic .checkWrap {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #232F55;
  font-size: 16px;
}
@media (max-width: 575px) {
  .searchByTopic .checkWrap {
    font-size: 14px;
  }
}
.searchByTopic .checkWrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.searchByTopic .checkWrap input:checked ~ .checkmark {
  background-color: var(--main-color-one);
  border: 2px solid transparent;
}
.searchByTopic .checkWrap input:checked ~ .checkmark:after {
  display: block;
}
.searchByTopic .checkWrap .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 17px;
  border: 1px solid #93959E;
  border-radius: 0;
}
.searchByTopic .checkWrap .checkmark::after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.searchByTopic .checkWrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkWrap {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: var(--paragraph-color);
  font-size: 16px;
}
@media (max-width: 575px) {
  .checkWrap {
    font-size: 14px;
  }
}
.checkWrap.styleTwo {
  font-size: 16px;
  margin-bottom: 10px;
}
.checkWrap.styleTwo .checkmark {
  top: 4px;
  height: 15px;
  width: 16px;
}
.checkWrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkWrap input:checked ~ .checkmark {
  background-color: var(--main-color-one);
  border: 2px solid transparent;
}
.checkWrap input:checked ~ .checkmark:after {
  display: block;
}
.checkWrap .checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 15px;
  width: 17px;
  border: 1px solid #93959E;
  border-radius: 0;
}
.checkWrap .checkmark::after {
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid white;
  border-width: 0px 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkWrap .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}


.popularServices-global {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
  gap: 10px 20px;
}
.popularServices-global:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .popularServices-global {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.popularServices-global .itemsImg {
  max-width: 100px;
  min-width: 100px;
  height: 82px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 0px;
  border-radius: 8px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .popularServices-global .itemsImg {
    width: 100%;
  }
}
.popularServices-global .itemsCaption .itemsTittle {
  font-family: var(--heading-font);
  margin-bottom: 5px;
  line-height: 1.3;
  font-weight: 600;
  font-size: 16px;
  display: block;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .popularServices-global .itemsCaption .itemsTittle {
    font-size: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .popularServices-global .itemsCaption .itemsTittle {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .popularServices-global .itemsCaption .itemsTittle {
    font-size: 15px;
  }
}
.popularServices-global .itemsCaption .itemsCap {
  font-family: var(--heading-font);
  font-size: 14px;
  color: var(--heading-font);
  margin-bottom: 8px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399.99px) {
  .popularServices-global .itemsCaption .itemsCap {
    font-size: 12px;
    margin-bottom: 7px;
  }
}
.popularServices-global .ratting .listItem {
  display: inline-block;
  line-height: 1;
  margin-bottom: 7px;
}
.popularServices-global .ratting .listItem .icon {
  color: #f7b614;
  font-size: 11px;
}
.popularServices-global .ratting .listItem .reviewNumber {
  color: var(--paragraph-color);
}
.popularServices-global .ratting .listItem p {
  margin: 0;
}
.popularServices-global .productPrice {
  margin-bottom: 15px;
}
.popularServices-global .productPrice .regularPrice {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  color: var(--main-color-one);
}

.servicesDiscription-global .capImg {
  border-radius: 8px;
  margin-bottom: 40px;
}
.servicesDiscription-global .pera {
  margin-bottom: 40px;
}

.singleBlog-global {
  border-radius: 8px;
}
.singleBlog-global .blog-img {
  position: relative;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.singleBlog-global .blog-img img {
  border-radius: 8px 8px 0 0;
  width: 100%;
  width: calc(100% + 60px);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-20px, 0, 0) scale(1.1);
  transform: translate3d(-20px, 0, 0) scale(1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.singleBlog-global .blog-img .content {
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 2;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 2px 24px;
  padding-left: 8px;
  border-radius: 0px;
  background: var(--main-color-one);
  border-radius: 0 2px 2px 0;
  -webkit-clip-path: polygon(100% 0%, 90.6% 52.17%, 100% 100%, 0px 100%, -0.49% 47%, 0px 0px);
  clip-path: polygon(100% 0%, 83.44% 55.5%, 100% 100%, 0px 100%, -0.49% 47%, 0px 0px);
}
.singleBlog-global .blogCaption {
  border: 1px solid #E1E1E1;
  border-top: 0;
  padding: 24px 17px 0px 20px;
  border-radius: 8px;
}
.singleBlog-global .blogCaption .cartTop {
  margin-bottom: 16px;
}
.singleBlog-global .blogCaption .cartTop .listItmes {
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 300;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .singleBlog-global .blogCaption .cartTop .listItmes {
    padding-right: 14px;
  }
}
.singleBlog-global .blogCaption .cartTop .listItmes:last-child {
  padding-right: 0px;
}
.singleBlog-global .blogCaption .cartTop .listItmes .icon {
  color: var(--peragraph-color);
  margin-right: 10px;
}
.singleBlog-global .blogCaption .tittle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px;
  line-height: 1.2;
  display: block;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .singleBlog-global .blogCaption .tittle {
    font-size: 16px;
  }
}
.singleBlog-global .blogCaption .tittle:hover {
  color: var(--main-color-one);
}
.singleBlog-global .blogCaption .pera {
  font-size: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .singleBlog-global .blogCaption .pera {
    font-size: 12px;
  }
}
.singleBlog-global .blogFooter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 18px;
  margin-top: 28px;
  border-top: 1px solid #E1E1E1;
}
@media (max-width: 575px) {
  .singleBlog-global .blogFooter {
    padding: 19px 10px 12px 12px;
  }
}
.singleBlog-global .blogFooter .blogPostUser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.singleBlog-global .blogFooter .blogPostUser img {
  display: inline-block;
  padding-right: 7px;
  font-size: 16px;
  max-width: 40px;
  height: auto;
  border-radius: 50%;
}
.singleBlog-global .blogFooter .blogPostUser .tittle {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.singleBlog-global .blogFooter .contacts .listing .listItem {
  display: inline-block;
  margin-left: 8px;
}
.singleBlog-global .blogFooter .contacts .listing .listItem .icon {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: var(--peragraph-color);
  width: 34px;
  line-height: 34px;
  height: 34px;
  background: rgba(48, 76, 187, 0.06);
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
}
.singleBlog-global .blogFooter .contacts .listing .listItem:hover .icon {
  background: var(--main-color-one);
  color: #ffffff;
}
.singleBlog-global.blog2 {
  margin: 0;
}
.singleBlog-global:hover .blog-img img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.itemReview .singleReview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 28px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E1E1E1;
}

.simplePresentCart {
  padding: 30px 20px;
  border-radius: 8px;
  background: var(--sectionBg-two);
}

.contactUs .input-form textarea {
  background: none;
  color: var(--heading-color);
  height: 160px;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  padding: 15px 18px 9px 20px;
  position: relative;
  border: 1px solid #EAECF0;
  border-radius: 8px;
  margin-bottom: 20px;
}
.contactUs .input-form {
  position: relative;
}
.itemReview .singleReview .client1Img {
  margin-right: 17px;
}

.itemReview .singleReview .reviewText span {
  color: var(--heading-color);
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 11px;
  display: block;
}

.itemReview .singleReview .reviewText span {
  color: var(--heading-color);
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 11px;
  display: block;
}

.itemReview .singleReview .reviewText .review_icon i {
  color: #ffb400;
  font-size: 12px;
}

.itemReview .singleReview .reviewText h3 {
  font-size: 16px;
  font-weight: 700;
  margin-right: 15px;
  margin-bottom: 0;
}

.selectTag .listItem:last-child {
  margin-bottom: 0px;
  margin-right: 0;
}

.selectTag .listItem {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: inline-block;
  font-family: var(--heading-font);
  color: var(--heading-color-tow);
  background: #ffffff;
  border: 1px solid #CCC;
  font-weight: 500;
  font-size: 14px;
  padding: 7px 11px;
  -webkit-box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  margin-bottom: 16px;
  margin-right: 10px;
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
}
/*For landlord blog*/

.themePreview {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  flex-wrap: wrap;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 9;
}

.themePreview__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  font-size: 16px;
  background-color: var(--main-color-three);
  color: #fff;
  transition: all .3s;
}
.themePreview__icon:hover {
  color: #fff;
}

.register_page .register_countries.open .list {
 max-height: 300px;
  overflow-y: scroll;
}

/*For Video Area Custom*/

.logistic-video-wrap {
  position: relative;
  z-index: 0;
}

.logistic-video-wrap {
  position: relative;
  border: 10px solid #fff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .08);
  z-index: 1;
}

.logistic-video-wrap img {
  width: 100%;
}

.logistic-video-wrap .video-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-play-btn {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 16px;
  background-color: #fff;
  border-radius: 50%;
  color: var(--main-color-two);
}

.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 90px;
  height: 90px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s ease-out infinite;
  animation: pulse-border 1.5s ease-out infinite;
  z-index: -1;
}

/*For Video Area Custom*/

.nice-select.subdomain {
  float: unset;
}

.external-website {
  position:fixed;
  top:0;
  width:100%;
  z-index:9999999;
  padding: 20px;
  color:#721c24;
  text-align:center;
  background:#ffd3d7;
}
.external-website-para {
  font-size:20px;
  font-weight: 700;
}
.external-website-btn {
  margin-top:30px;
  color: #fff;
  background-color: var(--main-color-one);
  padding: 5px 10px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  transition: all .3s;
}
.external-website-btn:hover {
  color: #fff;
  background-color: var(--heading-color);
}
.external-website-btn:focus {
  color: #fff;
}

.user_home .nice-select.open .list {
  height: 280px;
  overflow: scroll;
}

.singleTemplates .btn-wrapper .coming_soon__btn{
  background-color: var(--paragraph-color) !important;
}

.pagination {
  justify-content: center;
}

.pagination .page-item .page-link {
  font-family: var(--heading-font);
  color: var(--heading-color);
  background: #F7F7F7;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 28px;
  margin: 0 6px;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border: 0;
  font-weight: 400;
  border-radius: 8px;
  font-size: 21px;
}

.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: var(--main-color-one);
  color: #ffffff;
}

#renew_payment_form .nice-select.open .list {
  height: 250px ;
  overflow: auto;
}

.loginArea.register_page {
  height: 100%;
  overflow: hidden;
}
.login-Wrapper .section-tittle h2 span{
    display:block;
}
/* Add CSS 02/05/2024*/
.payment-gateway-wrapper{text-align:center;}
.cmn-btn1{display:block;margin:0 auto;padding:10px 30px;background: var(--main-color-one);border:1px solid var(--main-color-one);}
.cmn-btn1:hover{background: #000;border:1px solid #000;}
.payment-landford{box-shadow: 0px 2px 11px 3px rgba(26, 40, 68, 0.06);border:none;}
.payment-landford .payment-gateway-list{margin-top:20px;}
.payment-landford .payment-gateway-list li{width:33.33333%;}
.payment-landford .payment-gateway-list li img{max-width:100px;min-height:112px;object-fit: contain;}




.blogDetails .related-blogs .blog-img .posted-date {
    position: absolute;
    bottom: 0;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-top-right-radius: 4px;
}
.forget-passwordpage .login-form-wrapper {
    border: 1px solid #ddd;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.forget-passwordpage .login-form-wrapper form {
    padding: 0 20px 20px 20px;
}

.forget-passwordpage .login-form-wrapper h2 {
    margin: 0;
    background: #ddd;
    font-size: 24px;
    padding: 10px 0;
}

.steps-nav {
    margin: 40px 0 0 0;
}
#price_plan_section h1 {
    /*display: none;*/
}

.loginArea,
.cloud-order{
    padding-top: 40px;
    padding-bottom: 40px;
}

.pricingCard {
    padding: 100px 0 80px 0;
}
.steps-nav li a.active:after {
    content: '\f0d7';
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -31px;
    color: #da2128;
    font-size: 40px;
    left: 50%;
    transform: translate(-50%, 0);
}
.steps-nav li a.active {
    position: relative;
}
.steps-nav li a.active:hover {
    color: #fff;
}
.steps-nav li a.disabled {
    background: #fff !important;
    border: 1px solid #ddd;
    color: #808080;
}
.steps-nav li a {
    border-radius: 4px;
}


.steps-nav {
    gap: 50px !important;
}
.steps-nav .nav-link.arrow {
    position: relative;
    background: #da2128 !important;
    color: #fff !important;
}
.steps-nav .nav-link.arrow:before {
    content: "";
    height: 5px;
    width: 50px;
    background: #da2128;
    position: absolute;
    right: -51px;
    top: 50%;
    transform: translate(0, 0%);
}
.steps-nav .nav-link.arrow {
  background-color: #da2128;
  color: #fff;
}

footer .footer-pera p {
    font-size: 12px;
}

@media screen and (max-width: 576px){
    .partners-logos ul {
        justify-content: space-between;
    }
    .partners-logos ul li {
        flex: 0 0 46% !important;
    }
    .shop-categories ul {
        justify-content: space-between;
    }
    footer .footer-area .listing {
        column-count: 2;
    }
}


.thulo-shopping h2 span,
.featured-sellers h1 span{
    width: 15px;
    height: 15px;
    background-color: #da2128;
    border-radius: 50%;
    display: inline-block;
    margin-right: 8px;
}

.featured-sellers h1 {
    display: inline-block;
    color: #333133;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #da2128;
    border-radius: 4px;
    margin: 0px;
    padding: 6px;
}

.thulo-shopping .thsmall-border {
    width: 100%;
    height: 2px;
    background: #da2128;
}

.thulo-shopping .thsmall-all ul {
    display: flex;
    justify-content: flex-end;
}

.thulo-shopping .thsmall-all ul li {margin: 0 10px;}

.thulo-shopping .thsmall-all ul li a {
    color: #da2128;
    font-weight: 600;
    text-transform: uppercase;
}

.thulo-shopping .thsmall-all ul li:last-child {
    margin: 0;
}

.thulo-shopping .row {
    align-items: center;
}

.shop-categories ul {
    display: flex;
    gap: 28px;
    margin: 30px 0 0 0;
}

.shop-categories ul li span {
    font-size: 12px;
}

/*.featuredsellers-wrap .topasideinfo {*/
/*    display: flex;*/
/*    gap: 16px;*/
/*    padding: 4px 10px;*/
/*}*/

/*.featuredsellers-wrap .featuredproducts-lists li {*/
/*    font-size: 13px;*/
/*    color: #da2128;*/
/*}*/

/*.featuredsellers-wrap .featuredproducts-lists li a {*/
/*    color: #222;*/
/*    transition: 0.5s ease-in;*/
/*    font-size: 13px;*/
/*    font-weight: 700;*/
/*}*/
/*.featuredsellers-wrap .featuredproducts-lists li a:hover {*/
/*    color: var(--maincolor);*/
/*}*/
.shop-categories ul li a img {
    height: auto !important;
    width: 100% !important;
}

.shop-categories ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.featuredsellers-wrap .buttonseller-wrap .row .col-md-7 ul li a {
    background: var(--main-color-one);
    color: #fff;
    padding: 7px 5px;
    border-radius: 7px;
    font-size: 12px;
    margin-right: 10px;
}

.featuredsellers-wrap .buttonseller-wrap .product-count ul li a {
    font-size: 14px;
}

.featuredsellers-wrap .buttonseller-wrap .product-count ul {
    justify-content: space-between;
}

.featuredsellers-wrap .buttonseller-wrap .product-count ul li:first-child a {
    font-weight: 700;
}

.featuredsellers-wrap .buttonseller-wrap .product-count ul li:last-child a {
    color: var(--maincolor);
    text-decoration: underline;
    font-weight: 800;
    margin-right: 12px;
}

.featuredsellers-wrap .buttonseller-wrap .row .col-md-5 {
    padding: 0;
}
.blogDetails .related-blogs {
    padding: 100px 0 80px 0;
}

.notfound-page {
    padding: 60px 0;
}

.blogDetails {
    padding: 100px 0 0 0 !important;
}

/*.faqArea .section-tittle h1,*/
/*.categoriesArea .section-tittle h1,*/
/*.testimonialArea .section-tittle h1{*/
/*    font-weight: bold;*/
/*    font-size: 45px !important;*/
/*    padding: 10px 0 5px;*/
/*    text-transform: capitalize;*/
/*}*/

.faqArea .section-tittle h1:before,
.categoriesArea .section-tittle h1:before,
.faqArea .section-tittle h1:after,
.categoriesArea .section-tittle h1:after,
.testimonialArea .section-tittle h1:before,
.testimonialArea .section-tittle h1:after{
    display: none;
}

.categoriesArea .section-tittle h1 br,
.testimonialArea .section-tittle h1 br{
    display: none;
}

.categoriesArea .section-tittle h1 span{
    color: #545453 !important;
    font-size: 13px;
    margin: 0 0 20px 0;
    display: block;
    font-weight: 400;
}

.testimonialArea .section-tittle h1 span {
    color: var(--heading-color) !important;
}

.categoriesArea .section-caption {
    margin: 0;
}

/* Responsive */

/*@media screen and (max-width: 1400px){*/
/*    .premium-sellers .premium-sellers-wraps .row .col-md-7 .premium-sellers-wrap img {*/
/*        height: 515px !important;*/
/*        object-fit: cover;*/
/*    }*/
/*}*/

/*@media screen and (max-width: 1200px){*/
/*    .premium-sellers .premium-sellers-wraps .row .col-md-7 .premium-sellers-wrap img {*/
/*        height: 432px !important;*/
/*        object-fit: cover;*/
/*    }*/
/*}*/

@media screen and (max-width: 992px){
    .featuredsellers-wrap .sellers-thumbnailimage img {
        object-fit: cover;
        width: 100% !important;
    }
    .blogDetails .related-blogs {
        padding: 0px 0 80px 0;
        margin: 0;
    }
    .featuredsellers-wrap .buttonseller-wrap .row .col-md-5 {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .featuredsellers-wrap .buttonseller-wrap ul {
        display: flex;
        gap: 2px;
        margin: 0 0 20px 0;
    }
    .featuredsellers-wrap .buttonseller-wrap .product-count ul {
        justify-content: flex-end;
        gap: 25px;
    }
}

@media screen and (max-width: 768px){
    .featuredsellers-wrap .buttonseller-wrap .product-count ul {
        justify-content: flex-start;
        gap: 25px;
    }
    .featuredsellers-wrap .buttonseller-wrap ul li a span,
    .featuredsellers-wrap .featuredproducts-lists li span,
    .featuredsellers-wrap .sellers-thumbnailimage span {
        font-size: 12px !important;
    }
}
@media screen and (max-width: 576px){
    /*.featuredsellers-wrap .topasideinfo {*/
    /*    flex-direction: column;*/
    /*}*/
}



    /* Global Css */

    @import url("https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap");

    html {
        scroll-behavior: smooth;
    }

    body {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: Karla, sans-serif;
        overflow-x: hidden;
    }

    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    :root {
        --maincolor: #dc2428;
        --secondcolor: #313131;
        --white: #ffffff;
        --black: #000000;
        --bordercolor: #dddddd;
        --body-color: #383838;
        --greybgcolor: #f2f2f2;
    }

    .equal-spacing {
        padding: 40px 0;
    }

    .section-title {
        text-align: center;
    }

    .section-title p {
        color: #545453;
        font-size: 13px;
        margin: 0 0 20px 0;
    }

    .section-title h2,
    .section-tittle h1{
        font-weight: bold;
        font-size: 45px;
        padding: 10px 0 5px;
    }

    .business {
        background: #f3f3f3;
        padding: 40px 0 20px 0;
        margin: 0 0 40px 0;
    }

    /* Top Header */

    .top-header ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
    }

    .categoriesArea table tbody tr:first-child td {
        background: #333333;
        color: #fff;
    }

    .categoriesArea table tbody tr:first-child td h2,
    .categoriesArea table tbody tr:first-child td p{
        color: #fff;
    }

    .top-header {
        background: #f7f7f7;
        border-bottom: 1px solid #eee;
    }

    .top-header .top-headerwrap {
        display: flex;
        justify-content: space-between;
    }

    .top-header .top-headerwrap ul li a {
        color: #222;
        display: block;
        padding: 4px 0 5px;
        font-size: 13px;
    }

    .top-header .top-headerwrap ul li {
        margin-right: 10px;
    }
    .top-header .top-headerwrap ul li p {
        font-size: 13px;
        margin: 4px 0 0 0;
    }

    .top-header .top-headerwrap ul li span {
        font-size: 13px;
    }

    /* Mid Header */

    .mid-header {
        padding: 15px 0;
    }

    .bottom-header .sidebar-menu .main-parent .dropdown-parent {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .bottom-header .sidebar-menu .main-parent i {
        display: none !important;
        color: #da2128;
        border: 1px solid;
        font-size: 12px;
        height: 25px;
        width: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        cursor: pointer;
    }

    .mid-header .mid-headerwrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mid-header .mid-headerwrapper .business-btn i {
        margin-right: 7px;
    }

    .mid-header .mid-headerwrapper .business-btn {
        padding: 0;
        font-size: 13px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        line-height: 1;
    }

    .mid-header .mid-headerwrapper .top-logo img {
        height: 65px;
        object-fit: contain;
    }

    .mid-header .explore-business-services ul {
        display: block !important;
    }

    .mid-header .explore-business-services ul li {
        text-align: left !important;
    }

    .mid-header .explore-business-services ul li a {
        display: block;
        padding: 0 !important;
        text-align: left !important;
    }

    .mid-header .explore-business-services ul li a span {
        display: inline !important;
    }

    .mid-header .mid-headerwrapper .top-logo {
        flex: 0 0 13%;
    }

    .search-form {
        flex: 0 0 65%;
        align-items: center;
        gap: 20px;
        display: flex;
    }

    .mid-header .mid-headerwrapper .header-cart {
        flex: 0 0 80%;
        display: flex;
        justify-content: flex-end;
    }
    .mid-header .business-dropdown,
    .mid-header .userac-drop {
        display: none;
    }

    .search-form form {
        display: flex;
        position: relative;
        width: 78%;
    }

    .search-form form input,
    .search-form form select {
        height: 50px !important;
        border-right: 1px solid transparent;
        border-radius: 0;
        background: #f5f5f5;
    }
    .search-form form input:focus,
    .search-form form select:focus {
        outline: none;
        box-shadow: none;
        border: 1px solid transparent;
    }

    .search-form form .btn {
        background: var(--maincolor);
        color: #fff;
        border-radius: 0 5px 5px 0;
    }

    .search-form .navbar-business .business-btn {
        background: var(--secondcolor);
        padding: 15px 16px;
        font-weight: 600;
        position: relative;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        background-color: #333133;
        color: #fff;
        text-decoration: none;
        font-size: 14px;
        cursor: pointer;
        position: relative;
        transition: 0.5s ease-in;
    }

    .search-form .navbar-business .business-btn:hover {
        background: var(--maincolor);
    }

    .search-form .navbar-business .business-btn i {
        margin-right: 5px;
    }

    .mid-header .mid-headerwrapper .header-cart ul {
        display: flex;
        gap: 10px;
        width: 100%;
        justify-content: flex-end;
    }
    .navbar-toggler:focus {
        outline: none;
        border: 1px solid #ddd;
        box-shadow: none;
    }
    .mid-header .mid-headerwrapper .header-cart ul li a {
        flex-direction: column;
        color: var(--secondcolor);
        cursor: pointer;
        padding: 9px 7px;
    }

    .mid-header .logo-main {
        height: 75px;
    }

    .mid-header .navbar {
        padding: 0 !important;
    }

    .mid-header .navbar-nav .nav-link {
        color: var(--secondcolor);
    }

    .mid-header .navbar-nav .nav-link:hover {
        color: #999;
        text-decoration: none;
    }

    .mid-header .mid-headerwrapper .header-cart ul li {
        text-align: center;
    }

    .mid-header .mid-headerwrapper .header-cart ul li a span {
        font-size: 8px;
    }

    .mid-header .search-form form input {
        border-radius: 5px 0 0 5px;
    }

    .mid-header .showalldropdown {
        display: block !important;
        position: absolute;
        background: #fff;
        padding: 20px;
        max-width: 500px;
        width: 500px;
        right: 0;
        z-index: 3;
        top: 70px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    }

    .mid-header .showalldropdown:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 18px 18px 0;
        border-color: #333133 transparent transparent transparent;
        position: absolute;
        top: -19px;
        right: 17px;
        transform: rotate(180deg);
    }
    .mid-header .explore-box figure img {
        max-width: 55px;
    }

    .mid-header .explore-box figure img {
        max-width: 55px;
    }

    .mid-header .comp-title {
        line-height: 1.2;
        margin-bottom: 4px;
        color: #000;
        font-weight: 600;
        font-size: 12px;
    }

    .mid-header .explore-box p {
        font-size: 10px;
        padding: 0px;
        margin: 0px;
        line-height: 1.2;
    }

    .mid-header .explore-box a {
        color: var(--secondcolor);
    }
    .mid-header .explore-box {
        background-color: #fff;
        padding: 5px;
        border-radius: 4px;
        margin-bottom: 0px;
        text-align: left;
        border: 1px solid #ddd;
        display: flex;
        flex-direction: column;
        width: 100%;
        justify-content: center;
        margin-bottom: 10px;
    }

    .mid-header .explore-business-services {
        padding: 5px 0px 10px 0px;
        border-bottom: 1px solid #ddd;
    }

    .mid-header .explore-business-services h3 {
        font-size: 18px;
        color: #000;
        margin: 0px 0px 8px 0px;
        font-weight: 700;
    }

    .mid-header .explor-ser-link li img {
        margin-right: 6px;
        max-width: 14px;
    }

    .mid-header .explore-business-services ul li a {
        color: #222;
        font-weight: 400;
        text-decoration: none;
        font-size: 12px;
    }

    .mid-header .explore-companies {
        border-bottom: 1px solid #ddd;
    }

    .mid-header .explore-account {
        padding-top: 15px;
    }

    /*.mid-header .mid-headerwrapper .header-cart {*/
    /*    flex: 0 0 20%;*/
    /*}*/

    .mid-header .explore-account a {
        padding: 8px 20px;
        color: #fff;
        border-radius: 4px;
        text-decoration: none;
        display: block;
        text-align: center;
        font-weight: 600;
        text-transform: uppercase;
    }

    .mid-header .explore-account .explore-login a {
        background-color: var(--maincolor);
    }

    .mid-header .explore-account .explore-register a {
        background-color: var(--secondcolor);
    }

    .mid-header .user-ac {
        position: relative;
    }

    .show-userac {
        position: absolute;
        display: block !important;
        width: 250px;
        max-width: 250px;
        right: -6px;
        z-index: 9999;
        background: #f5f5f5;
        padding: 16px 25px 23px;
        top: 63px;
    }

    .show-userac .userac-dropdown {
        flex-direction: column;
        padding: 0 0 15px 0;
        margin: 0 0 5px 0;
        border-bottom: 1px solid #ddd;
    }

    .show-userac:before {
        content: "";
        position: absolute;
        bottom: 100%;
        right: 15px;
        margin-left: -10px;
        display: block;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 0 10px 15px 10px;
        border-color: transparent transparent #f0f0f0 transparent;
    }

    .show-userac .userac-dropdown li {
        text-align: left !important;
    }

    .show-userac .userac-dropdown li a {
        font-size: 14px;
        position: relative;
        padding-left: 15px;
    }

    .show-userac .userac-dropdown li a:before {
        content: "\f0da";
        font-family: "FontAwesome";
        position: absolute;
        left: 0;
    }

    .show-userac .order-track h4 {
        font-size: 12px;
        text-align: justify;
    }

    .show-userac .order-track {
        margin-top: 10px;
    }

    .show-userac .order-track form {
        position: relative;
    }

    .show-userac .order-track form button {
        position: absolute;
        right: 0;
        border: 1px solid transparent;
        background: transparent;
        top: 0;
        line-height: 2.1;
        border-left: 1px solid #ddd;
        color: #808080;
    }

    .show-userac .signin-user a:first-child {
        background: var(--maincolor);
        margin: 0 0 10px 0;
    }

    .show-userac .signin-user a:last-child {
        background: var(--secondcolor);
    }

    .show-userac .signin-user a {
        color: #fff !important;
        font-size: 13px;
        text-transform: uppercase;
        padding: 10px 21px;
        border-radius: 3px;
    }

    .show-userac .signin-user {
        margin: 23px 0 0 0;
    }

    .mid-header .mid-headerwrapper .header-cart ul li img {
        height: 40px;
        object-fit: contain;
    }

    /* Bottom Header */
    .bottom-header .dropdown a {
        background: var(--maincolor);
        color: #fff;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 700;
        padding: 3px 10px 3px;
    }

    .top-header .menu-item-has-children {
        position: relative;
    }

    .bottom-header .navbar-collapse .dropdown-menu .dropdown-tabs {
        height: 513px; 
        overflow: auto;
    }

    .bottom-header .navbar-collapse .dropdown-menu .dropdown-tabs::-webkit-scrollbar {
        width: 10px;
    }

    /* Track */
    .bottom-header .navbar-collapse .dropdown-menu .dropdown-tabs::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .bottom-header .navbar-collapse .dropdown-menu .dropdown-tabs::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .bottom-header .navbar-collapse .dropdown-menu .dropdown-tabs::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .top-header .menu-item-has-children .sub-menu {
        position: absolute;
        background: #fff;
        width: 200px;
        display: block;
        z-index: 5;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        visibility: hidden;
        opacity: 0;
    }

    .top-header .menu-item-has-children .sub-menu li {
        margin: 0 0 10px 0;
        border-bottom: 1px solid #ddd;
        padding: 0 5px;
    }

    .bottom-header .sidebar-menu .main-parent .child-parent {
        position: relative;
    }

    .bottom-header .sidebar-menu .main-parent .child-parent li i {
        position: absolute;
        right: 0;
        top: 6px;
    }

    .top-header .menu-item-has-children:hover .sub-menu {
        visibility: visible;
        opacity: 1;
    }

    .bottom-header .dropdown a i {
        font-size: 22px;
        line-height: 34px;
        margin-right: 10px;
    }

    .bottom-header form ul {
        display: flex;
    }

    .bottom-header form ul li a {
        color: var(--secondcolor);
        padding: 9px 7px;
        font-size: 14px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .bottom-header form ul li a:hover {
        text-decoration: none;
    }

    .bottom-header .qucik-startwrap {
        display: flex;
        justify-content: space-between;
        flex: 0 0 100%;
    }

    .bottom-header .qucik-startwrap .quick-start a {
        background: var(--secondcolor);
        color: #fff;
        padding: 13px 5px 13px 5px;
        font-size: 9px;
        width: 80px;
        max-width: 80px;
        display: inline-block;
        text-align: center;
        transition: 0.5s ease-in;
    }

    .bottom-header .qucik-startwrap .quick-start a:hover {
        background-color: var(--maincolor);
        text-decoration: none;
    }

    .bottom-header {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }

    .bottom-header .navbar {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .bottom-header .navbar-collapse {
        position: relative;
    }

    .bottom-header .navbar-collapse .dropdown-menu {
        width: 100%;
        position: absolute;
        top: 40px;
        border-radius: 0;
        left: 0;
        display: none;
        padding-top: 0;
        padding-bottom: 0;
    }

    .bottom-header .navbar-collapse .dropdown-menu .nav-pills {
        width: 250px;
    }

    .bottom-header .navbar-collapse .dropdown-menu .tab-content {
        width: calc(100% - 250px);
    }

    .bottom-header .navbar-nav:hover .dropdown-menu {
        display: flex !important;
    }

    .bottom-header .navbar-collapse .dropdown-menu a {
        color: var(--maincolor);
        position: relative;
        font-size: 15px;
        /*font-weight: 600;*/
        cursor: pointer;
        padding-right: 0;
        display: block;
        padding: 0 10px;
        border-bottom: 1px solid #ddd;
    }

    .bottom-header .navbar-collapse .dropdown-menu .active,
    .bottom-header .navbar-collapse .dropdown-menu a:hover {
        color: var(--secondcolor) !important;
        background: transparent;
    }

    .bottom-header .navbar-collapse .dropdown-menu a:after {
        content: "\f105";
        font-family: "FontAwesome";
        color: var(--secondcolor);
        position: absolute;
        right: 0;
        font-size: 13px;
    }

    .bottom-header .navbar-collapse .dropdown-menu a:after {
        display: none;
    }

    .bottom-header .navbar-collapse .dropdown-menu ul {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

    .bottom-header .navbar-collapse .dropdown-menu ul li {
        margin: 10px 15px;
        padding: 0;
        width: 305px;
        position: relative;
        z-index: 10;
    }

    .bottom-header .navbar-collapse .dropdown-menu ul li p,
    .bottom-header .navbar-collapse .dropdown-menu ul li a {
        color: #808080;
        font-size: 13px;
    }

    .bottom-header .navbar-collapse .dropdown-menu ul li a:hover {
        color: var(--maincolor) !important;
        text-decoration: none;
    }

    .bottom-header .navbar-collapse .dropdown-menu ul li h5 a {
        color: var(--maincolor);
        font-size: 14px;
        font-weight: 700;
    }

    .bottom-header .navbar-collapse .dropdown-menu ul li p .btn {
        padding: 0;
        color: #7dcbf1;
    }

    .bottom-header .navbar-collapse .dropdown-menu ul li h5 {
        position: relative;
        border-bottom: 1px solid #e3e3e3;
    }

    .bottom-header form ul li a i {
        font-size: 20px;
        margin-right: 5px;
    }

    .dropdown-tabs .dropdown-parent .side-nav-link {
        position: relative;
        display: block;
    }

    .dropdown-tabs .dropdown-parent .side-nav-link:after {
        content: "\f105";
        font-family: "FontAwesome";
        color: var(--secondcolor);
        position: absolute;
        right: 0;
        font-size: 13px;
    }

    .bottom-header .sidebar-menu .logo-aside {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 15px 0 0 0;
    }

    .bottom-header .sidebar-menu .logo-aside .logo-sidebar img {
        height: 60px;
    }

    .bottom-header .sidebar-menu .contact-sidebar {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .bottom-header .sidebar-menu .contact-sidebar i {
        font-size: 30px;
        transform: rotate(39deg);
    }

    .bottom-header .sidebar-menu .contact-sidebar li:first-child {
        border-bottom: 1px solid #ddd;
    }

    .bottom-header .sidebar-menu .contact-sidebar li {
        text-align: center;
    }

    .bottom-header .sidebar-menu .contact-sidebar li a {
        color: var(--maincolor);
        font-weight: 700;
    }

    /* Inner Shop Page */

    .sub-category strong {
        display: block;
        text-decoration: none;
        color: #222;
        font-size: 16px;
        background: transparent;
        border: 1px solid transparent;
        text-transform: uppercase;
        position: relative;
        margin: 0 0 10px 0;
    }

    .sub-category a {
        text-decoration: none;
        color: #808080;
        font-weight: 400;
        border: 1px solid #ddd;
        padding: 7px 10px;
        margin: 5px 5px 5px 5px;
        border-radius: 6px;
        background: #fff;
        font-size: 13px;
        display: inline-block;
    }

    .sub-category {
        margin: 0 0 30px 0;
    }


    /* Banner */
    .main-banner .owl-nav {
        position: absolute;
        top: 50%;
        width: 100%;
        padding: 0 15px;
        display: none;
    }

    .main-banner {
        margin: -1px 0 0 0;
    }

    .main-banner:hover .owl-nav {
        display: block !important;
    }

    .main-banner .owl-nav .owl-next {
        position: absolute;
        right: 15px;
    }

    .main-banner .owl-nav button {
        background: #f1f1f1 !important;
        width: 49px;
        height: 49px;
        border-radius: 4px;
    }

    .main-banner .owl-prev span:before {
        content: "\f104";
        font-family: fontawesome;
        font-size: 17px;
    }

    .main-banner .owl-next span:before {
        content: "\f105";
        font-family: fontawesome;
        font-size: 17px;
    }

    .main-banner .owl-nav span {
        font-size: 0;
    }

    .main-banner .owl-dots {
        display: none;
    }

    /* New Arrival Section */

    /*.new-arrival,*/
    /*.business-services,*/
    /*.premium-sellers{*/
    /*    margin: 60px 0 0 0;*/
    /*}*/

    .seller-contents figure img {
        width: 100%;
        height: auto;
        transition: 0.5s ease-in;
    }

    .other-sellers {
        display: flex;
        margin: 0 0 25px 0;
        align-items: center;
        border: 1px solid #ddd;
        padding: 10px;
        border-radius: 7px;
        background: #f6f6f6;
        height: 170px;
        overflow: hidden;
    }

    .other-sellers img {
        height: 125px;
        object-fit: contain;
        border-radius: 10px;
    }

    .other-sellers .new-arrival-contents {
        text-align: left !important;
        padding: 0 20px;
    }

    .main-featured-seller figure img,
    .main-featured-seller figure {
        border-radius: 10px;
    }

    .main-featured-seller figure img {
        height: 575px;
        width: 100%;
        object-fit: cover;
        transition: 0.5s ease-in;
    }

    .new-arrival .new-arrivalcard .new-arrival-contents h4 a,
    .main-sellers .product-contents h4 a {
        /*font-size: 14px;*/
        transition: 0.5s ease-in;
        color: var(--secondcolor);
    }

    .new-arrival .new-arrivalcard .new-arrival-contents h4 a:hover,
    .main-sellers .product-contents h4 a:hover {
        text-decoration: none;
        color: var(--maincolor);
    }

    .new-arrival .new-arrivalcard .new-arrival-contents {
        text-align: center;
    }

    .new-arrival .new-arrivalcard .new-arrival-contents span {
        font-size: 12px;
    }

    .new-arrival .new-arrivalcard figure {
        margin: 0;
        overflow: hidden;
        border-radius: 10px;
        flex: 0 0 33%;
    }

    /*.new-arrival .new-arrivalcard figure:hover img {*/
    /*    transform: scale(1.2);*/
    /*}*/

    .new-arrival .newarrival-cardwrap {
        display: flex;
        flex-wrap: wrap;
    }

    .new-arrival .newarrival-cardwrap .new-card {
        flex: 0 0 15.6%;
        padding: 10px;
        margin: 7px 7px;
        background: #fff;
    }

    .new-arrival .newarrival-cardwrap .new-card:hover,
    .seller-contents:hover {
        border-color: #dcdcdc;
        box-shadow: 0 0px 5px 1px rgba(51, 51, 51, 0.3);
    }

    .new-arrival .newarrival-cardwrap .new-arrivalcard figure a,
    .seller-contents figure a {
        display: block;
    }

    .new-arrival .newarrival-cardwrap .new-arrivalcard figure a:hover img,
    .seller-contents figure a:hover img {
        transform: scale(1.2);
    }

    .main-featured-seller figure {
        position: relative;
    }

    .new-arrival .new-arrivalcard figure .new-arrival-contents {
        position: absolute;
        bottom: 0px;
        width: 100%;
        height: 15%;
        /* background: #0000006b; */
        color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        padding: 10px;
        border-radius: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        transition: 0.5s ease-in;
    }

    .main-featured-seller .new-arrivalcard span {
        font-size: 31px;
    }

    .main-featured-seller .new-arrival-contents span {
        font-size: 18px !important;
        text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
    }

    .new-arrival .new-arrivalcard figure .new-arrival-contents h4 a {
        color: #fff;
        font-size: 40px;
        text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
    }

    .new-arrival .section-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left;
    }

    .new-arrival .section-title .sellers-button .btn {
        background: var(--secondcolor);
        color: #fff;
        transition: 0.5s ease-in;
        font-size: 14px;
        padding: 10px 30px;
        text-transform: uppercase;
    }

    .new-arrival .section-title .sellers-button .btn:hover {
        background: var(--maincolor);
    }

    .new-arrival .new-arrivalcard figure .new-arrival-contents h4 {
        text-align: left;
    }
    
    .premium-sellers-wrap figure .premium-sellersthumb p {
        color: #ffffffcf;
        text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6);
        margin: 0 0 10px 0;
        font-size: 12px;
    }

    /* Featured Sellers */

    .featured-sellerswrap {
        display: flex;
        flex-wrap: wrap;
        gap: 14px;
    }

    /*.featured-sellers {*/
    /*    margin: 60px 0 0 0;*/
    /*}*/

    .featured-sellerswrap .featured-thumb {
        flex: 0 0 16%;
        padding: 10px;
        background: #fff;
    }

    .featured-sellerswrap .featured-thumb a {
        color: var(--secondcolor);
    }

    .featured-sellerswrap .featured-thumb h4 {
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        margin: 10px 0;
    }

    .featured-sellerswrap .featured-thumb img {
        width: 100%;
    }

    .featured-sellerswrap .featured-thumb a:hover {
        text-decoration: none;
    }

    .featured-sellerswrap .featured-thumb:hover {
        border-color: #dcdcdc;
        box-shadow: 0 0px 5px 1px rgba(51, 51, 51, 0.3);
    }

    /* Business Section */
    .seller-alist__inner img {
        border-radius: 20px;
        width: 100%;
        height: auto;
    }

    .seller-alist__inner {
        margin-bottom: 30px;
    }

    .main-sellers .product-contents ul {
        display: flex;
        gap: 10px;
    }

    .main-sellers .product-contents ul .orignal-price {
        color: var(--maincolor);
        font-weight: 700;
        font-size: 20px;
    }

    .main-sellers .product-contents ul .previous-price {
        text-decoration: line-through;
        color: #545453;
        position: relative;
        top: 4px;
    }

    .seller-contents figure {
        margin: 0;
        overflow: hidden;
    }

    .seller-contents .product-contents {
        padding: 0 10px;
    }

    .seller-sl .owl-nav .owl-prev {
        position: absolute;
        top: 50%;
        left: 0;
        margin: -35px 0 0 0;
    }

    .seller-sl .owl-nav {
        display: block !important;
    }

    .seller-sl .owl-nav .owl-next {
        right: 0;
        top: 50%;
        position: absolute;
        margin: -35px 0 0 0;
    }

    .seller-sl .owl-nav button {
        background: rgba(255, 255, 255, 0.8) !important;
        display: block;
        width: 45px;
        height: 70px;
        box-shadow: 1px 2px 10px -1px rgba(0, 0, 0, 0.3);
        border-radius: 4px 0 0 4px;
    }

    .seller-contents {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }

    .smallbreadcrumb {
        background: rgb(238, 238, 238);
        border: 1px solid rgb(204, 204, 204);
        padding: 5px 10px;
        text-align: center;
    }

    .smallbreadcrumb ul {
        display: flex;
        gap: 7px;
    }

    .smallbreadcrumb ul li a {
        color: #545453;
        font-size: 13px;
        margin-right: 5px;
        border-right: 1px solid #fff;
        padding-right: 9px;
    }

    .smallbreadcrumb ul li {
        font-size: 13px;
    }

    .smallbreadcrumb ul li a:last-child {
        border-right: 1px solid transparent;
    }

    /* Footer */
    .main-footer .main-footer-wrap {
        background: #f8fafd;
        padding: 25px 0;
    }

    .main-footer .main-footer-wrap .top-footer h5 {
        margin: 0 7px 20px 0;
        font-weight: 700;
        font-size: 18px;
        position: relative;
    }

    .main-footer .main-footer-wrap .top-footer h5:after {
        content: "";
        content: "";
        position: absolute;
        left: 0;
        bottom: -8px;
        height: 2px;
        width: 50px;
        background: #dc2229;
    }

    .main-footer .main-footer-wrap .top-footer ul li a {
        color: #434343;
        font-size: 14px;
    }

    .main-footer .main-footer-wrap .top-footer ul li a:before {
        content: "\f105";
        font-family: "FontAwesome";
        display: inline-block !important;
        cursor: pointer;
        line-height: 20px;
        color: #434343;
        margin-right: 6px;
        font-size: 11px;
    }

    .main-footer .main-footer-wrap .top-footer p {
        font-size: 14px;
        color: #434343;
    }

    .main-footer .top-footerwrap {
        display: flex;
        flex-wrap: wrap;
    }

    .main-footer .top-footerwrap .top-footercontents {
        flex: 0 0 19%;
    }

    .main-footer .top-footerwrap .top-footercontents:nth-child(4),
    .main-footer .top-footerwrap .top-footercontents:nth-child(8) {
        flex: 0 0 43%;
    }

    .main-footer .top-footerwrap .top-footercontents ul li {
        padding: 0 0 10px 0;
    }

    .main-footer .topfooter-connection {
        display: flex;
    }

    .main-footer .topfooter-connection p {
        margin: 0;
        font-weight: 700;
    }

    .main-footer .top-footerwrap .top-footercontents i {
        background: #999;
        color: #fff;
        padding: 4px;
        border-radius: 50%;
        font-size: 12px;
    }

    .main-footer .footer-newsletter {
        margin: 10px 0 0 0;
    }

    .main-footer .footer-newsletter h4 {
        vertical-align: middle;
        display: block;
        font-size: 20px;
        font-weight: bold;
        padding: 0;
        margin: 0 0 5px 0;
    }

    .main-footer .footer-newsletter p {
        font-size: 13px;
        color: #434343;
        margin: 0 0 10px 0;
    }

    .main-footer .footer-newsletter form {
        position: relative;
    }

    .main-footer .footer-newsletter form button {
        position: absolute;
        right: 0;
        top: 0;
        border: 1px solid transparent;
        background: var(--maincolor);
        color: #fff;
        height: 50px;
        width: 100px;
        font-weight: 700;
    }

    .main-footer .footer-newsletter form input {
        height: 50px;
        border: 2px solid var(--maincolor);
    }

    .main-footer .footer-newsletter form input::placeholder {
        color: var(--maincolor);
        font-style: italic;
        font-weight: 600;
        font-size: 18px;
    }

    .main-footer .footer-payments {
        background-color: #fff;
        padding: 15px 15px 0 15px;
        margin: 20px 0 5px 0;
        border-top: 5px solid #262727;
    }
    .main-footer .footer-copyright {
        background: #000;
        padding: 10px 0;
    }

    .main-footer .footer-copyright p {
        color: #fff;
        margin: 0;
        font-size: 13px;
    }

    .main-footer .footer-copyright a {
        color: #fff;
    }

    .main-footer .PayImgBOx {
        height: 70px;
        overflow: hidden;
        position: relative;
        border: 1px solid #ddd;
        padding: 5px;
        margin-bottom: 30px;
        background: #fff;
        text-align: center;
    }

    .main-footer .PayImgBOx img {
        max-width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .main-footer .footer-paymentswrap {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
    }

    .main-footer .footer-paymentswrap .payments-card:nth-child(2) {
        /* flex: 0 0 23%; */
        margin-left: 2.1276595744681%;
    }

    .main-footer .footer-paymentswrap .payments-card {
        width: 100%;
    }

    .main-footer .footer-paymentswrap h5 {
        font-size: 24px;
        margin-bottom: 30px;
        color: #000;
        margin-top: 0;
        text-align: center;
        font-weight: 700;
    }

    .main-footer .footer-paymentswrap .payments-card:nth-child(2) .mobile-apps li {
        list-style: none;
    }

    .main-footer .footer-paymentswrap .payments-card:nth-child(2) .mobile-apps {
        display: flex;
        justify-content: center;
        gap: 10px;
    }

    .main-footer .footer-paymentswrap .payments-card:nth-child(2) .mobile-apps img {
        max-width: 110px;
    }

    .main-footer .footer-paymentswrap .payments-card:nth-child(2) .footer-social p {
        font-size: 13px;
        text-align: center;
    }

    .main-footer .footer-paymentswrap .payments-card:nth-child(2) .footer-social {
        margin: 20px 0 0 0;
    }

    .main-footer .footer-paymentswrap .payments-card:nth-child(2) .footer-social ul {
        display: flex;
        justify-content: center;
        gap: 20px;
    }

    .main-footer .footer-paymentswrap .payments-card:nth-child(2) .footer-social ul li a {
        color: #434343;
        font-size: 20px;
    }

    /* Try */
    .dropdown-tabs {
        width: 100%;
    }

    .dropdown-tabs .dropdown-parent {
        display: block;
        /* position: relative; */
    }

    .dropdown-tabs .dropdown-parent a:after {
        content: "\f105";
        font-family: "FontAwesome";
        font-size: 12px;
        position: absolute;
        top: 12px;
        right: 0;
        color: #808080;
    }

    .dropdown-tabs .dropdown-parent .side-nav-link {
        flex: 0 0 20%;
    }

    .dropdown-tabs .dropdown-parent .tab-dropdown {
        display: none;
        position: absolute;
        left: 100%;
        background: #fff;
        top: -1px;
        width: 1100px;
        height: 500px;
        padding: 0 10px 10px 0;
        border-top: 1px solid rgba(0, 0, 0, 0.15);
        overflow: auto;
    }

    .dropdown-tabs .dropdown-parent:hover .tab-dropdown {
        display: block !important;
        height: -webkit-fill-available;
        border-bottom: 1px solid #ddd;
        margin-bottom: -1px;
    }
 
    .bottom-header .navbar-nav {
        position: relative;
        flex: 0%;
    }

    .bottom-header .sidebar-menu .main-parent {
        position: relative;
    }
    
    .bottom-header .MainAdverTiseMentDiv span {
        display: none;
    }
    
    .bottom-header .navbar-nav .nav-item.dropdown { 
        width: 100%;
    }

    .bottom-header .sidebar-menu .main-parent .first,
    .bottom-header .sidebar-menu .child-parent .second {
        position: absolute;
        right: 0;
        top: 4px;
    }

    .bottom-header .sidebar-menu .main-parent .child-parent,
    .bottom-header .sidebar-menu .main-parent .last-childrens {
        display: none;
    }

    .bottom-header .sidebar-menu .responsive-menu {
        padding: 0 10px;
    }

    .bottom-header .sidebar-menu .responsive-menu a {
        color: var(--maincolor);
        font-size: 16px;
    }

    .bottom-header .sidebar-menu .responsive-menu small {
        color: var(--maincolor);
        border: 1px solid;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bottom-header .sidebar-menu .main-parent li {
        border-bottom: 1px solid #d8d8d8;
        padding: 0 0 10px 0;
        position: relative;
    }

    .child-parentshow,
    .last-childrensshow {
        display: block !important;
    }

    .last-childrensshow a {
        color: var(--secondcolor) !important;
    }

    .child-parentshow a {
        padding: 0 10px;
    }

    .last-childrensshow a {
        padding: 0 20px;
    }

    .navigation-desktop li a {
        color: var(--secondcolor) !important;
    }

    .navigation-desktop li {
        padding: 5px 0;
    }

    /* Mobile Menu */

    .bottom-header .aside-menu {
        left: -1000px;
        display: none;
        transition: 0.5s ease-in;
    }

    .bottom-header .sidebar-menu {
        display: block;
        position: fixed;
        transition: 0.5s ease-in;
        left: 0;
        background: #fff;
        z-index: 999;
        width: 70%;
        height: 100vh;
        overflow-y: auto;
        top: 0;
    }

    .bottom-header .navbar .navbar-togglers {
        padding: 0;
        margin: 0;
        border: 1px solid transparent;
        font-size: 22px;
        cursor: pointer;
        background: #da2128;
        color: #fff;
        height: 35px;
        width: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    
    .bottom-header .navbar .navbar-togglers .navbar-toggler-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .bottom-header .navbar .navbar-togglers:focus {
        border: 1px solid transparent;
        outline: none;
    }

    .bottom-header .sidebar-menu .aside-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #f1f2f5;
        padding: 10px 10px;
    }

    .bottom-header .sidebar-menu .aside-title h4 {
        font-size: 16px;
        margin-left: 10px;
        color: #696973;
        margin-bottom: 0;
    }

    .bottom-header .sidebar-menu .aside-title i {
        font-size: 25px;
        cursor: pointer;
        color: #696973;
    }

    .contact-modal {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
        height: 100%;
        background: #262626d9;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none;
    }

    .contact-modal-show {
        display: flex !important;
    }

    .contact-modal .card-header .modal-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .contact-modal .card-header .modal-title h4 {
        font-size: 18px;
        margin: 0;
        padding-right: 20px;
        color: #fff;
    }

    .contact-modal .card-header {
        background: var(--secondcolor);
    }

    .contact-modal .card-header .modal-title #close-mark {
        color: #fff;
        transform: rotate(143deg);
    }

    .contact-modal .card {
        width: 50%;
    }

    .contact-modal form label {
        display: block;
        text-align: left;
        font-size: 13px;
    }

    .contact-modal form .form-group {
        text-align: left;
    }

    .contact-modal form .btn {
        background: var(--secondcolor);
        border: 1px solid var(--secondcolor);
        transition: 0.5s ease-in;
        text-transform: uppercase;
        font-size: 13px;
    }

    .contact-modal form .btn:hover {
        background: var(--maincolor);
        border: 1px solid var(--maincolor);
    }

    .section-title h2 span {
        color: var(--maincolor);
    }

    .mid-header .mid-headerwrapper .header-cart a {
        margin-right: 20px;
        text-align: center;
        line-height: 1;
    }

    .mid-header .mid-headerwrapper .header-cart a span {
        display: block;
        font-size: 13px;
    }

    .mid-header .mid-headerwrapper .header-cart img {
        height: 30px;
        object-fit: contain;
        margin: 0 0 7px 0;
    }

    .mid-header .mid-headerwrapper .header-cart a:last-child {
        margin: 0;
    }

    .bottom-header .search-form {
        display: none;
    }

    .mid-header .mid-headerwrapper .navbar-searchform {
        flex: 0 0 58%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mid-header .navbar-business {
        position: relative;
        margin-right: 20px;
    }

    .mid-header .mid-headerwrapper .adds-google .adds-image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .dropdown-tabs .dropdown-parent .tab-dropdown::-webkit-scrollbar {
        width: 10px;
    }

    .bottom-header .navbar-collapse .dropdown-menu ul p a:last-child {
        color: #7dcbf1;
    }

    /* Track */
    .dropdown-tabs .dropdown-parent .tab-dropdown::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    /* Handle */
    .dropdown-tabs .dropdown-parent .tab-dropdown::-webkit-scrollbar-thumb {
        background: #888;
    }

    /* Handle on hover */
    .dropdown-tabs .dropdown-parent .tab-dropdown::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

    .mid-header .mid-headerwrapper .navbar-searchform form {
        width: 100%;
        margin-left: 111px;
        position: relative;
        display: flex;
    }

    .mid-header .mid-headerwrapper .navbar-searchform form button {
        position: absolute;
        right: 0;
        top: 0;
        border: 1px solid transparent;
        background: var(--main-color-one);
        color: #fff;
        padding: 12px 20px;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        height: 50px;
    }

    .mid-header .mid-headerwrapper .navbar-searchform form select {
        width: 25%;
        border-radius: 0;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
    }
    
    .mid-header .mid-headerwrapper .navbar-searchform form select:focus {
        outline: none;
        box-shadow: none;
        border-color: #ddd;
    }

    .mid-header .mid-headerwrapper .navbar-searchform form input {
        width: 75%;
        border-radius: 0;
        border-right: none;
        height: 50px;
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px;
        font-style: italic;
    }
    
    .new-arrival .title-warp h2{
        display: inline-block;
        color: #333133;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        border: 1px solid #da2128;
        border-radius: 4px;
        margin: 0 0 10px 0;
        padding: 6px;
    }
    
    .new-arrival .title-warp h2 span{
        width: 15px;
        height: 15px;
        background-color: #da2128;
        border-radius: 50%;
        display: inline-block;
        margin-right: 8px;
    }
    
    .new-arrival .new-arrival-wrap {
        margin: 20px 0 0 0;
    }
    
    .new-arrival .new-arrivalcard .new-arrival-contents h4 {
        line-height: 18px;
        font-size: 16px;
    }
    
    .banner-slider .owl-nav button {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    #compareall tbody tr td h3 {
        font-size: 18px;
        font-weight: 700;
        color: var(--maincolor);
    }
    
    #compareall tbody tr:first-child td h3 {
        color: #fff;
    }

    /*.mid-header .mid-headerwrapper .adds-google .add-image {*/
    /*    height: 125px;*/
    /*    width: 82%;*/
    /*    object-fit: cover;*/
    /*}*/
    
    .categoriesArea,
    .faqArea{
        padding-bottom: 0 !important;
    }
    
    .impact-partners .client-single br {
        display: none;
    }
    
    .vendor-highlights .vendor-aside span {
        font-size: 12px;
    }
    
    .testimonialArea .testimonial-wrapper .shapeTestimonial {
        display: none;
    }
    
    .testimonialArea .testimonial-wrapper .single-testimonial {background: #f1f1f1;padding: 20px;border-radius: 7px;}

    .testimonialArea .testimonial-wrapper .single-testimonial p {
        /*color: #fff;*/
        font-size: 12px;
    }
    
    .testimonialArea .testimonial-wrapper .single-testimonial span {
        color: #222;
    }
    
    .testimonialArea .testimonial-wrapper .slick-dots {
        display: none !important;
    }
    
    .testimonialArea .testimonial-wrapper .section-tittle {
        margin: 0;
    }
    
    /*Dashain Page*/
    
    .section-title {
            text-align: center;
            margin: 0 0 30px 0;
        }
        .section-padding {
            padding: 60px 0;
        }
        .offer-zone .offer-zone-thumb figure {
            position: relative;
            margin: 0;
        }

        .offer-zone .offer-zone-thumb figure ribbon {
            position: absolute;
            top: 0;
        }

        /* .offer-zone .offer-zone-thumb figure .ribbon {
            position: absolute;
            bottom: 0;
            background: #da2128;
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            right: 0;
            color: #fff;
            height: 200px;
            width: 200px;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            padding: 30px;
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
        } */

        .offer-zone .offer-zone-thumb figure .ribbon {
            position: absolute;
            bottom: 0;
            background: #333133;
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            right: 0;
            color: #fff;
            height: 135px;
            width: 135px;
            display: flex;
            justify-content: flex-end;
            align-items: flex-end;
            padding: 5px;
            z-index: 1;
        }

        .offer-zone .offer-zone-thumb figure .ribbon::before,
        .offer-zone .offer-zone-thumb figure .ribbon::after {
            content: '';
            position: absolute;
            background: #333133;
            z-index: -1; /* Place the shadows behind the ribbon */
        }

        .offer-zone .offer-zone-thumb figure .ribbon::before {
            top: 5px;
            right: 5px;
            bottom: -5px;
            left: -5px;
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
        }

        .offer-zone .offer-zone-thumb figure .ribbon::after {
            top: 10px;
            right: 10px;
            bottom: -10px;
            left: -10px;
            clip-path: polygon(100% 0, 0% 100%, 100% 100%);
            box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.3);
        }


        .offer-zone .offer-zone-thumb figure .ribbon h4 span {
            display: block;
            font-size: 26px;
            color: #da2128;
        }

        .offer-zone .offer-zone-thumb figure .ribbon h4 {
            font-size: 24px;
            margin: 0 0 0 0;
            display: block;
            color: #fff;
        }
        .offer-zone .offer-zone-thumb {
            margin: 0 0 20px 0;
        }

        .featured-categories .featured-thumbnail img {
            height: 125px;
            width: 125px;
            object-fit: contain;
            margin: 0 auto;
        }

        .featured-categories .featured-thumbnail a span {
            display: block;
            text-align: center;
            color: #da2128;
        }

        .featured-categories .featured-thumbnail a {
            text-decoration: none;
            font-size: 15px;
            font-weight: 500;
            text-align: center;
            display: block;
        }

        .featured-categories .featured-thumbnail {
            margin: 0 0 20px 0;
        }

        .exhibitons .exhibitons-wrap a {
            display: block;
            text-align: center;
            text-decoration: none;
        }

        .exhibitons {
            background: #f1f1f1;
        }

        .exhibitons .exhibitons-wrap-thumb {
            background: #fff;
            margin: 0 0 20px 0;
            padding: 10px;
            border-radius: 7px;
            height: 100%;
        }
        
        .exhibitons .exhibitons-wrap .row .col-md-3 {
            margin: 0 0 20px 0;
        }

        .exhibitons .exhibitons-wrap-thumb:hover {
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        }

        .exhibitons .exhibitons-wrap-thumb a {
            color: #545453;
        }

        .exhibitons .exhibitons-wrap-thumb .et-vendor-name {
            font-size: 16px;
            font-weight: 700;
        }

        .exhibitons .exhibitons-wrap-thumb .no-products {
            font-size: 14px;
        }

        .all-exhibitions .all-exhibitions-wrap a {
            text-decoration: none;
            display: block;
            font-size: 14px;
        }

        .all-exhibitions .all-exhibitions-wrap a span {
            display: block;
            color: #222;
            font-weight: 600;
            margin: 10px 0 0 0px;
        }

        .all-exhibitions .all-exhibitions-wrap {
            text-align: center;
            margin: 0 0 20px 0;
        }

        /* .all-exhibitions {
            background: #f1f1f1;
        } */

        .premium-sellers .premium-sellers-thumb {
            display: flex;
            align-items: center;
            background: #f1f1f1;
            margin: 0 0 20px 0;
            gap: 15px;
            padding: 20px;
            border-radius: 7px;
        }

        .premium-sellers .premium-sellers-thumb .premium-contents h4 {
            font-size: 18px;
        }

        .premium-sellers .premium-sellers-thumb .premium-contents p {
            font-size: 12px;
        }

        .premium-sellers .premium-sellers-thumb img {
            width: 30% !important;
            height: 110px;
            object-fit: contain;
        }

        .premium-sellers .premium-sellers-thumb .premium-contents {
            width: 70%;
        }

        .adds img {
            width: 100% !important;
            /*height: 125px;*/
            object-fit: contain;
            background: #ddd;
        }

        .featured-categories {
            position: relative;
        }

        .featured-categories:before {
            content: '';
            background-image: url('/assets/img/dashin-bg.png');
            position: absolute;
            bottom: 0;
            height: 210px;
            width: 430px;
            right: -44px;
            background-repeat: no-repeat;
            z-index: -1;
            background-size: contain;
            opacity: 0.8;
            animation: bouncebubble infinite 5s;
        }

        .featured-categories:after {
            content: '';
            background-image: url(/assets/img//kites-bg.png);
            position: absolute;
            top: 0;
            height: 400px;
            width: 430px;
            left: -79px;
            background-repeat: no-repeat;
            z-index: -1;
            background-size: cover;
            opacity: 0.8;
            animation: bouncebubble infinite 5s;
        }

        .banner-slider .owl-nav {
            position: absolute;
            top: 50%;
            width: 98%;
            left: 1%;
            visibility: hidden;
            opacity: 0;
            transition: 0.5s ease-in;
        }

        .banner-slider:hover .owl-nav {
            visibility: visible;
            opacity: 1;
        }

        .banner-slider .owl-nav .owl-prev {
            float: left;
        }

        .banner-slider .owl-nav .owl-next {
            float: right;
        }

        .banner-slider .owl-nav button {
            background: #333133 !important;
            height: 50px;
            width: 40px;
            border-radius: 4px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .banner-slider .owl-nav button span {
            font-size: 30px;
            color: #fff;
        }

        .offer-zone .offer-zone-thumb figure img {
            width: 100%;
            height: 400px;
            object-fit: cover;
        }

        .header .dashin-logo {
            height: 170px;
            object-fit: contain;
        }

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

        .offer-zone .offerzone-lists {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            width: 100%;
            margin: 0 auto;
            position: relative;
            z-index: 1;
        }
        
        .offer-zone .offer-zone-thumb > img {
            height: 510px;
            object-fit: cover;
        }
        
        .offer-zone .offerzone-lists li {
            width: 31%;
            margin: 0 10px;
        }

        .offer-zone {
            background: #da2128;
            position: relative;
            border-bottom: 1px solid #fff;
        }

        .offer-zone .section-title h1 {
            color: #fff;
        }
        
        /*.header-festival {*/
        /*    background: #f8ffc1;*/
        /*}*/

        .offer-zone:before {
            content: '';
            background-image: url(/assets/img/kites-bg.png);
            position: absolute;
            top: 0;
            height: 400px;
            width: 430px;
            left: -79px;
            background-repeat: no-repeat;
            z-index: 0;
            background-size: cover;
            opacity: 0.8;
            animation: bouncebubble infinite 5s;
        }

        .offer-zone:after {
            content: '';
            background-image: url(/assets/img/maadurga.png);
            position: absolute;
            bottom: 0;
            height: 315px;
            width: 430px;
            right: -125px;
            background-repeat: no-repeat;
            z-index: 0;
            background-size: contain;
            opacity: 0.8;
            animation: bouncebubble infinite 5s;
        }
        
        .max-container,
        .decoration-container{
            max-width: 100%;
            padding: 0;
        }
        
        .decoration-container{
            position: relative
        }
        
        .offer-zone .offerzone-lists li br {
            display: none;
        }
        
        .text-editor-wrap .header .headerwrap img {
            height: 140px;
            object-fit: contain;
        }
        
        .banner-slider .owl-nav button span {
            font-size: 34px;
            color: #222;
        }
        
        .text-editor-wrap .header .headerwrap { 
            padding: 20px 0 20px 0;
            text-align: center;
        }
        
        .all-exhibitions .all-exhibitions-lists {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        
        .all-exhibitions .all-exhibitions-lists li {
            width: 16%;
        }
        
        .all-exhibitions .all-exhibitions-lists .all-exhibitions-wrap {
            height: 100%;
            border: 1px solid #ddd;
            border-radius: 4px;
            background: #f1f1f1;
        }
        
        .all-exhibitions .all-exhibitions-lists li {
            margin: 0 0 20px 0;
        }
        
        .all-sellerssmall .all-exhibitions-lists {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }
        
        .all-sellerssmall .all-exhibitions-lists li {
            width: 13%;
        }
        
        .all-sellerssmall .all-exhibitions-lists .all-exhibitions-wrap {
            border: 1px solid #ddd;
            text-align: center;
            border-radius: 7px;
            background: #f1f1f1;
            height: 100%;
        }
        
        /*.decoration-container:before {*/
        /*    content: '';*/
        /*    background-image: url(/assets/img/festival-decoration.png);*/
        /*    bottom: 0;*/
        /*    background-repeat: no-repeat;*/
        /*    z-index: 0;*/
        /*    background-size: contain;*/
        /*    opacity: 0.8;*/
        /*    width: 100%;*/
        /*    height: auto;*/
        /*    position: absolute;*/
        /*    left: 0;*/
        /*    top: 0;*/
        /*}*/
        
        .featured-categories .row .col-md-3 .featured-thumbnail:first-child {
            margin: 0;
        }
        
        .exhibitons .exhibitons-wrap-thumb img {
            width: 100% !important;
        }
        
        .all-sellerssmall .all-exhibitions-lists .all-exhibitions-wrap span {
            display: inline-block;
            font-size: 12px;
        }
        
        .all-sellerssmall .all-exhibitions-lists .all-exhibitions-wrap a span {
            font-size: 14px;
            font-weight: 600;
        }
        
        .featured-categories .row .col-md-3 .featured-thumbnail:last-child {
            text-align: center;
            margin-top: -25px;
        }
        
        .featured-categories .featured-catwrap .featured-thumbnail:first-child {
            margin: 0;
        }
        
        .featured-categories .featured-catwrap .featured-thumbnail:last-child {
            margin-top: -18px;
        }
        
        .featured-categories .featured-catwrap .featured-thumbnail:last-child ul {
            display: flex;
            flex-direction: column;
        }
        
        .featured-categories .featured-catwrap .featured-thumbnail:last-child ul li {
            font-size: 12px;
            margin: 0 0px 5px 0px;
            position: relative;
            padding-left: 12px;
        }
        
        .featured-categories .featured-catwrap .featured-thumbnail:last-child ul li:before {
            content: '';
            height: 5px;
            width: 5px;
            background: #888;
            position: absolute;
            left: 0;
            border-radius: 50%;
            top: 8px;
        }
        
        .exhibitons .exhibitons-wrap-thumb img {
            height: 60px;
            object-fit: contain;
            margin: 0 0 10px 0;
        }
        
        .all-sellerssmall .all-exhibitions-lists .all-exhibitions-wrap img {
            height: 128px;
            object-fit: contain;
            width: 100% !important;
        }
        
        .all-exhibitions .all-exhibitions-lists .all-exhibitions-wrap img {
            height: 160px;
            object-fit: cover;
            width: 100%;
        }

        @keyframes bouncebubble {
            1% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
            }
            25% {
                -webkit-transform: translateY(-10px);
                transform: translateY(-10px);
            }
            50% {
                -webkit-transform: translateX(10px);
                transform: translateX(10px);
            }
            75% {
                -webkit-transform: translateX(-10px);
                transform: translateX(-10px);
            }
            100% {
                -webkit-transform: translateY(0);
                transform: translateY(0);
                -webkit-transform: translateX(0);
                transform: translateX(0);
            }
        }
    
    
    /*Adds Section*/
    
    .billbord-add {
        width: 970px;
        height: 250px;
        background: #ddd;
        margin: 0 auto;
        text-align: center;
    }
    
    .billbord-add .image-size,
    .mediumrectangle-add .image-size{
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .largebillbord-add {
        margin: 0 auto;
        margin-bottom: 20px;
    }
    
    .mediumrectangle-add {
        background: #ddd;
        width: 300px;
        margin: 0 auto;
        height: 250px;
        margin-bottom: 20px;
    }
    
    .mediumrectangle-add .image-size h2 {
        font-size: 21px;
    }
    
    .pagination-adds {
        margin: 20px 0;
    }
    
    .largebillbord-add .image-size{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .largebillbord-add .image-size h2 {
        font-size: 18px;
    }
    
    .largebillbord-add .image-size h1 {
        font-size: 30px;
        font-weight: 600;
    }
    
    .square-add {
        width: 250px;
        height: 250px;
        margin: 0 auto;
        background: #ddd;
        margin-bottom: 20px;
    }
    
    .skyscraper-adds {
        width: 120px;
        height: 600px;
    }
    
    .square-add .image-size h2 {
        font-size: 18px;
    }
    
    .square-add .image-size h1 {
        font-size: 28px;
    }
    
    .hide-filter-aside .adds.square-add {
        margin-bottom: 20px;
    }
    
    .square-add .image-size {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
    }
    
    .footerWrapper .largebillbord-add {
        /*padding-top: 20px;*/
        /*padding-bottom: 20px;*/
        background: #fcf9f9;
    }
    
    .no-spacing-adds {
        margin-top: 0 !important;
    }
    
    .half-page-adds {
        height: 600px;
        width: 300px;
        margin: 0 auto;
        background: #ddd;
    }
    
    .adds-spacing {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .innerpage-breadcrumb {
        padding-bottom: 20px;
    }
    
    .half-page-adds .image-size {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .half-page-adds .image-size h2 {
        font-size: 21px;
    }
    
    .seller-discriptionpage .singleProduct {
        background: #fff;
    }
    
    .filter-aside .adds.square-add {
        display: block;
        background: transparent;
    }
    
    .square-add .image-size a {
        border: 1px solid transparent;
    }
    
    .adds-300 a {
        border: 1px solid transparent;
        padding: 0;
    }
    
    .eventListing .filter-responsive #filter-responsive {
        padding: 15px 10px;
        background: var(--main-color-one);
    }
    
    .eventListing .filter-responsive #filter-responsive h5,
    .eventListing .filter-responsive #filter-responsive i{
        color: #fff;
    }
    
    .adds a {
        padding: 0 !important;
    }
    
    .filter-responsive .filter-aside #close-sidebar {
        background: #000;
        font-size: 17px;
        color: #fff;
        height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
    }
    
    .filter-responsive .filter-aside #close-sidebar i {
        margin: 0;
    }
    
    .shop-categories ul li {
        width: 100%;
    }
    
    .emailtemplate-modal .modal-dialog {
        max-width: 1000px;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body {
        padding: 0;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap {
        display: flex;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .btn-close {
        position: absolute;
        right: 10px;
        top: 10px;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .btn-close:focus {
        outline: none;
        box-shadow: none;
        border: none;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body figure {
        margin: 0;
        width: 40%;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap .emailtemplate-contents {
        width: 60%;
        padding: 30px 50px;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap .emailtemplate-contents form .form-btnwrap .btn {
        background: var(--maincolor);
        color: #fff;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap .emailtemplate-contents form .form-btnwrap {
        margin: 30px 0 10px 0;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap .emailtemplate-contents form .privacy-policy p a {
        color: var(--maincolor);
        text-decoration: underline;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap .emailtemplate-contents h5 {
        font-size: 28px;
        font-weight: 600;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap .emailtemplate-contents p {
        font-size: 16px;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap .emailtemplate-contents .emailtemplate-form {
        margin: 20px 0 0 0;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body figure img {
        height: 100%;
        object-fit: cover;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap .emailtemplate-contents .emailtemplate-form .checkbox-wrap-email {
        margin: 30px 0 0 0;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap .emailtemplate-contents .emailtemplate-form  .checkbox-wrap-social {
        margin: 30px 0 0 0;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap .emailtemplate-contents .emailtemplate-form .checkbox-wrap-social .social-flex {
        display: flex;
        gap: 20px;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap .emailtemplate-contents .emailtemplate-form .checkbox-wrap-social .social-flex select {
        width: 25%;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap .emailtemplate-contents .emailtemplate-form form input,
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap .emailtemplate-contents .emailtemplate-form form select{
        height: 60px;
        margin: 10px 0 0 0;
    }
    
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap .emailtemplate-contents .emailtemplate-form form .form-check-input {height: 16px;margin: 0;}
    
    .emailtemplate-modal .modal-dialog .modal-body .email-templatewrap .emailtemplate-contents .emailtemplate-form h6 {
        font-size: 21px;
        font-weight: 600;
    }
    
    .latest-deals .deals-title {
        text-align: center;
        margin: 0 0 20px 0;
    }
    
    .latestdeals-wrap-contents figure {
        margin: 0;
        position: relative;
        overflow: hidden;
        /*border-top-left-radius: 10px;*/
        /*border-top-right-radius: 10px;*/
    }
    
    .latestdeals-wrap-contents figure img {
        transition: 0.5s ease-in;
        /*border-top-left-radius: 10px;*/
        /*border-top-right-radius: 10px;*/
    }
    
    .latestdeals-wrap-contents:hover img{
        transform: scale(1.1);
        /*border-radius: 10px;*/
    }
    
    .offer-zonemain .offer-title {
        text-align: center;
        margin: 0 0 20px 0;
    }
    
    .offer-latest .offer-title {
        text-align: center;
        margin: 0 0 20px 0;
    }
    
    .offer-latest .latestdeals-wrap-contents {
        margin: 0 0 20px 0;
    }
    
    .offer-zonemain .offerzone-wrap .offerzone-content figure {
        margin: 0;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
    
    .offer-zonemain .offerzone-wrap .offerzone-content figure img {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }
    
    .offer-zonemain .offerzone-wrap .offerzone-content .content-thumb {
        border: 1px solid #ddd;
        padding: 20px;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
    }
    
    .offer-zonemain .offerzone-wrap .offerzone-content {
        margin: 0 0 20px 0;
    }
    
    
        .latestdeals-wrap-contents .ribbon h5 {
          font-size: 21px;
          font-weight: bold;
          color: #fff;
        }
        .latestdeals-wrap-contents .ribbon {
          position: absolute;
          top: 0;
          right: 0;
          line-height: 1.8;
          padding-bottom: var(--f);
          border-image: conic-gradient(#0008 0 0) 51%/var(--f);
          clip-path: polygon(
            100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
          transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
          transform-origin: 0% 100%;
          background-color: #BD1550; /* the main color  */
        }
        
        .latest-deals .latestdeals-wrap-contents .latestdeals-thumb {
            padding: 10px;
            border: 1px solid #ddd;
        }
        
        .latest-deals .latestdeals-wrap-contents .latestdeals-thumb .valid-thumb {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 10px 0 0 0;
        }
        
        .latest-deals .latestdeals-wrap-contents .latestdeals-thumb .valid-thumb .remaning-btn {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .latest-deals .latestdeals-wrap-contents .latestdeals-thumb .valid-thumb .remaning-btn a {
            background: var(--maincolor);
            color: #fff;
            padding: 10px 10px;
            border-radius: 7px;
            transition: 0.5s ease-in;
        }
        
        .latest-deals .latestdeals-wrap-contents .latestdeals-thumb .valid-thumb p {
            font-style: italic;
        }
        
        .latest-deals .latestdeals-wrap-contents .latestdeals-thumb .valid-thumb .remaning-btn span {
            font-size: 14px;
            color: #808080;
        }
        
        .latest-deals .latestdeals-wrap-contents .latestdeals-thumb .valid-thumb .remaning-btn a:hover {
            background: var(--secondcolor);
        }
        
        .deals-details {
            width: 80%;
            margin: 0 auto;
            border: 1px solid #ddd;
            margin-top: 60px;
            margin-bottom: 60px;
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        }
        
        .deals-details figure img {
            width: 100%;
        }
        
        .deals-details .details-content {
            padding: 20px;
        }
        
        .deals-details figure {
            margin: 0;
            position: relative;
            overflow: hidden;
        }
        
        .deals-details .details-content .offer-claim a {
            background: var(--maincolor);
            color: #fff;
            transition: 0.5s ease-in;
        }
        
        .deals-details .details-content .offer-claim {
            margin: 20px 0 0 0;
        }
        
        .deals-details .details-content .offer-claim a:hover {
            background: var(--secondcolor);
        }
        
        .business-services-wrap .business-serviceswrap img {
            height: 80px;
            object-fit: contain;
            filter: brightness(0) invert(1);
        }
        
        .business-services-wrap .business-serviceswrap {
            border: 1px solid #ddd;
            margin: 0 0 20px 0;
            text-align: center;
            border-radius: 7px;
            padding: 30px;
            background: var(--main-color-one);
            color: #fff;
        }
        
        .business-services-wrap .business-serviceswrap span {
            margin: 10px 0 0 0;
            display: block;
            font-size: 16px;
            font-weight: 600;
            text-transform: capitalize;
        }
        
        .business-services-wrap .business-services-button {
            text-align: center;
            margin: 20px 0 0 0;
        }
        
        .business-services-wrap .business-services-button .btn {
            background: var(--secondcolor);
            color: #fff;
            transition: 0.5s ease-in;
            font-size: 14px;
            padding: 10px 30px;
            text-transform: uppercase;
        }
        
        .business-services-wrap .business-services-button .btn:hover {
            background: var(--main-color-one);
        }
        
        .business-services-wrap .business-serviceswrap:hover {
            margin-top: -2px;
        }
        
        
        .ribbon {
          font-size: 28px;
          font-weight: bold;
          color: #fff;
        }
        .ribbon {
          position: absolute;
          top: 0;
          left: 0;
          line-height: 1.8;
          padding-bottom: var(--f);
          border-image: conic-gradient(#0008 0 0) 51%/var(--f);
          clip-path: polygon(
            100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px));
          transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
          transform-origin: 100% 100%;
          background-color: #F07818; /* the main color  */
        }
        
        .premium-sellers-wrap img {
            border-radius: 10px;
            transition: 0.4s ease-in;
            width: 100%;
            /*height: 429px;*/
        }
        
        .premium-sellers-wrap figure {
            position: absolute;
            top: 0;
            background: #00000026;
            width: 100%;
            height: 100%;
            padding: 30px;
            border-radius: 10px;
        }
        
        .premium-sellers-wrap {
            position: relative;
            overflow: hidden;
            cursor: pointer;
            border-radius: 10px;
        }
        
        .premium-sellers-wrap .ribbon {
            display: none;
        }
        
        .premium-sellers-wrap figure .premium-sellersthumb h3 {
            color: #fff;
            margin: 0 0 10px 0;
            text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6);
            font-size: 16px;
        }
        
        .premium-sellers-wrap figure .premium-sellersthumb a {
            color: #fff;
            text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.6);
            background: var(--main-color-one);
            padding: 6px 10px;
            border-radius: 4px;
            transition: 0.5s ease-in;
        }
        
        .premium-sellers-wrap figure .premium-sellersthumb a:hover{
            background: var(--secondcolor);
        }
        
        .premium-sellers-wraps .aside-premiumsellers img {
            height: auto !important;
            /*object-fit: cover;*/
        }
        
        .premium-sellers-wraps .aside-premiumsellers .premium-sellers-wrap {
            margin: 0 0 20px 0;
        }
        
        .premium-sellers-wrap:hover img{
            transform: scale(1.1);
            border-radius: 10px;
        }
        
        .vendor-highlights {
            background: var(--main-color-one);
            border-radius: 10px; 
            /*margin: 60px 0 0 0;*/
            color: #fff;
        }
        
        .vendor-highlights .vendor-aside {
            padding: 30px;
        }
        
        .vendor-highlights .vendor-aside ul {
            display: flex;
            justify-content: space-between;
            margin: 20px 0 0 0;
        }
        
        .vendor-highlights .vendor-aside ul li {
            text-align: center;
            background: var(--secondcolor);
            padding: 10px;
            border-radius: 4px;
        }
        
        .vendor-highlights .vendor-aside ul li img {
            filter: brightness(0) invert(1);
        }
        
        .vendor-highlights .vendor-aside ul li h3 {
            font-size: 16px;
            color: #fff;
        }
        
        .vendor-highlights .vendor-aside ul li p {
            font-size: 12px;
            color: #fff !important;
        }
        
        .vendor-highlights .vendor-aside h2 {
            color: #fff;
            font-weight: 600;
            margin: 10px 0 10px 0;
        }
        
        .vendor-highlights .vendor-aside p {
            color: #fff;
        }
        
        .vendor-highlights .vendor-aside ul li p {
            color: #808080;
        }
        
        .vendor-highlights figure {
            padding: 20px;
        }
        
        .vendor-highlights .vendor-aside ul li img {
            height: 50px;
            object-fit: contain;
            width: 50px !important;
            margin: 0 0 10px 0;
        }
        
        .vendor-highlights figure img {
            height: 295px;
            object-fit: contain;
        }
        
        /*.statistics {*/
        /*    margin: 60px 0 0 0;*/
        /*}*/
        
        .statistics .card {
            background: var(--secondcolor);
            padding: 20px;
        }
        
        .statistics .card img {
            filter: brightness(0) invert(1);
            height: 75px;
            object-fit: contain;
        }
        
        .statistics .card h4 {
            color: #fff;
            text-align: center;
            text-transform: capitalize;
            font-size: 16px;
        }
        
        .security-ssl {
            margin: 60px 0 0 0;
        }
        
        .security-ssl ul {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 50px;
        }
        
        .security-ssl ul li {
            flex: 0 0 40%;
        }
        
        .security-ssl ul li {
            border: 1px solid #ddd;
            background: #f6f6f6;
            padding: 20px;
            border-radius: 10px;
            text-align: center;
        }
        
        .security-ssl ul li h4 {margin: 10px 0 10px 0;font-weight: 600;}
        
        .premium-sellers-wraps .premium-products {
            margin: 23px 0 0 0 !important;
        }
        
        .premium-sellers .premium-sellers-wraps .row .col-lg-7 .premium-sellers-wrap img {
            /*height: 612px;*/
            /*object-fit: cover;*/
        }
        
        /*.impact-page {*/
        /*    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;*/
        /*    border: 1px solid #ddd;*/
        /*    margin: 0 0 30px 0;*/
        /*    border-radius: 6px;*/
        /*}*/
        
        .impact-page .impact-content {
            padding: 90px;
        }
        
        .impact-page .impact-counter {
            /*background: #333133;*/
            padding: 30px;
            height: 100%;
            border-top-right-radius: 6px;
            border-bottom-right-radius: 6px;
        }
        
        /*.impact-page .impact-counter ul {*/
        /*    display: flex;*/
        /*    flex-wrap: wrap;*/
        /*    gap: 20px;*/
        /*    justify-content: center;*/
        /*}*/
        
        /*.impact-page .impact-counter ul li {*/
        /*    flex: 0 0 23%;*/
        /*    text-align: center;*/
        /*    position: relative;*/
        /*}*/
        
        /*.impact-page .impact-counter ul li small {*/
        /*        position: absolute;*/
        /*        top: 10%;*/
        /*        right: 19%;*/
        /*        color: #fff;*/
        /*        background: #545454;*/
        /*        font-size: 20px;*/
        /*        height: 25px;*/
        /*        width: 25px;*/
        /*        border-radius: 50%;*/
        /*        display: flex;*/
        /*        justify-content: center;*/
        /*        align-items: center;*/
        
        /*}*/
        
        .impact-page .impact-content h3 {
            font-weight: 700;
            margin: 0 0 20px 0;
        }
        
        .impact-page .impact-counter .main-lists {
            position: relative;
        }
        
        .impact-page .impact-counter .main-lists .big-lists {
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
            border-radius: 50%;
            background: #d7f5ff;
            height: 500px;
            width: 500px;
            margin-left: auto;
            justify-content: center;
        }
        
        .impact-page .impact-counter .main-lists li:nth-child(2) {
            width: 150px;
            height: 150px;
            text-align: center;
            position: absolute;
            top: 35px;
            border-radius: 50%;
            background: #fff;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }
        
        .impact-page .impact-counter .main-lists li:nth-child(3) {
            height: 100px;
            width: 100px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            border-radius: 50%;
            position: absolute;
            top: 12%;
            right: 5px;
            background: #fff;
        }
        
        .impact-page .impact-counter ul li small {
            position: relative;
            right: -30px;
            top: 10px;
            font-size: 18px;
            font-weight: 600;
            color: #da2128;
        }
        
        .impact-page .impact-counter .main-lists li:nth-child(4) {
            height: 120px;
            width: 120px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            border-radius: 50%;
            position: absolute;
            top: 60%;
            left: 35px;
            background: #fff;
        }
        
        .impact-page .impact-counter .main-lists li:nth-child(5) {
            height: 170px;
            width: 170px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            border-radius: 50%;
            position: absolute;
            top: 60%;
            right: 5px;
            background: #fff;
        }
        
        /*.impact-page .impact-counter .main-lists .big-lists .counter {height: 500px;width: 500px;}*/
        
        .impact-page .impact-counter ul li h4 {
            /*color: #fff;*/
            /*height: 125px;*/
            /*width: 125px;*/
            /*border: 1px solid #ddd;*/
            /*border-radius: 50%;*/
            display: flex;
            justify-content: center;
            align-items: center;
            color: #da2128;
            font-weight: 600;
        }
        
        .impact-page .impact-counter ul li {
            /*border: 1px solid #ddd;*/
            box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        }
        
        .impact-page .impact-counter ul li span {
            /*color: #fff;*/
            font-size: 13px;
            display: block;
            margin: 10px 0 0 0;
        }
        
        .collaborating-partners .collaborating-title {
            text-align: center;
            margin: 0 0 40px 0;
            color: #000;
            font-weight: 700;
            font-size: 54px;
        }
        
        .mission-one .mission-title,
        .entrepreneurs .entrepreneurs-title,
        .testimonials-partners .testimonial-title{
            text-align: center;
            margin: 0 0 40px 0;
        }
        
        .mission-one .mission-title h2,
        .entrepreneurs .entrepreneurs-title h2,
        .testimonials-partners .testimonial-title h2{
            color: #000;
            font-weight: 700;
            font-size: 54px;
        }
        
        .mission-one .mission-card {
            border: 1px solid #ddd;
            margin: 0 0 20px 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
            border-radius: 7px;
            height: 400px;
            overflow: hidden;
        }
        
        .entrepreneurs .entrepreneurs-card img {
            width: 100% !important;
            height: auto !important;
        }
        
        .in-news .news-title h2 {
            color: #000;
            font-weight: 700;
            font-size: 54px;
        }
        
        .collaborating-partners .collaborating-lists {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }
        
        .collaborating-partners .collaborating-lists li {
            flex: 0 0 15%;
            border: 1px solid #ddd;
            height: 210px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 10px 15px 10px;
            padding: 15px;
            border-radius: 7px;
        }
        
        .collaborating-partners .collaborating-lists li:hover {
            box-shadow: 0px 18px 10px 0px rgba(4, 4, 4, 0.05);
            cursor: pointer;
            border: 1px solid transparent;
        }
        
        .in-news .news-title {
            text-align: center;
            margin: 0 0 40px 0;
        }
        
        .in-news  .news-card {
            border: 1px solid #ddd;
            margin: 0 0 20px 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px;
            border-radius: 7px;
            height: 310px;
            overflow: hidden;
        }
        
        .in-news .news-card img,
        .mission-one .mission-card img{
            height: 75px;
            object-fit: contain;
            margin: 0 auto;
        }
        
        .in-news .news-card br,
        .mission-one .mission-card br{
            display: none;
        }
        
        .in-news .news-card h4,
        .mission-one .mission-card h4{
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            margin: 10px 0 10px 0;
        }
        
        .in-news .news-card p,
        .mission-one .mission-card p{
            text-align: center;
        }
        
        .entrepreneurs .entrepreneurs-card h4 {
            margin: 10px 0 10px 0;
            font-weight: 600;
            padding: 0 20px;
        }
        
        .entrepreneurs .entrepreneurs-card {
            background: #f1f1f1;
            margin: 0 0 20px 0;
            padding-bottom: 20px;
        }
        
        .entrepreneurs .entrepreneurs-card p {
            padding: 0 20px;
        }
        
        .testimonials-partners .testimonials-card {
            background: #f1f1f1;
            position: relative;
            padding: 20px;
            border-radius: 10px;
            margin: 35px 0 20px 0;
        }
        
        .testimonials-partners .testimonials-card img {
            width: 85px !important;
            position: absolute;
            top: -38px;
            border-radius: 50%;
            border: 1px solid #ddd;
            padding: 2px;
            background: #fff;
        }
        
        .testimonials-partners .testimonials-card .client-info {
            margin: 20px 0 0 0;
        }
        
        .testimonials-partners .testimonials-card .client-info h4 {
            font-size: 21px;
            font-weight: 600;
        }
        
        .testimonials-partners .testimonials-card .client-info address {
            margin: 0 0 10px 0;
            font-style: italic;
            color: #808080;
        }
        
        .testimonials-partners .testimonials-card:before {
            content: '\f10e';
            font-family: 'FontAwesome';
            position: absolute;
            right: 30px;
            bottom: 0;
            font-size: 50px;
            z-index: 0;
            opacity: 0.1;
        }
        
        .impact-partners .ServicesWrapper img {
            height: 180px;
            object-fit: contain;
            border: 1px solid #ddd;
            border-radius: 7px;
            padding: 10px;
            width: 100% !important;
            transition: 0.4s ease-in;
        }
        
        .impact-partners .ServicesWrapper img:hover {
            border: 1px solid #da2128;
        }
        
        .impact-page .impact-counter ul li .counter-title {
            position: relative;
        }
        
        .impact-page .impact-counter ul li .counter-title small {
            position: absolute;
            right: -13px;
            font-weight: 700;
            top: -2px;
            font-size: 21px;
        }
        
        .impact-counterpage {
            margin: 60px 0 0 0;
            background-image: url(/assets/img/impact-background.png);
            background-size: cover;
            border-radius: 10px;
            padding: 60px 0;
            position: relative;
        }
        
        .impact-counterpage:before {
            content: '';
            height: 100%;
            width: 100%;
            background: #000000a3;
            border-radius: 10px;
            position: absolute;
            top: 0;
            left: 0;
        }
        
        .impact-counterpage .row {
            position: relative;
        }
        
        .impact-counterpage h2 {
            color: #fff;
            font-size: 70px;
            font-weight: 700;
        }
        
        .impact-counterpage .impact-counter-left {
            padding: 30px;
        }
        
        .impact-counterpage p {
            color: #f1f1f1;
            line-height: 1.8;
        }
        
        .impact-counterpage .impact-counter ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }
        
        .impact-counterpage .impact-counter ul li {
            background: #ffffff6b;
            color: #fff;
            width: 27%;
            margin: 0 20px;
            margin-bottom: 20px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding: 20px 0;
            text-align: center;
        }
        
        .impact-counterpage .impact-counter {
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }
        
        .impact-counterpage .impact-counter ul li .counter-title small,
        .impact-counterpage .impact-counter ul li h4{
            color: #fff;
        }
        
        .impact-counterpage .impact-counter ul li h4 {
            font-size: 50px;
        }
        
        .impact-counterpage .impact-counter ul li .counter-title {
            position: relative;
            /*display: inline-block;*/
        }
        
        /*.impact-counterpage .impact-counter ul li  span {*/
        /*    display: block;*/
        /*    width: 100%;*/
        /*}*/
        
        .impact-counterpage .impact-counter ul li .counter-title small {
            position: absolute;
            right: -15px;
            top: -4px;
            font-size: 23px;
        }
        
        .categoriesArea .singleCat .cat-icon img {
            height: 75px;
            object-fit: contain;
            margin: 0 0 10px 0;
        }
        
        #ps_caff {
            display: none;
        }
        
        .marketplace-banner {
            background: var(--main-color-one);
            padding: 30px;
            border-radius: 10px;
        }
        
        .marketplace-banner img {
            height: 250px;
            object-fit: contain;
        }
        
        .marketplace-banner .marketplace-banner-contents {
            color: #fff;
        }
        
        .marketplace-banner .marketplace-banner-contents h1 {
            color: #fff;
            font-size: 45px;
            font-weight: 600;
            margin: 10px 0 10px 0;
        }
        
        .marketplace-banner .marketplace-banner-contents p {
            color: #fff;
        }
        
        .marketplace-banner .marketplace-banner-contents ul {
            display: flex;
            margin: 30px 0 0 0;
        }
        
        .marketplace-banner .marketplace-banner-contents ul li:first-child a {
            background: var(--secondcolor);
            color: #fff;
            border: 1px solid transparent;
            margin-right: 10px;
        }
        
        .marketplace-banner .marketplace-banner-contents ul li:last-child a {
            border: 1px solid var(--secondcolor);
            color: #fff;
        }
        
        .marketplace-banner .marketplace-banner-contents ul li a {
            padding: 15px 10px;
        }
        
        .impact-slider img {
            border: 1px solid #ddd;
            padding: 10px;
            height: 145px;
            object-fit: contain;
            border-radius: 7px;
            transition: 0.5s ease-in;
        }
        
        .impact-slider img:hover {
            border: 1px solid var(--maincolor);
        }

        .impact-slider .slick-slide {
            margin: 0 6px;
        }
        
        .impact-slider .slick-slide br {
            display: none;
        }
        
        .authentication-form-wrapper {
            padding-top: 50px !important;
        }
        
        .main-sellerbanner .premium-sellersthumb p {
            font-size: 16px !important;
        }
        
        .main-sellerbanner .premium-sellersthumb a {
            padding: 10px 20px !important;
            display: inline-block;
            margin: 10px 0 0 0;
        }
        
        .login-form .loginform-wrapper .form-background .formaside-contents p,
        .register-form .signup-formwrapper .form-background .formaside-contents p {
            font-size: 0;
        }
        
        .login-form .loginform-wrapper .form-background .formaside-contents p:after,
        .register-form .signup-formwrapper .form-background .formaside-contents p:after {
            content: 'Welcome to Thulo.com!Join Nepal’s leading online marketplace and become a part of our growing community of businesses and shoppers. Whether you’re an entrepreneur looking to expand your reach, a seller showcasing unique products, or a buyer exploring diverse options, Thulo.com is your one-stop destination.Register today to unlock exclusive features, grow your business, and shop with ease. Together, let’s empower local businesses and create a thriving marketplace for all!Sign up now and start your journey with us!';
            font-size: 16px;
        }

    
    /* Responsive */

    @media screen and (max-width: 1795px) {
        .featured-sellerswrap .featured-thumb {
            flex: 0 0 15.9%;
        }
    }

    @media screen and (max-width: 1670px) {
        .mid-header .mid-headerwrapper .navbar-searchform form {
            margin-left: 25px;
        }
    }

    @media screen and (max-width: 1566px) {
        .featured-sellerswrap .featured-thumb {
            flex: 0 0 15.7%;
        }
    }

    @media screen and (max-width: 1400px){
        .mid-header .mid-headerwrapper .adds-google {
            flex: 0 0 60%;
        }
        .hide-1400 {
            display: none !important;
        }
        .premium-sellers .premium-sellers-wraps .row .col-lg-7 .premium-sellers-wrap img {
            /*height: 504px;*/
            /*object-fit: cover;*/
        }
        
        .impact-page .impact-counter .main-lists li:nth-child(4) {
            left: -30px;
        }
        
        .collaborating-partners .collaborating-lists li {
            flex: 0 0 14%;
        }
        .impact-counterpage .impact-counter ul li {
            width: 26%;
        }
        .impact-counterpage .impact-counter ul li h4 {
            font-size: 35px;
        }
    }
    
    @media screen and (min-width: 1400px){
        .show-1400 {
            display: none;
        }
    }

    @media screen and (max-width: 1360px) {
        .main-footer .footer-paymentswrap {
            gap: 8px;
        }
        .main-footer .footer-paymentswrap .payments-card:nth-child(1) {
            flex: 0 0 40%;
        }
        .smallbreadcrumb ul li a {
            margin-right: 0;
            padding-right: 0;
        }
    }

    @media screen and (max-width: 1340px) {
        .new-arrival .newarrival-cardwrap .new-card {
            flex: 0 0 15%;
            padding: 10px;
            margin: 7px 7px;
            background: #fff;
        }
        .bottom-header .navbar-collapse .dropdown-menu ul li {
            width: 280px;
        }
        .dropdown-tabs .dropdown-parent .tab-dropdown {
            width: 955px;
        }
    }
    
    @media (max-width: 1300px){
        /*.bottom-header .navbar-nav {*/
        /*    flex: 0 0 10%;*/
        /*}*/
        /*.bottom-header .qucik-startwrap {*/
        /*    flex: 0 0 90%;*/
        /*}*/
    }

    @media screen and (max-width: 1252px) {
        .featured-sellerswrap .featured-thumb {
            flex: 0 0 15.3%;
        }
        .mid-header .navbar-business {
            position: relative;
            margin-right: 14px;
        }
        .mid-header .mid-headerwrapper .business-btn,
        .mid-header .mid-headerwrapper .header-cart a span{
            font-size: 11px;
        }
    }
    
    @media screen and (min-width: 1200px) and (max-width: 1400px) {
        .bottom-header form ul li a {
            padding: 9px 3px;
            font-size: 12px;
        }
    }
    
    @media screen and (min-width: 992px) and (max-width: 1200px){
        .bottom-header .dropdown a i {
            font-size: 12px;
            line-height: 34px;
            margin-right: 0px;
        }
        .bottom-header .dropdown a {
            font-size: 10px;
            font-weight: 700;
            padding: 3px 10px 3px;
        }
        .bottom-header form ul li a {
            padding: 9px 3px;
            font-size: 12px;
        }
        .bottom-header form ul li a i {
            font-size: 9px !important;
            margin-right: 0px;
        }
    }
    
    @media screen and (min-width: 992px) and (max-width: 1024px) {
        .bottom-header form ul li a {
            font-size: 11px;
        }
    }
    
    
    
    @media screen and (max-width: 1200px) {
        .mid-header .search-form .navbar-business .business-btn {
            padding: 15px 3px;
        }
        .vendor-highlights .vendor-aside ul {
            display: flex;
            justify-content: space-between;
            margin: 20px 0 0 0;
            gap: 20px;
        }
        .in-news .news-card,
        .mission-one .mission-card{
            height: auto;
        }
        .impact-page .impact-counter .main-lists .big-lists {
            height: 400px;
            width: 400px;
        }
        .premium-sellers .premium-sellers-wraps .row .col-lg-7 .premium-sellers-wrap img {
            /*height: 422px;*/
            /*object-fit: cover;*/
        }
        .other-sellers {
            flex-direction: column;
            height: auto;
        }
        .premium-sellers-wrap figure {
            padding: 20px;
        }
        .other-sellers img {
            object-fit: contain;
            border-radius: 0;
            /*transform: scale(1);*/
        }
        .dropdown-tabs .dropdown-parent .tab-dropdown {
            width: 850px;
        }
        .bottom-header .navbar-collapse .dropdown-menu ul li {
            width: 230px;
        }
        .thulo-shopping h2 {
            font-size: 16px !important;
        }
        .thulo-shopping .thsmall-all ul li {
            margin: 0 5px !important;
        }
        .thulo-shopping .thsmall-all ul li a {
            font-size: 14px;
        }
        .mid-header .logo-main {
            height: 40px;
        }
        .mid-header .mid-headerwrapper .top-logo img {
            height: 35px;
            object-fit: contain;
        }
        .mid-header .mid-headerwrapper .top-logo {
            flex: 0 0 12%;
        }
        .mid-header .mid-headerwrapper .search-form {
            flex: 0 0 78%;
        }
        .bottom-header .navbar-toggler:focus {
            border: 1px solid transparent;
            outline: none;
        }
        .bottom-header .navbar-toggler {
            padding: 0;
        }

        .bottom-header .navbar-toggler span {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 35px;
            color: var(--secondcolor);
        }
    }   

    @media screen and (max-width: 1100px) {
        .dropdown-tabs .dropdown-parent .tab-dropdown {
            width: 730px;
        }
        .bottom-header .navbar-collapse .dropdown-menu ul li {
            width: 200px;
        }
    }

    @media screen and (min-width: 992px) {
        .bottom-header .search-form,
        .bottom-header .navbar-togglers,
        .bottom-header .aside-menu,
        .bottom-header .navbar img,
        .show-992{
            display: none;
        }
        .text-editor-wrap .show-728 {
            display: none;
        }
    }

    @media screen and (max-width: 900px) {
        .featured-sellerswrap .featured-thumb {
            flex: 0 0 23%;
        }
    }
    
    @media screen and (max-width: 970px){
        .adds {
            width: 100% !important;
        }
    }

    @media screen and (max-width: 992px) {
        .new-arrival .newarrival-cardwrap .new-card {
            flex: 0 0 23%;
        }
        .singleProduct .productCap .sellerinfo .seller-loaction span {
            font-size: 12px !important;
        }
        .seller-discriptionpage .rowmk {
            display: flex;
            flex-wrap: wrap;
        }
        
        .seller-discriptionpage .rowmk .item-list {
            flex: 0 0 31%;
        }
        .bottom-header .sidebar-menu {
            width: 80%;
        }
        .marketplace-banner .marketplace-banner-contents ul {
            flex-direction: column;
        }
        .marketplace-banner .marketplace-banner-contents ul li {
            width: 100%;
            display: block;
            margin: 0 0 10px 0;
        }
        
        .marketplace-banner .marketplace-banner-contents ul li a {
            width: 100%;
            display: block;
            text-align: center;
        }
        .impact-counterpage .impact-counter ul li {
            width: 38%;
        }
        .impact-page .impact-counter .main-lists li:nth-child(5) {
            height: 120px;
            width: 120px;
            right: -57px;
        }
        .impact-page .impact-counter .main-lists li:nth-child(2) {
            top: -30px;
        }
        .impact-page .impact-counter .main-lists li:nth-child(3) {
            right: -58px;
        }
        .impact-page .impact-counter .main-lists .big-lists {
            height: 340px;
            width: 340px;
        }
        .impact-page .impact-content {
            padding: 30px 0 0 0;
        }
        .featuredsellers-wrap .sellers-thumbnailimage img {
            height: auto;
            object-fit: cover;
        }
        .collaborating-partners .collaborating-lists li {
            flex: 0 0 22%;
        }
        .premium-sellers .premium-sellers-wraps .row .col-lg-7 .premium-sellers-wrap img {
            height: auto;
            /*object-fit: cover;*/
        }
        .premium-sellers .premium-sellers-wraps .row .col-lg-7 .premium-sellers-wrap {
            margin: 0 0 20px 0;
        }
        
        .eventListing .skyscraper-adds,
        .eventListing .square-add{
            display: none;
        }
        
        .footerWrapper .last-adds {
            margin-top: 0;
        }
        
        .footerWrapper .hide-768 {
            margin: 20px 0;
        }
        
        .hide-992 {
            display: none;
        }
        
        .offer-zone .offerzone-lists li {
            width: 29%;
            margin: 0 10px;
        }
        .steps-nav {
            gap: 10px !important;
        }
        .shop-categories ul {
            justify-content: space-between;
        }
        .thulo-shopping .thsmall-all ul li {
            margin: 0 2px !important;
        }
        .mid-header .mid-headerwrapper .navbar-searchform form input,
        .mid-header .mid-headerwrapper .navbar-searchform form select{
            width: 50%;
        }
        .thulo-shopping .thsmall-all ul {
            justify-content: flex-start !important;
        }
        .mid-header .mid-headerwrapper .navbar-searchform form {
            margin-left: 0;
        }
        .mid-header .mid-headerwrapper .header-cart {
            flex: 0 0 33%;
        }
        .bottom-header .navbar img {
            height: 55px;
            object-fit: contain;
            position: initial;
        }
        .partners-logos ul {
            flex-wrap: wrap;
        }
        .partners-logos ul li {
            flex: 0 0 31%;
        }
        .partners-logos ul li img {
            width: 100%;
            height: auto;
        }
        .shop-categories ul {
            flex-wrap: wrap;
        }
        .shop-categories ul li {
            flex: 0 0 28%;
        }
        .main-footer .footer-paymentswrap .payments-card {
            flex: 0 0 100% !important;
        }
        .search-form form input {
            border-top-left-radius: 7px;
            border-bottom-left-radius: 7px;
        }
        .main-footer .top-footer,
        .main-footer .footer-newsletter {
            display: none;
        }
        .top-header {
            background: #f7f7f7;
            border-bottom: 1px solid #eee;
            display: none;
        }

        .mid-header .search-form form {
            display: none;
        }
        .mid-header .mid-headerwrapper .search-form {
            display: flex;
            justify-content: flex-end;
        }
        .mid-header .mid-headerwrapper .top-logo {
            flex: 0 0 20%;
            display: none;
        }
        .bottom-header .search-form {
            flex: 0 0 79%;
        }

        .bottom-header .search-form form {
            width: 100%;
        }
    }
    
    @media screen and (min-width: 768px){
        .show-768{
            display: none;
        }
    }
    
    @media screen and (max-width: 768px) {
        .new-arrival .newarrival-cardwrap .new-card {
            flex: 0 0 30%;
        }
        .photography_blog__contents__title {
            font-size: 16px;
        }
        .categoriesArea .section-tittle,
        .categoriesArea .justify-content-center{
            margin: 0 !important;
        }
        .marketplace-banner img,
        .vendor-highlights figure{
            display: none;
        }
        .business-services-wrap .business-serviceswrap {
            padding: 15px;
            height: 160px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .featuredsellers-wrap .topasideinfo {
            height: auto;
        }
        .impact-counterpage h2,
        .collaborating-partners .collaborating-title,
        .in-news .news-title h2,
        .mission-one .mission-title h2, .entrepreneurs .entrepreneurs-title h2, .testimonials-partners .testimonial-title h2{
            font-size: 35px;
        }
        .impact-counterpage {
            padding: 0;
            background-position: center;
        }
        .impact-page .impact-counter .main-lists .big-lists {
            height: 450px;
            width: 450px;
        }
        .security-ssl ul li h4 {
            font-size: 18px;
        }
        .impact-page .impact-counter .main-lists li:nth-child(3) {
            right: -25px;
        }
        .impact-page .impact-counter .main-lists li:nth-child(5) {
            right: -20px;
        }
        .collaborating-partners .collaborating-lists li {
            flex: 0 0 29%;
        }
        .footerWrapper .last-adds {
            margin-top: 0;
        }
        .latestdeals-wrap .latestdeals-wrap-contents {
            margin: 0 0 20px 0;
        }
        .deals-details {
            width: 100%;
        }
        .hide-768 {
            display: none;
        }
        .footerWrapper .hide-468 {
            /*padding: 20px 0;*/
            background: #fcf9f9;
        }
        .eventListing .filter-responsive #filter-responsive {
            margin-left: 10px;
            margin-right: 10px;
        }
        .all-sellerssmall .all-exhibitions-lists li {
            width: 23%;
        }
        .premium-sellers .premium-sellers-wrap .row .col-md-4{
            width: 50%;
        }
        .featured-categories .featured-catwrap .row .col-md-2,
        .exhibitons .exhibitons-wrap .row .col-md-3{
            width: 33%;
        }
        .all-exhibitions .all-exhibitions-lists li {
            width: 50%;
        }
        .mid-header .showalldropdown {
            max-width: 300px;
            width: 300px;
        }
        .offer-zone .offerzone-lists li {
            width: 100%;
            margin: 0 10px;
        }
        .mid-header .mid-headerwrapper .navbar-searchform form input,
        .mid-header .mid-headerwrapper .navbar-searchform form select {
            width: 50%;
        }
        .mid-header .mid-headerwrapper .navbar-searchform {
            width: 100%;
        }
        .partners-logos ul li {
            flex: 0 0 47%;
        }
        .mid-header .showalldropdown:before {
            right: 0;
            left:25px;
        }
        .main-featured-seller {
            margin: 0 0 30px 0;
        }
        .main-featured-seller figure img {
            height: auto;
        }
        .mid-header .mid-headerwrapper .header-cart {
            flex: 0 0 50%;
        }
        .mid-header .mid-headerwrapper .top-logo,
        .mid-header .mid-headerwrapper .adds-google,
        .mid-header .mid-headerwrapper .header-cart {
            flex: 0 0 100%;
            width: 100%;
            text-align: center;
        }
        .mid-header .mid-headerwrapper .header-cart ul {
            justify-content: center;
        }
        .mid-header .showalldropdown {
            right: auto;
        }
        .mid-header .mid-headerwrapper .adds-google .adds-image {
            width: 100%;
            height: auto;
            object-fit: cover;
        }
        .mid-header .mid-headerwrapper .adds-google {
            gap: 20px;
            flex-direction: column;
        }

        .mid-header .mid-headerwrapper {
            flex-direction: column;
            gap: 20px;
        }
        .smallbreadcrumb ul {
            display: flex;
            gap: 7px;
            flex-wrap: wrap;
        }
        .shop-categories ul li span {
            font-size: 12px !important;
        }
    }
    
    @media screen and (min-width: 576px){
        .text-editor-wrap .show-576 {
            display: none;
        }
    }

    @media screen and (max-width: 576px) {
        .featured-sellerswrap .featured-thumb {
            flex: 0 0 47%;
        }
        .bottom-header .sidebar-menu .responsive-menu a {
            font-size: 16px !important;
        }
        .photography_blog__contents {
            padding: 10px;
        }
        .business-services-wrap .row .col-md-4:nth-child(even) {
            padding-left: 0;
        }
        .main-sellerbanner .premium-sellersthumb h3 {
            font-size: 22px !important;
        }
        /*.premium-sellers .premium-sellers-wraps .row .col-md-7 .premium-sellers-wrap img {*/
        /*    height: auto !important;*/
        /*}*/
        .impact-slider img {
            width: 100% !important;
        }
        .photography_blog_area .row .col-6 {
            width: 100%; 
        }
        .bottom-header .sidebar-menu .aside-title h4 {
            font-size: 14px;
        }
        .new-arrival .new-arrivalcard figure {
            flex: 0 0 20%;
        }
        .bottom-header .sidebar-menu .main-parent a {
            padding: 0;
            width: 85%;
        }
        .other-sellers .new-arrival-contents {
            padding: 0 0 0 15px;
        }
        .categories-product .categories-content h3 {
            font-size: 15px !important;
        }
        .categories-product .categories-content h4 {
            font-size: 11px !important;
        }
        .new-arrival .new-arrivalcard .new-arrival-contents h4 {
            font-size: 14px;
        }
        .business-services-wrap .business-serviceswrap img {
            height: 60px;
        }
        .impact-counterpage .impact-counter ul li {
            width: 36%;
            margin: 10px 10px;
        }
        .bottom-header .sidebar-menu .main-parent i {
            font-size: 10px;
            height: 18px;
            width: 18px;
        }
        .impact-counterpage .impact-counter ul li h4 {
            font-size: 25px;
        }
        .bottom-header .sidebar-menu .responsive-menu a {
            font-size: 12px;
        }
        .impact-page .impact-counter .main-lists .big-lists {
            height: 385px;
            width: 100%;
        }
        .impact-counterpage .impact-counter ul li span {
            font-size: 12px;
        }
        .impact-page .impact-counter ul li span {
            margin: 0;
        }
        .impact-page .impact-counter .main-lists li:nth-child(2) {
            width: 110px;
            height: 110px;
            top: 0px;
        }
        .impact-page .impact-counter .main-lists li:nth-child(4) {
            height: 100px;
            width: 100px;
        }
        .impact-page .impact-counter .main-lists li:nth-child(5) {
            height: 100px;
            width: 100px;
        }
        .impact-page .impact-counter .main-lists li:nth-child(3) {
            height: 75px;
            width: 75px;
            right: 0;
        }
        .text-editor-wrap .show-728 {
            display: none;
        }
        .collaborating-partners .collaborating-lists li {
            flex: 0 0 44%;
        }
        .statistics .card {
            margin: 0 0 20px 0;
        }
        .footerWrapper .last-adds {
            margin-top: 0;
        }
        .security-ssl ul {
            gap: 20px;
            flex-direction: column;
        }
        .vendor-highlights .vendor-aside ul {
            flex-direction: column;
            gap: 10px;
        }
        .premium-sellers-wrap figure br {
            display: none;
        }
        .premium-sellers-wrap figure .premium-sellersthumb a {
            padding: 3px 5px;
            font-size: 12px;
        }
        .premium-sellers-wrap figure .premium-sellersthumb h3 {
            font-size: 16px;
            margin: 0 5px 0 0;
        }
        .premium-sellers-wrap figure .premium-sellersthumb p {
            font-size: 12px;
            margin: 0 5px 0 0;
        }
        .banner-slider:hover .owl-nav {
            visibility: hidden !important;
            opacity: 0 !important;
        }
        .all-exhibitions .all-exhibitions-lists .all-exhibitions-wrap {
            font-size: 12px;
        }
        .footerWrapper .show-468 {
            padding: 20px 0;
            /*background: var(--maincolor);*/
        }
        .text-editor-wrap .header .headerwrap {
            padding: 0px 0 20px 0;
        }
        .premium-sellers .premium-sellers-thumb .premium-contents {
            width: 100%;
        }
        .premium-sellers .premium-sellers-thumb {
            gap: 0;
            flex-direction: column;
            padding: 10px;
        }
        .premium-sellers .premium-sellers-thumb .premium-contents h4 {
            font-size: 14px;
        }
        .premium-sellers .premium-sellers-thumb img {
            width: 100% !important;
            height: auto;
        }
        .featured-categories .featured-catwrap .row .col-md-2,
        .exhibitons .exhibitons-wrap .row .col-md-3{
            width: 50%;
        }
        .all-sellerssmall .all-exhibitions-lists li {
            width: 31%;
        }
        .mid-header .mid-headerwrapper .navbar-searchform form input, .mid-header .mid-headerwrapper .navbar-searchform form select {
            width: 45%;
        }
        .all-exhibitions .all-exhibitions-wrap a span {
            font-size: 12px;
        }
        .equal-spacing {
            padding: 20px 0;
        }
        .partners-logos ul li {
            flex: 0 0 45%;
        }
        .mid-header .mid-headerwrapper .navbar-searchform form select {
            font-size: 12px;
        }
        .mid-header .mid-headerwrapper .navbar-searchform form select:focus {
            outline: none;
            box-shadow: none;
            border-color: #ddd;
        }
        .new-arrival .section-title {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            text-align: left;
            flex-direction: column;
            margin: 0 0 20px 0;
        }
        .mid-header .mid-headerwrapper {
            flex-direction: column;
            gap: 20px;
        }
        .section-title h2 {
            font-size: 24px;
        }
        .new-arrival .new-arrivalcard figure .new-arrival-contents h4 a {
            font-size: 18px;
        }
    }
    
    @media (max-width: 498px){
        .seller-discriptionpage .rowmk .item-list {
            flex: 0 0 47%;
        }
    }
    
    @media screen and (max-width: 480px){
        .shop-categories ul li {
            flex: 0 0 26%;
        }
    }
    
    @media screen and (min-width: 468px){
        .show-468 {
            display: none;
        }
    }
    
    @media screen and (max-width: 468px){
        .hide-468 {
            display: none;
        }
    }
    
    @media screen and (max-width: 450px){
        .impact-page .impact-counter .main-lists .big-lists {
            height: 320px;
        }
    }

    @media screen and (max-width: 446px) {
        .new-arrival .newarrival-cardwrap .new-card {
            flex: 0 0 44%;
        }
    }

    @media screen and (max-width: 420px)  {
        .mid-header .mid-headerwrapper .navbar-searchform form input, .mid-header .mid-headerwrapper .navbar-searchform form select {
            width: 43%;
        }
    }
    
    @media screen and (max-width: 410px){
        .impact-page .impact-counter .main-lists .big-lists {
            height: 305px;
        }
        .impact-page .impact-counter ul li span {
            font-size: 10px;
            display: block;
            margin: 0;
        }
    }
    
    @media screen and (max-width: 375px){
        .collaborating-partners .collaborating-lists li {
            flex: 0 0 42%;
        }
    }
    
    
    
    /*Categories-Section */
    .categories-product figure {
        position: relative;
        margin: 0;
    }
    
    .categories-product figure .price {
        position: absolute;
        bottom: 0;
        left: 0;
        background: var(--secondcolor);
        color: #fff;
        padding: 0px 5px;
    }
    
    .categories-product .categories-content {
        text-align: center;
        margin: 0 0 20px 0;
        padding: 10px;
        /*border: 1px solid #ddd;*/
    }
    
    .categories-product .categories-content h3 {
        color: var(--maincolor);
        font-size: 14px;
    }
    
    .categories-product .categories-content h4 {
        font-size: 12px;
    }
    
    .categoriesArea .justify-content-center {
        margin: 0 0 20px 0;
    }
    
    .seller-discriptionpage .seller-thumb h4 {
        font-size: 18px;
        padding: 0 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        text-wrap: nowrap;
        font-weight: 600;
    }
    
    .dashboard-area.landlord .dashboard-right .single-orders .order-para {
        color: #fff;
    }
    
    .dashboard-area.landlord .dashboard-right table thead {
        background: #333133;
        color: #fff;
    }
    
    .dashboard-area.landlord .dashboard-right table thead tr th {
        text-align: center;
        color: #fff;
    }
    
    /*.dashboard-area.landlord .dashboard-right table tbody tr td {*/
    /*    text-align: center;*/
    /*}*/
    
    .btn-info {
        background: #da2128;
        color: #fff;
        border: 1px solid transparent;
    }
    
    .dashboard-area.landlord .dashboard-right .edit_profile h2,
    .dashboard-area.landlord .dashboard-right .change_password h2{
        background: #da2128;
        color: #fff;
        padding: 10px 10px;
        font-size: 21px;
        margin: 0;
    }
    
    .dashboard-area.landlord .dashboard-right .edit_profile form,
    .dashboard-area.landlord .dashboard-right .change_password form {
        border: 1px solid #ddd;
        padding: 20px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    
    .dashboard-area.landlord .dashboard-right .edit_profile form label,
    .dashboard-area.landlord .dashboard-right .change_password form label{
        font-size: 14px;
        font-weight: 600;
        color: #222;
    }
    
    #payoutRequestModal .modal-header h5 {
        font-size: 16px;
        color: #222 !important;
    }
    
    #payoutRequestModal .modal-body .payment-gateway-list {
        margin: 15px 0 0 0;
    }
    
    #payoutRequestModal .modal-body .payment-gateway-list li {
        width: 20%;
        margin: 0;
        padding: 0;
    }
    
    #payoutRequestModal .modal-body .payment-gateway-list li .pay-img {
        height: 93px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 7px;
    }
    
    #payoutRequestModal .modal-footer .btn-primary {
        background: #da2128;
        border: 1px solid transparent;
    }
    
    @media (max-width: 1200px){
        .aboutArea .aboutImg {
            margin-bottom: 0;
        }
        .aboutArea {
            padding-bottom: 0 !important;
        }
    }
    
    @media (min-width: 992px){
        .bottom-header .navbar .navbar-togglers {
            display: none;
        }
    }
    
    @media (max-width: 992px){
        .bottom-header {
            padding: 10px 0;
        }
    }
    
    @media (max-width: 768px){
        .global-banner h1 {
            font-size: 35px !important;
        }
    }
    
    @media (max-width: 576px){
        .bottom-header .navbar .MainAdverTiseMentDiv {
            display: none !important;
        }
        .global-banner h1 {
            font-size: 25px !important;
        }
        .global-banner {
            width: 100% !important;
        }
        
        .global-banner h4 {
            font-size: 16px;
        }
        .global-banner p {
            text-align: justify;
        }

    }
    
    
    
    /*New Codes*/
    
    .faqArea .row .col-xl-6:nth-child(1) {
        display: none;
    }
    
    .faqArea .row .col-xl-6 {
        width: 80%;
        margin: 0 auto;
    }
    
    .faqArea .row .col-xl-6 .accordion-button {
        background: #323132;
        color: #fff;
    }
    
    
        .section-spacing {
            padding: 70px 0 0 0;
        }

        .section-title {
            text-align: center;
            margin: 0 0 30px 0;
        }

        .core-features {
            background: #eef5f7;
            padding: 70px 0;
            margin: 70px 0 0 0;
        }

        .why-thulo .whythulo-wrap {
            background: #eef5f7;
            text-align: center;
            padding: 20px;
            border-radius: 7px;
            height: 225px;
            overflow: hidden;
        }

        .why-thulo .whythulo-wrap h4 {
            font-size: 21px;
        }

        .why-thulo .whythulo-wrap p {
            font-size: 14px;
        }

        .core-features .core-features-wrap {
            background: #fff;
            border-radius: 7px;
            padding: 20px;
            margin: 0 0 20px 0;
            height: 300px;
            overflow: hidden;
        }

        .core-features .core-features-wrap h4 {
            font-size: 21px;
        }

        .core-features .core-features-wrap p {
            font-size: 14px;
        }

        .core-features .core-features-wrap ul {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: left;
        }

        .core-features .core-features-wrap ul li {
            font-size: 14px;
            margin: 0 0 10px 0;
        }

        .core-features .core-features-wrap ul li i {
            color: #198754;
            font-size: 12px;
        }

        .business-functions .table-responsive table {
            width: 100%;
        }

        .business-functions .table-responsive table thead {
            background: #da2128;
            color: #fff;
        }

        .business-functions .table-responsive table thead tr th {
            padding: 10px 10px;
            border-right: 1px solid;
        }

        .business-functions .table-responsive table thead tr th:last-child {
            border: none;
        }

        .business-functions .table-responsive table tbody tr th {
            padding: 10px 10px;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
            border-left: 1px solid #ddd;
        }

        .business-functions .table-responsive table tbody tr td {
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd;
            padding: 10px 10px;
        }

        .business-functions .table-responsive table tbody tr:nth-child(even) {
            background: #f1f1f1;
        }

        .business-functions .note {
            margin: 30px 0 0 0;
        }

        .our-benefits {
            padding: 70px 0;
            background: #eef5f7;
            margin: 70px 0 0 0;
        }

        .our-benefits .benefits-wrap {
            background: #fff;
            padding: 20px;
            border-radius: 7px;
            text-align: center;
        }

        .our-benefits .benefits-wrap h4 {
            font-size: 21px;
        }

        .our-benefits .benefits-wrap p {
            font-size: 14px;
        }

        .ecommerce-cta {
            background: #323132;
            padding: 70px 0;
            color: #fff;
        }

        .ecommerce-cta ul {
            margin: 30px 0;
            padding: 0;
            list-style: none;
        }

        .ecommerce-cta ul li {
            margin: 0 0 10px 0;
        }

        .ecommerce-cta ul li a {
            color: #fff;
            text-decoration: none;
        }

        .ecommerce-cta ul li strong {
            margin-right: 5px;
        }

        .ecommerce-cta .steps-wrap {
            background: #eef5f7;
            color: #222;
            padding: 20px;
            border-radius: 7px;
        }

        .ecommerce-cta .steps-wrap h4 {
            font-size: 21px;
        }
        
        .ecommerce-cta ul li strong i {
            margin: 0 5px 0 0;
        }

        .business-functions .note p i,
        .ecommerce-cta .ecommerce-note p i {
            color: #ffc107;
            font-size: 21px;
            margin: 0 5px 0 0;
        }

.business-functions .table-responsive table tbody tr:first-child td {
    background: #fff;
    color: rgb(130, 130, 130);
}

.container:has(.core-features) {
    width: 100%;
    max-width: 100%;
}

.container:has(.core-features) .col-lg-12{
    padding: 0;
}

.container:has(.our-benefits) {
    width: 100%;
    max-width: 100%;
}

.container:has(.our-benefits) .col-lg-12 {
    padding: 0;
}

.ecommerce-cta(.ecommerce-cta) {
    width: 100%;
    max-width: 100%;
}

.ecommerce-cta(.ecommerce-cta) .col-lg-12 {
    padding: 0;
}

.ecommerce-cta h2 {
    color: #fff;
}

.ecommerce-cta .ecommerce-note p {
    color: #ffffff;
}

.ecommerce-cta .steps-wrap span {
    display: block;
    font-weight: 700;
}

#myModal .modal-content,
#modalSubscription .modal-content{
    background: #eef5f7;
    border: 1px solid transparent;
}

#myModal .modal-content label,
#modalSubscription .modal-content label{
    /*color: #fff;*/
}

#modalSubscription .modal-content h3 {
    font-weight: 600;
}

#myModal .modal-content p,
#modalSubscription .modal-content p{
    /*color: #ffffffbd;*/
    margin: 10px 0 20px 0;
    opacity: 1;
}

#myModal .modal-content h1,
#modalSubscription .modal-content h1{
    /*color: #fff;*/
    font-weight: 700;
    font-size: 30px !important;
}
#modalSubscription .modal-content .form-subscription {
    position: relative;
}

#modalSubscription .modal-content .form-subscription button {
    position: absolute;
    top: 0;
    right: 0;
    border: 1px solid transparent;
    padding: 15px 40px;
    background: var(--maincolor);
    color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#modalSubscription .modal-content .form-subscription input {
    padding: 15px 170px 15px 15px;
}

#modalSubscription .modal-content .form-subscription input:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid var(--maincolor);
}

#myModal .btn-close,
#modalSubscription .btn-close{
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
}

#myModal .modal-content .form-contact {
    /* margin: -38px 0 0 0; */
    display: flex;
    width: 100%;
    /* justify-content: center; */
    padding: 10px 0 0 20px;
    gap: 25px;
    align-items: center;
}

#myModal .modal-content .form-contact p {
    margin: 0;
    color: #198754;
    font-size: 12px;
}

#myModal .modal-content .form-bottom h5 {
    font-size: 12px;
    /*color: #fff;*/
}

#myModal .modal-content .form-bottom {
    margin: 15px 0 0 0;
    padding: 0 15px;
}

#myModal .modal-content .form-bottom h5 i {
    color: #ffc107;
}
 
#myModal .modal-content .form-bottom h3 {
    font-size: 21px;
    /*color: #fff;*/
    margin: 10px 0 0 0;
}

#myModal .modal-content .form-contact img {
    height: 45px;
    object-fit: contain;
}

#myModal .modal-content .form-contact .talkto-expert {
    position: absolute;
    right: 24px;
    margin: -92px 0 0 0;
}

#myModal #form_submit {
    padding: 10px 20px;
    position: relative;
}

#myModal #form_submit i {
    display: none;
}

#myModal #form_submit:after {
    background-color: #eb4d4b;
    content: '';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    border-radius:3px;
    animation-name: blink;
    animation-duration: 1.3s;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    // animation-timing-function: cubic-bezier(1, 0, 0, 1);
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}


.resources-home .resources-featured ul {
    display: flex;
    margin: 0 0 10px 0;
}

.resources-home .resources-featured h3 {
    font-size: 21px;
    margin: 0 0 10px 0;
}

.resources-home .resources-featured .btn-wrapper a {
    color: #da2128;
    padding: 0;
}

.resources-home .resources-featured .btn-wrapper {
    margin: 10px 0 0 0;
}

.resources-home .resources-featured p {
    text-align: justify;
    font-size: 14px;
}

.resources-home .other-articles {
    display: flex;
    gap: 16px;
    margin: 0 0 30px 0;
    background: #f6f6f6;
    padding: 7px;
    border-radius: 7px;
}

.resources-home .other-articles figure {
    margin: 0;
    flex: 0 0 35%;
}

.resources-home .other-articles .otherarticles-thumb ul {
    display: flex;
    margin: 0 0 5px 0; 
}

.resources-home .other-articles .otherarticles-thumb h4 {
    font-size: 16px;
}

.resources-home .other-articles .otherarticles-thumb .otherarticles-button a {
    color: #da2128;
    padding: 0;
    font-size: 14px;
}

.resources-home .other-articles .otherarticles-thumb .otherarticles-button a i {
    font-size: 10px;
}

.resources-home .resourcesall-wrap {
    border: 1px solid #ddd;
    margin: 20px 0 0 0;
    border-radius: 4px;
    padding: 15px 15px 15px 15px;
    /*background: #f6f6f6;*/
}

.resources-home .other-articles .otherarticles-thumb ul li a {
    font-size: 12px; 
}
.resources-home .title-wrap {
    text-align: center;
}

.resources-home .title-wrap h2 small {
    color: #da2128;
}

.resources-home .title-wrap h2 {
    font-weight: 600;
    font-size: 45px;
}

.dashboard-right {
    width: calc(100% - 285px) !important;
}
 

.recent-portfoliosthulo h2 {
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    padding: 10px 0 5px;
    margin: 0 0 40px 0;
}

.recent-portfoliosthulo .portfolio-wrap {
    background: #fff;
    margin: 0 0 20px 0;
    height: 615px;
    overflow: hidden;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 1px solid #ddd;
    transition: 0.5s ease-in;
}

.recent-portfoliosthulo .portfolio-wrap:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.recent-portfoliosthulo .portfolio-wrap .portfolio-contents {
    padding: 15px;
}

.recent-portfoliosthulo .portfolio-wrap .portfolio-contents h4 {
    font-size: 21px;
    font-weight: 600;
}

.recent-portfoliosthulo .portfolio-wrap .portfolio-contents .btn-wrapper .btn {
    background: #da2128;
    color: #fff;
    font-size: 14px;
}

.recent-portfoliosthulo .portfolio-wrap .portfolio-contents .btn-wrapper {
    margin: 10px 0 0 0;
}

.text-editor-wrap:has(.recent-portfoliosthulo) {
    background: #eef5f7;
}


@keyframes blink {
  0% {
    transform:scale3d(1,1,1);
    opacity: 0.8;
  }
  100% {
    transform:scale3d(1.1,1.3,1.1);
    opacity:0;
  }
}



@media (max-width: 1200px){
    .why-thulo .whythulo-wrap,
    .core-features .core-features-wrap{
        height: auto;
    }
}

@media (max-width: 992px){
    .recent-portfoliosthulo .portfolio-wrap {
        height: 560px;
    }
}

@media (max-width: 768px){
    .why-thulo .whythulo-wrap,
    .our-benefits .benefits-wrap,
    .ecommerce-cta .steps-wrap{
        margin: 0 0 20px 0;
    }
    .recent-portfoliosthulo .portfolio-wrap {
        height: auto;
    }
    
    .dashboard-left-content .dashboard-close-main .close-bars {
        display: none;
    }
    
}

@media (max-width: 576px){
    .section-title h2,
    .recent-portfoliosthulo h2{
        font-size: 30px;
    }
}


/*New Codes*/

.newClass {
    display: block !important;
}

.sticky-cta h3 {
    color: #fff;
    margin: 0 0 10px 0;
    font-size: 36px;
}

.collaborating-partners .client-single {
    border: 1px solid #ddd;
    flex: 0 0 15%;
    border: 1px solid #ddd;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px 15px 10px;
    padding: 15px;
    border-radius: 7px;
}