@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

html {
  margin: 0 !important;
  overflow-x: clip; 
	scroll-behavior: smooth;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block; }

a:visited {
  color: var(--navy-black-color); }

.small-text {
  font-size: 14px; }

.large-text {
  font-size: 18px; }

ol,
ul {
  list-style: none; }

a {
  text-decoration: none;
  color: var(--secondary-color);
  transition: .4s ease; }

a:hover {
  color: var(--primary-color); }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none; }

@font-face {
  font-family: 'TT Firs Neue Trl Bold';
  src: url("../fonts/TTFirsNeueTrl-Bold.woff2") format("woff2"), url("../fonts/TTFirsNeueTrl-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'TT Firs Neue Trl DemiBold';
  src: url("../fonts/TTFirsNeueTrl-DemiBold.woff2") format("woff2"), url("../fonts/TTFirsNeueTrl-DemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
:root {
  --primary-color: rgb(52, 202, 154);
  --secondary-color: rgba(0, 40, 55, 1);
  --black-color: #000000;
  --light-grey-color: rgba(115, 115, 116, 1);
  --light-green-color: rgba(239, 251, 247, 1);
  --text-black-color: rgb(34, 34, 34);
  --white-color: #ffffff;
  --ttfn-bold-font: "TT Firs Neue Trl Bold";
  --ttfn-demibold-font: "TT Firs Neue Trl DemiBold";
  --paragraph-font: "Work Sans", sans-serif; }

body {
  line-height: 28px;
  font-size: 16px;
  font-family: var(--paragraph-font);
  font-weight: 400;
  color: var(--text-black-color);
  overflow-x: clip; }

.primary-color {
  color: var(--primary-color) !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--ttfn-bold-font);
  color: var(--text-black-color); }

.fw-700 {
  font-weight: 700; }

.fw-600 {
  font-weight: 600; }

.fw-800 {
  font-weight: 800; }

.fs-18 {
  font-size: 18px; }

h1 {
  font-family: var(--ttfn-demibold-font);
  font-size: 75px;
  line-height: 120%;
  font-weight: 700; }

h1.small-text {
  font-family: var(--ttfn-demibold-font);
  font-size: 70px;
  line-height: 110%; }

h2 {
  font-size: 42px;
  line-height: 120%; }

h3 {
  font-size: 35px;
  line-height: 120%; }

h4 {
  font-size: 28px;
  line-height: 120%; }

h5 {
  font-size: 24px;
  line-height: 120%; }

h6 {
  font-size: 18px;
  line-height: 130%; }

figure {
  margin: 0; }

figure img {
  display: block;
  width: 100%;
  height: auto; }

.bg-primary-color {
  background-color: var(--primary-color); }

.bg-secondary-color {
  background-color: var(--secondary-color); }

.bg-light-gray {
  background-color: #f7fafc; }

.bg-light-green {
  background-color: #effbf7; }

.p-sticky {
  position: sticky;
  top: 120px; }

.block {
  padding: 100px 0; }

.px-60 {
  padding: 0 100px; }

.pb-60 {
  padding-bottom: 60px; }

.pt-60 {
  padding-top: 60px; }

.pb-80 {
  padding-bottom: 80px; }

.pt-80 {
  padding-top: 80px; }

.fluid-ps {
  padding-left: 293px; }

.object-fit-cover {
  object-fit: cover; }

.object-fit-contain {
  object-fit: contain; }

.object-position-center {
  object-position: center; }

.section-title {
  padding-bottom: 16px; }

.mw-mid {
  max-width: 900px; }

.section-head {
  padding-bottom: 30px; }

.br-15 {
  border-radius: 15px; }

.desc-mb-0 p:last-of-type {
  margin-bottom: 0; }

.quick-contact .col-md-6 {
  width: 100%; }
.quick-contact textarea {
  height: 100px; }

.img-hover {
  overflow: hidden; }
  .img-hover img {
    transition: 0.6s ease-in-out; }
  .img-hover:hover img {
    transform: scale(1.2);
    transition: 0.6s ease-in-out; }

.btn-primary {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 16px 24px;
  text-align: center;
  width: auto;
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  background: var(--primary-color) !important;
  font-family: var(--primary-font);
  font-weight: 600;
  font-size: 16px;
  line-height: 100% !important;
  color: var(--white-color) !important;
  transition: .6s ease-in-out;
  position: relative;
  margin-top: 30px; }
  .btn-primary:after {
    content: '\f061';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-family: FontAwesome;
    font-weight: 400;
    visibility: hidden;
    opacity: 0;
    transition: .6s ease; }
  .btn-primary.white {
    background: #fff !important;
    color: var(--primary-color) !important; }
  .btn-primary:hover {
    color: var(--white-color) !important;
    border-color: var(--secondary-color) !important;
    background: var(--secondary-color) !important;
    transition: .6s ease-in-out;
    padding-right: 40px; }
    .btn-primary:hover:after {
      visibility: visible;
      opacity: 1; }
  .btn-primary.on-secondary:hover {
    background: #fff;
    color: #000; }
  .btn-primary.no-arrow:after {
    display: none; }
  .btn-primary.no-arrow:hover {
    padding-right: 24px; }

.btn-secondary {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 16px 24px;
  text-align: center;
  width: auto;
  border: 1px solid var(--secondary-color);
  border-radius: 6px;
  background: var(--secondary-color) !important;
  font-family: var(--primary-font);
  font-weight: 400;
  font-size: 16px;
  line-height: 100% !important;
  color: var(--white-color) !important;
  transition: .6s ease-in-out;
  position: relative;
  margin-top: 30px;
  margin-top: 30px; }
  .btn-secondary:after {
    content: '\f061';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    font-family: FontAwesome;
    font-weight: 400;
    visibility: hidden;
    opacity: 0;
    transition: .6s ease; }
  .btn-secondary.btn-on-primary:hover {
    background: #fff !important;
    color: var(--primary-color) !important; }
  .btn-secondary.white {
    background: var(--white-color) !important;
    color: #000 !important; }
  .btn-secondary:hover {
    color: var(--white-color) !important;
    border-color: var(--primary-color) !important;
    background: var(--primary-color) !important;
    transition: .6s ease-in-out;
    padding-right: 40px; }
    .btn-secondary:hover:after {
      visibility: visible;
      opacity: 1; }
  .btn-secondary.no-arrow:after {
    display: none; }
  .btn-secondary.no-arrow:hover {
    padding-right: 24px; }

.modal-header {
  padding: 0;
  border: none; }

.modal-header .btn-close {
  background-color: #00ffff;
  color: #fff;
  opacity: 1;
  border-radius: 50%;
  position: absolute;
  right: -6px;
  filter: invert(1); }

.modal-body {
  padding: 45px; }

.drop-shadow {
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.08); }

strong {
  font-weight: 700; }

.link-with-arrow {
  display: inline-block;
  color: var(--primary-color);
  font-weight: 600;
  transition: .4s ease;
  position: relative; }
  .link-with-arrow:after {
    content: '\f061';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    font-family: FontAwesome;
    font-weight: 300;
    visibility: hidden;
    opacity: 0; }
  .link-with-arrow:hover {
    color: var(--primary-color);
    padding-right: 20px; }
    .link-with-arrow:hover:after {
      visibility: visible;
      opacity: 1;
      right: 0;
      transition: .6s ease; }

input[type="submit"] {
  border-radius: 6px !important;
  padding: 16px 24px !important;
  margin-top: 10px; }

.bullet-list {
  list-style: disc;
  padding-left: 20px; }
  .bullet-list li {
    margin-bottom: 8px; }

.accordion-item {
  border-radius: 15px;
  margin-bottom: 20px;
  overflow: hidden !important;
  border: none; }

.accordion-item {
  padding: 24px 30px; }
  .accordion-item button {
    padding: 0;
    background: #f7fafc !important;
    outline: none !important;
    box-shadow: none !important;
    font-size: 17px;
    font-weight: 600; }

.accordion-button::after {
  content: "" !important;
  font-family: FontAwesome;
  background: none !important;
  font-size: 18px;
  width: auto;
  height: auto; }

.accordion-button.collapsed::after {
  font-family: FontAwesome;
  content: "+" !important;
  background: none !important;
  font-size: 18px;
  width: auto;
  height: auto; }

.accordion-item:first-of-type {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important; }

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  overflow: hidden; }

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }

.accordion-item:last-of-type {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px; }

.accordion-button:not(.collapsed) {
  color: var(--black-color);
  background: #f7fafc !important; }

.accordion-body {
  background: #f7fafc !important;
  padding: 0;
  padding-top: 16px; }

.common-banner-section {
  height: 450px;
  position: relative;
  z-index: 1; }
  .common-banner-section .container {
    height: 100%; }
    .common-banner-section .container .breadcrumbs ul {
      display: flex; }
      .common-banner-section .container .breadcrumbs ul li {
        color: var(--primary-color);
        font-weight: 600; }
        .common-banner-section .container .breadcrumbs ul li:not(:first-of-type) {
          position: relative;
          padding-left: 14px;
          margin-left: 12px; }
          .common-banner-section .container .breadcrumbs ul li:not(:first-of-type):after {
            content: '/';
            position: absolute;
            top: 0px;
            left: 0;
            font-weight: 400;
            font-size: 16px;
            color: #002837; }
        .common-banner-section .container .breadcrumbs ul li a {
          color: #002837;
          font-weight: 400; }
          .common-banner-section .container .breadcrumbs ul li a:hover {
            color: var(--primary-color); }
    .common-banner-section .container .text {
      height: 100%;
      display: flex;
      justify-content: space-between;
      flex-direction: column; }
      .common-banner-section .container .text h1, .common-banner-section .container .text p {
        color: #090909; }

/*---------header-css---------*/
body.home header {
  background: #fff; }

.slicknav_menu {
  display: none; }

header {
  background: var(--light-green-color);
  padding: 24px 0; }
  header .menu {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    header .menu li a, header .actions li:first-of-type a {
      padding: 8px 20px;
      font-weight: 500;
      color: #000;
      transition: .4s ease; }
      header .menu li a:hover {
        color: var(--primary-color); }
    header .menu li.current-menu-item a {
      color: var(--primary-color); }

/* header.hide-header {
  transform: translateY(-100%); }

header.show-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: transform 0.3s ease;
  z-index: 99;
  box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.25); }
  header.show-header .top-header {
    display: none; } */
#header-wrapper{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}

#header-wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 0;
	padding:10px 0;
  animation: slideDownFade 0.8s ease forwards;
  z-index: 999;
}
@keyframes slideDownFade {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
#header-wrapper.sticky .top-header{
  height: 0;
  visibility: hidden;
}
#menu-wrapper ul li.menu-item-has-children{
	position:relative;
}
#menu-wrapper ul li.menu-item-has-children ul {
  background       : #ffffff; 
  left             : 0;
  margin           : 0;
  padding          : 20px 0;
  position         : absolute;
  top              : 100%;
  width            : 280px;
  z-index          : 99;
  display          : none;
  text-align       : left;
  box-shadow: 0px 1px 4px #cacaca;
  -webkit-animation: slide-up 0.3s ease-out;
  -moz-animation   : slide-up 0.3s ease-out;
  -ms-animation    : slide-up 0.3s ease-out;
  -o-animation     : slide-up 0.3s ease-out;
  animation        : slide-up 0.3s ease-out;
}

#menu-wrapper ul li.menu-item-has-children:hover ul{
	 display: block;
}
#menu-wrapper ul li.menu-item-has-children ul li a{
	padding:12px 20px;
	display:inline-block;
	width:100%;
	color:#000;
}
#menu-wrapper ul li.menu-item-has-children ul li a:hover{
	background:var(--primary-color);
}
#menu-wrapper ul li.menu-item-has-children>a{
	position:relative;
}
#menu-wrapper ul li.menu-item-has-children>a:after {
content:'\f107';
	position:absolute;
  font-size         : 14px;
  font-family       : "Font Awesome 5 Free";
  font-weight       : 900;
  -webkit-transition: transform 0.4s;
  -moz-transition   : transform 0.4s;
  -ms-transition    : transform 0.4s;
  -o-transition     : transform 0.4s;
  transition        : transform 0.4s;
	top:4px;
	right:0;
}
@-webkit-keyframes slide-up {
  from {
    -webkit-transform: translateY(10px);
    -moz-transform   : translateY(10px);
    -ms-transform    : translateY(10px);
    -o-transform     : translateY(10px);
    transform        : translateY(10px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform   : translateY(0);
    -ms-transform    : translateY(0);
    -o-transform     : translateY(0);
    transform        : translateY(0);
  }
}

/*---------header-css-end--------*/
/*---------home-css---------*/
.banner-section .float-img img {
  filter: brightness(0) saturate(100%) invert(63%) sepia(46%) saturate(571%) hue-rotate(111deg) brightness(95%) contrast(90%); }
.banner-section .banner-inner {
  max-width: 800px;
  height: calc(100vh - 100px); }
  .banner-section .banner-inner p {
    font-size: 17px;
    font-weight: 500; }

.slider-content {
  position: relative; }
  .slider-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: -60px;
    right: -60px;
    height: 100%;
    z-index: 5;
    background: linear-gradient(90deg, white 10%, rgba(252, 252, 252, 0) 20%, rgba(252, 252, 252, 0) 80%, white 90%); }

