/*Main Css */
::selection {
  background: #db6dad;
  color: #fff;
  text-shadow: none;
}
::-webkit-scrollbar {
  width: 5px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
::-webkit-scrollbar-thumb:vertical {
  border-radius: 10px;
  background-color: #db6dad;
}

[class^="box-"] {
  display: none;
}
[class^="box-"].showfirst {
  display: block;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Sofia Pro";
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1;
  color: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  display: block;
  font-weight: normal;
}
*:hover,
*:focus,
* {
  outline: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
a,
input[type="submit"] {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  display: inline-block;
  cursor: pointer;
}
a:hover {
  color: #e18e25;
}
span {
  display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
  background: transparent;
  border: none;
  border-radius: 0px;
  font-family: "Sofia Pro";
  font-weight: 400;
}
::-webkit-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
::-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
:-ms-input-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}
:-moz-placeholder {
  color: #a3a3a3;
  font-weight: 400;
}

/* Padding Classes */
.pad-sec {
  padding: 66px 0 50px;
}
.pad-zero {
  padding: 0px;
}
.pad-l-zero {
  padding-left: 0px;
}
.pad-r-zero {
  padding-right: 0px;
}
.pad-b-140 {
  padding-bottom: 140px;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-100 {
  padding-bottom: 100px;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}

.w-1200 {
  max-width: 100%;
  width: 1200px;
}
.ovr-hiddn {
  overflow: hidden;
}
.overlay:after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.overlay {
  display: none;
}
.overlay.active {
  display: block;
}

.portfolioList li > a {
  display: block;
  transition: 0.5s;
}
/* Heading Classes */
.hding-1 h1 {
  font-size: 40px;
  font-weight: 600;
  line-height: normal;
  color: #241815;
}
.hding-2 h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: normal;
  color: #241815;
}
.hding-2 h2 > span {
  font-weight: 300;
  display: block;
}
.hding-3 h3 {
  font-size: 28px;
  font-weight: 300;
  line-height: normal;
  color: #070707;
  letter-spacing: -0.5px;
}
.hding-3 h3 > span {
  font-weight: 600;
  letter-spacing: -1px;
  display: initial;
}
.hding-4 h4 {
}
.hding-6 h6 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.86;
  color: #070707;
}
.hding-6 h6 > span {
  font-size: 14px;
  font-weight: 300;
  display: block;
}
.hding-5 h5 {
}

.para p {
  font-size: 18px;
  line-height: 23px;
  color: #897c68;
}
.para-sm p {
  font-size: 15px;
  line-height: 23px;
  color: #897c68;
}
.footer-logo {
  width: 315px;
}
/* Custom Slick Css */
.slick-list {
  margin: 0 -15px;
}
.slick-slide {
  margin: 0 10px;
}
.slick-dots {
  padding: 50px 0 0;
  text-align: center;
}
.slick-dots li {
  margin: 0 20px 0 0px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  padding: 0px;
  border: none;
}
.slick-dots li button:before,
.slick-dots li button:before {
  color: #fff;
  opacity: 1;
  font-size: 20px;
}
.slick-dots li button {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  padding: 0px;
  background: #d6d6d6;
  border: none;
  cursor: pointer;
  font-size: 0px;
  padding: 0px;
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  box-sizing: border-box;
}
.slick-dots li.slick-active button {
  background: #f3c919;
  width: 11px;
  height: 11px;
}

/*header css*/
header {
  -webkit-transition: all 0.4s ease-In-out;
  -moz-transition: all 0.4s ease-In-out;
  -o-transition: all 0.4s ease-In-out;
  transition: all 0.4s ease-In-out;
  padding: 30px 0;
  position: relative;
  z-index: 2;
}

.Logo {
  display: inline-block;
}
.Logo img {
  display: block;
  width: 230px;
}

