#hero h1,
#hero.d-flex h2 {
  font-size: 52px;
  font-weight: 700
}

#hero h1,
#hero h2,
#hero.d-flex h2,
.fst-italic,
.section-title p {
  font-weight: 700
}

.content .des,
.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px
}

#footer,
#hero {
  background: linear-gradient(45deg, rgba(242, 192, 41, .9) 0, rgba(0, 82, 155, .9) 100%) 0 0/cover, url("../img/hero-bg.jpg") center center/cover no-repeat
}

.content .btn-see-more,
a,
a:hover {
  text-decoration: none
}

@font-face {
  font-display: swap;
  font-family: Tajawal;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/tajawal/tajawal-v12-arabic_latin-regular.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: Tajawal;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/tajawal/tajawal-v12-arabic_latin-500.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: Tajawal;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/tajawal/tajawal-v12-arabic_latin-700.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/poppins/poppins-v24-latin-regular.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/poppins/poppins-v24-latin-500.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  src: url('../fonts/poppins/poppins-v24-latin-600.woff2') format('woff2')
}

@font-face {
  font-display: swap;
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/poppins/poppins-v24-latin-700.woff2') format('woff2')
}

body {
  font-family: Poppins, sans-serif;
  color: #444;
  scrollbar-width: thin;
  scrollbar-color: #00417a #f1f1f1
}

[dir=rtl] .content .des,
[dir=rtl] body,
[dir=rtl] h1,
[dir=rtl] h2,
[dir=rtl] h3,
[dir=rtl] h4,
[dir=rtl] h5,
[dir=rtl] h6 {
  font-family: Tajawal, sans-serif
}

#hero .btn-get-started,
.content .des,
.navbar a,
.navbar a:focus,
.portfolio #portfolio-flters li,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Poppins, sans-serif
}

.fst-italic {
  font-style: normal !important
}

a {
  color: #00529b
}

a:hover {
  color: #8577fb
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 80px;
  z-index: 996;
  background: #f2c029;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: .4s
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0
}

.back-to-top:hover {
  background: #00529b;
  color: #fff
}

.back-to-top.active {
  visibility: visible;
  opacity: 1
}

.bx-chevron-right:before {
  content: "\ecb3"
}

[dir=rtl] .bx-chevron-right:before {
  content: "\ecb0"
}

section {
  padding: 100px 0;
  overflow: hidden
}

.section-bg {
  background-color: #f9f8ff
}

.section-title {
  text-align: center;
  padding-bottom: 30px
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #f2c029;
  bottom: 0;
  left: calc(50% - 25px)
}

.section-title p {
  margin-bottom: 0
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2c029;
  border-top-color: #fffaf0;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: 1s linear infinite animate-preloader;
  animation: 1s linear infinite animate-preloader
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

#header {
  transition: .5s;
  z-index: 997;
  padding: 20px 0
}

#header.header-inner-pages,
#header.header-scrolled {
  background: linear-gradient(45deg, rgba(242, 192, 41, .9) 0, rgba(0, 82, 155, .9) 100%), url("../img/hero-bg.jpg") center center no-repeat;
  padding: 12px 0
}

#header .logo {
  line-height: 1
}

#header .logo .logo-img {
  max-height: 60px;
  width: auto;
  transition: max-height .3s ease-in-out
}

#header.header-scrolled .logo .logo-img {
  max-height: 35px
}

@media screen and (max-width:360px) {
  #header .logo .logo-img {
    max-height: 30px;
    width: auto;
    transition: max-height .3s ease-in-out
  }
}

@media (min-width:361px) and (max-width:767px) {
  #header .logo .logo-img {
    max-height: 25px;
    width: auto;
    transition: max-height .3s ease-in-out
  }
}

.language-switcher {
  z-index: 1000
}

.language-switcher .dropdown-toggle {
  color: rgba(255, 255, 255, .8);
  font-size: 12px;
  font-weight: 600;
  padding: 8px 15px;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 20px;
  transition: .3s
}

.language-switcher .dropdown-toggle:hover {
  color: #fff;
  border-color: #fff
}

.language-switcher .dropdown-menu {
  border-radius: 8px;
  border: 0;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25)
}

[dir=rtl] .language-switcher {
  left: auto;
  right: 150px
}

@media (max-width:360px) {
  .language-switcher .dropdown-toggle {
    color: rgba(255, 255, 255, .8);
    font-size: 9px;
    font-weight: 600;
    padding: 8px 15px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    transition: .3s
  }
}