.partner-slider-reverse {
  direction: rtl; }

.frameworks .item {
  width: 16.66%; }
  .frameworks .item .inner {
    padding: 30px;
    border-radius: 12px;
    overflow: hidden; }
  .frameworks .item .title {
    opacity: 0;
    visibility: hidden; }
    .frameworks .item .title p {
      margin-bottom: 0; }
  .frameworks .item:hover .inner {
    background: #f6f6f6; }
    .frameworks .item:hover .inner .title {
      visibility: visible;
      opacity: 1; }
.frameworks figure {
  height: 80px; }
.frameworks img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center; }

.development-phase-section {
  position: relative; }
  .development-phase-section:after {
    content: '';
    position: absolute;
    background: url("../images/ribon.png");
    background-repeat: no-repeat;
    background-size: contain;
    right: 0px;
    top: 0;
    height: 100%;
    width: 53%;
    z-index: 0; }
  .development-phase-section .container {
    position: relative;
    z-index: 1; }

.blog-slider .slick-list {
  padding-right: 300px; }

.faq-section .text-container {
  max-width: 420px; }

#home-page .slider-content .item {
  padding: 10px; }
#home-page .cta-section .section-title {
  max-width: 680px; }
#home-page .development-phase-section .section-head {
  max-width: 460px; }