ul.menu-links > li > a {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #241815;
}
ul.menu-links > li {
  display: inline-block;
  font-size: 0;
  margin-right: 25px;
  position: relative;
}
ul.menu-links > li > a i {
  color: #db6dad;
  padding-right: 5px;
}
ul.menu-links > li.last {
  margin-right: 0;
}
ul.menu-links > li.last:after {
  width: 1px;
  height: 24px;
  border: solid 1px #241815;
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
a.top-btn {
  height: 50px;
  padding: 16px 23px 15px 24px;
  background: linear-gradient(180deg, #a668a1 0%, #db6dad 100%);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.07px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}
ul.menu-links {
  font-size: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}

.dropdown-nav:after {
  content: "\f107";
  font-family: "Font Awesome 5";
  font-size: 13px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 15px;
  width: 15px;
  line-height: 13px;
  background: transparent;
  border: 2px solid #db6dad;
  text-align: center;
  border-radius: 3px;
  color: #db6dad;
  right: 0;
  font-weight: 600;
}
.top-menu {
  margin-bottom: 20px;
}
.btn-grp a {
  padding: 19px 65px 18px 68px;
  border: 1px solid #db6dad;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #db6dad;
}
.btn-grp {
  font-size: 0;
}
.btn-grp a.active,
.btn-grp a:hover,
.btn-grp a.active,
.btn-grp a > span {
    background: linear-gradient(180deg, #a668a1 0%, #db6dad 100%);
  color: #fff;

}
.btn-grp a:first-child {
  margin-right: 20px;
}
.pkgFooter ul.menu-links > li.last:after {
  display: none;
}
.pkgFooter {
  text-align: center;
}

.btn-hover {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.btn-hover span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, #a668a1 0%, #db6dad 100%);
  -webkit-transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  transition: width 0.4s ease-in-out, height 0.4s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}
.btn-hover:hover {
  color: #ffffff;
}
.btn-hover:hover span,
ul.portfolio-menu > li.current > a span {
  width: 225%;
  height: 562.5px;
}

/* Hamburger Menu */
.menu-Bar {
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 22;
  display: none;
}
.menu-Bar span {
  display: block;
  height: 4px;
  width: 100%;
  background: linear-gradient(180deg, #a668a1 0%, #db6dad 100%);
  position: absolute;
  transition: 0.6s all;
  border-radius: 100px;
}
.menu-Bar span:nth-child(1) {
  top: 0;
}
.menu-Bar span:nth-child(2) {
  top: 8px;
  transform-origin: left;
}
.menu-Bar span:nth-child(3) {
  top: 16px;
}
.menu-Bar.open span {
  background: #ffff;
}
.menu-Bar.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 12px;
  transform-origin: right-center;
}
.menu-Bar.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-Bar.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px;
  transform-origin: right-center;
}

/* Menu Css */
.menu {
  font-size: 0px;
  display: inline-block;
  vertical-align: middle;
}
.menu li {
  display: inline-block;
  vertical-align: middle;
  padding-right: 29px;
}
.menu li.last {
}
.menu li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #241815;
}
.menu li:hover a,
.menu li.active a {
  color: #db6dad;
}

/* Drop Down Css */
.dropdown-nav {
  position: relative;
}
.dropdownWrap {
  position: absolute;
  left: -20px;
  top: 18px;
  display: none;
}
ul.dropdown {
  width: 257px;
  border-radius: 8px;
  background-color: #ffffff;
  z-index: 1;
  padding: 20px 15px;
  text-align: left;
  margin-top: 40px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
ul.dropdown li {
  width: 100%;
  display: block;
  margin-bottom: 5px;
}
ul.dropdown li a {
  font-size: 15px;
  letter-spacing: -0.1px;
  color: #636e72;
  padding: 12px 12px 12px 40px;
  position: relative;
  display: block;
  border-radius: 6px;
  line-height: normal;
}
ul.dropdown li a:before {
  content: "\f570";
  position: absolute;
  left: 12px;
  top: 10px;
  font-family: "Font Awesome 5";
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.22;
  letter-spacing: normal;
  text-align: center;
  color: #2d3436;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
ul.dropdown li:hover a,
ul.dropdown li.active a {
  background-color: #eef2f3;
  color: #6c5ce7;
}
ul.dropdown li:hover a:before,
ul.dropdown li.active a:before {
  color: #6c5ce7;
}
ul.dropdown li.last {
  margin-bottom: 0px;
}

/* Dropdown CSS*/
@keyframes btotreverse {
  0% {
    top: 75px;
    opacity: 1;
  }
  100% {
    top: 115px;
    opacity: 0;
  }
}
@keyframes btot {
  0% {
    top: 115px;
    opacity: 0;
  }
  100% {
    top: 40px;
    opacity: 1;
  }
}
.benifitBox h4 {
  font-size: 29px;
  font-weight: 600;
}
.benifitBox p {
  padding: 10px 0;
  font-size: 18px;
  line-height: 23px;
}
/*._hd_font{
  font-size: 16px !important;
}
*/
.benifitBox img {
  padding-bottom: 22px;
}
.about-para h4 {
  font-size: 22px;
  padding: 10px 0;
  font-weight: 600;
}
.inner-banner p {
  padding-top: 20px;
  color: #fff;
  font-size: 20px;
}
/* Main Banner CSS */
.mainBanner {
  margin-top: 48px;
  height: 640px;
  position: relative;
}
.mainBanner .container {
  position: initial;
}
.banner-right {
  max-width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.banner-left {
  max-width: 50%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  width: 50%;
  bottom: 0;
}
.banner-row {
  display: flex; /*justify-content: flex-end; align-items: center;  padding-left: 15px; */
  padding-top: 60px;
}
.bannerList h6 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
  color: #070707;
}
.bannerList ul {
  column-count: 2;
  max-width: 690px;
  width: 100%;
}
.bannerList ul > li {
  font-size: 20px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.08;
  letter-spacing: normal;
  color: #070707;
}
.brand-box {
  position: relative;
  z-index: 0;
  border-bottom-right-radius: 342px;
  height: 710px;
  padding-top: 7%;
  padding-left: 33px;
  max-width: 950px;
}
.brand-box:after {
  content: "";
  width: 955px;
  height: 654px;
  border-radius: 342px;
  background-color: #e9c4b4;
  position: absolute;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-top-right-radius: 0;
}
.brand-modal img {
  mix-blend-mode: darken;
}
.brand-modal {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 51%;
}
ul.brands-slider li a img {
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #dedede;
}
.brands-slider2 {
  max-width: 600px;
}
.brans-slideWrap {
  padding-top: 0;
}
.brand-content {
  max-width: 749px;
  padding: 0 0 0 38px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  width: 100%;
  position: relative;
  z-index: 2;
  display: none;
}
.brand-content h5 {
  font-weight: 600;
  letter-spacing: normal;
  color: #070707;
  line-height: normal;
  padding-bottom: 15px;
  font-size: 24px;
}
.brand-content h5 > span {
  display: block;
  font-weight: 300;
  font-size: 18px;
}
.rating {
  display: flex;
  align-items: center;
}
.rating h6 {
  font-size: 22px;
  line-height: normal;
  color: #070707;
}
.rating ul {
  font-size: 0;
  margin-left: 10px;
}
.rating ul > li {
  display: inline-block;
  font-size: 18px;
  color: #db6dad;
}
.smallBox {
  padding: 28px 15px;
}
.border {
  border-left: solid 1px rgb(151 151 151 / 0.27);
  position: relative;
}
.border:after,
.border:before {
  border-left: solid 1px rgb(151 151 151 / 0.27);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  bottom: 0;
}
.border:before {
  width: 100%;
  height: 1px;
  top: 0;
  border-bottom: solid 1px rgb(151 151 151 / 0.27);
}
.brandSec {
  padding: 8px 0;
  background-color: #070707;
  z-index: 2;
  position: relative;
}
.brand-logo {
  display: flex;
  align-items: center;
  text-align: center;
}
.brand-logo h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  color: #ffffff;
  margin-right: 15px;
}
.brand-content .row {
  margin: 0;
}
ul.brands-slider {
  margin-left: 15px;
}
.typeHead h2 {
  font-size: 42px;
}
.typeHead h2 > span {
  font-size: 32px;
}
.typeHead {
  padding-bottom: 30px;
  border-bottom: solid 1px #241815;
  margin-bottom: 85px;
}
.typeSec {
  padding: 45px 0 105px;
  background: #f5f5f5;
  position: relative;
  z-index: 0;
  display: none;
}
.logoShowCase:after {
  width: 800px;
  height: 520px;
  object-fit: contain;
  border-radius: 342px;
  background-color: #e9c4b4;
  position: absolute;
  content: "";
  left: -80%;
  bottom: -5%;
  margin: auto;
  border-top-right-radius: 0;
  z-index: -1;
  border-bottom-right-radius: 0;
}
.logoShowCase {
  z-index: 0;
  padding: 52px 0 0 52px;
}
.showcase {
  position: absolute;
  z-index: 1;
  width: 25%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.12);
}
span.main-showcase {
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.5);
}
.showcase1 {
  left: 100px;
  top: 0;
}
.showcase2 {
  top: 0;
  right: 0;
}
.showcase3 {
  left: 5%;
  bottom: -11%;
}
.showcase4 {
  right: -15%;
  left: 0;
  margin: auto;
  bottom: -18%;
}
.showcase5 {
  bottom: 48px;
  right: -32px;
}
.typeContent {
  padding: 20px 33px 20px 25px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
  border: solid 1px #979797;
  background-color: #ffffff;
  transition: 0.5s;
}
.typeContent h4 {
  font-size: 26px;
  font-weight: 600;
  line-height: normal;
  color: #241815;
}
.typeContent p {
  font-size: 16px;
  line-height: 1.33;
  color: #241815;
}
.typeContent a {
  font-size: 18px;
  color: #db6dad;
}
.typeContent a:hover {
  color: #db6dad;
}
.type-para {
  height: 48px;
  overflow: hidden;
  transition: 0.5s;
}
.typeContent:hover .type-para {
  height: 130px;
}
.typeContent:hover {
  border-left: solid 2px #db6dad;
}
.typebox {
  max-width: 473px;
  margin-left: auto;
  height: 832px;
}
a.btn-theme {
  width: 100%;
  padding: 21px 0;
  background-color: #db6dad;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
}
.ctaSec h2 > span {
  font-size: 32px;
}
.ctaSec h6,
.ctaSec h6 > a {
  font-size: 32px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #241815;
}
.ctaSec h6 > i,
.ctaSec h6 > a:hover {
  color: #db6dad;
}
.ctaSec {
  padding: 30px 0;
}
.pkgHead h2 {
  font-size: 38px;
  color: #fff;
}
.pkgHead h2 > span {
  font-size: 30px;
}
.pkgboxHead {
  text-align: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #241815;
  margin-bottom: 30px;
}
.pkgSec {
  padding: 62px 0 70px 0;
  background: linear-gradient(180deg, #a668a1 0%, #db6dad 100%);
}
.pkgboxHead h5 {
  font-size: 21px;
  font-weight: 300;
  text-align: center;
  color: #241815;
  line-height: normal;
  padding-bottom: 5px;
}
.pkgboxHead h5 > Span {
  font-weight: 600;
  display: block;
}
.pkgBox {
  padding: 36px 34px 29px 39px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  transition: 0.5s;
  border-top: 2px solid #0000;
  width: 373px;
}
.pkgboxHead h6 {
  font-size: 55px;
  font-weight: bold;
  text-align: center;
  color: #241815;
  vertical-align: top;
  line-height: 70px;
}
.pkgboxHead h6 span {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.97;
  letter-spacing: normal;
  color: rgb(36 24 21 / 0.38);
  text-align: left;
  padding-left: 15px;
}
.pkgMid ul > li {
  font-size: 22px;
  line-height: normal;
  text-align: center;
  color: #241815;
  padding: 10px 0;
}
.pkgMid ul > li span {
  font-size: 13px;
  display: block;
}
.pkgMid {
  padding: 15px 0;
  margin-bottom: 30px;
  height: 360px;
  overflow-y: auto;
  overflow-x: hidden;
}
.pkgFooter a.btn-theme {
  background: transparent;
  border: 2px solid #db6dad;
  color: #db6dad;
  font-size: 22px;
  font-weight: 500;
}
.pkgFooter a.btn-theme span,
.pkgFooter a.btn-theme:hover {
    background: linear-gradient(180deg, #a668a1 0%, #db6dad 100%);
  color: #fff;
}
ul.pkg-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
  flex-wrap: wrap;
  gap: 1.5rem;
}
ul.tab-nav > li > a {
  color: #fff;
  padding: 19px 43px 18px 45px;
  border: solid 1px #ffffff;
  background-color: #db6dad;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
ul.tab-nav > li {
  display: inline-block;
  margin-right: 20px;
}
ul.tab-nav {
  font-size: 0;
  text-align: center;
  padding-bottom: 100px;
}
ul.tab-nav > li.last {
  margin-right: 0;
}
ul.tab-nav > li > a:hover,
ul.tab-nav > li > a span {
  color: #db6dad;
  background: #ffffff;
}
ul.pkg-list > li:hover .pkgBox {
  transform: scale(1.03, 1.02);
  margin-top: -15%;
  box-shadow: 0 0 16px 3px rgba(0, 0, 0, 0.32);
  border-color: #000;
}
ul.pkg-list > li:hover .pkgFooter a.btn-theme {
    background: linear-gradient(180deg, #a668a1 0%, #db6dad 100%);
  color: #fff;
}
.pkglastBox {
  width: 220px;
}
.pkglastBox h4 {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  padding-bottom: 10px;
}
.pkglastBox p {
  font-size: 14px;
  line-height: 1.5;
  color: #f5f5f5;
}
.pkglastBox span {
  margin-bottom: 12px;
  width: 60px;
}
.pkgSecFooter h5 {
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  padding-bottom: 40px;
}
.pkgSecFooter ul {
  display: flex;
  justify-content: space-between;
}
.portfolioHead h2 {
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  color: #241815;
  padding-bottom: 50px;
}
ul.portfolioList {
  font-size: 0;
  padding-bottom: 85px;
}
ul.portfolioList > li {
  display: inline-block;
  width: 32.1%;
  margin-right: 20px;
  margin-bottom: 30px;
}
ul.portfolioList > li:nth-child(3n) {
  margin-right: 0;
}
/*ul.portfolioList>li:nth-last-child(-n+3) { margin-bottom: 0; }*/
ul.portfolioList > li > a:hover img {
  transform: scale(1.05);
  box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.13);
}
ul.portfolioList > li > a img {
  display: block;
  transition: 0.5s;
  width: 100%;
}
.portfolioSec {
  background: #f5f5f5;
  padding: 70px 0;
}
.portfolio-last h3 {
  font-size: 36px;
  font-weight: 600;
  color: #241815;
}
.portfolio-last {
  display: flex;
  align-items: center;
  justify-content: center;
}
.portfolio-last a.btn-theme {
  width: 328px;
  margin-left: 25px;
}
.portfolio-last a.btn-theme span {
  background: #db6dad;
}
.numberHead h2 > span {
  font-size: 32px;
  padding-top: 15px;
}
.numberHead h2 {
  line-height: inherit;
  text-align: center;
}
ul.numberList > li h6 {
  font-size: 90px;
  font-weight: bold;
  color: #db6dad;
  text-align: center;
}
ul.numberList > li h6 > span {
  font-size: 20px;
  font-weight: 300;
  color: #241815;
  display: block;
}
ul.numberList {
  display: flex;
  justify-content: space-between;
}
.numberSec {
  padding: 47px 0 72px;
}
.stepHead h2 {
  font-size: 42px;
  line-height: inherit;
}
.stepHead h2 > span {
  font-size: 32px;
}
.stepSec {
  padding: 70px 0 134px 0;
  background: #f5f5f5;
  height: 1074px;
  overflow: hidden;
}
.stepsBox p {
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #241815;
}
.stepImg img {
  max-width: fit-content;
  position: absolute;
  bottom: -134px;
  width: 840px;
}
.stepHead {
  padding-bottom: 100px;
}
.stepsBox {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
}
.stepsBox h2 {
  cursor: pointer;
}
.stepsBox span {
  position: absolute;
  right: 0;
}
.border-1 {
  border: solid 1px #979797;
}
.companyHead h2 > span {
  display: inline-block;
}
.companyHead {
  padding-bottom: 40px;
}
ul.company-logo {
  display: flex;
  justify-content: space-between;
}
.testimonialSec p {
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  color: #241815;
}
.testimonialSec h6 {
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  color: #241815;
}
.testimonialContent {
  padding: 31px 20px;
  background: #f5f5f5;
}
.slider__counter {
  font-size: 18px;
  font-weight: 500;
  color: rgb(36 24 21 / 0.3);
  position: absolute;
  bottom: 4%;
  left: 0;
  right: 27%;
  margin: auto;
  display: block;
  text-align: center;
}
.testimonialSec {
  padding-bottom: 100px;
}
ul.test-slide .slick-arrow {
  font-size: 0;
  position: absolute;
  right: 2%;
  cursor: pointer;
  z-index: 1;
  padding: 0;
  width: 47px;
  height: 47px;
  bottom: 4%;
}
ul.test-slide .slick-arrow:before {
  content: "\f178";
  font-family: "Font Awesome 5";
  font-size: 24px;
  font-weight: 300;
  color: #000000;
  line-height: 47px;
  transition: 0.5s;
}
ul.test-slide .slick-arrow:hover:before {
  color: #88cc94;
}
ul.test-slide .slick-prev {
  right: 5%;
}
ul.test-slide .slick-prev:before {
  content: "\f177";
}
.contactSec h2 {
  text-align: left;
  color: #fff;
  text-transform: none;
  font-weight: normal !important;
  font-size: 30px;
  padding-bottom: 15px;
}
.contactSec {
  background: #232323;
  padding: 60px 0px;
}
.contactSec span > i {
  line-height: normal;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
  font-size: 30px;
  vertical-align: middle;
  color: #fff;
}
ul.contact-link > li > a,
ul.contact-link > li {
  text-align: left;
  color: #6b6b6b;
  font-size: 14px;
  line-height: 18px;
}
ul.contact-link > li > a:hover {
  color: rgb(163, 41, 116);
}
.column-2 {
  column-count: 2;
}
ul.quick-links > li > a {
  color: #8a8a8a;
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
}
.widget h4 {
  text-decoration: none;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
  color: #636b6f;
  text-transform: uppercase;
  padding-bottom: 20px;
}
ul.footer-group {
  font-size: 0;
}
ul.footer-group > li {
  display: inline-block;
  margin-right: 15px;
}
ul.footer-group > li > a {
  font-size: 18px;
  color: #c1c1c1;
}
ul.footer-group > li.last {
  margin-right: 0;
}
.copyright p {
  font-size: 14px;
  color: #aaaaaa;
  font-weight: 400;
  padding: 0px;
  line-height: 23px;
  text-align: left;
}
ul.quick-links > li > a:hover,
ul.footer-group > li > a:hover {
  color: #a12872;
}
footer.footerSec {
  background: #f7f7f7;
}
ul.ftr-link > li {
  display: inline-block;
  margin-right: 15px;
}
ul.ftr-link {
  font-size: 0;
}
ul.ftr-link > li > a {
  color: #000;
  font-size: 13px;
}
ul.ftr-link > li > a:hover {
  color: #db6dad;
}
ul.ftr-link > li.last {
  margin-right: 0;
}
.copyright {
  padding: 30px 0;
}
ul.tab-nav > li.current > a {
  background: #fff;
  color: #db6dad;
}
.stepText {
  transition: 0.5s; /*height: 0px; */
  overflow: hidden;
  display: none;
}
/*.stepsBox:hover .stepText { height: 100px; overflow: inherit; }*/
/*.stepsBox.active .stepText { display: block; }*/
.stepsBox:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/arrow.jpg) no-repeat;
  width: 135px;
  height: 57px;
  opacity: 0;
}
.stepsBox.active:before {
  opacity: 1;
}

[class^="box-"] {
  display: none;
}
[class^="box-"].showfirst {
  display: block;
}

.inner {
  height: 90vh;
}

/*privacy policy*/

.privacy_policy_Sec {
  padding: 18px 0 59px;
}

section.privacy_policy_Sec h4 {
  font-size: 36px;
  font-weight: 700;
  color: #141516;
}
section.privacy_policy_Sec h4:nth-child(1) {
  text-align: center;
  font-size: 46px;
  padding-top: 69px;
}
section.privacy_policy_Sec ul > li {
  list-style-type: disc;
  padding: 9px 0;
  font-size: 18px;
  color: #897c68;
}
section.privacy_policy_Sec ul {
  padding: 0px 17px;
}

/* blog page */

.portfolio-tab li {
  display: inline-block;
  margin: 14px 10px 14px;
}
.portfolio-tab a {
  height: 60px;
  padding: 1rem 3rem;
  border: 1px solid #ff533d;
  border-radius: 4px;
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center;
  color: #333333 !important;
}
.portfolio-tab li.current a,
.portfolio-tab li a:hover {
  border-color: #ff533d;
  background: #ff533d;
  border-radius: 4px;
  color: #fff !important;
}
ul.portfolio-tab {
  margin: 2rem 0;
}
.blog-card {
  background: #f3f3f3;
  border-radius: 10px;
  margin-bottom: 2rem;
}
.blog-detail h2 {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #222222;
}
.blog-detail h3 {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  padding: 14px 0;
}
.blog-detail span {
  font-weight: 500;
  font-size: 18px;
  color: #e28200;
}
.blog-detail p {
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  text-align: justify;
  color: #3c3c3c;
  padding: 18px 0;
}
.blog-detail {
  padding: 16px 18px;
}
.readmore-btn {
  font-weight: 500;
  font-size: 15px;
  text-decoration-line: underline;
  color: #ff533d;
}
.b-details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
}

