@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body,html{
  font-family: 'Cormorant', serif !important;
}

.poppins{
  font-family: 'Poppins', sans-serif !important;
}

body {
  overflow-x: hidden !important;
  position: relative;
  color: #404b67;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cormorant', serif !important;
  font-weight: 700;
  line-height: 1.3;
}

.btn,
.btn:focus,
button,
button:focus {
  outline: none !important;
}

a {
  text-decoration: none !important;
  outline: none;
}

p {
  font-size: 17px;
  line-height: 26px;
}

.row > * {
  position: relative;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
}

.bg-lightan {
  background: linear-gradient(to bottom, #ffffff 50%, rgba(30, 87, 199, 0.08) 100%);
}

.home-center {
  display: table;
  width: 100%;
  height: 100%;
}

.home-desc-center {
  display: table-cell;
  vertical-align: middle;
}

.bg-gradient {
  background: linear-gradient(to right, #1e57c7, #229bee);
}

.bg-overlay {
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.bg-overlay-black {
  background-color: #242527;
  opacity: 0.8;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.title-box .title-sub-title {
  background: rgba(30, 87, 199, 0.1);
  padding: 7px 22px;
  border-radius: 5px;
  font-size: 14px;
  display: inline-block;
}
.title-box .title-heading {
  max-width: 450px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  font-size: 57px;
  line-height: 69px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #B99C39;
}

.title-box .process-heading {
  max-width: 450px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  font-size: 57px;
  line-height: 69px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #B99C39;
  position: relative;
  bottom: 25px;
}

.btn-rounded {
  border-radius: 30px;
}

.box-shadow {
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}

hr {
  border-top: 1px solid #808eb1;
  margin: 0;
}

.f-10 {
  font-size: 10px;
}

.f-12 {
  font-size: 12px;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-15 {
  font-size: 15px;
}

.f-16 {
  font-size: 16px;
}

.f-18 {
  font-size: 18px;
}

.f-19 {
  font-size: 19px;
}

.f-20 {
  font-size: 20px;
}

.line-height_1_4 {
  line-height: 1.4;
}

.line-height_1_6 {
  line-height: 1.6;
}

.line-height_1_8 {
  line-height: 1.8;
}

.fw-normal {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 600 !important;
}

.icon-size-15 {
  height: 15px;
  width: 15px;
}
.icon-size-15 svg {
  height: 15px !important;
  width: 15px !important;
}

.icon-sm {
  height: 18px;
  width: 18px;
}
.icon-sm svg {
  height: 18px !important;
  width: 18px !important;
}

.icon-xs {
  height: 20px;
  width: 20px;
}
.icon-xs svg {
  height: 20px !important;
  width: 20px !important;
}

.icon-md {
  height: 25px;
  width: 25px;
}
.icon-md svg {
  height: 25px !important;
  width: 25px !important;
}

.icon-lg {
  height: 30px;
  width: 30px;
}
.icon-lg svg {
  height: 30px !important;
  width: 30px !important;
}

.icon-xl {
  height: 35px;
  width: 35px;
}
.icon-xl svg {
  height: 35px !important;
  width: 35px !important;
}

.icon-xxl {
  height: 40px;
  width: 40px;
}
.icon-xxl svg {
  height: 40px !important;
  width: 40px !important;
}

.icon-xxxl {
  height: 60px;
  width: 60px;
}
.icon-xxxl svg {
  height: 60px !important;
  width: 60px !important;
}

.uim-icon-primary .uim-svg {
  fill: #1e57c7 !important;
}

.icon-fill-primary {
  fill: rgba(30, 87, 199, 0.15);
}

.uim-icon-success .uim-svg {
  fill: #0fdf89 !important;
}

.icon-fill-success {
  fill: rgba(15, 223, 137, 0.15);
}

.uim-icon-info .uim-svg {
  fill: #229bee !important;
}

.icon-fill-info {
  fill: rgba(34, 155, 238, 0.15);
}

.uim-icon-warning .uim-svg {
  fill: #f6cb42 !important;
}

.icon-fill-warning {
  fill: rgba(246, 203, 66, 0.15);
}

.uim-icon-danger .uim-svg {
  fill: #fb3e3e !important;
}

.icon-fill-danger {
  fill: rgba(251, 62, 62, 0.15);
}

.uim-icon-orange .uim-svg {
  fill: #f09105 !important;
}

.icon-fill-orange {
  fill: rgba(240, 145, 5, 0.15);
}

.uim-icon-dark .uim-svg {
  fill: #404b67 !important;
}

.icon-fill-dark {
  fill: rgba(64, 75, 103, 0.15);
}

.uim-icon-cyan .uim-svg {
  fill: #00e6e6 !important;
}

.icon-fill-cyan {
  fill: rgba(0, 230, 230, 0.15);
}

.uim-icon-blue .uim-svg {
  fill: #2762da !important;
}

.icon-fill-blue {
  fill: rgba(39, 98, 218, 0.15);
}

.uim-icon-muted .uim-svg {
  fill: #808eb1 !important;
}

.icon-fill-muted {
  fill: rgba(128, 142, 177, 0.15);
}

.uim-icon-purple .uim-svg {
  fill: #704fff !important;
}

.icon-fill-purple {
  fill: rgba(112, 79, 255, 0.15);
}

.uim-icon-pink .uim-svg {
  fill: #f85f89 !important;
}

.icon-fill-pink {
  fill: rgba(248, 95, 137, 0.15);
}

.uim-icon-white .uim-svg {
  fill: #ffffff !important;
}

.icon-fill-white {
  fill: rgba(255, 255, 255, 0.15);
}

.uim-icon-light .uim-svg {
  fill: #f8fafd !important;
}

.icon-fill-light {
  fill: rgba(248, 250, 253, 0.15);
}

.icon {
  position: relative;
  top: -2px;
}

.btn {
  padding: 10px 20px;
  font-size: 15px;
  letter-spacing: 0.5px;
  transition: all 0.5s;
}
.btn:focus {
  box-shadow: none;
}
.btn:hover {
  transform: translateY(-5px);
}
.btn:hover:before {
  opacity: 1;
}

.btn-sm {
  padding: 8px 12px;
  font-size: 12px;
}

.shadow {
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06) !important;
}

.bg-primary {
  background-color: #1e57c7 !important;
}

.bg-soft-primary {
  background-color: rgba(30, 87, 199, 0.1) !important;
}

.text-primary {
  color: #1e57c7 !important;
}

.border-primary {
  color: #1e57c7 !important;
}

.icon-dual-primary {
  color: #1e57c7;
  fill: rgba(30, 87, 199, 0.2);
}

.btn-soft-primary {
  background-color: rgba(30, 87, 199, 0.25) !important;
  color: #1e57c7 !important;
}
.btn-soft-primary:hover, .btn-soft-primary:focus, .btn-soft-primary:active, .btn-soft-primary.active, .btn-soft-primary.focus, .btn-soft-primary:not(:disabled):not(.disabled):active, .btn-soft-primary:not(:disabled):not(.disabled):active:focus,
.btn-soft-primary .open > .dropdown-toggle.btn-primary {
  background: #1b4fb5;
}

.btn-primary {
  background: #1e57c7;
  border-color: #1e57c7 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open > .dropdown-toggle.btn-primary {
  background: #1b4fb5;
  border-color: #1b4fb5;
  box-shadow: 0px 8px 20px -6px rgba(30, 87, 199, 0.6);
}

.btn-outline-primary {
  color: #1e57c7;
  border-color: #1e57c7;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.focus, .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open > .dropdown-toggle.btn-primary {
  background: #1e57c7;
  border-color: #1e57c7;
  box-shadow: 0px 8px 20px -6px rgba(30, 87, 199, 0.6);
}

.bg-success {
  background-color: #0fdf89 !important;
}

.bg-soft-success {
  background-color: rgba(15, 223, 137, 0.1) !important;
}

.text-success {
  color: #0fdf89 !important;
}

.border-success {
  color: #0fdf89 !important;
}

.icon-dual-success {
  color: #0fdf89;
  fill: rgba(15, 223, 137, 0.2);
}

.btn-soft-success {
  background-color: rgba(15, 223, 137, 0.25) !important;
  color: #0fdf89 !important;
}
.btn-soft-success:hover, .btn-soft-success:focus, .btn-soft-success:active, .btn-soft-success.active, .btn-soft-success.focus, .btn-soft-success:not(:disabled):not(.disabled):active, .btn-soft-success:not(:disabled):not(.disabled):active:focus,
.btn-soft-success .open > .dropdown-toggle.btn-primary {
  background: #0ecc7d;
}

.btn-success {
  background: #0fdf89;
  border-color: #0fdf89 !important;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open > .dropdown-toggle.btn-primary {
  background: #0ecc7d;
  border-color: #0ecc7d;
  box-shadow: 0px 8px 20px -6px rgba(15, 223, 137, 0.6);
}

.btn-outline-success {
  color: #0fdf89;
  border-color: #0fdf89;
}
.btn-outline-success:hover, .btn-outline-success:focus, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.focus, .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open > .dropdown-toggle.btn-primary {
  background: #0fdf89;
  border-color: #0fdf89;
  box-shadow: 0px 8px 20px -6px rgba(15, 223, 137, 0.6);
}

.bg-info {
  background-color: #229bee !important;
}

.bg-soft-info {
  background-color: rgba(34, 155, 238, 0.1) !important;
}

.text-info {
  color: #229bee !important;
}

.border-info {
  color: #229bee !important;
}

.icon-dual-info {
  color: #229bee;
  fill: rgba(34, 155, 238, 0.2);
}

.btn-soft-info {
  background-color: rgba(34, 155, 238, 0.25) !important;
  color: #229bee !important;
}
.btn-soft-info:hover, .btn-soft-info:focus, .btn-soft-info:active, .btn-soft-info.active, .btn-soft-info.focus, .btn-soft-info:not(:disabled):not(.disabled):active, .btn-soft-info:not(:disabled):not(.disabled):active:focus,
.btn-soft-info .open > .dropdown-toggle.btn-primary {
  background: #1292ea;
}

.btn-info {
  background: #229bee;
  border-color: #229bee !important;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open > .dropdown-toggle.btn-primary {
  background: #1292ea;
  border-color: #1292ea;
  box-shadow: 0px 8px 20px -6px rgba(34, 155, 238, 0.6);
}

.btn-outline-info {
  color: #229bee;
  border-color: #229bee;
}
.btn-outline-info:hover, .btn-outline-info:focus, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.focus, .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open > .dropdown-toggle.btn-primary {
  background: #229bee;
  border-color: #229bee;
  box-shadow: 0px 8px 20px -6px rgba(34, 155, 238, 0.6);
}

.bg-warning {
  background-color: #f6cb42 !important;
}

.bg-soft-warning {
  background-color: rgba(246, 203, 66, 0.1) !important;
}

.text-warning {
  color: #f6cb42 !important;
}

.border-warning {
  color: #f6cb42 !important;
}

.icon-dual-warning {
  color: #f6cb42;
  fill: rgba(246, 203, 66, 0.2);
}

.btn-soft-warning {
  background-color: rgba(246, 203, 66, 0.25) !important;
  color: #f6cb42 !important;
}
.btn-soft-warning:hover, .btn-soft-warning:focus, .btn-soft-warning:active, .btn-soft-warning.active, .btn-soft-warning.focus, .btn-soft-warning:not(:disabled):not(.disabled):active, .btn-soft-warning:not(:disabled):not(.disabled):active:focus,
.btn-soft-warning .open > .dropdown-toggle.btn-primary {
  background: #f5c62f;
}

.btn-warning {
  background: #f6cb42;
  border-color: #f6cb42 !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open > .dropdown-toggle.btn-primary {
  background: #f5c62f;
  border-color: #f5c62f;
  box-shadow: 0px 8px 20px -6px rgba(246, 203, 66, 0.6);
}

.btn-outline-warning {
  color: #f6cb42;
  border-color: #f6cb42;
}
.btn-outline-warning:hover, .btn-outline-warning:focus, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.focus, .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open > .dropdown-toggle.btn-primary {
  background: #f6cb42;
  border-color: #f6cb42;
  box-shadow: 0px 8px 20px -6px rgba(246, 203, 66, 0.6);
}

.bg-danger {
  background-color: #fb3e3e !important;
}

.bg-soft-danger {
  background-color: rgba(251, 62, 62, 0.1) !important;
}

.text-danger {
  color: #fb3e3e !important;
}

.border-danger {
  color: #fb3e3e !important;
}

.icon-dual-danger {
  color: #fb3e3e;
  fill: rgba(251, 62, 62, 0.2);
}

.btn-soft-danger {
  background-color: rgba(251, 62, 62, 0.25) !important;
  color: #fb3e3e !important;
}
.btn-soft-danger:hover, .btn-soft-danger:focus, .btn-soft-danger:active, .btn-soft-danger.active, .btn-soft-danger.focus, .btn-soft-danger:not(:disabled):not(.disabled):active, .btn-soft-danger:not(:disabled):not(.disabled):active:focus,
.btn-soft-danger .open > .dropdown-toggle.btn-primary {
  background: #fb2a2a;
}

.btn-danger {
  background: #fb3e3e;
  border-color: #fb3e3e !important;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open > .dropdown-toggle.btn-primary {
  background: #fb2a2a;
  border-color: #fb2a2a;
  box-shadow: 0px 8px 20px -6px rgba(251, 62, 62, 0.6);
}

.btn-outline-danger {
  color: #fb3e3e;
  border-color: #fb3e3e;
}
.btn-outline-danger:hover, .btn-outline-danger:focus, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.focus, .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open > .dropdown-toggle.btn-primary {
  background: #fb3e3e;
  border-color: #fb3e3e;
  box-shadow: 0px 8px 20px -6px rgba(251, 62, 62, 0.6);
}

.bg-orange {
  background-color: #f09105 !important;
}

.bg-soft-orange {
  background-color: rgba(240, 145, 5, 0.1) !important;
}

.text-orange {
  color: #f09105 !important;
}

.border-orange {
  color: #f09105 !important;
}

.icon-dual-orange {
  color: #f09105;
  fill: rgba(240, 145, 5, 0.2);
}

.btn-soft-orange {
  background-color: rgba(240, 145, 5, 0.25) !important;
  color: #f09105 !important;
}
.btn-soft-orange:hover, .btn-soft-orange:focus, .btn-soft-orange:active, .btn-soft-orange.active, .btn-soft-orange.focus, .btn-soft-orange:not(:disabled):not(.disabled):active, .btn-soft-orange:not(:disabled):not(.disabled):active:focus,
.btn-soft-orange .open > .dropdown-toggle.btn-primary {
  background: #dc8505;
}

.btn-orange {
  background: #f09105;
  border-color: #f09105 !important;
}
.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .btn-orange.focus, .btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled):active:focus,
.btn-orange .open > .dropdown-toggle.btn-primary {
  background: #dc8505;
  border-color: #dc8505;
  box-shadow: 0px 8px 20px -6px rgba(240, 145, 5, 0.6);
}

.btn-outline-orange {
  color: #f09105;
  border-color: #f09105;
}
.btn-outline-orange:hover, .btn-outline-orange:focus, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.focus, .btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.btn-outline-orange .open > .dropdown-toggle.btn-primary {
  background: #f09105;
  border-color: #f09105;
  box-shadow: 0px 8px 20px -6px rgba(240, 145, 5, 0.6);
}

.bg-dark {
  background-color: #404b67 !important;
}

.bg-soft-dark {
  background-color: rgba(64, 75, 103, 0.1) !important;
}

.text-dark {
  color: #404b67 !important;
}

.border-dark {
  color: #404b67 !important;
}

.icon-dual-dark {
  color: #404b67;
  fill: rgba(64, 75, 103, 0.2);
}

.btn-soft-dark {
  background-color: rgba(64, 75, 103, 0.25) !important;
  color: #404b67 !important;
}
.btn-soft-dark:hover, .btn-soft-dark:focus, .btn-soft-dark:active, .btn-soft-dark.active, .btn-soft-dark.focus, .btn-soft-dark:not(:disabled):not(.disabled):active, .btn-soft-dark:not(:disabled):not(.disabled):active:focus,
.btn-soft-dark .open > .dropdown-toggle.btn-primary {
  background: #38425a;
}

.btn-dark {
  background: #404b67;
  border-color: #404b67 !important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .btn-dark.focus, .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open > .dropdown-toggle.btn-primary {
  background: #38425a;
  border-color: #38425a;
  box-shadow: 0px 8px 20px -6px rgba(64, 75, 103, 0.6);
}

.btn-outline-dark {
  color: #404b67;
  border-color: #404b67;
}
.btn-outline-dark:hover, .btn-outline-dark:focus, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.focus, .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open > .dropdown-toggle.btn-primary {
  background: #404b67;
  border-color: #404b67;
  box-shadow: 0px 8px 20px -6px rgba(64, 75, 103, 0.6);
}

.bg-cyan {
  background-color: #00e6e6 !important;
}

.bg-soft-cyan {
  background-color: rgba(0, 230, 230, 0.1) !important;
}

.text-cyan {
  color: #00e6e6 !important;
}

.border-cyan {
  color: #00e6e6 !important;
}

.icon-dual-cyan {
  color: #00e6e6;
  fill: rgba(0, 230, 230, 0.2);
}

.btn-soft-cyan {
  background-color: rgba(0, 230, 230, 0.25) !important;
  color: #00e6e6 !important;
}
.btn-soft-cyan:hover, .btn-soft-cyan:focus, .btn-soft-cyan:active, .btn-soft-cyan.active, .btn-soft-cyan.focus, .btn-soft-cyan:not(:disabled):not(.disabled):active, .btn-soft-cyan:not(:disabled):not(.disabled):active:focus,
.btn-soft-cyan .open > .dropdown-toggle.btn-primary {
  background: #00d2d2;
}

.btn-cyan {
  background: #00e6e6;
  border-color: #00e6e6 !important;
}
.btn-cyan:hover, .btn-cyan:focus, .btn-cyan:active, .btn-cyan.active, .btn-cyan.focus, .btn-cyan:not(:disabled):not(.disabled):active, .btn-cyan:not(:disabled):not(.disabled):active:focus,
.btn-cyan .open > .dropdown-toggle.btn-primary {
  background: #00d2d2;
  border-color: #00d2d2;
  box-shadow: 0px 8px 20px -6px rgba(0, 230, 230, 0.6);
}

.btn-outline-cyan {
  color: #00e6e6;
  border-color: #00e6e6;
}
.btn-outline-cyan:hover, .btn-outline-cyan:focus, .btn-outline-cyan:active, .btn-outline-cyan.active, .btn-outline-cyan.focus, .btn-outline-cyan:not(:disabled):not(.disabled):active, .btn-outline-cyan:not(:disabled):not(.disabled):active:focus,
.btn-outline-cyan .open > .dropdown-toggle.btn-primary {
  background: #00e6e6;
  border-color: #00e6e6;
  box-shadow: 0px 8px 20px -6px rgba(0, 230, 230, 0.6);
}

.bg-blue {
  background-color: #2762da !important;
}

.bg-soft-blue {
  background-color: rgba(39, 98, 218, 0.1) !important;
}

.text-blue {
  color: #2762da !important;
}

.border-blue {
  color: #2762da !important;
}

.icon-dual-blue {
  color: #2762da;
  fill: rgba(39, 98, 218, 0.2);
}

.btn-soft-blue {
  background-color: rgba(39, 98, 218, 0.25) !important;
  color: #2762da !important;
}
.btn-soft-blue:hover, .btn-soft-blue:focus, .btn-soft-blue:active, .btn-soft-blue.active, .btn-soft-blue.focus, .btn-soft-blue:not(:disabled):not(.disabled):active, .btn-soft-blue:not(:disabled):not(.disabled):active:focus,
.btn-soft-blue .open > .dropdown-toggle.btn-primary {
  background: #235aca;
}

.btn-blue {
  background: #2762da;
  border-color: #2762da !important;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active, .btn-blue.active, .btn-blue.focus, .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled):active:focus,
.btn-blue .open > .dropdown-toggle.btn-primary {
  background: #235aca;
  border-color: #235aca;
  box-shadow: 0px 8px 20px -6px rgba(39, 98, 218, 0.6);
}

.btn-outline-blue {
  color: #2762da;
  border-color: #2762da;
}
.btn-outline-blue:hover, .btn-outline-blue:focus, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.focus, .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.btn-outline-blue .open > .dropdown-toggle.btn-primary {
  background: #2762da;
  border-color: #2762da;
  box-shadow: 0px 8px 20px -6px rgba(39, 98, 218, 0.6);
}

.bg-muted {
  background-color: #808eb1 !important;
}

.bg-soft-muted {
  background-color: rgba(128, 142, 177, 0.1) !important;
}

.text-muted {
  color: #808eb1 !important;
}

.border-muted {
  color: #808eb1 !important;
}

.icon-dual-muted {
  color: #808eb1;
  fill: rgba(128, 142, 177, 0.2);
}

.btn-soft-muted {
  background-color: rgba(128, 142, 177, 0.25) !important;
  color: #808eb1 !important;
}
.btn-soft-muted:hover, .btn-soft-muted:focus, .btn-soft-muted:active, .btn-soft-muted.active, .btn-soft-muted.focus, .btn-soft-muted:not(:disabled):not(.disabled):active, .btn-soft-muted:not(:disabled):not(.disabled):active:focus,
.btn-soft-muted .open > .dropdown-toggle.btn-primary {
  background: #7383a9;
}

.btn-muted {
  background: #808eb1;
  border-color: #808eb1 !important;
}
.btn-muted:hover, .btn-muted:focus, .btn-muted:active, .btn-muted.active, .btn-muted.focus, .btn-muted:not(:disabled):not(.disabled):active, .btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open > .dropdown-toggle.btn-primary {
  background: #7383a9;
  border-color: #7383a9;
  box-shadow: 0px 8px 20px -6px rgba(128, 142, 177, 0.6);
}

.btn-outline-muted {
  color: #808eb1;
  border-color: #808eb1;
}
.btn-outline-muted:hover, .btn-outline-muted:focus, .btn-outline-muted:active, .btn-outline-muted.active, .btn-outline-muted.focus, .btn-outline-muted:not(:disabled):not(.disabled):active, .btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open > .dropdown-toggle.btn-primary {
  background: #808eb1;
  border-color: #808eb1;
  box-shadow: 0px 8px 20px -6px rgba(128, 142, 177, 0.6);
}

.bg-purple {
  background-color: #704fff !important;
}

.bg-soft-purple {
  background-color: rgba(112, 79, 255, 0.1) !important;
}

.text-purple {
  color: #704fff !important;
}

.border-purple {
  color: #704fff !important;
}

.icon-dual-purple {
  color: #704fff;
  fill: rgba(112, 79, 255, 0.2);
}

.btn-soft-purple {
  background-color: rgba(112, 79, 255, 0.25) !important;
  color: #704fff !important;
}
.btn-soft-purple:hover, .btn-soft-purple:focus, .btn-soft-purple:active, .btn-soft-purple.active, .btn-soft-purple.focus, .btn-soft-purple:not(:disabled):not(.disabled):active, .btn-soft-purple:not(:disabled):not(.disabled):active:focus,
.btn-soft-purple .open > .dropdown-toggle.btn-primary {
  background: #5f3bff;
}

.btn-purple {
  background: #704fff;
  border-color: #704fff !important;
}
.btn-purple:hover, .btn-purple:focus, .btn-purple:active, .btn-purple.active, .btn-purple.focus, .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled):active:focus,
.btn-purple .open > .dropdown-toggle.btn-primary {
  background: #5f3bff;
  border-color: #5f3bff;
  box-shadow: 0px 8px 20px -6px rgba(112, 79, 255, 0.6);
}

.btn-outline-purple {
  color: #704fff;
  border-color: #704fff;
}
.btn-outline-purple:hover, .btn-outline-purple:focus, .btn-outline-purple:active, .btn-outline-purple.active, .btn-outline-purple.focus, .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled):active:focus,
.btn-outline-purple .open > .dropdown-toggle.btn-primary {
  background: #704fff;
  border-color: #704fff;
  box-shadow: 0px 8px 20px -6px rgba(112, 79, 255, 0.6);
}

.bg-pink {
  background-color: #f85f89 !important;
}

.bg-soft-pink {
  background-color: rgba(248, 95, 137, 0.1) !important;
}

.text-pink {
  color: #f85f89 !important;
}

.border-pink {
  color: #f85f89 !important;
}

.icon-dual-pink {
  color: #f85f89;
  fill: rgba(248, 95, 137, 0.2);
}

.btn-soft-pink {
  background-color: rgba(248, 95, 137, 0.25) !important;
  color: #f85f89 !important;
}
.btn-soft-pink:hover, .btn-soft-pink:focus, .btn-soft-pink:active, .btn-soft-pink.active, .btn-soft-pink.focus, .btn-soft-pink:not(:disabled):not(.disabled):active, .btn-soft-pink:not(:disabled):not(.disabled):active:focus,
.btn-soft-pink .open > .dropdown-toggle.btn-primary {
  background: #f74b7b;
}

.btn-pink {
  background: #f85f89;
  border-color: #f85f89 !important;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .btn-pink.focus, .btn-pink:not(:disabled):not(.disabled):active, .btn-pink:not(:disabled):not(.disabled):active:focus,
.btn-pink .open > .dropdown-toggle.btn-primary {
  background: #f74b7b;
  border-color: #f74b7b;
  box-shadow: 0px 8px 20px -6px rgba(248, 95, 137, 0.6);
}

.btn-outline-pink {
  color: #f85f89;
  border-color: #f85f89;
}
.btn-outline-pink:hover, .btn-outline-pink:focus, .btn-outline-pink:active, .btn-outline-pink.active, .btn-outline-pink.focus, .btn-outline-pink:not(:disabled):not(.disabled):active, .btn-outline-pink:not(:disabled):not(.disabled):active:focus,
.btn-outline-pink .open > .dropdown-toggle.btn-primary {
  background: #f85f89;
  border-color: #f85f89;
  box-shadow: 0px 8px 20px -6px rgba(248, 95, 137, 0.6);
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-soft-white {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.text-white {
  color: #ffffff !important;
}

.border-white {
  color: #ffffff !important;
}

.icon-dual-white {
  color: #ffffff;
  fill: rgba(255, 255, 255, 0.2);
}

.btn-soft-white {
  background-color: rgba(255, 255, 255, 0.25) !important;
  color: #ffffff !important;
}
.btn-soft-white:hover, .btn-soft-white:focus, .btn-soft-white:active, .btn-soft-white.active, .btn-soft-white.focus, .btn-soft-white:not(:disabled):not(.disabled):active, .btn-soft-white:not(:disabled):not(.disabled):active:focus,
.btn-soft-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
}

.btn-white {
  background: #ffffff;
  border-color: #ffffff !important;
}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active, .btn-white.focus, .btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open > .dropdown-toggle.btn-primary {
  background: whitesmoke;
  border-color: whitesmoke;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover, .btn-outline-white:focus, .btn-outline-white:active, .btn-outline-white.active, .btn-outline-white.focus, .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open > .dropdown-toggle.btn-primary {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, 0.6);
}

.bg-light {
  background-color: #f8fafd !important;
}

.bg-soft-light {
  background-color: rgba(248, 250, 253, 0.1) !important;
}

.text-light {
  color: #f8fafd !important;
}

.border-light {
  color: #f8fafd !important;
}

.icon-dual-light {
  color: #f8fafd;
  fill: rgba(248, 250, 253, 0.2);
}

.btn-soft-light {
  background-color: rgba(248, 250, 253, 0.25) !important;
  color: #f8fafd !important;
}
.btn-soft-light:hover, .btn-soft-light:focus, .btn-soft-light:active, .btn-soft-light.active, .btn-soft-light.focus, .btn-soft-light:not(:disabled):not(.disabled):active, .btn-soft-light:not(:disabled):not(.disabled):active:focus,
.btn-soft-light .open > .dropdown-toggle.btn-primary {
  background: #e8eff8;
}

.btn-light {
  background: #f8fafd;
  border-color: #f8fafd !important;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.focus, .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open > .dropdown-toggle.btn-primary {
  background: #e8eff8;
  border-color: #e8eff8;
  box-shadow: 0px 8px 20px -6px rgba(248, 250, 253, 0.6);
}

.btn-outline-light {
  color: #f8fafd;
  border-color: #f8fafd;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.focus, .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open > .dropdown-toggle.btn-primary {
  background: #f8fafd;
  border-color: #f8fafd;
  box-shadow: 0px 8px 20px -6px rgba(248, 250, 253, 0.6);
}

.navbar-custom {
  padding: 15px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  transition: all 0.5s ease-in-out;
}
.navbar-custom .navbar-nav li a {
  line-height: 2px !important ;
  color: #ffffff;
  font-size: 16px;
  text-transform: capitalize;
  transition: all 0.5s;
  background-color: transparent !important;
  padding: 15px 0;
  margin: 0 10px;
  font-weight: 500;
}
.navbar-custom .nav-social a {
  background: rgba(255, 255, 255, 0.1);
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s;
}
.navbar-custom .nav-social a i {
  font-size: 16px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.6) !important;
}
.navbar-custom .nav-social a i:hover {
  color: #ffffff !important;
}

.sticky-wrapper {
  position: absolute;
  width: 100%;
}

.navbar-toggler {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #404b67;
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
  color: #ffffff;
}

.navbar-toggle {
  font-size: 24px;
  margin-top: 5px;
  margin-bottom: 0px;
  color: #ffffff;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border-color: #337ab7;
}

.navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  font-size: 18px;
  background: 0 0;
  border: 1px solid transparent;
  color: #ffffff;
  outline: 0;
}
.navbar-custom .navbar-toggles-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
}

.menu-toggle {
  padding: 4.5px 10px !important;
}

.menu-toggle span {
  line-height: 27px;
}

.navbar-button {
  margin-left: 20px;
}

.logo .logo-light {
  display: inline-block;
}

.logo .logo-dark {
  display: none;
}

.is-sticky .logo .logo-dark {
  display: inline-block;
}

.is-sticky .logo .logo-light {
  display: none;
}

/*---Navbar-White--*/
.navbar-custom.navbar-white .navbar-nav li a,
.navbar-custom.navbar-white .navbar-brand,
.navbar-white .navbar-toggle {
  color: #404b67 !important;
}

.navbar-custom.navbar-white .navbar-nav li.active a,
.navbar-custom.navbar-white .navbar-nav li a:hover,
.navbar-custom.navbar-white .navbar-nav li a:focus,
.navbar-custom.navbar-white .navbar-nav li a:active {
  color: #1e57c7 !important;
}

.navbar-white .nav-social a {
  background: rgba(30, 87, 199, 0.1);
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  transition: all 0.5s;
}
.navbar-white .nav-social a i {
  font-size: 16px;
  line-height: 36px;
  color: #404b67 !important;
}
.navbar-white .nav-social a i:hover {
  color: #1e57c7 !important;
}

/*---NAVBAR STICKY--*/
.is-sticky.navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, 0.08);
}
.is-sticky.navbar-custom.sticky-dark {
  background-color: #404b67;
}
.is-sticky .navbar-nav li a {
  color: #404b67 !important;
}
.is-sticky .nav-social a {
  background: rgba(30, 87, 199, 0.1);
}
.is-sticky .nav-social a i {
  color: #404b67 !important;
}
.is-sticky .nav-social a i:hover {
  color: #1e57c7 !important;
}

