/* customVariables */
/* color */
/* fonts */
/* global */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body,
html {
  font-size: 16px;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
  min-height: 100%;
  font-family: "Mulish-Regular"; }

body.overflow-hidden {
  overflow: hidden; }

.wrapper-blog {
  padding-top: 80px; }

.section-block-pd {
  padding-top: 50px;
  padding-bottom: 50px; }

.section-block-mg {
  margin-top: 50px;
  margin-bottom: 50px; }

header,
footer,
section,
article {
  display: block; }

.main-content {
  overflow: hidden; }

img {
  display: block;
  max-width: 100%; }

a {
  text-decoration: none; }
  a:focus {
    outline: none; }
  a:hover {
    text-decoration: none; }

ul,
ol {
  margin: 0px;
  padding: 0;
  list-style: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: normal; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  p a {
    text-decoration: none; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover,
    p a:hover {
      text-decoration: none; }

h1 {
  font-size: 60px;
  line-height: 75px;
  font-family: "Mulish-ExtraLight"; }

h2,
.heading42 {
  font-size: 42px;
  line-height: 52px;
  font-family: "Mulish-ExtraBold"; }

.heading40 {
  font-size: 40px;
  line-height: 48px;
  font-family: "Mulish-Medium"; }

h3,
.heading36 {
  font-size: 36px;
  line-height: 48px;
  font-family: "Mulish-Bold"; }

.heading32 {
  font-size: 32px;
  line-height: 40px;
  font-family: "Mulish-Bold"; }

.heading24 {
  font-size: 24px;
  line-height: 30px;
  font-family: "Mulish-Medium"; }

.pd-t-100 {
  padding-top: 100px; }

.pd-b-100 {
  padding-bottom: 100px; }

.top-heading {
  max-width: 944px;
  margin: 0 auto 50px;
  text-align: center; }
  .top-heading h2 {
    color: #143062; }
  .top-heading p {
    margin-top: 24px;
    color: #555555; }

button:focus {
  outline: none; }

.text-underline {
  text-decoration: underline; }

.hidden {
  display: none !important; }

.btn {
  border: none;
  outline: none;
  background-color: none;
  font-size: 16px;
  line-height: 21px;
  padding: 7px 16px;
  border-radius: 4px;
  color: #143062;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Mulish-Medium"; }
  .btn.transparent-btn {
    border: 1px solid rgba(20, 48, 98, 0.5); }
  .btn.btn-md {
    padding: 12px 26px;
    background-color: #53EAFF; }
  .btn.rounded-btn {
    padding: 10px 20px;
    background-color: #53EAFF;
    border-radius: 66px; }

.slider-dots .slick-dots {
  left: 0;
  right: 0;
  bottom: -15px; }
  .slider-dots .slick-dots li {
    width: auto;
    height: auto;
    margin: 0 8px; }
    .slider-dots .slick-dots li button {
      width: 14px;
      height: 14px;
      background-color: #c8c9d6;
      border-radius: 50%;
      transition: all 0.4s; }
      .slider-dots .slick-dots li button:before {
        content: none; }
    .slider-dots .slick-dots li.slick-active button {
      width: 30px;
      border-radius: 20px;
      height: 14px;
      background-color: #4F48BA; }

.circle-list-wrap {
  padding-top: 20px; }
  .circle-list-wrap li {
    position: relative;
    transition: all 0.2s linear;
    padding-left: 20px;
    margin-bottom: 20px; }
    .circle-list-wrap li:last-child {
      margin-bottom: 0; }
    .circle-list-wrap li strong {
      font-family: "Mulish-Bold"; }
    .circle-list-wrap li::before {
      position: absolute;
      content: '';
      width: 8px;
      height: 8px;
      border-radius: 50%;
      border: 2px solid #143062;
      left: 0;
      top: 8px;
      transition: all 0.2s linear; }
    .circle-list-wrap li:hover::before {
      background-color: #143062; }

@media (max-width: 1199px) {
  .pd-t-100 {
    padding-top: 60px; }

  .pd-b-100 {
    padding-bottom: 60px; } }
@media (max-width: 991px) {
  .pd-t-100 {
    padding-top: 50px; }

  .pd-b-100 {
    padding-bottom: 50px; }

  .top-heading {
    margin-bottom: 40px; }

  h2,
  .heading42 {
    font-size: 36px;
    line-height: 44px; }

  .heading40 {
    font-size: 32px;
    line-height: 40px; }

  h3,
  .heading36 {
    font-size: 30px;
    line-height: 38px; }

  .heading32 {
    font-size: 28px;
    line-height: 36px; }

  .heading24 {
    font-size: 20px;
    line-height: 28px; }

  .section-block-pd {
    padding-top: 25px;
    padding-bottom: 25px; }

  .section-block-mg {
    margin-top: 25px;
    margin-bottom: 25px; } }
@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 48px; }

  h2,
  .heading42 {
    font-size: 32px;
    line-height: 40px; }

  .heading40 {
    font-size: 28px;
    line-height: 36px; }

  h3,
  .heading36 {
    font-size: 26px;
    line-height: 34px; }

  .heading32 {
    font-size: 24px;
    line-height: 32px; }

  .heading24 {
    font-size: 18px;
    line-height: 26px; }

  .wrapper-blog {
    padding-top: 52px; }

  .pd-t-100 {
    padding-top: 40px; }

  .pd-b-100 {
    padding-bottom: 40px; }

  .top-heading {
    margin-bottom: 30px; }

  .section-block-pd {
    padding-top: 20px;
    padding-bottom: 20px; }

  .section-block-mg {
    margin-top: 20px;
    margin-bottom: 20px; } }
/* header */
.header-box {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  background: transparent;
  transition: all 0.3s linear; }
  .header-box.affix {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    background: #ffffff; }
    .header-box.affix .header-inner {
      transition: all 0.3s linear;
      padding: 20px 0; }
  .header-box .bg-white {
    background-color: #ffffff; }

.header-inner {
  padding: 27px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s linear; }

.hamburger-menu {
  width: 24px;
  height: 15px;
  background-color: transparent;
  border: 0;
  position: relative;
  float: right; }
  .hamburger-menu.active .menu-bar.top-bar {
    transform: rotate(45deg);
    top: -2px; }
  .hamburger-menu.active .menu-bar.middle-bar {
    display: none; }
  .hamburger-menu.active .menu-bar.bottom-bar {
    transform: rotate(-45deg);
    bottom: -2px; }
  .hamburger-menu .menu-bar {
    position: absolute;
    height: 2px;
    background-color: #000000;
    width: 100%;
    left: 0;
    transform-origin: left;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px; }
    .hamburger-menu .menu-bar.top-bar {
      top: 0; }
    .hamburger-menu .menu-bar.middle-bar {
      transform: translateY(-50%);
      top: 50%; }
    .hamburger-menu .menu-bar.bottom-bar {
      bottom: 0; }

.header-menu {
  display: flex;
  align-items: center;
  margin: 0 -12px; }
  .header-menu .header-list {
    padding: 0 12px; }
  .header-menu .menu-links {
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-family: "Mulish-Medium"; }
    .header-menu .menu-links.active {
      color: #000000; }

@media (max-width: 767px) {
  .header-inner {
    padding: 20px 0; }

  .header-menu {
    position: fixed;
    width: 100%;
    top: 52px;
    padding: 0 15px;
    left: 0;
    margin: 0;
    flex-direction: column;
    align-items: start;
    transform: translateX(-100%);
    transition: all 0.3s linear;
    background: #ffffff;
    height: 100%; }
    .header-menu .header-list {
      padding: 0;
      padding-bottom: 20px; }
      .header-menu .header-list:last-child {
        padding-bottom: 0; }
    .header-menu.opened {
      transform: translateX(0%); } }
/* banner */
.banner-box {
  background-color: #53EAFF;
  padding-top: 107px;
  position: relative;
  z-index: 1; }
  .banner-box .side-bg {
    position: absolute;
    left: -50px;
    top: -60px;
    z-index: -1; }
  .banner-box .banner-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end; }
  .banner-box .banner-right {
    width: 522px; }
  .banner-box .banner-left {
    width: calc(100% - 522px);
    padding-right: 20px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1; }
    .banner-box .banner-left h1 {
      color: #0E1F29; }
  .banner-box .dots-bg {
    position: absolute;
    z-index: -1;
    top: -65px;
    left: 0; }
  .banner-box .banner-text {
    color: #0E1F29;
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px; }

@media (max-width: 1199px) {
  .banner-box .banner-left {
    width: calc(100% - 400px); }
  .banner-box .banner-right {
    width: 400px; } }
@media (max-width: 991px) {
  .banner-box .banner-left {
    width: calc(100% - 300px);
    padding-bottom: 40px; }
  .banner-box .banner-right {
    width: 300px; }
  .banner-box .banner-text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px; } }
@media (max-width: 767px) {
  .banner-box {
    padding-top: 85px; }
    .banner-box .banner-left {
      width: 100%;
      padding-right: 0;
      padding-bottom: 0; }
    .banner-box .banner-right {
      width: 100%;
      padding-top: 30px; }
      .banner-box .banner-right img {
        margin: 0 auto; }
    .banner-box .dots-bg {
      width: 100px;
      top: -20px; } }
/* about us */
.about-us-box .about-us-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
.about-us-box .about-us-left {
  width: 453px; }
.about-us-box .about-us-right {
  width: calc(100% - 453px);
  padding-left: 102px; }
.about-us-box .about-title {
  color: #143062; }
.about-us-box .bottom-content {
  padding-top: 30px; }
.about-us-box .desc-head {
  font-size: 18px;
  line-height: 32px;
  color: #143062;
  font-family: "Mulish-Medium"; }
.about-us-box .description {
  font-size: 16px;
  line-height: 28px;
  color: #555555;
  margin-top: 12px; }
.about-us-box .mob-image {
  display: none; }

@media (max-width: 1199px) {
  .about-us-box .about-us-left {
    width: 400px; }
  .about-us-box .about-us-right {
    width: calc(100% - 400px);
    padding-left: 50px; } }
@media (max-width: 991px) {
  .about-us-box .about-us-left {
    width: 300px; }
  .about-us-box .about-us-right {
    width: calc(100% - 300px);
    padding-left: 40px; }
  .about-us-box .bottom-content {
    padding-top: 15px; }
  .about-us-box .description {
    margin-top: 6px; } }
@media (max-width: 767px) {
  .about-us-box .about-us-left {
    width: 100%; }
    .about-us-box .about-us-left img {
      margin: 0 auto; }
  .about-us-box .about-us-right {
    width: 100%;
    padding-left: 0; }
  .about-us-box .desk-img {
    display: none; }
  .about-us-box .mob-image {
    display: block;
    margin: 30px auto; }
  .about-us-box .bottom-content {
    padding-top: 5px; } }
/* investment portfolio */
.investment-portfolio-box .portfolio-inner {
  display: flex;
  flex-wrap: wrap; }
.investment-portfolio-box .left-content {
  width: 540px; }
.investment-portfolio-box .portfolio-content {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 50px;
  border-radius: 20px;
  height: 100%; }
.investment-portfolio-box .left-content-inner {
  background-image: url("../images/investment-portfolio.png"); }
.investment-portfolio-box .inner-heading {
  color: #ffffff; }
.investment-portfolio-box .description {
  color: #ffffff;
  margin-top: 20px; }
.investment-portfolio-box .companies-list {
  padding-top: 20px; }
  .investment-portfolio-box .companies-list li {
    padding-bottom: 19px; }
    .investment-portfolio-box .companies-list li:last-child {
      padding-bottom: 0; }
.investment-portfolio-box .companies-link {
  padding: 10px;
  background: #ffffff;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 24px;
  color: #143062;
  font-family: "Mulish-Medium";
  min-height: 44px; }
.investment-portfolio-box .right-content {
  width: calc(100% - 540px);
  padding-left: 30px;
  display: flex;
  flex-direction: column; }
.investment-portfolio-box .top-content {
  background-image: url("../images/investment-portfolio2.png");
  flex-grow: 1; }
.investment-portfolio-box .healthcare-wrap {
  padding-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -5px; }
  .investment-portfolio-box .healthcare-wrap li {
    width: 33.33%;
    padding: 0 5px; }
  .investment-portfolio-box .healthcare-wrap .companies-link {
    width: 100%; }
.investment-portfolio-box .bottom-content {
  margin-top: 31px;
  background-image: url("../images/investment-portfolio3.png"); }
  .investment-portfolio-box .bottom-content .description {
    max-width: 360px; }

@media (max-width: 1199px) {
  .investment-portfolio-box .left-content {
    width: 500px; }
  .investment-portfolio-box .right-content {
    width: calc(100% - 500px); } }
@media (max-width: 991px) {
  .investment-portfolio-box .left-content {
    width: 100%; }
  .investment-portfolio-box .right-content {
    width: 100%;
    padding-left: 0;
    padding-top: 20px; }
  .investment-portfolio-box .portfolio-content {
    padding: 25px; }
  .investment-portfolio-box .bottom-content {
    margin-top: 20px; } }
/* investment approach */
.investment-approach-box {
  padding-bottom: 120px; }
  .investment-approach-box .approach-inner {
    padding: 50px;
    background-color: #4F48BA;
    border-radius: 40px;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.01), 5px 0px 10px rgba(0, 0, 0, 0.01), 0px -5px 10px rgba(0, 0, 0, 0.01), 0px 5px 10px rgba(0, 0, 0, 0.01);
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1; }
  .investment-approach-box .blue-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    height: 100%;
    z-index: -1; }
  .investment-approach-box .approach-heading {
    color: #ffffff; }
  .investment-approach-box .sub-heading {
    color: #53EAFF;
    margin-top: 15px; }
  .investment-approach-box .description {
    color: #EFEFEF;
    margin-top: 24px; }
  .investment-approach-box .approach-left {
    width: 490px; }
  .investment-approach-box .approach-right {
    width: calc(100% - 490px);
    padding-left: 20px;
    position: relative;
    z-index: 1; }
    .investment-approach-box .approach-right .approach-img {
      margin-left: auto; }
  .investment-approach-box .graph-img {
    position: absolute;
    bottom: -170px;
    z-index: -1;
    right: 40px; }

@media (max-width: 1199px) {
  .investment-approach-box .graph-img {
    bottom: -113px;
    right: 40px; } }
@media (max-width: 991px) {
  .investment-approach-box {
    padding-bottom: 150px; }
    .investment-approach-box .approach-left {
      width: 100%; }
    .investment-approach-box .approach-inner {
      padding: 30px; }
    .investment-approach-box .approach-right {
      width: 100%;
      padding-top: 30px;
      padding-left: 0; }
      .investment-approach-box .approach-right .approach-img {
        margin: auto; }
    .investment-approach-box .blue-bg {
      height: auto; }
    .investment-approach-box .graph-img {
      bottom: -180px;
      right: 173px; } }
@media (max-width: 767px) {
  .investment-approach-box {
    padding-bottom: 80px; }
    .investment-approach-box .approach-right .approach-img {
      max-width: 200px; }
    .investment-approach-box .graph-img {
      bottom: -107px;
      right: 32px; } }
/* meet our team */
.our-team-box .nav {
  flex-wrap: nowrap;
  overflow-x: scroll;
  margin: 0 -5px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border: none; }
  .our-team-box .nav::-webkit-scrollbar {
    display: none; }
.our-team-box .nav-item {
  min-width: 250px;
  padding: 0 5px; }
.our-team-box .nav-link {
  padding: 20px;
  border: none;
  outline: none;
  background-color: #F4F6FA;
  border-radius: 10px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  text-align: left;
  width: 100%; }
.our-team-box .tab-btn-left {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden; }
  .our-team-box .tab-btn-left img {
    width: 100%;
    height: 100%; }
.our-team-box .slick-track {
  display: flex;
  height: 100%; }
.our-team-box .slick-slide {
  float: none;
  height: auto; }
.our-team-box .tab-btn-right {
  width: calc(100% - 72px);
  padding-left: 10px; }
.our-team-box .member-name {
  font-size: 16px;
  line-height: 20px;
  color: #143062;
  font-family: "Mulish-Bold"; }
.our-team-box .partner-text {
  margin-top: 7px;
  color: rgba(20, 48, 98, 0.7); }
.our-team-box .tab-content {
  padding-top: 20px; }
.our-team-box .tab-row {
  padding: 20px; }
.our-team-box .tab-list {
  padding: 30px 40px 40px;
  background: linear-gradient(0deg, #ffffff, #ffffff), #F4F6FA;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  height: 100%; }
.our-team-box .designation {
  color: #4F48BA;
  margin-top: 2px;
  font-size: 20px;
  line-height: 25px;
  font-family: "Mulish-Bold"; }
.our-team-box .inner-text {
  padding-top: 17px; }
  .our-team-box .inner-text p {
    margin-bottom: 15px;
    color: #555555; }
    .our-team-box .inner-text p:last-child {
      margin-bottom: 0; }
.our-team-box .slick-slide.slick-current .nav-link {
  background-color: #53EAFF;
  box-shadow: 0px 7px 30px 0px #0000001A; }

@media (max-width: 767px) {
  .our-team-box .tab-list {
    padding: 25px; }
  .our-team-box .tab-row {
    padding: 10px; } }
/* latest blogs */
.latest-blog-box {
  padding-top: 70px;
  padding-bottom: 94px;
  background-color: #F4F6FA; }
  .latest-blog-box .latest-blog-inner {
    margin: 0 -15px; }
  .latest-blog-box .latest-blog-row {
    padding: 0 15px; }
    .latest-blog-box .latest-blog-row:last-child {
      padding-right: 0; }
  .latest-blog-box .slick-list {
    padding-bottom: 50px; }
  .latest-blog-box .slick-track {
    display: flex;
    height: 100%; }
  .latest-blog-box .slick-slide {
    float: none;
    height: auto; }
  .latest-blog-box .latest-blog-col {
    height: 100%;
    background-color: #ffffff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px; }
  .latest-blog-box .image-wrapper {
    height: 200px;
    border-radius: 10px 10px 0 0; }
    .latest-blog-box .image-wrapper img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      border-radius: inherit; }
  .latest-blog-box .content-wrapper {
    padding: 20px 30px 30px; }
  .latest-blog-box .date {
    color: #555555; }
  .latest-blog-box .btn-wrapper {
    padding-top: 24px; }
  .latest-blog-box .blog-title {
    font-size: 18px;
    line-height: 23px;
    font-family: "Mulish-SemiBold";
    color: #143062;
    margin-top: 10px; }

@media (max-width: 1199px) {
  .latest-blog-box {
    padding: 60px 0;
    margin-top: 60px; }
    .latest-blog-box .latest-blog-inner {
      margin: 0 -10px; }
    .latest-blog-box .latest-blog-row {
      padding: 0 10px; } }
@media (max-width: 767px) {
  .latest-blog-box {
    padding: 40px 0 60px;
    margin-top: 40px; }
    .latest-blog-box .slick-list {
      padding-bottom: 40px; } }
/* news updates */
.news-update-box .news-update-inner {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px; }
.news-update-box .left-content {
  width: 300px; }
  .news-update-box .left-content img {
    width: 100%;
    height: 100%;
    border-radius: 20px 0 0 20px;
    object-fit: cover; }
.news-update-box .right-content {
  width: calc(100% - 300px);
  padding: 40px 50px; }
.news-update-box .updates-heading {
  font-family: "Mulish-ExtraBold";
  color: #143062; }
.news-update-box .update-text {
  margin-top: 15px;
  color: #555555; }
.news-update-box .subscribe-wrap {
  padding-top: 24px; }
.news-update-box .btn-inner {
  position: relative;
  max-width: 327px;
  width: 100%; }
.news-update-box .input-field {
  height: 46px;
  padding: 0px 125px 0px 20px;
  font-size: 14px;
  line-height: 20px;
  border: none;
  outline: none;
  background: none;
  border: 1px solid rgba(20, 48, 98, 0.5);
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
  border-radius: 70px;
  width: 100%; }
  .news-update-box .input-field::placeholder {
    color: rgba(102, 102, 102, 0.5); }
.news-update-box .btn {
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%); }

@media (max-width: 991px) {
  .news-update-box .right-content {
    padding: 20px; } }
@media (max-width: 767px) {
  .news-update-box .left-content {
    width: 100%;
    height: 300px; }
    .news-update-box .left-content img {
      border-radius: 20px 20px 0 0; }
  .news-update-box .right-content {
    width: 100%; } }
/* get in touch */
.get-in-touch-box {
  padding-bottom: 50px; }
  .get-in-touch-box .top-content {
    padding: 70px 0 221px;
    background-color: #F9F3F5; }
  .get-in-touch-box .bottom-inner {
    max-width: 800px;
    margin: -221px auto 0;
    display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 20px; }
  .get-in-touch-box .bottom-left {
    width: calc(100% - 350px);
    padding: 30px;
    height: 100%; }
  .get-in-touch-box .bottom-right {
    width: 350px;
    height: auto;
    border-radius: 0 20px 20px 0; }
  .get-in-touch-box .form-text {
    color: #143062;
    font-family: "Mulish-Bold"; }
  .get-in-touch-box .form-wrap {
    padding-top: 20px; }
  .get-in-touch-box .form-group {
    margin-bottom: 15px; }
    .get-in-touch-box .form-group:last-child {
      margin-bottom: 0; }
  .get-in-touch-box .input-field {
    width: 100%;
    outline: none;
    border: none;
    height: 44px;
    padding: 10px 20px;
    border: 1px solid #DEE2E6;
    border-radius: 4px; }
    .get-in-touch-box .input-field::placeholder {
      color: rgba(102, 102, 102, 0.5); }
  .get-in-touch-box textarea {
    resize: none;
    overflow: hidden; }
  .get-in-touch-box .submit-btn-wrap {
    padding-top: 15px; }
  .get-in-touch-box .contact-wrap {
    background-color: #143062;
    height: 100%;
    border-radius: inherit;
    padding: 30px; }
  .get-in-touch-box .contact-head {
    color: #ffffff;
    font-family: "Mulish-Bold"; }
  .get-in-touch-box .contact-details {
    padding-top: 22px; }
    .get-in-touch-box .contact-details li {
      padding-bottom: 12px;
      padding-left: 46px;
      position: relative; }
      .get-in-touch-box .contact-details li:last-child {
        padding-bottom: 0; }
      .get-in-touch-box .contact-details li span {
        position: absolute;
        font-size: 16px;
        color: #53EAFF;
        left: 0;
        top: 4px; }
      .get-in-touch-box .contact-details li a {
        color: #ffffff;
        font-size: 16px;
        line-height: 20px; }
        .get-in-touch-box .contact-details li a:hover {
          color: #ffffff; }
  .get-in-touch-box .follow-us-wrap {
    padding-top: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
  .get-in-touch-box .follow-head {
    color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    font-family: "Mulish-Bold"; }
  .get-in-touch-box .follow-us-left {
    width: 100px; }
  .get-in-touch-box .follow-us-right {
    width: calc(100% - 100px);
    padding-left: 20px; }
  .get-in-touch-box .social-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px; }
    .get-in-touch-box .social-wrap li {
      padding: 0 7px; }
    .get-in-touch-box .social-wrap a {
      width: 36px;
      height: 36px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 1px solid #ffffff; }
    .get-in-touch-box .social-wrap span {
      font-size: 16px;
      color: #ffffff; }
  .get-in-touch-box .partners-text {
    max-width: 800px;
    margin: 50px auto 0;
    text-align: center; }
    .get-in-touch-box .partners-text p {
      color: #555555;
      font-size: 14px;
      line-height: 20px; }
  .get-in-touch-box .map-wrap {
    padding-top: 30px; }
  .get-in-touch-box .map-inner {
    height: 123px; }
    .get-in-touch-box .map-inner iframe {
      width: 100%;
      height: 100%; }

@media (max-width: 767px) {
  .get-in-touch-box .top-content {
    padding-top: 40px; }
  .get-in-touch-box .bottom-left {
    width: 100%;
    padding: 25px;
    height: auto; }
  .get-in-touch-box .bottom-right {
    width: 100%;
    border-radius: 0 0 20px 20px; }
  .get-in-touch-box .contact-wrap {
    padding: 25px; }
  .get-in-touch-box .follow-us-left {
    width: 100%; }
  .get-in-touch-box .follow-us-right {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px; }
  .get-in-touch-box .partners-text {
    margin-top: 30px; } }
/* blog */
.blog-box {
  padding-top: 50px;
  padding-bottom: 79px; }
  .blog-box .blog-inner {
    display: flex;
    flex-wrap: wrap; }
  .blog-box .blog-left {
    width: 700px; }
  .blog-box .blog-heading {
    color: #272654; }
  .blog-box .blog-image-wrap {
    border-radius: 10px;
    max-height: 400px; }
    .blog-box .blog-image-wrap img {
      border-radius: inherit;
      object-fit: cover; }
  .blog-box .blog-inner-content {
    padding-top: 50px; }
  .blog-box .blog-desc {
    margin-top: 15px;
    color: #3D3C65; }
  .blog-box .sub-heading {
    color: #272654;
    font-family: "Mulish-SemiBold";
    margin-top: 25px; }
  .blog-box .head-points {
    color: #272654;
    font-family: "Mulish-SemiBold";
    margin-top: 15px; }
  .blog-box .blog-right {
    width: calc(100% - 700px);
    padding-left: 60px; }
  .blog-box .author-wrap {
    padding: 20px;
    border-radius: 10px;
    background-color: #F4F6FA; }
  .blog-box .month-year {
    font-family: "Mulish-SemiBold"; }
  .blog-box .author-details {
    padding-top: 20px; }
    .blog-box .author-details li {
      position: relative;
      padding-left: 42px;
      padding-bottom: 16px; }
      .blog-box .author-details li:last-child {
        padding-bottom: 0; }
    .blog-box .author-details .icon-img {
      width: 32px;
      height: 32px;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: -2px; }
      .blog-box .author-details .icon-img img {
        width: 100%;
        height: 100%; }
      .blog-box .author-details .icon-img span {
        font-size: 25px; }
    .blog-box .author-details .author-name {
      color: #3D3C65;
      font-family: "Mulish-Medium";
      font-size: 18px;
      line-height: 26px; }
  .blog-box .latest-blog-wrap {
    padding-top: 51px; }
  .blog-box .latest-blog-head {
    font-family: "Mulish-ExtraBold";
    color: #143062; }
  .blog-box .latest-blog-list {
    padding-top: 30px; }
    .blog-box .latest-blog-list li {
      padding-bottom: 20px; }
      .blog-box .latest-blog-list li:last-child {
        padding-bottom: 0; }
  .blog-box .latest-blog-inner {
    display: flex;
    flex-wrap: wrap;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    min-height: 120px; }
  .blog-box .latest-blog-left {
    width: 140px; }
    .blog-box .latest-blog-left img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px 0 0 10px; }
  .blog-box .latest-blog-right {
    width: calc(100% - 140px);
    height: 100%;
    padding: 15px 15px 25px; }
  .blog-box .publish-time {
    color: #555555;
    font-size: 12px;
    line-height: 16px; }
  .blog-box .new-blog {
    margin-top: 10px; }
    .blog-box .new-blog a {
      color: #143062;
      font-family: "Mulish-SemiBold";
      line-height: 20px; }

@media (max-width: 1199px) {
  .blog-box .blog-left {
    width: 550px; }
  .blog-box .blog-right {
    width: calc(100% - 550px);
    padding-left: 40px; } }
@media (max-width: 991px) {
  .blog-box .blog-left {
    width: 100%; }
  .blog-box .blog-right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px; } }
@media (max-width: 767px) {
  .blog-box {
    padding: 40px 0; }
    .blog-box .latest-blog-wrap {
      padding-top: 40px; } }
@media (max-width: 359px) {
  .blog-box .latest-blog-left {
    width: 100%;
    height: 150px; }
    .blog-box .latest-blog-left img {
      border-radius: 10px; }
  .blog-box .latest-blog-right {
    width: 100%;
    padding: 15px 15px 25px; } }
/* footer */
.footer-box {
  background-color: #143062;
  padding: 20px 0; }
  .footer-box .copyright-text {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px; }
  .footer-box .footer-menu {
    text-align: right; }
  .footer-box .footer-links {
    color: #ffffff;
    letter-spacing: 0.04em;
    font-size: 14px;
    line-height: 20px; }

@media (max-width: 767px) {
  .footer-box .footer-menu {
    padding-top: 10px;
    text-align: left; } }

/*# sourceMappingURL=styles.css.map */
