/* **  Media Query Mixin for help only */
/* ** Overlay Mixin ** Prifies Mixin ** Animation Mixin */
.btn-light-primary,
.bg-light-primary {
  background-color: #616d9b !important;
}

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

.btn-primary,
.bg-primary {
  background-color: #394882 !important;
  border-color: #394882 !important;
}

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

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

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

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

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

.btn-light-primary:hover, .btn-light-primary:active, .btn-light-primary:focus {
  background-color: #394882 !important;
  color: #616d9b !important;
}

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

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

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

.btn-secondary,
.bg-secondary {
  background-color: #F14C4E !important;
  border-color: #F14C4E !important;
}

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

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

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

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

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

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

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

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

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

.btn-lightGray,
.bg-lightGray {
  background-color: #F7F8FB !important;
  border-color: #F7F8FB !important;
}

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

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

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

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

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

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

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

.btn-light-lightGray1,
.bg-light-lightGray1 {
  background-color: #919aa2 !important;
}

.btn-outline-lightGray1 {
  color: #76818B !important;
  border-color: #76818B !important;
}

.btn-lightGray1,
.bg-lightGray1 {
  background-color: #76818B !important;
  border-color: #76818B !important;
}

.btn-gradient-lightGray1,
.bg-gradient-lightGray1 {
  background-image: linear-gradient(to right, #5c656c, #7d8791) !important;
}

.border-light-lightGray1 {
  border-color: #919aa2 !important;
}

.border-lightGray1 {
  border-color: #76818B !important;
}

.text-light-lightGray1 {
  color: #919aa2 !important;
}

.text-lightGray1 {
  color: #76818B !important;
}

.btn-light-lightGray1:hover, .btn-light-lightGray1:active, .btn-light-lightGray1:focus {
  background-color: #76818B !important;
  color: #919aa2 !important;
}

.btn-lightGray1:hover, .btn-lightGray1:active, .btn-lightGray1:focus {
  background-color: #919aa2 !important;
}

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

.btn-outline-gray {
  color: #817C7A !important;
  border-color: #817C7A !important;
}

.btn-gray,
.bg-gray {
  background-color: #817C7A !important;
  border-color: #817C7A !important;
}

.btn-gradient-gray,
.bg-gradient-gray {
  background-image: linear-gradient(to right, #65615f, #878381) !important;
}

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

.border-gray {
  border-color: #817C7A !important;
}

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

.text-gray {
  color: #817C7A !important;
}

.btn-light-gray:hover, .btn-light-gray:active, .btn-light-gray:focus {
  background-color: #817C7A !important;
  color: #9a9695 !important;
}

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

.btn-light-darkGray,
.bg-light-darkGray {
  background-color: #616e7a !important;
}

.btn-outline-darkGray {
  color: #3A4A59 !important;
  border-color: #3A4A59 !important;
}

.btn-darkGray,
.bg-darkGray {
  background-color: #3A4A59 !important;
  border-color: #3A4A59 !important;
}

.btn-gradient-darkGray,
.bg-gradient-darkGray {
  background-image: linear-gradient(to right, #2d3a45, #445361) !important;
}

.border-light-darkGray {
  border-color: #616e7a !important;
}

.border-darkGray {
  border-color: #3A4A59 !important;
}

.text-light-darkGray {
  color: #616e7a !important;
}

.text-darkGray {
  color: #3A4A59 !important;
}

.btn-light-darkGray:hover, .btn-light-darkGray:active, .btn-light-darkGray:focus {
  background-color: #3A4A59 !important;
  color: #616e7a !important;
}

.btn-darkGray:hover, .btn-darkGray:active, .btn-darkGray:focus {
  background-color: #616e7a !important;
}

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

.btn-outline-darkGray1 {
  color: #556A7A !important;
  border-color: #556A7A !important;
}

.btn-darkGray1,
.bg-darkGray1 {
  background-color: #556A7A !important;
  border-color: #556A7A !important;
}

.btn-gradient-darkGray1,
.bg-gradient-darkGray1 {
  background-image: linear-gradient(to right, #42535f, #5e7181) !important;
}

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

.border-darkGray1 {
  border-color: #556A7A !important;
}

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

.text-darkGray1 {
  color: #556A7A !important;
}

.btn-light-darkGray1:hover, .btn-light-darkGray1:active, .btn-light-darkGray1:focus {
  background-color: #556A7A !important;
  color: #778895 !important;
}

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

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

.btn-outline-lightPrimary {
  color: #DEF1FD !important;
  border-color: #DEF1FD !important;
}

.btn-lightPrimary,
.bg-lightPrimary {
  background-color: #DEF1FD !important;
  border-color: #DEF1FD !important;
}

.btn-gradient-lightPrimary,
.bg-gradient-lightPrimary {
  background-image: linear-gradient(to right, #adbcc5, #e0f2fd) !important;
}

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

.border-lightPrimary {
  border-color: #DEF1FD !important;
}

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

.text-lightPrimary {
  color: #DEF1FD !important;
}

.btn-light-lightPrimary:hover, .btn-light-lightPrimary:active, .btn-light-lightPrimary:focus {
  background-color: #DEF1FD !important;
  color: #e5f4fd !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-dark,
.bg-dark {
  background-color: #323232 !important;
  border-color: #323232 !important;
}

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

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

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

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

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

.btn-light-dark:hover, .btn-light-dark:active, .btn-light-dark:focus {
  background-color: #323232 !important;
  color: #5b5b5b !important;
}

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

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

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

.btn-black,
.bg-black {
  background-color: #000 !important;
  border-color: #000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn-outline-red {
  color: #EC6969 !important;
  border-color: #EC6969 !important;
}

.btn-red,
.bg-red {
  background-color: #EC6969 !important;
  border-color: #EC6969 !important;
}

.btn-gradient-red,
.bg-gradient-red {
  background-image: linear-gradient(to right, #b85252, #ed7171) !important;
}

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

.border-red {
  border-color: #EC6969 !important;
}

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

.text-red {
  color: #EC6969 !important;
}

.btn-light-red:hover, .btn-light-red:active, .btn-light-red:focus {
  background-color: #EC6969 !important;
  color: #f08787 !important;
}

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

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

.btn-outline-formControl {
  color: #F4F7FA !important;
  border-color: #F4F7FA !important;
}

.btn-formControl,
.bg-formControl {
  background-color: #F4F7FA !important;
  border-color: #F4F7FA !important;
}

.btn-gradient-formControl,
.bg-gradient-formControl {
  background-image: linear-gradient(to right, #bec1c3, #f5f7fa) !important;
}

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

.border-formControl {
  border-color: #F4F7FA !important;
}

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

.text-formControl {
  color: #F4F7FA !important;
}

.btn-light-formControl:hover, .btn-light-formControl:active, .btn-light-formControl:focus {
  background-color: #F4F7FA !important;
  color: #f6f9fb !important;
}

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

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

.btn-outline-placeholder {
  color: #B4B4B4 !important;
  border-color: #B4B4B4 !important;
}

.btn-placeholder,
.bg-placeholder {
  background-color: #B4B4B4 !important;
  border-color: #B4B4B4 !important;
}

.btn-gradient-placeholder,
.bg-gradient-placeholder {
  background-image: linear-gradient(to right, #8c8c8c, #b8b8b8) !important;
}

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

.border-placeholder {
  border-color: #B4B4B4 !important;
}

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

.text-placeholder {
  color: #B4B4B4 !important;
}

.btn-light-placeholder:hover, .btn-light-placeholder:active, .btn-light-placeholder:focus {
  background-color: #B4B4B4 !important;
  color: #c3c3c3 !important;
}

.btn-placeholder:hover, .btn-placeholder:active, .btn-placeholder:focus {
  background-color: #c3c3c3 !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 {
  background-color: #000 !important;
  border-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 {
  background-color: #fff !important;
  border-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 {
  background-color: #f1f1f1 !important;
  border-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 {
  background-color: #888 !important;
  border-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 {
  background-color: #555 !important;
  border-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;
}

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

.btn-outline-success {
  color: #2CBB27 !important;
  border-color: #2CBB27 !important;
}

.btn-success,
.bg-success {
  background-color: #2CBB27 !important;
  border-color: #2CBB27 !important;
}

.btn-gradient-success,
.bg-gradient-success {
  background-image: linear-gradient(to right, #22921e, #37be32) !important;
}

.border-light-success {
  border-color: #56c952 !important;
}

.border-success {
  border-color: #2CBB27 !important;
}

.text-light-success {
  color: #56c952 !important;
}

.text-success {
  color: #2CBB27 !important;
}

.btn-light-success:hover, .btn-light-success:active, .btn-light-success:focus {
  background-color: #2CBB27 !important;
  color: #56c952 !important;
}

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

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

.btn-outline-bgColor {
  color: #FEF9F2 !important;
  border-color: #FEF9F2 !important;
}

.btn-bgColor,
.bg-bgColor {
  background-color: #FEF9F2 !important;
  border-color: #FEF9F2 !important;
}

.btn-gradient-bgColor,
.bg-gradient-bgColor {
  background-image: linear-gradient(to right, #c6c2bd, #fef9f3) !important;
}

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

.border-bgColor {
  border-color: #FEF9F2 !important;
}

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

.text-bgColor {
  color: #FEF9F2 !important;
}

.btn-light-bgColor:hover, .btn-light-bgColor:active, .btn-light-bgColor:focus {
  background-color: #FEF9F2 !important;
  color: #fefaf5 !important;
}

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

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  -o-box-shadow: inset 0 0 6px #fff;
  box-shadow: inset 0 0 6px #fff;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #BCBCBC;
  -o-box-shadow: inset 0 0 6px rgb(206, 209, 221);
  box-shadow: inset 0 0 6px rgb(206, 209, 221);
}

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

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

input::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
  /* Firefox */
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  color: #323232;
  direction: ltr;
  text-align: left;
  font-weight: 500;
}
body.rtl {
  font-family: "Cairo", sans-serif;
  direction: rtl;
  text-align: right;
}
body .container {
  overflow: hidden;
}

h1, h2, h3, h4,
h5,
h6,
p {
  line-height: 1.5;
}

a {
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: #394882;
}

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

.bg-secondry {
  background-color: #F14C4E;
}

.btn {
  box-shadow: unset !important;
}

.form-check-input:checked {
  background-color: #394882;
  border-color: #394882;
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(57, 72, 130, 0.25);
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23FF9300'/%3e%3c/svg%3e");
  background-color: #fff;
}
.form-check-input:checked[type=radio] + label {
  color: #394882;
}

.input-group .input-group-text {
  margin-left: 0 !important;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid;
  z-index: 1055;
}

.select2-container {
  z-index: 9999;
}
.select2-container .select2-selection--single {
  padding-block: 10px;
  background-color: #fff;
  height: auto;
  color: #817C7A;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
.select2-container .select2-search--inline .select2-search__field {
  margin-top: 6px;
}

.select2-container--default .select2-selection--multiple {
  color: #817C7A;
  background-color: #fff;
  border: 1px solid;
  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: #394882;
  color: white;
  border: 1px solid #394882;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: white;
  border-right: 1px solid #394882;
}
.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-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #394882;
  color: white;
}

.rtl .select2-container--default .select2-selection--multiple:after {
  left: 7px;
  right: auto;
}
.rtl .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.rtl .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px;
}
.rtl .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #394882;
  color: white;
}

.fs-7 {
  font-size: 14px;
}

.fs-8 {
  font-size: 16px;
}

.fs-9 {
  font-size: 18px;
}

.fs-10 {
  font-size: 18px;
}

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

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

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

a {
  color: #F14C4E;
}

.dir-ltr {
  direction: ltr;
}

.form-control:focus {
  border-color: #394882;
  box-shadow: 0 0 0 0.25rem rgba(57, 72, 130, 0.25);
}

.body-overlay {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(41, 41, 41, 0.3019607843);
  z-index: 1025;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.body-overlay.appear {
  opacity: 1;
  pointer-events: auto;
}

/* Rating Stars*/
.theme-krajee-svg.rating-sm .krajee-icon,
.theme-krajee-svg.rating-sm .krajee-icon-clear {
  width: 1.1rem;
  height: 1.1rem;
}

.caption-secondary,
.caption-primary,
.caption-danger,
.caption-success,
.caption-info,
.caption-warning {
  background-color: transparent;
  color: #FFC107;
}

#scrollTop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #F14C4E;
  border: 1px solid #F14C4E;
  z-index: 10;
}

@keyframes stickySlideDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Start Header */
header {
  position: relative;
  color: #fff;
}
header .mainNav {
  padding: 10px 0;
  position: fixed;
  background: transparent;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  display: flex;
  top: 0;
  align-items: center;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991.98px) {
  header .mainNav {
    padding: 10px 0;
  }
}
header .mainNav .logo {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(249deg) brightness(106%) contrast(104%);
}
header .mainNav .menuBar .menu-icon {
  margin: 20px auto;
  width: 20px;
  height: 14px;
  cursor: pointer;
  position: relative;
}
header .mainNav .menuBar .menu-icon span {
  background-color: #fff;
  height: 2px;
  position: absolute;
  width: 100%;
  left: 0;
  transition: all 0.3s ease;
}
header .mainNav .menuBar .menu-icon span:first-child {
  top: 0;
}
header .mainNav .menuBar .menu-icon span:nth-child(2) {
  top: 6px;
}
header .mainNav .menuBar .menu-icon span:last-child {
  top: 12px;
}
header .mainNav .menuBar .menu-icon.open span:nth-child(2), header .mainNav .menuBar .menu-icon:hover span:nth-child(2) {
  opacity: 0;
}
header .mainNav .menuBar .menu-icon.open span:first-child, header .mainNav .menuBar .menu-icon.open span:last-child, header .mainNav .menuBar .menu-icon:hover span:first-child, header .mainNav .menuBar .menu-icon:hover span:last-child {
  top: 6px;
}
header .mainNav .menuBar .menu-icon.open span:first-child, header .mainNav .menuBar .menu-icon:hover span:first-child {
  transform: rotate(45deg);
}
header .mainNav .menuBar .menu-icon.open span:last-child, header .mainNav .menuBar .menu-icon:hover span:last-child {
  transform: rotate(-45deg);
}
header .mainNav .menu {
  align-items: center;
  justify-content: space-between;
}
header .mainNav .menu .logo {
  width: 160px;
}
header .mainNav .menu .menuLinks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
header .mainNav .menu .menuLinks li {
  -webkit-margin-end: 45px;
          margin-inline-end: 45px;
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  header .mainNav .menu .menuLinks li {
    -webkit-margin-end: 20px;
            margin-inline-end: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  header .mainNav .menu .menuLinks li {
    -webkit-margin-end: 30px;
            margin-inline-end: 30px;
  }
}
header .mainNav .menu .menuLinks li a {
  font-weight: bold;
  text-transform: capitalize;
  color: #fff;
  position: relative;
  padding-bottom: 5px;
}
header .mainNav .menu .menuLinks li a:after {
  content: "";
  background-color: #F14C4E;
  height: 3px;
  width: 0%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s ease-in-out;
}
header .mainNav .menu .menuLinks li.active a:after, header .mainNav .menu .menuLinks li:hover a:after {
  width: 100%;
}
@media (max-width: 991px) {
  header .mainNav .menu {
    position: fixed;
    top: 0;
    left: -200px;
    width: 200px;
    height: 100%;
    padding: 15px;
    background-color: #fff;
    flex-direction: column;
    z-index: 2;
  }
  header .mainNav .menu .logo {
    filter: unset;
  }
  header .mainNav .menu.open {
    display: block !important;
    left: 0;
  }
  header .mainNav .menu.open .menuLinks {
    display: block;
    margin-top: 30px;
  }
  header .mainNav .menu.open .menuLinks li {
    margin-bottom: 15px;
  }
  header .mainNav .menu.open .menuLinks li a {
    color: #394882;
  }
  header .mainNav .menu.open .btn-login {
    padding: 0;
    font-weight: bold;
    color: #394882;
    background-color: transparent;
  }
}
header .mainNav .btn-tenant-login {
  padding: 10px 30px;
  color: #fff;
  background-color: #F14C4E;
}
header .mainNav .btn-admin-login {
  color: #fff;
}
header .mainNav .logo-link {
  color: #fff;
}
header .mainNav.sticky-menu {
  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 .mainNav.sticky-menu, header .mainNav.internal-page {
  background: #fff;
}
header .mainNav.sticky-menu .logo, header .mainNav.internal-page .logo {
  filter: unset;
}
header .mainNav.sticky-menu .menuLinks li a, header .mainNav.internal-page .menuLinks li a {
  color: #394882;
}
header .mainNav.sticky-menu .btn-login, header .mainNav.internal-page .btn-login {
  color: #fff;
  background-color: #F14C4E;
}
header .mainNav.sticky-menu .btn-admin-login, header .mainNav.internal-page .btn-admin-login {
  color: #394882;
}
header .mainNav.sticky-menu .lang, header .mainNav.internal-page .lang {
  color: #394882;
}
header .mainNav.sticky-menu .menuBar .menu-icon span, header .mainNav.internal-page .menuBar .menu-icon span {
  background-color: #394882;
}
header .mainNav .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  transform: scaleX(0);
  transform-origin: right;
  z-index: 1;
  -0-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header .lang {
  color: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  header .lang {
    color: #394882;
  }
}
header .lang span {
  position: relative;
  top: -2px;
  font-size: 13px;
}
header .lang i {
  font-size: 18px;
}
header .lang:hover {
  transform: scale(1.1);
}

/* Start Footer */
footer #footer {
  padding-block: 60px;
}
footer #footer .footer-logo {
  width: 140px;
}
footer #footer .quick-links li a {
  font-size: 20px;
  font-weight: 600;
  color: rgba(85, 106, 122, 0.8);
  transition: all 0.3s ease;
}
footer #footer .quick-links li a:hover {
  color: #F14C4E;
}
footer #footer .contact .icon {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  background-color: #F14C4E;
  border-radius: 50%;
}

/* Start Home Page */
#banner {
  position: relative;
  padding-block: 140px 100px;
}
@media (max-width: 991.98px) {
  #banner {
    padding-top: 100px;
  }
}
#banner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #394882;
  z-index: 0;
  transform: skewY(-12deg);
  transform-origin: top left;
}
#banner .container {
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  #banner .banner-desc {
    text-align: center;
  }
}
#banner .banner-desc p {
  font-size: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6);
}
#banner .banner-desc .btn {
  font-size: 20px;
  border-radius: 8px;
}
#banner .banner-desc .btn.employee-register {
  transition: all 0.2s ease-in-out;
}
#banner .banner-desc .btn.employee-register:hover {
  color: #F14C4E !important;
  background-color: #fff;
}