#home-page .number-graph {
  flex-wrap: wrap; }
  #home-page .number-graph .item {
    width: 33.33%; }

/*---------home-css-end--------*/
.about-section figure.hero-image {
  position: relative;
  width: 530px; }
  .about-section figure.hero-image:before {
    content: '';
    position: absolute;
    top: -25px;
    left: 50%;
    width: 345px;
    height: 160px;
    transform: translateX(-50%);
    background: url("../images/logo-top.png"); }
  .about-section figure.hero-image:after {
    content: '';
    position: absolute;
    bottom: -25px;
    left: 50%;
    width: 220px;
    height: 170px;
    transform: translateX(-50%);
    background: url("../images/logo-btn.png"); }
  .about-section figure.hero-image img {
    border-radius: 15px; }

.number-graph .item {
  width: 20%;
  padding: 8px 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .number-graph .item .icon {
    padding-right: 24px; }
    .number-graph .item .icon figure {
      height: 30px; }
      .number-graph .item .icon figure img {
        height: 100%;
        width: auto;
        object-position: center;
        object-fit: contain; }
  .number-graph .item .text {
    width: 60%; }
    .number-graph .item .text p {
      margin-bottom: 0;
      line-height: 120%; }

/*---------about-css---------*/
#about-page .why-us .details {
  max-width: 1100px; }
