
:root {
  --base-bodyfont: 'Poppins', sans-serif;
  --base-bodyfont-color: #000;    
  --base-skin: #4AB7C3 ;
  --base-dark: #000000;
  --base-grey: #929292;
  --base-white: #ffffff; 
  --base-old-grey:#f3f4f9;

}
.cta-title a{
  color: var(--base-skin);
}
.text-main-color{
  color: var(--base-skin);
}
.text-primary{
  color: var(--base-skin) !important;
}
.side-icon {
  height: 35px;
}
@media (max-width: 1199px) {
  .side-icon {
    display: none;
  }
}
.logo-mob{
  max-width: 30vw;
}
@media (min-width: 1199px) {
  .logo {
    display: block;
  }
  .logo-mob {
    display: none;
  }
}

@media (max-width: 1199px) {
  .logo {
    display: none;
  }
  .logo-mob {
    display: block;
  }
}
.footer-link{
  margin: 5px 20px !important;
}
.solution-box-back{
  background-image: unset !important; 
  background-color: var(--base-skin) !important;
}
.prt-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.prt-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.prt-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.prt-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.prt-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.prt-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.prt-checkbox-input--inputType-custom.prt--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.prt-checkbox-input--inputType-custom.prt--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--base-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.page {
  z-index: 10;
  position: relative;
}