#RealEstate {
  position: relative;
  margin-bottom: 50px;
}
#RealEstate .card {
  background-color: rgba(247, 248, 251, 0.9);
}
#RealEstate .card .card-body {
  padding-block: 30px;
}
#RealEstate .card .card-body .btn {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  transition: all 0.3s ease-in-out;
}
#RealEstate .card .card-body .btn:hover {
  background-color: #394882 !important;
  border-color: #394882 !important;
}
#RealEstate .container {
  overflow: unset;
}
#RealEstate .owl-carousel {
  position: unset;
}
#RealEstate .owl-carousel .owl-stage-outer {
  margin-bottom: 30px;
}
#RealEstate .owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(50%);
}
#RealEstate .owl-carousel .owl-nav button.owl-prev, #RealEstate .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 25px;
  margin-top: -20px;
  font-size: 22px;
  color: #fff;
  background-color: #394882;
  border: 1px solid transparent;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  transition: all 0.3s ease;
}
#RealEstate .owl-carousel .owl-nav button.owl-prev:hover, #RealEstate .owl-carousel .owl-nav button.owl-next:hover {
  border-color: #fff;
  color: #fff;
}
#RealEstate .owl-carousel .owl-nav button.owl-prev {
  left: 25px;
}
@media (max-width: 479.98px) {
  #RealEstate .owl-carousel .owl-nav button.owl-prev {
    left: 0;
  }
}
#RealEstate .owl-carousel .owl-nav button.owl-next {
  right: 25px;
}
@media (max-width: 479.98px) {
  #RealEstate .owl-carousel .owl-nav button.owl-next {
    right: 0;
  }
}
#RealEstate .owl-carousel .owl-dots {
  text-align: center;
}
#RealEstate .owl-carousel .owl-dots button.owl-dot {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 13px !important;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
  border: 1px solid #B0B0B0;
}
#RealEstate .owl-carousel .owl-dots button.owl-dot.active:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 70%;
  background-color: #3a4984;
  height: 70%;
  border-radius: 50%;
}

