@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');
.form-search,
.header {
    position: fixed;
    z-index: 100;
}
.intro .owl-carousel .owl-nav button img,
i.red-tag {
    width: 50px;
}
.background,
.box-title,
.fancybox-caption__body,
.footer,
.intro,
.know,
.nav-intro .card-link,
.wp-block-table {
    overflow: hidden;
}
.header .dropdown-item,
.navbar-footer a {
    text-transform: capitalize;
}
.scroll-twitter-box,
.temperature .list-temp ul {
    scrollbar-color: #00a0df #333333;
    scrollbar-width: thin !important;
}
body,
html {
    width: 100%;
    height: 100%;
}
body {
    font-family: "Cairo", sans-serif;
    font-weight: 400;
}
a {
    text-decoration: none !important;
}
button:focus {
    outline: 0;
}
main img {
    max-width: 100%;
}
ul,li{
    list-style-type: none;
}
i.red-tag {
    height: 50px;
    background: red;
    border-radius: 50%;
    position: absolute;
    top: 20px;
    left: 20px;
}
.section-title2 {
    text-align: center;
    margin-bottom: 60px;
}

.section-title2 h3 {
    font-size: 2.8125rem;
    font-weight: 700;
    color: var(--text-color);
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 10px;
}
.section-title2.text-white h3{
    color: var(--white);
}
.eg-btn {
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  transition: all 0.4s ease;
  text-transform: capitalize;
  font-family: "Cairo", sans-serif;
}

.btn--primary5 {
  background: var(--primary-color);
  color: var(--white);
  position: relative;
  z-index: 1;
  white-space: nowrap;
  border-radius: 0px;
  border: 1px solid var(--primary-color);
}
.btn--primary5::before {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: var(--secondary-color);
  transition: all 0.52s;
  z-index: -1;
  border-radius: 0px;
}
.btn--primary5::after {
  width: 100%;
  height: 100%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0%;
  left: 0%;
  background: var(--secondary-color);
  transition: all 0.52s;
  z-index: -1;
  border-radius: 0px;
}
.btn--primary5:hover {
  color: var(--white);
  border: 1px solid var(--text-color);
}
.btn--primary5:hover::before {
  transform: rotateX(90deg);
}
.btn--primary5:hover::after {
  transform: rotateY(90deg);
}
.btn--primary5.capsule {
  border-radius: 100px;
}
.btn--primary5.capsule::before {
  border-radius: 100px;
}
.btn--primary5.capsule::after {
  border-radius: 100px;
}
.btn--primary5.btn--outline {
  background: var(--primary-color);
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.btn--primary5.btn--outline::before {
  background: var(--white);
  border: 1px solid var(--primary-color);
}
.btn--primary5.btn--outline::after {
  background: var(--white);
  border: 1px solid var(--primary-color);
}
.btn--primary5.btn--outline:hover {
  color: var(--white);
}
.btn--primary5.btn--outline:hover::before {
  transform: rotateX(90deg);
}
.btn--primary5.btn--outline:hover::after {
  transform: rotateY(90deg);
}
.btn--lg {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 17px 32px;
}
@media (max-width: 767px) {
  .btn--lg {
    padding: 12px 25px;
  }
}
.header {
    inset: 0;
    height: max-content;
    transition: 0.6s;
    width: 100%;
}
.header .navbar {
    border-bottom: 1px solid #ffffff80;
    margin: 0 50px;
    padding-right: 0;
    padding-left: 0;
}
.header .navbar-brand {
    margin-left: 50px;
    margin-right: 0;
    padding: 0;
}
.header .navbar-brand img {
    height: 70px;
    width: auto;
    transition: 0.3s;
}
.block-chance:hover,
.breadcrumb-page a:hover,
.footer .other-links a img:hover,
.future .item:hover .thumb-pro,
.gallery a:hover img,
.header .lang:hover,
.header .navbar-brand:hover img,
.header .search img:hover,
.know .more span:hover,
.logo-footer a:hover img,
.news-page .item img:hover,
.pro-box:hover img,
.projects .owl-item:hover img,
.slider-gov .item a:hover img,
.tabs-slider-invest .title-tabs:hover h2 {
    transform: scale(1.1);
}
.block-mob .te,
.hexShape img,
.intro .nav-intro,
.nav-intro .slider-card .card-link h2.title-1 {
    transform: translate(-50%, -50%);
}
.header .lang,
.header .navbar-nav .nav-link {
    color: #fff;
    position: relative;
    transition: 0.3s;
    text-transform: capitalize;
    font-size: 13px;
}
.header .navbar-nav .nav-item {
    margin-left: 12px;
}
.header .lang,
.nav-lang,
.tourism .block-tourism .flip-box {
    display: inline-block;
}
.back-mobile,
.content-init,
.form-search,
.fp-viewing-section3 .header .navbar-brand img,
.fp-viewing-section3 .overlay,
.initiative .owl-nav button.disabled,
.invested .content-invest,
.know .more span:before,
.know .text-tab,
.more-det span:after,
.navigation .screen-reader-text,
.projects-page .owl-nav button.disabled,
.strategy-home .title-mob {
    display: none;
}
.header .lang:before,
.header .navbar-nav .nav-link:before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    background: #fff;
    bottom: 0;
    right: 0;
    transition: 0.4s;
    opacity: 0;
    z-index: 8;
    border: 0;
}
.header .lang:hover:before,
.header .navbar-nav .nav-link:hover:before {
    opacity: 1;
    width: 100%;
}
.dropdown-toggle:after {
    margin-right: 5px;
}
.fp-viewing-section3 .header {
    background: #fff;
    height: max-content;
}
.fp-viewing-section3 .header .navbar-brand img.logo-dark {
    display: block !important;
}
.footer,
.fp-viewing-section3 .header .navbar-nav .nav-link:before,
.guideline .link-guideline:hover,
.is-style-outline a.wp-block-button__link:hover,
.join a,
.join a:hover,
.link-invest a:hover,
.links-strategy a:hover,
.more-det:hover {
    background: #1d1d1b;
}
.fp-viewing-section3 .header .navbar {
    border-bottom: 1px solid #ccc;
}
.fp-viewing-section2 .header {
    background: #fff;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.5) 100%);
}
.header .navbar-toggler {
    background: #fff;
    color: var(--primary-color);
    font-size: 25px;
    border: 1px solid #ccc;
}
.header .search {
    display: inline-block;
    margin-left: 10px;
}
.header .search img {
    width: 25px;
    transition: 0.3s;
}
.fp-viewing-section3 .header .search img {
    filter: brightness(0.4);
}
.navbar-nav .dropdown-menu {
    border-radius: 0;
}
.form-search {
    top: 0;
    right: 0;
    background: #1d1d1b;
    width: 100%;
    height: 0;
    padding: 30px 60px;
    transition: 0.3s;
}
.show.form-search {
    display: block;
    height: 100px;
}
.form-search .form-control {
    width: 100%;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    background: #1d1d1b;
    color: #fff;
}
.form-search .btn-x,
.form-search button {
    top: 0;
    width: 60px;
    position: absolute;
    height: 100%;
}
.form-control:focus {
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #fff;
}
.form-search button {
    left: 0;
}
.form-search .btn-x img,
.form-search button img {
    width: 20px;
}
.form-search .btn-x {
    right: 0;
    line-height: 70px;
}
.form-search .form-control::placeholder {
    color: #fff;
    opacity: 1;
}
.form-search .form-control:-ms-input-placeholder {
    color: #fff;
}
.form-search .form-control::-ms-input-placeholder {
    color: #fff;
}
.content-single .wp-block-gallery figure img,
.header .navbar-nav .dropdown-menu .nav-item,
.note p,
.team p {
    margin: 0;
}
.intro {
    height: 100%;
}
#myVideo,
.back-mobile {
    position: fixed;
    top: 0;
    left: 0;
}
.temperature {
    position: fixed;
    left: 50px;
    top: 90px;
}
.slider-temp > .item.text-right {
    display: none !important;
}
.temperature .slider-temp label {
    font-size: 20px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
}
.about-us p,
.news .text-news p {
    text-align: justify;
    line-height: 1.8;
}
.about-us .about3-list {
  margin: 24px 0 50px 0;
  padding: 0;
}
.about-us .about3-list li {
  font-size: 18px;
  font-weight: 400;
  color: var(--text-color2);
  font-family: "Cairo", sans-serif;
  position: relative;
  padding-right: 20px;
  margin-bottom: 15px;
}
.about-us .about3-list li:last-child {
  margin-bottom: 0px;
}
.about-us .about3-list li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--secondary-color);
}

