h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  color: #0f75bd;
  font-style: normal;
}

.swiper-button,
.search_btn,
.btn_icon {
  align-items: center;
  border-radius: 50%;
  display: inline-flex;
  height: 54px;
  justify-content: center;
  transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 54px;
  z-index: 1;
  border-color: #f4ca3e;
}
.swiper-button::after, .swiper-button::before,
.search_btn::after,
.search_btn::before,
.btn_icon::after,
.btn_icon::before {
  border: 1px solid;
  border-color: inherit;
  border-radius: 50%;
  bottom: 0;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
  color: transparent;
}
.swiper-button::before,
.search_btn::before,
.btn_icon::before {
  height: 100%;
  opacity: 0.2;
  transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
}
.swiper-button:after,
.search_btn:after,
.btn_icon:after {
  height: 80%;
  opacity: 0.6;
  width: 80%;
  transition: 0.3s all ease;
}
.swiper-button i,
.search_btn i,
.btn_icon i {
  color: #f4ca3e;
  font-size: 16px;
}
.swiper-button:hover::after,
.search_btn:hover::after,
.btn_icon:hover::after {
  height: 100%;
  width: 100%;
}

.btn {
  background: #0f75bd;
  padding: 10px 15px;
  color: #fff;
  border: 1px solid #0f75bd;
}
.btn.borderd {
  color: #0f75bd;
  background: transparent;
  border: 2px solid #0f75bd;
}
.btn.btn-transaprent {
  background: transparent;
  color: #0f75bd;
  border: 0;
}
.btn i {
  margin-right: 8px;
}

header {
  background: #fff;
  padding: 5px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
header .mb-show {
  display: none;
}
header .logo img {
  width: 168px;
}
header .menu {
  transition: 0.3s all ease;
}
header .menu ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #111;
}
header .menu li {
  margin-left: 45px;
}
header .menu li:last-child {
  margin-left: 10px;
}
header .menu a {
  font-size: 16px;
  font-weight: 500;
}
header .menu a.active {
  color: #0f75bd;
}