#AboutUs {
  position: relative;
  margin-bottom: 80px;
  background-color: rgba(194, 219, 242, 0.1019607843);
}
#AboutUs .skewed {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: #fff;
  z-index: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#AboutUs::before {
  content: url("../images/path-1.svg");
  position: absolute;
  top: 100px;
  right: 30px;
}
#AboutUs::after {
  content: url("../images/path-2.svg");
  position: absolute;
  bottom: 30px;
  left: 30px;
}
#AboutUs .container {
  position: relative;
  padding-bottom: 100px;
  z-index: 1;
}
#AboutUs .container:after {
  content: url("../images/logo-mark.svg");
  position: absolute;
  bottom: -6px;
  right: 30px;
  transform: scaleX(-1);
}
#AboutUs .heading-title {
  padding-bottom: 100px;
}
#AboutUs .img {
  position: relative;
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  padding-bottom: 30px;
}
@media (max-width: 479.98px) {
  #AboutUs .img {
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
    padding-bottom: 15px;
  }
}
#AboutUs .img:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 60%;
  height: 80%;
  background-color: #90A8BF;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  z-index: -1;
}
#AboutUs .btn {
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  transition: all 0.3s ease-in-out;
}
#AboutUs .btn:hover {
  background-color: #394882 !important;
  border-color: #394882 !important;
}