#about-page .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(5, 1fr);
  gap: 10px; }
  #about-page .gallery .item {
    grid-row: span 2; }
    #about-page .gallery .item img {
      display: block; }
  #about-page .gallery .item:nth-child(1) {
    grid-row: 2 / 4; }
  #about-page .gallery .item:nth-child(3) {
    grid-row: 2 / 4;
    grid-column: 3 / 4; }
#about-page .mission-section .text-content {
  padding-right: 110px; }
#about-page .mission-vision .item {
  padding: 30px;
  border-radius: 15px;
  overflow: hidden;
  color: #fff; }
  #about-page .mission-vision .item:first-child {
    background: var(--primary-color);
    margin-bottom: 30px; }
  #about-page .mission-vision .item:last-child {
    background: var(--secondary-color); }
#about-page .portfolio-cta-section h2 {
  line-height: 140%; }
#about-page .trust-section .section-head {
  max-width: 480px; }
#about-page .trust-section .img-container {
  margin-left: auto;
  width: 80%;
  border-radius: 15px;
  overflow: hidden; }
  #about-page .trust-section .img-container img {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%; }
#about-page .what-we-do-section .accordion-item {
  border-radius: 0;
  border-bottom: 1px solid #d2d2d2 !important;
  margin-bottom: 0 !important;
  padding: 24px 0; }
  #about-page .what-we-do-section .accordion-item .accordion-button {
    font-size: 32px; }
    #about-page .what-we-do-section .accordion-item .accordion-button:not(.collapsed) {
      color: var(--primary-color); }
  #about-page .what-we-do-section .accordion-item .accordion-button.collapsed:after, #about-page .what-we-do-section .accordion-item .accordion-button:not(.collapsed):after {
    display: none !important; }
#about-page .members .item .img-container {
  aspect-ratio: 1 / 1.25; }
  #about-page .members .item .img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center; }
#about-page .members .item .name p {
  font-size: 22px;
  font-weight: 600; }

/*---------about-css-end--------*/
/*---------protfolio-css---------*/
.projects-section .project-tabs button {
  box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 18px 36px;
  margin: 0 8px;
  font-weight: 600;
  font-size: 18px;
  color: var(--text-black-color);
  transition: .4s ease; }
  .projects-section .project-tabs button.active, .projects-section .project-tabs button:hover {
    color: #fff;
    background: var(--secondary-color); }