.temperature .list-temp ul li img,
.temperature .slider-temp label img {
    width: 30px;
    display: inline-block;
}
.temperature .list-temp ul li {
    background: rgb(0 0 0 / 70%);
    padding: 5px;
    font-size: 20px;
    color: #fff;
    text-align: right;
    border-bottom: 1px solid #fff;
    margin-bottom: 5px;
    display: table;
    float: left;
}
.temperature .list-temp img.tem-caret {
    width: 30px;
    display: table;
    float: left;
    cursor: pointer;
    margin-bottom: 10px;
    transition: 0.3s;
}
.navigation img.angle-page.rotate,
.temperature .list-temp .tem-caret.rotate {
    transform: rotate(180deg);
}
.temperature .list-temp ul {
    display: none;
    overflow-y: scroll;
    height: 60vh;
    padding-left: 7px;
}
.temperature .list-temp ul::-webkit-scrollbar {
    width: 3px;
}
.temperature .list-temp ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #333;
}
.temperature .list-temp ul::-webkit-scrollbar-thumb {
    background-color: #fff;
}
.intro .nav-intro {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max-content;
    max-width: 100%;
    z-index: 10;
}
.nav-intro h1,
.next-intro .min-title {
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 90px;
}
.back-mobile {
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    object-fit: cover;
    z-index: -1;
}
.nav-intro .card-link {
    background: url(images/bg1.webp) 0 0 / cover no-repeat;
    border-radius: 20px;
    padding: 20px;
    position: relative;
    min-height: 370px;
    display: flex;
    align-items: center;
    margin: auto;
}
.nav-intro .card-link h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin: auto;
    transition: 0.4s;
    position: relative;
    top: 0;
}
.nav-intro .card-link:hover h2 {
    top: -15px;
}
.nav-intro .slider-card .card-link h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    margin: auto;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
}
.nav-intro .slider-card .card-link:hover h2.title-1 {
    transform: translate(-50%, -70%);
    opacity: 0;
}
.nav-intro .slider-card .card-link h2.title-2 {
    opacity: 0;
    transform: translate(-50%, -20%);
}
.nav-intro .slider-card .card-link:hover h2.title-2 {
    transform: translate(-50%, -50%);
    opacity: 1;
}
.nav-intro .card-link2 {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.nav-intro .card-link2:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}
.intro .owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    z-index: 10;
    right: -10px;
    transform: translateY(-50%);
    transition: 0.3s;
}
.intro .owl-carousel .owl-nav button.disabled {
    opacity: 0;
    z-index: -1;
}
.intro .owl-carousel .owl-nav button.owl-prev {
    right: auto;
    left: -10px;
    transform: rotate(180deg) translateY(55%);
}
#myVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.scroll {
    position: absolute;
    bottom: 20px;
    display: table;
    font-size: 0.933rem;
    color: #fff;
    text-decoration: none;
    padding: 10px 10px 10px 40px;
    right: 50%;
    transform: translateX(50%);
    transition: 0.3s;
    z-index: 8;
}
.scroll::before {
    display: block;
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 40px;
    border: 2px solid #fff;
    border-radius: 9px;
    content: "";
    transition: 0.3s;
}
.scroll::after {
    display: block;
    position: absolute;
    top: 9px;
    left: 11px;
    width: 2px;
    height: 8px;
    background: #fff;
    border-radius: 1px;
    content: "";
    animation-name: scroll;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-delay: 2s;
    transition: 0.3s;
}
.contact-info .map iframe,
.overlay,
.sub-intro .nav-intro {
    width: 100%;
}
.scroll:hover {
    color: #fff;
    bottom: 25px;
}
@keyframes scroll {
    0%,
    100%,
    20% {
        opacity: 1;
        height: 8px;
    }
    30% {
        transform: translateY(0);
        opacity: 1;
        height: 19px;
    }
    40% {
        opacity: 1;
    }
    80% {
        transform: translateY(19px);
        opacity: 0;
        height: 0;
    }
    81% {
        transform: translateY(0);
        opacity: 0;
        height: 8px;
    }
}
.overlay {
    position: fixed;
    inset: 0;
    height: 100%;
    background: #000;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.5) 100%);
    transition: 0.9s;
    z-index: 0;
}
.sub-intro .card-link {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) 0 0 / cover no-repeat, url(images/bg-111.webp) 0 0 / cover no-repeat;
}
.sub-intro .card-link2 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) 0 0 / cover no-repeat, url(images/bg-112.webp) 0 0 / cover no-repeat;
}
.sub-intro .card-link3 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) 0 0 / cover no-repeat, url(images/bg-113.webp) 0 0 / cover no-repeat;
}
.sub-intro .card-link4 {
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) 0 0 / cover no-repeat, url(images/bg-114.webp) 0 0 / cover no-repeat;
}
.sub-intro .card-link5 {
    background: url(images/bg7.webp) 0 0 / cover no-repeat;
}
.slider-sub-card.owl-carousel {
    padding: 0 30px;
}
.sub-intro .card-link h2 {
    font-size: 34px;
    margin: auto;
}
.sub-intro .min-title {
    color: #fff;
    font-size: 30px;
    width: 65%;
    margin: 0 auto 50px;
}
.slider-card .owl-carousel .owl-stage,
.wp-block-embed__wrapper {
    display: table;
    margin: auto;
}
.slider-card {
    padding: 0 60px;
}
.sub-intro a.back-link {
    display: inline-block;
    position: absolute;
    top: 5px;
    right: 55px;
}
.initiative .owl-nav button img,
.projects-page .owl-nav button img,
.sub-intro a.back-link img {
    width: 40px;
}
.sub-intro2 .card-link {
    background: url(images/bg8.webp) 0 0 / cover no-repeat;
}
.sub-intro2 .card-link2 {
    background: url(images/bg9.webp) 0 0 / cover no-repeat;
}
.sub-intro2 .card-link3 {
    background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)) 0 0 / cover no-repeat, url(images/bg-food.webp) 0 0 / cover no-repeat;
}
.sub-intro2 .card-link4 {
    background: url(images/bg11.webp) 0 0 / cover no-repeat;
}
.sub-intro2 .card-link5 {
    background: url(images/bg12.webp) 0 0 / cover no-repeat;
}
.flip-box {
    width: 250px;
    height: 370px;
    perspective: 1000px;
    display: table;
    margin: auto;
}
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}
.flip-box-back,
.flip-box:hover .flip-box-inner,
.stopFlip {
    transform: rotateY(180deg);
}
.flip-box-back,
.flip-box-front {
    position: absolute;
    width: 100%;
    min-height: 300px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 20px;
    padding: 10px 20px;
    background-size: cover;
    background-position: center center;
}
.flip-box .flip-box-front {
    background-size: cover;
    display: flex;
}
.flip-box-back {
    background-color: #00a0df;
    color: #fff;
}
.flip-box h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    display: table;
    margin: auto;
}
.flip-box-back h2 {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    display: block;
}
.flip-box-back p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.flip-box-back img {
    height: 65px;
    position: absolute;
    right: 85%;
    left: 0;
    margin: auto;
    bottom: 91%;
    border: double #aaa;
    border-radius: 50%;
    background-color: #fff;
    padding: 2px;
}
.about-us,
.background,
.contact-info .map,
.footer,
.gallery a,
.join a span,
.know,
.know .about-img,
.know .more span i,
.more span,
.news,
.news .thumbnail,
.news a.more,
.projects,
.projects .more,
.statistics img,
.up-file {
    position: relative;
}
.flip-box-back img.ltr {
    left: -95%;
    right: 0;
}
.x-twitter {
    filter: invert(100%) sepia(0%) saturate(7497%) hue-rotate(145deg) brightness(99%) contrast(103%);
    width: 17px;
}
.x-twitter:hover {
    filter: invert(62%) sepia(99%) saturate(1810%) hue-rotate(0deg) brightness(103%) contrast(104%);
}
.w-40 {
    width: 40%;
}
.flip-box2 .flip-box-back img {
    height: 40px;
}
.flip-box2 .flip-box-front,
.flip-box3 .flip-box-front {
    background-size: cover;
}
.flip-box2 .flip-box-back,
.hexagon1,
.listNumbering.orangeBackground {
    background-color: var(--primary-color);
}
.flip-box3 .flip-box-back {
    background-color: #3dae2b;
}
.slider-next-card .flip-box .flip-box-front {
    background-size: cover !important;
}
.next-intro .container {
    max-width: 900px;
}
.about{
    background: #fff;
}
.about-us {
    padding: 70px 75px;
    background: url(images/bba.svg) 100% 93%/100% no-repeat #fff;
    z-index: 9;
}
.about-us h2 {
    color: #1d1d1b;
    font-size: 40px;
    font-weight: 700;
    margin: 60px 0 25px;
}
.about-us .about-img {
    position: relative;
    top: -65px;
}
.about-us .about-img img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 20px;
}
.about-us p {
    color: var(--text-color2);
    font-size: 18px;
}
.about-us p:nth-child(2) {
    display: inline;
}
.news .text-news a {
    display: inline;
    color: #333;
    font-weight: 700;
    font-size: 20px;
}
.goals .flip-box-front,
.more,
.more span {
    display: table;
}
.more span {
    color: #666;
    font-size: 22px;
    transition: 0.3s;
    font-weight: 700;
}
.customTitleBtn.orange,
.know .more span,
.linkHover:hover,
.links-social li a:hover,
.listItemStyle.orange,
.navbar-footer a:hover,
.news .text-news a:hover {
    color: var(--primary-color);
}
.more:hover span {
    color: #00a0df;
}
.news .more span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    top: -10px;
    right: 0;
    background: url(images/nav-to.svg) no-repeat;
}
.news .more span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 12px;
    bottom: -17px;
    right: 0;
    background: url(images/nav-bo.svg) no-repeat;
}
.background {
    height: 60vh;
    background: url(images/back1.jpg) 0 0 / cover no-repeat;
    background-position: 60% 60% !important;
}
.background2 {
    background: url(images/back2.jpg) 0 0 / cover no-repeat;
}
.news,
.projects {
    padding: 100px 0;
    overflow: hidden;
}
.news{
    padding: 100px 75px;
}
.projects .main-title {
    color: #1d1d1b;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1px;
    max-width: 250px;
}
.projects .owl-item .item {
    overflow: hidden;
    border-radius: 35px;
    height: 470px;
}
.projects .owl-item img {
    border-radius: 35px;
    transition: 0.5s;
    height: 100%;
    object-fit: cover;
}
.more span:after,
.projects .more span:before {
    height: 12px;
    right: 0;
    width: 100%;
    position: absolute;
    content: "";
}
.title-projects {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, 0.5) 50%, #000 100%);
    color: #fff;
    padding: 30px;
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
}
.title-projects h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    display: inline-block;
}
.know h2,
.link-invest a {
    font-size: 40px;
    color: #fff;
}
.title-projects img {
    width: 50px !important;
    float: left;
}
.projects .more {
    top: -45px;
    display: table;
    font-weight: 700;
    right: 5px;
}
.projects .more span:before {
    top: -10px;
    background: url(images/icon-p2.svg) no-repeat;
}
.more span:after {
    bottom: -17px;
    background: url(images/icon-p.svg) no-repeat;
}
.know .more span i {
    font-size: 30px;
    top: 11px;
    margin-left: 5px;
}
.projects .owl-nav {
    position: absolute;
    top: 50%;
    right: -35%;
}
.projects .owl-nav button img,
.sectors .owl-carousel .owl-nav button img {
    width: 60px;
    transition: 0.3s;
}
.news .owl-carousel .owl-nav button.owl-next,
.projects .owl-carousel .owl-nav button.owl-next,
.sectors .owl-carousel .owl-nav button.owl-next {
    margin-right: 20px;
}
.sectors .owl-carousel .owl-nav button:hover img,
.slider-gov.owl-carousel .owl-nav button:hover img,
.tabs-slider .title-tabs:hover h2 {
    transform: scale(1.2);
}
.news .more span {
    right: 5px;
}
.slider-gov:after,
.slider-gov:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 30px;
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5021358885351015) 50%, #fff 100%);
    right: 0;
    top: 0;
    z-index: 1;
}
.slider-gov:after {
    background: #fff;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.5021358885351015) 50%, #fff 100%);
    right: auto;
    left: 0;
}
.news .title-news {
    color: #1d1d1b;
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 1px;
    width: 130px;
    position: absolute;
}
.news .text-news h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
}
.news .text-news {
    margin-top: 145px;
}
.news .text-news p {
    font-size: 18px;
    display: inline;
}
.news .news-slider .thumbnail:before {
    content: "";
    position: absolute;
    width: 270px;
    height: 340px;
    background: url(images/news-thumb.svg) no-repeat;
    top: 0;
    left: 20px;
    z-index: 1;
}
.news a.more {
    top: -80px;
    z-index: 10;
}
.news .thumbnail img {
    width: 100%;
    border-radius: 20px;
    height: 600px;
    max-height: 600px;
}
.news .owl-nav {
    position: absolute;
    bottom: 25%;
}
.news .owl-carousel .owl-nav button.owl-prev img,
.news .owl-nav button.owl-next img {
    width: 55px;
}
.news-invest .more span:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    top: -10px;
    right: 0;
    background: url(images/nav-to.svg) no-repeat;
}
.news-invest .more span:after {
    background: url(images/nav-bo.svg) no-repeat;
}
.link-invest {
    margin: 70px 0 100px;
}
.link-invest a {
    display: table;
    background: #3dae2b;
    text-align: center;
    font-weight: 700;
    padding: 20px;
    border-radius: 25px;
    margin: auto;
    transition: 0.3s;
}
.know {
    padding: 75px;
    background: #0076c8;
    background: linear-gradient(274deg, #0076c8 0, #0089d3 50%, #00a0e0 100%);
}
.know:before {
    content: "";
    position: absolute;
    left: -20px;
    bottom: 10px;
    height: 100%;
    width: 77%;
    background: url(images/back-know.svg) 0 0 / cover no-repeat;
}
.know h2 {
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.footer .copyright p,
.know p,
.thumbnail.container.mt-4,
.twitter-box a:last-child {
    margin-bottom: 0;
}
.know .min-title-know {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}
.know p {
    color: #fff;
    font-size: 20px;
    text-align: justify;
    line-height: 1.6;
}
.know .about-img {
    width: 100%;
    top: -80px;
}
.content-init-1,
.invested .content-invest-1,
.know .text-tab.active {
    display: block;
}
.statistics {
    margin-top: 20px;
    margin-bottom: 20px;
}
.statistics img {
    float: right;
    height: 45px;
    margin-left: 10px;
    top: 7px;
}
.statistics label {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.join a,
.join h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    font-weight: 700;
}
.statistics label span {
    display: block;
    font-weight: 400;
    border-top: 1px solid #fff;
    margin-top: 5px;
    text-align: center;
}
.join {
    padding: 70px 0;
    background: #3dae2b;
}
.box,
.box-3 .card-box,
.contact-us,
.join h2,
.team h4,
.text-box {
    margin-bottom: 30px;
}
.join a {
    border-radius: 50px;
    padding: 15px 60px;
}
.join a span {
    top: 0;
    transition: 0.3s;
}
.join a:hover span {
    top: -5px;
}
.footer {
    padding: 75px 75px 0;
}
.footer .background-img {
    position: absolute;
    bottom: 32px;
    left: -40px;
    z-index: 0;
    width: 100%;
}
.footer:after {
    content: "";
    position: absolute;
    background: #888;
    width: 1px;
    height: 100%;
    bottom: 0;
    right: 89px;
}
.ajaweed,
.tabs-slider .breadcrumb-page,
.tabs-slider-invest .breadcrumb-page {
    right: 50px;
}
.logo-footer,
.ministries {
    margin-bottom: 70px;
}
.logo-footer a {
    display: table;
    position: relative;
}
.logo-footer a img {
    width: 220px;
    transition: 0.3s;
}
.footer .copyright {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 40px;
    font-size: 20px;
}
.footer .other-links {
    margin-top: 30px;
    position: relative;
}
.footer .other-links h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    margin: 0;
}
.footer .other-links a {
    display: inline-block;
    margin: 0 0 15px 15px;
}
.footer .other-links a img {
    height: 85px;
    object-fit: cover;
    transition: 0.3s;
}
.footer .other-links a.soudah img {
    width: 150px;
    height: auto;
}
.navbar-footer h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}
.navbar-footer a {
    color: #fff;
    transition: 0.3s;
    font-size: 20px;
}
.twitter-box {
    margin-top: -160px;
}
.scroll-twitter-box {
    overflow-y: scroll;
    height: 400px;
    padding-left: 7px;
}
.scroll-twitter-box::-webkit-scrollbar {
    width: 4px;
}
.scroll-twitter-box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #333;
}
.scroll-twitter-box::-webkit-scrollbar-thumb {
    background-color: #00a0df;
}
.twitter-box h2 {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.twitter-box h2 i {
    color: #00a0df;
    font-size: 28px;
    border-radius: 30px;
    border: 1px solid #00a0df;
    padding: 6px;
    margin-left: 10px;
    position: relative;
    top: 5px;
}
.twitter-box a {
    overflow: hidden;
    padding: 15px 20px;
    border: 1px solid transparent;
    color: #fff;
    transition: 0.3s;
    height: 110px;
    background: #333;
    border-radius: 8px;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    text-align: right;
    direction: rtl;
}
.twitter-box a:hover {
    border: 1px solid #00a0df;
}
.links-social {
    text-align: left;
    margin-left: 50px;
}
.links-social li a {
    color: #fff;
    font-size: 27px;
    margin-right: 7px;
    transition: 0.3s;
}
.breadcrumb-page .breadcrumb-item.active,
.know .more-det span,
.linkHover {
    color: #fff;
}
.tooltip-inner {
    background-color: #1d1d1b;
    font-family: Cairo, sans-serif;
    font-size: 20px;
    border-radius: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
    border-top-color: #1d1d1b;
}
.header-page {
    background: url(images/back-page.jpg) 0 -145px no-repeat fixed;
    min-height: 200px;
    padding: 0 30px;
    position: relative;
}
.header-page h1 {
    color: #fff;
    font-size: 70px;
    text-align: center;
    font-weight: 600;
}
.breadcrumb-page {
    position: absolute;
    bottom: 20px;
}
.breadcrumb-page .breadcrumb {
    background: 0 0;
    margin: 0;
    padding: 0;
    font-size: 18px;
    width: calc(100% - 300px);
}
.breadcrumb-page a {
    color: #fff;
    transition: 0.3s;
}
.breadcrumb-page .breadcrumb-item + .breadcrumb-item:before {
    content: "";
    background: url(images/angle.svg) 0 0 / cover no-repeat;
    width: 15px;
    height: 25px;
}
.header-page.header-1 {
    min-height: 200px;
    background: #000 !important;
}
.header-page.header-1:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    background: url(images/back-h2.svg) center/cover no-repeat;
    width: 100%;
    height: 30px;
}
.header-page.header-1:after {
    content: "";
    position: absolute;
    bottom: 25px;
    left: 80px;
    background: url(images/back-h1.svg) no-repeat;
    width: 230px;
    height: 105px;
}
.header-page.header-2 {
    background: url(images/header-2.svg) 100% 100% no-repeat #000;
}
.header-page.header-3 {
    background: url(images/header-3.svg) bottom left no-repeat #000;
}
.header-1 .breadcrumb-page,
.header-2 .breadcrumb-page,
.header-3 .breadcrumb-page {
    position: relative;
    top: 0;
}
.content-page,
.goals,
.numbers-aseer,
.strategy-home,
.team {
    padding: 60px 100px;
}
.min-title-page {
    color: #1d1d1b;
    font-size: 68px;
    font-weight: 700;
    margin-bottom: 20px;
}
.content-page p,
.strategy p {
    color: #333;
    font-size: 24px;
    text-align: justify;
}
.ministries h3,
.team h4,
.team p {
    color: #1d1d1b;
    font-size: 32px;
}
.vision {
    margin-bottom: 50px;
}
.team .min-title-page,
.vision .min-title-page {
    font-size: 40px;
    color: #00a1de;
}
.vision .about-img {
    position: relative;
    top: -70px;
}
.vision .about-img img {
    height: 510px;
    object-fit: cover;
    width: 700px;
}
.strategy {
    padding: 80px 100px;
    background: url(images/strategy.jpg) 0 0 / cover no-repeat #fafbfd;
}
.box,
.text-box {
    padding: 30px;
}
.box,
.box-3 .card-box,
.text-box {
    background: #e5e5e5;
    border-radius: 40px;
}
.team .box img {
    float: left;
    height: auto;
    margin: 10px 15px 15px 0;
    max-width: 45%;
}
.box.box-2 img {
    float: left;
    height: 50px;
    margin: 0 15px 15px 0;
    max-width: 180px;
}
.team .box-3 .card-box {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.box-3 .card-box img {
    height: 65px;
    width: auto;
    max-width: 100%;
    margin: 0 0 10px;
}
.box-3 .card-box h3 {
    font-size: 18px;
    font-weight: 700;
    height: 100px;
    margin: 0;
    overflow: hidden;
    color: #c63a37;
}
.card-box.blueb h3 {
    color: #249fda;
}
.card-box.green h3 {
    color: #3dae2b;
}
.box-3 .card-box span,
.card-box.blue h3 {
    color: #005db2;
}
.card-box span,
.completed ul li,
.content-single .wp-block-gallery.has-nested-images figure.wp-block-image figcaption,
.content-single h4,
.wp-block-table thead th {
    font-size: 20px;
}
.box-3 .card-box span i {
    font-weight: 700;
    font-style: normal;
    display: block;
    line-height: 15px;
}
.box-3 .card-box {
    padding: 15px;
    height: 270px;
    text-align: center;
}
.text-box {
    height: 270px;
    align-items: center;
    display: flex;
}
.government {
    padding: 20px 100px;
}
.government h2 {
    color: #005db2;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 20px;
}
.slider-gov .item a {
    display: flex;
    align-items: center;
    height: 230px;
}
.slider-gov .item a img {
    height: auto;
    width: 100%;
    transition: 0.3s;
}
.slider-gov.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    z-index: 10;
    right: -60px;
    transform: translateY(-50%);
    transition: 0.3s;
}
.slider-gov.owl-carousel .owl-nav button img {
    transition: 0.3s;
    width: 50px;
}
.slider-gov.owl-carousel .owl-nav button.owl-prev {
    right: auto;
    left: -60px;
}
.sectors {
    padding: 60px 100px;
    background: #f1f1f1;
}
.sectors .main-title {
    max-width: max-content;
    font-size: 45px;
    font-weight: 700;
}
.sectors .flip-box .flip-box-front {
    background: 0 0;
}
.sectors .flip-box .flip-box-front img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 37px;
}
.sectors .owl-carousel .owl-stage {
    padding: 30px 0;
}
.sectors .flip-box h2 {
    font-size: 25px;
    position: relative;
}
.chances,
.goals .flip-box-back,
.sectors .flip-box-back {
    background: #e5e5e5;
}
.note,
.note.links-strategy {
    background: #006a1a;
    color: #fff;
    font-size: 35px;
    border-radius: 25px;
    text-align: center;
}
.sectors .flip-box-back h2 {
    color: #249fda;
    font-size: 20px;
    border-bottom: 1px solid #249fda;
}
.respon .green .flip-box-back h2,
.sectors .flip-box-back.gre h2 {
    color: #3dae2b;
    border-bottom: 1px solid #3dae2b;
}
.sectors .flip-box-back p {
    color: #4d4d4d;
    font-size: 15px;
}
.note {
    margin: 30px 100px;
    padding: 20px;
}
.note.links-strategy {
    font-weight: 300;
    width: 50%;
    margin: 0 auto 30px;
}
.goals h2 {
    font-size: 29px;
    font-weight: 700;
    color: #3b3b3b;
    margin-bottom: 30px;
}
.goals .flip-box {
    display: block;
    width: auto;
}
.goals .flip-box .flip-box-front {
    background: #005db2;
}
.goals .flip-box.orange .flip-box-front,
.strategy-home .flip-box.orange .flip-box-front {
    background: #f9a738;
}
.goals .flip-box.red .flip-box-front {
    background: #c63a37;
}
.goals .flip-box-back ul {
    padding-right: 20px;
}
.goals.respon .flip-box-back ul li {
    color: #4d4d4d;
    font-size: 16px;
    height: auto;
    text-align: right;
    border-bottom: 1px solid #00a0df;
    padding-bottom: 3px;
    margin-bottom: 3px;
}
.goals.respon .green .flip-box-back ul li {
    border-bottom: 1px solid #3dae2b;
}
.goals.respon .orange .flip-box-back ul li {
    border-bottom: 1px solid var(--primary-color);
}
.goals.respon .red .flip-box-back ul li {
    border-bottom: 1px solid #d7282f;
}
.goals.respon .flip-box-back ul li:last-child,
.news-invest.news-page .item {
    border-bottom: 0;
}
.goals .flip-box-back span {
    color: #005db2;
    font-size: 18px;
    display: block;
    padding-bottom: 13px;
    margin-bottom: 13px;
    border-bottom: 1px solid #005db2;
}
.goals .flip-box-back span i {
    font-weight: 700;
    font-size: 50px;
    display: block;
    font-style: normal;
}
.goals .flip-box-back p {
    color: #4d4d4d;
    font-size: 17px;
    height: auto;
    margin-bottom: 20px;
}
.goals .flip-box.orange .flip-box-back span {
    color: #f9a738;
    border-bottom: 1px solid #f9a738;
}
.goals .flip-box.red .flip-box-back span {
    color: #c63a37;
    border-bottom: 1px solid #c63a37;
}
.goals .flip-box-front img {
    height: 120px;
    margin: 40px auto;
    width: auto;
    max-width: 100%;
}
.goals .flip-box-front h2 {
    font-size: 18px;
    color: #fff;
}
.links-strategy {
    padding: 0;
}
.links-strategy a {
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 15px;
    transition: 0.3s;
    border-radius: 25px;
}
.future .item .thumb-pro,
.news-page .item img,
.pro-box img {
    transition: 0.6s;
    object-fit: cover;
}
.strategy-home .title-mob p {
    color: #1d1d1b;
    font-size: 25px;
    margin-bottom: 30px;
}
.strategy-home .flip-box {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
}
.strategy-home .flip-box-back,
.strategy-home .flip-box-front {
    height: 300px;
    border-radius: 20px;
}
.strategy-home .flip-box.head-home {
    height: 170px;
    position: relative;
}
.strategy-home .flip-box.head-home .flip-box-back,
.strategy-home .flip-box.head-home .flip-box-front {
    height: 170px;
    padding: 10px 20px;
    background: url(images/picture2.webp) 0 0/100% no-repeat;
    border-radius: 0;
}
.strategy-home .flip-box.head-home .flip-box-back,
.strategy-home .flip-box.head-home:hover .flip-box-inner,
.strategy-home .grey.flip-box .flip-box-back,
.strategy-home .grey.flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
}
.strategy-home .flip-box.head-home h2 {
    font-size: 50px;
    font-weight: 700;
}
.strategy-home .flip-box.head-home .flip-box-back p {
    color: #1d1d1b;
    font-size: 20px;
    height: auto;
    position: relative;
    top: 15px;
    border-bottom: 0;
    margin: auto;
}
.strategy-home .flip-box .flip-box-front {
    background: #249fda;
}
.strategy-home .flip-box-back {
    background: #e5e5e5;
    display: flex;
    align-items: center;
}
.strategy-home .flip-box-back p {
    color: #1d1d1b;
    font-size: 19px;
    height: auto;
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #249fda;
}
.strategy-home .flip-box.orange .flip-box-back p {
    border-bottom: 1px solid #f9a738;
}
.strategy-home .flip-box.green .flip-box-back p {
    border-bottom: 1px solid #5faa41;
}
.strategy-home .flip-box.green .flip-box-front {
    background: #5faa41;
}
.strategy-home .flip-box.grey .flip-box-back,
.strategy-home .flip-box.grey .flip-box-front {
    height: 70px;
    padding: 10px 20px;
}
.strategy-home .flip-box.grey h2 {
    font-size: 35px;
}
.strategy-home .flip-box.grey {
    height: 70px;
}
.strategy-home .flip-box.grey .flip-box-front {
    background: #666;
}
.strategy-home .flip-box.dark .flip-box-front {
    background: #333;
}
.strategy-home .grey.flip-box .flip-box-back h3 {
    color: #1d1d1b;
    font-weight: 700;
    font-size: 22px;
    margin-top: 10px;
    text-align: right;
}
.strategy-home .grey.flip-box .flip-box-back h4 {
    color: #1d1d1b;
    font-size: 20px;
    margin-top: 10px;
}
.strategy-home .grey.flip-box .border-left {
    border-left: 1px solid #c1c1c1 !important;
}
.strategy-home .grey.flip-box .border-right {
    border-right: 1px solid #c1c1c1 !important;
}
.strategy-home .arrow-box {
    text-align: center;
    background: #f9a738;
    border-radius: 20px;
    position: relative;
}
.strategy-home .arrow-box:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -20px;
    right: 0;
    left: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 20px solid #f9a738;
    margin: auto;
}
.pro-box h2,
.tourism .block-tourism .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.strategy-home .arrow-box h2 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    padding: 13px;
}
.strategy-home .arrow-box.green,
.up-file:hover span {
    background: #3dae2b;
}
.strategy-home .arrow-box.green:after {
    border-bottom: 20px solid #3dae2b;
}
.strategy-home .flip-box-back p:last-child {
    border-bottom: 0 !important;
}
.margin-top {
    margin-top: 87px;
}
.main-container {
    padding: 20px 70px !important;
}
.future {
    padding: 70px 0;
}
.future-header-page {
    background: url(images/future-back.jpg) bottom no-repeat;
}
.future h2 {
    font-weight: 300;
    font-size: 40px;
    margin: 0;
}
.future .item {
    max-height: 600px;
    overflow: hidden;
    border-radius: 35px;
    position: relative;
}
.future .item .thumb-pro {
    height: 100%;
    width: 100%;
}
.future .item .title-projects img {
    width: 70px !important;
}
.thumbnail {
    height: 100%;
    width: 100%;
    margin-bottom: 30px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}
