@import url("https://fonts.googleapis.com/css?family=Oxanium:400,500,700&display=swap");
h6 {
  font-size: 1.125rem; }

h2 {
  font-size: 2.3rem; }

h1 {
  font-size: 3rem; }

.font_weight_m {
  font-weight: 500; }

.font_weight_b {
  font-weight: 700; }

.transition, .banner_wrapper .banner .owl-dots .owl-dot span, .banner_wrapper .logo .nav_menu_wrapper .nav_menu a {
  transition: 0.2s ease-in-out; }

.outline_x10 {
  outline: 10px solid #2D2D2D; }

.bg-gradient, .banner_wrapper .banner:before {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite; }

.box_shadow {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03); }

input, select {
  height: 60px !important; }

.bg_img {
  background-position: center;
  background-repeat: no-repeat; }

.bg_img_cover {
  background-size: cover; }

small {
  font-size: 14px; }

.bg_img_contain {
  background-size: contain; }

.rounded-circle {
  border-radius: 100px !important; }

.btn {
  height: 60px;
  padding: 0 40px;
  line-height: 60px;
  border-radius: 0; }

.valign_wrapper {
  display: flex;
  align-items: center; }

.fixed {
  z-index: 9999 !important;
  position: fixed !important;
  left: 0 !important;
  transform: unset !important;
  top: 0 !important;
  width: 100%;
  padding: 0.5rem 0;
  transition: 0.1s ease-in-out;
  background: #0F92E1; }
  .fixed img, .fixed a {
    visibility: visible !important; }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.sticky_top {
  position: -webkit-sticky;
  /* Safari */
  position: sticky !important;
  top: 3rem; }

body {
  font-family: "Oxanium" !important; }

.container {
  overflow: hidden; }
  .container.contact_us {
    overflow: visible; }

.title_section span {
  display: block; }
.title_section h2 {
  position: relative;
  display: inline-block; }
  .title_section h2:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(15, 146, 225, 0.3);
    z-index: 1; }

.ham_icon {
  display: none; }