.projects-section .logo {
  height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  transition: .4s ease; }
  .projects-section .logo:hover {
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.1); }

/*---------portfolio-css-end--------*/
.cta-section .float-img {
  z-index: 9; }
  .cta-section .float-img img {
    display: block; }
.cta-section .section-title {
  max-width: 900px; }
  .cta-section .section-title h2 {
    font-size: 60px;
    line-height: 120%;
    font-weight: 600; }
.cta-section .details {
  max-width: 800px; }

/*---------form-css--------*/
input, select, textarea {
  width: 100%;
  border-radius: 8px !important;
  border: 1px solid #E1E0E0 !important;
  padding: 12px 12px !important;
  background: #fff !important; }

textarea {
  height: 175px; }

input[type="checkbox"], input[type="radio"] {
  width: auto; }

::placeholder {
  color: #888; }

/*---------form-css-end-------*/
.flatpickr-months .flatpickr-month {
  height: 64px; }

.flatpickr-months .flatpickr-prev-month, .flatpickr-months .flatpickr-next-month {
  top: 8px; }

/*---------project-css--------*/
.projects-items-section figure {
  aspect-ratio: 1.5 / 1; }
  .projects-items-section figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

.facts {
  padding: 35px 30px; }
  .facts li {
    display: flex; }
    .facts li:not(:last-of-type) {
      margin-bottom: 20px; }
  .facts span {
    width: 50%; }
    .facts span:first-of-type {
      font-weight: 700;
      display: inline-block; }

.gallery-slider {
  margin-bottom: 20px; }
  .gallery-slider .item {
    height: 510px;
    border-radius: 12px;
    overflow: hidden; }
    .gallery-slider .item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

.gallery-slider-nav {
  width: 75%;
  margin: auto;
  gap: 20px; }
  .gallery-slider-nav .item {
    height: 160px;
    padding: 0 10px; }
    .gallery-slider-nav .item img {
      overflow: hidden;
      border-radius: 12px;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }

.progress-bar-wrapper .item {
  position: relative; }
  .progress-bar-wrapper .item:not(:last-of-type) {
    padding-bottom: 60px; }
    .progress-bar-wrapper .item:not(:last-of-type):after {
      content: '';
      height: 40px;
      width: 2px;
      background: #000;
      position: absolute;
      left: 35px;
      top: 80px; }
.progress-bar-wrapper .number {
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--secondary-color); }
  .progress-bar-wrapper .number h4 {
    color: #fff; }
.progress-bar-wrapper .text {
  width: calc(100% - 70px);
  padding-left: 20px; }

/*---------project-css-end-------*/
/*---------blog-card-css--------*/
.blog-card {
  padding: 30px 24px;
  background: #fff; }
  .blog-card .card-date {
    color: #888888 !important; }
  .blog-card .card-image {
    aspect-ratio: 2 / 1; }
    .blog-card .card-image img {
      border-radius: 15px;
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }

/*---------blog-card-css-end-------*/
/*---------blog-details-css--------*/
.blog-details-page .common-banner-section {
  background: var(--primary-color); }
  .blog-details-page .common-banner-section .container .breadcrumbs ul {
    display: flex; }
    .blog-details-page .common-banner-section .container .breadcrumbs ul li {
      color: #fff !important; }
      .blog-details-page .common-banner-section .container .breadcrumbs ul li:not(:first-of-type):after {
        color: #fff; }
      .blog-details-page .common-banner-section .container .breadcrumbs ul li a {
        color: #fff; }
        .blog-details-page .common-banner-section .container .breadcrumbs ul li a:hover {
          color: #fff; }
  .blog-details-page .common-banner-section .container .text {
    justify-content: flex-start; }
    .blog-details-page .common-banner-section .container .text h1, .blog-details-page .common-banner-section .container .text p {
      color: #fff; }
    .blog-details-page .common-banner-section .container .text .content {
      margin-top: 30px; }
.blog-details-page .blog-details .col-lg-8 .img-container {
  aspect-ratio: 2/1.1;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  z-index: 3;
  margin-top: -200px; }
  .blog-details-page .blog-details .col-lg-8 .img-container ├¡mg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
.blog-details-page .blog-details .col-lg-8 .details a {
  color: var(--secondary-color); }
.blog-details-page .blog-details .col-lg-8 .details h2, .blog-details-page .blog-details .col-lg-8 .details h3, .blog-details-page .blog-details .col-lg-8 .details h4, .blog-details-page .blog-details .col-lg-8 .details h5, .blog-details-page .blog-details .col-lg-8 .details h6 {
  margin-bottom: 20px;
  margin-top: 40px; }
.blog-details-page .blog-details .col-lg-8 .details h2 {
  font-size: 28px; }
.blog-details-page .blog-details .col-lg-8 .details h3 {
  font-size: 22px; }
.blog-details-page .blog-details .col-lg-8 .details h4 {
  font-size: 18px; }
.blog-details-page .blog-details .col-lg-8 .details img {
  margin: 20px 0 40px; }
.blog-details-page .blog-details .col-lg-8 .details ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 20px; }
  .blog-details-page .blog-details .col-lg-8 .details ul li {
    margin-bottom: 8px; }
.blog-details-page .blog-details .col-lg-8 .details ol {
  list-style: decimal;
  padding-left: 20px;
  padding-bottom: 20px; }
  .blog-details-page .blog-details .col-lg-8 .details ol li {
    margin-bottom: 8px; }
.blog-details-page .blog-details .col-lg-8 .share .heateor_sss_sharing_ul a {
  margin-right: 10px;
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #EDEDED !important;
  transition: .6s ease; }
  .blog-details-page .blog-details .col-lg-8 .share .heateor_sss_sharing_ul a:hover {
    background: var(--primary-color) !important; }
    .blog-details-page .blog-details .col-lg-8 .share .heateor_sss_sharing_ul a:hover:after {
      color: #fff; }
  .blog-details-page .blog-details .col-lg-8 .share .heateor_sss_sharing_ul a span {
    visibility: hidden; }
  .blog-details-page .blog-details .col-lg-8 .share .heateor_sss_sharing_ul a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 20px;
    color: #515151; }
  .blog-details-page .blog-details .col-lg-8 .share .heateor_sss_sharing_ul a:first-of-type:after {
    content: ""; }
  .blog-details-page .blog-details .col-lg-8 .share .heateor_sss_sharing_ul a:nth-child(2):after {
    content: '\f0e1'; }
  .blog-details-page .blog-details .col-lg-8 .share .heateor_sss_sharing_ul a:nth-child(3):after {
    content: '\f232'; }
.blog-details-page .recent-post-wrapper .section-title h3 {
  font-size: 28px;
  font-weight: 600; }
.blog-details-page .recent-post-wrapper .item {
  border-radius: 15px;
  overflow: hidden;
  background: #fff; }
  .blog-details-page .recent-post-wrapper .item .img-container figure {
    height: 100px;
    width: 110px; }
    .blog-details-page .recent-post-wrapper .item .img-container figure img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      object-position: center; }
  .blog-details-page .recent-post-wrapper .item .content {
    padding-left: 16px; }
    .blog-details-page .recent-post-wrapper .item .content .title {
      transition: .4s ease; }
      .blog-details-page .recent-post-wrapper .item .content .title p {
        margin-bottom: 0;
        font-weight: 600;
        line-height: 26px; }
  .blog-details-page .recent-post-wrapper .item:hover .title {
    color: var(--primary-color); }
  .blog-details-page .recent-post-wrapper .item:not(:last-of-type) {
    margin-bottom: 20px; }
.blog-details-page .form-wrapper {
  border-radius: 12px;
  overflow: hidden;
  background: #F3F7FD;
  padding: 34px 30px;
  margin-top: 24px;
  position: sticky;
  top: 120px; }
  .blog-details-page .form-wrapper .col-md-6 {
    width: 100%; }
  .blog-details-page .form-wrapper textarea {
    height: 100px; }

/*---------blog-details-css-------*/
/*---------service-card-css-------*/
.service-item {
  transition: .4s ease;
  position: relative; 
height:100%;
}
  .service-item:after {
    content: '';
    background: var(--primary-color);
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 15px;
    z-index: 2;
    transition: .4s ease; }
  .service-item:before {
    content: '';
    background: var(--primary-color);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 15px;
    z-index: 1;
    transition: .4s ease; }
  .service-item .inner {
    border-radius: 15px;
    background: var(--primary-color);
    padding: 50px 32px;
    border: 1px solid #fff;
    position: relative;
    z-index: 6;
	  height:100%;
    transition: .4s ease; }
  .service-item:hover:after {
    top: 8px;
    left: -8px; }
  .service-item:hover:before {
    top: 16px;
    left: -16px; }
  .service-item:hover .inner {
    background: #fff;
    border-color: var(--primary-color); }
.service-item .inner .icon svg path{
		fill: #fff;
     }
.service-item:hover .inner .icon svg path{
		fill: var(--primary-color);
     }
    .service-item:hover .inner h5, .service-item:hover .inner p {
      color: var(--text-black-color) !important; }

/*---------service-card-css-end-------*/
/*---------service-details-css-------*/
.roadmap-section .roadmap .item:not(:last-of-type) {
  padding-bottom: 40px;
  position: relative; }
  .roadmap-section .roadmap .item:not(:last-of-type):after {
    content: '';
    position: absolute;
    height: 100%;
    top: 20px;
    left: 30px;
    border-left: 2px dashed var(--text-black-color);
    z-index: 0; }
.roadmap-section .roadmap .item .number {
  position: relative;
  z-index: 2;
  height: 60px;
  width: 60px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  color: #fff; }

.booking {
  padding: 34px 30px; }

.features .item {
  padding: 35px 30px; }
  .features .item ul {
    list-style: disc;
    padding-left: 20px; }
    .features .item ul li {
      margin-bottom: 8px; }
      .features .item ul li::marker {
        color: #34CA9A;
        font-size: 20px; }

/*---------service-details-css-end-------*/
/*---------contact-css--------*/
.contact-form-wrapper {
  padding: 62px 70px; }

.contact-details .details {
  padding: 36px 40px; }
.contact-details a {
  color: var(--text-black-color); }
.contact-details .icon i {
  color: var(--primary-color);
  font-size: 20px; }
.contact-details .icon svg, .contact-details .icon path {
  color: var(--primary-color);
  height: 20px; }
.contact-details li {
  margin-bottom: 24px; }
  .contact-details li a {
    transition: .4s ease; }
    .contact-details li a:hover {
      color: var(--navy-black-color); }

/*---------contact-css-end-------*/
/*---------gallery-css-------*/
.gallery-section .item .img-container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 210px; }
  .gallery-section .item .img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .gallery-section .item .img-container .image-count-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s ease; }
    .gallery-section .item .img-container .image-count-badge h4 {
      color: #fff; }
  .gallery-section .item .img-container:after {
    content: '';
    position: absolute;
    background: rgba(202, 33, 40, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    /* Ô¡É START FROM CENTER */
    transform: scale(0);
    transform-origin: center;
    transition: transform 0.6s ease, opacity 0.6s ease;
    z-index: 2; }
.gallery-section .item:hover .img-container .image-count-badge {
  visibility: visible;
  opacity: 1; }
.gallery-section .item:hover .img-container:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  /* Ô¡É EXPAND FROM CENTER */ }

/*---------gallery-css-end-------*/
/*---------gallery-css-------*/
.gallery-details-section figure a {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 210px;
  z-index: 1;
  border-radius: 12px;
  overflow: hidden; }
  .gallery-details-section figure a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center; }
  .gallery-details-section figure a:before {
    content: '\2b';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: 0.6s ease;
    font-family: FontAwesome;
    font-weight: 600;
    font-size: 20px;
    color: #fff; }
  .gallery-details-section figure a:after {
    content: '';
    position: absolute;
    background: rgba(202, 33, 40, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    /* Ô¡É START FROM CENTER */
    transform: scale(0);
    transform-origin: center;
    transition: transform 0.6s ease, opacity 0.6s ease;
    z-index: 2; }
  .gallery-details-section figure a:hover:before {
    visibility: visible;
    opacity: 1; }
  .gallery-details-section figure a:hover:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    /* Ô¡É EXPAND FROM CENTER */ }

/*---------gallery-css-end-------*/
/*---------Faq-css-------*/
/*---------Faq-css-end-------*/
/*---------News-details-css-------*/
.news-details .img-container figure {
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 2 / 1.1; }
  .news-details .img-container figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
.news-details .details h2, .news-details .details h3, .news-details .details h4, .news-details .details h5, .news-details .details h6 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700; }
.news-details .details img {
  border-radius: 12px;
  overflow: hidden; }
.news-details .details ul {
  list-style: disc;
  padding-left: 20px;
  padding-bottom: 20px; }
  .news-details .details ul li {
    margin-bottom: 8px; }
.news-details .details ol {
  list-style: decimal;
  padding-left: 20px;
  padding-bottom: 20px; }
  .news-details .details ol li {
    margin-bottom: 8px; }
.news-details .share .heateor_sss_sharing_ul a {
  margin-right: 10px;
  position: relative;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #EDEDED !important;
  transition: .6s ease; }
  .news-details .share .heateor_sss_sharing_ul a:hover {
    background: var(--primary-color) !important; }
    .news-details .share .heateor_sss_sharing_ul a:hover:after {
      color: #fff; }
  .news-details .share .heateor_sss_sharing_ul a span {
    visibility: hidden; }
  .news-details .share .heateor_sss_sharing_ul a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: FontAwesome;
    font-size: 20px;
    color: #515151; }
  .news-details .share .heateor_sss_sharing_ul a:first-of-type:after {
    content: ""; }
  .news-details .share .heateor_sss_sharing_ul a:nth-child(2):after {
    content: '\f0e1'; }
  .news-details .share .heateor_sss_sharing_ul a:nth-child(3):after {
    content: '\f232'; }
.news-details .recent-post-wrapper .item figure {
  height: 90px;
  width: 110px;
  border-radius: 5px; }
  .news-details .recent-post-wrapper .item figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
.news-details .recent-post-wrapper .item .content {
  padding-left: 16px; }
  .news-details .recent-post-wrapper .item .content .title p {
    margin-bottom: 12px;
    font-weight: 700;
    font-size: 18px; }

/*---------News-details-css-end------*/
/*---------Investment-detail-css-------*/
.investment-details-page .navs ul li {
  position: relative;
  transition: .4s ease;
  overflow: hidden; }
  .investment-details-page .navs ul li:not(:last-of-type) {
    margin-bottom: 20px; }
  .investment-details-page .navs ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 16px 24px; }
  .investment-details-page .navs ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 30px;
    height: 35px;
    width: 35px;
    transform: translateY(-50%);
    background-color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.33398 3.00029L0.49998 3.00029M6.33398 3.00029L3.8337 5.50057M6.33398 3.00029L3.8337 0.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    transition: .4s ease; }
  .investment-details-page .navs ul li.active {
    background: var(--primary-color) !important; }
    .investment-details-page .navs ul li.active a {
      color: #fff; }
    .investment-details-page .navs ul li.active:after {
      background-color: #fff;
      /* circle becomes white */
      background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.33398 3.00029L0.49998 3.00029M6.33398 3.00029L3.8337 5.50057M6.33398 3.00029L3.8337 0.5' stroke='rgba(202, 33, 40, 1)' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }

/*---------Investment-detail-css-end------*/
/*---------Investment-card-css-------*/
.investment-card .card-image {
  aspect-ratio: 1 / 1.24; }
  .investment-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }

/*---------Investment-card-css-end------*/
/*---------News-card-css-------*/
.news-card .card-date {
  color: #888888; }

.news-card .card-image {
  border-radius: 15px;
  overflow: hidden;
  transition: .6s ease; }

.news-card .card-image .card-title {
  color: #000;
  transition: .6s ease; }

.news-card .card-image img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center; }

.news-card:hover .card-image {
  box-shadow: 0px 4px 20px 3px rgba(0, 0, 0, 0.1); }

.news-card:hover .card-title {
  color: var(--primary-color); }

/*---------News-card-css-end-------*/
/*---------Footer-css--------*/
#footer-wrapper {
  border-top: 1px solid #ebebeb; }
  #footer-wrapper .top-footer {
    padding: 80px 0 40px; }
    #footer-wrapper .top-footer h5 {
      color: #222222; }
    #footer-wrapper .top-footer a {
      color: #333333; }
    #footer-wrapper .top-footer svg {
      margin-bottom: 16px; }
      #footer-wrapper .top-footer svg path {
        fill: #fff; }
    #footer-wrapper .top-footer a {
      display: inline-block;
      margin-bottom: 16px;
      transition: .6s ease; }
      #footer-wrapper .top-footer a:hover {
        color: var(--primary-color); }
    #footer-wrapper .top-footer .menu li a {
      transition: .6s ease; }
      #footer-wrapper .top-footer .menu li a:hover {
        color: var(--primary-color);
        text-indent: 8px; }
    #footer-wrapper .top-footer .social-footer-icons ul {
      align-items: baseline; }
    #footer-wrapper .top-footer .social-footer-icons a {
      margin-bottom: 0; }
      #footer-wrapper .top-footer .social-footer-icons a svg {
        transition: .4s ease;
        width: 20px;
        height: 20px; }
        #footer-wrapper .top-footer .social-footer-icons a svg path {
          transition: .4s ease;
          fill: var(--secondary-color); }
      #footer-wrapper .top-footer .social-footer-icons a:hover svg {
        transform: scale(1.1); }
        #footer-wrapper .top-footer .social-footer-icons a:hover svg path {
          fill: var(--primary-color); }
  #footer-wrapper .bottom-footer {
    padding: 24px 0 50px;
    border-top: 1px solid #ebebeb; }
    #footer-wrapper .bottom-footer p, #footer-wrapper .bottom-footer a {
      color: #333333; }
    #footer-wrapper .bottom-footer a:hover {
      color: var(--primary-color); }
  #footer-wrapper .top-footer, #footer-wrapper .bottom-footer {
    position: relative;
    z-index: 3; }

/*---------Footer-css-ends--------*/

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