.body {
  color: var(--base-bodyfont-color);
  white-space: normal;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.header {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  z-index: 99;
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 0;
  padding-bottom: 0;
}

/*prt-header-style-01*/

.site-navigation {
  width: 100%;
  padding: 0 80px;
}

.site-branding h1 { margin-top: 8px; }

.header-language-item {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid var(--base-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 18px;
  text-decoration: none;
  display: flex;
}

.header-language-icon {
  color: var(--base-white);
  font-family: var(--base-bodyfont);
  font-weight: 400;
  text-decoration: none;
}

/*prt-header-style-02*/

.header.prt-header-style-02 {
  background-color: rgba(0, 0, 0, .75);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.prt-header-style-02 .site-navigation {
  padding: 0 50px;
}

.prt-header-style-02 .site-nav-block { 
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}

.prt-header-style-02 .site-nav-block > [class*='col-'] > .site-branding {
  position: relative;
}

.prt-header-style-02 .site-nav-block > [class*='col-'] > .site-branding:before {
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.22);
  width: 1px;
  height: 80px;
  top: -27px;
  left: -40px;
}

.prt-header-style-02 .site-nav-block > [class*='col-'] > .site-branding:after {
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.22);
  width: 1px;
  height: 80px;
  top: -27px;
  right: -40px;
}

.prt-header-style-02 .site-menu {
  justify-content: flex-start;
}

.prt-header-style-02 .header-extra {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.prt-header-style-02 .header-extra-item {
  position: relative;
  padding: 0 25px;
}

.prt-header-style-02 .header-extra-item:last-child {
  padding: 0 20px 0 2px;
}

.prt-header-style-02 .header-extra-item:not(:last-child):after {
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 0.42);
  width: 1px;
  height: 30px;
  top: -3px;
  right: -1px;
}

.prt-header-style-02 .header-extra-text {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
}

.prt-header-style-02 .header-extra-link {
  display: inline-block;
  color: var(--base-white);
  text-decoration: underline;
  margin-left: 6px;
}

.header-socials {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-socials-item {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.header-socials-link {
  color: var(--base-white);
  font-family: Themify, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.header-socials-link:hover {
  color: var(--base-skin);
}



/*hero-section*/

.hero-section ,
.home2-hero-section {
  background-color: var(--base-dark);
  position: relative;
  overflow: hidden;
}

.hero-slider,
.hero-slider-2 {
  z-index: 1;
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.hero-slide.slide-1 {
  background-color: var(--base-dark);
  background-image: url('../images/hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide.slide-2 {
  background-color: var(--base-dark);
  background-image: url('../images/bg-hero.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide.slide-3 {
  background-color: var(--base-dark);
  background-image: url('../images/bg-hero-3.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-slide.slide-4 {
  background-color: var(--base-dark);
  background-image: url('../images/hero.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
}
@media screen and (max-width: 767px) {
  .hero-slide.slide-4 {
    background-image: url('../images/hero.jpg');
  }
}


.hero-slider-arrow, .hero-slider-nav {
  display: none;
}

.hero-arrow-link-block {
  border-bottom: 1px solid var(--base-white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
  padding-top: 16px;
  padding-bottom: 20px;
  display: flex;
}

.hero-arrow-link {
  color: var(--base-white);
  padding-right: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
}

.hero-content-wrapper.slide-2 .hero-arrow-link {
  padding-left: 30px;
  padding-right: 0px;
}

.hero-content-wrapper.slide-2 .hero-arrow-icon {
  transform: rotate(180deg);
}

.hero-arrow-icon {
  flex: none;
}

.hero-round-button-block {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hero-content-wrapper.slide-2 .hero-round-button-block {
  left: 0%;
  right: auto;
}

.hero-round-button {
  width: 150px;
  height: 150px;
  border: 1px solid var(--base-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero-round-button:hover {
  box-shadow: inset 0 0 8px 8px rgba(255, 255, 255, .34);
}

.hero-button-text {
  color: var(--base-white);
  font-weight: 500;
  line-height: 14px;
  text-decoration: none;
}

.hero-text {
  color: var(--base-white);
}

.hero-text.text-style-right {
  text-align: right;
  margin-left: auto;
}

.hero-text.width-60 {
  padding-left: 0;
}

.hero-content-wrapper.slide-2 .hero-text.width-60 {
  padding-left: 0;
  margin-left: auto;
  margin-right: 0;
}

.hero-image-text-box {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
  bottom: auto;
  right: auto;
}

.hero-arrow-image {
  position: absolute;
  top: 64%;
  bottom: auto;
  left: auto;
  right: 19%;
}

.hero-content-wrapper.slide-2 .hero-arrow-image {
  transform: rotate(180deg);
  position: absolute;
  top: 64%;
  bottom: auto;
  left: auto;
  right: 50%;
}

.hero-content-wrapper.slide-1 {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  padding-top: 227px;
  padding-left: 70px;
}

.hero-content-wrapper {
  text-align: right;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 227px;
  display: flex;
  position: relative;
}

.hero-content-wrapper.slide-3 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 200px;
}

.hero-content-wrapper.slide-4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 186px;
}

.hero-content-wrapper-line {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-heading {
  color: var(--base-white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 300;
  line-height: 100px;
}

.hero-heading.bold-heading {
  z-index: 2;
  font-weight: 500;
  position: relative;
}

.hero-heading.slide-1 {
  text-transform: uppercase;
  font-size: 88px;
  line-height: 98px;
}

.hero-heading.slide-3 {
  text-transform: capitalize;
  font-size: 94px;
  line-height: 106px;
  font-weight: 400;
}

.hero-heading.slide-3.bold-heading {
  font-weight: 600;
}

.hero-content-wrapper.slide-3 .hero-text ,
.hero-content-wrapper.slide-4 .hero-text {
  text-align: left !important;
}

.hero-content-wrapper.slide-3 .hero-button-block { 
  margin-top: 20px; 
}

.hero-content-wrapper.slide-4 .hero-button-block { 
  margin-top: 35px; 
}

.hero-content-wrapper.slide-3 .hero-button-block a { 
  margin: 15px; 
}








.horizontal-sep {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .12);
}

.horizontal-sep._prt-700 {
  margin-left: auto;
}

.horizontal-sep._prt-700.mt-60.mb-50 {
  border-top-color: rgba(255, 255, 255, .27);
}

.horizontal-sep.style1 {
  margin-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

.horizontal-sep.style1.width-60 {
  text-align: right;
}

.horizontal-sep.style2 {
  background-color: rgba(255, 255, 255, .3);
  margin-top: 60px;
  margin-bottom: 60px;
}

.horizontal-sep.style3 {
  background-color: rgba(0, 0, 0, .2);
  margin-top: 40px;
  margin-bottom: 25px;
}

.horizontal-sep.style4 {
  background-color: rgba(0, 0, 0, .2);
  margin-top: 30px;
  margin-bottom: 40px;
}

.horizontal-sep.style5 {
  margin-top: 25px;
  margin-bottom: 45px;
  position: relative;
}

.horizontal-sep.style6 {
  background-color: var(--base-grey);
}

._prt-700 {
  width: 700px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.section-subtitle {
  color: var(--base-dark);
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-right: 40px;
  font-family: var(--base-bodyfont);
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
}

.section-subtitle.text-white {
  color: var(--base-white);
}

.section-subtitle.text-center {
  padding-right: 0;
}

.section-subtitle.style2 {
  margin-bottom: 12px;
  padding-top: 0;
  padding-right: 0;
}

.section-subtitle.style4 {
  margin-bottom: 9px;
  padding-top: 0;
  padding-right: 0;
}

.section-heading {
  width: 74%;
  color: var(--base-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--base-bodyfont);
  font-size: 52px;
  font-weight: 500;
  line-height: 65px;
}

.section-heading.text-white {
  color: var(--base-white);
}

.section-heading.style2 {
  text-align: center;
  margin-bottom: 20px;
}

.section-heading.style3 {
  width: 100%;
  margin-bottom: 20px;
}

.section-heading.style4 {
  width: 100%;
  margin-bottom: 10px;
}

.text-right {
  text-align: right;
}

.about-list {
  margin-bottom: 56px;
  padding-left: 0;
  list-style-type: none;
}

.about-list-item {
  margin-bottom: 5px;
}

.about-list-item-text {
  color: var(--base-dark);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.close-link {
  color: var(--base-dark);
  font-family: Themify, sans-serif;
  text-decoration: none;
}

.single-image-wrapper {
  display: block;
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
}

.prt-img-effects.prt-img-effects-direction-lr {
  text-align: left;
  width: 100%;
}

.prt-img-effects.prt-img-effects-direction-lr {
  text-align: left;
  width: 100%;
}

.prt-img-effects.prt-img-effects-direction-lr.rl {
  text-align: right;
}

.tm-reveal-direction-lr .prt-img-effects-image-holder {
  display: inline-block;
  position: relative;
  overflow: hidden;
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
}

.prt-img-effects.prt-img-effects-direction-lr .prt-img-effects-image-holder img {
  transform-origin: 50% 50%;
  transition: 2s cubic-bezier(0.5, 0.5, 0, 1);
  transform: scale(1.5) translate(-100px, 0px);
}

.prt-img-effects.prt-img-effects-direction-lr.active .prt-img-effects-image-holder img{
  transform: scale(1) translate(0px, 0px);
}



.nav-menu {
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.nav-menu.nav-menu-home {
  display: none;
}

.site-menu {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-center {
  text-align: center;
}

.nav-link {
  color: var(--base-white);
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: 500;
  transition: color .3s;
  display: inline-block;
}

.nav-link:hover, .nav-link.prt--current {
  color: var(--base-skin);
}

.top-header {
  height: 100px;
  border-bottom: 1px solid rgba(255, 255, 255, .27);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.mr-15 {
  margin-right: 15px;
}

.mr-0 {
  margin-right: 0;
}

.plr-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.section-tile {
  margin-bottom: 40px;
  display: flex;
}

.section-tile.style2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-tile.style3 {
  display: block;
  position: relative;
}

.section-tile.style3.mb-0 {
  margin-bottom: 0;
}

.section-tile.style4 {
  margin-bottom: 0;
  display: block;
}

.mt-45 {
  margin-top: 45px;
}

.vertical-nav-menu {
  z-index: 2;
  width: 180px;
  height: auto;
  border-right: 1px solid rgba(255, 255, 255, .27);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 187px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 80px;
  right: auto;
}

.menu-vertical {
  margin-bottom: 100px;
  padding-top: 30px;
  padding-left: 0;
  list-style-type: none;
}

.menu-vertical-nav-link {
  color: var(--base-white);
  text-transform: uppercase;
  font-family: var(--base-bodyfont);
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
  position: relative;
}

.menu-vertical-nav-link:hover {
  color: var(--base-white);
}

.hero-image-and-heading-box {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.header-mail-icon i {
  color: var(--base-white);
  font-family: 'FontAwesome';
  font-weight: 400;
  text-decoration: none;
}

.menu-vertical-arrow-link {
  color: var(--base-white);
  font-family: Themify, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  position: relative;
}

.menu-vertical-arrow {
  width: 70px;
  height: 70px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid var(--base-white);
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 30px;
  display: flex;
  position: relative;
  transition: all 0.5 ease;
}
.menu-vertical-arrow:hover {
  border: 1px solid var(--base-skin);
}

.hero-heading-image {
  padding-right: 20px;
}

.hero-image-text {
  color: var(--base-white);
  text-align: center;
  margin-left: 0;
  margin-right: -50px;
  padding-top: 110px;
  transform: rotate(-18deg);
}

.hero-text-box {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.mr-130 {
  margin-right: 130px;
}

.mt_170 {
  margin-top: -170px;
}

.fid-item {
  display: inline-block;
}

.fid-item.style1 {
  position: relative;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 42px;
  display: block;
}

.fid-item.style1:after {
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, .18);
  width: 1px;
  height: 100%;
  top: 0;
  right: -15px;
}

.fid-item.style1.last-child:after {
  background-color: transparent;
}

.fid-item.style3 {
  border-top: 0 rgba(0, 0, 0, 0);
}

.fid-item.style4 {
  position: relative;
  width: 100%;
}

.fid-item.style4:after {
  content: '';
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  width: 1px;
  height: 100%;
  top: 0;
  right: -15px;
}

.fid-item.style4.last-child:after {
  background-color: transparent;
}

.service-details-fid > .row > [class*='col-'] {
  width: 100%;
  display: flex;
}

.fid-item.style5 {
  width: 300px;
  height: 180px;
  background-color: #f3f4f9;
  padding: 17px 30px 33px;
  margin-left: auto;
}

.fid-item.style5.mb-30 {
  margin-bottom: 30px;
}

.fid-description-text {
  color: var(--base-white);
  font-size: 18px;
  line-height: 24px;
}

.fid-description-text.style3 {
  color: rgba(255, 255, 255, .7);
  font-size: 14px;
}

.fid-number {
  color: var(--base-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 200px;
  font-weight: 500;
  line-height: 160px;
}

.fid-number.style3 {
  color: var(--base-white);
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.fid-number.style1 {
  color: var(--base-white);
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
}

.fid-number.style4 {
  color: rgba(0, 0, 0, .1);
  text-align: center;
  font-size: 180px;
  font-weight: 700;
  line-height: 160px;
}

.fid-number.style5 {
  color: var(--base-dark);
  margin-bottom: 5px;
  font-size: 50px;
  font-weight: 600;
  line-height: 80px;
}

.fid-title {
  color: var(--base-dark);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 100px;
}

.fid-title.style3 {
  color: var(--base-white);
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.fid-title.style4 {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  line-height: 46px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.fid-title.style5 {
  color: var(--base-bodyfont-color);
  text-align: right;
  border-top: 1px solid rgba(133, 133, 133, .55);
  padding-top: 18px;
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
}
p.style2 {
  text-align: center;
}

/*service-item*/
.service-item {
  width: 374px;
  height: 374px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}
.service-thumbnail {
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 991px) {
  .service-thumbnail {
    width: 50px;
    height: 50px;
    margin-top: 15px;

  }
}

.service-border-circle {
  z-index: 1;
  border-radius: 50%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  transition:all 0.5s ease;
}

.service-item:hover .service-border-circle {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(120deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
}

.service-box {
  z-index: -2;
  width: 324px;
  height: 324px;
  text-align: center;
  background-color: #f3f4f9;
  border: 1px solid #dfdfdf;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: relative;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  transition:all 0.5s ease 0.3s;
}

.service-item:hover .service-box {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(180deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition:all 0.5s ease;
}

.service-box-back {
  z-index: 3;
  width: 100%;
  height: 100%;
  background-image: none;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(180deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 0;
  transition:all 0.5s ease;
}

.service-item:hover .service-box-back {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  opacity: 1;
  transition:all 0.5s ease 0.3s;
}

.service-box-back.box-1 {
  background-image: linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)), url('../images/Service-01.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding: 20px 30px;
}

.service-box-back.box-3 {
  background-image: linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)), url('../images/Service-01.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-box-back.box-4 {
  background-image: linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)), url('../images/Service-01.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-box-back.box-5 {
  background-image: linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)), url('../images/Service-01.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-box-back.box-6 {
  background-image: linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)), url('../images/Service-01.png');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.service-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 50%; */
}

.service-content {
  text-align: center;
}

.service-description {
  margin-bottom: 0;
}

.service-description.text-opacity {
  color: rgba(255, 255, 255, .8);
}

.service-link {
  font-size: 15px;
}

.service-item-active .service-link ,
.service-box-back .service-link {
  color: var(--base-white);
  margin-top: 10px;
  text-decoration: none;
  display: inline-block;
  
}

.service-item-active .service-link:hover ,
.service-box-back .service-link:hover {
  color: var(--base-white);
}

.service-title {

  color: var(--base-skin);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}
@media screen and (max-width: 991px) {
  .service-title {
    font-size: 15px;
  /* margin-top: 10px; */

  }
}
.activity-title > h3{
  color: var(--base-skin);
}

.service-title-link {
  color: var(--base-skin);
  text-decoration: none;
}

.service-title-link.text-white {
  color: var(--base-white);
  transition: all 0.3s ease;
}

.service-title-link.text-white:hover {
  color: var(--base-skin);
}

/*service-item style2*/

.service-item.style2 {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  display: block;
}

.service-item.style2 .service-thumbnail {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.service-item.style2 .service-thumbnail img {
  border-radius: 0%;
  display: block;
  transform: scale(1.0);
  transition: transform 0.3s ease;
}

.service-item.style2:hover .service-thumbnail img {
  transform: scale(1.1);
}

.service-item.style2 .service-content {
  text-align: left;
}

.service-item.style2 .service-category {
  color: rgba(0, 0, 0, .7);
}

.service-item.style2 .service-heading {
  margin-bottom: 38px;
  font-size: 26px;
  font-weight: 400;
  line-height: 36px;
}

.service-item.style2 .service-heading a { color: var(--base-dark); }

.service-item.style2 .service-heading a:hover { color: var(--base-skin); }

.service-item.style2 .service-description { padding-left: 35px; }

.service-item.style2 .service-icon-circle {
  position: relative;
  width: 100px;
  height: 100px;
  border: 1px solid var(--base-dark);
  border-radius: 50%;
  order: -1;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  flex: none;
  transform: scale(1);
  transition: all 0.5s ease;
}

.service-item.style2 .service-icon-circle:hover {
  transform: scale(.8);
}

.service-item.style2 .service-icon-link {
  position: relative;
}

.service-link-block {
  margin-top: 16px;
  display: flex;
}

.service-item.style2 .service-link-block {
  align-items: center;
}


/*service-item style3*/

.service-item.style3 { 
  display: flex;
  justify-content: flex-start;
  position: relative; 
  width: 100%;
  height: 100%;
  z-index: 1;
}

.service-item.style3 .service-thumbnail {

}

.service-item.style3 .service-thumbnail img {
  border-radius: 0px;
}

.service-item.style3 .service-content {
  position: relative;
  z-index: 2;
}

.service-item.style3 .service-content h3 {
  text-align: left;
  font-size: 50px;
  line-height: 96px;
  font-weight: 600;
  text-transform: uppercase;
}

.service-item.style3 .service-content h3 a {
  color: #3c3c3c;
  transition: all 0.3s;
}

.service-item.style3:hover { 
  z-index: 2; 
}

.service-item.style3:hover .service-thumbnail { 
  opacity: 1; 
}

.service-item.style3:hover .service-content h3 a {
  color: var(--base-white);
}




.header-language-box {
  border-right: 1px solid rgba(255, 255, 255, .27);
  padding-right: 65px;
  display: flex;
}

.header-side-menu-box {
  border-left: 1px solid rgba(255, 255, 255, .27);
  padding-left: 65px;
  display: flex;
}

.header-side-menu-mail, .header-side-menu {
  width: 39px;
  height: 39px;
  border: 1px solid var(--base-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.header-language-item:hover ,
.header-side-menu-mail:hover, 
.header-side-menu:hover {
  border: 1px solid var(--base-skin);
  transition: all 0.5s ease;
}

.menu-vertical-nav-item {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.width-60 {
  width: 60%;
}

.nav-line-block {
  width: 0px;
  height: 1px;
  position: relative;
  opacity: 0;
  transition: all 0.3s ease;
}

.nav-line {
  width: 32px;
  height: 1px;
  background-color: var(--base-white);
}

.menu-vertical-nav-item:hover .nav-line-block {
  width: 48px;
  opacity: 1;
}

.hero-heading-underline-block {
  display: block;
  position: relative;
}

.hero-heading-underline {
  z-index: 0;
  width: 325px;
  height: 7px;
  background-color: var(--base-skin);
  display: none;
  position: absolute;
  top: auto;
  bottom: 5px;
  left: auto;
  right: 0%;
}

.hero-bottom-content {
  display: block;
  position: relative;
}

.hero-bottom-content.slide-1 ,
.hero-bottom-content.slide-2 {
  margin-top: 30px;
}

.hero-bottom-description.slide-1 {
  align-items: flex-start;
}

.menu-vertical-arrow-hidden {
  z-index: 1;
  width: 69px;
  height: 69px;
  background-color: var(--base-white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-vertical-arrow-active {
  z-index: 2;
  width: 69px;
  height: 69px;
  background-color: var(--base-skin);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.single-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

.single-image.box-shadow {
  margin: 3px;
  box-shadow: 3px 0 13px rgba(0, 0, 0, .07);
}

.single-image.box-shadow.border-white {
  border: 8px solid var(--base-white);
}

.about-content-wrapper {
  padding-top: 40px;
}

.about-content-description {
  margin-bottom: 33px;
}

.about-section {
  padding-top: 90px;
  padding-bottom: 100px;
}

.fid-section {
  overflow: hidden;
}

.fid-content.style4 {
  position: relative;
}

.fid-content.style1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fid-count {
  flex-wrap: nowrap;
  align-items: flex-end;
}

.fid-description.style1 {
  margin-top: 0;
  padding: 0 15px;
}

.services-section {
  padding-top: 93px;
  padding-bottom: 70px;
}
.section-body {
  font-size: 30px;
  line-height: 40px;
}
.team-section {
  background-color: var(--base-dark);
  background-image: linear-gradient(rgba(146, 146, 146, .13), rgba(146, 146, 146, .13)), url('../images/bg-image-07.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 90px;
  padding-bottom: 100px;
}

.section-title-grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 9fr 3fr;
}

.button-block {
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 10px;
  display: flex;
}

.team-content-wrapper {
  padding-top: 10px;
}

.team-content-wrapper.style3 {
  position: relative;
}

/*team-item*/

.team-item {
  display: flex;
  position: relative;
}

.team-item.style3:hover {
  z-index: 5;
}

.team-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 30px 100px 16px 50px;
  display: flex;
}

.team-thumbnail {
  flex: none;
}

.team-item.style1 .team-thumbnail {
  width: 260px;
  height: auto;
}

.team-description {
  color: rgba(255, 255, 255, .7);
  font-size: 17px;
  font-style: italic;
  line-height: 28px;
}

.team-caption {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.team-member-name {
  color: var(--base-white);
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.team-position {
  color: rgba(255, 255, 255, .7);
}

.team-caption-info {
  margin-right: 40px;
  margin-top: 10px;
}

.team-caption-image-block {
  margin-top: 10px;
}

/*team-item style2*/

.team-item.style2 {
  width: 32%;
  flex: none;
  margin-right: 2%;
  display: inline-block;
}

.team-item.style2 .team-thumbnail {
  position: relative;
}

.team-item.style2 .team-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: all 0.5s ease;
}

.team-item.style2 .team-content {
  padding: 32px 20px 16px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: auto;
  bottom: -115px;
  left: 0%;
  right: 0%;
}

.team-item.style2 .team-title {
  color: var(--base-white);
  text-align: center;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
  transition: color .3s;
}
.team-item.style2 .team-title a { 
  color: var(--base-white); 
}

.team-item.style2 .team-title a:hover {
  color: var(--base-skin);
}

.team-item.style2 .team-title.text-black a {
  color: var(--base-dark);
}

.team-item.style2 .team-title.text-black a:hover {
  color: var(--base-skin);
}

.team-item.style2 .team-overlay {
  background-color: rgba(0, 0, 0, .37);
  display: block;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transition: all 0.5s ease;
}

.team-item.style2 .team-arrow-image {
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  opacity: 0;
  transform: scale(0);
  transition: all 0.5s ease;
}

.team-item.style2 .team-item-inner {
  position: relative;
}

.team-item.style2 .team-position {
  color: rgba(255, 255, 255, .7);
  text-align: center;
}

.team-item.style2 .team-position.text-black {
  color: var(--base-dark);
}

.team-item.style2:hover .team-arrow-image {
  opacity: 1;
  transform: scale(1.0);
}

.team-item.style2:hover .team-overlay {
  opacity: 1;
}

.team-item.style2:hover .team-image {
  filter: grayscale(0%);
}


/*team-item style3*/

.team-item.style3 {
  z-index: 2;
  display: block;
  position: static;
}

.team-item.style3 .team-thumbnail {
  z-index: 1;
  width: 460px;
  height: 440px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.team-item.style3 .team-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
}

.team-item.style3 .team-content {
  z-index: 2;
  border-top: 1px solid var(--base-dark);
  padding: 17px 40px 22px 0;
  text-decoration: none;
  transition: padding .5s, background-color .5s;
  position: relative;
  transition: all 0.3s ease;
}

.team-item.style3 .team-title {
  margin-bottom: 6px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.team-item.style3 .team-title a { color: var(--base-dark); }

.team-item.style3 .team-position {
  color: var(--base-bodyfont-color);
}

.team-item.style3.active .team-content {
  background-color: #f3f4f9;
  padding-left: 40px;
}

.team-item.style3.active .team-thumbnail {
  opacity: 1;
}

.team-item.style3 .team-title a:hover { color: var(--base-skin); }

.team-fid {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team-scroll-content {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.team-scroll-track {
  max-width: 100vw;
  overflow-x: scroll;
  position: relative;
  scrollbar-color: var(--base-white) rgba(255, 255, 255, .32);
  scrollbar-width: thin;
  -ms-overflow-style: none;
  z-index: 3;
}

.team-scroll-track::-webkit-scrollbar {
  height: 15px!important;
}

.team-scroll-track::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0);
}

.team-scroll-track::-webkit-scrollbar-thumb {
  width: 40px!important;
  height: 30px!important;
  border-radius: 7.5px;
  background-color: var(--base-white);
}

.team-scroll-track::-webkit-scrollbar-thumb:hover {
  background-color: var(--base-skin);
}

.team-scroll-track::-webkit-scrollbar:vertical {
  display: none;
}

.team-scroll-block {
  display: flex;
  padding-bottom: 150px;
}

.team-scroll-line {
  background-color: rgba(255, 255, 255, .32);
  height: 2px;
  width: 100%;
  position: relative;
  top: -8px;
  z-index: 2;
}

.team-scroll-line.style2 {
  background-color: var(--base-dark);
}

.team-scroll-track.style2::-webkit-scrollbar-thumb {
  background-color: var(--base-dark);
}

.team-scroll-track.style2::-webkit-scrollbar-thumb:hover {
  background-color: var(--base-skin);
}





.project-section {
  padding-top: 100px;
  padding-bottom: 70px;
}

.project-content-wrapper {
  position: relative;
}

.big-background-title {
  z-index: 1;
  position: absolute;
  top: -160px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.big-background-heading {
  color: rgba(0, 0, 0, .04);
  font-family: var(--base-bodyfont);
  font-size: 320px;
  font-weight: 600;
  line-height: 420px;
}

.project-item {
  perspective: 800px;
  perspective-origin: 0 0;
  position: relative;
  transform: none;
}

.project-thumbnail {
  position: relative;
}

.project-image {
  width: 100%;
}

.project-content {
  width: 300px;
  height: 180px;
  transform-origin: 0%;
  background-color: var(--base-dark);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 25px;
  display: flex;
  opacity: 0;
  position: absolute;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: auto;
  transform: rotateY(90deg)perspective(400px);
  transition: all 0.5s ease;
}

.project-item.active .project-content {
  opacity: 1;
  transform: rotateY(0deg)perspective(400px);
}

.project-category {
  color: rgba(255, 255, 255, .6);
  font-size: 14px;
}

.project-title {
  color: var(--base-white);
  font-size: 22px;
  font-weight: 500;
  line-height: 36px;
  text-decoration: none;
}

.project-title:hover {
  color: var(--base-white);
}

.client-section {
  padding-top: 68px;
  padding-bottom: 75px;
}

.client-title-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.client-title {
  color: var(--base-dark);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}

.client-title-line {
  width: 66px;
  height: 1px;
  background-color: var(--base-dark);
  margin-left: 25px;
  margin-right: 25px;
}

.client-content-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
  margin-left: -12px;
  margin-right: -12px;
}

.client-item {
  border: 1px solid #dedede;
  margin-left: 12px;
  margin-right: 12px;
  display: inline-block;
}

.client-item.style2 {
  background-color: var(--base-white);
}

.client-thumbnail {
  height: 80px;
  max-height: 80px;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 45px;
  padding-right: 45px;
  display: flex;
}

.blog-section {
  background-color: #f3f4f9;
  padding-top: 90px;
  padding-bottom: 100px;
  overflow: hidden;
}

.blog-content-wrapper {
  position: relative;
}

.blog-items-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.blog-item {
  position: relative;
  overflow: hidden;
}

.blog-thumbnail {
  position: relative;
}

.blog-image {
  width: 100%;
  height: 100%;
}

.blog-content {
  background-color: var(--base-white);
  padding: 35px 25px 30px;
  position: relative;
}

.blog-category {
  color: #5d5d5d;
  text-transform: uppercase;
  background-color: #f3f4f9;
  padding: 5px 10px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
  display: inline-block;
}

.blog-category:hover {
  color: var(--base-white);
  background-color: var(--base-skin);
  transition: color .3s, background-color .3s;
}

.blog-title {
  font-family: var(--base-bodyfont);
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
  transition: color .3s;
}

.blog-title a {
  color: var(--base-dark);
}

.blog-date-block { 
  display: flex; 
  justify-content: flex-start;
  align-items: center;
}

.blog-title a:hover {
  color: var(--base-skin);
}

.blog-author, .blog-date {
  font-size: 13px;
  font-weight: 400;
}

/*style1*/

.blog-item.style1 {
  height: 364px;
  overflow: hidden;
  background-color: var(--base-white);
}

.blog-item.style1 .blog-item-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  display: flex;
  height: 100%;
  position: relative;
  width: 100%;

}

.blog-item.style1 .blog-thumbnail {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: 0.7s;
  width: 309px;
  height: 456px;
}

.blog-item.style1 .blog-thumbnail.item-1 {
  background-image: url('../images/blog-01.png');
}

.blog-item.style1 .blog-thumbnail.item-2 {
  background-image: url('../images/blog-02.png');
}

.blog-item.style1 .blog-thumbnail.item-3 {
  background-image: url('../images/blog-03.png');
}

.blog-item.style1 .blog-content {
  text-align: left;
  opacity: 1;
  height: 100%;
  position: relative;
  -webkit-transition: top .8s cubic-bezier(.6,0,.2,1),opacity .8s cubic-bezier(.6,0,.2,1);
  -o-transition: top .8s cubic-bezier(.6,0,.2,1),opacity .8s cubic-bezier(.6,0,.2,1);
  transition: top .8s cubic-bezier(.6,0,.2,1),opacity .8s cubic-bezier(.6,0,.2,1);
  width: calc(100% - 309px);
  padding: 70px 15px 25px 25px;
  display: flex;
  flex-direction: column;
  align-self: center;
  flex-wrap: wrap;
}

.blog-item.style1 .blog-category {
  color: var(--base-bodyfont-color);
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.blog-item.style1 .blog-title {
  font-size: 24px;
  line-height: 34px;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 20px;
}

.prt-blog-box-section .prt-row-blog-box .prt-col-blog-box {
    width: 100%;
    max-width: calc(23.22222% - -31.44444px);
    border-radius: 16px;
    -webkit-transition: max-width .8s cubic-bezier(.6, 0, .2, 1);
    -o-transition: max-width .8s cubic-bezier(.6, 0, .2, 1);
    transition: max-width .8s cubic-bezier(.6, 0, .2, 1);
    display: block;
    overflow: hidden;
}

.prt-blog-box-section .prt-row-blog-box .prt-col-blog-box.active {
    width: 100%;
    max-width: calc(56.55556% - 102.88889px);
}

.blog-item.style1 .blog-date {
  color: var(--base-bodyfont-color);
  font-size: 14px;
  line-height: 26px;
}

/*style2*/

.blog-item.style2 .blog-thumbnail {
  overflow: hidden;
}

.blog-item.style2 .blog-thumbnail img{
  transform: scale(1.0);
  transition: all 0.3s ease;
}

.blog-item.style2:hover .blog-thumbnail img{
  transform: scale(1.1);
}

.blog-item.style2 .blog-content {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 22px;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}

.blog-item.style2 .blog-title {
  font-size: 23px;
  line-height: 32px;
  margin-top: 9px;
  margin-bottom: 7px;
}

.blog-item.style2 .blog-category {
  border-radius: 12px;
}

.blog-item.style2 .blog-update {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

/*style3*/

.faq-blog-slide-wrapper { margin: 0 -15px; }

.blog-item.style3 {
  background-color: var(--base-white);
  padding: 15px;
  margin: 0 15px;
  overflow: hidden;
}

.blog-item.style3 .blog-thumbnail {
  z-index: 1;
  background-color: var(--base-white);
  overflow: visible;
}

.blog-item.style3 .blog-thumbnail img {
  transform: scale(1.0);
  transition: all 0.5s ease;
}

.blog-item.style3 .blog-content {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 23px 15px 8px 5px;
  display: flex;
  transform: translateY(0);
  transition: all 0.5s ease;
}

.blog-item.style3 .blog-title {
  font-size: 24px;
  line-height: 34px;
  margin-top: 10px;
}

.blog-item.style3 .blog-category {
  color: var(--base-bodyfont-color);
  text-transform: capitalize;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}
 
.blog-item.style3:hover .blog-thumbnail img {
  transform: scale(1.5);
}

.blog-item.style3:hover .blog-content {
  transform: translateY(-15px);
  padding: 23px 15px 8px 15px;
}




.footer-widget-heading {
  color: var(--base-white);
  font-family: var(--base-bodyfont);
  font-size: 19px;
  font-weight: 500;
  line-height: 32px;
}

.footer-widget-text {
  color: rgba(255, 255, 255, .7);
  font-family: var(--base-bodyfont);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.footer-form {
  margin-top: 24px;
}

.footer-input {
  height: 50px;
  color: rgba(255, 255, 255, .7);
  background-color: #232323;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 0;
  padding: 8px 15px;
  font-family: var(--base-bodyfont);
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
}

.footer-input:focus {
  border-color: rgba(0, 0, 0, 0);
}

.footer-button {
  width: 100%;
  color: var(--base-white);
  background-color: #214fe2;
  padding: 19px 20px 20px;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  transition: background-color .3s;
  display: block;
}

.footer-button:hover {
  background-color: rgba(33, 79, 226, .6);
}

.footer-form-grid {
  grid-column-gap: 10px;
  grid-row-gap: 20px;
}

.footer-checkbox-field {
  margin-top: 18px;
  margin-bottom: 0;
}

.footer-checkbox {
  margin-top: 6px;
}

.footer-checkbox-label {
  color: rgba(255, 255, 255, .7);
  cursor: default;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.footer-nav-link {
  color: rgba(255, 255, 255, .7);
  margin-top: 17px;
  margin-bottom: 0;
  padding-left: 0;
  font-family: var(--base-bodyfont);
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  list-style-type: none;
  transition: color .3s;
}

.footer-nav-link:hover {
  color: var(--base-white);
}

.footer-nav-item {
  padding-bottom: 10px;
}

.footer-contact-info {
  margin-top: 17px;
}

.footer-phone {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 10px;
  font-family: var(--base-bodyfont);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-phone:hover {
  color: var(--base-white);
}

.footer-email {
  color: var(--base-white);
  margin-bottom: 10px;
  font-family: var(--base-bodyfont);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-email:hover {
  color: var(--base-white);
}

.footer-address {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 30px;
  font-family: var(--base-bodyfont);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer-social-item {
  border: 1px solid rgba(255, 255, 255, .23);
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 7px 12px;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  transition: all 0.3s ease;
}

.footer-social-link {
  color: var(--base-white);
  text-transform: uppercase;
  font-family: var(--base-bodyfont);
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
}

.footer-social-item:hover {
  background-color: var(--base-skin);
  border: 1px solid var(--base-skin);
}

.footer-social-link:hover {
  color: var(--base-white);
}

.footer-widget-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-gallery {
  margin-top: 16px;
}

.footer-gallery-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.footer-gallery-item {
  width: 100px;
  height: 60px;
}

.gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-image:hover {
  opacity: .74;
}

.about-page-title {
  background-color: var(--base-dark);
  background-image: url('../images/bg-image-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 90px;
}

.title-wrapper.about-title-wrapper {
  margin-bottom: -290px;
}

.page-title-heading-content {
  flex: none;
  display: inline-block;
  position: unset;
}

.title-heading {
  color: var(--base-white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: var(--base-bodyfont);
  font-size: 76px;
  font-weight: 400;
  line-height: 90px;
}

.page-title-description-content {
  padding-top: 20px;
  position: relative;
}

.page-title-description-content.style2 {
  width: 60%;
  margin-left: auto;
  padding-top: 35px;
  padding-right: 50px;
}

.title-sub-heading {
  color: var(--base-skin);
  margin-top: 0;
  margin-bottom: 9px;
  padding-left: 50px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.title-description {
  color: rgba(255, 255, 255, .75);
}

.title-heading-span {
  font-weight: 500;
}

.heading-before-line {
  width: 34px;
  height: 2px;
  background-color: var(--base-skin);
  position: absolute;
  top: 33px;
  left: 0;
}

.heading-before-line.style2 {
  top: 48px;
}

.title-image-holder {
  margin-top: 70px;
  position: relative;
}

.title-image-holder.style2 {
  z-index: 2;
  margin-top: 0;
  position: relative;
}

.about-first-section {
  background-color: #f3f4f9;
  padding-top: 293px;
  padding-bottom: 70px;
}

.section-description {
  margin-bottom: 0;
}

.section-description.style2 {
  width: 60%;
  text-align: center;
}

.section-description.style4.text-white {
  color: rgba(255, 255, 255, .7);
}

.about-first-section-content {
  padding-top: 10px;
}

.about-second-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.timeline-block {
  border-left: 1px solid rgba(0, 0, 0, .1);
}

.timeline-content {
  padding-top: 20px;
  padding-bottom: 22px;
  padding-left: 60px;
  position: relative;
}

.timeline-sepretor-line {
  width: 40px;
  height: 1px;
  background-color: rgba(0, 0, 0, .1);
  position: absolute;
  top: 38px;
  bottom: auto;
  left: 0;
  right: auto;
}

.timeline-heading {
  color: var(--base-dark);
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.timeline-description {
  margin-bottom: 0;
}

.about-third-section {
  background-color: var(--base-dark);
  background-image: url('../images/bg-image-01.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 93px;
  padding-bottom: 100px;
  overflow: hidden;
}

.text-white {
  color: var(--base-white);
}

.page-with-sticky {
  z-index: 10;
  position: relative;
}

.about-fourth-section {
  background-image: url('../images/bg-image-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 93px;
  padding-bottom: 100px;
}

.scroll-progress-bar {
  width: 100%;
  height: auto;
  margin-top: 132px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
  position: relative;
}

.scroll-progress-bar-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .32);
}

.scroll-progress-bar-line.style2 {
  background-color: rgba(0, 0, 0, .32);
}

.scroll-progress-bar-button {
  width: 40px;
  height: 15px;
  background-color: var(--base-white);
  border-radius: 7.5px;
  position: absolute;
  top: 13px;
  left: 0;
}

.scroll-progress-bar-button.style2 {
  background-color: var(--base-dark);
}

.testimonials {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-slider {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.testimonial-slider-slide {
  padding-left: 10px;
  padding-right: 10px;
}

.testimonial-thumbnail {
  width: 100px;
  height: 100px;
  border: 2px solid var(--base-dark);
  border-radius: 15px;
  overflow: hidden;
}

.testimonial-content {
  background-color: #f3f4f9;
  border: 2px solid var(--base-dark);
  border-radius: 15px;
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 26px;
  position: relative;
}

.testimonial-blockquote {
  color: var(--base-dark);
  white-space: normal;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: 8px;
  padding: 10px 20px;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 38px;
}

.testimonial-name {
  color: var(--base-dark);
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.testimonial-designation {
  color: #818181;
  font-size: 14px;
  font-weight: 400;
}

.testimonial-slider-arrow, .testimonial-slider-nav {
  display: none;
}

.testimonial-icon {
  position: absolute;
  top: 27%;
  bottom: 0%;
  left: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
}

/*testimonials.style2*/

.testimonials.style2 {
  display: block;
  width: 100%;
}

.testimonials.style2.testimonials-nav {
  padding: 15px 25px;
  margin: auto;
}

.testimonials.style2 .testimonial-thumbnail {
  border: 5px solid transparent;
}

.testimonials.style2 .testimonial-content { margin-top: 20px; }

.testimonials.style2 .testimonial-thumbnail.slick-slide.slick-current.slick-active.slick-center {
  border: 5px solid var(--base-skin);
}

.testimonials.style2 .testimonial-thumbnail {
  margin: 0 10px;
}


.section-bottom-text-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  display: flex;
}

.section-bottom-text {
  padding-left: 3px;
  padding-right: 3px;
}

.section-bottom-highlight-text {
  color: var(--base-dark);
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
  display: inline-block;
}

.section-bottom-text-underline {
  width: 100%;
  height: 1px;
  background-color: var(--base-dark);
}

.service-page-title {
  background-color: var(--base-dark);
  background-image: url('../images/bg-image-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 90px;
}

.service-first-section {
  padding-top: 100px;
  padding-bottom: 70px;
}

.service-second-section {
  margin-top: -7px;
  overflow: hidden;
}

.container-fluid {
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid.zero-padding {
  padding-left: 0;
  padding-right: 0;
}

.portfolio-content-wrapper {
  display: block;
  width: 100%;
}

.showcase-item-col-box {
  width: 100%;
  max-width: calc(19.22222% - 15.55556px);
  height: auto;
  -webkit-transition: max-width .8s cubic-bezier(.6, 0, .2, 1);
  -o-transition: max-width .8s cubic-bezier(.6, 0, .2, 1);
  transition: max-width .8s cubic-bezier(.6, 0, .2, 1);
  display: block;
  overflow: hidden;
}

.showcase-item {
  width: 100%;
  height: 700px;
  display: flex;
  position: relative;
}

.showcase-item.item-1 {
  background-image: url('../images/portfolio-01.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.showcase-item.item-2 {
  background-image: url('../images/portfolio-02.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.showcase-item.item-3 {
  background-image: url('../images/portfolio-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.showcase-item.item-4 {
  background-image: url('../images/portfolio-04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.showcase-item-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: fill;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.showcase-item-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.showcase-item-content {
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
  display: flex;
  opacity: 0;
  position: absolute;
  z-index: 3;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translateY(100%);
  transition: all .5s ease-in-out;
}

.showcase-item-title {
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
  transition: color .3s;
}

.showcase-item-title a {
  color: var(--base-white);
}

.showcase-itemlink-circle {
  width: 58px;
  height: 58px;
  border: 1px solid var(--base-white);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.showcase-item-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 31%, rgba(0, 0, 0, .72));
  display: block;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.showcase-item-col-box.active {
  width: 100%;
  max-width: calc(44.99999% - 4.88889px);
}

.showcase-item-col-box.active .showcase-item-content ,
.showcase-item-col-box.active .showcase-item-overlay {
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out 0.3s;
  transform: translateY(0);
}


.service-third-section {
  background-color: #f3f4f9;
  padding-top: 80px;
  padding-bottom: 50px;
}

.about-first-section-content > .row  > [class*='col-'] ,
.service-third-section-content > .row  > [class*='col-'] {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-fourth-section {
  padding-top: 83px;
  padding-bottom: 100px;
}

.service-fourth-section-content {
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.page-title {
  background-color: var(--base-dark);
  background-image: url('../images/bg-pagetitle.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 225px;
  padding-bottom: 74px;
}

.page-title-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-title-heading {
  color: var(--base-white);
  text-align: center;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 76px;
  font-weight: 400;
  line-height: 90px;
}

.page-title-bradcrumb {
  display: none;
}

.bradcrumb-page-name {
  color: var(--base-skin);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.services-details-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sidebar-services-item {
  border: 1px solid var(--base-dark);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.sidebar-service-link {
  color: var(--base-dark);
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  text-decoration: none;
}

.sidebar-service-icon i {
  color: var(--base-dark);
  font-family: Themify, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.sidebar-banner {
  background-color: var(--base-dark);
  margin-top: 70px;
}

.sidebar-banner-info {
  text-align: center;
  padding: 59px 30px 52px;
}

.sidebar-banner-title {
  color: var(--base-white);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-top: 15px;
  margin-bottom: 25px;
  padding-bottom: 19px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.sidebar-address-heading {
  color: var(--base-white);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.sidebar-address-text {
  color: rgba(255, 255, 255, .65);
  font-weight: 400;
}

.sidebar-address-phone {
  color: rgba(255, 255, 255, .65);
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
}

.sidebar-address-phone:hover {
  color: var(--base-white);
}

.sidebar-content-wrapper {
  padding-left: 30px;
}

.service-details-item-box {
  margin-bottom: 42px;
}

.service-details-item {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.service-details-item-thumbnail {
  flex: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

.service-details-item-content {
  padding-left: 25px;
}

.service-details-item-title {
  color: var(--base-dark);
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 15px;
}

.service-detail-description {
  margin-bottom: 0;
}

.service-detail-title {
  margin-bottom: 21px;
}

.service-detail-title.mb-0 {
  margin-bottom: 0;
}

.service-detail-heading {
  color: var(--base-dark);
  margin-bottom: 12px;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
}

.services-details-list {
  margin-bottom: 19px;
  padding-left: 0;
  list-style-type: none;
}

.services-details-list-heading {
  color: var(--base-dark);
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.stepbox.style1 {
  margin-top: 43px;
}

.stepbox-item {
  margin-bottom: 30px;
}

.stepbox-item.last-child {
  margin-bottom: 0;
}

.stepbox-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 4fr 8fr;
}

.stepbox-content {
  border: 1px solid var(--base-dark);
  justify-content: space-between;
  align-items: center;
  padding: 27px;
  display: flex;
}

.stepbox-step {
  color: var(--base-bodyfont-color);
  font-weight: 500;
}

.stepbox-heading {
  color: var(--base-dark);
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.stepbox-thumbnail {
  flex: none;
}

.stepbox-description {
  margin-bottom: 0;
  padding-left: 35px;
}

.team-details-first-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.team-member-designation {
  color: var(--base-bodyfont-color);
  font-size: 16px;
  font-weight: 400;
}

.team-member-info {
  margin-top: 30px;
  margin-bottom: 20px;
}

.team-member-info-heading {
  color: var(--base-dark);
  margin-bottom: 9px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.team-member-address-heading {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 30px;
}

.team-member-contact-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.team-member-contact-phone {
  color: var(--base-dark);
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.team-member-contact-phone:hover {
  color: var(--base-skin);
}

.team-member-contact-mail {
  color: var(--base-dark);
  white-space: pre-wrap;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: color .3s;
  display: block;
}

.team-member-contact-mail:hover {
  color: var(--base-skin);
}

.team-member-social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team-member-social-heading {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.team-member-social-block {
  margin-top: 22px;
}

.team-member-social-item {
  width: 34px;
  height: 34px;
  background-color: var(--base-dark);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-right: 14px;
  display: flex;
  position: relative;
}

.team-member-social-link {
  color: var(--base-white);
  font-family: Themify, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: none;
  position: relative;
}

.team-member-social-link:hover {
  color: var(--base-white);
}

.team-member-title-name {
  color: var(--base-dark);
  margin-bottom: 7px;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.team-member-contact-heading {
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 30px;
}

.team-details-second-section {
  background-color: #f3f4f9;
  background-image: url('../images/bg-image-03.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 93px;
  padding-bottom: 100px;
}

.team-details-third-section {
  padding-top: 80px;
  padding-bottom: 50px;
}

.portfolio-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.portfolio-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.portfolio-item {
  position: relative;
}

.portfolio-thumbnail {
  position: relative;
  overflow: hidden;
}

.portfolio-thumbnail img {
  transform: scale(1.2);
  transition: all 0.3s ease;
}

.portfolio-content {
  padding: 20px 40px 40px 20px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  opacity: 0;
  transition: all 0.3s ease;
}

.portfolio-title {

  text-align: right;
  transition: color .3s;
}

.portfolio-title:hover {
  color: var(--base-white);
}

.portfolio-overlay {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .46) 72%, var(--base-dark));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  opacity: 0;
  transition: all 0.3s ease;
}

.portfolio-title-link {
  cursor: pointer;
  text-decoration: none;
  color: var(--base-white);
}

.portfolio-title-link:hover {
  cursor: pointer;
  text-decoration: none;
  color: var(--base-white);
}

.portfolio-item:hover .portfolio-thumbnail img {
  transform: scale(1.0);
}

.portfolio-item:hover .portfolio-content ,
.portfolio-item:hover .portfolio-overlay {
  opacity: 1;
}

.portfolio-details-list-block {
  background-color: #f3f4f9;
  padding: 33px 40px 23px;
}

.portfolio-details-list-title {
  color: var(--base-dark);
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.portfolio-details-list {
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.portfolio-details-list-category {
  color: var(--base-dark);
  margin-right: 5px;
  font-weight: 500;
  display: inline-block;
}

.portfolio-details-list-text {
  display: inline-block;
}

.portfolio-details-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  padding-top: 12px;
  padding-bottom: 12px;
}

.portfolio-details-list-item.last-child {
  border-bottom-color: rgba(0, 0, 0, 0);
}

.portfolio-details-heading {
  margin-bottom: 8px;
  font-size: 30px;
  line-height: 40px;
}

.portfolio-details-description {
  margin-bottom: 0;
}

.portfolio-details-info {
  margin-top: 40px;
  margin-bottom: 47px;
}

.portfolio-details-info-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 7fr 5fr;
  margin-top: 18px;
}

.portfolio-details-linked-block {
  background-color: var(--base-dark);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 23px 50px 29px 30px;
  display: flex;
}

.portfolio-details-info-bold-text {
  color: var(--base-white);
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.portfolio-details-info-regular-text {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 30px;
  font-weight: 400;
}

.blog-section-item-list {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block {
  width: 4px;
  height: 4px;
  background-color: var(--base-bodyfont-color);
  border-radius: 50%;
  margin-left: 7px;
  margin-right: 7px;
}

.blog-page-section {
  padding-top: 90px;
  padding-bottom: 100px;
}

.blog-details-section {
  padding-top: 100px;
  padding-bottom: 85px;
}

.blog-details-category-block {
  margin-top: 50px;
  margin-bottom: 24px;
}

.blog-details-category-link {
  color: var(--base-bodyfont-color);
  background-color: #f3f4f9;
  border-radius: 12px;
  margin-right: 6px;
  padding: 6px 12px;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: inline-block;
}

.blog-details-category-link:hover {
  color: var(--base-white);
  background-color: var(--base-skin);
}

.blog-details-heading {
  color: var(--base-dark);
  margin-bottom: 24px;
  font-size: 34px;
  font-weight: 500;
  line-height: 44px;
}

.blog-details-description {
  margin-bottom: 0;
}

.blog-details-blockquote {
  border: 1px solid var(--base-dark);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 47px;
  padding: 50px 40px 46px 56px;
  display: flex;
}

.blockquote-image-holder {
  flex: none;
  margin-right: 25px;
}

.blockquote-description {
  color: var(--base-dark);
  border-left: 0 rgba(0, 0, 0, 0);
  margin-top: -10px;
  padding-top: 0;
  padding-left: 0;
  font-family: var(--base-bodyfont);
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
}

.blockquote-author {
  color: var(--base-bodyfont-color);
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.tag-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.tags-name {
  color: var(--base-dark);
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.tags-link {
  color: var(--base-bodyfont-color);
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.tags-link:hover {
  color: var(--base-skin);
}

.blog-details-social-item {
  margin-right: 10px;
  display: inline-block;
}

.blog-details-social-item.last-child {
  margin-right: 0;
}

.blog-details-social-link {
  color: var(--base-bodyfont-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.blog-details-social-link:hover {
  color: var(--base-skin);
}

.blog-details-social-name {
  color: var(--base-dark);
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  display: inline-block;
}

.blog-details-team-item {
  justify-content: flex-start;
  align-items: center;
  margin-top: 47px;
  display: flex;
}

.blog-details-team-content {
  padding-left: 23px;
}

.blog-details-team-title {
  margin-bottom: 12px;
}

.blog-details-team-description {
  margin-bottom: 18px;
}

.blog-details-team-social-item {
  display: inline-block;
}

.blog-details-team-social-link {
  color: var(--base-dark);
  margin-right: 12px;
  font-family: Themify, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.blog-details-team-social-link:hover {
  color: var(--base-skin);
}

.blog-details-form-wrapper {
  margin-top: 67px;
}

.blog-details-form-input {
  height: 52px;
  color: var(--base-bodyfont-color);
  border: 1px solid rgba(133, 133, 133, .5);
  margin-bottom: 0;
  padding: 9px 20px;
  transition: border .3s, color .3s;
}

.blog-details-form-input:focus {
  border-color: var(--base-bodyfont-color);
}

.blog-details-form-input::-ms-input-placeholder {
  color: rgba(133, 133, 133, .5);
}

.blog-details-form-input::placeholder {
  color: rgba(133, 133, 133, .5);
}

.blog-detail-form-heading {
  margin-bottom: 13px;
  font-size: 36px;
  line-height: 46px;
}

.blog-detail-form-instruction {
  margin-bottom: 25px;
}

.blog-details-form-textarea {
  min-height: 150px;
  color: var(--base-bodyfont-color);
  border: 1px solid rgba(133, 133, 133, .5);
  margin-bottom: 0;
  padding: 9px 20px;
  transition: border .3s, color .3s;
}

.blog-details-form-textarea:focus {
  border-color: var(--base-bodyfont-color);
}

.blog-details-form-textarea::-ms-input-placeholder {
  color: rgba(133, 133, 133, .5);
}

.blog-details-form-textarea::placeholder {
  color: rgba(133, 133, 133, .5);
}

.blog-details-form-grid {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.blog-details-submit-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 28px;
  display: flex;
}

.blog-details-checkbox-field {
  margin-bottom: 0;
}

.blog-details-checkbox {
  margin-top: 6px;
}

.blog-details-checkbox-label {
  cursor: default;
  font-weight: 400;
}

.blog-details-submit-button {
  margin-right: 40px;
}

.nav-dropdown-toggle {
  padding: 0;
}

.nav-dropdown-icon {
  display: none;
}

.nav-submenu-list {
  min-width: 460px;
  background-color: var(--base-white);
  margin-top: 12px;
  padding: 20px 10px;
}

.nav-submenu-list.prt--open {
  min-width: 460px;
}

.nav-submenu-link {
  width: 50%;
  text-transform: capitalize;
  padding: 8px 20px;
  transition: color .3s;
  display: inline-block;
}

.nav-submenu-link:hover, .nav-submenu-link.prt--current {
  color: var(--base-skin);
}

.blog-slider-wrapper {
  margin-right: -30px;
  overflow: hidden;
}

.blog-slider {
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}

.blog-slider-mask {
  width: 33.33%;
  overflow: visible;
}

.blog-slider-slide {
  padding-right: 30px;
}

.blog-slider-arrow {
  display: none;
}

.blog-slider-nav {
  display: none;
  top: auto;
  bottom: 4%;
  left: 0%;
  right: 0%;
}

.faq-section {
  padding-top: 93px;
  padding-bottom: 100px;
}

.accordian-item {
  width: 100%;
  background-color: #f3f4f9;
  padding: 34px 40px 36px;
  position: relative;
  overflow: hidden;
}

.accordian-toggle {
  padding: 0;
  display: flex;
}

.accordian-icon {
  width: 45px;
  height: 45px;
  color: var(--base-white);
  background-color: var(--base-dark);
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-size: 16px;
  line-height: 32px;
  display: flex;
}

.accordian-title {
  color: var(--base-dark);
  white-space: normal;
  padding-right: 60px;
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
}

.accordian-content {
  background-color: rgba(0, 0, 0, 0);
  position: static;
}

.accordian-description {
  color: var(--base-bodyfont-color);
  white-space: normal;
  cursor: default;
  padding: 24px 0 0;
}

.faq-blog-section {
  background-color: #f3f4f9;
  padding-top: 90px;
  padding-bottom: 100px;
  overflow: hidden;
}

.faq-blog-slide-wrapper {
  overflow: visible;
}

.pricing-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pricing-item {
  background-color: #f3f4f9;
  border: 1px solid var(--base-dark);
  padding: 75px 40px;
}

.pricing-plan {
  border: 1px solid rgba(0, 0, 0, .2);
  padding: 2px 12px;
  font-weight: 400;
  display: inline-block;
}

.pricing-title {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  margin-bottom: 24px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.pricing-description {
  margin-bottom: 52px;
}

.pricing-amount {
  font-size: 48px;
  font-weight: 600;
  line-height: 62px;
  display: inline-block;
}

.pricing-duration {
  font-size: 22px;
  line-height: 62px;
  display: inline-block;
}

.pricing-bottom {
  text-align: center;
  background-color: var(--base-white);
  padding: 21px 30px 30px;
}

.pricing-second-section {
  background-color: #f3f4f9;
  padding-top: 68px;
  padding-bottom: 75px;
}

.pricing-third-section {
  padding-top: 93px;
  padding-bottom: 100px;
}

.contact-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-info-button {
  margin-bottom: 22px;
}

.contact-address {
  margin-bottom: 10px;
}

.contact-phone-link {
  color: var(--base-dark);
  font-size: 16px;
  font-weight: 500;
  transition: color .3s;
  display: inline-block;
}

.contact-phone-link:hover {
  color: var(--base-skin);
}

.contact-mail-link {
  color: var(--base-bodyfont-color);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.contact-mail-link:hover {
  color: var(--base-skin);
}

.contact-form-block {
  margin-bottom: 0;
}

.contact-form-title {
  color: var(--base-white);
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: 500;
  line-height: 36px;
}

.contact-form-wrapper {
  background-color: var(--base-grey);
  background-image: url('../images/bg-image-04.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 53px 30px 60px;
}

.contact-form-input {
  height: 50px;
  color: rgba(255, 255, 255, .6);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(255, 255, 255, .2);
  margin-bottom: 0;
  padding: 9px 0;
}

.contact-form-input:focus {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, .6);
}

.contact-form-input::-ms-input-placeholder {
  color: rgba(255, 255, 255, .7);
}

.contact-form-input::placeholder {
  color: rgba(255, 255, 255, .7);
}

.contact-form-textarea {
  min-height: 100px;
  color: rgba(255, 255, 255, .6);
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: rgba(255, 255, 255, .2);
  margin-bottom: 0;
  padding: 9px 0;
}

.contact-form-textarea:focus {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(255, 255, 255, .6);
}

.contact-form-textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, .7);
}

.contact-form-textarea::placeholder {
  color: rgba(255, 255, 255, .7);
}

.contact-form-checkbox-field {
  margin-top: 24px;
  margin-bottom: 40px;
}

.contact-form-checkbox {
  margin-top: 6px;
}

.contact-form-checkbox-label {
  color: rgba(255, 255, 255, .7);
  cursor: default;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.contact-form-grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

.contact-second-section {
  background-color: #f3f4f9;
  padding-top: 68px;
  padding-bottom: 75px;
}

.image-stay-visible {
  position: relative;
}

.image-stay-visible-block {
  z-index: 0;
  display: none;
  position: absolute;
  top: 6px;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-overlay {
  z-index: 3;
  background-color: #f3f4f9;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.team-member-social-overlay {
  z-index: -1;
  width: 50px;
  height: 50px;
  background-color: var(--base-skin);
  border-radius: 50%;
  position: absolute;
  opacity: 0;
  top: -8px;
  bottom: 0%;
  left: -8px;
  right: 0%;
}

.testimonial-slider-block {
  width: 100%;
}

.blog-item-description {
  margin-bottom: 0;
}

.back-image {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.about-image-wrapper {
  position: relative;
  overflow: visible;
}

.fid-section-image-block {
  position: relative;
  height: 100%;
}

.fid-section-content-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.hide-section {
  display: none;
}

.project-section-image-holder {
  display: none;
}

.project-section-social-icons {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-section-social-item {
  margin-right: 12px;
  display: inline-block;
}

.project-section-social-link {
  color: var(--base-dark);
  font-family: Themify, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.project-section-social-link:hover {
  color: var(--base-skin);
}

.top-footer {
  background-color: var(--base-grey);
  background-image: url('../images/bg-footer.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 55px;
}

.bottom-footer {
  background-color: #161616;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-author-text {
  color: rgba(255, 255, 255, .7);
  font-size: 13px;
  line-height: 24px;
}

.bottom-footer-wrapper {
  text-align: center;
  position: relative;
}

.footer-instruction-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 3px;
  display: flex;
}

.footer-instruction-link {
  color: var(--base-white);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  line-height: 14px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.footer-instruction-link:hover {
  color: var(--base-skin);
}

.footer-author-link {
  color: var(--base-white);
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: none;
  transition: color .3s;
  display: inline-block;
}

.footer-author-link:hover {
  color: var(--base-skin);
}

.about-single-image {
  position: relative;
}

.about-single-image.box-shadow {
  margin: 3px;
  box-shadow: 3px 0 13px rgba(0, 0, 0, .07);
}

.about-single-image.box-shadow.border-white {
  border: 8px solid var(--base-white);
}

.service-item-active {
  width: 374px;
  height: 374px;
  background-image: linear-gradient(rgba(0, 0, 0, .54), rgba(0, 0, 0, .54)), url('../images/Service-02.png');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.vieprt-link {
  color: var(--base-dark);
  font-size: 13px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: underline;
  display: inline-block;
}

.footer-instruction-sepretor {
  width: 5px;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  line-height: 14px;
  display: inline-block;
}

.fid-section-conversation-block {
  justify-content: flex-start;
  align-items: center;
  display: block;
  position: relative;
}

.conversation-content {
  position: relative;
}

.conversation-title {
  color: var(--base-white);
  margin-bottom: 7px;
  font-size: 22px;
  line-height: 32px;
}

.conversation-description {
  color: rgba(255, 255, 255, .7);
  margin-bottom: 0;
}

.showcase-item-description {
  color: var(--base-white);
  margin-bottom: 0;
}

.showcase-item-list {
  width: 100vw;
  max-width: 100vw;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hidden-div {
  display: none;
}

.service-item-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team-item-list {
  flex-direction: column;
  display: flex;
}

.pagination {
  margin-top: 60px;
}

.header-whatsapp-icon i {
  color: var(--base-white);
  font-family: 'FontAwesome';
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.vertical-sep {
  width: 1px;
  height: 100%;
}

.vertical-sep.style2 {
  height: 285px;
  background-color: rgba(255, 255, 255, .3);
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 69%;
  right: auto;
}

.showcase-item-title-link, .blog-title-link {
  text-decoration: none;
}

.blog-title-link.style1 {
  margin-top: 14px;
  margin-bottom: 20px;
}

.blog-title-link.style2 {
  margin-top: 9px;
  margin-bottom: 7px;
}

.error-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.utility-page-wrap {
  width: 100%;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.error-page-image {
  flex: none;
}

.error-page-text {
  color: var(--base-bodyfont-color);
  margin-bottom: 30px;
}

.error-page-heading {
  color: var(--base-dark);
  margin-top: 24px;
  margin-bottom: 30px;
  font-family: var(--base-bodyfont);
  font-size: 52px;
  font-weight: 600;
  line-height: 65px;
}

.conversation-title-wrapper {
  position: relative;
}

.fid-sepretor {
  width: 30px;
  height: 2px;
  background-color: var(--base-white);
}

.fid-sepretor.style1 {
  margin-top: 4px;
  margin-bottom: 14px;
}

.fid-section-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.fid-section-bottom-block {
  background-color: var(--base-skin);
  margin-top: -60px;
  padding-top: 100px;
  padding-bottom: 45px;
}

.conversation-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.conversation-link {
  color: var(--base-white);
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.conversation-overlay {
  background-color: var(--base-dark);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: -50%;
}

.conversation-bg-image {
  background-image: url('../images/bg-image-12.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: -50%;
}

.fid-section-image-block-bg-image {
  background-image: url('../images/bg-image-06.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 60px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -60%;
  right: 0%;
}

.fid-section-conversation-block-inner {
  margin-top: 60px;
  margin-left: -100px;
  padding: 83px 0 82px 70px;
  position: relative;
}

.blog-date-block.style1 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.blog-date-sepretor {
  width: 1px;
  height: 22px;
  background-color: rgba(0, 0, 0, .2);
  margin-left: 12px;
  margin-right: 12px;
}


/*button animations*/

.circle-overlay {
  z-index: -1;
  width: 0%;
  height: 0%;
  background-color: var(--base-skin);
  border-radius: 50%;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform-style: preserve-3d;
}

.service-item.style2 .service-icon-circle:hover .circle-overlay {
  animation: animcircle 0.5s ease 0s normal;
  opacity: 1;
}

@keyframes animcircle {
  0%{
    transform: translate3d(100px, 100px, 0px);
    width: 100%;
    height: 100%;
    }
  50%{
    transform: translate3d(25px, 25px, 0px);
    width: 50%;
    height: 50%;
  }
  100%{
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
    height: 100%;
  }
}

.header-language-item:hover .circle-overlay,
.header-side-menu-mail:hover .circle-overlay, 
.header-side-menu:hover .circle-overlay {
  animation: animcircle2 0.5s ease 0s 1 normal forwards;
  opacity: 1;
}

@keyframes animcircle2 {
  0%{
    transform: translate3d(40px, 40px, 0px);
    width: 100%;
    height: 100%;
    }
  50%{
    transform: translate3d(10px, 10px, 0px);
    width: 50%;
    height: 50%;
  }
  100%{
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
    height: 100%;
  }
}

.menu-vertical-arrow:hover .circle-overlay {
  animation: animcircle3 0.5s ease 0s 1 normal forwards;
  opacity: 1;
}

@keyframes animcircle3 {
  0%{
    transform: translate3d(70px, 70px, 0px);
    width: 100%;
    height: 100%;
    }
  50%{
    transform: translate3d(18px, 18px, 0px);
    width: 50%;
    height: 50%;
  }
  100%{
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
    height: 100%;
  }
}

.showcase-itemlink-circle:hover .circle-overlay{
  animation: animcircle4 0.5s ease 0s 1 normal forwards;
  opacity: 1;
}

@keyframes animcircle4 {
  0%{
    transform: translate3d(58px, 58px, 0px);
    width: 100%;
    height: 100%;
    }
  50%{
    transform: translate3d(15px, 15px, 0px);
    width: 50%;
    height: 50%;
  }
  100%{
    transform: translate3d(0px, 0px, 0px);
    width: 100%;
    height: 100%;
  }
}


.team-member-social-item:hover .team-member-social-overlay {
  animation: animcircle5 0.5s ease 0s 1 normal forwards;
  opacity: 1;
}

@keyframes animcircle5 {
  0%{
    transform: translate3d(50px, 50px, 0px);
    width: 50px;
    height: 50px;
    }
  50%{
    transform: translate3d(12px, 12px, 0px);
    width: 25px;
    height: 25px;
  }
  100%{
    transform: translate3d(0px, 0px, 0px);
    width: 50px;
    height: 50px;
  }
}


.home2-activity-section {
  background-color: var(--base-grey);
  padding-top: 50px;
  padding-bottom: 40px;
}

.home2-activity-section .container {
  counter-reset: alphabeticList;
}

.activity-item {
  position: relative;
  overflow: hidden;
  background-color: var(--base-white);
  padding: 34px 20px 38px 30px;
  transition: all 0.5s ease;
  height: 100%;
}

.activity-alphabetic {
  position: relative;
  counter-increment: alphabeticList;
  width: 30px;
  height: 30px;
  /* background-color: var(--base-grey); */
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.activity-alphabetic:before {
  /* content: counter(alphabeticList,upper-alpha); */
  speak: counter(alphabeticList,upper-alpha);
  position: absolute;
  font-family: var(--base-bodyfont);
  color: var(--base-dark);
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
}
.activity-title {
  text-align: center;
  height: 5vh;
  max-height: 60px;
}
.activity-item .activity-title h3 {
  width: 100%;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.activity-item .activity-icon { 
  width: 70px;
  height: 70px;
  margin-top: 22px; 
  margin-bottom: 19px; 
  filter: unset;

}

.activity-item .activity-desc p { 
  color: var(--base-bodyfont-color);
  margin-bottom: 0px; 
}

.activity-item:hover {
  background-color: var(--base-skin);
}

.activity-item:hover .activity-icon {
  opacity: 1;
  filter: brightness(0) saturate(100%);
}

.activity-item:hover .activity-title h3 ,
.activity-item:hover .activity-desc p {
  color: var(--base-white);
}


.home2-about-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home2-about-info {
  padding-left: 35px;
  padding-bottom: 8px;
}

.about-tab-content {
  padding-top: 30px;
  border-top: 1px solid #d3d3d3;
}

.about-tab-content p { 
  font-weight: 300;
  margin-bottom: 22px; 
}

.about-tab-content p:nth-child(2) { margin-bottom: 42px; }


.home2-services-section {
  background-color: var(--base-dark);
  background-image: url(../images/bg-image-13.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.home2-process-section { 
  padding-top: 93px; 
  padding-bottom: 100px;
}

.process-box {
  position: relative;
  overflow: hidden;
}

.process-box-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--base-grey);
  transition: all 0.5s ease;
}

.process-box-thumbnail {
  overflow: hidden;
}

.process-box-thumbnail img {
  border-bottom-right-radius: 150px;
  border-top-right-radius: 150px;
  transform: translateX(-50px);
  transition: all 0.5s ease;
}

.process-box-content {
  text-align: center;
  padding: 44px 15px 25px;
}

.process-box-title h3 {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 3px;
}

.process-box-content span {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.process-box-bottom {
  text-align: center;
  margin-top: 38px;
  padding: 24px 15px 36px;
  border-top: 1px solid var(--base-dark);
}

.process-box-bottom .process-box-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--base-dark);
}

.process-box:hover .process-box-inner {
  background-color: var(--base-skin);
}

.process-box:hover .process-box-title h3 ,
.process-box:hover .process-box-content span, 
.process-box:hover .process-box-bottom .process-box-link{
  color: var(--base-white);
}

.process-box:hover .process-box-bottom {
  border-top: 1px solid var(--base-white);
}

.process-box:hover .process-box-thumbnail img{
  transform: translateX(0px);
}

.home2-cta-section {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 55px;
  padding-right: 55px;
}

.home2-cta-section-content {
  background-color: var(--base-old-grey);
  border-radius: 225px;
  padding: 0px 50px;
}

.cta-title h2 {
  font-size: 88px;
  line-height: 98px;
  font-weight: 300;
  color: var(--base-dark);
  text-transform: uppercase;
}

.cta-title h2 span {
  font-weight: 500;
}

.shape-background-block {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 22px 120px 23px;
}

.shape-background {
  width: 100%;
  height: 435px;
  overflow: hidden;
  background-image: url('../images/break.png');
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  --svg: url('data:image/svg+xml,\<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 511.998 511.998">\
<g>\
  <g>\
    <path d="M75.705,158.503c-2.88-0.508-5.815-0.765-8.723-0.765c-24.287,0-44.978,17.379-49.2,41.323L0.765,295.572    c-4.788,27.151,13.407,53.135,40.558,57.923c2.88,0.508,5.815,0.765,8.723,0.765c24.285,0,44.978-17.38,49.2-41.323l17.018-96.511    C121.05,189.274,102.856,163.291,75.705,158.503z"/>\
  </g>\
</g>\
<g>\
  <g>\
    <path d="M215.176,114.187c-2.88-0.508-5.815-0.765-8.723-0.765c-24.286,0-44.978,17.379-49.199,41.323l-32.646,185.144    c-2.319,13.152,0.623,26.421,8.283,37.361c7.66,10.939,19.123,18.242,32.275,20.562c2.88,0.508,5.815,0.765,8.723,0.765    c24.286,0,44.978-17.38,49.2-41.323l32.646-185.144C260.522,144.958,242.327,118.975,215.176,114.187z"/>\
  </g>\
</g>\
<g>\
  <g>\
    <path d="M386.922,83.046c-7.661-10.94-19.123-18.242-32.274-20.562c-2.881-0.508-5.817-0.766-8.726-0.766    c-24.285,0-44.976,17.379-49.198,41.324L245.845,391.59c-2.319,13.152,0.623,26.421,8.283,37.361    c7.661,10.939,19.123,18.242,32.274,20.562c2.88,0.508,5.815,0.766,8.725,0.766c24.287,0,44.977-17.38,49.199-41.324    l50.879-288.548C397.524,107.255,394.583,93.986,386.922,83.046z"/>\
  </g>\
</g>\
<g>\
  <g>\
    <path d="M470.675,158.503c-2.88-0.508-5.815-0.765-8.723-0.765c-24.287,0-44.978,17.379-49.2,41.323l-17.018,96.511    c-4.788,27.151,13.407,53.135,40.558,57.923c2.88,0.508,5.815,0.765,8.723,0.765c24.285,0,44.978-17.38,49.2-41.323l17.018-96.511    C516.021,189.274,497.827,163.291,470.675,158.503z"/>\
  </g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
<g>\
</g>\
</svg>');
  -webkit-mask: var(--svg);
  mask: var(--svg);
  animation: cta_bgimage 8s alternate 0s infinite;
} 

@keyframes cta_bgimage {
  0%{
    background-position: left center;
  }
  100%{
    background-position: right center;
  }
}

.home2-testimonial-section {
  background-image: url(../images/bg-image-02.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 100px;
}

/* Testimonial Cards Styles */
.testimonial-card {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.testimonial-image {
  width: 100%;
  height: 120px;
  display: flex;
  justify-content: center;
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  background: var(--base-skin);
}

.testimonial-image img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.5s ease;
}

.testimonial-card:hover .testimonial-image img {
  transform: scale(1.1);
}

.testimonial-content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: white;
}

.testimonial-text {
  font-style: italic;
  color: var(--base-bodyfont-color);
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid var(--base-skin);
}

.testimonial-author {
  margin-top: auto;
  text-align: right;
}

.testimonial-author h4 {
  color: var(--base-dark);
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
}

.testimonial-author span {
  color: var(--base-skin);
  font-size: 14px;
  font-weight: 500;
}

/* Testimonial Section Animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fade-in-up {
  animation: fadeInUp 0.8s ease forwards;
}






@mixin img_anim($width, $height, $height2 ) {
  overflow: hidden;
  position: relative;
  width: $width;
  height: $height;

  img {
    position: absolute;
    bottom: 0;
    object-fit: cover;
    width: 100%;
    height: $height2;
    margin-left: auto;
    margin-right: auto;
  }
}

