/* colors */
.btn-light-primary,
.bg-light-primary {
  background-color: #585565 !important;
}

.btn-outline-primary {
  color: #2e2b3e !important;
  border-color: #2e2b3e !important;
}

.btn-primary,
.bg-primary {
  color: #fff;
  background-color: #2e2b3e !important;
}

.btn-gradient-primary,
.bg-gradient-primary {
  background-image: linear-gradient(to right, #242230, #383648) !important;
}

.border-light-primary {
  border-color: #585565 !important;
}

.border-primary {
  border-color: #2e2b3e !important;
}

.text-light-primary {
  color: #585565 !important;
}

.text-primary {
  color: #2e2b3e !important;
}

.btn-light-primary:hover, .btn-light-primary:active, .btn-light-primary:focus {
  background-color: #2e2b3e !important;
  color: #585565 !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  background-color: #585565 !important;
}

.btn-light-secondary,
.bg-light-secondary {
  background-color: #e4b15b !important;
}

.btn-outline-secondary {
  color: #dd9d32 !important;
  border-color: #dd9d32 !important;
}

.btn-secondary,
.bg-secondary {
  color: #fff;
  background-color: #dd9d32 !important;
}

.btn-gradient-secondary,
.bg-gradient-secondary {
  background-image: linear-gradient(to right, #ac7a27, #dfa23c) !important;
}

.border-light-secondary {
  border-color: #e4b15b !important;
}

.border-secondary {
  border-color: #dd9d32 !important;
}

.text-light-secondary {
  color: #e4b15b !important;
}

.text-secondary {
  color: #dd9d32 !important;
}

.btn-light-secondary:hover, .btn-light-secondary:active, .btn-light-secondary:focus {
  background-color: #dd9d32 !important;
  color: #e4b15b !important;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  background-color: #e4b15b !important;
}

.btn-light-lightSecondary,
.bg-light-lightSecondary {
  background-color: #f7f3eb !important;
}

.btn-outline-lightSecondary {
  color: #F5F0E6 !important;
  border-color: #F5F0E6 !important;
}

.btn-lightSecondary,
.bg-lightSecondary {
  color: #fff;
  background-color: #F5F0E6 !important;
}

.btn-gradient-lightSecondary,
.bg-gradient-lightSecondary {
  background-image: linear-gradient(to right, #bfbbb3, #f6f1e7) !important;
}

.border-light-lightSecondary {
  border-color: #f7f3eb !important;
}

.border-lightSecondary {
  border-color: #F5F0E6 !important;
}

.text-light-lightSecondary {
  color: #f7f3eb !important;
}

.text-lightSecondary {
  color: #F5F0E6 !important;
}

.btn-light-lightSecondary:hover, .btn-light-lightSecondary:active, .btn-light-lightSecondary:focus {
  background-color: #F5F0E6 !important;
  color: #f7f3eb !important;
}

.btn-lightSecondary:hover, .btn-lightSecondary:active, .btn-lightSecondary:focus {
  background-color: #f7f3eb !important;
}

.btn-light-success,
.bg-light-success {
  background-color: #36c29e !important;
}

.btn-outline-success {
  color: #04b386 !important;
  border-color: #04b386 !important;
}

.btn-success,
.bg-success {
  color: #fff;
  background-color: #04b386 !important;
}

.btn-gradient-success,
.bg-gradient-success {
  background-image: linear-gradient(to right, #038c69, #11b78c) !important;
}

.border-light-success {
  border-color: #36c29e !important;
}

.border-success {
  border-color: #04b386 !important;
}

.text-light-success {
  color: #36c29e !important;
}

.text-success {
  color: #04b386 !important;
}

.btn-light-success:hover, .btn-light-success:active, .btn-light-success:focus {
  background-color: #04b386 !important;
  color: #36c29e !important;
}

.btn-success:hover, .btn-success:active, .btn-success:focus {
  background-color: #36c29e !important;
}

.btn-light-info,
.bg-light-info {
  background-color: #34c6ff !important;
}

.btn-outline-info {
  color: #01b8ff !important;
  border-color: #01b8ff !important;
}

.btn-info,
.bg-info {
  color: #fff;
  background-color: #01b8ff !important;
}

.btn-gradient-info,
.bg-gradient-info {
  background-image: linear-gradient(to right, #0190c7, #0ebcff) !important;
}

.border-light-info {
  border-color: #34c6ff !important;
}

.border-info {
  border-color: #01b8ff !important;
}

.text-light-info {
  color: #34c6ff !important;
}

.text-info {
  color: #01b8ff !important;
}

.btn-light-info:hover, .btn-light-info:active, .btn-light-info:focus {
  background-color: #01b8ff !important;
  color: #34c6ff !important;
}

.btn-info:hover, .btn-info:active, .btn-info:focus {
  background-color: #34c6ff !important;
}

.btn-light-gray,
.bg-light-gray {
  background-color: #737175 !important;
}

.btn-outline-gray {
  color: #504e53 !important;
  border-color: #504e53 !important;
}

.btn-gray,
.bg-gray {
  color: #fff;
  background-color: #504e53 !important;
}

.btn-gradient-gray,
.bg-gradient-gray {
  background-image: linear-gradient(to right, #3e3d41, #59575c) !important;
}

.border-light-gray {
  border-color: #737175 !important;
}

.border-gray {
  border-color: #504e53 !important;
}

.text-light-gray {
  color: #737175 !important;
}

.text-gray {
  color: #504e53 !important;
}

.btn-light-gray:hover, .btn-light-gray:active, .btn-light-gray:focus {
  background-color: #504e53 !important;
  color: #737175 !important;
}

.btn-gray:hover, .btn-gray:active, .btn-gray:focus {
  background-color: #737175 !important;
}

.btn-light-midGray,
.bg-light-midGray {
  background-color: #89888d !important;
}

.btn-outline-midGray {
  color: #6C6A71 !important;
  border-color: #6C6A71 !important;
}

.btn-midGray,
.bg-midGray {
  color: #fff;
  background-color: #6C6A71 !important;
}

.btn-gradient-midGray,
.bg-gradient-midGray {
  background-image: linear-gradient(to right, #545358, #737178) !important;
}

.border-light-midGray {
  border-color: #89888d !important;
}

.border-midGray {
  border-color: #6C6A71 !important;
}

.text-light-midGray {
  color: #89888d !important;
}

.text-midGray {
  color: #6C6A71 !important;
}

.btn-light-midGray:hover, .btn-light-midGray:active, .btn-light-midGray:focus {
  background-color: #6C6A71 !important;
  color: #89888d !important;
}

.btn-midGray:hover, .btn-midGray:active, .btn-midGray:focus {
  background-color: #89888d !important;
}

.btn-light-lightGray,
.bg-light-lightGray {
  background-color: #edecf6 !important;
}

.btn-outline-lightGray {
  color: #E9E7F4 !important;
  border-color: #E9E7F4 !important;
}

.btn-lightGray,
.bg-lightGray {
  color: #fff;
  background-color: #E9E7F4 !important;
}

.btn-gradient-lightGray,
.bg-gradient-lightGray {
  background-image: linear-gradient(to right, #b6b4be, #eae8f5) !important;
}

.border-light-lightGray {
  border-color: #edecf6 !important;
}

.border-lightGray {
  border-color: #E9E7F4 !important;
}

.text-light-lightGray {
  color: #edecf6 !important;
}

.text-lightGray {
  color: #E9E7F4 !important;
}

.btn-light-lightGray:hover, .btn-light-lightGray:active, .btn-light-lightGray:focus {
  background-color: #E9E7F4 !important;
  color: #edecf6 !important;
}

.btn-lightGray:hover, .btn-lightGray:active, .btn-lightGray:focus {
  background-color: #edecf6 !important;
}

.btn-light-lightGray2,
.bg-light-lightGray2 {
  background-color: #f3f1f0 !important;
}

.btn-outline-lightGray2 {
  color: #f0eeec !important;
  border-color: #f0eeec !important;
}

.btn-lightGray2,
.bg-lightGray2 {
  color: #fff;
  background-color: #f0eeec !important;
}

.btn-gradient-lightGray2,
.bg-gradient-lightGray2 {
  background-image: linear-gradient(to right, #bbbab8, #f1efed) !important;
}

.border-light-lightGray2 {
  border-color: #f3f1f0 !important;
}

.border-lightGray2 {
  border-color: #f0eeec !important;
}

.text-light-lightGray2 {
  color: #f3f1f0 !important;
}

.text-lightGray2 {
  color: #f0eeec !important;
}

.btn-light-lightGray2:hover, .btn-light-lightGray2:active, .btn-light-lightGray2:focus {
  background-color: #f0eeec !important;
  color: #f3f1f0 !important;
}

.btn-lightGray2:hover, .btn-lightGray2:active, .btn-lightGray2:focus {
  background-color: #f3f1f0 !important;
}

.btn-light-purbleClr,
.bg-light-purbleClr {
  background-color: #bea0d2 !important;
}

.btn-outline-purbleClr {
  color: #AE88C7 !important;
  border-color: #AE88C7 !important;
}

.btn-purbleClr,
.bg-purbleClr {
  color: #fff;
  background-color: #AE88C7 !important;
}

.btn-gradient-purbleClr,
.bg-gradient-purbleClr {
  background-image: linear-gradient(to right, #886a9b, #b28eca) !important;
}

.border-light-purbleClr {
  border-color: #bea0d2 !important;
}

.border-purbleClr {
  border-color: #AE88C7 !important;
}

.text-light-purbleClr {
  color: #bea0d2 !important;
}

.text-purbleClr {
  color: #AE88C7 !important;
}

.btn-light-purbleClr:hover, .btn-light-purbleClr:active, .btn-light-purbleClr:focus {
  background-color: #AE88C7 !important;
  color: #bea0d2 !important;
}

.btn-purbleClr:hover, .btn-purbleClr:active, .btn-purbleClr:focus {
  background-color: #bea0d2 !important;
}

.btn-light-light,
.bg-light-light {
  background-color: white !important;
}

.btn-outline-light {
  color: #fff !important;
  border-color: #fff !important;
}

.btn-light,
.bg-light {
  color: #fff;
  background-color: #fff !important;
}

.btn-gradient-light,
.bg-gradient-light {
  background-image: linear-gradient(to right, #c7c7c7, white) !important;
}

.border-light-light {
  border-color: white !important;
}

.border-light {
  border-color: #fff !important;
}

.text-light-light {
  color: white !important;
}

.text-light {
  color: #fff !important;
}

.btn-light-light:hover, .btn-light-light:active, .btn-light-light:focus {
  background-color: #fff !important;
  color: white !important;
}

.btn-light:hover, .btn-light:active, .btn-light:focus {
  background-color: white !important;
}

.btn-light-lighter,
.bg-light-lighter {
  background-color: #e1e1e1 !important;
}

.btn-outline-lighter {
  color: #D9D9D9 !important;
  border-color: #D9D9D9 !important;
}

.btn-lighter,
.bg-lighter {
  color: #fff;
  background-color: #D9D9D9 !important;
}

.btn-gradient-lighter,
.bg-gradient-lighter {
  background-image: linear-gradient(to right, darkgray, #dbdbdb) !important;
}

.border-light-lighter {
  border-color: #e1e1e1 !important;
}

.border-lighter {
  border-color: #D9D9D9 !important;
}

.text-light-lighter {
  color: #e1e1e1 !important;
}

.text-lighter {
  color: #D9D9D9 !important;
}

.btn-light-lighter:hover, .btn-light-lighter:active, .btn-light-lighter:focus {
  background-color: #D9D9D9 !important;
  color: #e1e1e1 !important;
}

.btn-lighter:hover, .btn-lighter:active, .btn-lighter:focus {
  background-color: #e1e1e1 !important;
}

.btn-light-warning,
.bg-light-warning {
  background-color: #ef8c5c !important;
}

.btn-outline-warning {
  color: #eb6f33 !important;
  border-color: #eb6f33 !important;
}

.btn-warning,
.bg-warning {
  color: #fff;
  background-color: #eb6f33 !important;
}

.btn-gradient-warning,
.bg-gradient-warning {
  background-image: linear-gradient(to right, #b75728, #ec763d) !important;
}

.border-light-warning {
  border-color: #ef8c5c !important;
}

.border-warning {
  border-color: #eb6f33 !important;
}

.text-light-warning {
  color: #ef8c5c !important;
}

.text-warning {
  color: #eb6f33 !important;
}

.btn-light-warning:hover, .btn-light-warning:active, .btn-light-warning:focus {
  background-color: #eb6f33 !important;
  color: #ef8c5c !important;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  background-color: #ef8c5c !important;
}

.btn-light-danger,
.bg-light-danger {
  background-color: #f6695e !important;
}

.btn-outline-danger {
  color: #F44336 !important;
  border-color: #F44336 !important;
}

.btn-danger,
.bg-danger {
  color: #fff;
  background-color: #F44336 !important;
}

.btn-gradient-danger,
.bg-gradient-danger {
  background-image: linear-gradient(to right, #be342a, #f54c40) !important;
}

.border-light-danger {
  border-color: #f6695e !important;
}

.border-danger {
  border-color: #F44336 !important;
}

.text-light-danger {
  color: #f6695e !important;
}

.text-danger {
  color: #F44336 !important;
}

.btn-light-danger:hover, .btn-light-danger:active, .btn-light-danger:focus {
  background-color: #F44336 !important;
  color: #f6695e !important;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus {
  background-color: #f6695e !important;
}

.btn-light-dark,
.bg-light-dark {
  background-color: #716677 !important;
}

.btn-outline-dark {
  color: #4D4055 !important;
  border-color: #4D4055 !important;
}

.btn-dark,
.bg-dark {
  color: #fff;
  background-color: #4D4055 !important;
}

.btn-gradient-dark,
.bg-gradient-dark {
  background-image: linear-gradient(to right, #3c3242, #564a5e) !important;
}

.border-light-dark {
  border-color: #716677 !important;
}

.border-dark {
  border-color: #4D4055 !important;
}

.text-light-dark {
  color: #716677 !important;
}

.text-dark {
  color: #4D4055 !important;
}

.btn-light-dark:hover, .btn-light-dark:active, .btn-light-dark:focus {
  background-color: #4D4055 !important;
  color: #716677 !important;
}

.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  background-color: #716677 !important;
}

.btn-light-darkBlack,
.bg-light-darkBlack {
  background-color: #4d4055 !important;
}

.btn-outline-darkBlack {
  color: #20102B !important;
  border-color: #20102B !important;
}

.btn-darkBlack,
.bg-darkBlack {
  color: #fff;
  background-color: #20102B !important;
}

.btn-gradient-darkBlack,
.bg-gradient-darkBlack {
  background-image: linear-gradient(to right, #190c22, #2b1c36) !important;
}

.border-light-darkBlack {
  border-color: #4d4055 !important;
}

.border-darkBlack {
  border-color: #20102B !important;
}

.text-light-darkBlack {
  color: #4d4055 !important;
}

.text-darkBlack {
  color: #20102B !important;
}

.btn-light-darkBlack:hover, .btn-light-darkBlack:active, .btn-light-darkBlack:focus {
  background-color: #20102B !important;
  color: #4d4055 !important;
}

.btn-darkBlack:hover, .btn-darkBlack:active, .btn-darkBlack:focus {
  background-color: #4d4055 !important;
}

.btn-light-orange,
.bg-light-orange {
  background-color: #e4b15b !important;
}

.btn-outline-orange {
  color: #DD9D32 !important;
  border-color: #DD9D32 !important;
}

.btn-orange,
.bg-orange {
  color: #fff;
  background-color: #DD9D32 !important;
}

.btn-gradient-orange,
.bg-gradient-orange {
  background-image: linear-gradient(to right, #ac7a27, #dfa23c) !important;
}

.border-light-orange {
  border-color: #e4b15b !important;
}

.border-orange {
  border-color: #DD9D32 !important;
}

.text-light-orange {
  color: #e4b15b !important;
}

.text-orange {
  color: #DD9D32 !important;
}

.btn-light-orange:hover, .btn-light-orange:active, .btn-light-orange:focus {
  background-color: #DD9D32 !important;
  color: #e4b15b !important;
}

.btn-orange:hover, .btn-orange:active, .btn-orange:focus {
  background-color: #e4b15b !important;
}

.btn-light-bgClr,
.bg-light-bgClr {
  background-color: #f9f9f9 !important;
}

.btn-outline-bgClr {
  color: #F8F8F8 !important;
  border-color: #F8F8F8 !important;
}

.btn-bgClr,
.bg-bgClr {
  color: #fff;
  background-color: #F8F8F8 !important;
}

.btn-gradient-bgClr,
.bg-gradient-bgClr {
  background-image: linear-gradient(to right, #c1c1c1, #f8f8f8) !important;
}

.border-light-bgClr {
  border-color: #f9f9f9 !important;
}

.border-bgClr {
  border-color: #F8F8F8 !important;
}

.text-light-bgClr {
  color: #f9f9f9 !important;
}

.text-bgClr {
  color: #F8F8F8 !important;
}

.btn-light-bgClr:hover, .btn-light-bgClr:active, .btn-light-bgClr:focus {
  background-color: #F8F8F8 !important;
  color: #f9f9f9 !important;
}

.btn-bgClr:hover, .btn-bgClr:active, .btn-bgClr:focus {
  background-color: #f9f9f9 !important;
}

.btn-light-selectionBg,
.bg-light-selectionBg {
  background-color: #333333 !important;
}

.btn-outline-selectionBg {
  color: #000 !important;
  border-color: #000 !important;
}

.btn-selectionBg,
.bg-selectionBg {
  color: #fff;
  background-color: #000 !important;
}

.btn-gradient-selectionBg,
.bg-gradient-selectionBg {
  background-image: linear-gradient(to right, black, #0d0d0d) !important;
}

.border-light-selectionBg {
  border-color: #333333 !important;
}

.border-selectionBg {
  border-color: #000 !important;
}

.text-light-selectionBg {
  color: #333333 !important;
}

.text-selectionBg {
  color: #000 !important;
}

.btn-light-selectionBg:hover, .btn-light-selectionBg:active, .btn-light-selectionBg:focus {
  background-color: #000 !important;
  color: #333333 !important;
}

.btn-selectionBg:hover, .btn-selectionBg:active, .btn-selectionBg:focus {
  background-color: #333333 !important;
}

.btn-light-selectionColor,
.bg-light-selectionColor {
  background-color: white !important;
}

.btn-outline-selectionColor {
  color: #fff !important;
  border-color: #fff !important;
}

.btn-selectionColor,
.bg-selectionColor {
  color: #fff;
  background-color: #fff !important;
}

.btn-gradient-selectionColor,
.bg-gradient-selectionColor {
  background-image: linear-gradient(to right, #c7c7c7, white) !important;
}

.border-light-selectionColor {
  border-color: white !important;
}

.border-selectionColor {
  border-color: #fff !important;
}

.text-light-selectionColor {
  color: white !important;
}

.text-selectionColor {
  color: #fff !important;
}

.btn-light-selectionColor:hover, .btn-light-selectionColor:active, .btn-light-selectionColor:focus {
  background-color: #fff !important;
  color: white !important;
}

.btn-selectionColor:hover, .btn-selectionColor:active, .btn-selectionColor:focus {
  background-color: white !important;
}

.btn-light-scrollTrackBg,
.bg-light-scrollTrackBg {
  background-color: #f4f4f4 !important;
}

.btn-outline-scrollTrackBg {
  color: #f1f1f1 !important;
  border-color: #f1f1f1 !important;
}

.btn-scrollTrackBg,
.bg-scrollTrackBg {
  color: #fff;
  background-color: #f1f1f1 !important;
}

.btn-gradient-scrollTrackBg,
.bg-gradient-scrollTrackBg {
  background-image: linear-gradient(to right, #bcbcbc, #f2f2f2) !important;
}

.border-light-scrollTrackBg {
  border-color: #f4f4f4 !important;
}

.border-scrollTrackBg {
  border-color: #f1f1f1 !important;
}

.text-light-scrollTrackBg {
  color: #f4f4f4 !important;
}

.text-scrollTrackBg {
  color: #f1f1f1 !important;
}

.btn-light-scrollTrackBg:hover, .btn-light-scrollTrackBg:active, .btn-light-scrollTrackBg:focus {
  background-color: #f1f1f1 !important;
  color: #f4f4f4 !important;
}

.btn-scrollTrackBg:hover, .btn-scrollTrackBg:active, .btn-scrollTrackBg:focus {
  background-color: #f4f4f4 !important;
}

.btn-light-scrollThumbBg,
.bg-light-scrollThumbBg {
  background-color: #a0a0a0 !important;
}

.btn-outline-scrollThumbBg {
  color: #888 !important;
  border-color: #888 !important;
}

.btn-scrollThumbBg,
.bg-scrollThumbBg {
  color: #fff;
  background-color: #888 !important;
}

.btn-gradient-scrollThumbBg,
.bg-gradient-scrollThumbBg {
  background-image: linear-gradient(to right, #6a6a6a, #8e8e8e) !important;
}

.border-light-scrollThumbBg {
  border-color: #a0a0a0 !important;
}

.border-scrollThumbBg {
  border-color: #888 !important;
}

.text-light-scrollThumbBg {
  color: #a0a0a0 !important;
}

.text-scrollThumbBg {
  color: #888 !important;
}

.btn-light-scrollThumbBg:hover, .btn-light-scrollThumbBg:active, .btn-light-scrollThumbBg:focus {
  background-color: #888 !important;
  color: #a0a0a0 !important;
}

.btn-scrollThumbBg:hover, .btn-scrollThumbBg:active, .btn-scrollThumbBg:focus {
  background-color: #a0a0a0 !important;
}

.btn-light-scrollThumbHoverBg,
.bg-light-scrollThumbHoverBg {
  background-color: #777777 !important;
}

.btn-outline-scrollThumbHoverBg {
  color: #555 !important;
  border-color: #555 !important;
}

.btn-scrollThumbHoverBg,
.bg-scrollThumbHoverBg {
  color: #fff;
  background-color: #555 !important;
}

.btn-gradient-scrollThumbHoverBg,
.bg-gradient-scrollThumbHoverBg {
  background-image: linear-gradient(to right, #424242, #5e5e5e) !important;
}

.border-light-scrollThumbHoverBg {
  border-color: #777777 !important;
}

.border-scrollThumbHoverBg {
  border-color: #555 !important;
}

.text-light-scrollThumbHoverBg {
  color: #777777 !important;
}

.text-scrollThumbHoverBg {
  color: #555 !important;
}

.btn-light-scrollThumbHoverBg:hover, .btn-light-scrollThumbHoverBg:active, .btn-light-scrollThumbHoverBg:focus {
  background-color: #555 !important;
  color: #777777 !important;
}

.btn-scrollThumbHoverBg:hover, .btn-scrollThumbHoverBg:active, .btn-scrollThumbHoverBg:focus {
  background-color: #777777 !important;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* mixins */
/* start common style*/
* {
  box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

::-webkit-scrollbar-track {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}

::-webkit-scrollbar-thumb {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
}

.owl-carousel .owl-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 25px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  color: #4D4055;
  font: inherit;
  width: 35px;
  height: 31px;
  border: 1px solid #4D4055;
  -webkit-appearance: button;
  margin-left: 10px;
  font-size: 14px;
  border-radius: 6px;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
  color: #fff;
  border: 1px solid #dd9d32;
  background-color: #dd9d32;
}

.rtl .owl-carousel .owl-nav button i {
  transform: rotateY(-180deg);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  border: 0;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  min-width: 85px;
  height: 35px;
  position: relative;
}
.btn.reset-filter:before, .btn.reset-filter:after {
  content: none;
}
.btn:before, .btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  transition: all 0.5s ease-in-out;
}
.btn:after {
  top: -7px;
  left: -7px;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
}
.btn:before {
  bottom: -7px;
  right: -7px;
  border-bottom: 3px solid transparent;
  border-right: 3px solid transparent;
}
.btn:hover, .btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}
.btn:hover:before, .btn:hover:after, .btn:focus:before, .btn:focus:after {
  width: 20px;
  height: 20px;
  border-color: #dd9d32;
}

.z-index1 {
  z-index: 1;
}

.object-contain {
  -o-object-fit: contain !important;
     object-fit: contain !important;
}

.modal {
  overflow-y: auto;
}
.modal .form-label {
  font-weight: 500;
  color: black;
  font-size: 14px;
}
.modal .form-control {
  height: 40px;
  background-color: #F5F0E6;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.modal .form-control:focus {
  background-color: #F5F0E6;
}
.modal .btn {
  height: 45px;
  font-size: 16px;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
}
.modal .btn:before, .modal .btn:after {
  content: none;
}

.rtl .modal .form-label {
  font-weight: 600;
}

a,
button {
  transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

:placeholder-shown::-webkit-input-placeholder {
  opacity: 1;
  color: #AE88C7;
}

.owl-carousel {
  direction: ltr;
}

a,
a:hover,
a:focus {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: media-sliderthumb;
}

.moda-body-p {
  padding: 45px 30px;
}

label {
  font-weight: 700;
  color: #4D4055;
  text-transform: capitalize;
}

.form-control {
  display: block;
  width: 100%;
  height: 35px;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  color: #4D4055;
  background-color: #E9E7F4;
  background-clip: padding-box;
  border: 0;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
  transition: box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  box-shadow: none;
  background-color: #E9E7F4;
}

.form-check-input:checked {
  background-color: #DD9D32;
  border-color: #DD9D32;
}

.toggle-password {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 0.75rem;
  color: #2e2b3e;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  font-size: 14px;
}
.toggle-password:hover {
  color: #dd9d32;
}

.rtl .toggle-password {
  left: 0.75rem;
  right: auto;
}

textarea.form-control {
  height: auto !important;
  resize: none;
}

.dropdown-toggle::after {
  vertical-align: 0;
  border-top: 6px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.dropdown-toggle.show::after {
  border-bottom: 6px solid;
  border-top: 0;
}

.input-group-text {
  padding: 0.375rem 0.75rem;
  height: 35px;
  font-size: 13px;
  color: #4D4055;
  background-color: #E9E7F4;
  border: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rtl .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.select2-dropdown {
  background-color: #fff;
  border: #E9E7F4;
  z-index: 1055;
}
.select2-dropdown .select2-results__option--selectable {
  font-size: 13px;
}

.select2-container .select2-selection--single {
  height: 35px;
  color: #4D4055;
  background-color: #E9E7F4;
  border: 0;
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.select2-container .select2-selection--single .select2-selection__arrow b {
  margin-left: -11px;
  margin-top: -5px;
  border: solid #20102B !important;
  border-width: 0 1px 1px 0 !important;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 6px;
}

.select2-container--default .select2-selection--multiple {
  color: #4D4055;
  background-color: #E9E7F4;
  border: 0;
  cursor: text;
  height: 35px;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: auto;
}
.select2-container--default .select2-selection--multiple:after {
  content: "";
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  height: 100%;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #2e2b3e;
  color: #fff;
  border: 1px solid #2e2b3e;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #fff;
  border-right: 1px solid #2e2b3e;
}
.select2-container--default .select2-selection--multiple .select2-search--inline {
  height: 100%;
  display: flex;
  align-items: center;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #dd9d32;
  color: #fff;
}
.select2-container--default .select2-selection__placeholder {
  color: #AE88C7 !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 100%;
  margin-right: 30px;
  padding-right: 0px;
}

.rtl .form-control {
  font-size: 15px;
  font-weight: 600;
}
.rtl .select2-container .select2-selection--single .select2-selection__arrow b {
  margin-left: 1px;
}
.rtl .select2-container--default .select2-selection--multiple:after {
  left: 7px;
  right: auto;
}
.rtl .select2-container--default .select2-selection__placeholder {
  font-size: 15px;
}
.rtl .select2-container--default .select2-selection--single .select2-selection__clear {
  float: left;
  margin-left: 30px;
  margin-right: 0;
  padding-right: 6px;
  padding-left: 0;
}

p {
  line-height: 1.8;
}

.main-title {
  color: #20102B;
  text-transform: capitalize;
  font-size: 23px;
  font-weight: 600;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
}
.main-title:after {
  position: absolute;
  content: "";
  bottom: -8px;
  left: 0;
  height: 4px;
  width: 100%;
  z-index: -1;
  background-color: #dd9d32;
}

.main-desc {
  color: #6C6A71;
  font-size: 15px;
}

.no-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.no-data .not-data-img {
  height: 165px;
  max-width: 100%;
  margin-bottom: 25px;
}

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

.fs13 {
  font-size: 13px;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs20 {
  font-size: 20px !important;
}

.rtl .fs13 {
  font-size: 15px !important;
}
.rtl .fs14 {
  font-size: 16px !important;
}
.rtl .fs15 {
  font-size: 17px !important;
}
.rtl .main-desc {
  font-weight: 600;
}

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

.px-20 {
  padding-left: 10px;
  padding-right: 10px;
}

.my-35 {
  margin: 35px 0;
}

.fw-600 {
  font-weight: 600;
}

.h-23 {
  height: 23px;
}

.breadcrumb-item {
  font-weight: 500;
}
.breadcrumb-item a {
  color: #b3b3b3;
}
.breadcrumb-item a:hover {
  color: #dd9d32;
}
.breadcrumb-item.active {
  color: #dd9d32;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f054";
}

.rtl .breadcrumb-item + .breadcrumb-item::before {
  content: "\f053";
}

.slick-slide img {
  width: 100%;
  height: 410px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.slick-slide.available-samples {
  background-color: #fff;
  opacity: 0.5;
  margin: 0 2px;
}
.slick-slide.available-samples img {
  height: 75px;
}
.slick-slide.available-samples.slick-current {
  opacity: 1;
}

.slick-arrow {
  width: 42px;
  height: 75px;
}

.slick-next {
  right: 0;
}
.slick-next::before {
  content: "\f105" !important;
}

.slick-prev {
  left: 0;
}
.slick-prev::before {
  content: "\f104" !important;
}

[dir=rtl] .slick-prev {
  right: auto;
  left: 0;
}
[dir=rtl] .slick-next {
  right: 0;
  left: auto;
}

.slick-next::before,
.slick-prev::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  line-height: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  background-color: #ebc484;
  color: #2e2b3e;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  font-size: 17px;
}
.slick-next:hover::before,
.slick-prev:hover::before {
  background-color: #dd9d32;
}

.transform-unset {
  transform: unset !important;
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  -o-transform: unset !important;
}

.menu-user-img {
  width: 40px;
  height: 40px;
  border: 2px solid #DD9D32;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.user-drop-menu {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  inset: unset !important;
  top: 0 !important;
  min-width: 100%;
}
.user-drop-menu a {
  color: #504e53;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 12px;
}
.user-drop-menu a i {
  font-size: 17px;
}
.user-drop-menu a i.fa-right-from-bracket {
  transform: rotateY(-180deg);
}
.user-drop-menu a:hover {
  color: #DD9D32;
}

.rtl .user-drop-menu a {
  font-weight: 600;
}
.rtl .user-drop-menu a i.fa-right-from-bracket {
  transform: unset;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
}

/* end common style*/
/* start loader */
/* end loader */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background-color: #F8F8F8;
  direction: ltr;
  text-align: left;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.rtl {
  direction: rtl;
  text-align: right;
  font-family: "Tajawal", sans-serif;
}

.custom-nav nav div:nth-child(2) > div:first-child {
  display: none;
}
.custom-nav nav div:nth-child(2) > div:last-child {
  margin: 20px auto 0;
}
.custom-nav nav div:nth-child(2) > div:last-child .page-item {
  margin: 0 0.2rem;
}
.custom-nav nav div:nth-child(2) > div:last-child .page-item .page-link {
  border: 1px solid #D9D9D9;
  width: 30px;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  color: #2e2b3e;
  transition: all 0.5s ease-in-out;
}
.custom-nav nav div:nth-child(2) > div:last-child .page-item.active .page-link {
  background-color: #dd9d32;
  color: white;
}

/* Start Header */
header {
  position: relative;
  background: url(../img/headerBg.png) top/100% 85% no-repeat;
  overflow: hidden;
}
header .mainNav {
  position: fixed;
  background: transparent;
  width: 100%;
  z-index: 2;
  display: flex;
  top: 0;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
header .mainNav .overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  margin: auto;
  transition: all 0.5s ease-in-out;
  transform: scaleX(0);
  right: 0;
  transform-origin: right;
}
header .mainNav .toggle {
  display: none;
}
header .mainNav .toggle .fa {
  cursor: pointer;
  font-size: 25px;
}
header .mainNav .menu {
  align-items: center;
  justify-content: space-between;
}
header .mainNav .menu .logo {
  width: 100px;
}
header .mainNav .menu .menuLinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .mainNav .menu .menuLinks li a {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
header .mainNav .menu .menuLinks li.active a {
  font-weight: 700;
}
header .mainNav .menu .menuLinks li.active a, header .mainNav .menu .menuLinks li:hover a {
  color: #dd9d32;
}
header .mainNav.changeBg {
  background: #2e2b3e;
  box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.05);
}
header.inner-header {
  background: url(../img/detailsBg.png) top/100% 100% no-repeat;
}
header.inner-header::after {
  height: 100%;
}
header.inner-header .mainNav {
  background: #2e2b3e;
}
header.inner-header .content {
  font-size: 14px;
  padding: 10% 0 4%;
}
header .lang {
  color: #fff;
}
header .lang span {
  font-size: 14px;
}
header .lang i {
  font-size: 18px;
  margin-left: 8px;
}
header .lang:hover {
  color: #dd9d32;
}
header::after {
  position: absolute;
  content: "";
  background: rgba(16, 13, 30, 0.77);
  width: 100%;
  height: 85%;
  left: 0;
  top: 0;
}
header .content {
  font-size: 14px;
  padding-top: 9%;
}
header .content .inner-text {
  width: 600px;
  justify-content: center;
  color: #fff;
  margin: auto;
  max-width: 100%;
}
header .content h1 {
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 45px;
}
header .main-tabs {
  background-color: rgba(46, 43, 62, 0.73);
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  width: 99%;
  margin: 40px auto 0;
}
header .main-tabs .btn:before, header .main-tabs .btn:after {
  content: none;
}
header .main-tabs .btn:last-child {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
header .tab-cont {
  width: 100%;
  background-color: #fff;
  border-radius: 6px !important;
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  -ms-border-radius: 6px !important;
  -o-border-radius: 6px !important;
  box-shadow: 0px 0px 10px rgba(100, 93, 137, 0.18);
  margin-bottom: 5px;
}

.rtl header .mainNav .overlay {
  left: 0;
  right: auto;
  transform-origin: left;
}
.rtl header .mainNav .menu .menuLinks li a {
  font-size: 15px;
}
.rtl header .content {
  font-size: 16px;
}
.rtl .lang i {
  margin-right: 8px;
  margin-left: 0;
}
.rtl .breadcrumb-item {
  font-weight: 600;
}

/* end header */
.feature-msgs {
  overflow: hidden;
}
.feature-msgs .feature-carusel {
  margin-top: 30px;
}

.comparing-block {
  background-color: #f8ebd6;
  position: fixed;
  width: 100%;
  z-index: 4;
  right: 0;
  bottom: 0;
  display: none;
}
.comparing-block h5 {
  font-size: 16px;
  font-weight: 600;
}
.comparing-block .btn:before, .comparing-block .btn:after {
  content: none;
}

.product-item {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 0px 4px 6px rgba(209, 209, 209, 0.25);
  transition: all 0.5s ease-in-out;
}
.product-item:hover {
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
  -ms-transform: scale(0.97);
  -o-transform: scale(0.97);
}
.product-item a {
  color: #20102B;
}
.product-item a:hover {
  color: #dd9d32;
}
.product-item img {
  height: 250px;
  width: 100%;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item .options {
  position: absolute;
  left: 8px;
  bottom: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.product-item .options .option {
  font-size: 13px;
  color: #fff;
  background: rgba(77, 64, 85, 0.74);
  border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  -o-border-radius: 7px !important;
  margin-bottom: 8px;
}
.product-item h6 {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 17px;
}
.product-item .info {
  font-size: 14px;
}
.product-item .info img {
  height: 15px;
  width: auto;
}
.product-item .price {
  font-size: 18px;
  font-weight: 700;
}

.action-list {
  position: absolute;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  -o-border-radius: 7px !important;
}
.action-list li i {
  font-size: 13px;
  cursor: pointer;
}
.action-list li img {
  height: 15px;
  width: 15px;
}
.action-list li:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
}

.share-options {
  position: absolute;
  top: 35px;
  background: #f0eeec;
  border-radius: 7px !important;
  -webkit-border-radius: 7px !important;
  -moz-border-radius: 7px !important;
  -ms-border-radius: 7px !important;
  -o-border-radius: 7px !important;
  display: none;
}
.share-options li {
  padding: 9px 13px;
}
.share-options li a {
  color: #dd9d32;
  font-size: 14px;
}
.share-options li a:hover {
  color: #2e2b3e;
}

.rtl .product-item {
  direction: rtl;
}
.rtl .product-item .options {
  right: 8px;
  left: auto;
}
.rtl .product-item .info {
  font-size: 14px;
  font-weight: bold;
}
.rtl .action-list {
  left: 8px;
  right: auto;
}

.statistics {
  overflow: hidden;
  background: url(../img/statistics.png) top/100% 100% no-repeat;
  position: relative;
  padding: 80px 0 60px;
}
.statistics::after {
  position: absolute;
  content: "";
  background: rgba(32, 16, 43, 0.53);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.statistics span {
  font-size: 14px;
}
.statistics h6 {
  font-weight: 600;
  font-size: 27px;
}

.rtl .statistics span {
  font-weight: 600;
  font-size: 15px;
}

.contatc-us {
  overflow: hidden;
}
.contatc-us .inner-cont {
  overflow: hidden;
  position: relative;
  background-color: #dd9d32;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  padding: 40px 70px;
}
.contatc-us .inner-cont > div {
  width: 50%;
}
.contatc-us .inner-cont h3 {
  font-size: 35px;
  font-weight: 700;
}
.contatc-us .inner-cont p {
  font-size: 14px;
}
.contatc-us .inner-cont a {
  background-color: #fff;
  color: #dd9d32;
  height: 40px;
  font-weight: 700;
  padding: 23px 35px;
  font-size: 15px;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
}
.contatc-us .inner-cont a:hover {
  background-color: #2e2b3e;
  color: #fff;
}
.contatc-us .inner-cont a:before, .contatc-us .inner-cont a:after {
  content: none;
}
.contatc-us .inner-cont .squares {
  position: absolute;
  top: 0;
  right: 0;
  width: 105px;
}
.contatc-us .inner-cont .dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
}

.rtl .contatc-us .inner-cont .squares {
  left: 0;
  right: auto;
  transform: rotateY(180deg);
}
.rtl .contatc-us .inner-cont .dots {
  right: 0;
  left: auto;
  transform: rotateY(180deg);
}
.rtl .contatc-us .inner-cont p {
  font-size: 15px;
  font-weight: 600;
}
.rtl .contatc-us .inner-cont a {
  font-size: 16px;
}

.item-details {
  overflow: hidden;
}
.item-details h6 {
  font-weight: 600;
}
.item-details .loc {
  font-weight: 400;
}
.item-details .view-map:hover {
  text-decoration: underline;
}
.item-details .price {
  font-size: 19px;
  font-weight: 700;
}
.item-details .product-multi-imgs .slick-list {
  width: 90%;
  margin: auto;
}
.item-details .action-list.inner-list {
  background: #f0eeec;
  display: flex;
  align-items: center;
}
.item-details .action-list.inner-list li {
  border-bottom: 0;
  padding: 9px 13px;
}
.item-details .action-list.inner-list li i {
  font-size: 14px;
}
.item-details .action-list.inner-list li:not(:last-child) {
  border-right: 1px solid #CDC1AD;
}
.item-details .video-container {
  position: relative;
  height: 400px;
}
.item-details .video-container video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.item-details .video-container iframe {
  width: 100%;
  height: 100%;
}
.item-details .play-button-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  pointer-events: none;
}
.item-details .play-button-wrapper #circle-play-b {
  cursor: pointer;
  pointer-events: auto;
}
.item-details .play-button-wrapper #circle-play-b img {
  width: 100px;
  height: 100px;
  cursor: pointer;
}

.info-block .info-card {
  background: rgba(236, 232, 225, 0.5);
  padding: 15px;
}
.info-block .info-card .user-img {
  width: 100px;
  height: 100px;
  margin-bottom: 30px;
}
.info-block .info-card .contact {
  letter-spacing: 1.5px;
}
.info-block .info-card .icon-round {
  width: 25px;
  height: 25px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  background: #dd9d32;
  color: #fff;
  font-size: 12px;
  padding-left: 2px;
}
.info-block .btn {
  height: auto;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  padding: 14px 10px;
  font-weight: 600;
  width: 96%;
  margin: 15px auto 0;
}
.info-block .btn:before, .info-block .btn:after {
  content: none;
}

.rtl .related {
  font-size: 17px !important;
}
.rtl .item-details h6 {
  font-size: 17px !important;
}
.rtl .item-details .loc {
  font-weight: 600;
}
.rtl .item-details .action-list.inner-list li:not(:last-child) {
  border-right: 0;
  border-left: 1px solid #CDC1AD;
}
.rtl .item-details .plans {
  font-weight: 600;
}
.rtl .item-details .plans .fs14 {
  font-size: 16px !important;
}
.rtl .info-block .info-card .contact {
  font-size: 15px;
}
.rtl .info-block .info-card .icon-round {
  transform: rotateY(-180deg);
}

.contact-info {
  overflow: hidden;
}
.contact-info .contact {
  background-color: #F5F0E6;
  padding: 40px;
  font-weight: 500;
}
.contact-info .contact img {
  height: 50px;
}

.navigator-block .num {
  border: 1px solid #D9D9D9;
  width: 30px;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  align-items: center;
}
.navigator-block button,
.navigator-block a {
  padding: 2px 5px;
  background-color: #D9D9D9;
  width: 22px;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
}
.navigator-block button:hover,
.navigator-block a:hover {
  background-color: #dd9d32;
}

.buttons-wrapper button:first-child,
.buttons-wrapper a:first-child {
  margin-right: 5px;
}

.rtl .buttons-wrapper {
  flex-direction: row-reverse;
}

.change-img {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  position: relative;
  cursor: pointer;
  width: 115px;
  height: 115px;
  border: 3px solid #D9D9D9;
}
.change-img img {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.change-img .file-upload {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.change-img i {
  position: absolute;
  color: #504e53;
  z-index: 1;
  right: -5px;
  margin: auto;
  text-align: center;
  font-size: 13px;
  background: #D9D9D9;
  width: 25px;
  height: 25px;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  bottom: 10px;
}

.rtl .change-img i {
  left: -5px;
  right: auto;
}

.inner-form {
  margin-top: 35px;
}
.inner-form :placeholder-shown::-webkit-input-placeholder {
  opacity: 1;
  color: #6C6A71;
}
.inner-form > div {
  width: 700px;
  max-width: 100%;
  margin: auto;
}
.inner-form > div .bg-form {
  padding: 25px;
  background-color: #F5F0E6;
}
.inner-form label {
  font-weight: 500;
  font-size: 14px;
  color: black;
}
.inner-form .form-control {
  background-color: #fff;
  height: 40px;
}
.inner-form .form-control:focus {
  box-shadow: none;
  background-color: #fff;
}
.inner-form .btn {
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -ms-border-radius: 0px !important;
  -o-border-radius: 0px !important;
  min-width: 200px;
  max-width: 100%;
  height: 40px;
  margin-top: 35px;
}

.rtl .inner-form {
  direction: rtl;
}
.rtl .inner-form label {
  font-weight: 600;
}

.who-we {
  overflow: hidden;
}
.who-we .main-title {
  font-size: 27px;
  margin: 0 0 20px;
}
.who-we .about-img {
  display: flex;
  justify-content: flex-end;
  height: 300px;
  width: 400px;
  max-width: 100%;
  margin: 0 0 0 auto;
  padding-right: 15px;
  padding-bottom: 15px;
}
.who-we .about-img .inner-img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: 100%;
  width: 100%;
}
.who-we .about-img .triangle {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 94%;
  height: 94%;
}

#map {
  height: 500px;
  width: 90%;
}

.rtl .who-we .about-img {
  padding-left: 15px;
  padding-right: 0;
  margin: 0 auto 0 0;
}
.rtl .who-we .about-img .triangle {
  left: 0;
  right: auto;
  transform: rotateY(-180deg);
}

.compare-table {
  border-collapse: separate;
  border-spacing: 20px;
}
.compare-table img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.compare-table > tbody > tr:nth-of-type(even) td {
  background-color: #EBEBEB;
}
.compare-table > tbody > tr td {
  padding: 20px;
  vertical-align: middle;
  background-color: #fff;
  min-width: 320px;
  width: 320px;
}
.compare-table > tbody > tr td div h6 {
  font-weight: 700;
  font-size: 18px;
}

footer {
  overflow: hidden;
  font-size: 14px;
  margin-top: 70px;
  position: relative;
}
footer .logo {
  width: 100px;
}
footer .social i {
  color: #dd9d32;
  font-size: 22px;
}
footer h5 {
  margin-top: 65px;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
footer .links li {
  margin-bottom: 10px;
}
footer .links li a {
  color: #fff;
}
footer .links li a:hover {
  color: #dd9d32;
}
footer .footer-icon {
  font-size: 12px;
}
footer .copy-right {
  background: #262334;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 80px;
  margin-bottom: 40px;
  flex-wrap: wrap;
  font-weight: 700;
}
footer .copy-right a {
  color: #dd9d32;
}
footer .copy-right a:hover {
  text-decoration: underline;
}
footer .footerImg {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
}

.rtl footer {
  font-size: 15px;
}
.rtl footer .phone {
  transform: rotateY(-180deg);
}
.rtl footer .footerImg {
  left: 0;
  right: auto;
  transform: rotateY(180deg);
}
.rtl footer .footer-icon {
  transform: rotateY(-180deg);
}

.hvr-float-shadow {
  display: inline-block !important;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, #EBBC6D 0, rgba(0, 0, 0, 0) 80%);
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.hvr-float-shadow:active, .hvr-float-shadow:focus, .hvr-float-shadow:hover {
  transform: translateY(-5px);
}
.hvr-float-shadow:active::before, .hvr-float-shadow:focus::before, .hvr-float-shadow:hover::before {
  opacity: 1;
  transform: translateY(5px);
}

.whatsapp-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #25D366;
  text-align: center;
  position: fixed;
  bottom: 60px;
  z-index: 3;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  right: 12px;
}
.whatsapp-icon a {
  color: #fff;
  font-size: 22px;
}
.whatsapp-icon:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

/*start scroll top */
#scroll-top {
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: #dd9d32;
  text-align: center;
  position: fixed;
  bottom: 10px;
  z-index: 3;
  cursor: pointer;
  display: none;
  transition: all 0.5s ease-in-out;
  border: 2px solid transparent;
  right: 15px;
}
#scroll-top:hover {
  background-color: #FFF;
  color: #dd9d32;
  border: 2px solid #dd9d32;
}

/*end scroll-top*/
.rtl .whatsapp-icon {
  left: 12px;
  right: auto;
}
.rtl #scroll-top {
  left: 15px;
  right: auto;
}

/* Start Media Query */
@media (max-width: 767px) {
  .no-data .not-data-img {
    height: 100px;
  }
  .fs20 {
    font-size: 17px !important;
  }
  .fs14 {
    font-size: 13px !important;
  }
  .fs13 {
    font-size: 12px;
  }
  .btn {
    font-size: 13px;
    height: 32px;
  }
  label,
.inner-form label {
    font-size: 13px;
  }
  .comparing-block h5 {
    font-size: 13px;
  }
  header {
    height: auto;
    background: url(../img/headerBg.png) top/cover no-repeat;
  }
  header .mainNav .menuBar .logo {
    width: 55px;
  }
  header .mainNav .menuBar .toggle {
    display: block;
    color: #fff;
    font-size: 30px;
    text-align: right;
    justify-content: space-between;
  }
  header .mainNav .menu {
    margin: 0;
    padding: 25px;
    background-color: #2e2b3e;
    position: fixed;
    width: 260px;
    height: 100%;
    top: 0;
    transform: scaleX(1);
    transition: all 0.5s ease-in-out;
    text-align: left;
    transform-origin: left;
    left: -100%;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    display: block !important;
    overflow: auto;
  }
  header .mainNav .menu.ulDir {
    left: 0;
  }
  header .mainNav .menu .logo {
    display: none;
  }
  header .mainNav .menu .menuLinks {
    align-items: flex-start;
    flex-direction: column;
  }
  header .mainNav .menu .menuLinks li {
    margin-bottom: 20px;
  }
  header .mainNav .menu .menuLinks li a {
    font-size: 13px;
  }
  header .lang {
    margin-top: 20px;
  }
  header .content {
    padding-top: 25%;
  }
  header .content h1 {
    font-size: 20px;
  }
  header .main-tabs .btn {
    width: 100%;
  }
  header .tab-cont {
    margin-bottom: 30px;
  }
  header.inner-header .content {
    font-size: 12px;
    padding: 25% 0 9%;
  }
  .rtl header .mainNav .menu {
    text-align: right;
    transform-origin: right;
    right: -100%;
    left: auto;
  }
  .rtl header .mainNav .menu.ulDir {
    right: 0;
  }
  .user-drop-menu {
    transform: unset !important;
    top: unset !important;
  }
  .main-title {
    font-size: 18px;
  }
  .main-title:after {
    height: 3px;
  }
  .main-desc {
    font-size: 12px;
  }
  .statistics {
    background: url(../img/statistics.png) top/cover no-repeat;
  }
  .statistics h6 {
    font-size: 20px;
  }
  .product-item {
    width: 100%;
  }
  .product-item img {
    height: 200px;
  }
  .product-item .price,
.product-item h6 {
    font-size: 15px;
  }
  .product-item .info {
    font-size: 12px;
  }
  .contatc-us .inner-cont {
    padding: 20px;
  }
  .contatc-us .inner-cont > div {
    width: 100%;
  }
  .contatc-us .inner-cont h3 {
    font-size: 20px;
  }
  .contatc-us .inner-cont p {
    font-size: 12px;
  }
  .contatc-us .inner-cont a {
    height: 35px;
    padding: 20px 30px;
    font-size: 13px;
  }
  .contatc-us .inner-cont .squares {
    width: 60px;
  }
  .contatc-us .inner-cont .dots {
    width: 40px;
  }
  footer {
    text-align: center;
  }
  footer .social {
    justify-content: center;
  }
  footer .links li {
    display: flex;
    justify-content: center;
  }
  footer .footerImg {
    height: auto;
  }
  .item-details .price {
    font-size: 16px;
  }
  .item-details .product-multi-imgs .slick-list {
    width: 70%;
  }
  .item-details .plans > div {
    width: 100%;
  }
  .item-details .video-container {
    height: 300px;
  }
  .item-details .play-button-wrapper #circle-play-b img {
    width: 60px;
    height: 60px;
  }
  .info-block .info-card .user-img {
    width: 80px;
    height: 80px;
  }
  .contact-info .contact img {
    height: 40px;
  }
  .contact-info .contact h6 {
    font-size: 14px;
  }
  .inner-form .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .change-img {
    width: 90px;
    height: 90px;
  }
  .user-name {
    font-size: 14px;
  }
  .who-we .main-title {
    font-size: 20px;
  }
  .who-we .about-img {
    height: 225px;
  }
}
/*Small Screen*/
@media (min-width: 768px) and (max-width: 991px) {
  .main-title {
    font-size: 20px;
  }
  .main-title:after {
    height: 5px;
  }
  .btn {
    font-size: 13px;
    height: 32px;
  }
  .owl-carousel .owl-nav {
    justify-content: center;
  }
  header {
    height: auto;
  }
  header .mainNav .menu .logo {
    width: 70px;
  }
  header .mainNav .menu .menuLinks li a {
    font-size: 12px;
  }
  header .content {
    padding-top: 16%;
  }
  header .content h1 {
    font-size: 30px;
  }
  .statistics h6 {
    font-size: 22px;
  }
  .contatc-us .inner-cont > div {
    width: 60%;
  }
  .contatc-us .inner-cont h3 {
    font-size: 25px;
  }
  .contatc-us .inner-cont .squares {
    width: 80px;
  }
  .contatc-us .inner-cont .dots {
    width: 45px;
  }
  footer i {
    font-size: 20px;
  }
  .contact-info .contact {
    padding: 15px;
  }
  .contact-info .contact img {
    height: 40px;
  }
  .who-we .about-img {
    height: 250px;
  }
}
/*Medium Screen*/
@media (min-width: 992px) and (max-width: 1199px) {
  header .content {
    padding-top: 13%;
  }
  header .content h1 {
    font-size: 35px;
  }
}
/*Larger Screen*/
/* End Media Query *//*# sourceMappingURL=style.css.map */