.navbar,
.portfolio-details .portfolio-description p {
  padding: 0
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center
}

.navbar li {
  position: relative
}

.navbar>ul>li {
  padding: 10px 0 10px 24px
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: rgba(255, 255, 255, .7);
  white-space: nowrap;
  transition: .3s;
  position: relative
}

#hero .carousel-container,
.navbar-mobile {
  justify-content: center;
  bottom: 0;
  right: 0;
  left: 0
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px
}

.navbar>ul>li>a:before {
  content: "";
  position: absolute;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  width: 0;
  transition: .3s ease-in-out
}

.navbar .active:before,
.navbar a:hover:before,
.navbar li:hover>a:before {
  visibility: visible;
  width: 100%
}

#footer .credits a,
#hero .carousel-content,
.features .icon-box.active h4,
.features .icon-box.active p,
.navbar .active,
.navbar .active:focus,
.navbar a:hover,
.navbar li:hover>a,
.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 25px;
  margin-left: 30px;
  border-radius: 5px;
  color: #fff;
  transition: .3s;
  font-size: 14px;
  font-weight: 600;
  background: #8cc63f;
  border: 2px solid #8cc63f
}

.navbar .getstarted:focus:hover,
.navbar .getstarted:hover {
  color: #fff;
  background: #76a834;
  border-color: #76a834
}

.navbar .getstarted:before,
.navbar li:hover>.getstarted:before {
  visibility: hidden
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0 0 30px rgba(127, 137, 161, .25);
  transition: .3s
}

.navbar .dropdown ul li {
  min-width: 200px
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  color: #2c4964
}

.navbar .dropdown ul a i {
  font-size: 12px
}

.navbar .dropdown ul .active:hover,
.navbar .dropdown ul a:hover,
.navbar .dropdown ul li:hover>a {
  color: #00529b
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible
}

@media (max-width:1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%
  }
}

.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: .5s
}

.navbar-mobile {
  position: fixed;
  top: 0;
  background: rgba(30, 30, 30, .7);
  transition: .3s;
  z-index: 999;
  display: flex;
  align-items: flex-end
}

.navbar-mobile ul {
  display: block;
  width: 90%;
  max-width: 400px;
  margin-bottom: 20px;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, .1);
  overflow-y: auto;
  transform: translateY(100px);
  opacity: 0;
  transition: transform .3s ease-out, opacity .3s ease-out
}

body.navbar-mobile-active .navbar-mobile ul {
  transform: translateY(0);
  opacity: 1
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 12px 20px;
  font-size: 16px;
  color: #362d0d;
  display: block;
  font-weight: 600;
  border-bottom: 1px solid #f0f0f0
}

.navbar-mobile .active,
.navbar-mobile a:hover,
.navbar-mobile li:hover>a {
  color: #00529b;
  background-color: #f7f7f7
}

.navbar-mobile li:last-child a {
  border-bottom: none
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #f7f7f7;
  box-shadow: none
}

.navbar-mobile .dropdown>.dropdown-active,
.slide .item:first-child .content {
  display: block
}

#hero {
  width: 100%;
  height: 100vh
}

#hero .container,
#hero .container-fluid {
  padding-top: 84px
}

#hero .btn-get-started,
.about .content .read-more {
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 28px;
  transition: .5s;
  font-weight: 500
}

#hero h1 {
  margin: 0;
  line-height: 64px;
  color: #fff
}

#hero h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px
}

#hero .btn-get-started {
  display: inline-block;
  border-radius: 5px;
  color: #fff;
  border: 2px solid #8cc63f;
  line-height: 1;
  margin: 10px;
  -webkit-animation-delay: .8s;
  animation-delay: .8s
}

#hero .btn-get-started:hover {
  background: #f2c029;
  color: #fff;
  border: 2px solid #fff
}

#hero .animated {
  animation: 2s ease-in-out infinite alternate-reverse both up-down
}

#hero.d-flex {
  height: 60vh;
  min-height: 400px
}

#hero.d-flex h2 {
  line-height: 1.2;
  text-align: center
}

.hero-img .img-fluid {
  max-width: 70%
}

#hero .carousel-content.text-start,
.item .content {
  text-align: left
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(-10px)
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px)
  }

  100% {
    transform: translateY(-10px)
  }
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: transform 1.5s ease-in-out
}

#hero .carousel-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 32, 60, .7)
}

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0
}

#hero .carousel-content.text-center {
  text-align: center
}

#hero .carousel-content.text-end {
  text-align: right
}