.banner_wrapper {
  position: relative; }
  .banner_wrapper .banner {
    position: relative; }
    .banner_wrapper .banner:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0.8;
      z-index: 1; }
    .banner_wrapper .banner .item {
      width: 100%;
      height: 700px;
      position: relative; }
    .banner_wrapper .banner .owl-dots {
      position: absolute;
      z-index: 2;
      bottom: 20px;
      left: 50%;
      transform: translateX(-50%); }
      .banner_wrapper .banner .owl-dots .owl-dot {
        padding: 0.75rem 0; }
        .banner_wrapper .banner .owl-dots .owl-dot.active span, .banner_wrapper .banner .owl-dots .owl-dot:hover span {
          background-color: #2D2D2D !important; }
        .banner_wrapper .banner .owl-dots .owl-dot span {
          width: 30px;
          height: 4px;
          background-color: #ffffff;
          margin: 0 2px; }
  .banner_wrapper .logo {
    position: absolute;
    z-index: 2;
    top: 30px;
    left: 50%;
    transform: translateX(-50%); }
    .banner_wrapper .logo .nav_menu_wrapper .nav_menu a {
      position: relative; }
      .banner_wrapper .logo .nav_menu_wrapper .nav_menu a.active:before {
        content: '';
        position: absolute;
        bottom: -16px;
        left: 50%;
        transform: translateX(-50%);
        width: 8px;
        height: 8px;
        border-radius: 100px;
        background-color: #ffffff;
        z-index: 50; }
    .banner_wrapper .logo .nav_menu_wrapper .nav_menu .menu_close {
      display: none; }
  .banner_wrapper .banner_content .logo, .banner_wrapper .banner_content .text, .banner_wrapper .banner_content .illus_banner_left, .banner_wrapper .banner_content .illus_banner_right {
    position: absolute;
    z-index: 2; }
  .banner_wrapper .banner_content .logo {
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3; }
  .banner_wrapper .banner_content .text {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .banner_wrapper .banner_content .illus_banner_left {
    left: -10px;
    bottom: -10px; }
  .banner_wrapper .banner_content .illus_banner_right {
    right: -10px;
    bottom: -10px; }

.about_wrapper .text {
  width: 60%; }
.about_wrapper .image {
  width: 40%; }

.our_services .item_wrapper {
  width: 85%; }
  .our_services .item_wrapper .item {
    width: calc(91%/3);
    margin: 0 1.5%; }
    .our_services .item_wrapper .item:first-child {
      margin-left: 0; }
    .our_services .item_wrapper .item:nth-child(2) {
      margin-top: 2rem; }
    .our_services .item_wrapper .item:nth-child(3) {
      margin-top: 4rem; }
    .our_services .item_wrapper .item .item_list p {
      margin-bottom: 0.5rem; }

.our_experiences .item_wrapper {
  width: 50%; }
  .our_experiences .item_wrapper .item .progress_bar {
    width: 100%;
    height: 12px;
    background-color: #2D2D2D;
    position: relative; }
    .our_experiences .item_wrapper .item .progress_bar .value {
      position: absolute;
      height: 8px;
      background-color: #ffffff;
      top: 50%;
      left: 2px;
      transform: translateY(-50%); }

.some_fun_facts .item_wrapper .item {
  width: calc(88%/4);
  margin: 0 1.5%; }
  .some_fun_facts .item_wrapper .item:first-child {
    margin-left: 0; }
  .some_fun_facts .item_wrapper .item .icon {
    width: 80px;
    height: 80px;
    background-color: #F5F5F5;
    border-radius: 100px; }
    .some_fun_facts .item_wrapper .item .icon i {
      font-size: 34px; }

.faq_wrapper .item_wrapper .item:nth-child(even) {
  background-color: #E0E4E5 !important; }
.faq_wrapper .item_wrapper .item .answer p:last-child {
  margin-bottom: 0; }

.expert_at .item_wrapper .item {
  width: calc(93.5%/3);
  margin: 0 1.5%;
  position: relative; }
  .expert_at .item_wrapper .item:first-child {
    margin-left: 0; }
  .expert_at .item_wrapper .item:nth-child(3) {
    margin-right: 0; }
  .expert_at .item_wrapper .item .item_list {
    border-top: 1px solid #F5F5F5; }
    .expert_at .item_wrapper .item .item_list p {
      margin-bottom: 0.5rem; }
  .expert_at .item_wrapper .item .btn_contact .btn {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%); }

.our_client .item_wrapper {
  flex-wrap: wrap; }
  .our_client .item_wrapper .item {
    width: calc(92.5% / 5);
    margin: 0 0.75%;
    padding: 1.5rem; }
    .our_client .item_wrapper .item .bg_img {
      height: 50px; }

.contact_us {
  height: 600px;
  position: relative; }
  .contact_us .contact_info .item {
    width: calc(93.5%/3);
    margin: 0 1.5%;
    position: relative; }
    .contact_us .contact_info .item:first-child {
      margin-left: 0; }
    .contact_us .contact_info .item:nth-child(3) {
      margin-right: 0; }
    .contact_us .contact_info .item .icon {
      width: 80px;
      height: 80px;
      background-color: #F5F5F5;
      border-radius: 100px; }
      .contact_us .contact_info .item .icon i {
        font-size: 34px; }
  .contact_us .form_connect_footer {
    width: 50%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }

.social_wrapper .social .item {
  width: 30px;
  height: 30px; }
  .social_wrapper .social .item i {
    font-size: 30px; }

.about_wrapper, .wrapper, .faq_wrapper, .contact_us {
  margin-top: 10px; }

@media screen and (max-width: 979px) {
  .about_wrapper, .wrapper, .faq_wrapper {
    padding: 2rem !important; }

  .banner_wrapper .banner_content .illus_banner_left, .banner_wrapper .banner_content .illus_banner_right {
    display: none; }
  .banner_wrapper .banner_content .logo {
    display: flex;
    padding: 0 2rem;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    left: unset;
    transform: unset; }
    .banner_wrapper .banner_content .logo .nav_menu_wrapper {
      position: absolute;
      z-index: 999; }
      .banner_wrapper .banner_content .logo .nav_menu_wrapper .nav_menu {
        position: fixed;
        transform: unset;
        top: 0;
        left: -500px;
        padding: 2rem;
        height: 100%;
        background: #0F92E1;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.03);
        overflow: hidden;
        -webkit-transition: left 0.5s ease-in-out;
        -moz-transition: left 0.5s ease-in-out;
        -o-transition: left 0.5s ease-in-out;
        transition: left 0.5s ease-in-out; }
        .banner_wrapper .banner_content .logo .nav_menu_wrapper .nav_menu.active {
          left: 0; }
        .banner_wrapper .banner_content .logo .nav_menu_wrapper .nav_menu a {
          display: block;
          padding: 1rem; }
          .banner_wrapper .banner_content .logo .nav_menu_wrapper .nav_menu a.active:before {
            bottom: 0px;
            left: 0.5rem;
            transform: unset; }
        .banner_wrapper .banner_content .logo .nav_menu_wrapper .nav_menu .menu_close {
          display: block;
          position: absolute;
          bottom: 2rem;
          left: 2rem; }
  .banner_wrapper .banner_content .ham_icon {
    display: block;
    font-size: 30px;
    color: #ffffff; }

  .about_wrapper {
    display: block !important; }
    .about_wrapper .text {
      width: 100%; }
    .about_wrapper .image {
      display: none; }

  .our_services .item_wrapper, .our_experiences .item_wrapper {
    width: 100%; }

  .some_fun_facts .item_wrapper {
    flex-wrap: wrap; }
    .some_fun_facts .item_wrapper .item {
      width: calc(94%/2);
      margin: 1.5rem 0 0 0; }

  .expert_at .item_wrapper {
    display: block !important; }
    .expert_at .item_wrapper .item {
      width: 100%;
      margin: 1rem 0 0 0;
      padding: 2rem !important; }
      .expert_at .item_wrapper .item .inner_item {
        display: flex; }
        .expert_at .item_wrapper .item .inner_item .top, .expert_at .item_wrapper .item .inner_item .item_list {
          border: none; }
        .expert_at .item_wrapper .item .inner_item .top {
          width: 40%;
          padding-bottom: 0 !important; }
        .expert_at .item_wrapper .item .inner_item .item_list {
          width: 60%;
          padding-top: 0 !important;
          text-align: left !important;
          border-top: none;
          border-left: 1px solid #F5F5F5;
          padding-left: 1.5rem; }
      .expert_at .item_wrapper .item .btn_contact {
        margin-top: 2rem !important;
        padding-bottom: 0 !important; }
        .expert_at .item_wrapper .item .btn_contact .btn {
          display: block;
          position: relative;
          bottom: unset;
          left: unset;
          transform: unset; }

  .our_client .item_wrapper .item {
    width: calc(94% / 3);
    margin: 0 1%; }

  .contact_us .contact_info {
    display: block; }
    .contact_us .contact_info .item {
      width: 100%;
      margin: 0;
      margin-bottom: 1rem; }
  .contact_us .form_connect_footer {
    width: 100%;
    position: relative;
    left: unset;
    transform: unset; }

  .fixed {
    padding: 1rem 2rem !important; } }
@media screen and (max-width: 767px) {
  .outline_x10 {
    border: 10px solid #2D2D2D;
    border-left: none;
    border-right: none;
    outline: none; }

  .about_wrapper, .wrapper, .faq_wrapper, .contact_us {
    padding: 2rem 1rem !important; }

  .wrapper, .faq_wrapper, .contact_us, .about_wrapper {
    margin-top: -10px; }

  .banner_wrapper {
    margin-top: 0px !important; }
    .banner_wrapper .banner_content .illus_banner_left, .banner_wrapper .banner_content .illus_banner_right {
      display: none; }
    .banner_wrapper .banner_content .logo {
      padding: 0 1rem !important; }
      .banner_wrapper .banner_content .logo.fixed {
        padding: 1rem 1.5rem !important; }

  .our_services .item_wrapper {
    display: block; }
    .our_services .item_wrapper .item {
      width: 100%;
      margin: 1rem 0 0 0 !important; }

  .some_fun_facts .item_wrapper {
    display: block; }
    .some_fun_facts .item_wrapper .item {
      width: 100%;
      margin: 1rem 0 0 0; }

  .expert_at .item_wrapper .item .inner_item {
    display: block; }
    .expert_at .item_wrapper .item .inner_item .top, .expert_at .item_wrapper .item .inner_item .item_list {
      text-align: center !important;
      width: 100%;
      padding-bottom: 1.5rem !important; }
    .expert_at .item_wrapper .item .inner_item .item_list {
      border-left: none;
      border-top: 1px solid #F5F5F5;
      padding-top: 1.5rem !important; }

  .our_client .item_wrapper .item {
    width: calc(92% / 2);
    margin: 0 2%; }

  .contact_us .form_connect_footer .contact_form {
    padding: 2rem 1rem !important; } }

/*# sourceMappingURL=main.css.map */