.is-sticky .navbar-custom .navbar-nav li.active a,
.is-sticky .navbar-custom .navbar-nav li a:hover,
.is-sticky .navbar-custom .navbar-nav li a:active {
  color: #1e57c7 !important;
}

.is-sticky .navbar-custom .navbar-toggles {
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  outline: 0;
}

.is-sticky .navbar-nav {
  margin-top: 0px;
}

.is-sticky .navbar-custom {
  margin-top: 0px;
  padding: 10px 0px;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.035);
}

.bg-home {
  padding: 220px 0px 250px 0px;
}

.home-overlay {
  background-image: url(../images/bg-1.png);
  opacity: 0.7;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
}

.home-heading-title {
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
  background: #ffffff;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 5px;
}

.home-title {
  max-width: 600px;
  margin: 0 auto;
  font-style: normal;
  font-weight: 500;
  font-size: 45px;
  line-height: 50px;
  letter-spacing: -0.015em;
  color: #FFFFFF;
  text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.56);
}

.home-desc {
  max-width: 600px;
  margin: auto;
}

.form-select {
  color: #676f86 !important;
}

.home-form {
  background: #ffffff;
  padding: 20px 21px;
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}
.home-form .form-control {
  border: 1px solid #dfe9f1;
  height: 54px !important;
  font-size: 15px;
  border-radius: 0.25rem;
}
.home-form .form-control ::placeholder {
  color: #676f86;
}
.home-form .form-control:focus {
  border-color: #e4eef7;
}
.home-form .home-button .btn {
  padding-top: 15px;
  padding-bottom: 15px;
}