#hero p {
  width: 80%;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, .9)
}

#hero .carousel-content.text-end p,
#hero .carousel-content.text-start p {
  margin-left: 0;
  margin-right: 0;
  width: 100%
}

@media (max-width:560px) {
  #hero h2 {
    font-size: 18px;
    line-height: 24px
  }

  #hero {
    width: 100%;
    height: 34vh;
    background: linear-gradient(45deg, rgba(242, 192, 41, .9) 0, rgba(0, 82, 155, .9) 100%) 0 0/cover, url("../img/hero-bg.jpg") center center/cover no-repeat
  }

  #hero .carousel-item {
    width: 100%;
    height: 35vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: transform 1.5s ease-in-out
  }
}

#hero .carousel-indicators {
  display: none
}

#hero .carousel-fade .carousel-item {
  transition: opacity 1.5s ease-in-out
}

#hero .carousel-item .carousel-content {
  opacity: 0
}

#hero .carousel-item.active .carousel-content {
  opacity: 1;
  transition: opacity .5s ease-in
}

#hero .carousel-item.active h2.animate__animated {
  animation-delay: .4s
}

#hero .carousel-item.active p.animate__animated {
  animation-delay: .8s
}

#hero .carousel-item.active a.animate__animated {
  animation-delay: 1.2s
}

.about .content h3 {
  font-weight: 600;
  font-size: 32px;
  color: #2c4964
}

.about .content ul {
  list-style: none;
  padding: 0;
  font-weight: 700
}

.about .content ul li {
  padding-bottom: 10px
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #8cc63f
}

.about .content p:last-child {
  margin-bottom: 0
}

.about .content .read-more {
  display: flex;
  border-radius: 5px;
  justify-content: center;
  color: #fff;
  background: linear-gradient(45deg, #f2c029 0, #d4a71a 100%);
  position: relative
}

.about .content .read-more:hover {
  background: linear-gradient(180deg, #f2c029 0, #d4a71a 100%)
}

.about .content .read-more i {
  font-size: 22px;
  position: absolute;
  right: 20px;
  top: 12px
}

#more-about .accordion-item {
  border: 0;
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .05);
  overflow: hidden
}

#more-about .accordion-button {
  font-weight: 600;
  font-size: 18px;
  padding: 20px 25px;
  color: #2c4964;
  background-color: #fff;
  border: 0;
  text-align: left
}

#more-about .accordion-button:focus {
  box-shadow: none
}

#more-about .accordion-button:not(.collapsed) {
  color: #00529b;
  background-color: #f7f9fc
}

#more-about .accordion-body {
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  background: #fff;
  color: #444;
  opacity: 0;
  transition: opacity .5s ease-in-out
}

#more-about .accordion-collapse.show .accordion-body,
.copyright-wrap .footer-image-container img:hover {
  opacity: 1
}

#more-about .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "+";
  font-size: 24px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: none;
  transition: transform .2s ease-in-out
}

#more-about .accordion-button:not(.collapsed)::after {
  content: "–";
  transform: rotate(0)
}

[dir=rtl] #more-about .accordion-button::after {
  margin-left: 0;
  margin-right: auto
}

@media (max-width:767px) {
  #more-about .accordion-body .col-md-4 {
    margin-top: 20px
  }
}

.stacking-slider-container {
  position: relative;
  width: 90%;
  max-width: 1200px;
  height: 600px;
  margin: 0 auto;
  box-shadow: 0 30px 50px #dbdbdb;
  overflow: hidden
}

.slide .item:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, .7, 1, 1) 0, transparent 80%);
  z-index: 1;
  border-radius: 10px
}

[dir=rtl] .slide .item:first-child::before {
  background: linear-gradient(to left, rgba(0, .7, 1, 1) 0, transparent 80%)
}

.stacking-slider-container .slide .item {
  width: 200px;
  height: 300px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 20px;
  box-shadow: 0 30px 50px #505050;
  background-position: center;
  background-size: cover;
  transition: .5s
}

.slide .item:first-child {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
  border-radius: 10px
}

.slide .item:nth-child(2) {
  left: 75%
}

.slide .item:nth-child(3) {
  left: 55%
}

.slide .item:nth-child(4) {
  left: calc(50% + 220px)
}

.slide .item:nth-child(5) {
  left: calc(50% + 440px)
}

.slide .item:nth-child(n+6) {
  left: calc(50% + 660px);
  opacity: 0
}

