@font-face {
    font-family: 'RB';
    src: url('../fonts/RB-Regular.eot');
    src: url('../fonts/RB-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RB-Regular.woff2') format('woff2'),
        url('../fonts/RB-Regular.woff') format('woff'),
        url('../fonts/RB-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Klavika Md';
    src: url('../fonts/Klavika-Medium.eot');
    src: url('../fonts/Klavika-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Klavika-Medium.woff2') format('woff2'),
        url('../fonts/Klavika-Medium.woff') format('woff'),
        url('../fonts/Klavika-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
:root {
  scroll-behavior: smooth;
}
body {
  font-family: 'RB', serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  color: #343434;
  overflow-x: hidden;
  word-wrap: break-word;
  text-rendering: optimizeLegibility;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
}
body,
input,
button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #434343;
  text-decoration: none;
}
a:hover {
  color: #133478;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #133478;
  line-height: 1.3;
}
p {
  font-weight: 300;
}
a,
#header,
#header.header-scrolled,
.navbar a,
.navbar a:focus,
.navbar a i,
.service-block,
.img-block,
.service-details,
.rm-btn i,
.scroll-top,
.scroll-top i,
.navbar .dropdown ul,
.mobile-nav-toggle,
.navbar-mobile,
.navbar-mobile ul,
.contact .info:hover {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
::selection {
  background: #133478;
  color: #fff;
}
img {
  max-width: 100%;
  height: auto;
  outline: none;
  outline: 0;
}
p:last-child {
  margin-bottom: 0;
}
section {
  overflow: hidden;
  padding: 7rem 0;
  scroll-margin-top: 100px;
}
.scroll-top {
  position: absolute;
  visibility: visible;
  opacity: 1;
  right: 5px;
  top: -46px;
  z-index: 996;
  background: #C1AE89;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  border-radius: 100px;
}
.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}
.scroll-top:hover {
  background: #133478;
}
.scroll-top:hover i {
  padding-bottom: 20px;
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

.header {
  background: transparent;
  padding: 0;
  transition: all 0.5s;
  z-index: 997;
  margin: 1rem;
  border-radius: 0;
}
.header.sticked {
  background: #fff;
  padding: 14px 0;
  box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
  margin: 0;
  border-radius: 0;
  transition: none !important;
}
.header .logo img {
  height: 60px;
  transition: 0.5s cubic-bezier(0, 0, 0.12, 1);
  filter: brightness(0) invert(1);
}
.header.sticked .logo img {
  height: 40px;
  filter: none;
}
@media (max-width: 767px) {
  .header {
    padding: 14px 0 !important;
    margin: 0;
  }
  .header .logo img {
    height: 40px;
    padding: 0 10px;
  }
}
.header-social-links {
  margin: 0 2% 0 0;
}
@media (max-width: 991px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}
.header-social-links a {
  color: #fff;
  font-size: 1.2rem;
  display: inline-block;
  padding-right: 10px;
  vertical-align: middle;
}
.header.sticked .header-social-links a {
  color: #133478;
}
.header-social-links a:hover,
.header.sticked .header-social-links a:hover {
  color: #C1AE89;
}

@media (min-width: 992px) {
  .navbar {
    padding: 0;
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar > ul > li {
    white-space: nowrap;
  }
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin-left: 1rem;
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    text-transform: capitalize;
  }
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }
  .navbar a:hover,
  .navbar a:focus
  {
    color: #C1AE89;
  }
  .navbar .active,
  .navbar .active:focus
  {
    color: #fff;
  }
  .header.sticked .navbar a:hover,
  .header.sticked .navbar .active,
  .header.sticked .navbar .active:focus
{
    color: #133478;
}
  .header.sticked .navbar a,
  .header.sticked .navbar a:focus {
    color: #343434;
  }
}
@media (min-width: 992px) {
  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar {
    position: fixed;
    top: -100%;
    left: 0;
    right: 0;
    width: 100%;
    transition: all 0.7s ease;
    z-index: 9997;
  }
  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 70px 0 10px 0;
    margin: 0;
    list-style: none;
    text-align: center;
    overflow-y: auto;
    z-index: 9998;
    background: #133478;
    transition: background 0.5s ease-in-out;
  }
  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    color: #434343;
    text-transform: capitalize;
    white-space: nowrap;
    transition: 0.3s;
  }
  .navbar a:hover {
    color: #000;
  }
  .navbar .active,
  .navbar .active:focus {
    color: #fff;
    border-color: #11486b;
  }
  .mobile-nav-show {
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin: 0;
  }
  .header.sticked .mobile-nav-show {
    color: #133478;
  }
  .mobile-nav-hide {
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    left: 11px;
    top: 11px;
    border-radius: 100px;
    z-index: 9999;
  }
  .mobile-nav-active {
    overflow: hidden;
  }
  .mobile-nav-active .navbar {
    top: 0;
    bottom: 0;
  }
  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9996;
  }
  .mobile-nav-active .navbar a {
    border: 0;
    color: #fff;
    font-size: 2rem;
    padding: 14px 40px;
    text-align: center;
    display: block;
  }

} 

