@charset "UTF-8";
/*----------------------------------------------------
@File: Default Styles

This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
---------------------------------------------------- */
/*=====================================================================
@Template Name: 
@Author: 
@Developed By: 
@Developer URL: 
Author E-mail: 

@Default Styles

Table of Content:
01/ Variables
02/ mixins
03/ reset
04/ button
05/ tooltip
=====================================================================*/
/**************** common css start ****************/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");
body {
  font-family: "Inter";
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 28px;
  color: #fff;
  background-color: #131A18;
}

input:hover,
input:focus {
  outline: none !important;
  box-shadow: 0px 0px 0px 0px transparent;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: transparent;
  box-shadow: none;
}

.section_padding {
  padding: 200px 0px;
}
@media (max-width: 991px) {
  .section_padding {
    padding: 80px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section_padding {
    padding: 100px 0px;
  }
}

.padding_top {
  padding-top: 200px;
}
@media (max-width: 991px) {
  .padding_top {
    padding-top: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_top {
    padding-top: 100px;
  }
}

.padding_bottom {
  padding-bottom: 200px;
}
@media (max-width: 991px) {
  .padding_bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_bottom {
    padding-bottom: 100px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "Inter";
  font-weight: 500;
}

h1 {
  font-size: 72px;
  font-weight: 700;
}
@media (max-width: 991px) {
  h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 56px;
  font-weight: 700;
}
@media (max-width: 991px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-size: 36px;
  font-weight: 600;
}
@media (max-width: 991px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 991px) {
  h4 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  h4 {
    font-size: 24px;
  }
}

h5 {
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
}

h6 {
  font-size: 17px;
  font-weight: 500;
}

p {
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 0px;
  color: #fff;
  font-family: "Inter";
  font-weight: 400;
}

a:focus,
.button:focus,
button:focus,
.btn:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.25s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 1400px) {
  .custom_container {
    max-width: 1170px;
  }
}
.hr_section_title {
  margin-bottom: 95px;
}
.hr_section_title .sub_title {
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  font-family: "Inter";
}
.hr_section_title .title {
  font-size: 56px;
  margin-bottom: 21px;
}
.hr_section_title .title span {
  font-weight: 700;
}
@media (max-width: 991px) {
  .hr_section_title .title {
    font-size: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hr_section_title .title {
    font-size: 35px;
  }
}
.hr_section_title .description {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .hr_section_title {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hr_section_title {
    margin-bottom: 50px;
  }
}

.hr_input {
  padding: 13px 20px;
  border: 1px solid #f7f7f7;
  background-color: #fff;
  border-radius: 0;
  color: #7d7d7d;
  font-size: 18px;
  height: auto;
  background-clip: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hr_input:focus {
  border: 1px solid rgba(54, 221, 179, 0.5);
}
.hr_input:focus::placeholder {
  color: #fff;
}

.zoom_in_effect .masonry_img {
  overflow: hidden;
  display: inline-block;
}
.zoom_in_effect .zoom_in_img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.zoom_in_effect:hover .zoom_in_img {
  transform: scale(1.1);
}

.hr_top_scroll {
  display: inline-grid;
  place-items: center;
  background-color: #36DDB3;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
}
.hr_top_scroll i {
  font-size: 24px;
  color: #fff;
}

.hr_top_scroll:hover {
  cursor: pointer;
  background-color: #333;
}

.hr_top_scroll:active {
  background-color: #555;
}

.hr_top_scroll.show {
  opacity: 1;
  visibility: visible;
}

.base_color {
  color: #36DDB3;
}

@media (max-width: 991px) {
  br {
    display: none;
  }
}
/**************** common css end ****************/
/******** base color css ********/
button:active {
  outline: none;
  border: none;
}

button:focus {
  outline: 0;
}

.cu_btn {
  display: inline-block;
  padding: 20px 40px;
  line-height: 19px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Inter";
  min-width: 180px;
  text-align: center;
}
@media (max-width: 767.98px) {
  .cu_btn {
    padding: 17px 20px;
    font-size: 15px;
  }
}
.cu_btn.lg_btn {
  padding: 25px 44px;
}
.cu_btn.md_btn {
  padding: 19px 26px;
}
.cu_btn.xs_btn {
  padding: 14px 26px;
}
.cu_btn.btn_1 {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
}
.cu_btn.btn_1:hover {
  background-color: #36DDB3;
  border-color: #36DDB3;
  color: #fff;
}
.cu_btn.btn_2 {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
.cu_btn.btn_2:hover {
  background-color: #36DDB3;
  border-color: #36DDB3;
  color: #fff;
}
.cu_btn.btn_3 {
  background-color: #36DDB3;
  border: 2px solid #36DDB3;
  color: #fff;
}
.cu_btn.btn_3:hover {
  background-color: #fff;
  border-color: #fff;
  color: #36DDB3;
}
.cu_btn.btn_4 {
  background-color: #111;
  border: 2px solid #111;
  color: #fff;
}
.cu_btn.btn_4:hover {
  background-color: #36DDB3;
  border-color: #36DDB3;
}
.cu_btn.btn_5 {
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter";
  padding: 17px 40px;
}
.cu_btn.btn_5:hover {
  background-color: #36DDB3;
  border-color: #36DDB3;
}
.cu_btn.base_btn {
  background-color: #36DDB3;
  border: 2px solid #36DDB3;
  color: #131918;
}
.cu_btn.base_btn:hover {
  background-color: #fff;
  border-color: #fff;
}
.cu_btn.white_btn {
  background-color: #fff;
  border: 2px solid #fff;
  color: #fff;
}
.cu_btn.white_btn:hover {
  border-color: #36DDB3;
  color: #fff;
  background-color: #36DDB3;
}
.cu_btn.gradient_btn {
  background: linear-gradient(90deg, #fff 0%, #36DDB3 50%, #fff 100%, #36DDB3 110%);
  background-size: 200% 100%;
  color: #fff;
  border: 0px solid transparent !important;
  padding: 19px 36px;
}
.cu_btn.gradient_btn:hover {
  background-position: 100% 0;
}

.read_more_btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 28px;
  color: #031545;
  display: inline-flex;
  align-items: center;
}
.read_more_btn img {
  margin-left: 8px;
}

.hr_header_part {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9;
}

.navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-toggle {
  border: none;
  background: transparent !important;
}

.navbar-toggle:hover {
  background: transparent !important;
}

.mobile_collaps_icon .cu_btn.white_btn {
  margin-right: 15px;
}

.navbar-toggle .icon-bar {
  width: 35px;
  height: 3px;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 6px 0;
}

/* ANIMATED X */
.navbar-toggle .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

/* END ANIMATED X */
.hr_header_part_wrapper {
  padding: 10px 0;
}
@media (max-width: 767.98px) {
  .hr_header_part_wrapper .navbar-brand img {
    max-width: 150px;
  }
}
@media (max-width: 425px) {
  .hr_header_part_wrapper .navbar-brand img {
    max-width: 110px;
  }
}
@media (max-width: 370px) {
  .hr_header_part_wrapper .navbar-brand img {
    max-width: 100px;
  }
}
.hr_header_part_wrapper .navbar-nav .nav-item {
  padding: 20px;
}
@media (max-width: 991px) {
  .hr_header_part_wrapper .navbar-nav .nav-item {
    padding: 10px 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hr_header_part_wrapper .navbar-nav .nav-item {
    padding: 12px;
  }
}
.hr_header_part_wrapper .navbar-nav .nav-item:last-child {
  padding: 0;
}
.hr_header_part_wrapper .navbar-nav .nav-link {
  color: #000000;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  padding: 0;
}
@media (max-width: 991px) {
  .hr_header_part_wrapper .navbar-nav .nav-link {
    color: #fff;
  }
}
.hr_header_part_wrapper .navbar-nav .nav-link:hover {
  color: #36DDB3;
}
.hr_header_part_wrapper .navbar-nav .nav-link:focus {
  color: #36DDB3;
}
.hr_header_part_wrapper .navbar-nav .nav-link.active {
  color: #36DDB3 !important;
  background-color: transparent;
}
.hr_header_part_wrapper .cu_btn.white_btn {
  padding: 13px 27px;
  min-width: auto;
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .hr_header_part_wrapper .cu_btn.white_btn {
    padding: 13px 20px;
  }
}
@media (max-width: 370px) {
  .hr_header_part_wrapper .cu_btn.white_btn {
    padding: 9px;
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .hr_header_part_wrapper {
    padding: 10px 0;
  }
  .hr_header_part_wrapper .navbar-collapse {
    background-color: #fff;
  }
}
.hr_header_part_wrapper .sticky_logo {
  display: none;
}

.hr_header_part {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hr_header_part .hr_header_part_wrapper {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hr_header_part .navbar {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hr_header_part.menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 50px rgba(17, 17, 17, 0.1);
}
.hr_header_part.menu_fixed .hr_header_part_wrapper {
  padding: 0;
}
.hr_header_part.menu_fixed .navbar {
  padding: 0;
}
@media (max-width: 991px) {
  .hr_header_part.menu_fixed {
    padding: 13px 0;
  }
  .hr_header_part.menu_fixed .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}
.hr_header_part.menu_fixed .navbar-nav .nav-item {
  padding: 13px 20px;
}
.hr_header_part.menu_fixed .navbar-nav .nav-item:last-child {
  padding: 13px 0 13px 20px;
}
@media (max-width: 991px) {
  .hr_header_part.menu_fixed .navbar-nav .nav-item {
    padding: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hr_header_part.menu_fixed .navbar-nav .nav-item {
    padding: 12px;
  }
}
.hr_header_part.menu_fixed .navbar-nav .nav-link {
  color: #fff;
}
.hr_header_part.menu_fixed .navbar-nav .nav-link:hover {
  color: #36DDB3;
}
.hr_header_part.menu_fixed .cu_btn.white_btn {
  background-color: #36DDB3;
  border: 2px solid #36DDB3;
  color: #fff;
}
.hr_header_part.menu_fixed .main_logo {
  display: none;
}
.hr_header_part.menu_fixed .sticky_logo {
  display: block;
}

@media (min-width: 991px) {
  .navbar-nav .dropdown .dropdown-toggle::after {
    content: "";
    border: 0 solid transparent;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 16px;
    width: 16px;
    vertical-align: 0px;
  }
  .navbar-nav .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: visible;
    margin-top: 30px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0;
  }
  .navbar-nav .dropdown .dropdown-item:hover {
    color: #36DDB3;
    background-color: transparent;
  }
  .navbar-nav .dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .navbar-nav .navbar-nav {
    box-shadow: 0 20px 45px rgba(17, 17, 17, 0.3);
  }
  .navbar-nav .dropdown .dropdown-toggle {
    position: relative;
  }
  .navbar-nav .dropdown .dropdown-toggle::after {
    content: "";
    border: 0 solid transparent;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    height: 16px;
    width: 16px;
    float: right;
    position: absolute;
    right: 0;
    top: 33%;
    transform: translateY(-50%);
    margin-left: 0;
    vertical-align: 0;
  }
  .navbar-nav .dropdown .dropdown-toggle.show::after {
    content: "";
  }
  .navbar-nav .dropdown-menu {
    border: 0px solid transparent;
    border-radius: 0;
    padding-bottom: 0;
  }

  .hr_header_part.active_header {
    background-color: #fff;
  }
  .hr_header_part.active_header .sticky_logo {
    display: block;
  }
  .hr_header_part.active_header .main_logo {
    display: none;
  }
  .hr_header_part.active_header .cu_btn.white_btn {
    background-color: #C70752;
    border: 2px solid #C70752;
    color: #fff;
  }
  .hr_header_part.active_header .navbar-toggle .icon-bar {
    background-color: #090A36;
  }
}
.header_meta_wrapper .header_meta:not(:last-child) {
  margin-right: 22px;
}

@media (max-width: 370px) {
  .hr_header_part_wrapper .navbar-brand img {
    max-width: 54px;
  }
}
@media (max-width: 767.98px) {
  .header_meta_wrapper .cu_btn {
    padding: 11px 20px;
    min-width: auto;
  }

  .header_meta_wrapper .social_icon a {
    width: 40px;
    height: 40px;
  }

  .header_meta_wrapper .header_meta:not(:last-child) {
    margin-right: 12px;
  }
}
.hr_banner {
  min-height: 971px;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .hr_banner {
    min-height: 536px;
    padding: 150px 0 80px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hr_banner {
    min-height: 536px;
    padding: 230px 0 150px;
  }
}
.hr_banner .banner_shape_01 {
  position: absolute;
  left: 0;
  top: 2%;
  z-index: -1;
}
.hr_banner .banner_shape_02 {
  position: absolute;
  right: 0;
  bottom: -43%;
  z-index: -1;
}

.hr_banner_wrapper {
  padding-top: 40px;
}
.hr_banner_wrapper .title {
  font-size: 72px;
  font-weight: 900;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .hr_banner_wrapper .title {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hr_banner_wrapper .title {
    font-size: 45px;
    line-height: 55px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hr_banner_wrapper .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1441px) {
  .hr_banner_wrapper .title {
    font-size: 50px;
    line-height: 60px;
  }
}
.hr_banner_wrapper .description {
  font-size: 20px;
  line-height: 32px;
}
.hr_banner_wrapper .description span {
  text-transform: uppercase;
  color: #36DDB3;
}
.hr_banner_wrapper .banner_btn_list {
  margin-top: 60px;
}
.hr_banner_wrapper .banner_btn_list .cu_btn {
  margin-right: 24px;
}
@media (max-width: 991px) {
  .hr_banner_wrapper .banner_btn_list {
    margin-top: 20px;
  }
  .hr_banner_wrapper .banner_btn_list .cu_btn {
    margin: 10px;
  }
}

.hr_icon_box.style_01 {
  padding: 40px 45px 49px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.hr_icon_box.style_01 .box_icon {
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .hr_icon_box.style_01 {
    padding: 25px;
    margin-bottom: 40px;
    height: auto;
  }
  .hr_icon_box.style_01 .box_icon {
    margin-bottom: 15px;
  }
}
.hr_icon_box.style_02 {
  padding: 0 25px 0 0;
}
.hr_icon_box.style_02 .box_icon {
  margin-bottom: 35px;
  min-height: 40px;
  display: flex;
  align-items: flex-end;
}
.hr_icon_box.style_02 .description {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 991px) {
  .hr_icon_box.style_02 {
    padding: 0;
    margin-bottom: 40px;
  }
  .hr_icon_box.style_02 .box_icon {
    margin-bottom: 18px;
  }
}

.hr_text_box.style_01 .description {
  margin-top: 20px;
}
.hr_text_box.style_01 .read_more_btn {
  margin-top: 29px;
}
.hr_text_box.style_02 .description {
  margin-top: 30px;
}
.hr_text_box.style_02 ul {
  margin-top: 35px;
}
.hr_text_box.style_02 ul li {
  position: relative;
  padding-left: 35px;
}
.hr_text_box.style_02 ul li:not(:last-child) {
  margin-bottom: 17px;
}
.hr_text_box.style_02 ul li i {
  color: #25AE88;
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 20px;
}
.hr_text_box.style_02 .cu_btn {
  margin-top: 36px;
}

.hr_cta_section {
  padding: 88px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 24px;
}
.hr_cta_section .cu_btn {
  margin-top: 60px;
}
@media (max-width: 991px) {
  .hr_cta_section {
    padding: 40px 20px;
  }
  .hr_cta_section .cu_btn {
    margin-top: 20px;
  }
}

.hr_section {
  z-index: 1;
}

.hr_img_box.style_01 .title {
  margin-top: 25px;
}

.hr_img_content.style_01 {
  z-index: 1;
}
.hr_img_content.style_01 .img_box_shape {
  position: absolute;
  right: -32%;
  top: -50%;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .hr_img_content.style_01 .img_box_shape {
    right: 0%;
    top: -12%;
    max-width: 116%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .hr_img_content.style_01 .img_box_shape {
    right: -6%;
    top: -18%;
    max-width: 132%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .hr_img_content.style_01 .img_box_shape {
    right: -5%;
    top: -18%;
    max-width: 130%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1441px) {
  .hr_img_content.style_01 .img_box_shape {
    max-width: 136%;
    right: -6%;
    top: -22%;
  }
}

.hr_invest_section {
  z-index: 1;
}
.hr_invest_section .invert_shape_01 {
  position: absolute;
  left: 0;
  top: -128px;
  z-index: -1;
}

.hr_dividend_section {
  z-index: 1;
}
.hr_dividend_section .dividend_shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -25%;
  z-index: -1;
}

.hr_timeline_wrapper .hr_timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.hr_timeline_wrapper .hr_timeline::after {
  content: "";
  position: absolute;
  width: 1px;
  background-color: #36DDB3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -1px;
}
.hr_timeline_wrapper .timeline_container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
.hr_timeline_wrapper .timeline_container::after {
  content: "";
  position: absolute;
  width: 37px;
  height: 22px;
  right: -19px;
  background-color: #36DDB3;
  top: 15px;
  z-index: 1;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.hr_timeline_wrapper .left {
  left: 0;
}
.hr_timeline_wrapper .right {
  left: 50%;
}
.hr_timeline_wrapper .right::after {
  left: -19px;
}
.hr_timeline_wrapper .timeline_item_content {
  padding: 30px;
  background-image: url("../img/timeline_item_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.hr_timeline_wrapper .sub_title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  .hr_timeline_wrapper .hr_timeline::after {
    left: 31px;
  }
  .hr_timeline_wrapper .timeline_container {
    width: 100%;
    padding-left: 63px;
    padding-right: 0;
  }
  .hr_timeline_wrapper .timeline_item_content {
    padding: 30px 20px;
  }
  .hr_timeline_wrapper .timeline_container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }
  .hr_timeline_wrapper .left::after,
.hr_timeline_wrapper .right::after {
    left: 15px;
  }
  .hr_timeline_wrapper .right {
    left: 0%;
  }
}

.client_list_inner {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.client_list_inner img {
  max-width: 100%;
}

.hr_footer_section {
  background-position: top center !important;
}
.hr_footer_section.sec_padding {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .hr_footer_section.sec_padding {
    padding: 80px 0;
  }
}

.hr_footer_widget .footer_logo {
  margin-bottom: 40px;
}
.hr_footer_widget .description {
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.hr_footer_widget .social_icon {
  margin-top: 40px;
}
.hr_footer_widget .footer_btn_list {
  margin-top: 60px;
}
.hr_footer_widget .cu_btn {
  margin: 0 12px;
}
@media (max-width: 991px) {
  .hr_footer_widget .cu_btn {
    margin: 12px;
  }
}

.social_icon a {
  width: 55px;
  height: 55px;
  background-color: transparent;
  color: #36DDB3;
  border: 1px solid #36DDB3;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  margin-right: 12px;
}
@media (max-width: 991px) {
  .social_icon a {
    width: 50px;
    height: 50px;
  }
}

.social_icon a:hover {
  background-color: #36DDB3;
  color: #fff;
  border: 1px solid #36DDB3;
}

.header_meta_wrapper .social_icon a {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
}
.header_meta_wrapper .social_icon a:hover {
  border-color: #36DDB3;
}

.social_icon a:last-child {
  margin-right: 0;
}

.hr_footer_section {
  z-index: 1;
}
.hr_footer_section .footer_shape {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.social_icon {
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=style.css.map */