.news .thumbnail {
    height: auto;
}
.content-single img {
    margin: 0 auto 10px;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    height: auto;
    max-height: 700px;
}
.content-single h1,
.content-single h2 {
    font-size: 30px;
    font-weight: 700 !important;
    color: #1d1d1b;
    margin-bottom: 20px;
}
.about-box p,
.content-single p {
    font-size: 24px;
    color: #1d1d1b;
    text-align: justify;
}
.content-single li {
    font-size: 22px;
    color: #1d1d1b;
}
.content-single ul li::marker {
    color: #3dae2b;
}
.content-single time {
    margin-bottom: 20px;
    font-size: 19px;
}
.content-single .wp-video {
    margin: auto;
}
.content-single a.wp-block-button__link,
.content-single a.wp-block-button__link:hover {
    color: #fff !important;
}
.content-single h3 i.fa-star-of-life,
.content-single p i.fa-star-of-life {
    font-size: 17px;
    color: #3dae2b;
    position: relative;
    top: -2px;
}
.content-single h3 i.fa-circle,
.content-single p i.fa-circle {
    font-size: 12px;
    color: #3dae2b;
    position: relative;
    top: -4px;
}
.news-header-page {
    background: url(images/news-back.jpg) center no-repeat;
}
.news-page .item {
    padding-bottom: 15px;
    overflow: hidden;
    border-radius: 26px;
    background-color: #f6f6f6;
}
.news-page .item img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    margin-bottom: 20px;
    border: 1px solid #f6f6f6;
    border-radius: 26px;
}
.news-page .item h2 {
    font-size: 18px;
    font-weight: 700;
    color: #1d1d1b;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 20px;
}
.news-page .item p {
    color: #1d1d1b;
    text-align: justify;
    margin: 0;
    height: 25px;
    overflow: hidden;
    padding: 0 20px;
}
.news-page .item img.bottom,
.videoItem img.bottom {
    transform: rotateX(180deg);
    width: 100px;
    height: auto;
}
.news-page .item img.bottom {
    margin: -50px 0 0;
    border: none;
}
.videoItem {
    padding: 20px 0 0;
    background-color: #000;
    border-radius: 26px;
    border: 1px solid #000;
}
.videoItem img.bottom {
    margin: -35px 0 0;
    border: none;
}
.fa-play-circle::before {
    background-color: #000;
    border-radius: 50%;
    border: 2px solid #000;
}
.ajaweed a label,
.block-mob,
.btn-invest,
.content-invest p,
.gallery a i,
.guideline h1,
.guideline p,
.intro-invest p,
.more-det,
.note.note-invest,
.note.note-invest p,
.notes,
.pro-box h2,
.respon-title p,
.respon.goals h2,
.tabs-slider-invest .slid,
.tourism .block-tourism .text,
.tourism p,
.up-file span {
    text-align: center;
}
.projects-header-page {
    background: url(images/projects-back.jpg) center no-repeat;
}
.projects-page .nav-tabs {
    border: 0;
    margin-bottom: 15px;
}
.projects-page .nav-tabs .nav-link {
    background: #ededed;
    color: #1d1d1b;
    font-size: 20px;
    border-radius: 30px;
    margin-left: 10px;
    transition: 0.3s;
}
.content-single hr.wp-block-separator {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 0;
    margin: 30px 0;
    clear: both;
}
.projects-page .owl-item:last-child .nav-item .nav-link {
    margin-left: 0;
}
.projects-page .nav-tabs .nav-link:hover {
    background: #dcdcdc;
}
.projects-page .nav-tabs .nav-link.active {
    background: #3dae2b;
    color: #fff;
}
.initiative .owl-nav button,
.projects-page .owl-nav button {
    position: absolute;
    top: 20%;
    right: -50px;
}
.initiative .owl-nav button.owl-prev,
.projects-page .owl-nav button.owl-prev {
    right: auto;
    left: -50px;
}
.pro-box {
    position: relative;
    overflow: hidden;
    height: 370px;
}
.pro-box img {
    width: 100%;
    height: 100%;
    min-height: 370px;
    position: relative;
    z-index: -1;
}
.gallery a i,
.pro-box h2,
.pro-box:before,
.tourism .block-tourism .text,
.up-file span {
    position: absolute;
}
.pro-box h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    width: 95%;
}
.btn-invest-box img,
.gallery a i,
.intro-invest img {
    transform: translateY(-50%);
}
.pro-box:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 25%);
    z-index: 0;
}
.village-header-page {
    background: url(images/village-back.jpg) center no-repeat;
}
.contact-header-page {
    background: url(images/contact-back.jpg) center no-repeat;
}
.notes {
    padding: 20px 60px;
    margin-bottom: 50px;
    color: #000;
}
.notes p,
.title-contact {
    font-size: 40px;
    color: #000;
    margin: 0;
    font-weight: 700;
}
.contact-us label,
.form-jobs label {
    font-size: 28px;
    font-weight: 700;
}
.title-contact {
    margin-bottom: 50px;
    font-size: 40px;
}
.contact-us .form-control,
.form-jobs .form-control {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    height: 50px;
}
.contact-us select.form-control,
.form-jobs select.form-control {
    -webkit-appearance: none;
    background: url(images/caret.svg) 2%/15px no-repeat #fff;
    outline: 0;
    box-shadow: none;
}
.contact-us textarea.form-control,
.form-jobs textarea.form-control {
    height: 123px;
    resize: none;
}
.contact-us .load,
.form-jobs .load {
    padding: 10px 0;
    text-align: center;
    font-weight: 600;
    color: #36405c;
    font-size: 19px;
}
.contact-us .form-control:focus {
    border: 1px solid #1d1d1b;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.up-file .form-control-file {
    opacity: 0;
    cursor: pointer;
    height: 40px;
}
.up-file span {
    background: #1d1d1b;
    color: #fff;
    top: 0;
    min-width: 170px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
    padding: 0 7px;
    transition: 0.3s;
}
.send {
    background: #3dae2b;
    font-weight: 700;
    font-size: 22px;
    border-radius: 0;
    height: 50px;
}
.contact-info h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-info .card-address {
    background: #fff;
    padding: 20px 0;
}
.contact-info .card-address h3 {
    color: #36405c;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}
.contact-info .card-address span {
    color: grey;
    font-size: 20px;
}
.about-box {
    padding: 40px 0;
}
.about-box h2 {
    color: #1d1d1b;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 20px;
}
.respon.goals .flip-box .flip-box-front {
    background: #00a0df;
}
.respon.goals .flip-box-front h2 {
    font-size: 35px;
    font-weight: 600;
}
.respon.goals .flip-box-back,
.respon.goals .flip-box-front {
    border-radius: 25px;
}
.respon {
    background: rgb(0 161 224 / 8%);
    padding: 40px 0 60px;
}
.respon.goals h2 {
    font-size: 50px;
    margin-bottom: 40px;
}
.respon-title p {
    font-size: 30px;
    color: #1d1d1b;
    margin-bottom: 70px;
}
.respon .flip-box-back p {
    font-size: 17px;
    margin-bottom: 5px;
}
.block-tourism .flip-box,
.respon .flip-box-back,
.respon.goals .flip-box,
.respon.goals .flip-box-front {
    height: 500px;
}
.respon.goals .flip-box-front img {
    margin: 50px auto 20px;
    height: 220px;
}
.respon.goals .flip-box-back h2 {
    color: #00a0df;
    border-bottom: 1px solid #00a0df;
    margin-bottom: 20px;
    font-size: 35px;
}
.respon .green .flip-box-front {
    background: #3dae2b !important;
}
.respon .orange .flip-box-front {
    background: var(--primary-color) !important;
}
.respon .orange .flip-box-back h2 {
    color: var(--primary-color);
    border-bottom: 1px solid var(--primary-color);
}
.respon .red .flip-box-front {
    background: #d7282f !important;
}
.respon .red .flip-box-back h2 {
    color: #d7282f;
    border-bottom: 1px solid #d7282f;
}
.gallery a img {
    width: 100%;
    height: 220px;
    object-fit: contain;
    transition: 0.3s;
}
.gallery.video-thumb a img {
    height: 200px;
}
.gallery a i {
    color: #fff;
    inset: 0;
    font-size: 50px;
    top: 50%;
    opacity: 0.5;
    transition: 0.3s;
    height: max-content;
}
.gallery a:hover i {
    opacity: 1;
    font-size: 60px;
}
.navigation .next,
.navigation .prev {
    border: 1px solid transparent !important;
    border-radius: 7px !important;
    background: #f3f4f5;
    padding: 5px;
    margin: 0 5px;
}
.navigation .nav-links {
    display: flex;
}
.navigation .page-link {
    border: 1px solid #c9c9c9;
    border-radius: 7px;
    margin: 0 3px;
    color: #4d4d4d;
    transition: 0.3s;
}
.navigation img.angle-page {
    width: auto;
    height: 15px;
}
.navigation .current .page-link {
    background: #1d1d1b;
    color: #fff;
    border-color: #1d1d1b;
}
.invest .title-invest {
    color: #1d1d1b;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 60px;
}
.invest .card-box img {
    margin: 20px auto;
}
.invest .card-box span {
    margin-bottom: 15px;
    display: block;
    min-height: 55px;
}
.invest .card-box span i {
    font-size: 22px;
    line-height: inherit;
}
.invest .card-box h3 {
    color: #666;
    font-weight: 400;
}
.tourism p {
    color: #1d1d1b;
    font-size: 25px;
    margin-bottom: 25px;
    padding: 0 15px;
}
.tourism .block-tourism {
    position: relative;
    padding: 90px 0;
}
.block-tourism .flip-box .flip-box-front {
    background: 0 0;
    display: block;
    padding: 0;
    height: 100%;
}
.tourism .block-tourism img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block-tourism .text h2 {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
}
.block-tourism .text p {
    font-size: 20px;
    color: #fff;
    height: 60px;
}
.block-tourism .flip-box-back {
    height: 100%;
    background: #e5e5e5;
    border-radius: 0;
}
.block-tourism .flip-box-back h2 {
    color: #1d1d1b;
    border-bottom: 1px solid #1d1d1b;
    font-weight: 700;
    font-size: 50px;
}
.block-tourism .flip-box-back p {
    color: #1d1d1b;
    font-size: 18px;
    text-align: right;
    margin-bottom: 10px;
    height: auto;
}
.block-chance {
    position: relative;
    transition: 0.3s;
}
.block-chance img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 35px;
}
.news-invest {
    margin-bottom: 40px;
}
.news-invest.news-page .item a {
    overflow: hidden;
    height: 300px;
    margin-bottom: 20px;
    position: relative;
}
.initiative .nav-tabs .nav-link {
    color: #8a8a8a;
    font-size: 14px;
    position: relative;
    border: 0;
    border-bottom: 2px solid #8a8a8a;
    text-align: center;
    padding: 7px;
    filter: grayscale(1);
}
.initiative .nav-tabs {
    border-bottom: 0;
    margin-bottom: 40px;
}
.content-init .nav-tabs .nav-link img {
    display: inline-block;
    width: auto;
    max-width: 35px;
    height: 30px;
    margin-left: 5px;
}
.initiative {
    margin-top: 30px;
}
.initiative .nav-tabs .nav-link.active {
    color: #249fda;
    border-bottom: 2px solid #249fda;
    filter: none;
    font-weight: 600;
}
.tabs-slider,
.tabs-slider-invest {
    overflow: hidden;
    position: relative;
}
.tabs-slider .slid {
    height: 500px;
    width: 16.666%;
    float: right;
    cursor: pointer;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center !important;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.tabs-slider .slid.active {
    width: 50%;
}
.tabs-slider .title-tabs,
.tabs-slider-invest .title-tabs {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
    width: 100%;
}
.tabs-slider .slid.active h3 {
    opacity: 0;
    display: none;
}
.tabs-slider .title-tabs h2 {
    font-size: 50px;
    color: #fff;
    position: relative;
    top: 70px;
    transition: 0.5s;
    border-bottom: 2px solid transparent;
    display: table;
    margin: 0 auto 15px;
    padding-bottom: 15px;
}
.tabs-slider .slid.active h2 {
    border-bottom: 2px solid #fff;
    top: 0;
}
.slid-text {
    transition: 0.5s;
    opacity: 0;
    width: max-content;
    display: table;
    margin: auto;
    height: 190px;
}
.tabs-slider .slid.active .slid-text,
.tabs-slider .title-tabs .slid.active h2,
.tabs-slider-invest .slid.active .title-tabs p {
    opacity: 1;
}
.tabs-slider .title-tabs p {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}
.tabs-slider .slid.active .title-tabs:hover h2 {
    transform: scale(1) !important;
}
#init-4 .title-tabs .slid-text p {
    font-size: 14px;
}
.tabs-slider .title-tabs span {
    color: #fff;
    font-size: 28px;
}
.tabs-slider .title-tabs span i {
    font-size: 38px;
    font-weight: 700;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 60px;
    font-style: normal;
    margin-left: 10px;
    position: relative;
    top: 5px;
}
.tabs-slider .slid.active .title-tabs {
    opacity: 1;
    padding: 15px;
}
.tabs-slider-invest .breadcrumb-page .breadcrumb {
    width: 190px;
}
.tourism .breadcrumb-page {
    position: static;
    background: #1d1d1b;
    padding: 30px 35px 0 30px;
}
.content-initiative ul {
    margin-bottom: 40px;
    list-style: none;
    padding: 0;
}
.content-initiative h2 {
    color: #249fda;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
}
.initiative .content-initiative ol li,
.initiative .content-initiative p,
.initiative .content-initiative ul li {
    background: #e5e5e5;
    border-radius: 15px;
    color: #1d1d1b;
    padding: 15px 30px;
    margin-bottom: 10px;
    transition: 0.3s;
}
.projects-page .content-initiative p {
    border-radius: 15px;
    color: #1d1d1b;
    padding: 15px 30px;
    margin: 15px 0;
    text-align: center;
}
.content-initiative li a {
    color: #1d1d1b;
}
.content-initiative ol li,
.content-single ol li {
    list-style-type: none;
    counter-increment: item;
    position: relative;
    margin-bottom: 10px;
    padding-right: 17px;
}
.content-initiative ol li:before,
.content-single ol li:before {
    content: counter(item);
    background-color: #1d1d1b;
    color: #fff;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    right: -20px;
    top: 50%;
    margin-top: -15px;
}
.content-single ol li:before {
    top: 7px !important;
    right: -18px;
    margin: 0 !important;
    font-size: 14px;
    width: 22px;
    height: 22px;
    line-height: 20px;
}
.content-init-2 .nav-tabs .nav-link.active {
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
}
.content-init-3 .nav-tabs .nav-link.active {
    color: #3dae2b;
    border-bottom: 2px solid #3dae2b;
}
.text-p {
    color: #1d1d1b;
    font-size: 25px;
    margin-bottom: 40px;
}
.caption {
    color: #999 !important;
    font-size: 14px !important;
}
.completed-img {
    position: relative;
    top: -30px;
}
.completed ul {
    padding-right: 25px;
}
.completed ul li::marker {
    color: #3dae2b;
}
.uncompleted label {
    color: #3dae2b;
    font-size: 22px;
    font-weight: 700;
    text-align: left;
    margin: 0;
    padding: 10px 0;
}
.uncompleted label span {
    color: #9c9c9b;
    font-size: 20px;
    font-weight: 400;
    display: block;
}
.uncompleted p {
    margin: 0 !important;
    font-size: 20px !important;
    padding: 10px 0 10px 15px;
    display: inline-block;
    width: 90%;
}
.item-sta {
    padding-left: 10px;
    min-height: 55px;
    display: flex;
    align-items: center;
}
.uncompleted .item-sta label {
    width: 10%;
}
.uncompleted .border-bottom {
    border-bottom: 1px solid #00a1de80 !important;
}
.uncompleted .min-title-page {
    line-height: 1.5;
    color: #00a1de;
    font-size: 30px;
}
.guideline {
    padding: 80px 0;
}
.guideline h1 {
    color: #1d1d1b;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 50px;
}
.guideline p {
    color: #333;
    font-size: 24px;
    margin-bottom: 40px;
}
.guideline .img-guideline {
    width: 100%;
    margin-bottom: 120px;
}
.guideline .brand-guideline {
    height: 180px;
    width: auto;
    display: table;
    margin: 0 auto 120px;
}
.guideline .link-guideline {
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 15px;
    transition: 0.3s;
    font-size: 28px;
    text-align: center;
    border-radius: 20px;
    background: #3dae2b;
}
.content-single {
    overflow-wrap: normal;
    margin: 0 auto 50px;
    width: 100%;
}
.content-single a {
    color: #3dae2b;
}
.content-single a:hover {
    color: #2b851d;
}
.content-single h1,
.content-single h2,
.content-single h3,
.content-single h4,
.content-single h5,
.content-single h6 {
    font-weight: 400;
    color: #1d1d1b;
}
.content-single h1 {
    margin-bottom: 40px !important;
}
.content-single h2 {
    font-size: 30px;
    font-weight: 700;
    color: #1d1d1b;
}
.content-single h3 {
    font-size: 24px;
    font-weight: 700;
}
.content-single h5 {
    font-size: 18px;
}
.content-single h6 {
    font-size: 16px;
}
.content-single h1,
.content-single h2,
.content-single h3,
.content-single h4,
.content-single h5,
.content-single h6 {
    margin-bottom: 1rem;
}
.wp-block-table td {
    padding: 10px 0;
}
.note.note-invest {
    background: #3dae2b;
    margin: 30px 0;
    padding: 20px;
    border-radius: 25px;
}
.note.note-invest p {
    font-size: 30px;
    color: #fff;
    margin: 0;
}
.btn-invest-box {
    margin-bottom: 70px;
    position: relative;
}
.btn-invest-box img {
    position: absolute;
    top: 50%;
    right: 0; /*width:calc(50% - 165px);*/
    width: 50%;
}
.btn-invest-box img.line-l,
.intro-invest img.line-l {
    right: auto;
    left: 0;
}
.btn-invest {
    display: table;
    margin: auto;
    background: #1d1d1b;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding: 15px 60px;
    border-radius: 50px;
    width: 320px;
}
.btn-invest:hover {
    color: #fff;
    background: #3dae2b;
}
.intro-invest {
    background: #1d1d1b;
    padding: 30px 0;
    position: relative;
    overflow: hidden;
}
.intro-invest p {
    color: #fff;
    margin: auto;
    font-size: 23px;
    width: 1000px;
}
.intro-invest img {
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(50% - 460px);
}
.tabs-slider-invest .slid {
    height: 400px;
    width: 30%;
    float: right;
    cursor: pointer;
    transition: 0.5s;
    background-size: cover !important;
    background-position: center !important;
    position: relative;
    overflow: hidden;
}
.tabs-slider-invest .slid.active {
    width: 70%;
}
.tabs-slider-invest .title-tabs p {
    transition: 0.5s;
    opacity: 0;
    width: max-content;
    display: table;
    margin: auto;
}
.tabs-slider-invest .title-tabs h2 {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
    transition: 0.3s;
}
.stat-box label,
.tabs-slider-invest .title-tabs p {
    font-size: 20px;
    color: #fff;
}
.content-invest img {
    height: 160px;
    width: auto;
    margin: 0 auto 15px;
    display: table;
}
.content-invest p {
    color: #1d1d1b;
    font-size: 18px;
}
.box-inv {
    padding: 0 50px;
}
.box-inv .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-right: var(--wp--style--block-gap, 1em);
}
.box-inv .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    position: static;
    color: #4d4d4d;
    font-size: 20px;
    font-weight: 600;
    background: 0 0;
    text-align: right;
    margin-top: 10px;
}
.box-title img {
    height: 130px;
    width: auto;
    max-width: 150px;
    margin: 0 0 30px 15px;
    object-fit: contain;
    float: right;
}
.box-title h3 {
    color: #249fda;
    font-size: 28px;
    font-weight: 700;
    position: relative;
    top: 60px;
}
.sectors a.s-link {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    font-size: 24px;
    color: #249fda;
    font-weight: 600;
    z-index: 99999;
    width: 100%;
    height: 45px;
}
.stat-area {
    padding: 50px 0;
    background: #249fda;
}
.stat-area h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
}
.stat-box img {
    float: right;
    margin-left: 10px;
    width: 65px;
    height: 65px;
}
.stat-box label span {
    font-weight: 700;
    display: block;
}
.stat-area .img-area img {
    width: 100%;
    height: auto;
}
.more-det {
    margin-top: 45px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 50px;
    background: #3dae2b;
    border-radius: 30px;
    transition: 0.3s;
}
.twitter-tweet.twitter-tweet-rendered {
    max-width: 700px !important;
}
.content-single .gallery-item {
    padding: 10px;
}
.content-single .gallery-item img {
    border: 0 !important;
    min-height: 330px;
}
@media (min-width: 1687.9px) {
    .gallery a img {
        height: 250px;
    }
}
@media (min-width: 1898.9px) {
    .gallery a img {
        height: 285px;
    }
}
@media (min-width: 2024.9px) {
    .gallery a img {
        height: 310px;
    }
}
@media (min-width: 1920px) {
    .news .owl-nav {
        bottom: 20%;
    }
    .footer .background-img {
        bottom: 28px;
    }
    .intro .nav-intro {
        font-weight: 400;
    }
    .news .text-news h3 {
        font-size: 28px;
    }
    .vision .about-img img {
        height: 650px;
        width: 100%;
    }
    .header .dropdown-item,
    .header .lang,
    .header .navbar-nav .nav-link,
    .sectors .flip-box-back p {
        font-size: 20px;
    }
    .sectors .flip-box h2 {
        font-size: 33px;
    }
    .sectors .flip-box,
    .sectors .flip-box-back,
    .sectors .flip-box-front {
        height: 450px;
    }
    .block-chance {
        min-height: 590px;
    }
    .block-chance img {
        height: 590px;
    }
    .projects .owl-item .item {
        height: 600px;
    }
    .header .navbar-brand img {
        height: 80px;
    }
    .temperature {
        top: 120px;
    }
    .intro .nav-intro h1,
    .next-intro .min-title {
        font-size: 40px;
    }
    .slider-card {
        margin: auto;
        max-width: 700px;
    }
}
@media (min-width: 2047.9px) {
    .container {
        max-width: 1640px;
    }
    .header .navbar-brand img {
        height: 100px;
    }
    .about-us p,
    .news .text-news a,
    .news .text-news p {
        font-size: 28px;
    }
    .more span,
    .navbar-footer h2 {
        font-size: 25px;
    }
    .header .lang,
    .header .navbar-nav .nav-link,
    .navbar-footer a,
    .scroll {
        font-size: 20px;
    }
    .scroll {
        padding: 5px 10px 10px 40px;
    }
    .flip-box-back,
    .flip-box-front {
        height: 450px;
    }
    .flip-box-back p {
        height: 230px;
        font-size: 30px;
    }
    .projects .owl-nav {
        right: -35%;
        top: 55%;
    }
    .news .owl-carousel .owl-nav button.owl-prev img,
    .news .owl-nav button.owl-next img,
    .projects .owl-carousel .owl-nav button.owl-prev img,
    .projects .owl-nav button.owl-next img {
        width: 100px;
    }
    .news .text-news h3,
    .title-projects h3 {
        font-size: 30px;
    }
    .news .owl-nav {
        position: absolute;
        bottom: 90px;
    }
    .logo-footer a img {
        width: 260px;
    }
    .links-social li a {
        font-size: 32px;
    }
    .title-projects img {
        width: 65px !important;
    }
    .projects .main-title {
        font-size: 65px;
    }
    .projects .more img {
        width: 195px;
    }
    .news .more img {
        width: 160px;
    }
    .news .news-slider:before {
        width: 600px;
        height: 600px;
    }
    .projects .more {
        top: 0;
    }
    .join {
        padding: 100px 0;
    }
}
@media (min-width: 3839.9px) {
    .container {
        max-width: 2800px !important;
    }
    .intro .nav-intro h1 {
        font-size: 90px;
        margin-bottom: 80px;
    }
    .nav-intro .card-link {
        height: 1050px;
        border-radius: 70px;
    }
    .min-title {
        font-size: 70px;
    }
    .sub-intro a.back-link img {
        width: 220px;
    }
    .sub-intro a.back-link {
        top: 35px;
    }
    .sub-intro .card-link h2 {
        font-size: 120px !important;
    }
    .flip-box h2,
    .nav-intro .card-link h2 {
        font-size: 150px;
    }
    .scroll {
        font-size: 50px;
        padding: 5px 10px 10px 100px;
        bottom: 50px;
    }
    .scroll::before {
        width: 60px;
        height: 90px;
        border-radius: 20px;
    }
    .scroll::after {
        left: 28px;
        width: 4px;
    }
    .header .navbar-brand img {
        height: 200px;
    }
    .header .lang,
    .header .navbar-nav .nav-link,
    .navbar-footer a {
        font-size: 40px;
    }
    .header .navbar-nav .nav-item {
        margin-left: 40px;
    }
    .header .navbar-brand {
        margin-left: 150px;
    }
    .flip-box-back,
    .flip-box-front {
        height: 800px;
        border-radius: 70px;
        padding: 45px;
    }
    .flip-box-back h2 {
        margin-bottom: 40px;
        padding-bottom: 40px;
        border-bottom: 3px solid #fff;
    }
    .flip-box-back p {
        height: 370px;
        font-size: 65px;
    }
    .flip-box2 .flip-box-back img {
        height: 65px;
    }
    .flip-box-back img {
        height: 50px;
        bottom: 35px;
    }
    .next-intro .nav-intro {
        top: 40%;
    }
    .about-us h2,
    .join a,
    .join h2,
    .news .title-news {
        font-size: 90px;
    }
    .about-us p,
    .more span,
    .navbar-footer h2,
    .news .text-news a,
    .news .text-news p,
    .title-projects h3 {
        font-size: 50px;
    }
    .more img {
        width: 135px;
        margin-top: 20px;
    }
    .about-us,
    .news,
    .projects {
        padding: 250px 0;
    }
    .about-us .about-img img {
        max-height: 900px;
    }
    .projects .owl-nav {
        right: -33%;
    }
    .news .owl-carousel .owl-nav button.owl-prev img,
    .news .owl-nav button.owl-next img,
    .projects .owl-carousel .owl-nav button.owl-prev img,
    .projects .owl-nav button.owl-next img {
        width: 200px;
    }
    .projects .main-title {
        font-size: 115px;
    }
    .news .text-news h3 {
        font-size: 55px;
    }
    .news .text-news {
        margin-top: 300px;
    }
    .news .owl-nav {
        position: absolute;
        bottom: 170px;
    }
    .logo-footer a img {
        width: 440px;
    }
    .links-social li a {
        font-size: 75px;
        margin-right: 55px;
    }
    .footer {
        background-position: 50% -500%;
    }
    .news .more img {
        width: 330px;
    }
    .news .news-slider:before {
        width: 1100px;
        height: 1100px;
    }
    .projects .more img {
        width: 395px;
    }
    .projects .owl-item img {
        border-radius: 70px;
    }
    .title-projects {
        padding: 40px;
        border-bottom-right-radius: 70px;
        border-bottom-left-radius: 70px;
    }
    .title-projects img {
        width: 110px !important;
    }
    .join {
        padding: 160px 0;
    }
}
@media (min-width: 2278px) {
    .gallery a img {
        height: 355px;
    }
    .header-page.header-1:before {
        height: 45px;
    }
}
@media (min-width: 1898.9px) {
    .header-page.header-1:before {
        height: 35px;
    }
}
@media (min-width: 3038px) {
    .gallery a img {
        height: 490px;
    }
    .header-page.header-1 {
        min-height: 250px;
    }
    .header-page.header-1:before {
        height: 55px;
    }
    .header-page.header-1:after {
        bottom: 40px;
    }
}
@media (max-width: 1500px) {
    .intro .nav-intro h1,
    .next-intro .min-title,
    .sub-intro .min-title {
        margin-bottom: 30px;
    }
}
@media (max-width: 1490px) {
    .statistics img {
        float: none;
        position: static;
        display: table;
        margin: 0 auto 10px;
    }
    .statistics {
        text-align: center;
    }
}
@media (max-width: 1380px) {
    .sub-intro .card-link {
        width: 210px;
    }
}
@media (max-width: 1334.9px) {
    .min-title {
        max-width: 70%;
        margin: 0 auto 20px;
    }
    .next-intro .min-title {
        max-width: 100%;
        font-size: 30px;
    }
}
@media (max-width: 1320px) {
    .respon.goals .flip-box-back h2 {
        font-size: 30px;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .respon .flip-box-back p {
        font-size: 14px;
    }
}
@media (max-width: 1307.9px) {
    .header .navbar-nav .nav-item,
    .links-social {
        margin-left: 0;
    }
    .about-us h2 {
        font-size: 40px;
    }
    .news .owl-nav {
        bottom: -50px;
        left: 50px;
    }
}
@media (max-width: 1255px) {
    .slider-projects .flip-box {
        width: 100%;
    }
    .tabs-slider .title-tabs h2 {
        font-size: 50px;
    }
    .tabs-slider .title-tabs p {
        font-size: 20px;
        width: 90%;
        margin: 0 auto 10px;
    }
    .news a.more {
        top: 0;
    }
    .twitter-box h2 {
        font-size: 16px;
    }
    .intro .nav-intro h1,
    .next-intro .min-title {
        width: 100%;
        margin: 0 auto 15px;
    }
}
@media (max-width: 1199.9px) {
    .flip-box-back h2,
    .header .navbar-nav {
        margin-bottom: 10px;
    }
    .navbar-collapse {
        background: #fff;
        padding: 10px;
        margin-top: 10px;
    }
    .header .lang,
    .header .navbar-nav .nav-link {
        color: #1d1d1b;
    }
    .navbar-nav .dropdown-menu {
        padding: 0;
        border: 0;
    }
    .header .search {
        filter: brightness(0.5);
        padding-left: 10px;
        border-left: 1px solid #d8d8d8;
    }
    .header .navbar-brand {
        margin-left: 0;
    }
    .flip-box h2 {
        font-size: 50px;
    }
    .strategy-home .flip-box h2 {
        font-size: 40px;
    }
    .flip-box-back h2 {
        padding-bottom: 10px;
    }
    .flip-box-back,
    .flip-box-front {
        padding: 20px;
    }
    .about-us h2,
    .respon.goals .flip-box-front h2 {
        font-size: 35px;
    }
    .news .text-news {
        margin-top: 105px;
    }
    .navbar-footer a,
    .news .text-news p,
    .temperature .list-temp ul li,
    .temperature .slider-temp label {
        font-size: 16px;
    }
    .text-box {
        height: auto;
        text-align: center;
        display: block;
        border-radius: 30px;
    }
    .respon.goals .flip-box-front img,
    .strategy-home .flip-box.head-home,
    .strategy-home .flip-box.head-home .flip-box-back,
    .strategy-home .flip-box.head-home .flip-box-front {
        height: 140px;
    }
    .respon .flip-box-back,
    .respon.goals .flip-box-front {
        height: 350px;
    }
    .header .navbar-nav .nav-item {
        border-bottom: 1px solid #d8d8d8;
    }
    .twitter-box {
        margin-top: 0;
        margin-bottom: 30px;
    }
    .logo-footer {
        margin-bottom: 20px;
    }
    .footer .background-img {
        bottom: 37px;
        left: -30px;
    }
    .temperature .list-temp img.tem-caret {
        width: 20px;
    }
    .footer .other-links h3 {
        display: block;
        margin-bottom: 20px;
    }
}
@media (max-width: 1180px) {
    .sub-intro .card-link h2 {
        font-size: 40px;
    }
    .team h4 {
        font-size: 28px;
    }
    .news .thumbnail img {
        padding: 30px 0 0 30px;
    }
    .news .news-slider .thumbnail:before {
        width: 180px;
        height: 180px;
    }
}
@media (max-width: 1169.9px) {
    .projects .owl-nav {
        top: 55%;
    }
    .sectors .owl-nav {
        top: 45% !important;
    }
    .strategy-home .flip-box.head-home .flip-box-back p {
        font-size: 15px;
    }
}
@media (max-width: 1119.9px) {
    .intro .nav-intro h1,
    .next-intro .min-title {
        width: 75%;
        font-size: 24px;
    }
    .footer .other-links a.soudah img {
        width: 170px;
    }
}
@media (max-width: 1095.9px) {
    .strategy-home .flip-box.grey,
    .strategy-home .flip-box.grey .flip-box-back,
    .strategy-home .flip-box.grey .flip-box-front {
        height: 100px;
    }
    .strategy-home .flip-box.grey.dark,
    .strategy-home .flip-box.grey.dark .flip-box-back,
    .strategy-home .flip-box.grey.dark .flip-box-front {
        height: 70px;
    }
    .tabs-slider .title-tabs h2 {
        font-size: 45px;
    }
    .projects .main-title {
        font-size: 50px;
    }
}
@media (max-width: 1064.9px) {
    .sub-intro .card-link h2 {
        font-size: 35px;
    }
    .future .item .title-projects img {
        width: 50px !important;
    }
    .projects-page .nav-tabs .nav-link {
        margin-left: 5px;
    }
    .about-box h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    .about-box p {
        font-size: 18px;
    }
    .tabs-slider .slid.active .slid-text,
    .tabs-slider .slid.active .title-tabs {
        width: 100%;
    }
    .strategy-home .flip-box-back p {
        font-size: 17px;
    }
}
@media (max-width: 991.9px) {
    .about-us {
        background-position: 100% 98%;
    }
    .about-us .about-img {
        top: 0;
        margin-bottom: 10px;
        height: auto;
    }
    .about-us .about-img img {
        height: auto;
    }
    .about-us p,
    .news .text-news p {
        text-align: justify;
    }
    .future h2,
    .strategy-home .grey.flip-box .flip-box-back h3 {
        text-align: center;
    }
    .news .news-slider:before {
        width: 250px;
        height: 230px;
    }
    .news .thumbnail img {
        width: 100%;
        min-height: 350px;
        object-fit: contain;
    }
    .future h2,
    .news .title-news,
    .strategy-home .flip-box.head-home h2 {
        font-size: 30px;
    }
    .news .text-news {
        margin-top: 85px;
    }
    .news .text-news h3 {
        margin-bottom: 10px;
    }
    .news .more {
        margin-top: 25px;
        display: table;
    }
    .join h2,
    .pro-box h2,
    .tabs-slider .title-tabs h2 {
        font-size: 35px;
    }
    .projects .main-title {
        max-width: 100%;
    }
    .footer .background-img {
        bottom: 40px;
        left: -20px;
    }
    .know {
        padding: 75px;
    }
    .know .about-img {
        top: 0;
        margin: 0 auto 15px;
    }
    .future h2,
    .sub-intro .min-title,
    .vision .about-img {
        margin-bottom: 15px;
    }
    .know:before {
        width: 50%;
        height: 50%;
    }
    .intro .owl-carousel .owl-nav button {
        right: 0;
    }
    .intro .owl-carousel .owl-nav button.owl-prev {
        left: 0;
    }
    .vision .about-img {
        top: 0;
    }
    .vision .about-img img {
        width: 100%;
        height: auto;
    }
    .flip-box-back,
    .flip-box-front,
    .goals .flip-box {
        width: 100%;
        display: block;
    }
    .goals .flip-box-front,
    .invest-sectors .wp-block-columns {
        display: block;
    }
    .strategy-home .flip-box.head-home,
    .strategy-home .flip-box.head-home .flip-box-back,
    .strategy-home .flip-box.head-home .flip-box-front {
        height: 115px;
    }
    .news-invest.news-page .item a,
    .news-page .item img,
    .strategy-home .flip-box.grey,
    .strategy-home .flip-box.grey .flip-box-back,
    .strategy-home .flip-box.grey .flip-box-front {
        height: 200px;
    }
    .strategy-home .flip-box.grey.dark,
    .strategy-home .flip-box.grey.dark .flip-box-back,
    .strategy-home .flip-box.grey.dark .flip-box-front {
        height: 150px;
    }
    .content-sector .border-left,
    .content-sector .border-right,
    .strategy-home .grey.flip-box .border-left,
    .strategy-home .grey.flip-box .border-right {
        border: 0 !important;
    }
    .strategy {
        background-position: 80% 30px;
    }
    .notes {
        padding: 20px;
    }
    .notes p {
        font-size: 20px;
    }
    .header-page.header-3 {
        background-size: 60%;
    }
    .uncompleted p {
        width: 88%;
    }
    .uncompleted .item-sta label {
        width: 12%;
    }
    .respon .flip-box-back,
    .respon.goals .flip-box,
    .respon.goals .flip-box-front {
        height: 400px;
    }
    .respon.goals .flip-box {
        margin-bottom: 30px;
    }
    .news-invest .item img {
        height: 100%;
    }
    .intro .nav-intro {
        top: 55%;
    }
    .intro .nav-intro h1 {
        width: 65%;
        font-size: 22px;
    }
    .statistics label {
        font-size: 14px;
    }
    .intro-invest p {
        width: 100%;
    }
    .box-title img {
        height: 70px;
    }
    .box-title h3 {
        top: 30px;
    }
    .invest-sectors .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
        margin-right: 0;
    }
}
@media (max-width: 940px) {
    .strategy-home .flip-box.grey.dark,
    .strategy-home .flip-box.grey.dark .flip-box-back,
    .strategy-home .flip-box.grey.dark .flip-box-front {
        height: 100px;
    }
}
@media (max-width: 889.9px) {
    .sub-intro .card-link h2 {
        font-size: 28px;
    }
    .min-title,
    .sub-intro .min-title {
        font-size: 20px;
    }
    .block-tourism .flip-box-back h2,
    .projects .main-title {
        font-size: 40px;
    }
    .more span {
        font-size: 18px;
    }
    .links-social {
        margin-left: 0;
    }
    .box-3 .card-box img {
        margin: 0 auto 10px;
    }
    .block-tourism .flip-box-back p,
    .box-3 .card-box h3 {
        font-size: 16px;
    }
    .strategy-home .flip-box.head-home .flip-box-back,
    .strategy-home .flip-box.head-home .flip-box-front {
        background-position: center;
    }
    .strategy-home .flip-box-back p,
    .strategy-home .flip-box.head-home .flip-box-back p {
        font-size: 14px;
    }
    .projects.sectors .owl-nav {
        top: 45% !important;
    }
    .projects.sectors .owl-nav,
    .sectors .owl-nav {
        right: -54% !important;
    }
    .header-page.header-1:after {
        left: 30px;
    }
    .breadcrumb-page .breadcrumb {
        width: calc(100% - 220px);
    }
    .intro .nav-intro h1 {
        width: 55%;
    }
    .know .more span:after {
        height: 9px;
    }
}
@media (max-width: 818.9px) {
    .sub-intro .min-title {
        font-size: 22px;
    }
}
@media (max-width: 768px) {
    .projects .owl-nav {
        right: -77%;
    }
    .projects .owl-carousel .owl-nav button.owl-prev img,
    .projects .owl-nav button.owl-next img {
        width: 55px;
    }
    .projects .more {
        top: -40px;
    }
    .contact-info .card-address span,
    .more span,
    .notes p {
        font-size: 16px;
    }
    .projects .more img {
        width: 125px;
    }
    .news .text-news {
        margin-top: 20px;
    }
    .news .title-news {
        position: relative;
        width: auto;
    }
    .news .thumbnail img {
        width: 100%;
        padding: 10px 0 0 10px;
    }
    .about-us .more img {
        width: 45px;
    }
    .title-projects h3 {
        font-size: 25px;
    }
    .projects .main-title {
        font-size: 45px;
    }
    .links-social {
        margin-top: 15px;
    }
    .next-intro .container {
        max-width: 100%;
    }
    .slider-card {
        padding: 0;
    }
    .team .box img {
        height: auto;
        width: 80%;
        display: table;
        margin: 20px auto;
        float: none;
    }
    .block-tourism .flip-box-back h2,
    .government h2,
    .join a,
    .join h2,
    .note,
    .sectors .main-title,
    .tabs-slider .title-tabs h2,
    .tabs-slider .title-tabs span i {
        font-size: 30px;
    }
    .note {
        margin: 30px;
    }
    .strategy-home .flip-box.head-home .flip-box-back p {
        font-size: 12px;
    }
    .projects.sectors .owl-nav,
    .sectors .owl-nav {
        position: static;
    }
    .sectors .owl-carousel .owl-nav button {
        position: absolute;
        right: -70px;
        top: 50%;
    }
    .sectors .owl-carousel .owl-nav button.owl-next {
        right: auto;
        left: -70px !important;
    }
    .team {
        padding: 30px 100px;
    }
    .contact-info .card-address h3,
    .future .title-projects h3,
    .links-strategy a,
    .note,
    .strategy-home .flip-box-back p {
        font-size: 20px;
    }
    .contact-info .card-address {
        padding: 15px;
    }
    .about-box h2 {
        text-align: center;
        margin-bottom: 5px;
    }
    .header-page.header-2 {
        background-size: 200%;
    }
    .header-page.header-3 {
        background-size: 70%;
    }
    .initiative .nav-tabs .nav-link {
        font-size: 17px;
        padding: 10px;
    }
    .tabs-slider .title-tabs span {
        font-size: 18px;
    }
    .completed-img {
        top: 0;
    }
    .header-page.header-1:after {
        width: 170px;
        height: 80px;
    }
    .breadcrumb-page .breadcrumb {
        width: calc(100% - 160px);
    }
    .ministries {
        margin-bottom: 20px;
        overflow: hidden;
    }
    .ministries h3 {
        font-size: 35px;
    }
    .news-page .item img {
        height: auto;
        max-height: 430px;
    }
    .news-invest .item img,
    .pro-box {
        height: 100%;
    }
    .pro-box img {
        min-height: 100%;
    }
    .uncompleted p {
        width: 85%;
    }
    .uncompleted .item-sta label {
        width: 15%;
    }
    .block-tourism .flip-box {
        height: 600px;
    }
    .news .owl-nav {
        bottom: -60px;
    }
    .news .news-slider .thumbnail:before {
        width: 120px;
        height: 150px;
        left: 10px;
        top: 10px;
    }
    .wp-block-gallery.is-cropped .blocks-gallery-item {
        width: 100%;
        margin: 0 0 15px;
    }
    .tabs-slider-invest .slid.active .title-tabs p {
        width: 100%;
    }
    .tabs-slider-invest .title-tabs h2 {
        font-size: 40px;
    }
    .tabs-slider-invest .active .title-tabs h2 {
        font-size: 50px;
    }
    .goals.respon .flip-box-back ul li {
        font-size: 14px;
    }
    .pro-box.pro-box2 h2 {
        font-size: 22px !important;
    }
    .pro-box.pro-box2 {
        height: 370px;
    }
    .header {
        position: inherit;
    }
    .header .navbar {
        margin: 0;
    }
}
@media (max-width: 690px) {
    .intro .nav-intro h1 {
        font-size: 20px;
    }
}
@media (max-width: 689.9px) {
    .intro .nav-intro h1,
    .sub-intro .card-link h2 {
        font-size: 25px;
    }
    .nav-intro .card-link h2 {
        font-size: 35px;
    }
    .next-intro .min-title {
        font-size: 24px;
    }
    .strategy-home .flip-box.head-home h2 {
        font-size: 20px;
    }
    .strategy-home {
        padding: 0 30px;
    }
}
@media (max-width: 640px) {
    .footer .copyright p {
        font-size: 16px;
    }
    .tabs-slider .slid.active {
        width: 40%;
    }
    .tabs-slider .slid {
        width: 20%;
    }
    .tabs-slider .title-tabs span i {
        display: block;
        margin: 0 auto 20px;
    }
}
@media (max-width: 575.9px) {
    .header-page h1,
    .respon.goals h2 {
        font-size: 40px;
    }
    .content-single img,
    .respon.goals h2 {
        margin-bottom: 20px;
    }
    .flip-box .flip-box-front {
        background-position: bottom center;
    }
    .flip-box-back img {
        height: 16px;
        bottom: 10px;
    }
    .flip-box2 .flip-box-back img,
    .header-page.header-1:before {
        height: 20px;
    }
    .projects .main-title {
        margin-bottom: 15px;
    }
    .projects .more {
        top: 0;
        margin: 20px auto 0;
    }
    #myVideo,
    .flip-box.head-home,
    .overlay,
    .projects .owl-nav,
    .slider-gov.owl-carousel .owl-nav button {
        display: none;
    }
    .links-social {
        text-align: center;
        margin-top: 30px;
    }
    .logo-footer {
        margin-bottom: 30px;
    }
    .footer {
        padding: 50px 0;
        background-position: 50% 100%;
    }
    .about-us {
        padding: 50px 0;
        background-size: 150%;
    }
    .back-mobile,
    .tourism .d-flex {
        display: block !important;
    }
    .footer:after {
        bottom: 50px;
        right: 14px;
    }
    .footer .background-img {
        left: 0;
    }
    .next-intro .min-title {
        font-size: 20px;
    }
    .intro .owl-carousel .owl-nav button {
        right: 0;
    }
    .intro .owl-carousel .owl-nav button.owl-prev {
        right: auto;
        left: 0;
    }
    .header-page {
        min-height: 200px;
    }
    .content-page,
    .goals,
    .government,
    .sectors,
    .strategy,
    .team {
        padding: 30px;
    }
    .goals.respon {
        padding: 30px 0;
    }
    .note,
    .respon-title p,
    .tabs-slider-invest .title-tabs h2 {
        font-size: 30px;
    }
    .respon.goals .flip-box-front img {
        height: 150px;
    }
    .goals h2 {
        font-size: 24px;
    }
    .strategy-home .flip-box.head-home,
    .strategy-home .flip-box.head-home .flip-box-back,
    .strategy-home .flip-box.head-home .flip-box-front {
        height: 87px;
    }
    .strategy-home .title-mob {
        display: block;
    }
    .strategy-home .flip-box.grey.dark,
    .strategy-home .flip-box.grey.dark .flip-box-back,
    .strategy-home .flip-box.grey.dark .flip-box-front {
        height: 170px;
    }
    .box-3 .card-box span {
        font-size: 25px;
    }
    .main-container {
        padding: 30px !important;
    }
    .breadcrumb-page {
        bottom: 13px;
    }
    .breadcrumb-item,
    .breadcrumb-page a {
        font-size: 14px;
    }
    .breadcrumb-page .breadcrumb-item + .breadcrumb-item:before {
        width: 12px;
    }
    .content-single p,
    .tabs-slider .title-tabs p {
        font-size: 18px;
    }
    .news .thumbnail img {
        height: 350px;
    }
    .initiative .owl-nav button img,
    .projects-page .owl-nav button img {
        width: 30px;
        filter: brightness(0);
    }
    .initiative .owl-nav button,
    .projects-page .owl-nav button {
        right: -30px;
    }
    .initiative .owl-nav button.owl-prev,
    .projects-page .owl-nav button.owl-prev {
        left: -30px;
    }
    .contact-info .card-address {
        top: 5px;
        right: 5px;
    }
    .nav-tabs .nav-item {
        padding: 0 5px;
    }
    .projects-page .nav-tabs .nav-link {
        margin: 0;
    }
    .tourism .block-tourism,
    .tourism .block-tourism .w-50 {
        width: 100% !important;
    }
    .tabs-slider .title-tabs h2 {
        font-size: 26px;
    }
    .tabs-slider .title-tabs span i {
        font-size: 28px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }
    .intro .nav-intro h1 {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .header .navbar-brand img {
        height: 50px;
    }
    .sub-intro .min-title {
        width: 65%;
        font-size: 18px;
    }
    .margin-top {
        margin-top: 67px;
    }
    .min-title-page {
        font-size: 45px;
    }
    .uncompleted p {
        width: 83%;
        text-align: initial;
    }
    .uncompleted .item-sta label {
        width: 17%;
    }
    .header-page.header-1:after {
        bottom: 18px;
        left: 10px;
    }
    .sectors .owl-carousel .owl-nav button {
        right: -40px;
    }
    .sectors .owl-carousel .owl-nav button.owl-next {
        left: -40px !important;
    }
    .projects .owl-nav button img,
    .sectors .owl-carousel .owl-nav button img {
        width: 40px;
    }
    .note.links-strategy {
        width: 80%;
        font-size: 25px;
    }
    .block-tourism .flip-box {
        height: 550px;
    }
    .news-invest.news-page .item a {
        height: auto;
    }
    .village-page .pro-box {
        height: 300px;
    }
    .background {
        height: 40vh;
    }
    .temperature {
        top: 80px;
    }
    .statistics .col-sm-4 {
        text-align: right;
        margin-bottom: 15px;
    }
    .statistics img {
        float: right;
        margin: 0 0 0 15px;
        width: 60px;
        height: auto;
        max-height: 60px;
    }
    .statistics label {
        font-size: 19px;
    }
    .box-inv .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        font-size: 15px;
    }
}
@media (max-width: 500px) {
    .sub-intro a.back-link {
        right: 15px;
    }
    .news a.more {
        margin-top: 90px;
    }
    .news .thumbnail img {
        min-height: auto;
    }
    .item-sta {
        padding-left: 0;
    }
    .sectors .owl-carousel .owl-nav button {
        display: none;
    }
    .content-single .send {
        font-size: 16px;
        height: auto;
    }
    .news .owl-nav {
        left: 0;
    }
    .guideline {
        padding: 40px 0;
    }
    .guideline h1 {
        font-size: 45px;
        margin-bottom: 35px;
    }
    .guideline p {
        margin-bottom: 20px;
    }
    .guideline .img-guideline {
        margin-bottom: 50px;
    }
    .guideline .brand-guideline {
        height: 100px;
        margin: 0 auto 50px;
    }
    .guideline .link-guideline {
        font-size: 25px;
    }
    .blocks-gallery-grid figcaption,
    .wp-block-gallery figcaption {
        font-size: 14px !important;
        padding: 5px !important;
    }
    .pro-box {
        min-height: 200px;
    }
    .intro-invest p,
    .note.note-invest p {
        font-size: 20px;
    }
    .box-images .wp-block-gallery.has-nested-images figure.wp-block-image {
        display: contents;
    }
    .box-inv .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        margin: 0 0 15px;
    }
    .box-title h3 {
        font-size: 22px;
    }
    .box-inv {
        margin-bottom: 0 !important;
        padding: 0 30px;
    }
    .invest-sectors .wp-block-columns {
        margin-bottom: 10px;
    }
    .projects-page .content-initiative p {
        padding: 0;
        font-size: 16px;
    }
}
@media (max-width: 490px) {
    .sub-intro a.back-link img {
        width: 50px;
    }
    .scroll {
        bottom: 30px;
    }
    #myVideo {
        display: none;
    }
    .projects .main-title {
        font-size: 35px;
    }
    .government h2 {
        font-size: 25px;
    }
    .ministries {
        overflow: hidden;
    }
    .ministries h3 {
        font-size: 22px;
    }
    .strategy-home .arrow-box:after {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
    }
    .strategy-home .arrow-box h2 {
        font-size: 16px;
    }
    .content-single time {
        font-size: 12px;
    }
    .contact-info .card-address {
        position: relative;
        padding-right: 0;
        right: 0;
    }
    .about-us {
        height: auto;
    }
    .about-us .more,
    .news .more {
        margin: 30px auto 0;
    }
    .tabs-slider .title-tabs span i {
        display: block;
        margin: 0 auto 10px;
    }
    .footer .other-links a {
        width: 49%;
        text-align: center;
        margin: 0 0 30px;
    }
}
@media (max-width: 460px) {
    .min-title {
        font-size: 18px;
        max-width: 100%;
    }
    .sub-intro .card-link h2 {
        font-size: 26px;
    }
    .flip-box-back img {
        right: auto;
        left: 24px;
    }
    .about-us h2,
    .join h2 {
        font-size: 25px;
    }
    .about-us {
        padding: 50px 0;
    }
    .news,
    .projects {
        padding: 30px;
    }
    .about-us p,
    .strategy-home .flip-box.grey h2,
    .tabs-slider .title-tabs h2 {
        font-size: 20px;
    }
    .news .more img {
        width: 105px;
    }
    .news {
        position: relative;
    }
    .know {
        padding: 75px 0;
    }
    .sub-intro a.back-link img {
        width: 35px;
    }
    .strategy-home .flip-box.head-home h2 {
        font-size: 15px;
    }
    .strategy-home .flip-box.head-home,
    .strategy-home .flip-box.head-home .flip-box-back,
    .strategy-home .flip-box.head-home .flip-box-front {
        height: 60px;
    }
    .about-box h2 {
        font-size: 22px;
    }
    .about-box p {
        font-size: 16px;
    }
    .tabs-slider .title-tabs p {
        font-size: 14px;
    }
    .min-title-page {
        font-size: 35px;
    }
    .uncompleted p {
        width: 80%;
    }
    .uncompleted .item-sta label {
        width: 20%;
    }
    .intro .nav-intro {
        top: 55%;
    }
    .numbers-aseer {
        padding: 60px 30px;
    }
}
@media (max-width: 430px) {
    .news .thumbnail img {
        padding: 10px 0 0 10px;
    }
    .news .news-slider:before {
        width: 210px;
        height: 210px;
    }
    .join a {
        font-size: 35px;
    }
    .header-page.header-1:after,
    .header-page.header-1:before {
        opacity: 0.5;
    }
    .breadcrumb-page .breadcrumb {
        width: auto;
    }
    .invest .title-invest {
        font-size: 30px;
    }
    .initiative .nav-tabs {
        margin-bottom: 20px;
    }
}
@media (max-width: 400px) {
    .projects .main-title {
        font-size: 22px;
    }
    .contact-info h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .uncompleted p {
        width: 80%;
        font-size: 18px;
    }
    .footer .copyright {
        height: 70px;
    }
    .footer .background-img {
        bottom: 65px;
    }
    .strategy-home .flip-box-back p {
        font-size: 16px;
    }
    .tabs-slider-invest .title-tabs h2 {
        font-size: 23px;
    }
}
@media (max-width: 396px) {
    .tabs-slider .title-tabs span {
        font-size: 24px;
    }
    .g-recaptcha,
    .g-recaptcha div,
    .g-recaptcha iframe {
        width: 100% !important;
    }
}
@media (max-width: 375.9px) {
    .uncompleted p {
        width: 75%;
    }
    .uncompleted .item-sta label {
        width: 25%;
    }
    .nav-intro .card-link {
        width: 230px;
        height: 350px;
    }
    .temperature {
        top: 75px;
    }
    .scroll {
        display: none;
    }
    .intro .nav-intro {
        top: 61%;
    }
    .sub-intro .min-title {
        width: 70%;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .intro.sub-intro.next-intro .nav-intro {
        top: 58%;
    }
}
@media (max-width: 360px) {
    .min-title-page,
    .nav-intro .card-link h2 {
        font-size: 30px;
    }
    .flip-box-back img,
    .flip-box2 .flip-box-back img {
        height: 14px;
    }
    .news .news-slider:before {
        width: 140px;
        height: 140px;
    }
    .join a,
    .team h4 {
        font-size: 22px;
    }
    .slider-card.owl-carousel .owl-nav button img,
    .slider-sub-card.owl-carousel .owl-nav button img {
        width: 50px;
    }
    .content-page {
        padding: 30px 0;
    }
    .team p {
        font-size: 19px;
    }
    .note,
    .pro-box h2 {
        font-size: 16px;
    }
    .content-single h2,
    .future h2,
    .header-page h1 {
        font-size: 27px;
    }
    .projects-page .nav-tabs .nav-link {
        margin: 0 !important;
    }
    .contact-us label {
        font-size: 20px;
    }
    .up-file span {
        font-size: 14px;
    }
    .tabs-slider .title-tabs h2 {
        font-size: 18px;
    }
}
@media (max-width: 320px) {
    .news .news-slider:before {
        width: 100px;
        height: 100px;
    }
    .news .owl-carousel .owl-nav button.owl-prev img,
    .news .owl-nav button.owl-next img {
        width: 40px;
    }
    .footer .copyright {
        padding: 10px;
    }
    .intro .owl-carousel .owl-nav button img {
        width: 45px;
    }
    .news .text-news h3,
    .projects .main-title {
        font-size: 18px;
    }
    .margin-top {
        margin-top: 62px;
    }
    .breadcrumb-item,
    .breadcrumb-page a {
        font-size: 10px;
    }
    .tabs-slider .breadcrumb-page .breadcrumb-item + .breadcrumb-item:before,
    .tabs-slider-invest .breadcrumb-page .breadcrumb-item + .breadcrumb-item:before {
        height: 16px;
    }
    .scroll {
        display: none;
    }
    .header .navbar-brand img {
        height: 35px;
    }
    .sub-intro .nav-intro {
        top: 55%;
    }
    .news .text-news {
        margin-top: 10px;
    }
    .news .text-news p,
    .twitter-box h2 i {
        font-size: 16px;
    }
    .header-page.header-1:before {
        height: 15px;
    }
    .header-page.header-1:after {
        width: 90px;
        height: 40px;
    }
    .content-page p,
    .strategy p {
        font-size: 18px;
        margin: 10px 0 0 !important;
    }
    .content-single .send {
        font-size: 14px;
        width: 100%;
    }
    .intro .nav-intro h1 {
        font-size: 14px;
    }
    .temperature {
        top: 65px;
    }
    .intro .nav-intro {
        top: 60%;
    }
}
.block-mob {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: #fff;
    width: 100%;
    height: 100%;
}
.block-mob .te {
    position: absolute;
    top: 50%;
    left: 50%;
}
.block-mob i {
    font-size: 50px;
    margin-bottom: 30px;
}
.block-mob h3 {
    color: #1d1d1b;
    font-size: 30px;
    font-weight: 700;
}
.tooltip {
    top: 10px !important;
}
.ajaweed {
    position: absolute;
    top: 95px;
    z-index: -1;
    opacity: 0;
    transition: 0.3s;
}
.ajaweed a label {
    background: var(--primary-color);
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    border: 1px solid #fff;
    cursor: pointer;
}
.ajaweed a img {
    width: auto;
    height: 110px;
}
.fp-viewing-section1 .ajaweed {
    z-index: 9;
    opacity: 1;
}
@media (max-width: 991.9px) {
    .ajaweed a img {
        width: auto;
        height: 70px;
    }
    .ajaweed {
        display: block !important;
    }
    .ajaweed a label {
        font-size: 14px;
    }
}
@media (max-width: 575.9px) {
    .ajaweed {
        top: 80px;
        right: 20px;
    }
}
.strategy-title-strategy-small {
    font-size: 17px !important;
    position: absolute !important;
    top: 75% !important;
    margin: auto;
    z-index: 1;
    left: 0;
    right: 0;
}
.listStyle {
    list-style-type: none;
    color: #000;
    text-align: start;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-content: space-between;
}
.RecContent,
.RecHeader,
.newGoals h2 {
    font-family: Cairo;
    text-align: center;
}
.listItemStyle {
    color: #5b9bd5;
    font-weight: 700;
    border-bottom: 1px dotted #5b9bd5;
}
.listNumbering {
    padding: 0 3px;
    margin: 0 2px;
    border-radius: 50%;
    background-color: #5b9bd5;
    color: #fff;
}
.listNormalFont {
    color: #3b3b3b;
    font-weight: 400;
}
.customTitleBtn {
    background-color: #fff;
    padding: 5px;
    position: absolute;
    bottom: 87%;
    color: #5b9bd5;
    font-size: 20px;
    left: 40%;
    font-weight: 700;
}
.cafeColor {
    background-color: #d3a23d;
}
.border-orange {
    border-color: var(--primary-color) !important;
}
.border-sky {
    border-color: #5b9bd5 !important;
}
.border-blood {
    border-color: #d7282f !important;
}
.cuttedRectangular::before,
.hexagon::before {
    border-top: 30px solid #fff;
    width: 0;
    content: "";
    position: absolute;
}
.text-orange {
    color: var(--primary-color) !important;
}
.text-sky {
    color: #5b9bd5 !important;
}
.text-blood {
    color: #d7282f !important;
}
.hexagon {
    position: absolute;
    top: -35%;
    width: 125px;
    height: 100px;
    font-size: 19px;
}
.hexagon::before {
    top: 0;
    left: 0;
}
.hexagon::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom: 28px solid #fff;
    width: 0;
}
.hexagon1::before {
    border-right: 25px solid var(--primary-color);
}
.hexagon1::after {
    border-left: 22px solid var(--primary-color);
}
.hexagon2 {
    background-color: #5b9bd5;
    top: -20%;
}
.hexagon2::before {
    border-right: 25px solid #5b9bd5;
}
.hexagon2::after {
    border-left: 22px solid #5b9bd5;
}
.hexagon3 {
    background-color: #d7282f;
}
.hexagon3::before {
    border-right: 25px solid #d7282f;
}
.hexagon3::after {
    border-left: 22px solid #d7282f;
}
@media (min-width: 768px) {
    .hexagon2 {
        top: -35%;
    }
}
.cuttedRectangular {
    height: 120px;
    width: 100%;
    border: 1px solid #555;
    position: relative;
}
.cuttedRectangular::before {
    top: -3%;
    left: -1%;
    border-right: 25px solid #fff;
}
html[lang="en-US"] .cuttedRectangular::before {
    left: 97%;
}
.cuttedRectangular::after {
    content: "";
    position: absolute;
    top: -3px;
    left: 9px;
    border: 1px solid #555;
    height: 32.5px;
    transform: rotate(37deg);
}
.hexShape::after,
.hexShape::before {
    position: absolute;
    content: "\2B22";
    transform: translate(50%, 0) rotate(90deg);
    right: 0;
}
html[lang="en-US"] .cuttedRectangular::after {
    left: 98.4%;
    transform: rotate(-35deg);
}
html[lang="en-US"] .hexGreenShape::after,
html[lang="en-US"] .hexGreenShape::before {
    left: 94%;
    border-left: 25px solid #006a1a;
    border-right: 0;
}
.RecHeader {
    font-size: 22px;
    line-height: 29px;
    color: #006a1a;
    font-weight: 700;
}
.RecContent {
    font-size: 18px;
    line-height: 29px;
    color: #555;
    font-weight: 400;
}
.hexShape {
    position: relative;
    width: 228px;
    height: 228px;
}
.hexShape::before {
    color: #f9f9f9;
    font-size: 228px;
    bottom: 44%;
}
.hexShape::after {
    color: #f3f3f3;
    font-size: 205px;
    bottom: 52%;
}
.hexagon5::after,
.hexagon5::before {
    content: "";
    position: absolute;
    width: 0;
}
.hexShape img {
    position: absolute;
    width: 100px;
    top: -20%;
    left: 98%;
    z-index: 1;
}
html[lang="en-US"] .hexShape::after,
html[lang="en-US"] .hexShape::before {
    right: 92%;
}
html[lang="en-US"] .hexShape img {
    left: 7%;
    top: -17%;
}
.hexagon5 {
    position: absolute;
    top: -3%;
    right: -9%;
    width: 25px;
    height: 25px;
    font-size: 19px;
    background-color: var(--primary-color);
}
html[lang="en-US"] .hexagon5 {
    right: 102%;
}
.hexagon5::before {
    top: 0;
    left: 0;
    border-top: 5px solid #fff;
    border-right: 5px solid var(--primary-color);
}
.hexGreenShape::after,
.hexGreenShape::before {
    left: 0;
    border-right: 25px solid #006a1a;
}
.hexagon5::after {
    bottom: 0;
    right: 0;
    border-bottom: 5px solid #fff;
    border-left: 5px solid var(--primary-color);
}
@media (max-width: 1280px) {
    html[lang="en-US"] .hexShape::before {
        right: 119%;
        top: -103%;
    }
    html[lang="en-US"] .hexShape::after {
        right: 118%;
        top: -95%;
    }
    html[lang="en-US"] .hexShape img {
        left: -17%;
        top: -23%;
    }
    html[lang="en-US"] .hexagon5 {
        right: 115%;
    }
}
.hexGreenShape::before,
html[lang="en-US"] .hexGreenShape::before {
    top: 0;
    border-top: 30px solid #fff;
    content: "";
    position: absolute;
    width: 0;
}
@media (max-width: 768px) {
    html[lang="en-US"] .hexShape4 + .hexagon5,
    html[lang="en-US"] .hexagon5 {
        right: 100%;
    }
    .cuttedRectangular {
        height: 155px;
    }
}
.newGoals h2 {
    font-size: 32px;
    line-height: 44px;
    color: #3a3838;
    font-weight: 700;
}
.hexGreenShape {
    position: relative;
    width: 444px;
    height: 550px;
    background-color: #006a1a;
}
.hexGreenShape::after,
html[lang="en-US"] .hexGreenShape::after {
    content: "";
    position: absolute;
    bottom: 0;
    border-bottom: 30px solid #fff;
    width: 0;
}
.greenShapeArrow {
    filter: brightness(0) saturate(100%) invert(12%) sepia(96%) saturate(7281%) hue-rotate(154deg) brightness(85%) contrast(101%);
}
html[lang="en-US"] .greenShapeArrow {
    transform: scaleX(-1);
}
.customTitleBtn.green,
.listItemStyle.green {
    color: #3f5c52;
}
.listNumbering.greenBackground {
    background-color: #3f5c52;
}
.listNumbering.whiteBackground {
    background-color: #fff;
    color: #3b3b3b;
}
.darkBackground {
    background-color: #3b3b3b !important;
}
.stopFlip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.background{
    background: linear-gradient(270deg, #737373 0%, #FFFFFF 46.88%),
    url('../../../public/images/professional_lover_oasis/lover-library.svg') no-repeat center/cover;
    background-blend-mode: multiply;
    height: 450px;
}
.background2{
    background: url('../../../public/images/professional_lover_oasis/Group_50.svg') no-repeat bottom/cover;
    background-blend-mode: multiply;
}
.containerPadding{
    padding: 75px 0;
}
.headerFont{
    font-family: "Cairo", sans-serif;
    font-size: 30px;
    font-weight: 700;
    line-height: 45.3px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}
.box{
    position: relative;
    border-radius: 5px;
    filter: drop-shadow(1.545px 4.755px 1.5px rgba(78,78,78,0.03));
    background-color: #C7DEE3;
}
.box>span{
    position: absolute;
    width: 100px;
    height: 100px;
    top: -7%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #C7DEE3;
    border: 5px solid #ffffff;
    padding:5px;
}
.box-2,.box-2>span{
    background-color: #F3F7F5;
}
.box-3,.box-3>span{
    background-color: #E9EBEA;
}
.columnTitle {
    font-size: 18px;
    color: #000000;
    font-weight: 700;
    font-family: "Cairo", sans-serif;
}
.columnTitle2 {
    font-size: 15px;
    color: #ffffff;
}
.tech_small_bg{
background-image: url('./images/aseer-systems/17.svg');
}
.tech_large_bg{
background-image: url('./images/aseer-systems/18.svg');
}
.tech_large_bg,.tech_small_bg{
    height: 66px;
    background-size: contain;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.tech_large_bg{
	left: 3%;
}
.dashed_border{
    width: 1px;
    height: 80px;
    margin-bottom: 45px;
    background: repeating-linear-gradient(to bottom, black 0, black 5px, transparent 5px, transparent 7px);
    border: 1px dashed #aaa;
}
@media screen and (min-width: 500px) {
	.tech_large_bg{
		left: 15%;
	}
}
@media screen and (min-width: 600px) {
	.tech_large_bg{
		left: 0;
	}
}
@media screen and (min-width: 700px) {
	.tech_large_bg{
		left: 5%;
	}
}
@media screen and (min-width: 767px) {
    .tech_large_bg,.tech_small_bg{
        height: 60px;
    }
}
@media screen and (min-width: 900px) {
    .tech_large_bg,.tech_small_bg{
        height: 84px;
    }
    .columnTitle {
        font-size: 20px;
    }
    .columnTitle2 {
        font-size: 15px;
        padding-right: 25px;
    }
}
@media screen and (min-width: 1023px) {
    .tech_large_bg,.tech_small_bg{
        height: 55px;
    }
}
@media screen and (min-width: 1100px) {
	.tech_large_bg{
		left: 10%;
	}
}
@media screen and (min-width: 1200px) {
	.tech_large_bg{
		left: 15%;
	}
}
@media screen and (min-width: 1250px) {
    .columnTitle2 {
        padding-right: 65px;
    }
	.tech_large_bg{
		left: 17%;
	}
}
@media screen and (min-width: 1300px) {
    .tech_large_bg,.tech_small_bg{
        height: 75px;
    }
    .columnTitle2 {
        font-size: 18px;
        padding-right: 25px;
    }
	.tech_large_bg{
		left: 3%;
	}
}
@media screen and (min-width: 1400px) {
	.tech_large_bg{
		left: 9%;
	}
}
.tec-svg-wrapper {
    height: 70px;
    position: relative;
  }

  .tech-nav{
    gap: 10px;
  }

  .tec-svg-wrapper img {
    height: 70px;
  }

  .tec-svg-wrapper .absolute-img {
    position: absolute;
    width: 45px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }

  
  .tec-svg-title .absolute-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;

    font-weight: bold;
	text-wrap: nowrap;
  }

  .tec-svg-title {
    height: 70px;
    position: relative;
    margin-right: -30px;
  }

  .tec-svg-title img {
    height: 70px;
    width: 300px;

  }


html[lang="en-US"] .tec-svg-wrapper img {
  transform: rotateY(180deg);
}

html[lang="en-US"] .tec-svg-wrapper .absolute-img {
    right: unset;
    left: 15px;
    top: 10px;
}

html[lang="en-US"] .tec-svg-title img {
  transform: rotateY(180deg);
}

html[lang="en-US"] .tec-svg-title {
  margin-right: 0;
  margin-left: -40px;
}
.linkHover.contact{
	color: grey
}
.linkHover.contact:hover{
	color: var(--primary-color);
}
.x-twitter.linkHover.contact{
	filter: invert(54%) sepia(0%) saturate(1361%) hue-rotate(165deg) brightness(93%) contrast(83%); 
	width: 16px;
}
.x-twitter.linkHover.contact:hover{
	filter:invert(62%) sepia(99%) saturate(1810%) hue-rotate(0deg) brightness(103%) contrast(104%);
}
.digital-stamp-card {
  padding: 8px 32px;
  background: #F3F4F6;
}

  .digital-stamp-card .digital-stamp-header {
    display: flex;
    align-items: center;
    gap: 10px;
  }

    .digital-stamp-card .digital-stamp-header h6 {
      margin: 0px;
      color: #161616;
      font-size: 14px;
    }

    .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
      cursor: pointer;
    }

      .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card span {
        color: #1B8354;
        font-size: 14px;
      }

      .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card svg,
      .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card img {
        transition: 0.3s;
      }

    .digital-stamp-card .digital-stamp-header.open .btn-digital-stamp-card svg,
    .digital-stamp-card .digital-stamp-header.open .btn-digital-stamp-card img {
      transform: rotate(180deg);
    }

    .btn-digital-stamp-card img {
      margin-right: 4px;
      margin-left: 4px;
    }

  .digital-stamp-card .digital-stamp-body {
    padding-top: 40px;
    padding-bottom: 32px;
    display: none;
  }

    .digital-stamp-card .digital-stamp-body .digital-stamp-container {
      margin-bottom: 32px;
      display: flex;
      gap: 32px;
    }

      .digital-stamp-card .digital-stamp-body .digital-stamp-container .box {
        display: flex;
        align-items: flex-start;
        gap: 18px;
      }

        .digital-stamp-card .digital-stamp-body .digital-stamp-container .box .img-border-rounded {
          padding: 14px 16px;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #067647;
          border-radius: 100%;
        }

        .digital-stamp-card .digital-stamp-body .digital-stamp-container .box h6 {
          margin-top: 0px;
          margin-bottom: 12px;
          color: #161616;
          font-size: 18px;
        }

        .digital-stamp-card .digital-stamp-body .digital-stamp-container .box .green-text {
          color: #1B8354;
        }

        .digital-stamp-card .digital-stamp-body .digital-stamp-container .box p {
          margin: 0px;
          color: #384250;
          font-size: 16px;
        }

    .digital-stamp-card .digital-stamp-body .stamp-link-box {
      padding: 8px 28px;
      display: flex;
      align-items: center;
      gap: 12px;
      border-radius: 8px;
      background: #FFF;
    }

      .digital-stamp-card .digital-stamp-body .stamp-link-box p {
        margin: 0px;
        color: #161616;
        font-size: 16px;
      }

      .digital-stamp-card .digital-stamp-body .stamp-link-box a {
        color: #1B8354;
        font-size: 16px;
        text-decoration: underline;
      }