#contactUs {
  margin-bottom: 80px;
}
#contactUs .contact-form {
  padding: 45px;
  background-color: #F9FCFE;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
@media (min-width: 992px) {
  #contactUs .contact-form {
    -webkit-padding-end: 80px;
            padding-inline-end: 80px;
  }
}
#contactUs .contact-form h4 {
  margin-bottom: 30px;
}
#contactUs .contact-form h4 span {
  position: relative;
}
#contactUs .contact-form h4 span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  width: 100%;
  height: 8px;
  background-color: rgba(57, 72, 130, 0.2);
}
#contactUs .contact-form form .form-label {
  color: #556A7A;
  font-weight: 600;
}
#contactUs .contact-form form .form-control {
  padding-block: 15px;
  border: 2px solid transparent;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
#contactUs .contact-form form .form-control:focus {
  border-color: #394882;
  box-shadow: unset;
}
#contactUs .contact-form form .btn {
  width: 200px;
  margin-top: 30px;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
  transition: all 0.3s ease-in-out;
}
#contactUs .contact-form form .btn:hover {
  background-color: #394882 !important;
  border-color: #394882 !important;
}
@media (max-width: 575.98px) {
  #contactUs .contact-form form .btn {
    width: 100%;
  }
}
#contactUs .contact-details {
  position: relative;
}
#contactUs .contact-details .info-details {
  position: relative;
  padding: 45px;
  color: #fff;
  background-color: #394882;
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
@media (min-width: 992px) {
  #contactUs .contact-details .info-details {
    position: absolute;
    top: 5%;
    left: -35px;
    width: 100%;
    height: 90%;
  }
}
#contactUs .contact-details .info-details .phone i {
  transform: rotate(-45deg);
}
#contactUs .contact-details .info-details:after {
  content: url(../images/path-3.svg);
  position: absolute;
  bottom: -5px;
  left: 0;
  transform: scaleX(-1);
}

