@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200;300;400;500;600;700;800&family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");

@font-face {
  font-family: "Proxima Nova";
  src:
    url("/fonts/ProximaNovaT-Thin.woff2") format("woff2"),
    url("/fonts/ProximaNovaT-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src:
    url("/fonts/ProximaNova-Light.woff2") format("woff2"),
    url("/fonts/ProximaNova-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src:
    url("/fonts/ProximaNova-Regular.woff2") format("woff2"),
    url("/fonts/ProximaNova-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src:
    url("/fonts/ProximaNova-Semibold.woff2") format("woff2"),
    url("/fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src:
    url("/fonts/ProximaNova-Bold.woff2") format("woff2"),
    url("/fonts/ProximaNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova";
  src:
    url("/fonts/ProximaNova-Black.woff2") format("woff2"),
    url("/fonts/ProximaNova-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/* ***** Common Css **** */
:root {
  scroll-behavior: initial;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
img {
  display: block;
}
a {
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  text-decoration: none;
  /* padding-left: 15px; */
}

body {
  font-family: "Dosis", sans-serif;
  font-family: "Inter", sans-serif;
  font-family: "Roboto", sans-serif;
  font-family: "Proxima Nova";
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.main-wrpper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.container {
  max-width: 1170px;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  background: transparent;
  padding: 0;
  z-index: 120;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
header .topbar {
  padding: 15px 0;
  background: #002e5a;
}
header .topbar .left-info {
  display: flex;
  align-items: center;
}
header .topbar .left-info li {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}
header .topbar .left-info li:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 1px;
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
header .topbar .left-info li:first-child {
  margin-left: 0;
  padding-left: 0;
  margin-right: 15px;
  padding-right: 15px;
}
header .topbar .left-info li:first-child:before {
  right: 0;
  left: unset;
}
header .topbar .left-info li a {
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  text-align: left;
  color: #fff;
}
header .topbar .left-info li a:hover,
header .topbar .left-info li button:hover {
  color: #ffae09;
}
header .topbar .left-info li.dropdown {
  font-weight: normal;
  font-size: 17px;
  line-height: 22px;
  text-align: left;
  color: #fff;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: flex;
  align-items: center;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  position: unset;
  margin-left: 0;
  padding-left: 0;
}
header .topbar .left-info li.dropdown .dropdown-menu li:before {
  display: none;
}
header .topbar .left-info li.dropdown button {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
}
header .topbar .left-info li .dropdown-toggle::after {
  display: none;
}
header .topbar .left-info li.dropdown-link:hover {
  color: black;
}
header .topbar .left-info li.dropdown i {
  margin-left: 12px;
  color: #fff;
  opacity: 0.4;
}
header .topbar .left-info li.dropdown:after {
  display: none;
}
header .topbar .left-info li.dropdown .dropdown-menu {
  background: #e6f4f3;
  box-shadow: none;
  outline: none;
  border: 0;
  padding: 0 calc((100% - 1170px) / 2);
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  /* max-width: 1170px; */
}
header .topbar .left-info li.dropdown .dropdown-menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
/*header .topbar .left-info li.dropdown .dropdown-menu li:first-child {
    margin-left: calc((100% - 1170px) / 2);
}*/
header .topbar .left-info li.dropdown .dropdown-menu li .dropdown-item {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #002e5a;
  padding: 12px;
  display: block;
}
header .topbar .left-info li.dropdown .dropdown-menu li .dropdown-item:hover,
header .topbar .left-info li.dropdown .dropdown-menu li .dropdown-item.active {
  background: none;
  color: #1c81ff;
  font-weight: 400;
}

header .topbar .right-info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .topbar .right-info li {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
header .topbar .right-info li:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 1px;
  background: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(15deg);
  transform: translate(0, -50%) rotate(15deg);
}
header .topbar .right-info li:last-child {
  padding: 0;
  margin: 0;
}
header .topbar .right-info li:last-child:before {
  display: none;
}
header .topbar .right-info li a,
header .topbar .right-info li button {
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
header .topbar .right-info li a:hover,
header .topbar .right-info li button:hover {
  color: #ffae09 !important;
}
header .topbar .right-info li a i {
  margin-right: 5px;
}
header .topbar .right-info li a span {
  text-decoration: underline;
}
header .topbar .right-info .dropdown .dropdown-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  /* color: rgba(255, 255, 255, 0.7); */
}
header .topbar .right-info .dropdown .dropdown-toggle:after {
  display: none;
}
header .topbar .right-info .dropdown .dropdown-toggle i {
  margin: 0 0 0 5px;
  font-size: 12px;
}
header .topbar .right-info .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
}
header .topbar .right-info .dropdown .dropdown-menu li {
  margin: 0;
  padding: 0;
}
header .topbar .right-info .dropdown .dropdown-menu li .dropdown-item {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 6px 12px;
}
header .topbar .right-info .dropdown .dropdown-menu li .dropdown-item:hover {
  background: none;
  color: #1c81ff !important;
}
header .topbar .right-info .dropdown .dropdown-menu {
  max-width: auto;
  min-width: auto;
}

.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-brand {
  float: none;
  height: auto;
  padding: 0;
  margin: 0;
}
.navbar-brand img {
  max-width: 100%;
  height: 55px;
}
.navbar {
  background: transparent;
  /*position: relative;*/
  position: initial;
  width: 100%;
  left: 0;
  top: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 50px 0 0;
  z-index: 120;
  display: block;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.navbar-expand-md .navbar-collapse {
  width: 100%;
}
.navbar-light .navbar-nav {
  width: 100%;
  margin: 35px 0 0;
  justify-content: space-between;
}

.navbar-light .header-buttons ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.navbar-light .header-buttons ul li {
  margin-right: 20px;
}
.navbar-light .header-buttons ul li:last-child {
  margin: 0;
}
.navbar-light .header-buttons .btn-secondary {
  border-radius: 8px;
  border: 1px solid #1c81ff;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #1c81ff;
}
.navbar-light .header-buttons .btn-secondary strong {
  margin: 0 10px 0 5px;
  font-weight: 700;
}
.navbar-light .header-buttons .btn-secondary:hover {
  background: #ffae09;
  border: 1px solid #ffae09;
  color: #fff;
}
.navbar-light .header-buttons ul li small {
  font-weight: 600;
  font-size: 10px;
  text-align: left;
  color: #8d8b8c;
  display: block;
  margin: 5px 0 0 10px;
}

.navbar-light .header-buttons .btn-primary {
  border-radius: 8px;
  border: 1px solid #1c81ff;
  background: #1c81ff;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #fff;
  width: fit-content;
}
.navbar-light .header-buttons .btn-primary span {
  margin: 0 10px;
}
.navbar-light .header-buttons .btn-primary span strong {
  font-weight: 700;
}
.navbar-light .header-buttons .btn-primary:hover {
  background: #ffae09;
  color: #fff;
  border-color: #ffae09;
}
.navbar-light .navbar-nav li {
  margin-right: 0;
}
.navbar-light .navbar-nav li:last-child {
  margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
  padding: 0;
  color: #000;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  color: #002e5a;
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  display: flex;
  align-items: center;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.navbar-light .navbar-nav .nav-link i {
  margin-left: 12px;
  color: #8d8b8c;
  opacity: 0.4;
}
.navbar-light .navbar-nav .nav-link:after {
  display: none;
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: unset;
}
.navbar-light .navbar-nav .dropdown .dropdown-menu {
  background: #e6f4f3;
  box-shadow: none;
  outline: none;
  /*border: 1px solid rgba(0, 0, 0, 0.1);*/
  border: 0;
  /*padding: 0;*/
  /*border-radius: 6px;*/
  border-radius: 0;
  overflow: hidden;
  width: 100%;
  padding: 0 calc((100% - 1170px) / 2);
}
.navbar-light .navbar-nav .dropdown .dropdown-menu li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
header .navbar-light .navbar-nav .dropdown .dropdown-menu li:first-child {
  /*margin-left: calc((100% - 1170px) / 2);*/
}
.navbar-light .navbar-nav .dropdown .dropdown-menu li .dropdown-item {
  font-weight: 400;
  font-size: 16px;
  text-align: left;
  color: #002e5a;
  padding: 12px;
  display: block;
}
.navbar-light .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover,
.navbar-light .navbar-nav .dropdown .dropdown-menu li .dropdown-item.active {
  background: none;
  color: #1c81ff;
}
.navbar .navbar-nav li .nav-link:focus,
.navbar .navbar-nav li .nav-link:hover,
.navbar .navbar-nav li .nav-link:hover {
  color: #1c81ff;
}
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.active:focus,
.navbar .navbar-nav .nav-link.active:hover {
  color: #1c81ff;
}
.navbar .navbar-nav li .nav-link:focus i,
.navbar .navbar-nav li .nav-link:hover i,
.navbar .navbar-nav li .nav-link:hover i {
  color: #1c81ff;
}
.navbar .navbar-nav .nav-link.active i,
.navbar .navbar-nav .nav-link.active:focus i,
.navbar .navbar-nav .nav-link.active:hover i {
  color: #1c81ff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #1c81ff;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {
  background-color: transparent;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
  height: 40px;
  width: 50px;
  padding: 0;
}
.navbar-light .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: unset;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 18px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
/* **** End toggler **** */

.btn-yellow {
  padding: 12px 25px;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #fff;
  display: table;
  border-radius: 8px;
  background: #ffae09;
  display: flex;
  align-items: center;
  width: fit-content;
}
.btn-yellow i {
  margin-left: 10px;
}
.btn-yellow:hover {
  background: #1c81ff;
  color: #fff;
}

/* **** Hero **** */
.hero-wrp {
  position: relative;
  padding: 120px 0;
}
.hero-wrp .row {
  align-items: center;
}
.hero-wrp .container {
  max-width: 1260px;
}
.hero-wrp .hero-data {
  position: relative;
  z-index: 9;
}
.hero-wrp .hero-data h6 {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #93908e;
  margin: 0 0 8px;
}
.hero-wrp .hero-data h2 {
  font-weight: bold;
  font-size: 59px;
  letter-spacing: -0.02em;
  line-height: 62px;
  color: #063f80;
  margin: 0 0 25px;
}
.hero-wrp .hero-img {
  position: relative;
  width: 120%;
  margin-left: -20%;
}
.hero-wrp .hero-img:before {
  position: absolute;
  content: "";
  top: -25px;
  right: -25px;
  background: #002e5a;
  border-radius: 10px;
  height: 100%;
  width: 100%;
}
.hero-wrp .hero-img img {
  border-radius: 10px;
  position: relative;
  z-index: 5;
}
.hero-wrp .hero-news {
  display: flex;
  align-items: center;
  border: 1px solid #1c81ff;
  border-radius: 8px;
  width: fit-content;
  margin: 100px auto 0;
}
.hero-wrp .hero-news button {
  font-weight: 700;
  font-size: 13px;
  line-height: 24px;
  color: #fff;
  padding: 8px 20px;
  border-radius: 8px 0px 0px 8px;
  background: #1c81ff;
  border: none;
  box-shadow: none;
  outline: none;
  margin-left: -1px;
}
.hero-wrp .hero-news span {
  font-weight: 500;
  text-decoration: underline;
  font-size: 16.58px;
  letter-spacing: 0.03em;
  line-height: 28.56px;
  text-align: left;
  color: #8493a8;
  padding: 5px 18px;
  font-style: italic;
}
.hero-wrp .hero-news span a {
  color: #8493a8;
}
.hero-wrp .hero-news span a i {
  color: #8493a8;
  display: inline-block;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
/* **** End Hero **** */

/* **** Who we are **** */
.whoweare-wrp {
  background-image: url("/images/whoweare-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 0 45px;
}
.whoweare-wrp .container {
  max-width: 1030px;
}
.whoweare-wrp .whoweare-title {
  padding: 80px 20px 10px;
  background: #fff;
  max-width: 273.38px;
  border-radius: 0px 0px 14.62px 14.62px;
  background: #fff;
  margin: 0 0 65px;
}
.whoweare-wrp .whoweare-title h6 {
  font-weight: 500;
  font-size: 9.52px;
  letter-spacing: 0.2em;
  line-height: 11.42px;
  text-align: left;
  color: #93908e;
  margin: 0;
}
.whoweare-wrp .whoweare-title h2 {
  font-weight: bold;
  font-size: 33px;
  letter-spacing: -0.02em;
  line-height: 33.22px;
  text-align: left;
  color: #063f80;
  margin: 0;
}
.whoweare-wrp .whoweare-block {
  max-width: 700px;
}
.whoweare-wrp .whoweare-block ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.whoweare-wrp .whoweare-block ul li {
  width: 50%;
  margin: 0 0 30px;
  font-size: 22px;
  color: #002e5a;
  display: flex;
  align-items: flex-start;
}
.whoweare-wrp .whoweare-block ul li i {
  margin: 5px 15px 0 0;
}
.whoweare-wrp .whoweare-block ul li h5,
.whoweare-wrp .whoweare-block h5 {
  margin: 0;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  color: #002e5a;
}
.whoweare-wrp .whoweare-block ul li h5 span {
  font-weight: bold;
}
.whoweare-wrp .whoweare-block a {
  font-weight: 600;
  font-size: 19.68px;
  line-height: 23.61px;
  text-align: left;
  color: #ffae09;
  border-bottom: 1px solid #ffae09;
}
.whoweare-wrp .whoweare-block a i {
  transform: rotate(25deg);
  font-size: 15px;
}
.whoweare-wrp .whoweare-block a:hover {
  color: #1c81ff;
  border-color: #1c81ff;
}
/* **** End Who we are **** */

/* **** Testimonial **** */
.testimonial-wrp {
  padding: 150px 0 120px;
  position: relative;
}
.testimonial-wrp .container {
  max-width: 870px;
}

.testimonial-wrp .slider-box {
  padding: 16px;
}
.testimonial-wrp .detail {
  padding: 60px 0 0;
}
.testimonial-wrp .detail img {
  max-width: 100%;
  margin: 0 0 30px;
}
.testimonial-wrp .detail i {
  margin: 0 0 30px;
  font-size: 50px;
  color: #1c81ff;
}
.testimonial-wrp .detail p {
  max-width: 363.23px;
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  color: #002e5a;
  margin: 0 0 0 40px;
}
.testimonial-wrp .detail p span {
  font-weight: bold;
}
.testimonial-wrp .testimonial-image .img-box {
  position: relative;
  margin: 0 0 10px;
}
.testimonial-wrp .testimonial-image .img-box .play-btn {
  width: 61.96px;
  height: 61.96px;
  border: 1px solid #e7e9ed;
  font-size: 20px;
  color: #ffae09;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 8;
  border-radius: 100%;
}
.testimonial-wrp .testimonial-image .img-box .play-btn:hover {
  background: #e7e9ed;
}
.testimonial-wrp .testimonial-image .img-box:before {
  position: absolute;
  content: "";
  height: 93%;
  width: 100%;
  top: -16px;
  right: -16px;
  background: #002e5a;
  border-radius: 16px;
}
.testimonial-wrp .testimonial-image .img-box img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 5;
  /* height: 100%; */
  /* background-color: red; */
}
.testimonial-wrp .testimonial-image a {
  padding-left: 15px;
}
.testimonial-wrp .testimonial-image h5 {
  font-weight: 600;
  font-size: 15.97px;
  line-height: 19.17px;
  text-align: left;
  color: #000;
  margin: 0;
  padding-left: 15px;
}
.testimonial-wrp .testimonial-image h6 {
  font-weight: 500;
  font-size: 14.75px;
  line-height: 17.7px;
  text-align: left;
  color: #93908e;
  margin: 0;
  padding-left: 15px;
}
.testimonial-wrp .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 50%;
}
.testimonial-wrp .slick-dots li {
  margin-right: 10px;
}
.testimonial-wrp .slick-dots li:last-child {
  margin: 0;
}
.testimonial-wrp .slick-dots li button {
  font-size: 0;
  border: none;
  border: 1px solid #ffae09;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  background-color: #ffffff;
}
.testimonial-wrp .slick-dots li.slick-active button {
  background: #ffae09;
}
/* **** End Testimonial **** */

/* **** Services Market **** */
.services-market-wrp {
  padding: 0 0 175px;
  position: relative;
}
.services-market-wrp .container {
  max-width: 1360px;
}
.services-market-wrp .services-market-block {
  padding: 32px 70px 25px 70px;
  border-radius: 10px;
  background: #002e5a;
}
.services-market-wrp.numbers-wrp .services-market-block {
  border-radius: 0 10px 10px 0;
}
.services-market-wrp .service-title h2 {
  font-weight: bold;
  font-size: 33px;
  letter-spacing: -0.02em;
  line-height: 33.22px;
  text-align: center;
  color: #fff;
  margin: 0 0 5px;
}
.services-market-wrp .service-title p {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: rgba(255, 255, 255, 0.52);
  margin: 0 0 45px;
}
.services-market-wrp ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.services-market-wrp ul li {
  margin-right: 75px;
}
.services-market-wrp ul li:last-child {
  margin: 0;
}
.services-market-wrp ul li h2 {
  font-weight: bold;
  font-size: 71.5px;
  line-height: 87.8px;
  text-align: left;
  color: #1c81ff;
  margin: 0 0 13px;
}
.services-market-wrp ul li p {
  font-weight: 300;
  font-size: 20px;
  line-height: 28.28px;
  text-align: left;
  color: #fff;
  margin: 0;
}
.services-market-img {
  position: absolute;
  right: 0;
  bottom: 45px;
  max-width: 100%;
  border-radius: 10px 0px 0px 10px;
}
/* **** End Services Market **** */

.generic-wrp .container .titlebar,
.generic-wrp .container .row,
.staff-wrp .container .row {
  padding: 0 130px;
}
.titlebar h2 {
  font-weight: bold;
  font-size: 33px;
  letter-spacing: -0.02em;
  line-height: 36.03px;
  text-align: center;
  color: #063f80;
  margin: 0 0 16px;
}
.titlebar p {
  font-weight: 300;
  font-size: 14px;
  line-height: 33.22px;
  text-align: center;
  color: #93908e;
  margin: 0 0 40px;
}

/* **** Digital Tools **** */
.digital-tool-wrp {
  padding: 0 0 115px;
  position: relative;
}
.digital-tool-wrp .container {
  max-width: 1210px;
}
.digital-tool-wrp .nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: none;
}
.digital-tool-wrp .nav-tabs li {
  margin-right: 30px;
}
.digital-tool-wrp .nav-tabs li:last-child {
  margin: 0;
}
.digital-tool-wrp .nav-tabs li .nav-link {
  font-family: "Dosis", sans-serif;
  font-weight: bold;
  font-size: 23.91px;
  letter-spacing: -0.02em;
  line-height: 28.7px;
  text-align: center;
  color: #1c81ff;
  padding: 4px;
  text-align: center;
  width: 175px;
  margin: 0;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #1c81ff;
}
.digital-tool-wrp .nav-tabs li .nav-link:hover,
.digital-tool-wrp .nav-tabs li .nav-link.active {
  background: #1c81ff;
  color: #ffffff;
}
.digital-tool-wrp .digital-tool-block {
  padding: 145px 0 0;
  position: relative;
}
.digital-tool-wrp .digital-tool-block .digital-tool-shape1 {
  position: absolute;
  left: 10%;
  top: 0;
  max-width: 100%;
}
.digital-tool-wrp .digital-tool-block .digital-tool-shape2 {
  position: absolute;
  left: 50%;
  top: 65%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
}
.digital-tool-wrp .digital-tool-block .leptop-img {
  position: absolute;
  left: -80px;
  top: 140px;
  max-width: 100%;
}
.digital-tool-wrp .digital-tool-block .description {
  margin-left: auto;
  margin-right: 80px;
  display: table;
  position: relative;
  z-index: 9;
}

.digital-tool-wrp .digital-tool-block .col-md-12 .description {
  margin-right: auto;
}
.digital-tool-wrp .digital-tool-block .description h2 {
  font-family: "Dosis", sans-serif;
  font-weight: bold;
  font-size: 53.23px;
  letter-spacing: -0.02em;
  line-height: 63.87px;
  text-align: center;
  color: #063f80;
  margin: 0 0 5px;
}
.digital-tool-wrp .digital-tool-block .description p {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 24.83px;
  line-height: 30px;
  text-align: center;
  color: #063f80;
  margin: 0;
}
.digital-tool-wrp .digital-block .digital-box {
  border-radius: 10px;
  background: #e7e9ed;
  padding: 35px 25px;
  max-width: 334.08px;
  margin-left: auto;
  position: relative;
}
.digital-tool-wrp .digital-block .digital-box:before {
  position: absolute;
  content: "";
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: #1c81ff;
  z-index: -1;
}
.digital-tool-wrp .digital-block .digital-box p {
  font-weight: normal;
  font-size: 20px;
  line-height: 31px;
  text-align: left;
  color: #075961;
  margin: 0 0 60px;
}
.digital-tool-wrp .digital-block .digital-box .btn-secondary {
  border: 1px solid #1c81ff;
  font-weight: 600;
  font-size: 18.03px;
  line-height: 21.63px;
  text-align: left;
  color: #1c81ff;
  padding: 12px 25px;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #1c81ff;
  display: flex;
  align-items: center;
  width: fit-content;
}
.digital-tool-wrp .digital-block .digital-box .btn-secondary i {
  margin-left: 5px;
}
.digital-tool-wrp .digital-block .digital-box .btn-secondary:hover {
  background: #1c81ff;
  color: #fff;
}
.digital-tool-wrp .digital-block .link-btn {
  font-weight: 600;
  font-size: 14.26px;
  line-height: 17.11px;
  text-align: left;
  color: #93908e;
  display: table;
  margin: 15px 0 0 auto;
  border-bottom: 1px solid #93908e;
  padding-left: 0;
}
.digital-tool-wrp .digital-block .link-btn i {
  transform: rotate(25deg);
}
.digital-tool-wrp .digital-block .link-btn:hover {
  color: #ffae09;
  border-color: #ffae09;
}
/* **** End Digital Tools **** */

/* **** Services **** */
.services-wrp {
  padding: 80px 0 38px;
  position: relative;
}
.service-img1 {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.dote-shape1 {
  position: absolute;
  max-width: 100%;
  top: 80px;
  left: 150px;
}
.dote-shape2 {
  position: absolute;
  max-width: 100%;
  top: 80px;
  right: -100px;
}
.services-wrp .titlebar p {
  margin: 0 0 90px;
}
.services-wrp .container {
  max-width: 1005px;
}
.services-wrp .service-box {
}
.services-wrp .service-box .box-icon {
  width: 112px;
  height: 112px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 15px 20px rgba(0, 46, 90, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
}
.services-wrp .service-box .box-icon i {
  color: #1c81ff;
  font-size: 44px;
  text-align: center;
  font-weight: 300;
}
.services-wrp .service-box .box-icon img {
  max-width: 100%;
}
.services-wrp .service-box h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 26.4px;
  text-align: center;
  color: #063f80;
  margin: 0 0 22px;
}
.services-wrp .service-box p {
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #93908e;
  margin: 0 auto 112px;
  max-width: 265px;
}
/* **** End Services **** */

/* **** News & Trends **** */
.home .news-wrp {
  background: #002e5a;
  padding: 0 0 40px;
}
.home .news-wrp .container {
  max-width: 1115px;
}
.home .news-wrp .trend-container {
  max-width: 1346px;
}
.home .news-wrp .trends-box {
  margin: 135px 0 0;
}
.news-wrp .trends-box .row {
  align-items: center;
}
.news-wrp .trends-box .trends-img {
  position: relative;
  margin-right: 15px;
}
.news-wrp .trends-box .trends-img:before {
  position: absolute;
  content: "";
  top: -15px;
  right: -15px;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: #1c81ff;
}
.news-wrp .trends-box .trends-img img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 8;
}
.home .news-wrp .trends-box .trends-data {
  max-width: 250px;
}
.news-wrp .trends-box .trends-data h6 {
  font-weight: 500;
  font-size: 10.32px;
  letter-spacing: 0.2em;
  line-height: 12.39px;
  text-align: left;
  color: #1c81ff;
  margin: 0 0 5px;
}
.news-wrp .trends-box .trends-data h2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 45px;
  text-align: left;
  color: #063f80;
  margin: 0 0 8px;
}
.home .news-wrp .trends-box .trends-data h2 {
  color: #fff;
  font-size: 24.61px;
  line-height: 29.53px;
}

.news-wrp .trends-box .trends-data h2 a {
  color: #063f80;
}
.news-wrp .trends-box .trends-data h2 a:hover {
  color: #ffae09;
}
.home .news-wrp .trends-box .trends-data h2 a {
  color: #fff;
}
.home .news-wrp .trends-box .trends-data h2 a:hover {
  color: #ffae09;
}
.news-wrp .trends-box .trends-data p {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: #93908e;
  margin: 0;
}
.home .news-wrp .trends-box .trends-data p {
  color: #e7e9ed;
  opacity: 0.68;
}
.news-wrp .trend-title {
  max-width: 273.38px;
  border-radius: 0px 0px 14.62px 14.62px;
  background: #fff;
  padding: 85px 15px 15px;
  margin: 0 0 45px;
}
.news-wrp .trend-title h2 {
  font-weight: bold;
  font-size: 33px;
  letter-spacing: -0.02em;
  line-height: 33.22px;
  text-align: left;
  color: #063f80;
  margin: 0;
}
.news-wrp .trend-title p {
  font-weight: 300;
  font-size: 14px;
  line-height: 16.8px;
  text-align: left;
  color: #93908e;
  margin: 0;
}
.news-wrp form {
  max-width: 273.38px;
}
.news-wrp form .form-group {
  position: relative;
}
.news-wrp form .form-group label {
  font-weight: 300;
  font-size: 12px;
  line-height: 14.4px;
  text-align: left;
  color: #fff;
  opacity: 0.52;
  margin: 0 0 20px;
}
.news-wrp form .form-group .form-control {
  font-weight: 600;
  font-size: 18.03px;
  line-height: 21.63px;
  text-align: left;
  color: #1c81ff;
  padding: 10px 40px 10px 20px;
  border: 1.01px solid #1c81ff;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.news-wrp form .form-group .form-control::placeholder {
  color: #1c81ff;
}
.news-wrp form .form-group i {
  position: absolute;
  right: 15px;
  bottom: 10px;
  font-weight: 600;
  font-size: 18.03px;
  line-height: 21.63px;
  text-align: left;
  color: #1c81ff;
}
.news-wrp .news-list {
  padding-top: 80px;
  padding-bottom: 120px;
}
.news-wrp .news-list .row {
  /*padding-bottom: 50px;*/
}
/* **** End News & Trends **** */

/* **** news-box **** */
.home .news-wrp .news-box1 {
  margin: 70px 0 0;
}
.home .news-wrp .news-box2 {
  margin: 125px 0 0;
}
.home .news-wrp .news-box3 {
  margin: -50px 0 0;
}
.news-wrp .news-box {
  padding-bottom: 50px;
}
.news-wrp .news-box img {
  width: 100%;
  border-radius: 10px;
  margin: 0 0 20px;
}
.news-wrp .news-box h6 {
  font-weight: 500;
  font-size: 8.69px;
  letter-spacing: 0.2em;
  line-height: 10.43px;
  text-align: left;
  color: #1c81ff;
  margin: 0 0 5px;
}

.news-wrp .news-box h2 {
  font-weight: bold;
  font-size: 20.72px;
  text-align: left;
  color: #063f80;
  margin: 0 0 10px;
}
.home .news-wrp .news-box h2 {
  color: #fff;
}
.news-wrp .news-box h2 a {
  color: #063f80;
}
.news-wrp .news-box h2 a:hover {
  color: #ffae09;
}
.home .news-wrp .news-box h2 a {
  color: #fff;
}
.home .news-wrp .news-box h2 a:hover {
  color: #ffae09;
}

.news-wrp .news-box p {
  font-weight: 300;
  font-size: 13.47px;
  line-height: 19.36px;
  text-align: left;
  color: #93908e;
  margin: 0;
}
.home .news-wrp .news-box p {
  color: #e7e9ed;
  opacity: 0.68;
}
.news-wrp .btn-yellow {
  margin: 65px auto 0;
}
.news-wrp .btn-yellow:hover {
  background: #1c81ff;
  color: #fff;
}
.news-title,
.news-body {
  padding-left: 130px;
  padding-right: 130px;
}

/* **** End news-box **** */

/* **** Customers **** */
.customers-wrp {
  padding: 120px 0;
}
.customers-wrp .titlebar {
  margin: 0;
}
.customers-wrp .titlebar h2 {
  margin: 0;
}
.customers-wrp .titlebar p {
  margin: 0 0 40px;
}
.customers-wrp ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.customers-wrp ul li {
  display: block;
  width: 25%;
  margin: 0 0 25px;
  padding: 0 10px;
}
.customers-wrp ul li a {
  min-height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.customers-wrp ul li a img {
  max-width: 200px;
}
.customers-wrp ul li a .detail {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 557.4px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 15px 20px rgba(0, 46, 90, 0.3);
  z-index: 5;
  border-radius: 10px;
  padding: 30px 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.1s linear;
}
.customers-wrp ul li a:hover .detail {
  opacity: 1;
  visibility: visible;
}
.customers-wrp ul li.right-side a .detail {
  right: 0;
  left: auto;
}
.customers-wrp ul li a .detail .customer-logo {
  max-width: 90px;
}
.customers-wrp ul li a .detail .user-img {
  height: 90px;
  width: 90px;
  border-radius: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0 25px;
}
.customers-wrp ul li a .detail p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16.8px;
  text-align: left;
  color: #002e5a;
  font-style: italic;
  margin: 0 0 5px;
}
.customers-wrp ul li a .detail h5 {
  font-weight: 600;
  font-size: 12.26px;
  line-height: 14.71px;
  text-align: left;
  color: #8493a8;
  margin: 0;
}
.customers-wrp ul li a .detail h6 {
  font-weight: 500;
  font-size: 11.44px;
  line-height: 13.73px;
  text-align: left;
  color: #8493a8;
  margin: 0;
}
.customers-wrp .link-btn {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: #93908e;
  display: table;
  margin: 25px auto 0;
  border-bottom: 1px solid #93908e;
}
.customers-wrp .link-btn i {
  transform: rotate(25deg);
}
.customers-wrp .link-btn:hover {
  color: #ffae09;
  border-color: #ffae09;
}
/* **** End  Customers **** */

/* **** Footer **** */
footer {
  padding: 60px 0 20px;
  background: #002e5a;
}
footer .footer-logo {
  margin: 0 0 65px;
}
footer .footer-logo img {
  max-width: 100%;
}
footer .quicklinks {
  max-width: 275px;
}
footer .quicklinks h3,
footer .quicklinks h3 a {
  font-weight: bold;
  font-size: 17px;
  line-height: 14px;
  text-align: left;
  color: #fff;
  margin: 0 0 25px;
  text-decoration: none;
}
footer .quicklinks h3 a:hover {
  color: #ffae09;
}
footer .quicklinks .footlink {
  margin: 0 0 25px;
}
footer .quicklinks .footlink h3 {
  margin: 0 0 10px;
}
footer .quicklinks ul li {
  margin: 0 0 5px;
}
footer .quicklinks ul li:last-child {
  margin: 0;
}
footer .quicklinks ul li a {
  font-weight: 500;
  font-size: 17px;
  line-height: 14px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}
footer .quicklinks ul li a:hover {
  color: #ffae09;
}

footer .contact-info {
  display: flex;
  align-items: center;
  margin: 0 0 25px;
}
footer .contact-info li {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}
footer .contact-info li:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 1px;
  background: #fff;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(15deg);
  transform: translate(0, -50%) rotate(15deg);
}
footer .contact-info li:last-child {
  padding: 0;
  margin: 0;
}
footer .contact-info li:last-child:before {
  display: none;
}
footer .contact-info li a,
footer .contact-info li button {
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
}
footer .contact-info li a:hover,
footer .contact-info li button:hover {
  color: #ffae09 !important;
}
footer .contact-info li a i {
  margin-right: 5px;
}
footer .contact-info li a span {
  text-decoration: underline;
}
footer .contact-info .dropdown .dropdown-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  font-weight: normal;
  font-size: 17px;
  line-height: 20px;
  text-align: left;
  /* color: rgba(255, 255, 255, 0.7); */
}
footer .contact-info .dropdown .dropdown-toggle:after {
  display: none;
}
footer .contact-info .dropdown .dropdown-toggle i {
  margin: 0 0 0 5px;
  font-size: 12px;
}
footer .contact-info .dropdown .dropdown-menu {
  background: #fff;
  box-shadow: none;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  border-radius: 6px;
  overflow: hidden;
  max-width: auto;
  min-width: auto;
}
footer .contact-info .dropdown .dropdown-menu li {
  margin: 0;
  padding: 0;
}
footer .contact-info .dropdown .dropdown-menu li .dropdown-item {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 6px 12px;
}
footer .contact-info .dropdown .dropdown-menu li .dropdown-item:hover {
  background: none;
  color: #1c81ff !important;
}
footer .social-bx {
  margin: 0 0 20px;
}
footer .social-bx h6 {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  text-align: left;
  color: #fff;
  margin: 0 0 10px;
}
footer .social-bx ul {
  display: flex;
  align-items: center;
}
footer .social-bx ul li {
  margin-right: 15px;
}
footer .social-bx ul li:last-child {
  margin: 0;
}
footer .social-bx ul li a {
  height: 40px;
  width: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #002e5a;
  border-radius: 100%;
}
footer .social-bx ul li a:hover {
  background: #ffae09;
  /* color: #fff; */
}
footer .form-group {
  margin: 0 0 20px;
  max-width: 281.48px;
  position: relative;
}
footer .form-group i {
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
footer .form-group .form-control {
  font-weight: 600;
  font-size: 18.03px;
  line-height: 21.63px;
  text-align: left;
  color: #fff;
  padding: 10px 20px;
  border-radius: 7.66px;
  background: transparent;
  border: 1.01px solid #fff;
  box-shadow: none;
  outline: none;
  background: transparent;
}
footer .form-group .form-control::placeholder {
  color: #fff;
}
footer .button-box {
  margin: 0 0 25px;
}
footer .button-box ul li {
  margin: 0 0 15px;
}
footer .button-box ul li:last-child {
  margin: 0;
}
footer .button-box ul li .btn-secondary {
  border-radius: 8px;
  border: 1px solid #ffae09;
  background: #ffae09;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #fff;
  width: fit-content;
}
footer .button-box ul li .btn-secondary strong {
  margin: 0 10px 0 5px;
  font-weight: 700;
}
footer .button-box ul li .btn-secondary span {
  margin: 0 8px;
}
footer .button-box ul li .btn-secondary:hover {
  background: #1c81ff;
  border-color: #1c81ff;
  color: #fff;
}
footer ul li small {
  font-weight: 600;
  font-size: 10px;
  text-align: left;
  color: #8d8b8c;
  display: block;
  margin: 5px 0 0 10px;
}
footer .foot-img img {
  max-width: 100%;
}
footer .foot-img ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  margin-top: 30px;
}
footer .foot-img ul li {
  margin-right: 50px;
}
footer .foot-img ul li:last-child {
  margin: 0;
}
footer .copyright {
  padding: 20px 0 0;
}
footer .copyright ul {
  display: flex;
  align-items: center;
}
footer .copyright ul li {
  font-size: 11px;
  line-height: 13.2px;
  text-align: left;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 30px;
}
footer .copyright ul li:last-child {
  margin: 0;
}
footer .copyright ul li a {
  color: rgba(255, 255, 255, 0.5);
}
footer .copyright ul li a:hover {
  color: #fff;
}
/* **** End Footer **** */

/* **** line-shape1 **** */
.line-shape1 {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: -1;
  max-width: 100%;
}
.line-shape2 {
  position: absolute;
  top: -50px;
  left: 0;
  right: 0;
  z-index: -1;
  max-width: 100%;
}
.line-shape3 {
  position: absolute;
  top: 70%;
  left: 0;
  right: 0;
  z-index: -1;
  max-width: 100%;
}
.line-shape4 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  z-index: -1;
  filter: brightness(0) invert(1);
}
.line-shape5 {
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  max-width: 100%;
  z-index: -1;
  opacity: 0.2;
}
.line-shape6 {
  position: absolute;
  left: 0;
  right: 0;
  top: -100px;
  max-width: 100%;
  z-index: -1;
  opacity: 0.2;
}
.line-shape7 {
  position: absolute;
  left: 0;
  right: 0;
  top: 60%;
  max-width: 100%;
  z-index: -1;
}
/* **** End line-shape1 **** */

/* **** inner-header ***** */
.inner-header {
  border-bottom: 1px solid #8d8b8c;
}
.inner-header .navbar {
  padding: 40px 0 0;
}
.inner-header .navbar .navbar-nav li .nav-link {
  padding: 0 0 10px;
  position: relative;
}
.inner-header .navbar .navbar-nav li .nav-link:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 100%;
  background: #ffae09;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.inner-header .navbar .navbar-nav li .nav-link:hover:before,
.inner-header .navbar .navbar-nav li .nav-link.active:before {
  width: 100%;
}
/* **** End inner-header ***** */

/* **** breadcrumb **** */
.breadcrumb {
  margin: 0 0 55px;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
}
.breadcrumb ul li {
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  color: #002e5a;
}
.breadcrumb ul li:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 1px;
  background: #8493a8;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(15deg);
  transform: translate(0, -50%) rotate(15deg);
}
.breadcrumb ul li:last-child:before {
  display: none;
}
.breadcrumb ul li a {
  color: #8493a8;
}
.breadcrumb ul li a i {
  margin-right: 5px;
}
.breadcrumb ul li a:hover {
  color: #002e5a;
}
/* **** End breadcrumb **** */

/* **** Management Hero **** */
.management-hero-wrp {
  padding: 50px 0 120px;
  position: relative;
}
.management-hero-wrp .management-block .management-data h6 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #8493a8;
  margin: 0 0 5px;
}
.management-hero-wrp .management-block .management-data h2 {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: -0.02em;
  line-height: 62px;
  text-align: left;
  color: #002e5a;
  margin: 0 0 30px;
}
.management-hero-wrp .management-block .management-data p {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  color: #002e5a;
  margin: 0;
  max-width: 445px;
}
.management-hero-wrp .management-block .management-data p span {
  font-weight: 600;
}
.management-hero-wrp .management-block .management-img {
  position: relative;
  margin: 0 0 70px;
}
.management-hero-wrp .management-block .management-img:before {
  position: absolute;
  content: "";
  right: -15px;
  top: -15px;
  background: #002e5a;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.management-hero-wrp .management-block .management-img img {
  width: 100%;
  border-radius: 10px;
}
/* **** End Management Hero **** */

.btn-main {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #ffae09;
  display: flex;
  align-items: center;
  width: fit-content;
  border-radius: 10px;
  border: 1px solid #ffae09;
  /*    box-shadow: 0px 15px 20px rgba(0, 46, 90, 0.2);*/
  padding: 15px 25px;
}
.btn-main i {
  margin-left: 10px;
}
.btn-main:hover {
  background: #ffae09;
  color: #fff;
}

/* **** Facility **** */
.facility-wrp {
  width: 80%;
  margin-left: auto;
  border-radius: 10px 0 0 10px;
  background-image: url("/images/facility-bg.jpg");
  padding: 0 90px 210px;
}
/* **** End Facility **** */

/* **** numbers **** */
.numbers-wrp {
  padding: 0 0 130px;
}
.numbers-wrp .dote-shape3 {
  position: absolute;
  right: 0;
  bottom: 130px;
  width: 20%;
}
.numbers-wrp .container-fluid {
  padding: 0;
}
.numbers-wrp .numbers-block {
  max-width: 650px;
  margin-left: auto;
}
.numbers-wrp .services-market-block {
  width: 80%;
  margin-left: 0;
  border-radius: 0 10px 10px 0;
  padding: 32px 90px 32px;
  margin-top: -145px;
}
.numbers-wrp .services-market-block ul {
  justify-content: space-between;
}
.numbers-wrp .services-market-block ul li {
  margin: 0;
}
.numbers-wrp .numbers-img {
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 10px 10px 0;
  max-width: 100%;
  width: 368px;
  height: auto;
}

.numbers-wrp .numbers-block.non-numeric li {
  padding: 0 1rem;
}

.numbers-wrp .numbers-block.non-numeric li p {
  font-size: 0.85rem;
  line-height: 1.2rem;
  text-align: center;
  margin-bottom: 1em;
}

/* **** End numbers **** */

/* **** sec-services-wrp **** */
.sec-services-wrp {
  padding: 0 0 140px;
}
.sec-services-wrp .sec-service-img {
  position: absolute;
  right: 0;
  bottom: 180px;
  max-width: 100%;
  border-radius: 10px 0 0 10px;
  width: 368px;
  height: auto;
}
.sec-services-wrp .row {
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}
/* **** End sec-services-wrp **** */

/* **** strength ***** */
.strength-wrp {
  padding: 0 0 220px;
  position: relative;
}
.strength-wrp .strength-img {
  position: absolute;
  left: 0;
  bottom: 150px;
  max-width: 100%;
  border-radius: 0 10px 10px 0;
  width: 368px;
  height: auto;
}
.strength-wrp .titlebar h2 {
  margin: 0;
}
.strength-wrp .titlebar p {
  margin: 0 0 100px;
}
.strength-wrp .row {
  justify-content: center;
}
.strength-wrp .strength-box {
  display: flex;
  align-items: center;
  padding: 30px 45px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 15px 20px rgba(0, 46, 90, 0.2);
}
.strength-wrp .strength-box.strength-box1 {
  margin: 30px 0 55px;
}
.strength-wrp .strength-box.strength-box3 {
  margin: 0 0 75px;
}
.strength-wrp .strength-box .customer-logo {
  max-width: 95px;
}
.strength-wrp .strength-box .user-img {
  height: 95px;
  width: 95px;
  border-radius: 100%;
  object-position: center;
  object-fit: cover;
  margin: 0 25px;
}
.strength-wrp .strength-box p {
  font-weight: 500;
  font-style: italic;
  font-size: 14px;
  line-height: 16.8px;
  text-align: left;
  color: #002e5a;
  margin: 0 0 10px;
}
.strength-wrp .strength-box h5 {
  font-weight: 600;
  font-size: 12.26px;
  line-height: 14.71px;
  text-align: left;
  color: #8493a8;
  margin: 0;
}
.strength-wrp .strength-box h6 {
  font-weight: 500;
  font-size: 11.44px;
  line-height: 13.73px;
  text-align: left;
  color: #8493a8;
  margin: 0;
}
.strength-wrp .btn-yellow {
  margin: 0 auto;
  padding: 12px 24px;
}
.strength-wrp .dote-shape1 {
  position: absolute;
  left: 15%;
  top: 0px;
  max-width: 100%;
}
.strength-wrp .dote-shape2 {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 100%;
}
/* **** End strength ***** */

/* **** Digital Tools **** */
.digital-tools-wrp {
  padding: 0 0 300px;
  position: relative;
}
.digital-tools-wrp .titlebar h2 {
  margin: 0;
}
.digital-tools-wrp .titlebar p {
  margin: 0 0 125px;
}
.digital-tools-wrp .leptop-img img {
  max-width: 100%;
}
.digital-tools-wrp .digital-data {
  padding: 60px 0 0;
}
.digital-tools-wrp .digital-data p {
  font-weight: 500%;
  font-size: 21px;
  line-height: 33spx;
  text-align: left;
  color: #002e5a;
  margin: 0 0 55px;
}
.digital-tools-wrp .digital-img {
  position: absolute;
  right: 0;
  bottom: 150px;
  border-radius: 10px 0 0 10px;
  max-width: 100%;
}
/* **** End Digital Tools **** */

/* **** News Hero **** */
.news-hero-wrp {
  padding: 50px 0 120px;
  position: relative;
}
.news-hero-wrp .news-block .news-data h6 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #8493a8;
  margin: 0 0 5px;
}
.news-hero-wrp .news-block .news-data h2 {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: -0.02em;
  line-height: 62px;
  text-align: left;
  color: #002e5a;
  margin: 0 0 30px;
}
.news-hero-wrp .news-block .news-data p {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  color: #002e5a;
  margin: 0;
}
.news-hero-wrp .news-block .news-data p span {
  font-weight: 600;
}
.news-hero-wrp .news-block .news-img {
  position: relative;
  margin: 0 0 70px;
}
.news-hero-wrp .news-block .news-img:before {
  position: absolute;
  content: "";
  right: -15px;
  top: -15px;
  background: #002e5a;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.news-hero-wrp .news-block .news-img img {
  width: 100%;
  border-radius: 10px;
}

.news-hero-wrp form {
  max-width: 273.38px;
}
.news-hero-wrp form .form-group {
  position: relative;
}
.news-hero-wrp form .form-group label {
  font-weight: 300;
  font-size: 12px;
  line-height: 14.4px;
  text-align: left;
  color: #93908e;
  margin: 20px 0 0;
}
.news-hero-wrp form .form-group .form-control {
  font-weight: 600;
  font-size: 18.03px;
  line-height: 21.63px;
  text-align: left;
  color: #1c81ff;
  padding: 10px 40px 10px 20px;
  border: 1.01px solid #1c81ff;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.news-hero-wrp form .form-group .form-control::placeholder {
  color: #1c81ff;
}
.news-hero-wrp form .form-group i {
  position: absolute;
  right: 15px;
  top: 10px;
  font-weight: 600;
  font-size: 18.03px;
  line-height: 21.63px;
  text-align: left;
  color: #1c81ff;
}
/* **** End News Hero **** */

/* **** News Single Hero **** */
.news-single-hero-wrp {
  padding: 50px 0 50px;
  position: relative;
}
.news-single-hero-wrp .news-data {
  text-align: center;
}
.news-single-hero-wrp .news-data h6 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #8493a8;
  margin: 0 0 30px;
  text-align: center;
}
.news-single-hero-wrp .news-data h1 {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: -0.02em;
  line-height: 62px;
  text-align: left;
  color: #002e5a;
  margin: 0 0 30px;
  text-align: center;
}
.news-single-hero-wrp .news-data p {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  color: #93908e;
  margin: 0 0 30px;
  text-align: center;
}
.news-single-hero-wrp .news-data .cat-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  border: none;
}
.news-single-hero-wrp .news-data .cat-tabs li {
  margin-right: 30px;
}
.news-single-hero-wrp .news-data .cat-tabs li:last-child {
  margin: 0;
}
.news-single-hero-wrp .news-data .cat-tabs li .cat-link {
  font-family: "Dosis", sans-serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.02em;
  line-height: 20px;
  text-align: center;
  color: #ffae09;
  padding: 10px 25px;
  text-align: center;
  margin: 0;
  border-radius: 8px;
  background: transparent;
  border: 1px solid #ffae09;
}
.news-single-hero-wrp .news-data .cat-tabs li .cat-link:hover,
.news-single-hero-wrp .news-data .cat-tabs li .cat-link.active {
  background: #ffae09;
  color: #ffffff;
}

/* **** End News Single Hero **** */

/* **** News Single Image **** */
.news-single-image-wrp {
  position: relative;
}
.news-single-image-wrp .news-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
/* **** End News Single Image **** */

/* **** News Single Body **** */
.news-single-body-wrp {
  padding: 50px 0 120px;
  position: relative;
}
.news-single-body-wrp .news-body p,
.news-single-body-wrp .news-body ul {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #93908e;
  text-align: left;
  margin: 0 0 30px;
}
/* **** End News Single Body **** */

/* **** Contact Single Hero **** */
.contact-hero-wrp {
  padding: 50px 0 50px;
  position: relative;
}

.contact-hero-wrp h2 {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: -0.02em;
  line-height: 62px;
  text-align: left;
  color: #002e5a;
  margin: 0 0 30px;
}
.contact-hero-wrp p {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  color: #93908e;
  margin: 0 0 30px;
}

/* **** End Contact Single Hero **** */

/* **** Contact Form **** */

.contact-form-wrp {
  position: relative;
}
.contact-form-wrp form {
  position: relative;
}

.contact-form-wrp form .form-group {
  position: relative;
}
.contact-form-wrp form .row {
  margin: 0 0 30px;
}
.contact-form-wrp form .form-group label {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  text-align: left;
  color: #93908e;
  margin: 0 0 10px;
}
.contact-form-wrp form .form-group .form-control {
  font-weight: 600;
  font-size: 18.03px;
  line-height: 21.63px;
  text-align: left;
  color: #93908e;
  padding: 10px 40px 10px 20px;
  border: 1.01px solid #93908e;
  box-shadow: none;
  outline: none;
  background: transparent;
}
/* **** End Contact Form **** */

/* **** Contact Links **** */
.contact-links-wrp {
  padding: 80px 0 50px;
  position: relative;
}
.contact-links-wrp .contact-buttons ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-links-wrp .contact-buttons ul li {
  margin-right: 20px;
}
.contact-links-wrp .contact-buttons ul li:last-child {
  margin: 0;
}
.contact-links-wrp .contact-buttons .btn-secondary {
  border-radius: 8px;
  border: 1px solid #ffae09;
  padding: 22px 36px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #ffae09;
}
.contact-links-wrp .contact-buttons .btn-secondary i {
  margin-right: 24px;
}
.contact-links-wrp .contact-buttons .btn-secondary strong {
  margin: 0 10px 0 5px;
  font-weight: 700;
}
.contact-links-wrp .contact-buttons .btn-secondary:hover {
  background: #ffae09;
  color: #fff;
}
.contact-links-wrp .contact-buttons ul li small {
  font-weight: 600;
  font-size: 10px;
  text-align: left;
  color: #8d8b8c;
  display: block;
  margin: 5px 0 0 10px;
}

.contact-links-wrp .contact-buttons .btn-primary {
  border-radius: 8px;
  border: 1px solid #ffae09;
  background: #ffae09;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #fff;
  width: fit-content;
}
.contact-links-wrp .contact-buttons .btn-primary span {
  margin: 0 10px;
}
.contact-links-wrp .contact-buttons .btn-primary:hover {
  background: #002e5a;
  color: #fff;
  border-color: #002e5a;
}
/* **** End Contact Links **** */

/* **** Contact Locations **** */
.contact-location-wrp {
  padding: 80px 0 38px;
  position: relative;
}
.contact-location-img1 {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.dote-shape1 {
  position: absolute;
  max-width: 100%;
  top: 80px;
  left: 150px;
}
.dote-shape2 {
  position: absolute;
  max-width: 100%;
  top: 80px;
  right: -100px;
}
.contact-location-wrp .titlebar h2 {
  font-weight: bold;
  font-size: 33px;
  letter-spacing: -0.02em;
  line-height: 36.03px;
  text-align: center;
  color: #063f80;
  margin: 0 0 90px;
}
.contact-location-wrp .container {
  max-width: 1005px;
}
.contact-location-wrp .contact-location-box {
  margin: 0 0 40px;
}
.contact-location-wrp .contact-location-box .location-img {
  position: relative;
  margin: 0 15px 20px 0;
}
.contact-location-wrp .contact-location-box .location-img:before {
  position: absolute;
  content: "";
  top: -15px;
  right: -15px;
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background: #002e5a;
}
.contact-location-wrp .contact-location-box .location-img img {
  width: 100%;
  border-radius: 10px;
  position: relative;
  z-index: 8;
}
.contact-location-wrp .contact-location-box h6 {
  font-weight: 500;
  font-size: 8.69px;
  letter-spacing: 0.2em;
  line-height: 10.43px;
  text-align: left;
  color: #1c81ff;
  margin: 0 0 5px;
}

.contact-location-wrp .contact-location-box h2 {
  font-weight: bold;
  font-size: 20.72px;
  text-align: left;
  color: #063f80;
  margin: 0 0 10px;
}

.contact-location-wrp .contact-location-box h2 a {
  color: #063f80;
}
.contact-location-wrp .contact-location-box h2 a:hover {
  color: #ffae09;
}
.contact-location-wrp .contact-location-box p {
  font-weight: 300;
  font-size: 13.47px;
  line-height: 19.36px;
  text-align: left;
  color: #93908e;
  margin: 0;
}

/* **** End Contact Locations **** */

/* **** Contact Now **** */
.contact-new-box {
  display: flex;
  align-items: center;
  padding: 15px 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid #ffae09;
  color: #ffae09;
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 10;
}
.contact-new-box:hover {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #1c81ff;
  color: #1c81ff;
}
.contact-new-box .opener {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  width: 130px;
  padding: 0 15px;
  cursor: pointer;
}
.contact-new-box.active {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #1c81ff;
  color: #1c81ff !important;
}
.contact-new-box.active a {
  color: #1c81ff;
  border-bottom: 1px solid;
}
.contact-new-box.active a:hover {
  color: #ffae09;
}

.contact-new-box.active .opener i.arrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.contact-new-box.active .btn-yellow {
  background: #1c81ff;
}
.contact-new-box.active .btn-yellow:hover {
  background: #ffae09;
}
.contact-new-box .opener p {
  margin-top: 1rem;
}
.contact-new-box .opener i {
  display: block;
}
.contact-new-box .contact-now-form {
  width: 530px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #93908e;
  margin: 0 0 10px;
  padding: 0 15px;
  display: none;
}
.contact-new-box.active .contact-now-form {
  display: block;
}

.contact-new-box form .form-group {
  position: relative;
}
.contact-new-box form .form-group .form-control {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #93908e;
  padding: 10px 40px 10px 20px;
  border: 1.01px solid #93908e;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.contact-new-box form .form-group.icon i {
  font-size: 18px;
  color: #93908e;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* **** End Contact Now **** */

/* **** Properties Hero **** */
.properties-hero-wrp {
  padding: 50px 0 0;
  position: relative;
}
.properties-hero-wrp .properties-block h6 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #8493a8;
  margin: 0 0 5px;
}
.properties-hero-wrp .properties-block h2 {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: -0.02em;
  line-height: 62px;
  text-align: left;
  color: #002e5a;
  margin: 0 0 30px;
}
.properties-hero-wrp .properties-block p {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  color: #93908e;
  margin: 0 0 30px;
} /* **** End News Hero **** */

/* **** news-box **** */

.properties-wrp {
  position: relative;
  padding-bottom: 120px;
}
.properties-wrp .container.slider {
  /* width: 80%; */
  /* max-width: 80%; */
  margin: 0;
  margin-left: auto;
}
.properties-wrp h2 {
  font-weight: bold;
  font-size: 33px;
  letter-spacing: -0.02em;
  line-height: 36.03px;
  color: #063f80;
}
.properties-wrp p {
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  text-align: left;
  color: #93908e;
  margin: 0 0 30px;
}
.properties-wrp .properties-box {
  padding-bottom: 50px;
  position: relative;
}
.properties-wrp .properties-box a {
  position: relative;
  display: block;
}

.properties-wrp .properties-box img {
  width: 100%;
  border-radius: 10px;
  margin: 0 0 20px;
}
.properties-wrp .properties-box h6 {
  font-weight: 500;
  font-size: 8.69px;
  letter-spacing: 0.2em;
  line-height: 10.43px;
  text-align: left;
  color: #1c81ff;
  margin: 0 0 5px;
}
.properties-wrp .properties-box h2 {
  font-weight: bold;
  font-size: 20.72px;
  text-align: left;
  color: #063f80;
  margin: 0 0 10px;
}

.properties-wrp .properties-box h2 a {
  color: #063f80;
}

.properties-wrp .properties-box p {
  font-weight: 300;
  font-size: 13.47px;
  line-height: 19.36px;
  text-align: left;
  color: #93908e;
  margin: 0;
}
.properties-wrp .properties-box a ul.badges {
  position: absolute;
  top: 20px;
  right: 10px;
  margin: 0;
  border: none;
}
.properties-wrp .properties-box a ul.badges li {
  font-weight: 400;
  margin-right: 5px;
  font-size: 10px;
  letter-spacing: -0.02em;
  line-height: 16px;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  border-radius: 16px;
  background: #ffae09;
  border: 1px solid #ffae09;
  display: inline-block;
}
.properties-wrp .properties-box a ul.badges li:last-child {
  margin: 0;
}
.properties-wrp .properties-box .property-data {
  display: flex;
  flex-wrap: wrap;
}
.properties-wrp .properties-box .property-data .price {
  font-weight: bold;
  font-size: 20.72px;
  text-align: left;
  color: #063f80;
  flex: 1;
  align-self: center;
}
.properties-wrp .properties-box .property-data .areq {
  font-weight: 300;
  font-size: 10;
  text-align: right;
  color: #063f80;
  flex: 1;
  align-self: center;
}
.properties-wrp .properties-box .property-data .title {
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: #063f80;
  flex: 0 0 100%;
}
.properties-wrp .properties-box .property-features {
  font-weight: 300;
  font-size: 13.47px;
  line-height: 19.36px;
  text-align: left;
  color: #93908e;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.properties-wrp .properties-box .property-features div {
  flex: 1;
  align-self: center;
  margin-top: 5px;
}
.properties-wrp .properties-box .property-features div i {
  margin-right: 5px;
}
.properties-wrp .properties-box .property-features .location {
  flex: 0 0 100%;
}

/* the slides */
.properties-wrp .properties-list.slider .slick-slide {
  margin-left: 15px;
}
.properties-wrp .properties-list.slider .slick-list {
  /*margin-left:-15px;*/
}

.properties-wrp .btn-yellow {
  margin: 65px auto 0;
}
.properties-wrp .btn-yellow:hover {
  background: #000;
  color: #fff;
}

/* **** End Properties Box **** */

/* **** Properties Filters **** */
.properties-filters-wrp {
  padding: 50px 0 50px;
}
.properties-filters-wrp form {
  position: relative;
}

.properties-filters-wrp form .form-group {
  position: relative;
}
.properties-filters-wrp form .form-group.range {
  display: flex;
  flex-wrap: wrap;
}
.properties-filters-wrp form .form-group.range label {
  flex: 0 0 100%;
}
.properties-filters-wrp form .form-group.range span,
.properties-filters-wrp form .form-group .form-control {
  flex: 1;
  align-self: center;
}
.properties-filters-wrp form .form-group.range span {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  text-align: left;
  color: #1c81ff;
  text-align: center;
}
.properties-filters-wrp form .row {
  margin: 0 0 30px;
}
.properties-filters-wrp form .form-group label {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  text-align: left;
  color: #1c81ff;
  margin: 0 0 10px;
}
.properties-filters-wrp form .form-group .form-control {
  font-weight: 500;
  font-size: 18.03px;
  line-height: 21.63px;
  text-align: left;
  color: #1c81ff;
  padding: 10px 40px 10px 20px;
  border: 1.01px solid #1c81ff;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.properties-filters-wrp form .form-group .form-control:hover {
  color: #ffae09;
  border-color: #ffae09;
}
.properties-filters-wrp form .form-group .form-select {
  font-weight: 500;
  font-size: 18.03px;
  line-height: 21.63px;
  text-align: left;
  color: #1c81ff;
  padding: 10px 40px 10px 20px;
  border: 1.01px solid #1c81ff;
}
.properties-filters-wrp form .form-group .form-select:hover {
  color: #ffae09;
  border-color: #ffae09;
}
.properties-filters-wrp form .form-group .btn-primary {
  padding: 12px 25px;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  text-align: left;
  color: #fff;
  display: table;
  border-radius: 8px;
  background: #1c81ff;
  display: flex;
  align-items: center;
  width: fit-content;
  border: 1px solid #1c81ff;
}
.properties-filters-wrp form .form-group .btn-primary i {
  margin-left: 10px;
}
.properties-filters-wrp form .form-group .btn-primary:hover {
  background: #ffae09;
  color: #fff;
  border-color: #ffae09;
}
/* **** End Properties Filters **** */

/* **** Properties Single  **** */
.properties-single-wrp {
  padding: 0 0 120px;
  position: relative;
}
.properties-single-wrp .images {
  margin: 0 0 40px;
}
.properties-single-wrp .featured-image {
  margin: 0 0 20px;
}
.properties-single-wrp .featured-image img {
  width: 100%;
  border-radius: 10px;
  margin: 0 0 20px;
}
.properties-single-wrp .gallery-images ul {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px;
  overflow: hidden;
  position: relative;
}
.properties-single-wrp .gallery-images ul li {
  display: block;
  min-width: 174px;
  padding: 0 10px;
}
.properties-single-wrp .gallery-images ul a img {
  max-width: 100%;
  border-radius: 10px;
  min-width: 174px;
  max-height: 130px;
  object-fit: cover;
}

.properties-single-wrp .location-map h3 {
  font-weight: bold;
  font-size: 33px;
  letter-spacing: -0.02em;
  line-height: 36.03px;
  color: #063f80;
  margin: 0 0 22px;
}
.properties-single-wrp .location-map iframe {
  border-radius: 10px;
}
.properties-single-wrp .property-info .title {
  margin: 0 0 15px;
}
.properties-single-wrp .property-info .title h2 {
  font-weight: bold;
  font-size: 33px;
  line-height: 33.22px;
  text-align: left;
  color: #063f80;
  margin: 0;
}
.properties-single-wrp .property-info ul.badges {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0;
  border: none;
  margin: 0 0 20px;
}
.properties-single-wrp .property-info ul.badges li,
.properties-single-wrp .property-info ul.badges li a {
  font-weight: 400;
  margin-right: 5px;
  font-size: 10px;
  letter-spacing: -0.02em;
  line-height: 16px;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  border-radius: 16px;
  background: #ffae09;
  border: 1px solid #ffae09;
}
.properties-single-wrp .property-info ul.badges li:last-child {
  margin: 0;
}

.properties-single-wrp .property-actions ul.badges {
  margin: 0;
  border: none;
  margin: 20px auto;
}
.properties-single-wrp .property-actions ul.badges li,
.properties-single-wrp .property-actions ul.badges li a {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 22px;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
  border-radius: 16px;
  background: #1c81ff;
  border: 1px solid #1c81ff;
  margin-bottom: 10px;
}
.property-actions ul.badges li a {
  color: #fff;
  text-decoration: none;
}
.properties-single-wrp .property-actions ul.badges li:last-child {
  margin: 0;
}

.properties-single-wrp .property-info .property-features {
  font-weight: 300;
  font-size: 13.47px;
  line-height: 19.36px;
  text-align: left;
  color: #93908e;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 20px;
  max-width: 500px;
}
.properties-single-wrp .property-info .property-features div {
  flex: 1 1 auto;
  align-self: center;
  margin-top: 5px;
}
.properties-single-wrp .property-info .property-features div i {
  margin-right: 5px;
}
.properties-single-wrp .property-info .property-features .location {
  flex: 0 0 100%;
  flex-basis: 100%;
}
.properties-single-wrp .property-info .property-data .price {
  font-weight: bold;
  font-size: 20.72px;
  text-align: left;
  color: #063f80;
  margin: 0 0 40px;
}
.properties-single-wrp .property-description p {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #93908e;
  text-align: left;
  margin: 0 0 30px;
}
.properties-single-wrp .property-description ul,
.properties-single-wrp .property-description ol {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #93908e;
  text-align: left;
  margin: 0 0 30px;
  padding-left: 20px;
}
.properties-single-wrp .property-description ul,
.properties-single-wrp .property-description ul li {
  list-style-type: disc;
}

.properties-list.slider .slick-slider {
  padding-top: 50px;
}

.properties-single-wrp .btn-yellow {
}
.properties-single-wrp .btn-yellow:hover {
  background: #1c81ff;
  color: #fff;
}
.properties-single-wrp .contact-now-form {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #93908e;
  margin: 20px 0;
}
.properties-single-wrp .contact-now-form h3 {
  font-weight: bold;
  font-size: 33px;
  letter-spacing: -0.02em;
  line-height: 36.03px;
  color: #063f80;
  margin: 0 0 22px;
}
.properties-single-wrp .contact-now-form form .form-group {
  position: relative;
  margin-bottom: 10px;
}
.properties-single-wrp .contact-now-form form .form-group .form-control {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  color: #93908e;
  padding: 10px 40px 10px 20px;
  border: 1.01px solid #93908e;
  box-shadow: none;
  outline: none;
  background: transparent;
}
.properties-single-wrp .contact-now-form form .form-group.icon i {
  font-size: 18px;
  color: #93908e;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.properties-single-wrp .contact-now-form form .form-group label {
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  text-align: left;
  color: #93908e;
  margin: 0 0 10px;
}
/* **** End Properties Single **** */

/* **** Slick Slider Arrows **** */

.slick-prev,
.slick-next {
  border: 1px solid #ffae09;
  background: #ffae09;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  color: #fff;
  font-size: 25px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  font-weight: 400;
}
.slick-prev i,
.slick-next i {
  font-weight: 400;
}

.properties-list.slider .slick-prev,
.properties-list.slider .slick-next {
  top: 0%;
}
.slick-prev {
  left: 0;
}
.properties-list.slider .slick-prev {
  right: 70px;
  left: unset;
}
.slick-next {
  right: 0;
}
.properties-list.slider .slick-next {
  right: 20px;
  left: unset;
}
.slick-prev:before {
  color: white;
}
.slick-next:after {
  color: white;
}
.slick-track,
.slick-list {
  width: 100%;
  min-width: 100%;
}
/* **** End Slick Slider Arrows **** */

/* **** Company Hero **** */
.company-hero-wrp {
  padding: 50px 0 50px;
  position: relative;
}
.company-hero-wrp .company-block h6 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #8493a8;
  margin: 0 0 5px;
}
.company-hero-wrp .company-block h2 {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: -0.02em;
  line-height: 62px;
  text-align: left;
  color: #002e5a;
  margin: 0 0 30px;
}
.company-hero-wrp .company-block p {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  color: #002e5a;
  margin: 0;
  padding-bottom: 1em;
}
.company-hero-wrp .company-block p span {
  font-weight: 600;
}
.company-hero-wrp .company-block .company-img {
  position: relative;
  margin: 0 0 70px;
}
.company-hero-wrp .company-block .company-img:before {
  position: absolute;
  content: "";
  right: -15px;
  top: -15px;
  background: #002e5a;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.company-hero-wrp .company-block .company-img img {
  width: 100%;
  border-radius: 10px;
}
/* **** End Company Hero **** */

/* **** Generic **** */
.generic-wrp {
  padding: 0 0 50px;
  position: relative;
}
.generic-wrp .generic-img1 {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.generic-wrp .dote-shape1 {
  position: absolute;
  max-width: 100%;
  top: 80px;
  left: 150px;
}
.generic-wrp .dote-shape2 {
  position: absolute;
  max-width: 100%;
  top: 80px;
  right: -100px;
}
.generic-wrp .titlebar p {
  margin: 0 0 90px;
}
.generic-wrp.left .titlebar h2,
.generic-wrp.left .titlebar p {
  text-align: left;
}

.generic-wrp .generic-box {
  display: block;
}
.generic-wrp .generic-box .box-icon {
  width: 112px;
  height: 112px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 15px 20px rgba(0, 46, 90, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
}
.generic-wrp .generic-box .box-icon img {
  max-width: 100%;
}

.generic-wrp .generic-box h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 26.4px;
  text-align: center;
  color: #063f80;
  margin: 0 0 22px;
}
.generic-wrp .generic-box p {
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  text-align: center;
  color: #93908e;
  font-weight: 300;
}
.generic-wrp.left .generic-box {
  text-align: left;
}

.generic-wrp.left .generic-box p {
  text-align: left;
}
.generic-wrp.left .generic-box table {
  width: 100%;
}
.generic-wrp.left .generic-box ul,
.generic-wrp .generic-box ul {
  list-style: disc;
  padding-left: 45px;
  margin-bottom: 15px;
}
.generic-wrp.left .generic-box ul li,
.generic-wrp .generic-box ul li {
  font-weight: normal;
  font-size: 19px;
  line-height: 23px;
  color: #93908e;
  font-weight: 300;
  list-style: disc;
  padding-bottom: 1em;
}
.generic-wrp .management-img {
  position: relative;
  margin: 0 0 70px;
}
.generic-wrp .management-img:before {
  position: absolute;
  content: "";
  right: -15px;
  top: -15px;
  background: #002e5a;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.generic-wrp.generic-wrp .management-img img {
  width: 100%;
  border-radius: 10px;
}

.generic-wrp .btn-yellow {
  margin: 65px auto 0;
}
/* **** End Generic **** */

/* **** Generic **** */
.staff-wrp {
  padding: 50px 0 50px;
  position: relative;
}
.staff-wrp .staff-img1 {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.staff-wrp .dote-shape1 {
  position: absolute;
  max-width: 100%;
  top: 80px;
  left: 150px;
}
.staff-wrp .dote-shape2 {
  position: absolute;
  max-width: 100%;
  top: 80px;
  right: -100px;
}
.staff-wrp .titlebar p {
  margin: 0 0 90px;
}

.staff-wrp .staff-box {
  padding-left: 20px;
}
.staff-wrp .row {
  align-items: center;
}
.staff-wrp .staff-box .box-icon {
  width: 112px;
  height: 112px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 15px 20px rgba(0, 46, 90, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
}
.staff-wrp .staff-box .box-icon img {
  max-width: 100%;
}
.staff-wrp .staff-box h2 {
  font-weight: bold;
  font-size: 24.61px;
  line-height: 29.53px;
  text-align: left;
  color: #063f80;
  margin: 0 0 8px;
}
.staff-wrp .staff-box h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 26.4px;
  text-align: center;
  color: #063f80;
  margin: 0 0 22px;
}
.staff-wrp .staff-box h6 {
  font-weight: 500;
  font-size: 10.32px;
  letter-spacing: 0.2em;
  line-height: 12.39px;
  text-align: left;
  color: #1c81ff;
  margin: 0 0 5px;
}
.staff-wrp .staff-box p {
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
  text-align: left;
  color: #93908e;
  margin: 0;
  margin-bottom: 10px;
}
.staff-wrp .staff-img {
  position: relative;
}
.staff-wrp .staff-img:before {
  position: absolute;
  content: "";
  right: -15px;
  top: -15px;
  background: #002e5a;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.staff-wrp .staff-img img {
  width: 100%;
  border-radius: 10px;
}
/* **** End Generic **** */

/* **** Download **** */
.download-wrp {
  padding: 80px 0 38px;
  position: relative;
}
.download-img1 {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.download-wrp .titlebar p {
  margin: 0 0 90px;
}
.download-wrp .container {
  max-width: 1005px;
}
.download-wrp .download-box {
}
.download-wrp .download-box .box-icon {
  width: 112px;
  height: 112px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 15px 20px rgba(0, 46, 90, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 35px;
}
.download-wrp .download-box .box-icon i {
  width: 44px;
  height: 44px;
  color: #1c81ff;
  font-size: 44px;
  line-height: 44px;
  text-align: center;
  font-weight: 300;
}
.download-wrp .download-box .box-icon img {
  max-width: 100%;
}
.download-wrp .download-box h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 26.4px;
  text-align: center;
  color: #063f80;
  margin: 0 0 22px;
}
.download-wrp .download-box p {
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #93908e;
  margin: 0 auto 112px;
}
.download-wrp .download-box p a {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  text-align: center;
  color: #ffae09;
  text-decoration: underline;
}
.download-wrp .download-box p a:hover {
  color: #1c81ff;
}
/* **** End Services **** */

/* **** Simple Page Hero **** */
.simple-page-hero-wrp {
  padding: 50px 0 50px;
  position: relative;
}
.simple-page-hero-wrp .simple-page-data {
  text-align: center;
}
.simple-page-hero-wrp .simple-page-data h6 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #8493a8;
  margin: 0 0 30px;
  text-align: center;
}
.simple-page-hero-wrp .simple-page-data h1 {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: -0.02em;
  line-height: 62px;
  text-align: left;
  color: #002e5a;
  margin: 0 0 30px;
  text-align: center;
}
.simple-page-hero-wrp .simple-page-data p {
  font-weight: 300;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  color: #93908e;
  margin: 0 0 30px;
  text-align: center;
}

/* **** End News Single Hero **** */

/* **** News Single Image **** */
.simple-page-image-wrp {
  position: relative;
}
.simple-page-image-wrp .simple-page-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
/* **** End News Single Image **** */

/* **** News Single Body **** */
.simple-page-body-wrp {
  padding: 50px 0 120px;
  position: relative;
}
.simple-page-body-wrp .simple-page-body p,
.simple-page-body-wrp .simple-page-body ul {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #93908e;
  text-align: left;
  margin: 0 0 30px;
}
/* **** End News Single Body **** */