.hero {
  position: relative;
}
.hero .swiper-slide {
  position: relative;
  width: 100%;
  height: 100vh;
}
.hero .swiper-slide .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
}
.hero .swiper-slide .image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.hero .swiper-slide .text {
  position: absolute;
  max-width: 100%;
  width: 820px;
  text-align: center;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.hero .swiper-slide .text h3 {
  color: #fff;
}

.services {
  padding: 100px 0;
  position: relative;
}
.services .bg_image {
  position: absolute;
  top: 0px;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  opacity: 0.15;
}
.services .container {
  position: relative;
  z-index: 2;
}
.services .nav-tabs {
  padding-top: 50px;
  justify-content: center;
  padding-bottom: 30px;
}
.services .nav-tabs .nav-link {
  margin: 0px 20px;
  color: #727171;
  font-size: 16px;
  font-weight: 700;
  width: 190px;
  white-space: normal;
  text-align: center;
  overflow-wrap: break-word;
  line-height: 1.3;
  position: relative;
  border: 0 !important;
  outline: none !important;
}
.services .nav-tabs .nav-link::after {
  position: absolute;
  bottom: -32px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #0f75bd;
  transform: scaleX(0);
  transition: 0.3s all ease;
}
.services .nav-tabs .nav-link:hover {
  border: 0;
  outline: none;
  color: #0f75bd;
}
.services .nav-tabs .nav-link:hover::after {
  transform: scaleX(1);
}
.services .nav-tabs .nav-link.active {
  border-color: transparent;
  color: #0f75bd;
}
.services .nav-tabs .nav-link.active::after {
  transform: scaleX(1);
}
.services .tab-content {
  margin-top: 50px;
}
.services .wrapper {
  padding-left: 8rem;
}
.services .wrapper h4 {
  margin-bottom: 10px;
}
.services .text {
  font-weight: 500;
  color: #727171;
}
.services .text ul {
  padding-left: 20px;
}
.services .text ul li {
  margin-bottom: 10px;
  list-style: circle;
}
.services .text ul li::marker {
  color: #0f75bd;
}
.services .image {
  text-align: right;
}
.services .image img {
  width: 90%;
  aspect-ratio: 1/0.7;
  -o-object-fit: cover;
     object-fit: cover;
}

.partners {
  padding: 100px 0;
  background: #fcfcfc;
}
.partners .partners_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
.partners .partners_flex .box {
  width: 19%;
  border: 1px solid #cdcdcd;
  margin: 5px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.partners .partners_flex .box:hover {
  box-shadow: 0 10px 4px -10px #777;
}
.partners .partners_flex .box img {
  width: 100%;
  aspect-ratio: 1/0.7;
  -o-object-fit: contain;
     object-fit: contain;
}

.section__title h6 {
  color: #0f75bd;
  margin-bottom: 20px;
}

.about {
  padding: 100px 0;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(28, 152, 213) 0%, rgb(1, 84, 166) 100%);
  color: #fff;
  position: relative;
}
.about .bg_image {
  position: absolute;
  top: 80px;
  right: 0;
  width: 50%;
  height: 100%;
  background-repeat: no-repeat !important;
  opacity: 0.05;
}
.about .text-wrapper {
  max-width: 980px;
  margin: 0 auto;
}
.about em {
  color: #f4ca3e;
}
.about h6 {
  color: #fff;
  font-weight: 500;
}
.about .profile {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.about .profile img {
  width: 120px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.about .profile .text {
  text-align: left;
  margin-left: 20px;
}
.about .profile .text h4 {
  margin-bottom: 0px;
}
.about .profile .text p {
  margin-bottom: 0;
}

footer {
  padding: 100px 0;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
}
footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
}
footer .text {
  color: #fff;
  position: relative;
  z-index: 2;
}
footer .text h4 {
  color: #f4ca3e;
}
footer .text p {
  margin-bottom: 10px;
}

.copyright {
  background: #f4ca3e;
  color: #111;
  text-align: center;
  padding: 10px 0;
}
.copyright p {
  margin-bottom: 0;
}

.modal-body input {
  margin-bottom: 15px;
}
.modal-body textarea {
  height: 120px;
}

@media screen and (max-width: 800px) {
  header .mb-show {
    display: block;
  }
  header .mb-hide {
    display: none;
  }
  header .menu__btn {
    position: absolute;
    top: 35px;
    right: 30px;
  }
  header .menu__btn i {
    font-size: 28px;
  }
  header .menu {
    position: fixed;
    max-width: 100%;
    width: 320px;
    height: 100vh;
    background: #fff;
    transform: translateX(100%);
    top: 0;
    right: 0;
    padding: 50px 0;
    opacity: 0;
    visibility: hidden;
  }
  header .menu.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  header .menu ul {
    flex-direction: column;
    height: 100%;
    justify-content: center;
  }
  header .menu ul li {
    margin: 10px 27px;
  }
  header .menu ul li a {
    font-size: 18px;
  }
  .partners .partners_flex .box {
    width: 30%;
  }
}
@media screen and (max-width: 500px) {
  header .logo img {
    width: 138px;
  }
  header header .menu__btn i {
    font-size: 21px;
  }
  .services .wrapper {
    padding-left: 0;
  }
  .services nav {
    width: 100%;
    overflow-x: auto;
  }
  .services .nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: -moz-max-content;
    width: max-content;
  }
  .services .nav-tabs .nav-link {
    margin: 0 10px;
    width: 100px;
    padding: 10px 0;
  }
  .services .image {
    margin-top: 20px;
  }
  .services .image img {
    width: 100%;
  }
  .partners .partners_flex .box {
    width: 45%;
  }
}/*# sourceMappingURL=style.css.map */