.item .content {
  position: absolute;
  top: 50%;
  width: 350px;
  color: #fff;
  transform: translateY(-50%);
  display: none;
  z-index: 2;
  left: 100px
}

[dir=rtl] .item .content {
  left: auto;
  right: 100px;
  text-align: right
}

.content .name {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  opacity: 0;
  animation: 1s ease-in-out forwards animateContent
}

.content .des {
  margin-bottom: 20px;
  opacity: 0;
  animation: 1s ease-in-out .3s forwards animateContent
}

.content .btn-see-more {
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  opacity: 0;
  animation: 1s ease-in-out .6s forwards animateContent;
  background: #fff;
  color: #333;
  border-radius: 5px;
  font-weight: 600
}

.content .btn-see-more:hover {
  background: #f0f0f0
}

@keyframes animateContent {
  from {
    opacity: 0;
    transform: translateY(100px);
    filter: blur(20px)
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0)
  }
}

.stacking-slider-container .button {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 10
}

.stacking-slider-container .button button {
  width: 40px;
  height: 35px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: rgba(0, 0, 0, .3);
  color: #fff;
  cursor: pointer;
  margin: 0 5px;
  transition: .3s
}

.stacking-slider-container .button button:hover {
  background: #fff;
  color: #000
}

@media screen and (max-width:768px) {
  [data-aos-delay] {
    transition-delay: 0 !important
  }

  .item .content,
  .stacking-slider-container .slide .item {
    position: absolute;
    top: 50%;
    width: 130px;
    transform: translateY(-50%)
  }

  .stacking-slider-container .slide .item {
    height: 220px;
    border-radius: 20px;
    box-shadow: 0 30px 50px #505050;
    background-position: center;
    background-size: cover;
    transition: .5s
  }

  .slide .item:first-child {
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 0;
    width: 100%;
    height: 100%
  }

  .stacking-slider-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    height: 500px;
    margin: 0 auto;
    box-shadow: 0 30px 50px #dbdbdb;
    overflow: hidden;
    border-radius: 7px
  }

  .content .name {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    opacity: 0;
    animation: 1s ease-in-out forwards animateContent
  }

  .item .content {
    font-size: 12px;
    color: #fff;
    display: none;
    z-index: 2;
    left: 30px;
    text-align: left
  }

  [dir=rtl] .item .content {
    left: auto;
    right: 30px;
    text-align: right
  }
}

[dir=rtl] .slide .item:nth-child(2) {
  right: 75%
}

[dir=rtl] .slide .item:nth-child(3) {
  right: 55%
}

[dir=rtl] .slide .item:nth-child(4) {
  right: calc(50% + 220px);
  left: auto
}

[dir=rtl] .slide .item:nth-child(5) {
  right: calc(50% + 440px);
  left: auto
}

[dir=rtl] .slide .item:nth-child(n+6) {
  right: calc(50% + 660px);
  left: auto
}

[dir=rtl] .stacking-slider-container .button .next i::before {
  content: "\f12f"
}

[dir=rtl] .stacking-slider-container .button .prev i::before {
  content: "\f138"
}

.section-separator {
  position: relative;
  width: 100%
}

.section-separator .separator-bg-shape {
  position: absolute;
  top: 0;
  left: -5%;
  height: 100%;
  background-color: #f0f2f5;
  transform: skewY(-2deg);
  z-index: 1
}

.section-separator .separator-lines-shape {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60px;
  transform: translate(-50%, -50%);
  z-index: 2;
  background-image: url('data:image/svg+xml;utf8,<svg width="100" height="60" viewBox="0 0 100 60" xmlns="http://www.w3.org/2000/svg"><g fill="%2300529b"><rect x="0" y="0" width="2" height="60"/><rect x="10" y="40" width="2" height="20"/><rect x="20" y="40" width="2" height="20"/><rect x="30" y="40" width="2" height="20"/><rect x="40" y="40" width="2" height="20"/><rect x="50" y="20" width="2" height="40"/><rect x="60" y="40" width="2" height="20"/><rect x="70" y="40" width="2" height="20"/><rect x="80" y="40" width="2" height="20"/><rect x="90" y="40" width="2" height="20"/></g></svg>');
  background-repeat: repeat-x;
  background-position: center
}

.features .icon-box {
  display: flex;
  align-items: center;
  padding: 20px;
  background: #f6f6f6;
  transition: .3s ease-in-out;
  border-radius: 8px;
  cursor: pointer
}

.portfolio-details .portfolio-description,
.portfolio-details .portfolio-info {
  box-shadow: 0 0 30px rgba(44, 73, 100, .08);
  padding: 30px
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 15px;
  line-height: 1;
  color: #d9bf41
}