.stamp-ar {
  direction: rtl;
}

.stamp-en {
  direction: ltr;
}

@media (max-width: 768px) {
  .digital-stamp-card {
    padding: 8px 16px;
  }

    .digital-stamp-card .digital-stamp-header {
      flex-wrap: wrap;
    }

      .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
        flex: 100%;
        margin-right: 33px;
      }

    .digital-stamp-card .digital-stamp-body .digital-stamp-container {
      flex-direction: column;
    }

  [dir="ltr"] .digital-stamp-card .digital-stamp-header .btn-digital-stamp-card {
    margin-right: 0px;
    margin-left: 33px;
  }
}


.bg-1,
 .bg-2,
 .bg-3 {
 position: absolute;
 z-index: -1;
 bottom: 0;
 right: 0;
 left: 0;
 height: 0;
 max-height: 100vh;
 background-attachment: fixed;
 background-position: center center;
 background-size: cover;
 background-repeat: no-repeat;
 }
 .bg-2 {
 background-image: url(assets/images/back1.webp);
 /*transition: height 700ms ease 0s;*/
 }
 .bg-3 {
 background-image: url(assets/images/back2.webp);
 }
 .background.bg-transparent {
 background-image: none;
 }
 /**/
 .sub-intro a.back-link {
 top: auto;
 bottom: -50px;
 }