@media screen and (max-width: 991px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}
/*-------------
# home Section
--------------*/
#home {
  width: 100%;
  height: 100vh;
  background: url("../img/home-bg1.jpg") top right;
  background-size: cover;
  position: relative;
  padding: 0;
}
#home:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgb(19 52 120 / 70%) 0%, rgb(193 174 137) 110%);
}
#home h1 {
  font-size: calc(1.125rem + 0.6vw);
  font-weight: 300;
  margin: 3em 0 0;
  color: #fff;
  position: relative;
}
#home span {
  line-height: 1.5;
}

.btn-scroll{
	position: absolute;
	bottom: 50px;
	left: 50%;
	padding: 4rem;
	padding-bottom: 0;
	transform: translate(-50%, -50%);
}

.btn-scroll span{
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	transform: rotate(45deg);
	margin: -10px;
	animation: animate 2s infinite;
}

.btn-scroll span:nth-child(2)
{
	animation-delay: -0.2s;
}

.btn-scroll span:nth-child(3)
{
	animation-delay: -0.4s;
}

@keyframes animate{
	
	0%{
		opacity: 0;
		transform: rotate(45deg) translate(-20px, -20px);
	}
	50%{
		opacity: 1;
	}
	100%{
		opacity: 0;
		transform: rotate(45deg) translate(20px, 20px);
	}
}
@media (min-width: 1024px) {
  #home {
    background-attachment: fixed;
  }
}

/*--------------
# About Section
---------------*/
section.about {
  padding-bottom: 0;
}
.about-txt p {
  text-align: justify;
  font-size: 1.3rem;
  line-height: 1.7;
}
.part-section p {
  font-size: 1.2rem;
}
.about img {
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  box-shadow: 0 22px 22px -18px rgb(0 0 0 / 35%);
}
.part-section {
    padding: 100px 0;
    margin-top: 30px;
    background-color: #143478;
    background-image: url(../img/pattern.svg);
    background-attachment: fixed;
    background-size: 15em;
    background-position: center;
    background-repeat: repeat;
}
.part-section p,.part-section h3 {
  color: #fff;
}