.search-form input {
  padding: 14px 20px;
  width: 100%;
  font-size: 17px;
  color: #808eb1 !important;
  border: none;
  outline: none !important;
  padding-right: 160px;
  padding-left: 30px;
  background-color: #ffffff;
  border-radius: 30px;
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}
.search-form button {
  position: absolute;
  top: 6px;
  right: 7px;
  outline: none !important;
  font-size: 15px;
  padding: 9px 30px;
}
.search-form form {
  position: relative;
  max-width: 600px;
  margin: 0px auto;
}

.bg-home-2 {
  background-image: url(../images/overlay-5.png);
  padding: 220px 0px 220px 0px;
  background-position: center;
}

.bg-home-3 {
  background-image: url(../images/overlay-6.html);
  padding: 150px 0px 0px 0px;
}

.home-img-3 img {
  position: relative;
  top: 100px;
}

.bg-home-4 {
  position: relative;
  background-image: url(../images/bg-1.jpg);
  background-position: center;
  padding: 16px 0px 0px 0px;
}

.play-btn {
  background-color: #1e57c7;
  color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-size: 22px;
  line-height: 45px;
  text-align: center;
}

.play-shadow {
  vertical-align: middle;
}

.play-shadow {
  border-radius: 50%;
  border: 1px solid transparent;
  width: 82px;
  height: 82px;
  margin: 20px auto 0px auto;
}

.home-modal {
  border: 0;
  background-color: transparent;
}
.home-modal .btn-close {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  position: relative;
  top: 70px;
  z-index: 3;
}
.home-modal .btn-close:hover, .home-modal .btn-close:focus {
  opacity: 0.5;
}
.home-modal video:focus {
  outline: none;
}

.video-box {
  width: 100%;
}

.bg-home-5 {
  background-image: url(../images/bg-2.jpg);
  background-position: center;
  height: 100vh;
  position: relative;
  display: flex;
}

.slidero {
  position: relative;
  z-index: 1;
}

.home-registration-form {
  padding: 40px 35px;
  border-radius: 3px;
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}
.home-registration-form .registration-form label {
  font-size: 15px;
}

.registration-form .registration-input-box {
  border: none;
  border-radius: 0px;
  color: #808eb1;
  border-bottom: 1px solid #c5c5c5;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}
.registration-form .registration-input-box:focus {
  border-color: #1e57c7;
}

.service-box {
  padding: 36px 25px;
  border-radius: 10px;
  background-color: #ffffff;
  position: relative;
  transition: all 0.5s;
}
.service-box .service-border {
  width: 3px;
  height: 15px;
  border: 1px solid rgba(128, 142, 177, 0.4);
}
.service-box .service-icon {
  width: 66px;
  height: 66px;
  line-height: 56px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid rgba(30, 87, 199, 0.3);
}
.service-box .service-icon .uim-svg {
  fill: #808eb1;
}
.service-box .read-more {
  position: relative;
}
.service-box .read-more .arrow {
  position: relative;
  margin-left: 0px;
  font-size: 40px;
  transition: all 0.5s;
}
.service-box .read-more:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(30, 87, 199, 0.1);
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 12px;
}
.service-box:hover {
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}
.service-box:hover .service-border {
  background: #1e57c7;
  border: 1px solid rgba(30, 87, 199, 0.4);
}
.service-box:hover .service-icon {
  background: rgba(30, 87, 199, 0.1);
  border-color: rgba(30, 87, 199, 0.3);
}
.service-box:hover .service-icon .uim-svg {
  fill: #1e57c7;
}
.service-box:hover .arrow {
  position: relative;
  margin-left: 40px;
}

.service-box.active {
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}
.service-box.active .service-border {
  background-color: #1e57c7;
  border: 1px solid rgba(30, 87, 199, 0.4);
}
.service-box.active .service-icon {
  background: rgba(30, 87, 199, 0.1);
  border-color: rgba(30, 87, 199, 0.3);
}
.service-box.active .service-icon .uim-svg {
  fill: #1e57c7;
}
.service-box.active .arrow {
  margin-left: 40px;
}

.read-more {
  position: relative;
}
.read-more:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(30, 87, 199, 0.1);
  left: 0;
  top: 12px;
}
.read-more .arrow {
  position: relative;
  margin-left: 0px;
  font-size: 40px;
  transition: all 0.5s;
}
.read-more:hover .arrow {
  position: relative;
  margin-left: 20px;
}

.features-1 {
  position: relative;
}
.features-1 img {
  position: relative;
  margin-left: -130%;
}

.features-icon {
  width: 60px;
  height: 60px;
  line-height: 52px;
  text-align: center;
  border-radius: 5px;
  border: 2px solid rgba(30, 87, 199, 0.3);
  background: rgba(30, 87, 199, 0.1);
}
.features-icon .uim-svg {
  fill: #808eb1;
}

.client-title-main {
  font-size: 160px;
  color: rgba(30, 87, 199, 0.03);
  position: absolute;
  left: 0px;
  right: 0;
  margin-top: 70px;
}

.testi-box {
  max-width: 850px;
  margin: 0 auto;
}

.carousel-control-prev,
.carousel-control-next {
  background: transparent;
  border: none;
  width: 5%;
}

.carousel-indicators {
  margin-right: 0%;
  margin-left: 0%;
  position: relative;
}
.carousel-indicators a {
  width: 280px;
  height: 110px;
  margin-right: 10px;
  margin-left: 10px;
  cursor: pointer;
  overflow: hidden;
  border: none;
  background: transparent;
  opacity: 0.3;
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-indicators .testi-img {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.carousel-indicators .active {
  opacity: 1;
  border-top: 3px solid #1e57c7;
  z-index: 3;
  opacity: 1 !important;
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}

.client-title {
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
}

.client-icon i {
  font-size: 50px;
  color: #1e57c7;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #1e57c7;
  background-size: 100% 40%;
  border-radius: 50%;
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 1;
}

.pricing-box {
  position: relative;
  padding: 30px 40px;
  box-shadow: 0px 30px 30px 0px rgba(64, 75, 103, 0.06);
}
.pricing-box .pricing-title {
  font-size: 36px;
}
.pricing-box .pricing-img img {
  height: 110px;
}
.pricing-box .pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
.pricing-box .pricing-badge .badge {
  float: right;
  transform: rotate(45deg);
  right: -60px;
  top: 28px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #1e57c7;
}

.pricing-box.active {
  transform: scale(1.08);
  z-index: 2;
}

.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}
.pricing-badge .badge {
  float: right;
  transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #1e57c7;
}

.nav-tabs > li > a, .nav-pills > li > a {
  color: #404b67;
}

.nav-pills > a {
  color: #404b67;
}

.pricing-tab-border {
  border: 1px solid #e6effe;
  background: #ffffff;
}

.nav-link.active,
.show > .nav-link {
  background-color: #1e57c7 !important;
}

.nav-tabs-custom {
  border-bottom: 2px solid #e6effe;
}
.nav-tabs-custom .nav-item {
  position: relative;
  color: #404b67;
}
.nav-tabs-custom .nav-item .nav-link {
  border: none;
}
.nav-tabs-custom .nav-item .nav-link::after {
  content: "";
  background: #1e57c7;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -1px;
  transition: all 250ms ease 0s;
  transform: scale(0);
}
.nav-tabs-custom .nav-item .nav-link.active {
  color: #1e57c7;
}
.nav-tabs-custom .nav-item .nav-link.active:after {
  transform: scale(1);
}

.bg-contact {
  background-image: url(../images/overlay-3.html);
}

.custom-form .alert-warning {
  padding: 10px;
}

textarea.form-control {
  height: auto !important;
}

.form-control {
  box-shadow: none !important;
  height: 42px;
  padding-left: 20px;
  border: 1px solid #dfe9f1;
  font-size: 16px;
  border-radius: 5px;
}
.form-control:focus {
  border-color: #e4eef7;
}

textarea.form-control {
  height: auto;
  padding-top: 14px;
}

.client-images img {
  opacity: 0.5;
}

.bg-footer {
  /* padding-top: 90px;
  padding-bottom: 70px; */
  padding-top: 50px;
    padding-bottom: 40px;
}

.footer-link a {
  color: #808eb1;
  line-height: 38px;
  font-size: 17px;
  -webkit-transition: all 0.5s;
  background-color: transparent;
  transition: all 0.5s;
}
.footer-link a:hover {
  color: #1e57c7;
}

.footer-social i {
  width: 36px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
  border-radius: 50%;
  text-align: center;
  background: #1e57c7;
  font-size: 15px;
  color: #ffffff;
}

.counter { 
  font-size: 32px;
  font-weight: 700;
  color: #666;
  line-height: 28px
  }

  /* @media change min width 200 to 1024 max-width 1024 to 576  */

@media (min-width: 200px) and (max-width: 1024px) {
  .slider-btn {
    bottom: 52px !important;
}
  .navbar-custom {
    margin-top: 0px;
    padding: 10px 0px !important;
    box-shadow: 0 10px 33px rgba(0, 0, 0, 0.1);
    color: #ffffff !important;
    background: #ffffff;
  }
  .navbar-custom .navbar-nav {
    margin-left: 0px;
  }
  .navbar-custom .navbar-nav li.active {
    border-color: transparent;
  }
  .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    margin: 6px;
    color: #fff !important;
    padding: 6px 0;
  }
  .navbar-custom > .container {
    width: 90%;
  }

  .navbar-white .navbar-toggler {
    color: #404b67 !important;
  }

  .navbar-button {
    margin-top: 15px;
    margin-left: 0px;
  }

  .navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
    color: #1e57c7 !important;
  }

  .navbar-toggler {
    font-size: 24px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }

  .home-title {
    font-size: 32px;
  }

  .carousel-indicators {
    right: 0;
  }

  .logo .logo-light {
    display: none;
  }

  .logo .logo-dark {
    display: inline-block;
  }

  .pricing-box.active {
    transform: none;
  }

  .features-1 img {
    max-width: 100%;
    margin-left: 0;
  }

  .features-2 img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .carousel-indicators button {
    width: 75px;
    height: 75px;
  }

  .btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: .25em .25em;
    color: #000;
    /* background: white url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; */
    background-image: url(../images/cross.png);
    border: 0;
    border-radius: .25rem;
    opacity: .5
}

  /* .collapse:not(.show) {
  display: block;
} */

  .nav-link1 {
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    line-height: 18px !important;
    align-items: center !important;
    letter-spacing: 0.05em !important;
    text-transform: uppercase !important;
    display: block;
    padding: 14px 0rem;
    color: white;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  }

  .nav-social-icon1{
    width: 40px !important;
    height: 40px !important;
    margin-left: 13px;
  }

  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: 1.5px;
  }

  .nav-item a:hover {
    color: #5d4e1d;
}

.map {
  width: auto!important;
  height: auto!important;
  display: block !important;
  margin-left: auto !important;
}

}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}/*# sourceMappingURL=style.css.map */

.nav-link{
  font-style: normal !important;
font-weight: 500 !important;
font-size: 12px !important;
line-height: 18px !important;
align-items: center !important;
letter-spacing: 0.05em !important;
text-transform: uppercase !important;
}

.bg-black{
  background: #000000 !important;
}

.p-5px{
  padding: 5px !important;
  margin: 0 !important;
}

.nav-social-icon{
  width: 36px !important;
  height: 36px !important;
}

.slider-btn-bottom{
  height: 70px;
  background: #fff;
  /* bottom: 0; */
  bottom:-16px;
  position: absolute;
  align-items: center;
  left: 0;
  justify-content: start;
  /* padding-left: 70px !important; */
  padding-left: 200px !important;
}

@media all and (min-width:1101px) and (max-width:1200px){
  .slider-btn-bottom{
    height: 70px;
    background: #fff;
    bottom: 0;
    position: absolute;
    align-items: center;
    left: 0;
    justify-content: start;
    padding-left: 45px !important;
  }

  .center .center{
    scale: 1.5 !important;
    height: 250px !important;
    z-index: 100000 !important;
    top: 0 !important;
    opacity: 1 !important;
  }
  

  .center .center img{
    object-fit: contain !important;
    height: 450px !important;
    width: 100% !important;
  }
  
  .center .owl-item{
    position: relative;
    top: 55px;
    opacity: 0.5;
  }
  
  html .facility-slider .owl-dots .owl-dot span {
    width: 0 !important;
    height: 0 !important;
    margin: 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
  }
  
  .owl-stage{
    height: 400px;
  }
}

@media all and (min-width:1201px) and (max-width:1500px){
  .slider-btn-bottom{
    height: 70px;
    background: #fff;
    /* bottom: 0; */
    position: absolute;
    align-items: center;
    left: 0;
    justify-content: start;
    padding-left: 45px !important;
  }

  .center .center{
    scale: 1.5 !important;
    height: 250px !important;
    z-index: 100000 !important;
    top: 0 !important;
    opacity: 1 !important;
  }
  

  .center .center img{
    object-fit: contain !important;
    height: 450px !important;
    width: 100% !important;
  }
  
  .center .owl-item{
    position: relative;
    top: 55px;
    opacity: 0.5;
  }
  
  html .facility-slider .owl-dots .owl-dot span {
    width: 0 !important;
    height: 0 !important;
    margin: 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
  }
  
  .owl-stage{
    height: 450px;
  }
}

.carousel-item img{
  z-index: 100 !important;
  position: relative;
}

.slider-btn-bottom button{
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  background: #000 !important;
  border: 0 !important;
  margin: 0 6px 0 6px;
  box-shadow: 0 !important;  
}

.slider-btn-bottom .active {
  background: #B99C39 !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  padding: 0 !important;
  border: 0 !important;
  margin: 0 6px 0 6px;
  box-shadow: 0 !important;
}

.slider-btn{
  background: #B99C39;
  mix-blend-mode: normal;
  border-radius: 32px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 250px;
  height: 50px;
  position: absolute;
  bottom: 60px;
  margin-bottom: 30px;
}

.banner-caption{
  height: 400px !important;
  position: relative !important;
}

.logo-icon{
  padding: 1rem;
  width: 280px;
  top: 5px;
  height: 165px;
}
.contact-desc:hover{
  color: #fff;
  
}
.service-title{
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.305em;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0 !important;
}

.service-card{
  height: 360px;
  border: 3px solid #B99C39 !important;
  border-radius: 0 !important;
  position: relative !important;
  width: 100%;
  margin: auto;
  margin-bottom: 36px !important;
}

.service-img{
  width: 250px;
  height: 250px;
}

.service-shape{
  position: absolute;
    width: 42px;
    height: 42px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -22px;
}

.know-more{
  background: #000000;
  border-radius: 35px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.185em;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 250px;
}
.welcome-text{
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 0.005em;
  color: #B99D3C;
  mix-blend-mode: normal;
}
.mt-top{
  margin-top: -100px;
}

.welcome-desc{
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 0.085em;
  color: #000000;
}

.welcome-btn{
  background: #000000;
  border-radius: 35px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.185em;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 300px;
}

.bg-light-red{
  background: #FFF8F9 !important;
}

.Luxurious-text{
  /* font-style: normal;
  font-weight: 600;
  font-size: 57px;
  line-height: 69px;
  text-align: center;
  letter-spacing: 0.005em;
  color: #000000;
  mix-blend-mode: normal; */

  font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 31px;
line-height: 58px;
margin-top: 2rem;
align-items: center;
text-align: center;
letter-spacing: 0.005em;
/* text-transform: uppercase; */
color: #000000;
position: absolute;
bottom: -380px;
width: 100%;
}

.process-number{
  font-style: normal;
  font-weight: 900;
  font-size: 128px;
  line-height: 33px;
  letter-spacing: 0.085em;
  color: #FDEAED;
  margin-top: 30px;
}

.process-number1{
  font-style: normal;
  font-weight: 900;
  font-size: 128px;
  line-height: 33px;
  letter-spacing: 0.085em;
  color: #FFFFFF;
  margin-top: -5px;
  text-align: center;
  z-index: 0;
}