.b-details h2 {
  font-weight: 500;
  font-size: 40px;
  color: #ff533d;
  padding: 2rem 0;
}

.b-details {
  padding: 2rem 0;
}

.b-details h3 {
  font-weight: 500;
  font-size: 30px;
  color: #000000;
  padding: 2rem 0;
}
ul.blog-detail-list {
  padding-top: 1rem;
  line-height: 30px;
  list-style: disc;
  margin-left: 20px;
}
.b-detail-image {
  margin-top: 3rem;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999999;
  display: none;
}
.popupmain {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  width: 980px; /* height: 425px; */
  background: #fff;
  box-shadow: 0px 0px 30px -9px #0000006e;
  z-index: 9999999;
  overflow: hidden;
  display: none;
}
.mmpopup {
  display: flex;
  height: 425px;
  align-items: center;
}
.mmpopup .imgbx {
  width: 30%;
}
.mmpopup .centercont {
  width: 35%;
  padding-right: 20px;
}
.mmpopup .imgbx img {
  width: 290px;
  max-width: initial;
}
.mmpopup .formpop {
  padding-right: 30px;
  width: 35%;
  padding-top: 20px;
}
.mmpopup .fld-input {
  height: 50px;
  width: 100%;
  margin-bottom: 10px;
}
.mmpopup .fld-btn button {
  height: 50px;
  font-size: 15px;
}
.mmpopup .fld-input.textarea {
  height: 80px;
}
.mmpopup .fld-input textarea {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
  padding-top: 10px;
  resize: none;
}
.mmpopup .centercont h3 {
  font-size: 38px;
  color: #141515;
  margin-bottom: 10px;
}
.mmpopup .centercont h4 {
  font-size: 20px;
  color: #566060;
  margin-bottom: 15px;
}
.mmpopup .centercont h4 span {
  color: #db6dad;
}
.mmpopup .centercont h4 span span {
  display: none;
}
.mmpopup .centercont p {
  color: #727272;
  font-size: 15px;
  margin-bottom: 120px;
  line-height: 20px;
}
.mmpopup .calldvs i {
  background: url(../images/popup/callico.jpg) no-repeat;
  width: 42px;
  height: 42px;
  display: block;
  margin-bottom: 10px;
  filter: hue-rotate(270deg);
}
.mmpopup .calldvs span {
  font-size: 13px;
  color: #566060;
}
.mmpopup .calldvs a {
  font-size: 26px;
  color: #db6dad;
  font-weight: 400;
  margin-top: 5px;
  font-weight: 600;
}
.mmpopup .fld-btn button {
  width: 100%;
}
.closeico {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
}
.closeico i {
  background: url(../images/popup/e-remove.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}
.closeico1 {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
}
.closeico1 i {
  background: url(../images/popup/e-remove.png) no-repeat;
  width: 16px;
  height: 16px;
  display: block;
}

.mmpopup .centercont p {
  margin-bottom: 10px;
  line-height: 23px;
}
.mmpopup .centercont ul {
  margin-bottom: 30px;
}
.mmpopup .centercont ul li {
  display: block;
  font-size: 13px;
  color: #566060;
  padding: 5px 0;
}
.mmpopup .centercont ul li i {
  color: #db6dad;
}
.mmpopup .centercont h4 {
  font-size: 22px;
}
.mmpopup .centercont h3 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 20px;
}
.mmpopup .centercont h3 span {
  display: inline-block;
  margin: 0 5px;
}
.mmpopup .centercont h4 span {
  font-weight: 700;
}
.mmpopup .fld-btn button {
  font-weight: 700;
}