</style>
<style>.fp-viewing-section2 .header,
 .fp-viewing-section3 .header {
 background: #fff !important;
 background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0, rgba(0, 0, 0, .5) 100%) !important
 }
 .fp-viewing-section3 .header .navbar-nav .nav-link:before {
 background: #fff
 }
 .fp-viewing-section4 .header .lang,
 .fp-viewing-section4 .header .navbar-nav .nav-link {
 color: #1d1d1b
 }
 .fp-viewing-section3 .header .search img {
 filter: none
 }
 .fp-viewing-section4 .header .search img {
 filter: brightness(.4)
 }
 .fp-viewing-section3 .header .navbar-brand img {
 display: block !important
 }
 .fp-viewing-section3 .header .navbar-brand img.logo-dark {
 display: none !important
 }
 .fp-viewing-section4 .header .navbar-brand img {
 display: none !important
 }
 .fp-viewing-section4 .header .navbar-brand img.logo-dark {
 display: block
 }
 .fp-viewing-section3 .temperature {
 display: block
 }
 .fp-viewing-section4 .temperature {
 display: none
 }
 .fp-viewing-section3 .overlay {
 display: block
 }
 .fp-viewing-section4 .overlay {
 display: none
 }
 .fp-viewing-section4 .header {
 background: #fff;
 height: max-content
 }
 .fp-viewing-section4 .header .lang,
 .fp-viewing-section4 .header .navbar-nav .nav-link {
 color: #1d1d1b
 }
 .fp-viewing-section4 .header .navbar-brand img {
 display: none
 }
 .fp-viewing-section4 .header .navbar-brand img.logo-dark {
 display: block !important
 }
 .fp-viewing-section4 .header .navbar-nav .nav-link:before {
 background: #1d1d1b
 }
 .fp-viewing-section4 .header .navbar {
 border-bottom: 1px solid #ccc
 }
 .temperature {
 z-index: 9;
 max-width: 250px
 }
 .temperature .slider-temp label {
 font-size: 20px;
 color: #fff;
 text-align: left;
 border-bottom: 1px solid #fff;
 padding-bottom: 5px
 }
 .temperature .list-temp ul li img,
 .temperature .slider-temp label img {
 width: 30px;
 display: inline-block
 }
 .temperature .list-temp img.tem-caret {
 width: 30px;
 display: table;
 float: left;
 cursor: pointer;
 margin-bottom: 10px;
 transition: .3s
 }
 .temperature .list-temp .tem-caret.rotate {
 transform: rotate(180deg)
 }
 .temperature .list-temp ul {
 display: none;
 overflow-y: scroll;
 height: 60vh;
 padding-left: 7px
 }
 .temperature .list-temp ul::-webkit-scrollbar {
 width: 3px
 }
 .temperature .list-temp ul::-webkit-scrollbar-track {
 box-shadow: inset 0 0 6px #333
 }
 .temperature .list-temp ul::-webkit-scrollbar-thumb {
 background-color: #fff
 }
 .temperature .list-temp ul {
 scrollbar-color: #00A0DF #333333;
 scrollbar-width: thin !important
 }
 .section-strategy-home .top-home {
 margin-bottom: 15px;
 position: relative
 }
 .section-strategy-home .top-home img {
 width: 100%;
 }
 .section-strategy-home .title-strategy {
 font-size: 40px;
 font-weight: 600;
 color: #fff;
 text-align: center;
 position: absolute;
 top: 25%;
 margin: auto;
 z-index: 1;
 left: 0;
 right: 0
 }
 .section-strategy-home .title-strategy-small {
 font-size: 17px;
 position: absolute;
 top: 70%;
 margin: auto;
 z-index: 1;
 left: 0;
 right: 0
 }
 .section-strategy-home .body-strategy {
 background: linear-gradient(rgba(0, 160, 223, 0), rgba(0, 160, 223, 0)), url(assets/images/picture1.webp);
 background-size: cover;
 background-repeat: no-repeat;
 height: 200px;
 display: flex;
 margin-bottom: 15px
 }
 .section-strategy-home .body-strategy h2 {
 color: #fff;
 font-size: 35px;
 font-weight: 600;
 display: table;
 margin: auto
 }
 .section-strategy-home .body-strategy.orange {
 background: linear-gradient(rgba(249, 167, 56, 0), rgba(249, 167, 56, 0)), url(assets/images/picture3.webp);
 }
 .section-strategy-home .body-strategy.green {
 background: linear-gradient(rgba(95, 170, 65, 0), rgba(95, 170, 65, 0)), url(assets/images/picture4.webp);
 }
 .section-strategy-home .bottom-strategy {
 background: #3a3838;
 padding: 15px;
 margin-bottom: 15px
 }
 .section-strategy-home .bottom-strategy h2 {
 font-size: 34px;
 color: #fff;
 font-weight: 600;
 text-align: center;
 margin: 0
 }
 .section-strategy-home .bottom-strategy h5 {
 font-size: 18px;
 color: #fff;
 font-weight: 600;
 text-align: center;
 margin: 0
 }
 .section-strategy-home .bottom-strategy.dark {
 background: #1d1d1b
 }
 .section-strategy-home .end-box {
 text-align: center;
 background: #cb9b3b;
 padding: 15px
 }
 .section-strategy-home .end-box h2 {
 color: #fff;
 font-size: 35px;
 font-weight: 600;
 display: table;
 margin: auto
 }
 .section-strategy-home .end-box.green {
 background: #3f5c52;
 }
 .music-btn {
 font-size: 25px
 }
 @media (min-width:1706px) {
 .section-strategy-home .body-strategy {
 height: 150px
 }
 }
 @media (min-width:1920px) {
 .section-strategy-home .body-strategy {
 height: 250px
 }
 .section-strategy-home .nav-intro {
 margin-top: 20px
 }
 }
 @media (max-width:1500px) {
 .section-strategy-home .intro .nav-intro {
 max-width: 45%
 }
 .section-strategy-home .title-strategy {
 font-size: 30px
 }
 .section-strategy-home .body-strategy {
 height: 150px
 }
 .intro .nav-intro {
 top: 53%
 }
 .section-strategy-home .top-home img {
 height: 150px;
 }
 .section-strategy-home .title-strategy-small {
 top: 55%;
 }
 }
 @media (max-width:1030px) {
 .section-strategy-home .intro .nav-intro {
 max-width: 60%
 }
 }
 @media (max-width:768px) {
 .section-strategy-home .body-strategy h2,
 .section-strategy-home .bottom-strategy h2,
 .section-strategy-home .end-box h2,
 .section-strategy-home .title-strategy {
 font-size: 22px
 }
 .section-strategy-home .intro .nav-intro {
 max-width: 75%
 }
 .section-strategy-home .body-strategy,
 .section-strategy-home .bottom-strategy,
 .section-strategy-home .top-home {
 margin-bottom: 7px
 }
 }
 @media (max-width:500px) {
 .section-strategy-home .body-strategy h2,
 .section-strategy-home .bottom-strategy h2,
 .section-strategy-home .end-box h2,
 .section-strategy-home .title-strategy {
 font-size: 16px
 }
 .section-strategy-home .intro .nav-intro {
 max-width: 86%
 }
 .section-strategy-home .body-strategy,
 .section-strategy-home .bottom-strategy,
 .section-strategy-home .end-box {
 border-radius: 13px
 }
 .section-strategy-home .body-strategy {
 height: 100px
 }
 .section-strategy-home .title-strategy-small {
 top: 45%;
 }
 }
 @media (max-width:320px) {
 .section-strategy-home .body-strategy h2,
 .section-strategy-home .bottom-strategy h2,
 .section-strategy-home .end-box h2,
 .section-strategy-home .title-strategy {
 font-size: 14px
 }
 }