[dir=rtl] .features .icon-box i {
  font-size: 32px;
  padding-left: 15px;
  line-height: 1;
  color: #d9bf41
}

.features .icon-box h4 {
  font-weight: 700;
  margin: 0 0 5px;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  color: #3a3a3a
}

.features .icon-box p {
  font-size: 15px;
  color: #6a6a6a;
  margin: 0
}

.features .icon-box:hover {
  background: #eef7ff
}

.features .icon-box.active {
  background: #00529b
}

.features .image img {
  transition: opacity .4s ease-in-out
}

#footer .footer-top .footer-contact,
#footer .footer-top .footer-links,
.portfolio .portfolio-item {
  margin-bottom: 30px
}

.portfolio #portfolio-flters {
  padding: 2px 15px;
  margin: 0 auto 25px;
  list-style: none;
  text-align: center;
  border-radius: 50px
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444;
  margin-bottom: 5px;
  transition: .3s ease-in-out;
  border-radius: 5px
}

.portfolio #portfolio-flters li.filter-active,
.portfolio #portfolio-flters li:hover {
  color: #fff;
  background: #f2c029
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0
}

.portfolio .portfolio-wrap {
  transition: .3s;
  position: relative;
  overflow: hidden;
  z-index: 1
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(0, 82, 155, .8);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: .3s ease-in-out;
  z-index: 2;
  opacity: 0
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  transition: .3s ease-in-out
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: .3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 20px
}

.portfolio .portfolio-wrap .portfolio-links a {
  margin: 0 2px;
  display: inline-block;
  transition: .3s
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  top: calc(50% - 48px)
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0
}

.portfolio .portfolio-slider {
  overflow: hidden
}

.portfolio .portfolio-slider .swiper-slide {
  padding: 0 10px
}

.portfolio .portfolio-slider .swiper-pagination,
.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative
}

.portfolio .portfolio-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #00529b
}

.portfolio .portfolio-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00529b
}

.portfolio-details {
  padding-top: 40px
}

.portfolio-details .portfolio-details-slider img {
  width: 100%
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #5846f9
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #5846f9
}

.portfolio-details .portfolio-description h2,
.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px
}

.portfolio-details .portfolio-description {
  font-weight: 700
}

.portfolio-details .portfolio-info .size-selector {
  margin-top: 20px
}

.portfolio-details .portfolio-info .size-selector .form-label {
  display: block;
  margin-bottom: 8px;
  color: #333
}

.portfolio-details .portfolio-info .size-selector .form-select {
  border-radius: 8px;
  font-weight: 500;
  border-color: #ddd;
  padding: 10px 15px
}

.portfolio-details .portfolio-info .size-selector .form-select:focus {
  border-color: #00529b;
  box-shadow: 0 0 0 .25rem rgba(0, 82, 155, .25)
}

[dir=rtl] .portfolio-details .portfolio-info .size-selector .form-select {
  background-position: left .75rem center;
  padding-right: 2.5rem;
  padding-left: .75rem
}

@media (max-width:991px) {
  [dir=rtl] .language-switcher {
    left: auto;
    right: 150px
  }

  .mobile-nav-toggle {
    display: none !important
  }

  #navbar {
    position: fixed;
    left: 15px;
    right: 15px;
    bottom: 15px;
    width: auto;
    height: 60px;
    border-radius: 30px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, .15);
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px);
    transition: transform .4s ease-in-out, opacity .4s ease-in-out
  }

  #navbar.navbar-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
  }

  .navbar ul {
    display: none;
    display: flex !important;
    justify-content: space-around;
    align-items: center;
    background: linear-gradient(45deg, rgba(242, 192, 41, .9) 0, rgba(0, 82, 155, .9) 100%), url("../img/hero-bg.jpg") center center no-repeat;
    width: 100%;
    height: 72%;
    margin: 0;
    border-radius: 50px
  }

  .navbar>ul>li {
    padding: 0
  }

  .navbar a,
  .navbar a:focus {
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    font-weight: 500
  }

  .navbar .getstarted,
  .navbar>ul>li>a:before {
    display: none
  }

  .navbar a.active,
  .navbar a:focus.active {
    color: #f2c029
  }

  .navbar a:hover,
  .navbar li:hover>a {
    color: #fff
  }

  main {
    padding-bottom: 80px
  }

  #hero.d-flex {
    height: auto;
    text-align: center;
    padding: 60px 0
  }

  #hero.d-flex h2 {
    font-size: 36px
  }

  #hero.d-flex .hero-img {
    margin-top: 40px
  }

  #hero.d-flex .hero-img img {
    width: 60%;
    max-width: 280px
  }

  #hero {
    text-align: center
  }

  #hero .container,
  #hero .container-fluid {
    padding-top: 68px
  }

  [dir=rtl] #hero .hero-img {
    text-align: -webkit-center
  }

  #hero .hero-img img {
    width: 40%
  }

  .filter-toggle-btn {
    font-weight: 700;
    font-size: 18px;
    background-color: #f2c029;
    border-color: #f2c029;
    color: #fff
  }

  .filter-toggle-btn:hover {
    background-color: #d4a71a;
    border-color: #d4a71a;
    color: #fff
  }

  .portfolio-details .portfolio-info .size-selector .form-select {
    padding: 8px 12px;
    font-size: 14px;
    width: 70%
  }
}