.process-image{
    display: block;
    margin: auto;
    width: 205px;
    height: 205px;
    margin-bottom: 3rem !important;
}

.process-text{
  font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.085em;
    color: #1D1C1C;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: -10px;
}

.mt-100{
  margin-top: 80px !important;
  padding-bottom: 15px !important;

}

.request-heading{
  font-style: normal;
  font-weight: 700;
  font-size: 57px;
  line-height: 69px;
  text-align: center;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #B99C39;
  max-width: 100% !important;
}

.request-btn{
  background: #000000;
  border-radius: 35px;
  width: 315px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.185em;
  text-transform: uppercase;
  color: #FFFFFF;
}


.clienttel-head{
  font-style: normal;
font-weight: 500;
font-size: 57px;
line-height: 69px;
text-align: center;
letter-spacing: 0.005em;
color: #B99C39;
max-width: 100% !important;
}

.bubble-bg {
  background-image: url(../images/bubble-bg.png);
  height: 700px;
  background-position: center;
  background-size: cover;
}

.caption-slider{
  position: relative;
  top: 190px !important;
}

.clienttel-caption{
  font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.025em;
    color: #000000;
    padding-left: 3rem;
    padding-right: 3rem;
}

.arrow-icon{
  width: 30px;
}

.carousel-control-next {
  right: -35px !important;
}

.carousel-control-prev {
  left: -35px !important;
}

.clienttel-title{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.025em;
  color: #B99C39;
}

.clinttel-icon{
  width: 210px !important;
  height: 210px !important;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.cleaned{
  width: 200px;
  height: 200px;
}

.delivered{
  width: 200px;
  height: 200px;
}

.delivered-count{
  font-style: normal;
  font-weight: 700;
  font-size: 77px;
  line-height: 52px;
  letter-spacing: 0.075em;
  color: #B99C39;
  padding-left: 12px;
}

.delivered-text{
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.075em;
  color: #000000;
  padding-left: 12px;
}

.cleaned-count{
  font-style: normal;
  font-weight: 700;
  font-size: 77px;
  line-height: 52px;
  letter-spacing: 0.075em;
  color: #B99C39;
  padding-left: 35px;
}

.cleaned-text{
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.075em;
  color: #000000;
  padding-left: 35px;
}

.free-delivery{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 60px;
  letter-spacing: -0.015em;
  color: #FFFFFF;
}

.delivery-car{
  height: 20px !important;
}

.contact-desc{
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
}

.contact-head{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
}

.text-top-border{
  height: 2px;
    border-color: #ffffff !important;
    opacity: 1 !important;
    width: 112px;
    margin-top: 1rem !important;
}

.download-btn{
  background: #FFFFFF;
  border-radius: 35px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: #B99C39;
  width: 250px;
  height: 53px;
}

.post{
  border: 1px solid #FFFFFF;
    width: 107px;
    height: 107px;
    display: inline-flex;
    margin-right: 19px;
}

.hereafterbgred::after {
  background: black;
} 

.bg-red{
  background-image: url('../images/bg-red.jpg');
}

.about-desc{
  font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 33px;
letter-spacing: 0.085em;
color: #000000;
}

.bg-light-info{
  background-color: #CBEBEF !important;
}

.process-desc{
  font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    letter-spacing: 0.085em;
    color: #000000;
}

.process-head{
  font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 33px;
/* identical to box height, or 150% */

letter-spacing: 0.085em;

color: #B99C39;
}

.process-count{
  font-style: normal;
font-weight: 900;
font-size: 128px;
line-height: 33px;
/* identical to box height, or 26% */

letter-spacing: 0.085em;

color: #FFFFFF
}

.team-head{
  font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 33px;
/* identical to box height, or 165% */

text-align: center;
letter-spacing: 0.085em;

color: #000000;
}

.team-desc{
  font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 33px;
/* or 220% */

letter-spacing: 0.085em;

color: #000000;
}

.team-pic{
  width: 367px;
  height: 433px;
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}

.heading-border{
  opacity: 1;
  height: 2px !important;
  border-color: #B99D3C;
}

.schedule{
  font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;
letter-spacing: 0.145em;
text-transform: uppercase;

color: #000000;
}

.schedule-btn{
  width: 280px;
  /* height: 72px; */
  background: #B99C39;
  border-radius: 35px;
  font-style: normal;
font-weight: 500;
font-size: 25px;
/* line-height: 38px; */
line-height: 45px;
letter-spacing: 0.005em;

color: #FFFFFF;
}

.button-text{
  font-size:20px;
}

.contact-social-icon{
  /* width: 42px; */
  width: 37px;
  margin-right: 12px !important;
}

.w-58{
  width: 58px !important;
  height: 58px !important;
}

.contact-email{
  font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 30px;
letter-spacing: 0.005em;

color: #000000;
}

.contact-icon{
  width: 40px;
  height: 40px;
  margin-right: 1.5rem;
}

.map{
  width: 404px;
    height: 456px;
    display: block;
    margin-left: auto;
}

.faq-head{
  font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.145em;

color: #000000;
padding-left: 60px;
}

.faq-desc{
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.145em;
  color: #000000;
  padding-left: 75px;
}

.pb-20{
  padding-bottom: 20px !important;
}

.accordian-shape {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -16px;
  z-index: 1000 !important;
}

.our-service-title{
  font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 30px;
text-align: center;
letter-spacing: 0.305em;
text-transform: uppercase;
}

.our-service-title1{
  font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 30px;
text-align: center;
letter-spacing: 0.305em;
/* text-transform: uppercase; */
margin-top: -41px;
position: relative;
z-index: 1;
}


.our-service-desc{
  font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 33px;
/* or 220% */

letter-spacing: 0.085em;

color: #000000;
}

.our-service-desc span{
  font-weight: 700 !important;
}
.ml-15{
  margin-left: 15px;
}

.our-service-img{
  width: 253px;
height: 253px;
display: block;
margin: auto;
margin-bottom: 2rem !important;
}

.our-service-img1{
    width: 180px;
    height: 180px;
    display: block;
    margin: auto;
    margin-bottom: 2rem !important;
}

.desk-arrow{
    position: relative;
    left: 226px;
    top: -130px;
}

.desk-polygon{
  position: relative;
    left: 170px;
    top: -130px;
}

.desk-arrow-lg{
  position: relative;
  left: 206px;
  top: -130px;
}

.desk-polygon-lg{
  position: relative;
  left: 324px;
  top: -155px;
}

.curve{
  position: relative;
  width: 240px;
  bottom: -79px;
  left: 95px;
}

.curve1{
  position: relative;
  width: 240px;
  bottom: 115px;
  float: right;
  right: 102px;
}

.top-row{
  position: relative;
  top: 10px;
}

.middle-row{
  position: relative;
  bottom: 80px;
}

.bottom-row{
  position: relative;
  top: -195px;
}

.arrow-section{
  padding-top: 60px;
  position: relative;
  height: 1000px;
}

.py-60{
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.mb-40{
  margin-bottom: 60px !important;
}

.mt-50{
  margin-top: 80px !important;
}

.card-service-desc{
  padding-left: 10px !important;
}

.card-service-desc p{
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 33px;
  letter-spacing: 0.085em;
  color: #000000;
}

.facilityimg{
  width: auto !important;
  height: auto !important;
}

.owl-item > div {
  cursor: pointer;
  margin: 6% 8%;
  transition: margin 0.4s ease;
}
.owl-item.center > div {
  cursor: auto;
  margin: 0;
}
/* .owl-item:not(.center) > div:hover {
  opacity: .75;
} */

.facility-section .owl-dots{
  padding-top: 0px !important;
  text-align: center !important;
  position: relative;
  top: 90px;
}

.facility-section .owl-dot{
  width: 11px;
    height: 11px;
    background: #000000 !important;
    border-radius: 50%;
    margin-left: 0.35rem !important;
    margin-right: 0.35rem !important;
}

.facility-section .owl-dots .active{
  background: #B99C39 !important;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .navbar-dark .navbar-brand {
    color: #fff;
    margin: 0;
    position: relative;
    top: 10px;
    left: 12px;
  }
  .home-btn{
    justify-content: center;
  }
  .logo-light{
    width: 200px !important;
    height: auto !important;
    position: relative;
    top: -10px;
    /* css by mandar */
    /* margin-left: auto !important;
    margin-right: 100px !important;
    left: -90; */
  }

  .nav-social-icon {
    width: 15px !important;
    height: 15px !important;
  }

  .navbar-nav{
    flex-direction: row !important;
  }

  .navbar>.container-fluid{
    align-items: start !important;
  }

  .home-text{
    /* font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 15px;
/* identical to box height */

/* display: flex;
align-items: center;
letter-spacing: -0.015em;

color: #FFFFFF;

text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.56);  */
/* css by mandar */
font-family: 'Cormorant';
font-style: normal;
font-weight: 500;
font-size: 25px;
line-height: 30px;
display: flex;
align-items: center;
text-align: center;
letter-spacing: -0.015em;

color: #FFFFFF;

text-shadow: 0px 5px 9px rgba(0, 0, 0, 0.56);
margin-top: 2rem !important;
  }



  .home-item ul li{
    text-transform: uppercase;
    margin-bottom: 1rem !important;
  }

  ::marker {
    color: #B99C39 !important;
    font-size: 20px;
  }

  .home-item img{
    width: 237px !important;
    height: 246px !important;
    display: block;
    margin: auto;
    margin-bottom: 2rem;
    border-radius: none !important;
  }

  .owl-nav{
    display: none !important;
  }

  .owl-dots{
    text-align: center !important;
    padding-bottom: 0 !important;
  }

  .facility-section .owl-dots {
    text-align: center !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

  .services-carousel .owl-dots{
    text-align: center !important;
    padding-bottom: 0 !important;
    position: absolute;
    width: 100%;
    top: 380px;
  }

  .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
  }

  .owl-dots .active span{
    background: #B99C39 !important;
  }

  .title-box .title-heading {
    max-width: 450px;
    margin: 0 auto;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #B99C39;
    /* text-transform: uppercase; */
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
  }

  .owl-carousel .owl-item img {
    display: block !important;
    width: auto !important;
    margin: auto !important;
  }

  .service-title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px !important;
    line-height: 30px;
    text-align: center;
    letter-spacing: 0.305em;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 0 !important;
  }

  .service-card {
    height: 350px !important;
    border: 3px solid #B99C39 !important;
    border-radius: 0 !important;
    position: relative !important;
    width: 300px !important;
    margin: auto;
    margin-bottom: 4rem !important;
  }

  .service-text{
    font-style: normal;
font-weight: 500;
font-size: 30px;
line-height: 37px;
/* or 123% */

letter-spacing: -0.015em;

color: #B99D3C;

mix-blend-mode: normal;
  }

  .service-desc{
    font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 25px;
/* or 208% */

letter-spacing: 0.085em;

color: #000000;
  }

  .bg-red-mobile {
    background-image: url(../images/bg-red-mobile.png);
    background-repeat: no-repeat !important;
    background-size: cover;
    
  }

  .service-btn{
    width: 181px;
height: 33px;

background: #000000;
border-radius: 35px;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 18px;
/* identical to box height */

display: flex;
align-items: center;
letter-spacing: 0.185em;
text-transform: uppercase;

color: #FFFFFF;
margin-bottom: 30px;
  }

  .offcanvas.show {
    transform: none;
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 340px;
  border-left: 1px solid rgba(255,255,255,1);
  /* transform: translateX(100%); */
}

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform .3s ease-in-out;
}

  .service-img-text{
    font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 19px;
line-height: 30px;
align-items: center;
text-align: center;
letter-spacing: 0.145em;
text-transform: uppercase;
color: #000000;
mix-blend-mode: normal;
position: relative;
top: 360px;
  }

  .process-text{
    top: -20px !important;
  }

  .know-more-btn {
    width: 158px;
    height: 33px;
    background: #000000;
    border-radius: 35px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    align-items: center;
    letter-spacing: 0.185em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: auto;
    display: block;
    margin-top: 3rem !important;
}

.clienttel-caption {
  font-style: normal;
  font-weight: 500;
  font-size: 14px !important;
  line-height: 25px !important;
  text-align: center;
  letter-spacing: 0.025em;
  color: #000000;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.carousel .px-5 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.caption-slider {
  position: relative;
  top: 210px !important;
}

.bubble-bg .carousel-control-prev {
  left: 42% !important;
  top: 575px !important;
}

.bubble-bg .carousel-control-next {
  right: 42% !important;
  top: 575px !important;
}

.service-page .bubble-bg .carousel-control-prev {
  left: 42% !important;
  top: 520px !important;
}

.service-page .bubble-bg .carousel-control-next {
  right: 42% !important;
  top: 520px !important;
}

.delivered {
  width: 200px;
  height: 200px;
  margin: auto;
  display: block;
}

.delivered-count {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 0.075em;
  color: #B99C39;
  padding-left: 12px;
  margin-left: 50px;
}

.delivered-text {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0.075em;
  color: #000000;
  padding-left: 12px;
  margin-left: 50px;
}

.cleaned {
  width: 200px;
  height: 200px;
  display: block;
  margin: auto;
}

.cleaned-count {
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 52px;
  letter-spacing: 0.075em;
  color: #B99C39;
  padding-left: 35px;
  margin-left: 20px;
}

.cleaned-text {
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 50px;
  letter-spacing: 0.075em;
  color: #000000;
  padding-left: 35px;
  margin-left: 20px;
}

.bg-footer {
  /* padding-top: 90px;
  padding-left: 50px;
  padding-bottom: 70px;
  padding-right: 50px; */

  /*padding-top: 90px; */
    padding-left: 50px;
    padding-bottom: 50px;
    padding-right: 50px;
}

.free-delivery {
  font-style: normal;
  font-weight: 500;
  /* font-size: 15px !important; */
  font-size: 13px !important;
  line-height: 30px;
  letter-spacing: -0.015em;
  color: #FFFFFF;
  margin-top: 1rem !important;
}

.post {
  border: 1px solid #FFFFFF;
  width: 75px !important;
  height: 75px !important;
  display: inline-flex;
  margin-right: 19px;
}

.contact-desc {
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
}

.bg-footer .nav-social-icon {
  width: 36px !important;
  height: 36px !important;
}

.our-service-desc {
  font-style: normal;
  font-weight: 500;
  font-size: 13px !important;
  line-height: 25px !important;
  letter-spacing: 0.085em;
  color: #000000;
}

.service-owl-item{
  position: relative !important;
  top: 5px !important;
}

.package-item{
  margin-top: 50px !important;
}

.card-service-desc p {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 13px !important;
  line-height: 26px !important;
  letter-spacing: 0.085em;
  color: #000000;
}

html .package-item .service-card {
  height: 350px !important;
  border: 3px solid #B99C39 !important;
  border-radius: 0 !important;
  position: relative !important;
  width: 300px !important;
  margin: auto;
  margin-bottom: 2rem !important;
}

html .package-carousel .owl-dots {
  text-align: center !important;
  padding-bottom: 0 !important;
  bottom: -10px !important;
  position: relative;
}

html .process-carousel2 .process-number {
  font-style: normal;
  font-weight: 900;
  font-size: 128px;
  line-height: 33px;
  letter-spacing: 0.085em;
  color: #ffffff !important;
  margin-top: 30px;
}

html .process-carousel2 .process-text {
  top: 30px !important;
  margin-bottom: 1rem !important;
}

html .process-carousel2 .process-item{
  margin-top: 50px !important;
  position: relative;
}

html .process-carousel2 .process-item img{
  width: 258px !important;
    height: 333px !important;
    top: -30px !important;
    position: relative;
}

html .process-carousel2 .process-item  .process-arrow{
  z-index: -1;
  right: -30px !important;
  width: 120px !important;
  height: auto !important;
  position: absolute;
  top: 230px !important;
}

.about-desc {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 27px !important;
  letter-spacing: 0.085em;
  color: #000000;
  margin-left: 36px !important;
  margin-right: 36px !important;
}

html .about-process .process-desc {
  font-style: normal;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 27px !important;
  letter-spacing: 0.085em;
  color: #000000;
}

html .about-process .process-count {
  font-style: normal;
  font-weight: 900;
  font-size: 70px !important;
  line-height: 33px;
  letter-spacing: 0.085em;
  color: #FFFFFF;
}

html .about-process .process-head p {
  font-size: 14px !important;
  line-height: 26px;
}