#chatbase-bubble-button,
 #chatbase-bubble-button * {
 margin: 0;
 padding: 0;
 box-sizing: border-box;
 }
 html.__cb_widget_active,
 html.__cb_widget_active body {
 position: fixed !important;
 top: 0;
 left: 0;
 overscroll-behavior: none;
 width: 0 !important;
 height: 0 !important;
 margin: 0 !important;
 overflow: hidden !important;
 overflow-y: hidden !important;
 overflow-x: hidden !important;
 transform: none !important;
 }
 #chatbase-bubble-window {
 border: 1px solid #F4F4F5;
 box-shadow: 0px 260px 73px 0px rgba(0, 0, 0, 0.00), 0px 166px 67px 0px rgba(0, 0, 0, 0.01), 0px 94px 56px 0px rgba(0, 0, 0, 0.02), 0px 42px 42px 0px rgba(0, 0, 0, 0.03), 0px 10px 23px 0px rgba(0, 0, 0, 0.04);
 backdrop-filter: blur(4px);
 -webkit-backdrop-filter: blur(4px);
 }
.section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
#section-3 .scrollable-content {
  height: 100%;
  overflow-y: auto;
  width: 100%;
}
#after-fullpage {
  background: #f1f1f1;
  padding: 100px 20px;
}
.fp-is-overflow>.fp-overflow {
   min-height: 100vh;
   min-width: 100vw;
   display: flex;
   align-items: center;
   justify-content: center;
}
.scrollable-content {
  direction: ltr;
  text-align: right;
}
#section-3 .fp-overflow{
   width: 100%;
  
}
.fp-warning, .fp-watermark{
   display: none!important;
}