/* Start Real Estate Details page*/
#page-title {
  position: relative;
  padding: 80px;
  margin-top: 89px;
  background: url(../images/realestate-bg.png) no-repeat;
  background-size: cover;
}
@media (max-width: 767.98px) {
  #page-title {
    margin-top: 74px;
  }
}
#page-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(57, 72, 130, 0.95);
  z-index: 0;
}
#page-title .container {
  position: relative;
  z-index: 1;
}
#page-title .breadcrumb-item {
  color: #fff;
}
#page-title .breadcrumb-item:not(.active) {
  font-weight: bold;
}
#page-title .breadcrumb-item:before {
  color: #fff;
}

#realestate-details {
  padding-top: 50px;
}
#realestate-details .phone {
  padding-block: 5px;
}
@media (min-width: 768px) {
  #realestate-details .phone {
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
    -webkit-border-start: 1px solid #90A8BF;
            border-inline-start: 1px solid #90A8BF;
  }
}
#realestate-details .area-info > div {
  min-width: 225px;
  padding: 15px 30px;
  background-color: rgba(247, 248, 251, 0.8);
  border-radius: 8px !important;
  -webkit-border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -ms-border-radius: 8px !important;
  -o-border-radius: 8px !important;
}
#realestate-details .realestate-gallery .owl-carousel .item img {
  max-height: 300px;
}
#realestate-details .realestate-gallery .owl-carousel .owl-dots {
  margin-top: 30px;
  text-align: center;
}
#realestate-details .realestate-gallery .owl-carousel .owl-dots button.owl-dot {
  position: relative;
  width: 17px;
  height: 17px;
  border-radius: 13px !important;
  -webkit-margin-start: 10px;
          margin-inline-start: 10px;
  border: 2px solid #394882;
}
#realestate-details .realestate-gallery .owl-carousel .owl-dots button.owl-dot.active:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 70%;
  background-color: #394882;
  height: 70%;
  border-radius: 50%;
}
#realestate-details .available-units {
  padding-top: 50px;
}
#realestate-details .available-units .card {
  height: 100%;
  background-color: rgba(247, 248, 251, 0.9);
  border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -ms-border-radius: 4px !important;
  -o-border-radius: 4px !important;
}
#realestate-details .available-units .card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 20px;
}