.contact .info-box,
.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, .6);
  background: #fff
}

.contact .info-box {
  color: #444;
  text-align: center;
  padding: 20px 0 30px
}

.contact .info-box i {
  font-size: 32px;
  color: #f2c029;
  border-radius: 50%;
  padding: 8px
}

.contact .info-box h3 {
  font-size: 20px;
  color: #2c4964;
  font-weight: 700;
  margin: 10px 0
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 700
}

.contact .php-email-form {
  padding: 30px
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: 1s linear infinite animate-loading;
  animation: 1s linear infinite animate-loading
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 5px;
  box-shadow: none;
  font-size: 14px
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #f2c029
}

.contact .php-email-form input {
  padding: 10px 15px
}

.contact .php-email-form textarea {
  padding: 12px 15px
}

.contact .php-email-form button[type=submit] {
  background: #00529b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: .4s;
  border-radius: 5px
}

.contact .php-email-form button[type=submit]:hover {
  background: #00417a
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

#footer {
  color: #fff;
  font-size: 14px
}

#footer .footer-top {
  padding: 60px 0 30px;
  position: relative
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 30px;
  padding: 2px 0;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif
}

#footer .footer-newsletter h4,
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  padding-bottom: 12px
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, .8);
  transition: .3s;
  display: inline-block;
  line-height: 1
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: underline;
  color: #fff
}

#footer .footer-newsletter {
  font-size: 15px
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #fff
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px)
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: rgba(123, 39, 216, .8);
  font-size: 16px;
  padding: 0 20px;
  color: #fff;
  transition: .3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1)
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #5846f9
}

#footer .copyright-wrap {
  border-top: 1px solid #f2c029
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: .3s
}

#footer .social-links a:hover {
  background: rgba(255, 255, 255, .2);
  color: #fff;
  text-decoration: none
}

.copyright-wrap {
  align-items: center
}

[dir=rtl] .me-md-auto {
  margin-right: 0 !important
}

[dir=rtl] .text-md-start {
  text-align: right !important
}

[dir=ltr] .copyright-wrap .footer-image-container {
  margin-top: -30px;
  max-width: 110px;
  margin-left: auto
}

.copyright-wrap .footer-image-container img {
  opacity: .8;
  transition: opacity .3s ease-in-out
}

@media (min-width:768px) {

  .copyright-wrap .footer-image-container,
  [dir=rtl] .copyright-wrap .footer-image-container {
    margin-top: 0;
    max-width: 180px
  }
}

.footer-image-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px
}

[dir=rtl] .copyright-wrap .footer-image-container {
  margin-right: auto;
  max-width: 110px;
  margin-top: -30px
}

.copyright-wrap .footer-image-container {
  max-width: 200px;
  margin-top: -30px
}

::-webkit-scrollbar {
  width: 10px
}

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

::-webkit-scrollbar-thumb {
  background-color: #00417a;
  border-radius: 10px;
  border: 2px solid #f1f1f1
}

::-webkit-scrollbar-thumb:hover {
  background-color: #f2c029
}

@media (max-width:768px) {
  #footer .copyright-wrap {
    border-top: 1px solid #f2c029;
    padding-bottom: 1.5rem !important
  }

  .col-md-6 {
    flex: 0 0 auto
  }

  ::-webkit-scrollbar {
    width: 10px
  }

  ::-webkit-scrollbar-thumb {
    background-color: #00417a;
    border: 1px solid #00417a
  }

  ::-webkit-scrollbar-thumb:hover {
    background-color: #00417a
  }
}