/*================================================
 Portfolio-section
=================================================*/
.portfolio-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.portfolio-section .section-bg-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .portfolio-section .section-bg-top {
    display: none;
    visibility: hidden;
  }
}
.portfolio-section .section-bg-bottom {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: -1;
}
@media (max-width: 1199px) {
  .portfolio-section .section-bg-bottom {
    display: none;
    visibility: hidden;
  }
}
.portfolio-section .slider-bottom {
  margin-top: 60px;
}
.portfolio-section .slider-bottom .swiper-pagination {
  bottom: -10px;
  left: 0;
  width: 100%;
}
.portfolio-section .slider-bottom .swiper-pagination span.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #BBBBBB;
}
.portfolio-section .slider-bottom .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
}
.portfolio-section .slider-bottom .swiper-pagination.style-2 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}

.portfolio-section5 {
  background-image: url("../images/bg/portfolio-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
}
.portfolio-section5 .rectangle-dot1 {
  position: absolute;
  top: -35px;
  left: 12%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-section5 .rectangle-dot1 {
    top: 0px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  .portfolio-section5 .rectangle-dot1 {
    display: none;
    visibility: hidden;
  }
}
.portfolio-section5 .rectangle-dot2 {
  position: absolute;
  bottom: -35px;
  right: 12%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .portfolio-section5 .rectangle-dot2 {
    bottom: 0px;
    right: 0%;
  }
}
@media (max-width: 767px) {
  .portfolio-section5 .rectangle-dot2 {
    display: none;
    visibility: hidden;
  }
}
.portfolio-item{
    padding: 0 15px;
}
.portfolio-item1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  overflow: hidden;
}
.portfolio-item1:hover .portfolio-img img {
  transform: scale(1.2);
}
.portfolio-item1 .portfolio-img {
  overflow: hidden;
}
.portfolio-item1 .portfolio-img img {
  max-width: 100%;
  width: 100%;
  transition: all 500ms ease-in-out 25ms;
}
.portfolio-item1 .portfolio-content {
  padding: 30px 25px;
  background: var(--white);
  box-shadow: 3px 0px 10px rgba(136, 136, 136, 0.1);
  border-radius: 0px 0px 20px 20px;
}
.portfolio-item1 .portfolio-content svg {
  margin-left: 5px;
}
.portfolio-item1 .portfolio-content p {
  font-size: 16px;
  font-weight: 500;
  color: var(--primary-color);
  display: inline-block;
  margin-top: 8px;
}
.portfolio-item1 .portfolio-content h4 {
  margin-bottom: 0;
}
.portfolio-item1 .portfolio-content h4 a {
  font-size: 25px;
  font-weight: 700;
  color: #18212E;
  margin-bottom: 10px;
  font-family: "Cairo", sans-serif;
}
.portfolio-item1 .portfolio-content > a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Cairo", sans-serif;
  color: #676767;
  transition: all 0.42s ease;
}
.portfolio-item1 .portfolio-content > a:hover {
  letter-spacing: 1px;
}
.portfolio-item1.style-2:hover .portfolio-content {
  opacity: 1;
  transform: scaleY(1);
}
.portfolio-item1.style-2 .portfolio-content {
  position: absolute;
  bottom: 0;
  left: 15px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 83.33%);
  border-radius: 20px;
  width: calc(100% - 30px);
  height: auto;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 500ms ease-in-out 25ms;
}
.portfolio-item1.style-2 .portfolio-content p {
  color: var(--white);
}
.portfolio-item1.style-2 .portfolio-content h4 a {
  color: var(--white);
}