.welcome-text {
  font-style: normal;
  font-weight: 600;
  font-size: 29px !important;
  line-height: 50px !important;
  letter-spacing: 0.005em;
  color: #B99D3C;
  mix-blend-mode: normal;
}

.welcome-text-faq{
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 50px !important;
  letter-spacing: 0.005em;
  color: #B99D3C;
  mix-blend-mode: normal;
}

.team-pic {
  width: 206px !important;
  height: 233px !important;
  display: block;
  margin: auto;
  margin-bottom: 2rem;
}

.team-desc {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 25px !important;
  letter-spacing: 0.085em;
  color: #000000;
  margin: 30px !important;
}

.center .center{
  scale: 1.5 !important;
  height: 250px !important;
  z-index: 100000 !important;
  top: 0 !important;
  opacity: 1 !important;
}

.center .center img{
  object-fit: contain !important;
  height: 250px !important;
}

.center .owl-item{
  position: relative;
  top: 55px;
  opacity: 0.5;
}

html .facility-slider .owl-dots .owl-dot span {
  width: 0 !important;
  height: 0 !important;
  margin: 4px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.contact-list li{
  font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 18px;
letter-spacing: 0.005em;

color: #000000;
}

.c-icon{
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}

.c-title{
  font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 25px;
/* identical to box height, or 139% */

text-align: center;
letter-spacing: 0.145em;
text-transform: uppercase;

color: #000000;
}

.whatsapp-btn{
  font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 18px;
text-align: center;
letter-spacing: 0.005em;

color: #000000;
}

.c-s-list{
  list-style: none !important;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: center;
}

.c-s-icon{
  width: 40px !important;
  height: 40px !important;
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.faq-head {
  font-style: normal;
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  letter-spacing: 0.145em;
  color: #000000;
  padding-left: 40px !important;
  text-align: left !important;
}

.faq-desc {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 10px !important;
  line-height: 15px !important;
  letter-spacing: 0.145em;
  color: #000000;
  padding-left: 55px !important;
}

.c-a-icon {
  width: 12px;
  height: 15px;
  margin-right: 1rem;
}

.text-yellow{
  color: #B99D3C !important;
}

.center .all-image-container img{
  position: relative;
  top: 27px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {

}

/* Extra large devices (large laptops and desktops, 1500px and up) */
@media only screen and (min-width: 1501px) and (max-width: 1600px) {
  .center .center{
    scale: 1.5 !important;
    height: 250px !important;
    z-index: 100000 !important;
    top: 0 !important;
    opacity: 1 !important;
  }

  .center .center img{
    object-fit: contain !important;
    height: 550px !important;
    width: 100% !important;
  }
  
  .center .owl-item{
    position: relative;
    top: 55px;
    opacity: 0.5;
  }
  
  html .facility-slider .owl-dots .owl-dot span {
    width: 0 !important;
    height: 0 !important;
    margin: 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
  }
  
  .owl-stage{
    height: 500px;
  }

  .center .all-image-container img{
    position: relative;
    top: 27px;
  }
}

@media only screen and (min-width: 1601px) and (max-width: 1700px) {
  .center .center{
    scale: 1.5 !important;
    height: 250px !important;
    z-index: 100000 !important;
    top: 0 !important;
    opacity: 1 !important;
  }

  .center .center img{
    object-fit: contain !important;
    height: 500px !important;
    width: 100% !important;
  }
  
  .center .owl-item{
    position: relative;
    top: 55px;
    opacity: 0.5;
  }

  html .facility-slider .owl-dots .owl-dot span {
    width: 0 !important;
    height: 0 !important;
    margin: 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
  }

  .owl-stage{
    height: 500px;
  }

  .center .all-image-container img{
    position: relative;
    top: 27px;
  }
}

@media only screen and (min-width: 1701px) and (max-width: 1900px) {
  .center .center{
    scale: 1.5 !important;
    height: 250px !important;
    z-index: 100000 !important;
    top: 0 !important;
    opacity: 1 !important;
  }

  .center .center img{
    object-fit: contain !important;
    height: 560px !important;
    width: 100% !important;
  }
  
  .center .owl-item{
    position: relative;
    top: 55px;
    opacity: 0.5;
  }

  html .facility-slider .owl-dots .owl-dot span {
    width: 0 !important;
    height: 0 !important;
    margin: 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
  }

  .owl-stage{
    height: 500px;
  }

  .center .all-image-container img{
    position: relative;
    top: 27px;
  }
}

@media only screen and (min-width: 1901px) and (max-width: 2000px) {
  .center .center{
    scale: 1.5 !important;
    height: 250px !important;
    z-index: 100000 !important;
    top: 0 !important;
    opacity: 1 !important;
  }

  .center .center img{
    object-fit: contain !important;
    height: 600px !important;
    width: 100% !important;
  }
  
  .center .owl-item{
    position: relative;
    top: 55px;
    opacity: 0.5;
  }

  html .facility-slider .owl-dots .owl-dot span {
    width: 0 !important;
    height: 0 !important;
    margin: 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
  }

  .owl-stage{
    height: 500px;
  }

  .center .all-image-container img{
    position: relative;
    top: 27px;
  }
}

@media only screen and (min-width: 2001px) and (max-width: 3000px) {
  .center .center{
    scale: 1.5 !important;
    height: 250px !important;
    z-index: 100000 !important;
    top: 0 !important;
    opacity: 1 !important;
  }

  .center .center img{
    object-fit: contain !important;
    height: 850px !important;
    width: 100% !important;
  }
  
  .center .owl-item{
    position: relative;
    top: 55px;
    opacity: 0.5;
  }

}
  html .facility-slider .owl-dots .owl-dot span {
    width: 0 !important;
    height: 0 !important;
    margin: 4px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
  }

  .owl-stage{
    height: 400px;
  }

  .center .all-image-container img{
    position: relative;
    top: 27px;
  }


.mg-top{
  /* margin-top:-100px; */
  margin-top:-45px;
}

.css-6kluu6{
  display: none !important;
}

html{scroll-behavior:smooth}

/* css by mandar */
.home-imge-1{
  width: 60px !important;
  height: 58px !important;
}
.home-imge-2{
  width: 60px !important;
  height: 80px !important;
}

.home-btn{
  display: flex;
  color: white;
  background-color: #816A1D;
  border-radius: 32px;
  font-size: 12px;
  font-weight: 600;
  margin-left: 65px;
  font-family: 'Poppins';
font-style: normal;
margin-top: 40px;

align-items: center !important;
}
.m-btn-100{
  margin: 0 auto;
    display: block;
    text-align: center;
    padding: 6px 0px;
    margin-top: 85px;
}
.m-btn-1001{
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 6px 0px;
  margin-top: 20px;
}

.active, .navbar li:hover{
  border-bottom: 2px;
  border-color: blue;
}
/* .nav-link.active:before {
  content: '';
  border-bottom: 2px solid  #B99D3C;
  width: auto;
  padding-top: 0px; 
} */
/* .nav-link.active:before {
  content: '';
  position: absolute;
  bottom: 50px;
  background: #B99D3C;
  height: 2px;
  width: 60px;
} */
.about-menu.active:before {
  content: '';
  position: absolute;
  bottom: 4px;
  background: #B99D3C;
  height: 2px;
  width: 65px;
}
.service-menu.active:before {
  content: '';
  position: absolute;
  bottom: 4px;
  background: #B99D3C;
  height: 2px;
  width: 62px;
}
.contact-menu.active:before {
  content: '';
  position: absolute;
  bottom: 4px;
  background: #B99D3C;
  height: 2px;
  width:85px;
}
.backsize{
  height: 700px;
}



/* @media mandar change min width 200 to 1024 max-width 1024 to 576  */
@media (width: 1024px) and (height: 576px) {
  /* .navbar-custom .navbar-nav li a {
    transition: all 0.4s;
    margin: 6px;
    color: #ffffff !important;
    padding: 6px 0;
  } */
  .Luxurious-text{
    font-size: 29px !important;
  }
  .title-box .title-heading {
    font-size: 45px;
  }
  .delivered-count {
    font-size: 52px !important;
}
.delivered-text {
  font-size: 28px;
  line-height: 35px;
}
.cleaned-text {
  font-size: 28px;
  line-height: 35px;
}
   .section-card {
    margin-right: 40px;
  } 
  .founderpic {
    height: 430px !important;
    width: 320px !important;
}
.founder-text {
  font-size: 14px !important;
  line-height: 25px !important;
}
.founder-head {
  font-size: 17px !important;
  line-height: 15px !important;
}
}
@media (width: 1152px) and (height: 648px){
  .section-card {
  margin-right: 20px;
} 
.Luxurious-text{
  font-size: 29px !important;
}
.slider-btn {
  bottom: 56px !important;
}
.founder-text {
  line-height: 24px !important;
    font-size: 15px !important;
}
.founder-head {
  font-size: 17px !important;
  line-height: 16px !important;
}
.bubble-bg {
  height: 800px;
}
.home-cars-1 .carousel-indicators {
  margin-bottom: 0rem !important;
}
}

@media (width: 640px) and (height: 480px){
  .service-shape {
    width: 42px !important;
    height: 42px;  
}
.bubble-bg {
  height: 1000px !important;
}
.offcanva{
  height: 50px;
  margin-left: 0px !important;
}
/* .off-can-list{
  margin-left: 100px;
} */
.navbar-nav {
  display: flex;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.service-text{
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.005em;
    color: #B99D3C;
    mix-blend-mode: normal;
}
.baner-img{
  height: 200px;
  width: 200px;
}
.backsize{
  height: 860px !important;
}
.c-a-icon{
  height: 35px;
}
}

@media (width: 960px) and (height: 720px){
  .logo-light {
    float: right;
    margin-right: 263px;
    margin-top: -40px;
  }
  .collapse-960{
    display: block !important;
    padding-top: 30px;
  }
  .founderpic {
    height: 390px !important;
    width: 225px !important;
  }
  .founder-text {
    font-size: 13px !important;
    line-height: 19px !important;
}
  .founder-head {
    font-size: 12px !important;
    line-height: 5px !important;
  }
  .navbar-toggler {
    display: none;
    /* visibility: hidden; */
}
  .navbar-custom .navbar-nav li a { 
    color: #fff !important; 
}
.card-33 {
  flex: 0 0 auto;
  width: 49.333333%;
}
.know-more {
  font-size: 17px;
  width: 200px;
}
.request-btn {
  width: 250px;
  font-size: 18px;
  color: #FFFFFF !important;
}
.welcome-btn {
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF !important;
  width: 223px;
  margin-top: 5px !important;
  margin-bottom: 12px;
}
.wash-machine {
  height: 300px;
  width: 255px !important;
  margin-left: 255px;
  margin-top: 20px;
}
.Luxurious-text {
  font-size: 40px;
}
.delivered-count {
  font-size: 45px;
  line-height: 28px;
}
.delivered-text {
  font-size: 27px;
  line-height: 35px;
}
.cleaned-text {
  font-size: 27px;
  line-height: 35px;
}
.title-box .title-heading {
  font-size: 40px;
  line-height: 48px;
}
.serv {
  margin-left: 100px !important;
  margin-top: -22px !important;
}
.cont {
  margin-left: 480px !important;
  margin-top: -54px !important;
  color: #fff !important;
  width: 100px;
}
.insta {
  margin-left: 600px !important;
  margin-top: -71px !important;
}
.face{
  margin-left: 650px !important;
  margin-top: -71px !important;
}
.mail{
  margin-left: 700px !important;
  margin-top: -71px !important;
}
.baner-img{
  width: 270px !important;
  height: 380px !important;
}
.team-pic {
  width: 275px;
  height: 300px;
}
.team-desc {
  font-size: 14px;
  line-height: 27px;
}
.mgtp{
  margin-top: 20px;
}
/* serivce page */
.our-service-title {
    line-height: 26px;
}
.our-service-img {
    margin-left: -38px;
}
.our-service-desc {
    line-height: 29px;;
}
.card-service-desc p {
    font-size: 15px;
    line-height: 28px;
}
.clienttel-title {
  font-size: 18px;
  line-height: 28px;
}
.clienttel-caption {
  font-size: 16px;
  line-height: 25px;
}
.our-service-title1 {
    font-size: 15px;
    line-height: 28px;
}
/* contact us */
.schedule-btn {
    width: 270px;
    height: 65px;
    font-weight: 500;
    font-size: 25px;
    margin-left: -8px;
}
.contact-email {
    font-size: 15px;
}
.w-58 {
    width: 55px !important;
    height: 55px !important;
}
.schedule {
    font-size: 19px;
}
.welcome-text {
  font-size: 45px;
}
/* .img-fluid {
    max-width: 102%;
    height: auto;
} */
.contact-icon {
    width: 38px;
    height: 38px;
    margin-right: 1.5rem;
}

.faq-head {
    font-size: 14px;
}
/* about us */
.process-desc {
  font-size: 15px;
  line-height: 28px;
}
.process-count {
  font-size: 100px;
  line-height: 26px;
}
.about-desc {
  font-size: 14px;
  line-height: 26px;
}
/* home page */
.slider-btn {
  bottom: 83px;
}
}
@media (width: 800px) and (height: 600px){
  .service-card {
    height: 280px !important;
}
.desk-arrow-lg {
  left: 169px;
}
.curve1 {
  position: relative;
  bottom: 93px;
  float: right;
  right: 60px;
  width: 150px;
  height: 43px;
}
.curve {
  position: relative;
  width: 145px;
  bottom: -54px;
  left: 68px;
  height: 40px;
}
.desk-arrow-2{
  left: 192px !important;
    top: -130px;
    position: relative;
    height: 3px;
    width: 100px;
}
.service-img {
  width: 150px !important;
  height: 190px !important;
}
  .logo-light {
    float: right;
    margin-right: 235px;
    margin-top: -48px;
  }
  .collapse-960{
    display: block !important;
    padding-top: 30px;
  }
  .navbar-toggler {
    display: none;
    /* visibility: hidden; */
}
  .founderpic {
    height: 355px !important;
    width: 235px !important;
}
.founder-text {
  font-size: 13px !important;
  line-height: 18px !important;
}
.founder-head {
  font-size: 12px !important;
  line-height: 0px !important;
}
  /* .navbar-toggler {
    display: block;
    visibility: hidden;
} */
  .bubble-bg {
    height: 840px;
}
  .our-service-title {
    font-size: 14px;
    line-height: 24px;
}
.baner-img{
  width: 270px !important;
  height: 380px !important;
}
.card-33 {
  flex: 0 0 auto;
  width: 33.333333% !important;
}
.know-more {
  font-size: 17px;
  width: 200px;
}
.request-btn {
  width: 250px;
  font-size: 18px;
  color: #FFFFFF !important;
}
.baner-img{
  max-width: 100% !important;
  height: 380px;
}
.slider-btn {
  bottom: 83px;
}
.serv {
  margin-left: 100px !important;
  margin-top: -22px !important;
}
.cont {
  margin-left: 445px !important;
  margin-top: -54px !important;
  color: #fff !important;
  width: 100px;
}
.insta {
  margin-left: 550px !important;
  margin-top: -71px !important;
}
.face{
  margin-left: 600px !important;
  margin-top: -71px !important;
}
.mail{
  margin-left: 650px !important;
  margin-top: -71px !important;
}
.our-service-desc {
  font-size: 13px !important;
  line-height: 25px;
}
.card-service-desc p {
  font-size: 13px;
  line-height: 26px;
}
  .team-desc {
    font-size: 13px;
    line-height: 26px;
}
.team-head {
  line-height: 30px;
}
.process-desc {
    font-size: 15px !important;
    line-height: 25px !important;
}
  .navbar-custom .navbar-nav li a {
    color: #fff !important; 
}
 
.team-pic {
  width: 265px;
  height: 300px;
}
.our-service-img {
  margin-left: -28px;
}
.our-service-img {
  width: 240px;
  height: 240px;
}
.our-service-img1 {
  width: 160px;
  height: 160px;
}
.our-service-title1 {
  font-size: 14px;
}

.process-number1 {
    font-size: 110px;
}
.title-box .title-heading {
  margin-top: 00px !important;
  font-size: 40px;
  line-height: 54px;
}
.clienttel-title {
  font-size: 18px;
}
.clienttel-caption {
  font-size: 16px;
  line-height: 26px;
}
.process-count {
  font-size: 100px !important;
}
.about-desc {
  font-size: 13px;
  line-height: 30px;
  line-height: 26px !important;
}
.imgemt{
  margin-top: 10px !important;
}
.process-head {
  font-size: 20px;
}

/* contact us  */
.img-fluid {
  max-width: 102%;
}
.schedule {
  font-size: 17px;
}
.welcome-text {
  font-size: 43px;
  line-height: 40px;
}
.welcome-btn {
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF !important;
  width: 223px;
  margin-top: 5px !important;
  margin-bottom: 12px;
}
.schedule-btn {
  width: 255px;
  height: 63px;
  font-style: normal;
  font-weight: 500;
  font-size: 9px;
}
.wash-machine {
  height: 300px;
  width: 250px !important;
  margin-left: 190px;
  margin-top: 20px;
}
.Luxurious-text {
  font-size: 40px;
}
.delivered-count {
  font-size: 45px;
  line-height: 28px;
}
.delivered-text {
  font-size: 27px;
  line-height: 35px;
}
.cleaned-text {
  font-size: 27px;
  line-height: 35px;
}
.w-58 {
  width: 56px !important;
  height: 54px !important;
}
.contact-email {
  font-size: 18px;
}
.contact-icon {
  width: 38px;
  height: 37px;
  margin-right: 1.5rem;
}
}
@media (width: 640px) and (height: 480px){
  .bubble-bg {
    height: 740px;
}
.c-s-list{
  display: flex;
  column-gap: 30px;
}
.founderpic{
display: block;
margin: auto;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: 15.5px;
}
.baner-img {
  margin-left: 87px;
  max-width: 70%;
  height: auto;
  height: 70%;
}
.home-text{
  font-size: 26px;
}
.c-icon {
  height: 40px;
}
.c-s-icon{
  width: 35px;
  height: 35px;
  display: inherit;
  margin-top: 10px;
}
.faq-head {
  font-size: 14px;
  line-height: 19px;
}
.service-btn{
  width: 181px;
  height: 33px;
  background: #B99C39;
  border-radius: 35px;
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  letter-spacing: 0.185em;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 30px;
}
.know-more-btn{
  background: #000000;
  border-radius: 35px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  letter-spacing: 0.185em;
  text-transform: uppercase;
  color: #FFFFFF !important;
  width: 140px;
  margin-left: 180px;
}
.request-btn {
  width: 181px;
  font-size: 12px;
  line-height: 15px;
}
.Luxurious-text-mob {
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.005em;
  color: #000000;
  mix-blend-mode: normal;
}
.delivered-count {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 28px;
  letter-spacing: 0.075em;
  color: #B99C39;
  padding-left: 12px;
}
.delivered-text {
  font-size: 22px;
  line-height: 25px;
}
.cleaned-text {
  font-size: 20px;
  line-height: 25px;
}
.map {
  width: 290px !important;
  height: 300px !important;
  display: block;
  margin-left: 40px !important;
}
/* .list-group-item {
  margin-left: 57px;
} */
.section {
  padding-bottom: 10px;
}
.free-delivery {
  font-size: 18px;
  margin-top: 13px;
}
.logo-light{
  margin-left: 105px;
}
.our-service-title {
  font-size: 19px;
}
.service-card {
  width: 235px;
  margin-top: 20px;
  height: 240px;
}
.title-box .title-heading {
  font-size: 50px;
}
.clienttel-title {
  font-size: 18px;
}
.service-desc {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 26px;
  letter-spacing: 0.085em;
  color: #000000;
}
.respo {
  margin-top: -380px;
  margin-left: 350px;
  width: 280px;
}
.our-service-img {
  width: 250px !important;
  height: 250px;
}
.our-service-desc {
  line-height: 26px;
  text-align: center;
  font-size: 12px;
}
.title-box .title-heading {
  font-size: 50px; 
}
.card-service-desc p {
  font-size: 14px;
  line-height: 30px;
}.title-box .title-heading {
  font-size: 50px;
}
.process-text {
  font-size: 18px;
  top: 14px;
}
.ser-img{
  height: 305px !important;
  width: 250px !important;
}
.title-box .title-heading {
  font-size: 26px;
  margin-top: 20px !important;
  line-height: 35px;
  margin-bottom: 20px;
}
.navbar-expand-sm .navbar-toggler {
    display: block;
}
.delivery-car {
  height: 20px !important;
  margin-left: 0px;
}
.service-img {
  width: 150px !important;
  height: 160px;
  margin-left: 27px;
}
.service-title {
  font-size: 13px;
  line-height: 18px;
}
.process-arrow-up{
    width: 230px !important;
    margin-left: 113px !important;
}
.contact-head {
  margin-bottom: -8px !important;
  margin-top: 3px;
}
.contact-desc {
  line-height: 32px;
  margin-bottom: -10px;
}
.about-desc {
  font-size: 14px !important;
}
.download-btn {
  width: 225px !important;
  height: 35px !important;
  line-height: 15px;
}
.process-desc {
  font-size: 13px;
  line-height: 24px;
}
.process-count {
  font-size: 88px;
}
.welcome-text {
  font-size: 45px; 
}
.team-pic {
  width: 296px;
  height: 345px;
}
.team-desc {
  font-size: 13px;
  line-height: 25px;
}
.download-btn {
  font-size: 13px;
  width: 236px;
  height: 49px;
}
.imgemt{
  margin-top: -40px !important;
}
.clienttel-caption {
  font-size: 14px;
}
.card-service-desc p {
  line-height: 27px !important;
}
.about-desc {
  font-size: 11px !important;
  line-height: 24px;
}
.welcome-text {
  font-size: 35px !important;
}
/* contact us */
body {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.owl-carousel .owl-item .banimg img {
  width: 50% !important;
  margin-left: 135px;
}
.m-btn-100 {
  margin-top: 25px;
}
.home-btn {
  margin-top: 40px;
  width: 160px;
}
}
.main{
  position: relative;
}
.first{
  position: relative;
}
.second-ca{
  position: absolute;
  top: 82%;
}
/* .card-3{
  position: absolute;
  top: 100%;
} */
/* .first-ccard{
  position: absolute;
  top: 70px;
} */
/* .first{
  position: absolute !important;
  top: 90px;
} */
/* .second{
  position: absolute;
  top: 300px;
} */
.growth-txt{
  font-family: 'Cormorant' !important;
font-style: normal;
font-weight: 500;
font-size: 75px;
line-height: 50px;
align-items: center;
text-align: center;
letter-spacing: -0.015em;
color: #B99C39;
margin-bottom: 70px;
}
.mt-75{
  margin-top: 75px !important;
}
.growth-one {
  height: 150px;
  width: 150px;
  /* margin-top: 80px; */
  margin-left: 20px;
}
.gro-txt{
  font-family: 'Poppins' !important;
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 45px;
letter-spacing: 0.085em;
color: #B99C39;
margin-left: 0px !important;
margin-bottom: -20px;
}
.down_arr{
  height: 245px;
  width: 21px;
  margin-left: 30px;
}
.down_arr-2{
  height: 230px;
  width: 21px;
  margin-left: 8%;
  margin-top: -1%;
}
.down_arr_left{
  height: 20%;
  width: 21px;
  margin-right: 65px !important;
  margin-top: -2%;
}
.img-right{
  height: 100px;
  width: 40px;
  margin-top: -40px;
}
.img-right-sec{
  height: 135px;
  width: 50px;
  margin-left: 25px;
  /* margin-top: 40px; */
}
.img-right-third{
  height: 137px;
  width: 50px;
  margin-left: 25px;
  /* margin-top: 40px; */
}
.img-right-last{
  height: 137px;
  width: 70px;
  margin-right: 235px;
  /* margin-top: 40px; */
}
.sec-text{
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 24px;
color: #1D1C1C;
}
.low-txt{
  font-family: 'Poppins' !important;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;
letter-spacing: 0.085em;
color: #B99C39;
margin-left: 42px;
}
.low-txt-2{
  font-family: 'Poppins' !important;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;
letter-spacing: 0.085em;
color: #B99C39;
/* margin-left: 42px; */
}
.low-txt-para{
  font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 21px;
color: #1D1C1C;
}
.low-txt-2-last{
  font-family: 'Poppins' !important;
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 30px;
letter-spacing: 0.085em;
color: #B99C39;
/* margin-left: 42px; */
}
.low-txt-para-last{
  font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 21px;
color: #1D1C1C;
}

.sec-block{
  margin-top: -110px;
  margin-left: 110px;
}
.underline{
  height: 18px;
  width: 910px;
  margin-left: 108px;
  /* margin-top: -28px; */
}
.underline-2{
  height: 20px;
  width: 85%;
  margin-left: 9%;
  margin-top: -2%;
}
.underline-last{
  height: 3px;
  width: 600px;
  margin-left: -5px;
  margin-top: -15px;
}
.third-card{
  margin-top: -15%;
  margin-left: 65px;
}
/* @media (width: 384px) and (height: 640px){
.first-card{
  margin-left: 50px;
}
.sec-block{
  margin-top: 0px;
  margin-left: 33px;
}
.second-card{
  margin-left: 75px;
}
.underline{
  visibility: hidden;
}
.underline-2{
  visibility: hidden;
}
} */
@media (width:1280px) and (height:720px) {
  .down_arr_left {
    margin-right: 25px !important;
}
.founder-text {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.slider-btn {
  bottom: 40px !important;
}
.Luxurious-text {
  font-size: 36px;
}
.underline-2 {
  width: 88%;
}
.underline-last {
  margin-left: 32px;
}
.underline{
  height: 18px;
}
}
@media (width:1280px) and (height:800px) {
  .down_arr_left {
    margin-right: 25px !important;
}
.founder-text {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.slider-btn {
  bottom: 40px !important;
}
.underline-2 {
  width: 88%;
}
.underline-last {
  margin-left: 32px;
}
}
@media (width:1280px) and (height:960px) {
  .down_arr_left {
    margin-right: 25px !important;
}
.founder-text {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.slider-btn {
  bottom: 40px !important;
}
.Luxurious-text{
font-size: 38px;
}
.underline-2 {
  width: 88%;
}
.underline-last {
  margin-left: 32px;
}
.underline {
  height: 18px;
  width: 917px;
  margin-left: 108px;
  margin-top: -4px;
}
}
@media (width:1366px) and (height:768px) {
  .slider-btn {
    bottom: 40px !important;
  }
  .founder-text {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}
@media (width:1400px) and (height:1050px) {
  .underline {
    margin-right: 25px;
    width: 885px;
}
.founder-text {
  margin-left: 0px !important;
  padding-left: 0px !important;
}
.welcome-desc {
  font-size: 20px;
}
.welcome-text {
  font-size: 65px !important;
}
.slider-btn {
  bottom: 40px !important;
}
.clienttel-caption {
  font-size: 20px;
}
.about-desc {
  font-size: 20px;
}
.process-head {
  font-size: 30px;
}
.founder-text {
  font-size: 17px;
  line-height: 28px;
}
.underline-last {
  margin-left: -7px;
}
.down_arr_left {
  margin-right: 110px !important;
}
.underline-2 {
  width: 81%;
  margin-left: 10%;
}
.down_arr-2 {
  margin-left: 9%;
}
}
@media (width:1440px) and (height:1080px) {
  .underline {
    width: 890px;
}
.underline-last {
  margin-left: 14px;
}
.down_arr_left {
  margin-right: 121px !important;
}
.underline-2 {
  width: 79%;
  margin-left: 12%;
}
.down_arr-2 {
  margin-left: 11%;
}
}
@media (width:1440px) and (height:900px) {
  .underline {
    width: 890px;
}
.underline-last {
  margin-left: 14px;
}
.down_arr_left {
  margin-right: 121px !important;
}
.underline-2 {
  width: 79%;
  margin-left: 12%;
}
.down_arr-2 {
  margin-left: 11%;
}
}
@media (width:1600px) and (height:1200px) {
  .underline {
    width: 890px;
}
.underline-last {
  margin-left: 25px;
}
.down_arr_left {
  margin-right: 200px !important;
}
.underline-2 {
  width: 70%;
  margin-left: 17%;
}
.down_arr-2 {
  margin-left: 16%;
}
}
@media (width:1600px) and (height:900px) {
  .underline {
    width: 890px;
}
.underline-last {
  margin-left: 25px;
}
.down_arr_left {
  margin-right: 200px !important;
}
.underline-2 {
  width: 70%;
  margin-left: 17%;
}
.down_arr-2 {
  margin-left: 16%;
}
}
@media (width:1680px) and (height:1050px) {
  .underline {
    width: 890px;
}
.underline-last {
  margin-left: 17px;
}
.down_arr_left {
  margin-right: 240px !important;
}
.underline-2 {
  width: 67%;
  margin-left: 18%;
}
.down_arr-2 {
  margin-left: 17%;
}
}
@media (width:1856px) and (height:1392px) {
  .underline {
    width: 890px;
}
.underline-last {
  margin-left: -6px;
}
.down_arr_left {
  margin-right: 336px !important;
  margin-top: -1%;
}
.underline-2 {
  width: 61%;
  margin-left: 20%;
}
.down_arr-2 {
  margin-left: 19%;
}
}
@media (width:1920px) and (height:1080px) {
  .underline {
    width: 890px;
}
.underline-last {
  margin-left: -6px;
}
.down_arr_left {
  margin-right: 360px !important;
  margin-top: -1%;
}
.underline-2 {
  width: 59%;
  margin-left: 21%;
}
.down_arr-2 {
  margin-left: 20%;
}
}
@media (width:1920px) and (height:1200px) {
  .underline {
    width: 890px;
}
.underline-last {
  margin-left: -6px;
}
.down_arr_left {
  margin-right: 360px !important;
  margin-top: -1%;
}
.underline-2 {
  width: 59%;
  margin-left: 21%;
}
.down_arr-2 {
  margin-left: 20%;
}
}
@media (width:1920px) and (height:1440px) {
  .underline {
    width: 890px;
}
.underline-last {
  margin-left: -6px;
}
.down_arr_left {
  margin-right: 360px !important;
  margin-top: -1%;
}
.underline-2 {
  width: 59%;
  margin-left: 21%;
}
.down_arr-2 {
  margin-left: 20%;
}
}
@media (width:2048px) and (height:1536px) {
  .underline {
    width: 890px;
}
.underline-last {
  margin-left: -26px;
}
.down_arr_left {
  margin-right: 433px !important;
  margin-top: -1%;
}
.underline-2 {
  width: 56%;
  margin-left: 22%;
}
.down_arr-2 {
  margin-left: 21%;
}
}
@media (width:2560px) and (height:1600px) {
  .underline {
    width: 890px;
}
.underline-last {
  margin-left: -46px;
}
.down_arr_left {
  margin-right: 682px !important;
  margin-top: -1%;
}
.underline-2 {
  width: 46%;
  margin-left: 27%;
}
.down_arr-2 {
  margin-left: 26%;
}
}
@media (width:3840px) and (height:2160px) {
  .underline {
    width: 890px;
}
.underline-last {
  margin-left: -10px;
}
.down_arr_left {
  margin-right: 1330px !important;
  margin-top: 0%;
}
.underline-2 {
  width: 30%;
  margin-left: 35%;
  margin-top: 0%;
}
.down_arr-2 {
  margin-left: 35%;
  margin-top: 0%;
}
}
@media (width:1152px) and (height:648px) {
  .founderpic {
    height: 410px !important;
    width: 320px !important;
}
  .underline {
    height: 18px;
    width: 800px;
    margin-left: 72px;
    margin-top: -7px;
}
.underline-last {
  margin-left: 5px;
  margin-top: -24px;
}
.down_arr_left {
  margin-right: 45px !important;
  margin-top: -1%;
}
.underline-2 {
  width: 84%;
  margin-left: 11%;
  margin-top: 0%;
}
.down_arr-2 {
  margin-left: 10%;
  margin-top: 0%;
  height: 240px;
}
.section-one{
  margin-left: -50px;
}
.third-card {
  margin-top: -23%;
}
}
@media (width:1024px) and (height:576px) {
  .bubble-bg {
    height: 770px;
}
.logo-light {
  margin-left: 35px;
}
.slider-btn {
  bottom: 53px !important;
}
  .underline {
    height: 18px;
    width: 746px;
    margin-left: 111px;
    margin-top: -28px;
}
.underline-last {
  margin-left: -4px;
  margin-top: -24px;
}
.down_arr_left {
  height: 20%;
  width: 21px;
  margin-right: 13px !important;
  margin-top: -3%;
}
.underline-2 {
  width: 93%;
  margin-left: 4%;
  margin-top: 2%;
}
.down_arr-2 {
  margin-left: 3%;
  margin-top: -1%;
  height: 240px;
}
.third-card {
  margin-top: -23%;
}
.sec-block {
  margin-top: -110px;
  margin-left: 70px;
}
}
@media (width:800px) and (height:600px) {
  .growth-one {
    height: 100px;
    width: 100px;
  }
  .gro-txt {
    font-size: 24px;
    margin-left: 0px !important;
}
.down_arr {
  margin-left: -6px;
  margin-top: -15px;
}
.sec-text {
  font-size: 15px;
  line-height: 21px;
  /* margin-left: -22px; */
  margin-top: -22px;
}
.sec-block {
  margin-top: -137px;
  margin-left: 20px;
}
.underline {
  height: 18px;
  width: 579px;
  margin-left: 85px;
  margin-top: -28px;
}
.down_arr_left {
  height: 270px;
  width: 20px;
  margin-right: 22px !important;
  margin-top: -5%;
}
.underline-2 {
  margin-top: -3%;
  width: 87%;
}
.low-txt {
  font-size: 17px;
  line-height: 24px;
}
.low-txt-2 {
  font-size: 16px;
  line-height: 23px;
  margin-left: 20px;
}
.low-txt-para {
  font-size: 12px;
  line-height: 18px;
}
.third-card {
  margin-top: -27%;
  margin-left: 116px;
}
.low-txt-2-last {
  font-size: 24px;
  line-height: 24px;
  margin-left: 22px;
}
.img-right-third {
  margin-left: 10px;
}
.img-right-last {
  height: 133px;
  width: 60px;
}
.underline-last {
  height: 3px;
  width: 480px;
  margin-left: 20px;
  margin-top: -25px;
}
.down_arr-2 {
  margin-top: -2%;
}
.low-txt-para-last {
  font-size: 14px;
  line-height: 20px;
}
.growth-txt {
  font-size: 65px;
  line-height: 50px;
  margin-left: 130px;
}
}
@media (width:960px) and (height:720px) {
  .desk-arrow-lg {
    position: relative;
    left: 172px;
    top: -130px;
    width: 330px;
}
.desk-arrow-2{
  display: none;
}
.curve1 {
  width: 234px;
  right: -30px;
}
.curve {
  position: relative;
  width: 133px;
  bottom: -79px;
  left: 75px;
  height: 65px;
}
.underline {
  height: 18px;
  width: 615px;
  margin-left: 36px;
  margin-top: -43px;
}
.bubble-bg {
  height: 840px;
}
.growth-txt {
  font-size: 70px;
  margin-left: 105px;
}
.growth-one {
  height: 150px;
  width: 150px;
  /* margin-top: 80px; */
}.down_arr {
  height: 212px;
  width: 21px;
  margin-left: 30px;
}
.down_arr_left {
  height: 20%;
  width: 21px;
  margin-right: 27px !important;
  margin-top: 1%;
}
.underline-2 {
  width: 87%;
  margin-top: 1%;
}
.low-txt-2 {
  font-size: 20px;
  line-height: 28px;
  margin-left: 7px;
}
.img-right-sec {
  margin-left: 9px;
}
.img-right-third {
  margin-left: 15px;
}
.low-txt-2-last {
  margin-left: 15px;
}
.third-card {
  margin-top: -28%;
  margin-left: 65px;
}
.underline-last {
  margin-left: -46px;
  margin-top: -24px;
}
}
@media (width:640px) and (height:480px) {
  .gro-txt {
    font-size: 20px;
    margin-left: 100px !important;
    margin-bottom: -39px;
    margin-top: -106px;
}
.bubble-bg {
  height: 970px;
}
.growth-txt {
  font-size: 45px;
  margin-left: 95px;
}
.growth-one {
  height: 90px;
  width: 90px;
}
.down_arr {
  height: 150px;
  margin-left: 91px;
  margin-top: 14px;
}
.sec-text {
  font-size: 10px;
  line-height: 14px;
  margin-top: -171px;
  margin-left: 111px;
}
.sec-block {
  margin-top: -39px;
  margin-left: 70px;
}
.underline {
  visibility: hidden;
}
.low-txt-para {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-left: 73px;
  margin-top: -10px;
}
.second-card {
  margin-top: 2px;
  margin-left: 58px;
}
.low-txt-2 {
  margin-left: 75px;
  margin-top: -127px;
}
.img-right-last {
  margin-top: 7px;
  margin-left: 11px;
}
.underline-2{
  visibility: hidden;
}
.down_arr-2{
  visibility: hidden;
}
.underline-last{
  visibility: hidden;
}
.third-card {
  margin-top: 0%;
  margin-left: 60px;
}
.low-txt-para-one {
  margin-top: -69px;
  margin-left: 40px;
}
.low-txt-2-last {
  margin-left: 87px;
  margin-top: -130px;
}
.low-txt-para-last {
  margin-left: 85px;
}
}

.founderpic{
  height: 400px;
  width: 300px;
}
.founder-text{
  font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 28px;
letter-spacing: 0.085em;
color: #000000;
margin-top: 16px;
padding-left: 25px;
padding-right: 25px;
}
.founder-head{
  font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 33px;
text-align: center;
letter-spacing: 0.085em;
color: #000000;
margin-bottom: 0px !important;
}
@media (width:1366px) and (height:768px) {
  .welcome-text {
font-size: 65px !important; 
font-weight: 85px !important;   
}
}




@media only screen and (max-width: 600px) {
  /* .arrow-icon {
    display: none;
} */

.mobile-facility .facility-slider {
  height: 300px !important;
}


.contact-icon {
  width: 40px;
  height: 40px;
  margin-right: 0;
}

.c-s-list li a{
  margin-right: 12px !important;
}
}

@media (min-width:0px) and (max-width:480px) {
  .service-text {
    font-size: 32px;
    /* text-align: center; */
}
/* .pbm-300{
  padding-bottom: 0px !important;
} */

/* .service-desc{
  text-align: center !important;
} */
.title-box .title-heading {
    font-size: 27px;
  }
  .bubble-bg {
    height: 930px;
}
.delivered-text {
  margin-left: 83px;
  font-size: 25px;
    line-height: 36px;
}
.delivered-count {
  margin-left: 35px;
}
.cleaned-text {
  font-size: 25px;
  line-height: 36px;
  margin-left: 66px;
}
.founderpic {
    /* width: 362px; */
    display: block;
}
.founder-head{
  font-size: 19px;
}
.c-title{
  font-size: 15px;
}
html .about-process .process-head p {
  font-size: 15px !important;
}
}
/* @media (min-width:480px) and (max-width:1020px){
  .slider-btn{
    margin-bottom: -4px;
  }
  .service-img {
    width: 170px;
    height: 170px;
}
.service-card {
  height: 270px;
}

.delivered-count {
  font-size: 55px;
  line-height: 48px;
  padding-left: 12px;
}
.delivered-text {
  font-size: 30px;
  line-height: 38px;
}
.cleaned-text {
  font-size: 30px;
  line-height: 38px;
}
.bubble-bg {
  height: 910px;
}
.founderpic {
  height: 380px;
  width: 250px;
}
.founder-text {
  font-size: 13px;
  line-height: 18px;
}
.founder-head {
  font-size: 16px;
  line-height: 18px;
}
.about-desc {
  font-size: 17px;
}
.matop{
  margin-top: 35px;
}
.desk-arrow-2{
  display: none;
}
.curve1 {
  width: 140px;
  right: 66px;
  height: 66px;
}
.curve {
  width: 115px;
  left: 95px;
  height: 66px;
}
.map {
  height: 405px !important;
}
.navbar-custom .navbar-nav li a {
  color: #ffffff !important;
}
.serv {
  margin-left: 100px !important;
  margin-top: -20px !important;
}
.cont {
  margin-left: 445px !important;
  margin-top: -62px !important;
  color: #fff !important;
  width: 100px;
}
.insta {
  margin-left: 550px !important;
  margin-top: -75px !important;
}
.face{
  margin-left: 600px !important;
  margin-top: -75px !important;
}
.mail{
  margin-left: 650px !important;
  margin-top: -75px !important;
}
.logo-light{
  margin-top: -48px !important;
  margin-left: 145px;
}
.collapse-960{
  display: block !important;
  padding-top: 30px;
}
.navbar-toggler {
  display: none;
}
} */
@media (width:768px) and (height:1024px){
  .tab-reso{
    width: 250px !important;
      height: 350px !important;
      margin-left: 200px;
      margin-top: 20px;
  }
  .service-img {
    width: 170px !important;
    height: 170px !important;
}
.title-box .title-heading{
  font-size: 50px !important;
  line-height: 66px;
}
.carousel-control-prev {
  left: 0px !important;
}
.carousel-control-next {
  right: 0px !important;
}
/* .bg-light-red {
  height: 680px;
} */
.founder-text {
  font-size: 13px !important;
  line-height: 18px !important;
  margin-left: 20px !important;
}
.serv {
  margin-left: 100px !important;
  margin-top: -22px !important;
}
.cont {
  margin-left: 445px !important;
  margin-top: -54px !important;
  color: #fff !important;
  width: 100px;
}
.insta {
  margin-left: 550px !important;
  margin-top: -71px !important;
}
.face{
  margin-left: 600px !important;
  margin-top: -71px !important;
}
.mail{
  margin-left: 650px !important;
  margin-top: -71px !important;
}
.logo-light {
  margin-top: -65px !important;
  margin-left: 140px !important;
}
}
@media (width:820px) and (height:1180px){
  /* ipad air */
  .growth-one {
    height: 140px;
    width: 140px;
}
.bubble-bg {
  height: 878px;
}

.delivered-count {
  font-size: 63px;
}
.founder-text {
  padding-left: 4.5rem;
}
.contact-menu.active:before {
  bottom: -3px;
}
.about-menu.active:before {
  bottom: -3px;
}
.service-menu.active:before {
  bottom: -3px;
}
.welcome-text {
  font-size: 45px;
  line-height: 38px;
}
.welcome-desc {
  line-height: 21px;
}
.mt-top {
  margin-top: -120px;
}
.sec-block {
  margin-top: -110px;
  margin-left: 20px;
}
.underline {
  height: 18px;
  width: 545px;
  margin-left: 120px;
  margin-top: -12px;
}
.down_arr_left {
  height: 20%;
  width: 21px;
  margin-right: 30px !important;
  margin-top: -2%;
}
.img-right-sec {
  height: 135px;
  width: 50px;
  margin-left: 6px;
}
.underline-2 {
  margin-top: 5%;
}
.third-card {
  margin-top: -30%;
  margin-left: 70px;
}
.underline-last {
  margin-left: 12px;
  margin-top: -25px;
}
.img-right-third {
  margin-left: 0px;
}
.serv {
  margin-left: 100px !important;
  margin-top: -22px !important;
}
.cont {
  margin-left: 445px !important;
  margin-top: -54px !important;
  color: #fff !important;
  width: 100px;
}
.insta {
  margin-left: 550px !important;
  margin-top: -71px !important;
}
.face{
  margin-left: 600px !important;
  margin-top: -71px !important;
}
.mail{
  margin-left: 650px !important;
  margin-top: -71px !important;
}
.logo-light {
  margin-top: -65px !important;
  margin-left: 140px !important;
}
.gro-txt-up {
  font-size: 11px !important;
}
.row-mid{
  padding-top: -40px !important;
}
}

@media (width:768px) and (height:1024px){
  /* ipad mini */
  .contact-menu.active:before {
    bottom: -3px;
  }
  .about-menu.active:before {
    bottom: -3px;
  }
  .service-menu.active:before {
    bottom: -3px;
  }
  .growth-one {
    height: 140px;
    width: 140px;
}
.mt-top {
  margin-top: -109px;
}
.welcome-text {
  line-height: 44px;
}
.sec-block {
  margin-top: -120px;
  margin-left: 0px;
}
.underline {
  height: 18px;
  width: 540px;
  margin-left: 140px;
  margin-top: -28px;
}
.img-right-sec {
  height: 135px;
  width: 50px;
  margin-left: 10px;
}
}
.contact-btn{
  background: #B99C39;
border-radius: 35px;
color: #fff;
height: 50px;
}
.for-mob {
  margin-top: -5px;
  height: 30px;
  width: 30px;
}

@media (min-width:0px) and (max-width:600px){
  .rev-mob{
    display: block !important;
  }
}
.bg-red-mobile{
  height: 1350px !important;
}

.know-more:hover{
  color: #212529;
    background: #e4e5e7;
}

.welcome-btn:hover,.request-btn:hover{
  color: #212529 !important;
    background: #e4e5e7;
}
.bclose:hover{
  color: #fff !important;
}
.bclose{
  text-transform: uppercase !important;
  font-weight: bold !important;
}
.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,.55);
  border-color: rgba(255,255,255,.1);
  margin-top: 10px;
}
@media (width:800px) and (height:600px){
  .respo{
    margin-left: -20px !important;
  }
  .gro-txt-up {
    font-size: 13px !important;
    line-height: 17px !important;
}
.sec-text-up {
  font-size: 8px !important;
  line-height: 10px !important;
}
  .service-menu.active:before {
    bottom: -3px !important;
  }
  .contact-menu.active:before {
    bottom: -3px !important;
  }
  .about-menu.active:before {
    bottom: -3px !important;
  }
  }
  @media (width:960px) and (height:720px){
    .service-menu.active:before {
      bottom: -3px !important;
    }
    .contact-menu.active:before {
      bottom: -3px !important;
    }
    .about-menu.active:before {
      bottom: -3px !important;
    }
    }

.btn-update{
  margin-bottom: 100px !important;
  /* margin-left: 15px !important; */
}
.text-up{
  padding-top: 70px !important;
}
.home-txt-update{
  margin-top: 80px !important;
}
.btn-mob-up{
  margin-top: -35px !important;
}

/* growth-update */
.gr-up{
  font-family: 'Cormorant';
font-style: normal;
font-weight: 500;
font-size: 64px;
line-height: 91px;
display: flex;
align-items: center;
text-align: center;
letter-spacing: -0.015em;
color: #B99C39;
}
.secrow{
  position: relative;
}
.growth-one-up{
  position: absolute;
  left: 0%;
  height: 126px;
  width: 20px;
}

.row2{
  position: relative;
}
.secrow2{
  position: absolute;
  left: 0%;
}
.gro-txt {
  line-height: 40px;
}
.row2-sec{
  padding-left: 0px !important;
  margin-left: 20px !important;
}

.gro-txt-up{
  font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 19px;
letter-spacing: 0.085em;
color: #B99C39;
}

.sec-text-up{
  font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 11px;
line-height: 20px;
color: #1D1C1C;

}
.growth-one-down {
  height: 3px;
  width: 96%;
  margin-left: 8px;
  position: absolute;
 top: 130px;

}
.third-row{
  position: relative;
}
.last-img-up {
  width: 150px;
  height: 150px;
  position: absolute;
  top: 133px;
  right: -44px;
}
/* .respo{
margin-left: 0% !important;
} */
.pointer{
  cursor: pointer !important;
}
.second-row{
  position: relative;
}

@media (width:1024px) and (height:576px){
  .sec-text {
    font-size: 12px;
}
.respo{
margin-left: 0px !important;
}
.row2-sec{
  margin-left: 0px !important;
}
.gr-up{
  font-size: 52px !important;
}
.sec-text-up {
  font-size: 10px;
}
.row-mid{
  padding-left: 50px !important;
}
.growth-one-up {
  top: -2px !important;
  margin-left: 55px !important;
  height: 170px !important;
}
.growth-one-up{
  top: 0px !important;
}
.last-img-up {
  top: 174px;
  right: -26px;
}
.growth-one-down {
  width: 89% !important;
  margin-left: 63px !important;
  margin-top: 44px !important;
}
.growth-one {
  height: 150px;
  width: 150px;
  margin-left: 0px !important;
}
}
@media (width:1152px) and (height:648px){
  .sec-text {
    font-size: 12px;
}
.gr-up{
  font-size: 52px !important;
}
.growth-one-down{
  top: 170px !important;
}
.growth-one-up {
  top: 5px !important;
  height: 163px !important;
}
.last-img-up {
  top: 174px;
  right: -32px;
  /* margin-left: 2px !important; */
}
.growth-one-down {
  width: 96%;
}
.growth-one {
  height: 150px;
  width: 150px;
  margin-left: 3px !important;
}
}
@media (width:800px) and (height:600px){
  .sec-text {
    font-size: 10px !important;
    line-height: 15px !important;
}
.gr-up{
  font-size: 40px !important;
}
.growth-one-up {
  height: 160px !important;
  top: 0px !important;
}
.growth-one {
  height: 122px !important;
  width: 103px !important;
  margin-top: 20px;
}
.growth-one-down {
  width: 97%;
  top: 160px !important;
}
.growth-one {
  height: 150px;
  width: 150px;
}
.last-img-up {
  top: 160px !important;
 right: -45px !important;
}
}
@media (width:960px) and (height:720px){
  .sec-text {
    font-size: 12px;
    line-height: 20px !important;
}
.gr-up {
  font-size: 40px !important;
  font-weight: bold;
}
.growth-one-down{
  top: 170px !important;
}
.growth-one-up{
  top: 110px !important;
}
.last-img-up {
  top: 244px;
  right: -57px;
}
.growth-one-down {
  width: 100%;
}
.growth-one {
  height: 212px;
  width: 181px;
  margin-left: -73px;
}
.gro-txt {
  font-size: 29px !important;
}
.growth-one-down{
  top: 240px !important;
}
.sec-text-up {
  font-size: 11px;
  line-height: 13px;
}
}
.mob-head{
  font-family: 'Cormorant';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 48px;
display: flex;
align-items: center;
text-align: center;
letter-spacing: -0.015em;
color: #B99C39;
}
.mob-head-img{
  height: 126px;
  width: 120px;
}
.gro-txt-mob{
  font-family: 'Poppins' !important;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;
letter-spacing: 0.085em;
color: #B99C39;
}
.sec-text-mob{
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: #1D1C1C;
}
.mob-down {
  height: 528px;
  width: 45px;
  position: absolute;
  left: 35px;
  top: 233px;
}
.mob-view{
  position: relative;
}
.abc1{
  position: absolute;
  top: 260px; 
  left: 52px;
}
.abc2{
  position: absolute;
  top: 350px; 
  left: 52px;
}
.abc3{
  position: absolute;
  top: 440px; 
  left: 52px;
}
.abc4{
  position: absolute;
  top: 530px; 
  left: 52px;
}

.gro-txt-up-mob{
  font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 18px;
letter-spacing: 0.085em;
color: #B99C39;
}
.sec-text-up-mob{
  font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 15px;
color: #1D1C1C;
}
.mob-head-img-last{
  height: 74px;
  width: 74px;
}
.gro-txt-mob-last{
  font-family: 'Poppins' !important;
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;
letter-spacing: 0.085em;
color: #B99C39;
}
.sec-text-mob-last{
  font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 18px;
color: #1D1C1C;
}
@media (width:360px) and (height:740px){
  .abc1 {
    top: 283px !important;
}
.mob-head {
  font-size: 38px !important;
}
.mob-down {
  top: 265px !important;
}
.bottom-l{
  bottom: -450px !important;
}
.bottom-l {
  bottom: -610px !important;
}
}
@media (max-width:360px) and (max-height:640px){
  .abc1 {
    top: 284px !important;
}
.mob-head {
  font-size: 38px !important;
}
.mob-down {
  top: 265px !important;
}
.bottom-l {
  bottom: -580px !important;
}
.mob-down {
  height: 458px;
  
}
}
@media (width:1024px) and (height:600px){
  .sec-text {
    font-size: 12px;
    line-height: 20px !important;
}
.gr-up {
  font-size: 40px !important;
  font-weight: bold;
}
.growth-one-down{
  top: 170px !important;
}
.growth-one-up{
  top: -13px !important;
  height: 175px !important;
}
.last-img-up {
  top: 175px;
  right: -33px;
}
.growth-one-down {
  width: 100%;
}
.growth-one {
  height: 212px;
  width: 181px;
  margin-left: -25px;
}
.gro-txt {
  font-size: 29px !important;
}
.growth-one-down{
  top: 165px !important;
  width: 97% !important;
}
.sec-text-up {
  font-size: 11px;
  line-height: 13px;
}
}
@media (width:820px) and (height:1180px){
  .sec-text {
    font-size: 12px;
    line-height: 20px !important;
}
.founder-text{
font-size: 11px;
}
.row2-sec {
  padding-left: 0px !important;
  margin-left: 10px !important;
}
.respo{
  margin-left: -10px !important;
}
.gr-up {
  font-size: 40px !important;
  font-weight: bold;
}
.growth-one-down{
  top: 170px !important;
}
.growth-one-up{
  top: -6px !important;
  height: 176px !important;
}
.last-img-up {
  top: 178px !important;
  right: -48px;
}
.growth-one-down {
  width: 100%;
}
.growth-one {
  height: 174px !important;
    width: 151px !important;
  margin-left: -25px;
}
.gro-txt {
  font-size: 29px !important;
}
.growth-one-down{
  top: 169px !important;
  width: 95% !important;
}
.sec-text-up {
  font-size: 9px !important;
  line-height: 10px !important;
}
}
@media (width:960px) and (height:720px){
  .sec-text {
    font-size: 10px;
    line-height: 20px !important;
}
.gr-up {
  font-size: 40px !important;
  font-weight: bold;
  padding-left: 7px;
}
.growth-one-down{
  top: 170px !important;
}
.growth-one-up {
  top: 0px !important;
  margin-left: -26px;
  height: 193px !important;
}
.gro-txt-up {
  font-size: 13px;
  line-height: 21px;
}
.last-img-up {
  top: 191px;
  right: -40px;
}
.growth-one-down {
  width: 100%;
}
.growth-one {
  height: 167px;
  width: 148px;
  margin-left: -36px;
}
.gro-txt {
  font-size: 29px !important;
}
.growth-one-down {
  top: 190px !important;
  margin-left: -17px;
}
.sec-text-up {
  font-size: 9px;
  line-height: 10px;
}
}
@media (width:768px) and (height:1024px){
  .gr-up {
    font-size: 40px;
}
.respo{
  margin-left: -2px !important;
}
.row2-sec {
  padding-left: 0px !important;
  margin-left: 2px !important;
}
.gro-txt {
  font-size: 20px;
  line-height: 36px !important;
}
.sec-text {
  font-size: 10px;
}
.growth-one-down {
  top: 240px;
  width: 94% !important;
  margin-left: 22px !important;
}
.growth-one-up {
  height: 235px;
  left: 2% !important;
}
.last-img-up {
  top: 240px;
  right: -30px;
}
.growth-one {
  height: 140px !important;
  width: 140px !important;
  margin-left: -22px;
}

}
@media (width:912px) and (height:1368px){
  .gr-up {
    font-size: 40px;
}
.gro-txt {
  font-size: 20px;
  line-height: 36px !important;
}
.sec-text {
  font-size: 10px;
}
.growth-one-down {
  top: 240px;
}
.growth-one-up {
  height: 235px;
}
.last-img-up {
  top: 240px;
  right: -60px;
}
.growth-one {
  height: 140px !important;
  width: 140px !important;
  margin-left: -22px;
}
.serv {
  margin-left: 100px !important;
  margin-top: -22px !important;
}
.cont {
  margin-left: 445px !important;
  margin-top: -54px !important;
  color: #fff !important;
  width: 100px;
}
.insta {
  margin-left: 550px !important;
  margin-top: -71px !important;
}
.face{
  margin-left: 600px !important;
  margin-top: -71px !important;
}
.mail{
  margin-left: 650px !important;
  margin-top: -71px !important;
}
.logo-light {
  margin-top: -65px !important;
  margin-left: 140px !important;
}
.contact-menu.active:before {
  bottom: -5px;
}
.about-menu.active:before {
  bottom: -5px;
}
.service-menu.active:before {
  bottom: -5px;
}
}
/* a:hover {
  color: #ffffff !important;
} */

.growth-head{
  font-family: 'Poppins' !important;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.085em;
  color: #B99C39;
}

.growth-desc{
  font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #1D1C1C;
}

.ex-left-arrow{
  position: absolute;
    width: auto;
    height: 208px;
    left: 95px;
    top: -60px;
    z-index: 0;
}

.ex-bottom-arrow{
  width: 85%;
  height: 21px;
  left: 105px;
  position: absolute;
  top: 140px;
}

.growth-section {
  padding-top: 90px;
  padding-bottom: 200px !important;
  position: relative;
}

.ex-bottom-right-arrow{
  position: absolute;
    width: auto;
    height: 100px;
    top: 153px;
    right: 55px;
}

.growth-bottom-row{
  position: relative;
    top: 95px;
    right: -35px;
}

.group-left-arrow{
  top: 40px;  
  position: relative;
  left: 0;
  width: 35px;
  height: 109px;
}

.group-left-head {
    font-family: 'Poppins' !important;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.085em;
    color: #B99C39;
}

.group-left-desc {
  font-family: 'Poppins' !important;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 21px;
  color: #1D1C1C;
}

.group-content{
  padding: 11px;
    position: absolute;
    top: 30px;
    left: 50px;
}

.growth-section-mobile {
  padding: 10px !important;
  position: relative;
}
.pb-300{
  padding-bottom: 150px;
}

@media (width:1440px) and (height:1080px) {
 
  .founder-text {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}
@media (width:1440px) and (height:900px) {
 
  .founder-text {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}
@media (width:1600px) and (height:1200px) {
 
  .founder-text {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}
@media (width:1600px) and (height:900px) {
 
  .founder-text {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}
@media (width:1680px) and (height:1050px) {
 
  .founder-text {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}
@media (width:1856px) and (height:1392px) {
 
  .founder-text {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}
@media (width:1920px) and (height:1080px) {
 
  .founder-text {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}
@media (width:1920px) and (height:1200px) {
 
  .founder-text {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}
@media (width:1920px) and (height:1440px) {
 
  .founder-text {
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}

/* .owl-carousel .owl-stage-outer {
  overflow: visible !important;
} */
.owl-stage:focus-visible{
  outline: 0px  !important;
}
.know-more-btn:hover{
  color: #212529;
  background: #e4e5e7;
}



.service-btn:hover{
  color: #212529;
  background: #e4e5e7;
}

.desktop-facility .facility-slider{
  height: 100vh !important;
}

.desktop-facility .owl-carousel .owl-stage-outer{
  height: 100% !important;
}

.mobile-facility .owl-carousel .owl-stage-outer{
  height: 100% !important;
}

/* 
.new-back{
  background-image: url(../TLC_WEBSITE/images/new-back.png);
  
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
} */

.inner{
  position: absolute;
  margin-top: -78px;
  left: 4px;
}
.pd-20{
  padding-top: 12rem !important;
  padding-bottom: 0rem !important;
}


@media (width: 1024px) and (height: 576px) {
  .inner{
    position: absolute;
    margin-top: -50px;
    left: 4px;
  }
}
@media (width: 1152px) and (height: 648px) {
  .inner{
    position: absolute;
    margin-top: -50px;
    left: 4px;
  }
}
@media (width: 820px) and (height: 1180px) {
  .inner{
    position: absolute;
    margin-top: -11px;
    left: 4px;
  }
  .Luxurious-text {
    bottom: -300px;
    font-size: 23px !important;
  }
}
@media (width: 1024px) and (height: 768px) {
  .inner{
    position: absolute;
    margin-top: -55px;
    left: 4px;
  }
  
element.style {
}
.carousel-item img {
    z-index: 100 !important;
    position: relative;
}
.logo-icon {
    padding: 1rem;
    width: 280px;
    top: -16px;
    height: 180px;
}
}

.owl-carousel .services-item .inner-mob{
    display: block !important;
    width: 220px !important;
    margin: auto !important;
    position: absolute;
    top: 148%;
    left: 7%;
}

.inn-mob{
  padding: 45px;
}

@media (width:384px) and (height:640px){
  .owl-carousel .services-item .inner-mob{
    left: 10% !important;
    top: 144% !important;
}
.service-img-text{
  top: 322px !important;
}
}
@media (width:360px) and (height:640px){
  .owl-carousel .services-item .inner-mob{
    left: 7% !important;
    top: 149% !important;
    width: 220px !important;
}
.service-img-text{
  font-size: 19px !important;
}
}

@media screen and (width: 412px) and (height:640px) {
  .owl-carousel .services-item .inner-mob{
    left: 13% !important;
    top: 175% !important;
    width: 190px !important;
  }
}
@media (width:375px) and (height:667px){
  .owl-carousel .services-item .inner-mob{
    left: 9% !important;
    top: 146% !important;
}
}
@media (width:414px) and (height:896px){
  .owl-carousel .services-item .inner-mob{
    left: 10% !important;
    top: 140% !important;
}
.inn-mob{
  padding: 60px !important;
}
.service-img-text{
  top: 322px !important;
}
}
@media (width:390px) and (height:844px){
  .owl-carousel .services-item .inner-mob{
    left: 7% !important;
    top: 147% !important;
}
.inn-mob{
  padding: 60px !important;
}
}
@media (width:393px) and (height:851px){
  .owl-carousel .services-item .inner-mob{
    left: 7% !important;
    top: 147% !important;
}
.inn-mob{
  padding: 60px !important;
}
}
@media (width:412px) and (height:915px){
  .owl-carousel .services-item .inner-mob{
    left: 10% !important;
    top: 140% !important;
}
.inn-mob{
  padding: 60px !important;
}
}
@media (width:412px) and (height:914px){
  .owl-carousel .services-item .inner-mob{
    left: 10% !important;
    top: 140% !important;
}
.inn-mob{
  padding: 60px !important;
}
.service-img-text{
  top: 325px !important;
}
}
@media (width:412px) and (height:915px){
  .owl-carousel .services-item .inner-mob{
    left: 10% !important;
    top: 140% !important;
}
.inn-mob{
  padding: 60px !important;
}
.service-img-text{
  top: 325px !important;
}
}
@media (width:412px) and (height:732px){
  .owl-carousel .services-item .inner-mob{
    left: 10% !important;
    top: 143% !important;
}
.inn-mob{
  padding: 60px !important;
}
.service-img-text{
  top: 325px !important;
}
}
@media (width:768px) and (height:1024px){
.delivered-count {
  font-style: normal;
  font-weight: 700;
  font-size: 62px;
  line-height: 52px;
  letter-spacing: 0.075em;
  color: #B99C39;
  padding-left: 12px;
}
.bubble-bg {
  height: 860px;
}
.inner {
  position: absolute;
  margin-top: -17px;
  left: 4px;
}
.Luxurious-text {
  bottom: -300px;
}
.Luxurious-text{
  font-size: 23px !important;
}
}
@media (width:912px) and (height:1368px){
  .inner {
    position: absolute;
    margin-top: -12px;
    left: 4px;
}
.Luxurious-text{
  font-size: 23px !important;
  bottom: -300px !important;
}
.bubble-bg{
  height: 870px !important;
}
.delivered-count {
  font-size: 65px;
}
}
@media screen and (max-width:600px){

  .owl-carousel .services-item .inner-mob {
    display: block !important;
    width: 220px !important;
    margin: auto !important;
    position: absolute;
    top: 145%;
    left: 12% !important;
}

.service-img-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 30px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.145em;
  text-transform: uppercase;
  color: #000000;
  mix-blend-mode: normal;
  position: relative;
  top: 328px !important;
}

}

.mob-cars{
  /* background-image: url('images/fix-slider-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; */
}

/*mobile carsuel csss*/

/* .wash-slider-bg{
  background-image: url('../images/fix-slider-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
} */

.wash-mobile-div{
  padding: 18px !important;
}

.wash-text{
  font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 23px;
line-height: 42px;
/* identical to box height */
text-align: center;
letter-spacing: 0.145em;
text-transform: uppercase;
color: #000000;
padding-top: 30px;
}

.wash-mobile-div .owl-item{
  height: 100% !important;
}

html .owl-carousel .wash-circle img{
  width: 200px !important;
  margin-left: auto;
  margin-right: auto;
}

.know-more1{
  background: #000000;
border-radius: 35px;
font-style: normal;
font-weight: 700;
font-size: 12px;
line-height: 18px;
/* identical to box height */
letter-spacing: 0.185em;
text-transform: uppercase;
color: #FFFFFF !important;
/* margin: auto; */
}

.mt-404{
  margin-top: -200px;
 
}
@media screen and (min-width:768px) and (max-width:800px){
  .inner {
    position: absolute;
    margin-top: -12px;
    left: 4px;
}
}

.footer-link-desc {
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.005em;
  color: #FFFFFF;
}