@media screen and (max-width: 1199px) {
  .about-txt p {
    font-size: 1rem;
  }
}
/*---------------
# Services Section
-----------------*/
section.services {
  background-color: #ececec;
  /* padding: 200px 0; */
}
.service {
  position: relative;
  overflow: hidden;
  text-align: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 12px;
}
.service-image::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgb(19 52 120 / 85%);
  background: linear-gradient(180deg, rgb(19 52 120 / 70%) 0%, rgb(19 52 120) 100%);
}
.front-wrap {
  position: absolute;
  top: 2em;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 2em;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.service-image {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 360px;
  position: relative;
  display: block;
}
.service-title {
  font-weight: 400;
  font-size: 1.5rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  z-index: 9;
}
.service-icon {
  color: #fff;
  width: 70px;
  margin-bottom: 1.2rem;
}
   .back-wrap {
      display: flex;
      align-items: flex-start;
      justify-content: center;
      flex-direction: column;
      padding: 2rem;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      pointer-events: none;
      opacity: 0;
      visibility: hidden;
      transition: all .4s ease;
  }
  .back-wrap p {
    position: relative;
    color: #fff;
    font-size: 18px;
    padding-top: 2rem;
  }

   .back-wrap::before {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      width: 200px;
      height: 200px;
      opacity: 0;
      visibility: hidden;
      background: rgb(255 255 255 / 50%);
      transform: translate3d(-50%, -50%, 0);
      border-radius: 50%;
      transition-delay: .35s;
      transition: all .4s ease-out;
  }

   .service:hover .back-wrap::before {
      width: 550px;
      height: 550px;
      opacity: 1;
      visibility: visible;
      background-color: #C1AE89;
      transition: all .4s ease;
  }

  .description {
    transform: translateZ(3rem);
    height: auto;
    font-size: 1.2rem;
    color: #fff;
    text-align: right;
    padding: 1em;
    margin: 0;
  }
  .description li {
    margin-right: 1em;
  }
.service:hover .back-wrap {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
    .services::before {
        content: "";
        position: absolute;
        left: -200px;
        top: 0;
        bottom: 0;
        height: auto;
        width: 80%;
        background-image: url(../img/loader.svg);
        background-repeat: no-repeat;
        z-index: 0 !important;
        background-position: left bottom;
        filter: brightness(0) invert(1);
    }
}
.services .container {
  position: relative;
  z-index: 1 !important;
}

/* divider */
.top-divider {
  margin-top: -1px;
  top: 0;
}
.bottom-divider {
  margin-bottom: -1px;
  bottom: 0;
}
.top-divider,
.bottom-divider {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
  /* background-repeat-y: no-repeat; */
}
.top-divider.section-line {
  background-image: url(../img/section-lines-top.svg);
  background-size: 130% 160px;
  height: 160px;
  z-index: 1;
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.bottom-divider.section-line {
  background-image: url(../img/section-lines-btm.svg);
  background-size: 130% 160px;
  height: 160px;
  z-index: 1;
  -moz-transform: scale(1, -1);
  -webkit-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
section.stats-counter {
  background-color: #f2eee3;
  text-align: center;
  padding: 5rem 0;
}
section.stats-counter .section-header h1,
section.stats-counter .title {
  color: #133478;
}
/* .stage-blk .icon {
  position: relative;
  width: 160px;
  height: 160px;
  line-height: 1;
  display: inline-block;
  background: #fff;
  border-radius: 100px;
  border: 20px solid #fff;
}
.stage-blk img {
  position: relative;
  z-index: 1;
  border-radius: 2rem;
}
.stage-blk .index {
  position: absolute;
  top: -24px;
  right: -60px;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1;
  z-index: 0;
  color: rgb(255 255 255 / 25%);
} */

/* stats */

.stats-counter .stats-item span {
  font-size: 3.5rem;
  color: #C1AE89;
  font-weight: 700;
  display: inline;
  line-height: 1;
  font-family: 'Klavika Md';
}
.stats-counter .stats-item p {
  padding: 0;
  margin: 0;
  font-size: 1.7rem;
  color: #133478;
  font-weight: 700;
}
/* team */
section.team {
  padding-top: 5rem;
  position: relative;
}
.team-container {
  position: relative;
  width: 100%;
 }
 .team-slider {
  /* margin: 1rem auto; */
  padding: 1rem 0 2rem;
 }
  .team-item {
  position: relative;
  overflow: hidden;
 }
  .team-item img {
  transition: all ease-in-out 0.4s;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
 }
 .team-slider .swiper-slide {
  position: relative;
  background: #f7f7f7;
  opacity: 0.5;
  display: grid;
  overflow: hidden;
  place-items: stretch;
  transform: scale(0.7);
  filter: grayscale(100);
  transition: transform .9s cubic-bezier(.645, .045, .355, 1);
 }
 .team-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
  border: 2px solid #C1AE89;
  border-radius: 10px;
  cursor: initial;
  opacity: 1;
  z-index: 100;
  filter: none;
  box-shadow: 0 20px 20px -14px rgb(0 0 0 / 40%);
 }
 .team-slider .swiper-slide.swiper-slide-next,
 .team-slider .swiper-slide.swiper-slide-prev {
  pointer-events: none !important;
  cursor: default;
  text-decoration: none;
 }

 .team-container.swiper-rtl .swiper-button-next {
  left: 1rem;
 }
 .team-container.swiper-rtl .swiper-button-prev {
  right: 1rem;
 }
 .team-slider::before,
.team-slider::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 20%;
  z-index: 2;
}

.team-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}

.team-slider::before {
  left: 0;
  top: 0;
}
 .swiper-button-next,
 .swiper-button-prev {
  color: #133478;
  padding: 2rem 3rem;
  top: 47%;
  /* transform: scale(0.9); */
 }
 /* .swiper-button-next:hover,
 .swiper-button-prev:hover {
  opacity: 1;
  transform: scale(1);
 } */
 .glightbox:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgb(0 0 0 / 75%);
  opacity: 0;
  -webkit-transition: 0.4s opacity;
  transition: 0.4s opacity;
 }
  .glightbox:hover:after {
  opacity: 0.5;
 }
 .gnext.disabled,
.gprev.disabled {
 display: none;
}
.glightbox-clean .gprev {
 left: initial !important;
 right: 30px;
 -webkit-transform: scaleX(-1);
 transform: scaleX(-1);
}
.glightbox-clean .gnext {
 right: initial !important;
 left: 30px;
 -webkit-transform: scaleX(-1);
 transform: scaleX(-1);
}
.glightbox-clean .gclose:hover path {
 fill: #eb0000;
}

