.anim-icons {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.anim-icons.full-width {
  max-width: 100%;
}

.anim-icons .icon {
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.icon-dots-1 {
  height: 204px;
  width: 209px;
  background-image: url(../images/icons/icon-dot-1.png);
}

.icon-dotted-map {
  width: 474px;
  height: 357px;
  background-image: url(../images/icons/dotted-map.png);
}

.icon-dotted-map-2 {
  width: 987px;
  height: 478px;
  background-image: url(../images/icons/dotted-map-2.png);
}

.icon-bg-dots {
  width: 916px;
  height: 709px;
  background-image: url(../images/icons/icon-bg-dots.png);
}

.icon-plane-1 {
  width: 104px;
  height: 640px;
  background-image: url(../images/icons/icon-plane-1.png);
}

.icon-plane-2 {
  width: 301px;
  height: 336px;
  background-image: url(../images/icons/icon-plane-2.png);
}

.icon-plane-3 {
  width: 373px;
  height: 194px;
  background-image: url(../images/icons/icon-plane-3.png);
}

.icon-wave-line {
  width: 653px;
  height: 471px;
  background-image: url(../images/icons/icon-wave-line.png);
}

.icon-quote {
  height: 46px;
  width: 64px;
  background-image: url(../images/icons/icon-quote.png);
}

.bounce-y {
  animation: bounce-y 10s infinite linear;
}

.bounce-x {
  animation: bounce-x 10s infinite linear;
}

.zoom-one {
  animation: zoom-one 10s infinite linear;
}

@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-30px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes bounce-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(30px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes zoom-one {
  0% {
    transform: scale(0.95);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(0.95);
  }
}
.rtl .sub-title:before {
  left: unset;
  right: 100%;
  margin-left: 0;
  margin-right: 10px;
}
.rtl .pgn__next, .rtl .pgn__prev {
  transform: rotateY(180deg);
}
.rtl .fixed-whatsapp-bottom {
  left: unset;
  right: 30px;
}
.rtl .fixed-call-bottom {
  right: unset;
  left: 30px;
}
.rtl .btn-close {
  right: unset;
  left: 20px;
}

.rtl .scroll-to-top {
  right: unset;
  left: 35px;
}
.rtl .list-style-one {
  margin-right: 70px;
}
.rtl .list-style-one li {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .list-style-one li i {
  margin-right: 0;
  margin-left: 5px;
}

.rtl .main-footer .icon-plane-3 {
  right: unset;
  left: -360px;
}
.rtl .main-footer .about-widget {
  padding-right: 0;
  padding-left: 5px;
}
.rtl .main-footer .widget-title:before {
  left: unset;
  right: 100%;
  margin-left: 0;
  margin-right: 10px;
}
.rtl .footer-inner-box {
  border-right: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.rtl .user-links li a:before {
  left: unset;
  right: 0;
}
.rtl .gallery-widget .outer .image {
  float: right;
}
.rtl .gallery-widget .image a:after {
  left: unset;
  right: 50%;
  margin-left: 0;
  margin-right: -10px;
}

.rtl .header-top {
  margin-left: 0;
  margin-right: 0;
  max-height: 40px;
}
@media (min-width: 1024px) {
  .rtl .header-top {
    padding-left: 130px;
    padding-right: 50px;
  }
}
.rtl .top-right {
  padding-left: 40px;
}
.rtl .main-menu .navigation > li {
  float: right;
}
.rtl .main-menu .navigation > li:before {
  left: unset;
  right: 50%;
}
.rtl .main-menu .navigation > li:hover:before, .rtl .main-menu .navigation > li.current:before {
  left: unset;
  right: 0;
}
.rtl .main-menu .navigation > li > a .icon {
  margin-left: 0;
  margin-right: 10px;
}
.rtl .main-menu .navigation > li.dropdown > a {
  padding-right: 0;
  padding-left: 14px;
  margin-right: 0;
  margin-left: -14px;
}
.rtl .main-menu .navigation > li.dropdown > a:after {
  right: unset;
  left: 0;
}
.rtl .main-menu .navigation > li > ul {
  left: unset;
  right: 0px;
}
.rtl .main-menu .navigation > li > ul.from-right {
  right: auto;
  left: 0px;
}
.rtl .main-menu .navigation > li > ul > li > a {
  text-align: right;
}
.rtl .main-menu .navigation > li > ul > li.dropdown > a:after {
  right: unset;
  left: 0;
}
.rtl .main-menu .navigation > li > ul > li > ul {
  left: unset;
  right: 100%;
}
.rtl .main-menu .navigation > li > ul > li > ul > li > a {
  text-align: right;
}
.rtl .main-menu .navigation li.dropdown .dropdown-btn {
  right: unset;
  left: 10px;
}
.rtl .outer-box .theme-btn {
  margin-left: 0;
  margin-right: 40px;
}
.rtl .outer-box .dropdown .dropdown-menu {
  left: 0 !important;
  right: unset !important;
}
.rtl .main-header .ui-btn {
  margin-left: 0;
  margin-right: 15px;
}

body.rtl .mobile-nav-toggler {
  margin-left: 0;
}
body.rtl .mobile-menu {
  right: unset;
  left: 0;
}
body.rtl .mobile-menu .nav-logo {
  text-align: right;
}
body.rtl .mobile-menu .navigation li.dropdown .dropdown-btn {
  right: unset;
  left: 0px;
}
body.rtl .mobile-menu .navigation li.dropdown .dropdown-btn:after {
  left: unset;
  right: 0px;
  border-left: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
body.rtl .mobile-menu .navigation li > ul > li {
  padding-left: 0;
  padding-right: 20px;
}
body.rtl .contact-info-box {
  padding-left: 0;
  padding-right: 54px;
}
body.rtl .contact-info-box .icon {
  left: unset;
  right: 0;
}
body.rtl .contact-list-one li i {
  left: unset;
  right: 0;
}
body.rtl .mobile-menu .social-links li {
  border-right: none;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.rtl .scroll-to-top {
  right: unset;
  left: 35px;
}
.rtl .list-style-one {
  margin-right: 70px;
}
.rtl .list-style-one li {
  margin-right: 0;
  margin-left: 20px;
}
.rtl .list-style-one li i {
  margin-right: 0;
  margin-left: 5px;
}

body.rtl .search-popup {
  left: unset;
  right: 0;
}
body.rtl .search-popup .search-back-drop {
  left: unset;
  right: 0;
}
body.rtl .search-popup .close-search {
  right: unset;
  left: 30px;
}
body.rtl .search-popup .form-group button {
  right: unset;
  left: 5px;
}

::-moz-selection {
  background: #fff;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #fff;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #333;
  color: #fff;
  text-shadow: none;
}

:active,
:focus {
  outline: none !important;
}

body {
  background-color: #fff;
  font-family: "DM Sans", sans-serif;
}

body,
p,
.text {
  color: #767676;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}

/* -------- Headings ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #28357b;
  position: relative;
  line-height: 1.2em;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #28357b;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  font-weight: inherit;
}

h1,
h2,
h3 {
  margin-bottom: 2rem;
  margin-top: 0;
}

h4,
h5,
h6 {
  margin-bottom: 1rem;
  margin-top: 0.75rem;
}

h1 {
  font-size: 90px;
  font-weight: 800;
  line-height: 1.1;
}

h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.4;
}

h3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.4;
}

h4 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.4;
}

h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

table p {
  margin-bottom: 0;
}

p {
  margin-bottom: 20px;
}

a {
  color: #352F27;
  text-decoration: none;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}
a:hover, a:focus {
  color: #28357b;
  text-decoration: none;
  outline: none;
}
a b,
a strong {
  transition: all 0.3s ease;
}
a img {
  border: none;
}

pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset {
  margin-bottom: 10px;
}

ol,
ul {
  list-style-position: inside;
  margin: 0;
  padding: 0;
}

b {
  color: #333;
  font-weight: 700;
}

iframe {
  border: none !important;
}

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

.rtl .article-card .inner-box:hover .read-more {
  left: unset;
  right: 0%;
}
.rtl .article-card .image-box .date {
  right: unset;
  left: 20px;
}
.rtl .article-card .image-box .date:before {
  left: unset;
  right: -10px;
  border-right: 0;
  border-left: 10px solid #28357b;
}
.rtl .article-card .image-box .date:after {
  right: unset;
  left: -10px;
  border-left: 0;
  border-right: 10px solid #28357b;
}
.rtl .article-card .read-more {
  left: unset;
  right: 50%;
}
.rtl .article-card .read-more i {
  transform: rotateY(180deg);
}

.rtl .page-title:before {
  left: unset;
  right: 0;
}
.rtl .page-breadcrumb li {
  margin-right: 0;
  margin-left: 12px;
  padding-right: 0;
  padding-left: 13px;
}
.rtl .page-breadcrumb li:after {
  right: unset;
  left: -6px;
  transform: rotateY(180deg);
}
.rtl .page-breadcrumb li:last-child {
  padding-left: 0px;
  margin-left: 0px;
}

.rtl .destination-card .inner-box:hover .image-box .icon {
  right: unset;
  left: 30px;
}
.rtl .destination-card .image-box .image::before {
  left: unset;
  right: 0;
}
.rtl .destination-card .image-box .icon {
  right: unset;
  left: 20px;
}
.rtl .destination-card .content-box {
  left: unset;
  right: 0;
}

@media (max-width: 991.98px) {
  .rtl .inner-content ul, .rtl .inner-content ol {
    padding-right: 1.2rem;
    padding-left: 0;
  }
}

.rtl .pagination-show li.next .content {
  text-align: right;
}
.rtl .pagination-show li.previous .content {
  text-align: left;
}
.rtl .pagination-show .icon i {
  transform: rotateY(180deg);
}