.heading-title span {
  position: relative;
}
.heading-title span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 6px;
  background-color: #F14C4E;
  border-radius: 8px;
}

.pagination {
  justify-content: center;
}
.pagination .page-item {
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
.pagination .page-item .page-link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border: none;
  font-size: 20px;
  background-color: transparent;
  width: 40px;
  height: 40px;
  color: #585555;
  border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
}
.pagination .page-item .page-link.page-prev {
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
}
.pagination .page-item .page-link.page-next {
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}
.pagination .page-item .page-link.page-prev, .pagination .page-item .page-link.page-next {
  background-color: #bcbcbc;
  color: #fff;
}
.pagination .page-item .page-link:focus {
  box-shadow: none;
}
.pagination .page-item.active {
  background-color: #F14C4E;
}
.pagination .page-item.active .page-link {
  color: #fff;
}
.pagination .page-item.disabled .page-prev,
.pagination .page-item.disabled .page-next {
  opacity: 0.24;
  -webkit-margin-start: 15px;
          margin-inline-start: 15px;
}

.rtl [type=email],
.rtl [type=number],
.rtl [type=tel],
.rtl [type=url] {
  direction: rtl;
}
.rtl header .mainNav .overlay {
  left: 0;
  right: auto;
  transform-origin: left;
}
.rtl header .mainNav .menu .menuLinks li a:after {
  right: 0;
  left: auto;
}
.rtl header .mainNav .menu.open {
  left: auto;
  right: 0;
}
.rtl header .lang span {
  top: 0;
}
.rtl #banner:after {
  transform: skewY(12deg);
  transform-origin: top right;
}
.rtl #AboutUs .skewed {
  transform: scaleX(-1);
}
.rtl #AboutUs::before {
  left: 30px;
  right: auto;
}
.rtl #AboutUs::after {
  right: 30px;
  left: auto;
}
.rtl #AboutUs .container:after {
  left: 30px;
  right: auto;
  transform: scaleX(1);
}
.rtl #AboutUs .img:after {
  right: 0;
  left: auto;
  transform: scaleX(-1);
}
.rtl #AboutUs .btn i {
  transform: scaleX(-1);
}
@media (min-width: 992px) {
  .rtl #contactUs .contact-details .info-details {
    left: auto;
    right: -35px;
  }
}
.rtl #contactUs .contact-details .info-details:after {
  right: 0;
  left: auto;
  transform: scaleX(1);
}
.rtl #scrollTop {
  left: 10px;
  right: auto;
}
.rtl .pagination .page-item .page-link.page-prev i, .rtl .pagination .page-item .page-link.page-next i {
  transform: scaleX(-1);
}/*# sourceMappingURL=style.css.map */