@media (max-width: 768px) {
  .team-slider::before, .team-slider::after {
    display: none;
  }
  .team-slider .swiper-slide.swiper-slide-active {
    transform: none
  }
  .swiper-button-next, .swiper-button-prev {
    padding: 2rem 0;
    transform: scale(0.85);
  }
  .team-slider {
    padding: 0;
  }
  .stage-blk .icon {
    width: 90px;
    height: 90px;
    border-width: 5px;
  }
  
  .stage-blk .index {top: -10px;right: -30px;font-size: 3rem;}
}
@media (max-width: 480px) {
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
  .team-slider .swiper-slide {
    transform: none;
  }
  .team-slider {
    margin: 1rem 2rem;
  }
} 
/* team */
.team .team-member {
  background-color: #f9f5e9;
  overflow: hidden;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
  height: 340px;
    background-color: #fbfbfb;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a {
  transition: color 0.3s;
  color: #3d3d3d;
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .team-member .social a i {
  line-height: 0;
}

.team .team-member .social a:hover {
  color: #C1AE89;
}

.team .team-member .social i {
  font-size: 16px;
  margin: 0 2px;
}

.team .team-member .member-info {
  padding: 25px 15px;
  text-align: center;
}

.team .team-member .member-info h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.team .team-member .member-info span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #2b2b2b;
}

.team-slider .swiper-slide.swiper-slide-active .social {
  opacity: 1;
}
 /* Clients */
section.clients {
  padding: 6rem 0 5rem;
}

.clients .clients-slider .client {
  text-align: center;
  margin: 1rem;
}
.clients .clients-slider img {
  width: 60%;
  aspect-ratio: 4/3;
  object-fit: contain;
  margin: auto;
  /* transition: 0.5s; */
  /* opacity: 0.5; */
  /* filter: grayscale(100); */
}
.clients .clients-slider img:hover {
  filter: none;
  opacity: 1;
}