.fld-input {
  border-style: solid;
  border-width: 1px;
  border-color: rgb(218 217 217);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  width: 354px;
  height: 66px;
  margin-bottom: 20px;
}
.fld-input input {
  width: 100%;
  height: 100%;
  padding: 0 24px;
  font-size: 16px;
  letter-spacing: 0.2px;
}
.fld-input input::placeholder {
  color: #737373;
  font-weight: 400;
}
.fld-btn button {
  border-radius: 5px;
  background: linear-gradient(180deg, #a668a1 0%, #db6dad 100%);
  width: 350px;
  color: #fff;
  height: 62px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.5s;
}
.fld-btn button i {
  padding-left: 12px;
}
.fld-btn button:hover {
  color: #db6dad;
  background: #fff;
  border: 1px solid #db6dad;
}

.p-inner h2 {
  padding-bottom: 10px;
}

.p-inner {
  text-align: center;
}
ul.p-nav-tab {
  font-size: 0;
  text-align: center;
  padding-bottom: 15px;
}

ul.p-nav-tab > li {
  display: inline-block;
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}

ul.p-nav-tab > li > a {
  font-size: 18px;
  width: 100px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  color: #241815;
}
ul.p-nav-tab > li.last:after {
  display: none;
}
ul.p-nav-tab > li > a:hover,
ul.p-nav-tab > li.current > a {
  background: #db6dad;
  color: #fff;
}

ul.p-nav-tab > li:after {
  content: "";
  height: 40%;
  width: 2px;
  background: #dedede;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*All In One*/
section.all-in-one {
  padding: 3rem 0;
}

.all-in-one h2 {
  font-weight: 600;
  color: #241815;
  font-size: 42px;
  margin-bottom: 1.5rem;
}

.all-in-one h2 small {
  display: block;
  color: #241815;
  font-size: 32px;
  font-weight: 500;
  margin: 1rem 0 0;
}

.all-in-one p {
  color: #241815;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 1.5rem;
}

.all-in-one .hdng {
  position: relative;
  border-radius: 2px;
  background: #ffe4e4;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.5rem;
}

.all-in-one .hdng::before {
  content: "";
  width: 18px;
  height: 2px;
  background: #ff4444;
  display: inline-block;
}

.all-in-one ul {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 10px;
  margin-bottom: 1.5rem;
  line-height: 22px;
}

.all-in-one ul li {
  display: flex;
  gap: 10px;
}

.all-in-one ul li::before {
  content: "\f00c";
  font-family: "Font Awesome 5";
  color: #ff4444;
}
.all-in-one .price {
  color: #f44;
  font-size: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
  line-height: 50px;
  gap: 5px;
  /* margin-top: 5px; */
}

.all-in-one .price span:not(.amount) {
  display: flex;
  color: #241815;
  font-size: 16px;
  letter-spacing: -0.64px;
  font-weight: 400;
  line-height: 16px;
  align-items: center;
  gap: 5px;
  margin-top: 7px;
}

.all-in-one .price span div {
  font-weight: 600;
}
/*All In One*/

@media (max-width: 1200px) {
  img {
    max-width: 100%;
    height: auto;
  }
  .menu-Bar {
    display: block;
    top: 0px;
  }
  .menuWrap.open {
    display: flex;
    left: 0px;
  }
  .menuWrap {
    position: fixed;
    left: -210%;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(180deg, #a668a1 0%, #db6dad 100%);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    transition: all 0.4s ease;
    z-index: 3;
    width: 100vw;
  }
  ul.menu li {
    display: block;
  }
  ul.menu li a {
    margin-bottom: 10px;
    padding: 0;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    padding-right: 0px;
    margin-right: 0px;
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
  }
  .logo img {
    max-width: 50%;
  }
  .container {
    position: relative;
  }
  header .main-header ul.menu > li {
    display: block;
    margin: 0px;
    padding: 0;
  }
  header .main-header ul.menu > li a {
    color: #fff;
  }
  header .main-header ul.menu > li a:before {
    display: none;
  }
}

@media (max-width: 1440px) {
  .banner-left {
    max-width: 60%;
  }
  .banner-right {
    max-width: 40%;
  }
  .brand-box:after {
    width: 774px;
    border-top-right-radius: 0;
  }
  .brand-box {
    overflow: inherit;
    padding-top: 3%;
    height: 720px;
  }
  .hding-1 h1 {
    font-size: 40px;
    line-height: 43px;
  }
  .btn-grp a {
    padding: 19px 40px;
  }
  .brand-modal {
    right: -12px;
    width: 64%;
  }
  .brand-content {
    max-width: 640px;
  }
  .bannerList ul > li {
    font-size: 16px;
  }

  .mainBanner {
    height: 109vh;
  }
  .inner {
    height: 90vh;
  }
  .hding-1 h1 > br {
    display: none;
  }
}

@media (max-width: 824px) {
  .all-in-one .price {
    margin-bottom: 1.5rem;
  }

  /*privacy policy*/
  section.privacy_policy_Sec h4:nth-child(1) {
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 35px;
  }
  section.privacy_policy_Sec h4 {
    text-align: center;
  }

  section.privacy_policy_Sec p {
    font-size: 14px;
    padding: 10px 0 10px;
  }
  section.privacy_policy_Sec ul > li {
    font-size: 15px;
    line-height: 19px;
  }
  .privacy_policy_Sec {
    padding: 18px 0 0;
  }
}

@media (max-width: 767px) {
}

/*contact page*/

.inner-banner {
  height: 440px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.inner-banner h1 {
  font-size: 18px;
  color: #f9d470;
  font-weight: 400;
  padding-bottom: 2px;
}
.inner-banner h2 {
  font-size: 45px;
  color: #fff;
  font-weight: 700;
  line-height: 52px;
}
.fot-col3 {
  background-color: #92278f;
  padding: 45px;
  margin-top: -185px;
}
.field {
  margin-bottom: 24px;
}
.field input,
.field textarea {
  font-size: 13px;
  color: #787878;
  font-weight: 200;
  border: 1px solid #efdfdf;
  padding: 11px 20px;
  width: 100%;
  text-transform: capitalize;
  background: #fff;
  outline: none;
  font-weight: 400;
  height: 66px;
  padding-top: 18px;
  border-radius: 10px;
}
.field input {
  height: 33px;
  border: none;
  padding: 0 11px 7px;
  border-bottom: 1px solid #f0f0f0;
}
.field-btn input {
  width: 97px;
  height: 47px;
  font-size: 12px;
  border: 1px solid #fff;
  color: #ffff;
  text-transform: uppercase;
}
.formWrap {
  width: 652px;
  height: 810px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(232, 232, 232);
  border-radius: 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 59px 0px rgba(0, 0, 0, 0.1);
  padding: 59px;
}
.formWrap h5 {
  font-size: 50px;
  color: #272727;
  font-weight: 700;
  padding-bottom: 41px;
}
section.contct-sec-two {
  padding: 91px 0px;
}
.field.field-textarea {
  margin-bottom: 12px;
}
.field-btn input {
  width: 142px;
  height: 50px;
  background: #e9503e;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}
.advice {
  display: inline-block;
  vertical-align: middle;
  margin-left: 17px;
}
ul.inner-detail li span {
  font-size: 38px;
  color: #353956;
  vertical-align: top;
}
.advice h3 {
  font-size: 16px;
  font-weight: 400;
  color: #a1a3ad;
  padding-bottom: 5px;
}
ul.inner-detail li {
  margin-bottom: 62px;
}
.advice a {
  font-size: 16xpx;
  font-size: 16px;
  color: #353956;
  font-weight: 600;
  border-bottom: 1px solid #6b6d7f;
}
.advice p {
  font-size: 16px;
  color: #353956;
  font-weight: 600;
}
ul.inner-detail {
  margin-left: 31px;
}
.advice a:hover {
  color: #db6dad;
}
.conatct-para img {
  margin-bottom: 20px;
}
.field-btn input:hover {
  background: #db6dad;
}

/*about*/

.about-para h2 {
  font-size: 45px;
  font-weight: 600;
  padding-bottom: 12px;
  line-height: 43px;
}
.about-para p {
  font-size: 19px;
  color: #717171;
  font-weight: 400;
  line-height: 25px;
}
section.about-sec-two.hding-2 {
  padding: 37px 0px 50px;
}

/*packages*/

section.package-sec-02.hding-2 {
  padding: 23px 0px 31px;
}
.packages-para h2 {
  font-size: 45px;
  padding-bottom: 16px;
}
.packages-para p {
  font-size: 16px;
  color: #717171;
  font-weight: 400;
  line-height: 25px;
}
section.package-sec-02.hding-2 p {
  font-size: 16px;
  color: #717171;
  font-weight: 400;
  line-height: 25px;
}
.packages-para {
  padding-bottom: 12px;
}

.companyHead h2 {
  text-align: center;
}
.companyHead h2 > span {
  display: block;
}

@media (max-width: 824px) {
  ul.p-nav-tab > li {
    margin-right: 15px;
    padding-right: 15px;
  }
  ul.p-nav-tab > li:nth-child(2n) {
    margin-right: 0;
    padding-right: 0;
  }
  ul.p-nav-tab > li:after {
    display: none;
  }
  .space > br {
    display: block !important;
  }
  .Logo img {
    width: 122px;
  }
  .menu-Bar {
    top: -32px;
  }
  a.top-btn {
    display: none;
  }
  ul.menu-links {
    margin-right: 0px;
    text-align: center;
  }
  ul.menu-links > li {
    margin-right: 8px;
  }
  ul.menu-links > li > a {
    font-size: 13px;
    color: #241815;
  }
  .top-menu {
    margin-bottom: 0px;
    text-align: center;
    margin-top: 12px;
  }
  ul.menu-links > li.last:after {
    display: none;
  }
  .banner-right {
    max-width: 100%;
  }
  .banner-row {
    display: block;
  }
  header {
    padding: 29px 0 15px;
  }
  .hding-1 h1 {
    font-size: 28px;
    padding-bottom: 18px;
  }
  br {
    display: none;
  }
  .btn-grp a {
    padding: 12px 9px;
    font-size: 14px;
  }
  .btn-grp a:first-child {
    margin-right: 9px;
  }
  .btn-grp a {
    padding: 12px 17px;
    font-size: 14px;
  }
  .btn-grp {
    padding-bottom: 13px;
  }
  .bannerList h6 {
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 11px;
  }
  .bannerList ul {
    column-count: 1;
    max-width: 100%;
    width: 100%;
    padding-bottom: 14px;
  }
  .bannerList ul > li {
    font-size: 14px;
  }
  .banner-left {
    max-width: 100%;
  }
  .brand-box {
    overflow: inherit;
    padding-top: 1%;
    height: auto;
    padding-left: 4px;
  }
  .brand-modal {
    right: 8px;
    width: 36%;
    top: 26px;
  }
  .brand-content {
    max-width: 96%;
    padding-left: 0px;
    margin-top: 19px;
    text-align: center;
  }
  .border:before {
    width: 100%;
    height: 1px;
    top: 0;
    border-bottom: none;
  }
  .border {
    border-left: none;
  }
  .border:after,
  .border:before {
    border-left: none;
  }
  .brand-content h5 {
    padding-bottom: 6px;
    font-size: 19px;
  }
  .rating h6 {
    font-size: 17px;
  }
  .smallBox {
    padding: 17px 1px;
  }
  .hding-6 h6 > span {
    font-size: 13px;
  }
  .hding-6 h6 {
    font-size: 15px;
    line-height: 19px;
  }
  .brand-box:after {
    display: none;
  }
  .hding-2 h2 {
    font-size: 18px;
    padding-bottom: 6px;
  }
  .hding-3 h3 {
    font-size: 17px;
  }
  .benifitBox {
    margin-bottom: 19px;
    text-align: center;
  }
  .pad-sec {
    padding: 22px 0;
  }
  .typeHead h2 > span {
    font-size: 17px;
    line-height: 25px;
    padding-top: 4px;
  }
  .logoShowCase:after {
    display: none;
  }
  .typeHead {
    padding-bottom: 10px;
    border-bottom: solid 1px #241815;
    margin-bottom: 25px;
  }
  .logoShowCase {
    z-index: 0;
    padding: 30px 0 0 12px;
  }
  .logoShowCase {
    z-index: 0;
    padding: 30px 0 0 12px;
    margin-bottom: 71px;
  }
  .typeContent {
    padding: 14px 20px 8px 10px;
    margin-bottom: 10px;
  }
  .typeContent h4 {
    font-size: 20px;
    padding-bottom: 4px;
  }
  a.btn-theme {
    width: 100%;
    padding: 13px 0;
    font-size: 17px;
  }
  .typebox {
    max-width: 100%;
    margin-left: auto;
    height: 432px;
  }
  .typeSec {
    padding: 17px 0 85px;
    z-index: 0;
  }
  .ctaSec h2 > span {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .ctaSec h2 > span {
    font-size: 16px;
    padding-bottom: 10px;
    padding-top: 4px;
  }
  .hding-2 h2 {
    font-size: 20px;
    padding-bottom: 14px;
  }
  .ctaSec h6,
  .ctaSec h6 > a {
    font-size: 18px;
  }
  .portfolioHead h2 {
    font-size: 22px;
    padding-bottom: 30px;
  }
  ul.portfolioList > li {
    display: inline-block;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 18px;
  }
  ul.portfolioList > li > a:hover img {
    transform: scale(1.02);
  }
  ul.portfolioList {
    font-size: 0;
    padding-bottom: 5px;
  }
  .portfolio-last {
    display: flex;
    text-align: center;
    display: block;
  }
  .portfolio-last h3 {
    font-size: 18px;
    padding-bottom: 11px;
  }
  .portfolio-last a.btn-theme {
    width: 100%;
    margin-left: 25px;
    margin-left: 0px;
    height: 38px;
    font-size: 15px;
    line-height: 10px;
  }
  .portfolioSec {
    background: #f5f5f5;
    padding: 40px 0;
  }
  .pkgHead h2 > span {
    font-size: 17px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  ul.tab-nav > li {
    display: inline-block;
    margin-right: 11px;
  }
  ul.tab-nav > li > a {
    padding: 12px 6px 12px 5px;
    text-align: center;
    font-size: 12px;
  }
  ul.tab-nav > li {
    margin-right: 5px;
  }
  ul.tab-nav {
    padding-bottom: 20px;
  }
  ul.pkg-list {
    padding-bottom: 50px;
    display: block;
  }
  .pkgboxHead h5 {
    font-size: 17px;
    padding-bottom: 2px;
  }
  .pkgboxHead h6 {
    font-size: 31px;
    vertical-align: top;
    line-height: 37px;
  }
  .pkgboxHead h6 span {
    font-size: 17px;
  }
  del {
    padding-right: 6px;
  }
  .pkgboxHead {
    padding-bottom: 10px;
  }
  .pkgMid ul > li {
    font-size: 16px;
    line-height: 28px;
  }
  .pkgMid {
    padding: 15px 0;
    margin-bottom: 0px;
  }
  .pkgFooter a.btn-theme {
    font-size: 16px;
    width: 141px;
    margin-bottom: 6px;
  }
  ul.pkg-list > li {
    margin-bottom: 9px;
  }
  .pkgSecFooter h5 {
    font-size: 21px;
    padding-bottom: 20px;
  }
  .pkgSecFooter ul {
    display: flex;
    justify-content: space-between;
    display: block;
  }
  .pkglastBox {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .pkglastBox span {
    margin-bottom: 11px;
    width: 46px;
  }
  .pkglastBox h4 {
    font-size: 15px;
    padding-bottom: 8px;
  }
  .pkglastBox p {
    font-size: 13px;
    line-height: 15px;
  }
  .pkgSec {
    padding: 29px 0 37px 0;
  }
  .numberHead h2 > span {
    font-size: 22px;
    padding-top: 6px;
  }
  ul.numberList {
    display: block;
  }
  .numberHead h2 > span {
    font-size: 18px;
    padding-top: 7px;
    padding-bottom: 9px;
  }
  ul.numberList > li h6 {
    font-size: 39px;
    padding-bottom: 10px;
  }
  ul.numberList > li h6 > span {
    font-size: 16px;
    display: block;
    margin-top: 6px;
  }
  .numberSec {
    padding: 27px 0 21px;
  }
  .stepHead h2 > span {
    font-size: 17px;
    padding-top: 6px;
    padding-bottom: 18px;
    line-height: 20px;
  }
  .stepImg img {
    bottom: -164px;
    width: 370px;
  }
  .stepsBox {
    padding-left: 8px;
    padding-bottom: 19px;
  }
  .stepsBox p {
    font-size: 14px;
    line-height: 20px;
  }
  .stepImg img {
    bottom: -281px;
    width: 300px;
  }
  .stepHead {
    padding-bottom: 10px;
  }
  .stepSec {
    padding: 30px 0 34px 0;
    height: 904px;
  }
  ul.company-logo {
    display: block;
    text-align: center;
  }
  ul.company-logo li a {
    width: 100%;
    margin-bottom: 12px;
    text-align: center; /* margin: auto; */
  }
  .companyHead {
    padding-bottom: 10px;
  }
  .testimonialSec p {
    font-size: 14px;
    line-height: 21px;
    padding: 11px 0px;
  }
  .testimonialSec h6 {
    font-size: 13px;
    color: #241815;
  }
  .slider__counter {
    font-size: 17px;
    bottom: 2%;
    left: -161px;
  }
  .testimonialSec {
    padding-bottom: 30px;
  }
  .contactSec h2 {
    font-size: 22px;
    padding-bottom: 12px;
    margin-top: 13px;
    text-align: center;
  }
  .contactSec span > i {
    height: 37px;
    margin-right: 0px;
    font-size: 26px;
  }
  ul.contact-link > li > a,
  ul.contact-link > li {
    text-align: center;
    color: #6b6b6b;
    font-size: 13px;
    line-height: 21px;
  }
  .contactSec {
    background: #232323;
    padding: 30px 0px;
  }
  .footer-logo {
    margin-top: 10px;
  }
  ul.quick-links > li > a {
    font-size: 13px;
    line-height: 25px;
  }
  .widget h4 {
    font-size: 15px;
    text-transform: uppercase;
    padding-bottom: 9px;
  }
  .widget {
    margin-bottom: 17px;
  }
  ul.footer-group > li > a {
    font-size: 14px;
    color: #c1c1c1;
  }
  ul.footer-group {
    font-size: 0;
    margin-top: 9px;
  }
  .copyright {
    padding: 15px 0;
  }
  .copyright p {
    font-size: 11px;
    color: #aaaaaa;
    font-weight: 400;
    padding: 0px;
    line-height: 23px;
    text-align: center;
  }
  ul.ftr-link {
    padding-top: 5px;
    text-align: center;
  }
  .showcase5 {
    bottom: 48px;
    right: -5px;
  }
  ul.company-logo li a img {
    margin: auto;
  }
  .inner-banner {
    height: 156px;
  }
  .inner-banner h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    line-height: 27px;
  }
  .about-para p {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 20px;
  }
  .about-para h2 {
    font-size: 25px;
    line-height: 0px;
    padding-bottom: 26px;
  }
  section.about-sec-two.hding-2 {
    padding: 34px 0px 23px;
  }
  .about-para h2 {
    font-size: 25px;
    line-height: 25px;
    padding-bottom: 18px;
  }
  .formWrap {
    width: 100%;
    padding: 25px;
  }
  .formWrap h5 {
    font-size: 25px;
    padding-bottom: 32px;
  }
  .formWrap {
    width: 100%;
    height: auto;
    border-color: rgb(232, 232, 232);
    border-radius: 13px;
    padding: 25px 12px;
    margin-bottom: 15px;
  }
  ul.inner-detail {
    margin-left: 0px;
  }
  .advice p {
    font-size: 13px;
  }
  ul.inner-detail li span {
    font-size: 29px;
  }
  .advice {
    display: inline-block;
    margin-left: 0px;
    margin-top: 11px;
  }
  ul.inner-detail li {
    margin-bottom: 19px;
  }
  section.contct-sec-two {
    padding: 9px 0px 20px;
  }
  section.package-sec-02.hding-2 p {
    font-size: 13px;
    line-height: 22px;
  }
  .rating {
    display: flex;
    margin: auto;
    display: block;
  }
  section.beniftSec.hding-2.hding-3.pad-sec {
    text-align: center;
  }
  .benifitBox h3 {
    width: 147px;
    padding: 10px 0px;
  }
  .stepsBox:before {
    top: 9px;
    background-size: 51%;
  }
  ul.portfolioList {
    text-align: center;
  }
  .column-2 {
    column-count: 1;
  }
  footer-menu-link {
    padding: 15px;
    background: #1f1f27;
    color: aliceblue;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .footer-menu-link i {
    float: right;
  }
  .footer-menu-link.open i:before {
    content: "\f00d";
    font-weight: 100;
    transition: 0.4s;
  }
  .footer-menu-link {
    padding: 15px;
    background: #1f1f27;
    color: aliceblue;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .footer-menu-link {
    display: block;
  }
  .footer-menu {
    height: 0px;
    overflow: hidden;
    transition: 0.5s;
  }
  .footer-menu.open {
    height: 160vh;
  }
  .footer-menu-link {
    padding: 15px;
    background: #1f1f27;
    color: aliceblue;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
  }
  .footer-menu-link i {
    float: right;
  }
  .footer-menu-link.open i:before {
    content: "\f00d";
    font-weight: 100;
    transition: 0.4s;
  }
  .fld,
  .fld-btn {
    width: 100%;
  }
  .w-100 {
    width: initial !important;
    transform: scaleX(-1);
  }
  .readySec .btn-grp {
    margin: 20px 0;
  }
  .t-content h6 > span > a {
    display: block;
  }
  .t-content h6 > span {
    font-size: 12px;
  }
  [data-aos^="fade"][data-aos^="fade"] {
    opacity: 1;
  }
  [data-aos="fade-up"],
  [data-aos="fade-right"] {
    transform: initial;
  }
  .pkgBox {
    width: 100%;
  }
  .mainBanner {
    height: auto;
  }
  .brand-logo {
    display: block;
  }

  .banner-left {
    position: initial;
    width: initial;
  }
  .mainBanner {
    margin-top: initial;
    margin-bottom: 48px;
  }
  .banner-row {
    padding-top: 30px;
  }

  .portfolio-tab a {
    justify-content: center;
  }
  .portfolio-tab li {
    width: 95%;
  }
}