.offer-section {
  background: linear-gradient(95.58deg, #FFFFFF 0%, #F3DBFF 100%);
  position: relative;
  overflow: hidden;
}
.offer-section .web-top {
  position: absolute;
  top: 0;
  right: 0;
}
.offer-section .web-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}
.offer-section .triangle-icon {
  position: absolute;
  left: 5%;
  top: 80px;
  animation: rotation 8s linear infinite;
}

.offer-content {
  width: 100%;
  max-width: 550px;
}
@media (max-width: 991px) {
  .offer-content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.offer-content img {
  max-width: 50px;
  margin-bottom: 15px;
}
.offer-content h3 {
  font-size: 2.125rem;
  font-weight: 700;
  font-family: "Cairo", sans-serif;
  color: var(--text-color);
  margin-bottom: 15px;
}
.offer-content P {
  margin-bottom: 30px;
}

.offer-image-area {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: 400px;
  border-radius: 50%;
  animation: jump 1s linear infinite alternate;
}
.offer-image-area.style-2 {
  background: var(--secondary-color);
  position: relative;
  width: 100%;
  max-width: 530px;
  height: 100%;
  max-height: 530px;
}
.offer-image-area.style-2 .banner5-image {
  max-width: 100%;
  margin-left: 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  .offer-image-area {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 576px) {
  .offer-image-area {
    width: 100%;
    max-width: 300px;
    height: 300px;
  }
}
.offer-image-area .snake-arrow {
  position: absolute;
  left: -320px;
  top: 40%;
}
@media (max-width: 1199px) {
  .offer-image-area .snake-arrow {
    display: none;
    visibility: hidden;
  }
}
.offer-image-area::before {
  content: "";
  width: 100%;
  height: 15px;
  background: rgba(113, 112, 112, 0.1);
  position: absolute;
  bottom: -10px;
  left: 0px;
  border-radius: 50%;
  animation: rotate2 1s linear infinite alternate;
}
@keyframes jump {
  0% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes rotate2 {
  0% {
    transform: translateY(15px) scale(0.5);
    background: rgba(113, 112, 112, 0.1);
  }
  100% {
    transform: translateY(0px) scale(1);
    background: rgba(113, 112, 112, 0.12);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.offer-image-area .offer-ellipse {
  position: absolute;
  left: -40px;
  top: 50%;
  min-width: 105px;
  height: 105px;
  background-image: url("../images/bg/offer-ellipse.svg");
  line-height: 105px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  color: var(--white);
}

.sponsor-section4 {
  margin-top: -37px;
  z-index: 2;
  position: relative;
}
.sponsor-section4 .sponsor-wrapper {
  background: #FFFFFF;
  box-shadow: 3px 4px 30px rgba(136, 136, 136, 0.1);
  border-radius: 100px;
  padding: 20px;
}
@media (max-width: 767px) {
  .sponsor-section4 .sponsor-wrapper {
    border-radius: 10px;
  }
}
.sponsor-section4 .sponsor-wrapper .brand-item {
  text-align: center;
  cursor: pointer;
}
.sponsor-section4 .sponsor-wrapper .brand-item svg {
  fill: var(--text-color2);
  transition: 0.35s ease-in-out;
}
.sponsor-section4 .sponsor-wrapper .brand-item:hover svg {
  fill: var(--secondary-color);
}

.banner-section5 {
    background: var(--white);
    padding: 100px 75px;
    margin-top: -2px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.banner-section5 p{
    font-size: 18px;
    line-height: 36px;
}
.banner-section5 .banner5-vector-left {
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: -1;
}
.banner-section5 .banner5-tirang1 {
  position: absolute;
  bottom: 10%;
  right: 22%;
  animation: movingobject 8s linear infinite;
}
@media (max-width: 576px) {
  .banner-section5 .banner5-tirang1 {
    bottom: 3%;
    right: 3%;
  }
}
.banner-section5 .banner5-tirang2 {
  position: absolute;
  bottom: 10%;
  left: 22%;
  animation: movingobject 8s linear infinite;
}
@media (max-width: 576px) {
  .banner-section5 .banner5-tirang2 {
    bottom: 3%;
    left: 5%;
  }
}
.banner-section5 .banner5-tirang3 {
  position: absolute;
  top: 10%;
  left: 22%;
  animation: movingobject 8s linear infinite;
}
@media (max-width: 576px) {
  .banner-section5 .banner5-tirang3 {
    top: 3%;
    left: 3%;
  }
}
.banner-section5 .banner5-tirang4 {
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  animation: movingobject 8s linear infinite;
}
@media (max-width: 576px) {
  .banner-section5 .banner5-tirang4 {
    display: none;
    visibility: hidden;
  }
}
.banner-section5 .banner5-tirang5 {
  position: absolute;
  bottom: 30%;
  left: 55%;
  transform: translateX(-50%);
  animation: movingobject 8s linear infinite;
}
@media (max-width: 576px) {
  .banner-section5 .banner5-tirang5 {
    display: none;
    visibility: hidden;
  }
}
.banner-section5 .banner5-vector {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@keyframes movingobject {
  0% {
    transform: rotate(0deg) translateY(5px);
  }
  0% {
    transform: rotate(360deg) translateY(0px);
  }
}

/*=====================================
feature-section
=======================================*/
.feature-section{
    background: var(--white);
    padding: 100px 75px;
    margin-top: -2px;
}
.service-item2 {
  position: relative;
  z-index: 1;
  box-shadow: 3px 4px 30px rgba(136, 136, 136, 0.1);
  border-radius: 5px;
  background-color: var(--white);
  padding: 25px;
  border-radius: 20px;
}
.service-item2:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.service-item2:hover .service-content span {
  color: var(--white);
}
.service-item2:hover .service-content h4 {
  font-size: 25px;
  font-weight: 700;
  color: var(--white);
  margin-bottom: 15px;
}
.service-item2:hover .service-content p {
  color: var(--text-light);
}
.service-item2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: var(--secondary-color);
  z-index: -1;
  border-radius: 20px 0 100px 0;
  transition: 550ms ease-in-out 25ms;
}
.service-item2 svg {
  position: absolute;
  width: 30px;
  height: 30px;
  fill:var(--white);
  top: 25px;
  left: 25px;
}
.service-item2 .service-content span {
  font-size: 20px;
  font-weight: 600;
  font-family: "Cairo", sans-serif;
  color: var(--secondary-color);
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.5s ease-in-out;
}
.service-item2 .service-content h4 {
  font-size: 25px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
}
.service-item2 .service-content p {
  transition: all 0.5s ease-in-out;
  margin-bottom: 0px;
  font-size: 16px;
}

.service-item2.style-4 {
  background: #FFFFFF;
  box-shadow: 3px 4px 30px rgba(136, 136, 136, 0.1);
  border-radius: 5px;
  padding: 40px 25px 25px 25px;
  margin-top: 25px;
}
.service-item2.style-4 span {
  position: absolute;
  top: 22px;
  left: 15px;
  font-size: 22px;
  font-weight: 600;
  color: var(--text-color2);
  display: inline-block;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  background-color: #EEEEEE;
  padding: 5px 10px;
  margin-top: -45px;
}
.service-item2.style-4 .service-content h4 {
  margin-bottom: 5px;
}
.service-item2.style-4:hover span {
  color: var(--primary-color);
}
.service-item2.style-4:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.service-item2.style-4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  background: var(--primary-color);
  border-radius: 20px;
}
.job-section{
    padding: 100px 0;
}
.jobpost-item {
  padding: 30px 25px;
  box-shadow: 3px 4px 30px rgba(136, 136, 136, 0.18);
}
.jobpost-item:hover .job-header .icon {
  transform: scale(1.2);
}
.jobpost-item .job-header {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 20px;
}
.jobpost-item .job-header .icon {
  margin-left: 15px;
  transition: 400ms ease-out 25ms;
}
.jobpost-item .job-header h4.title {
  font-size: 25px;
  font-weight: 700;
  color: var(--text-color);
}
.jobpost-item .job-body {
  border-top: 1px solid #EEEEEE;
  padding-top: 15px;
}
.jobpost-item .job-body p{
    font-size: 18px;
}
.hover-border2 {
  background: var(--white);
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.hover-border2::before {
  content: "";
  width: 0%;
  height: 4px;
  position: absolute;
  bottom: 0%;
  right: 20px;
  background: var(--secondary-color);
  transition: all 0.52s;
  z-index: -1;
}
.hover-border2:hover::before {
  width: calc(100% - 40px);
}
/*================================================
 Footer section
=================================================*/
footer {
  background-image: linear-gradient(rgba(18, 19, 24, 0.9), rgba(18, 19, 24, 0.9)), url("../images/bg/footer1-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center;
  overflow: hidden;
}
footer .footer-top {
  padding: 90px 0px;
}
@media (max-width: 991px) {
  footer .footer-top {
    padding: 80px 0px;
  }
}
footer .footer-item {
  min-width: 200px;
}
@media (max-width: 576px) {
  footer .footer-item {
    padding-left: 20px;
  }
}
footer .footer-item a img {
  margin-bottom: 25px;
}
footer .footer-item p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-light);
  margin-bottom: 25px;
  line-height: 28px;
}
footer .footer-item .input-with-btn {
  max-width: 350px;
  width: 100%;
  border: 1px solid var(--text-color2);
  padding: 5px;
  border-radius: 5px;
}
footer .footer-item .input-with-btn input {
  width: 100%;
  border-radius: 5px;
  background: transparent;
  border: none;
  outline: none;
  padding: 7px 20px;
  transition: all 0.4s ease;
  font-size: 14px;
  font-weight: 400;
  color: var(--white);
}
footer .footer-item .input-with-btn input::placeholder {
  font-size: 14px;
  font-weight: 400;
  color: var(--text-color2);
}
footer .footer-item .input-with-btn button {
  outline: none;
  border: none;
  background: var(--primary-color);
  border-radius: 5px;
  min-width: 46px;
  min-height: 44px;
}
footer .footer-item .input-with-btn button img {
  transition: 0.65s ease;
  transform: rotate(270deg);
}
footer .footer-item .input-with-btn button:hover img {
  transform: rotate(630deg);
}
footer .footer-item h3 {
  font-size: 25px;
  font-weight: 600;
  color: var(--white);
  margin-bottom: 25px;
}
footer .footer-item .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer .footer-item .menu li {
  position: relative;
  padding-right: 0px;
  transition: all 0.4s ease-in;
}
footer .footer-item .menu li:before {
  position: absolute;
  content:'';
  top: 23px;
  width: 18px;
  height: 18px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M9.4 233.4c-12.5 12.5-12.5 32.8 0 45.3l160 160c12.5 12.5 32.8 12.5 45.3 0s12.5-32.8 0-45.3L109.2 288 416 288c17.7 0 32-14.3 32-32s-14.3-32-32-32l-306.7 0L214.6 118.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0l-160 160z' fill='%234ecdc4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: 0;
  opacity: 0;
  transition: all 0.65s ease;
}
footer .footer-item .menu li:last-child {
  margin-bottom: 0;
}
footer .footer-item .menu li:hover {
  padding-right: 25px;
}
footer .footer-item .menu li:hover a {
  color: var(--primary-color);
}
footer .footer-item .menu li:hover:before {
  opacity: 1;
}
footer .footer-item .menu li a {
  color: var(--text-light);
  font-size: 16px;
  font-weight: 400;
  font-family: "Cairo", sans-serif;
  transition: all 0.4s ease;
}
footer .footer-social {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: start;
}
footer .footer-social li{
    list-style-type: none;
}
footer .footer-social a {
    color: var(--white);
    width: 46px;
    height: 46px;
    line-height: 34px;
    border: 1px solid var(--text-color2);
    text-align: center;
    transition: all 0.42s ease;
    display: inline-flex;
    margin-left: 10px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
footer .footer-social a svg{
    fill: var(--white);
}
footer .footer-social a:hover {
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
footer .address-list {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid var(--text-color2);
  padding-bottom: 10px;
  margin-bottom: 25px;
}
footer .address-list li {
  margin-bottom: 15px;
  display: flex;
  justify-content: start;
  align-items: start;
}
footer .address-list li svg {
  fill: var(--primary-color);
  margin-top: 6px;
}
footer .address-list li a {
  font-size: 16px;
  font-weight: 500;
  font-family: "Cairo", sans-serif;
  color: var(--text-light);
  transition: all 0.42s ease;
  padding-right: 10px;
  line-height: 1.6;
  direction: ltr;
}
footer .address-list li:hover a {
  color: var(--primary-color);
}
footer .footer-bottom {
  padding: 15px 0px;
  border-top: 1px solid #2f2f2f;
}
footer .footer-bottom p {
  font-size: 13px;
  font-weight: 400;
  font-family: "Cairo", sans-serif;
  color: var(--white);
  margin-bottom: 0;
  margin-left: 30px;
}
@media (max-width: 991px) {
  footer .footer-bottom p {
    margin-left: 0px;
  }
}
footer .footer-bottom p .egns-lab {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
}
footer .footer-bottom .footer-logo-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
}
footer .footer-bottom .footer-logo-list li {
  margin-left: 20px;
}
footer .footer-bottom .footer-logo-list li img {
  transition: all 0.6s ease;
}
footer .footer-bottom .footer-logo-list li:last-child {
  margin-left: 0px;
}
footer .footer-bottom .footer-logo-list li:hover img {
  transform: rotate(360deg);
}
footer .footer-bottom .f-bottom-list {
  margin: 0;
  padding: 0;
}
footer .footer-bottom .f-bottom-list li:first-child a {
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
}
footer .footer-bottom .f-bottom-list li:first-child a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 2px;
  height: 15px;
  background: var(--white);
}
footer .footer-bottom .f-bottom-list a {
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  transition: all 0.42s ease;
}
footer .footer-bottom .f-bottom-list a:hover {
  color: var(--primary-color);
}
footer.style-2 {
  background-color: #17181A;
  background-image: unset;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
footer.style-2 .footer-vectr1 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  opacity: 0.1;
}
footer.style-2 .footer-vectr2 {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.1;
}
footer.style-2 .footer-item .input-with-btn {
  border: 1px solid var(--text-color2);
}
footer.style-2 .footer-item .input-with-btn button {
  background: var(--secondary-color);
}
footer.style-2 .footer-item .menu li::before {
  color: var(--secondary-color);
}
footer.style-2 .footer-item .menu li:hover a {
  color: var(--secondary-color);
}
footer.style-2 .footer-social i:hover {
  background: var(--secondary-color);
  border: 1px solid var(--secondary-color);
}
footer.style-2 .address-list li svg {
  fill: var(--secondary-color);
  margin-top: 6px;
}
footer.style-2 .address-list li:hover a {
  color: var(--secondary-color);
}
footer.style-2 .footer-bottom p .egns-lab {
  color: var(--secondary-color);
}
footer.style-2 .footer-bottom .f-bottom-list a:hover {
  color: var(--secondary-color);
}