/*---------------
# Contact Section
-----------------*/
.contact {
  background: #133478;
  position: relative;
  padding: 5rem 0;
  z-index: -1;
}
.contact .section-header h1,
.contact p,.contact a {
  color: #fff;
}
.contact .contact-form {
  padding: 1.2em;
  background: #ffffff;
  width: 100%;
  border-radius: 1.2em;
  background: rgb(255 255 255 / 20%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.contact .info i {
  font-size: 1.5rem;
    color: #C1AE89;
    float: left;
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact .info h4 {
  padding: 0 0 0 70px;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
  color: #686868;
}
.contact .info p {
  padding: 5px 44px 0 0;
  font-size: 19px;
  line-height: 1.3;
}
.info-blk {
  margin-bottom: 1.25rem;
}
.contact .info p,
.contact .info a {
  font-weight: 600;
}
.contact .contact-form .error-message {
  display: none;
  color: #fff !important;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .contact-form .error-message br + br {
  margin-top: 25px;
}
.contact .contact-form .sent-message {
  display: none;
  color: #fff !important;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}
.contact .contact-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}
.contact .contact-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: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.contact .form-msg div {
  border-radius: 14px;
  margin-top: 2em;
}
.contact .contact-form input,
.contact .contact-form textarea {
  text-align: right !important;
  font-weight: 600;
  border-radius: 14px;
  box-shadow: none;
  font-size: 19px;
  background-color: rgb(248 245 240);
  border-color: transparent;
  padding-left: 1rem !important;
  color: #133478 !important;
}
.contact .contact-form textarea {
  padding: 10px 12px;
}
.contact .contact-form button[type="submit"] {
  color: #133478;
  background: #fff;
  border: 1px solid #133478;
  padding: 15px 40px;
  transition: 0.4s;
  border-radius: 14px;
  font-size: 1.15rem;
  font-weight: 600;
}
.contact .contact-form button[type="submit"]:hover {
  background: #133478;
  color: #fff;
  border-color: #fff;
}
.contact input:focus,
.contact textarea:focus,
.form-floating input:focus,
.form-floating textarea:focus {
  border-color: #133478;
  background-color: #fff;
}
.map {
  height: auto;
  text-align: center;
  padding: 0 !important;
  position: relative;
}
.map iframe {
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  z-index: 10;
}
.map iframe .gm-style > div:first-child {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.map .map-icon {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: auto;
  text-align: center;
}
.map i {
  color: #fff;
  font-size: 40px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background-color: #fffaef;
  -webkit-text-fill-color: #133478;
  -webkit-box-shadow: 0 0 0px 1000px #fffaef inset !important;
}
@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
  /* .contact::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    height: auto;
    width: 600px;
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 50%;
    z-index: -1!important;
  } */
/* @media (max-width: 768px) { 
  .contact::before {
    width: 360px;
    background-size: 60%;
  }
} */
/*  */
.footer {
  background-color: #ffffff;
  padding: 1.5rem 0;
  color: #133478;
  font-size: 14px;
}
.footer a {
  color: #133478;
  display: inline-block;
}
.footer .copyright img {
  width: 40px;
}
@media (max-width: 768px) {
  .contact .info p {
    font-size: 15px;
  }
  .info-wrap.d-flex {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .footer,
  .copyright p {
    text-align: center !important;
  }
  .contact .contact-form {
    padding: 1em;
  }
  section.services {
    padding: 150px 0 !important;
  }
  .top-divider.section-line,
  .bottom-divider.section-line {
    height: 100px;
    background-size: 130% 100px;
  }
}
@media (max-width: 425px) {
  #home h1 {
    font-size: 16px;
    margin: 9em 0 0;
  }
}

/* arabic css */

.bi-arrow-right-circle::before {
  content: "\f12a";
}
.rm-btn::after {
  right: 0;
  left: initial;
}
.rm-btn:hover i {
  margin-right: 4px;
  margin-left: 0;
}
.contact .info i {
  float: right;
}
.contact .info h4 {
  padding: 0 70px 0 0;
}
.contact .info .address p {
  padding: 2px 44px 0 0;
  line-height: 1.3;
  /* margin-top: 1rem; */
}

.contact .contact-form input, .contact .contact-form textarea {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.form-floating>label {
  left: initial;
  right: 0;
  padding: 1rem;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
  background-color: transparent;
}
.bi-telephone-fill,.bi-send-fill  {
  -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: fliph;
    filter: fliph;
    display: inline-block;
}
.scroll-top {
  right: initial;
  left: 5px;
}
@media (min-width: 992px){
.navbar a, .navbar a:focus {
  margin-left: initial;
  margin-right: 1.5rem;
}
}

@media (max-width: 991px){
  .mobile-nav-hide {
    right: initial;
    left: 11px;
}
}
@media (max-width: 1199px){
 .header .logo img {
    height: 40px;
}
    .navbar a, .navbar a:focus {
        margin-right: 1rem;
        font-size: 17px;
    }
}
.preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
  width: 100%;
  height: 100vh;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-loader {
  width: 80px;
  animation: 2s cubic-bezier(.63,.045,.34,1) 0s normal none infinite spinning;
}
@keyframes spinning {
    0% {
        transform: scale(1) rotate(0)
    }

    50% {
        transform: scale(.8) rotate(360deg)
    }

    100% {
        transform: scale(1) rotate(720deg)
    }
}

.breadcrumbs {
  text-align: center;
  padding: 250px 0 100px;
  background-color: #183166;
  min-height: 300px;
  height: auto;
  position: relative;
  z-index: 9;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.breadcrumbs:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(180deg, rgb(19 52 120 / 85%) 0%, rgb(193 174 137) 125%);
}
.bc-links {
  position: relative;
  z-index: 9;
  color: #fff;
  max-width: 600px;
  margin: auto;
  text-align: center;
}
.breadcrumbs h2 {
  font-size: 25px;
  font-weight: 600;
  color: #133478;
  margin-bottom: 0;
}
.breadcrumbs ol {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 7px 0;
  margin: 0;
}
.breadcrumbs ol li+li {
  padding-right: 7px;
}
.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-left: 7px;
  color: #ffffff;
  content: "\f284";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.breadcrumbs .bc-links a {
  color: #fff;
}
.breadcrumbs .bc-links a:hover,
.breadcrumbs .bc-links a:focus {
  color: #133478;
}
.download-card {
  max-width: 340px;
  margin: 15px auto;
  overflow: hidden;
  background-color: #ededed;
  border-radius: 14px;
  padding: 15px;
  transition: all 0.4s;
  min-height: 200px;
}
.download-card:hover {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgb(0 0 0 / 15%);
}
.card-img {
  width: 100%;
}
.card-img img {
  min-height: 200px;
  border-radius: 10px;
}
.card-title {
  margin: 1rem 0;
}
/* .ctype {
  font-size: 15px;
  padding: 3px 0;
}
.ctype i {
  font-size: 17px;
}
.cdl .btn-read-more {
  color: #fff;
  background-color: #0d8369;
  font-size: 14px;
}
.cdl .btn-read-more:hover,
.cdl .btn-read-more:focus {
  color: #fff;
  background-color: #cf993a;
} */