@font-face {
  font-family: "Font Awesome 6 Free";
  src:
    url("../webfonts/fa-solid-900.woff2") format("woff2");
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  src:
    url("../webfonts/fa-brands-400.woff2") format("woff2");
}

.navbar__custom.admin-view {
  top: 82px;
  z-index: 100;
}

body.admin-view {
  margin-top: 0;
  padding-top: 170px !important;
}

.navbar__custom .navigationWrapper .mobileContainer .languageList a.is-active {
  color: #ffffff;
  background: #191a1c;
}

.navbar__custom .navigationWrapper .mobileContainer .linksList li:hover a,
.navbar__custom .navigationWrapper .mobileContainer .socialList li:hover i {
  color: #ef7b00;
}


.highlighted #block-vao-local-tasks ul {
  display: inline-flex;
  list-style: none;
}

.highlighted #block-vao-local-tasks ul li {
  margin-right: 2.2rem;
}

.blogPage .blogSection .wrapper .content .newsCard-title {
  margin-top: 1rem;
}

.blogPage.basicPage .blogSection .wrapper {
  display: block;
}

.blogPage .blogSection .wrapper .content .image-no-stretch img {
  max-width: 100%;
  width: auto;
}

.blogPage .blogSection .wrapper .content img {
  width: 100%;
  height: auto;
}

.blogPage .blogSection .wrapper .content .newsCard-cat p {
  margin-top: 10px;
}

.blogPage .blogSection .wrapper .content .paragraph h2 {
  margin-top: 1.5rem;
}

.blogPage .blogSection .wrapper .content .newsCard-image {
  margin-bottom: 1.5rem;
}

.careerPage ul li.paragraph {
  display: flex;
}

.careerPage .offersList .offerBody .listTitle {
  font-family: "Hind", sans-serif;
}

.careerPage .offersList .offerBody div.paragraph:nth-child(1) {
  margin-bottom: 1.5rem;
}

.opinionsSection .mainContent {
  padding-bottom: 4rem;
}

.opinionsSection .mainContent .clutch-logo {
  width: 200px;
  padding-top: 2rem;
  margin: 0 auto;
}

.footer__custom .footerWrapper .socialList,
.footer__custom .footerWrapper .ue-logo {
  margin-bottom: 4rem;
}

button.mainButton a:hover {
  color: #000;
}

@media screen and (min-width:768px) {
  .blogPage .blogSection .wrapper {
    grid-gap: 0;
  }
}
@media screen and (max-width: 1199px) {
  .servicePage .serviceSection, .blogPage .blogSection.blogCategory {
    margin-left: -15px;
  }
}
@media screen and (min-width: 1200px) {
  .servicePage .serviceSection, .blogPage .blogSection.blogCategory {
    margin-left: -20px;
  }
}
.servicePage .serviceSection .wrapper .aside.services_list, .blogPage .blogSection .wrapper .aside.blog_category, .page .portfolioSection .aside.portfolio_category {
  width: 209px;
}
.servicePage .serviceSection, .blogPage .blogSection.blogCategory {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-height: auto;
  padding: 0;
}
.servicePage .serviceSection .wrapper .aside.services_list .list a::before, #views-exposed-form-blog-page-blog label::before,
#views-exposed-form-portfolio-page-1 label::before {
  content: '\f054';
  font-family: 'Font Awesome 6 Free', sans-serif;
  font-weight: 700;
  margin-right: 1rem;
  font-size: 13px;
}
.servicePage .serviceSection .wrapper .aside.services_list .list a:hover, #views-exposed-form-blog-page-blog label:hover,
#views-exposed-form-portfolio-page-1 label:hover {
  padding-left: 15px;
}
.servicePage .serviceSection .wrapper .aside.services_list .list a, #views-exposed-form-blog-page-blog label,
#views-exposed-form-portfolio-page-1 label {
  -webkit-transition: padding-left ease 0.4s, color ease 0.4s;
  -moz-transition: padding-left ease 0.4s, color ease 0.4s;
  -o-transition: padding-left ease 0.4s, color ease 0.4s;
  transition: padding-left ease 0.4s, color ease 0.4s;
}

#views-exposed-form-blog-page-blog label, #views-exposed-form-portfolio-page-1 label {
  border-bottom: 1px solid #efefef;
  font-size: 1.5rem;
  line-height: 2.5rem;
  display: block;
  padding: 0.5rem 0.5rem 0.5rem 0.4rem;
  font-family: "Hind", sans-serif;
  color: #888888;
  font-weight: 300;
}

#views-exposed-form-blog-page-blog label:hover, #views-exposed-form-portfolio-page-1 label:hover {
  color: #E47911;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  #views-exposed-form-blog-page-blog label, #views-exposed-form-portfolio-page-1 label {
    font-size: 1.55rem;
  }
}

.paginationSection {
  position: relative;
}

.paginationSection .paginationWrapper ul, .paginationSection .paginationWrapper ol {
  padding-left: 0;
}

.paginationSection li {
  margin-bottom: 0;
}

.paginationSection .paginationWrapper {
  justify-content: center;
}

.prevButton.paginationLink {
  position: absolute;
  left: 0;
}

.nextButton.paginationLink {
  position: absolute;
  right: 0;
}

.paginationSection ul .paginationLink:hover {
  color: #E47911;
}

.blogPage .blogSection .wrapper .content .newsCard-image {
  background: white;
  transition: background 1s;
  transition-timing-function: linear;
}
.blogPage .blogSection .wrapper .content .newsCard-image:hover {
  background: #E47911;
}

.blogPage.singlePage .blogSection .wrapper {
  display: block;
}

.slogan_button > a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1;
  border-radius: 100px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.8rem 3.5rem;
  background: #E47911;
  border: none;
  -webkit-transition: all ease 0.4s;
  -moz-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.slogan_button > a:hover {
  color: #191a1c;
  background: #efefef;
}
.slogan_button:hover {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -o-transform: scale(0.95);
  transform: scale(0.95);
}
.slogan_button {
  transition: transform 0.4s;
}

.mainButton.mainPage {
  margin-top: 4px;
}

#views-exposed-form-blog-page-blog .form-actions, #views-exposed-form-portfolio-page-1 .form-actions {
  display: none;
}

#views-exposed-form-blog-page-blog .form-item input, #views-exposed-form-portfolio-page-1 .form-item input, #views-exposed-form-portfolio-block-1 .form-radios input {
  display: none;
}

@media screen and (min-width: 576px) {
  #views-exposed-form-portfolio-block-1 .form-radios div.form-item:first-child label {
    border-radius: 20px 3px 3px 20px;
  }

  #views-exposed-form-portfolio-block-1 .form-radios div.form-item:last-child label {
    border-radius: 3px 20px 20px 3px;
  }

  #views-exposed-form-portfolio-block-1 .form-radios div.form-item {
    padding-right: 5px;
  }

  #views-exposed-form-portfolio-block-1 .form-radios div.form-item:last-child {
    padding-right: 0;
  }
}

#views-exposed-form-portfolio-block-1 .form-radios div.form-item label {
  border-radius: 3px;
}

#views-exposed-form-portfolio-block-1 .form-radios div.form-item label {
  cursor: pointer;
  background: #efefef;
  transition: background 0.5s;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  color: #35383c;
  font-weight: 500;
  padding: 1rem 2.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

aside.portfolio_category {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#views-exposed-form-portfolio-block-1 .form-radios div.form-item label:hover{
  background: #d6d6d6;
}

.portfolioSection .navigationContainer {
  margin-top: 2rem;
}
.portfolioElement .appName,
.portfolioElement .appCompanyName {
  text-align: center;
}

@media screen and (max-width: 575px) {
  .portfolioSection .navigationContainer {
    display: flex;
  }
  .portfolioSection .navigationContainer .form-radios {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
  .portfolioSection .navigationContainer .form-radios .form-item {
    width: 100%;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
  }
}

.showAllPortfolioButton {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.showAllPortfolioButton .portfolioButton, .link.portfolioButton a {
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 10px;
  border-radius: 100px;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  padding: 18px 42px 18px 42px;
  background-color: #efefef;
  color: #35383c;
  border-color: #efefef;
}

.link.portfolioButton a {
  margin: 0;
  padding: 7px 25px 7px 25px;
}

.link.portfolioButton {
  display: flex;
}

.showAllPortfolioButton .portfolioButton:hover {
  background: rgb(228, 121, 17);
  color: white;
  border-color: rgb(228, 121, 17);
  padding: 18px 45px 18px 45px;
}

.mainBlog .pager {
  padding: 1rem 0;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.mainBlog .pager ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.mainBlog .pager ul a {
  font-family: "Hind", sans-serif;
  font-size: 13px;
  color: #191a1c;
  font-weight: 400;
  line-height: 1;
  width: 4rem;
  height: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100px;
}

.mainBlog .pager ul a span {
  font-size: 21px;
}

.mainBlog .pager ul a:hover {
  color: #E47911;
}

.mainBlog .pager li {
  margin-bottom: 0;
}

.activeCategory, .selectedAll, .selected {
  font-weight: 600 !important;
}

.activePortfolioCategory {
  background: #d6d6d6 !important;
}

.blogPage .blogSection .wrapper .content .date.newsCard-cat {
  font-style: normal;
}

@media screen and (min-width: 1921px) {
  .servicePage .serviceSection ul.list a {
    margin-right: -70px;
  }
}

.portfolioSection.page .wrapper {
  display: grid;
  grid-template-columns: 1fr 18rem;
  padding: 0;
}

.portfolioCategory .wrapper {
  margin-left: 50px;
  margin-top: 2rem;
}

.portfolioSection .wrapper .aside .listTitle {
  font-family: "Montserrat", sans-serif;
  font-size: 1.9rem;
  color: #191a1c;
  font-weight: 400;
  line-height: unset;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 1199px) {
  .portfolioSection.page > .wrapper {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
  }
  .portfolioCategory .wrapper {
    margin-left: 0;
  }
}

.container.portfolioTitle {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Montserrat", sans-serif;
  color: #191a1c;
  font-weight: 700;
  line-height: 3.3rem;
  margin-bottom: 1rem;
  -webkit-transition: all linear 0.4s;
  transition: all linear 0.4s;
}

.container.portfolioTitle h1 {
  font-size: 25px;
}

@media screen and (min-width: 1200px) and (max-width: 1920px) {
  .container.portfolioTitle {
    position: absolute;
    top: -14px;
    left: -17px;
  }
}

@media screen and (min-width: 1921px) {
  .container.portfolioTitle {
    position: absolute;
    top: -12px;
    left: -17px;
  }
}

@media screen and (max-width: 767px) {
  .basicPage .container.crumb {
    margin-bottom: -100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .basicPage .container.crumb {
    margin-bottom: -133px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .basicPage .container.crumb {
    margin-bottom: -144px;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .basicPage .container.crumb {
    margin-bottom: -165px;
  }
}

@media screen and (min-width: 1921px) {
  .basicPage .container.crumb {
    margin-bottom: -200px;
  }
}

.container.crumb {
  margin-top: 95px;
  margin-bottom: -150px;
  left: -22px;
}

.page-node-type-portfolio .container.crumb {
  margin-bottom: 0;
}

.container.crumb ul {
  list-style: none;
  display: flex;
}

.container.crumb ul li:last-child i {
  display: none;
}

.container.crumb .fa-2x {
  font-size: 1.3rem;
  margin-right: 4px;
}

@media screen and (max-width: 767px) {
  .contactPage .highlighted .messages {
    margin-top: 78px;
  }
  .container.crumb {
    margin-top: 78px;
    margin-bottom: -87px;
    left: -18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .contactPage .highlighted .messages {
    margin-top: 75px;
  }
  .container.crumb {
    margin-top: 75px;
    margin-bottom: -121px;
    left: -18px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .contactPage .highlighted .messages {
    margin-top: 83px;
  }
  .container.crumb {
    margin-top: 83px;
    margin-bottom: -133px;
    left: -20px;
  }
}

@media screen and (min-width: 1921px) {
  .contactPage .highlighted .messages {
    margin-top: 110px;
  }
  .container.crumb {
    margin-top: 110px;
    margin-bottom: -183px;
    left: -27px;
  }
}

@media screen and (min-width: 1921px) {
  .path-portfolio .container.crumb {
    margin-top: 112px;
    margin-bottom: -115px;
    left: -117px;
  }
}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
  .path-portfolio .container.crumb {
    margin-top: 95px;
    margin-bottom: -92px;
    left: -112px;
  }
}

@media screen and (min-width: 1441px) and (max-width: 1600px) {
  .path-portfolio .container.crumb {
    margin-top: 86px;
    margin-bottom: -79px;
    left: -109px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .path-portfolio .container.crumb {
    margin-top: 74px;
    margin-bottom: -74px;
    left: -108px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .path-portfolio .container.crumb {
    margin-top: 73px;
    margin-bottom: -73px;
    left: -47px;
  }
}

@media screen and (max-width: 767px) {
  .path-portfolio .container.crumb {
    margin-top: 73px;
    margin-bottom: -33px;
    left: -23px;
  }
}

@media screen and (max-width: 1199px) {
  .container.portfolioTitle {
    position: absolute;
    top: -30px;
    left: -7px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1920px){
  .path-portfolio .portfolioGrid {
    min-height: 65rem;
  }
  .path-portfolio .portfolioGrid .portfolioElement:nth-child(n+1) {
    margin-bottom: 364px;
  }
  .path-portfolio .portfolioGrid .portfolioElement:nth-child(n+4) {
    margin-top: -364px;
    margin-bottom: 147px;
  }
  .path-portfolio .portfolioGrid .portfolioElement:nth-child(n+7) {
    margin-top: -147px;
    margin-bottom: 0;
  }
  .path-portfolio .portfolioGrid .portfolioElement:nth-child(n+10) {
    margin-top: 0;
    margin-bottom: 0;
  }
  #views-exposed-form-portfolio-page-1 fieldset:nth-child(2) .fieldset-wrapper {
    width: 209px;
  }
}

@media screen and (min-width: 1921px) {
  .page .portfolioSection .aside.portfolio_category {
    width: 230px;
  }
  .path-portfolio .portfolioGrid .portfolioElement:nth-child(n+1) {
    margin-bottom: 402px;
  }
  .path-portfolio .portfolioGrid .portfolioElement:nth-child(n+4) {
    margin-top: -402px;
    margin-bottom: 64px;
  }
  .path-portfolio .portfolioGrid .portfolioElement:nth-child(n+7) {
    margin-top: -80px;
    margin-bottom: 0;
  }
  .path-portfolio .portfolioGrid .portfolioElement:nth-child(n+10) {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.blogPage .blogSection .wrapper .aside.blog_category .list li .blog_category_counter {
  font-weight: 600;
  display: contents;
}
.blogPage .blogSection .wrapper .aside.blog_category .list a span.blog_category_counter::before {
  content: none;
}
.blogPage .blogSection .wrapper .aside.blog_category .list span {
  line-height: 25px;
}

#views-exposed-form-portfolio-page-1 {
  display: flex;
  flex-direction: column;
}

#views-exposed-form-portfolio-page-1 .field_category {
  order: 1;
}

#views-exposed-form-portfolio-page-1 fieldset:nth-child(1) {
  order: 2;
}

#views-exposed-form-portfolio-page-1 .field_technology {
  order: 3;
  margin-top: 1.4rem;
}

#views-exposed-form-portfolio-page-1 fieldset:nth-child(2) {
  order: 4;
}

.portfolioSingle .wrapper {
  padding-left: 82px;
  padding-right: 82px;
}

.portfolioSingleTitle {
  font-family: 'Raleway', sans-serif;
  text-align: center;
  font-size: 4rem;
  font-weight: 100;
  letter-spacing: -2px;
}

.portfolioSingle .paragraph.short {
  text-align: center;
  margin-bottom: 20px;
}

.portfolioSingle .description .paragraph p {
  margin-top: 5px;
}

.portfolioSingleContent img {
  width: 100%;
  height: 100%;
}

.portfolioSingleContent .description {
  margin-left: 50px;
  width: 46%;
}

.portfolioSingle .descriptionTitle {
  font-size: 22px;
  letter-spacing: -1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

@media screen and (min-width: 976px) {
  .portfolioSingleContent {
    display: flex;
    margin-bottom: 50px;
  }
}


@media screen and (max-width: 1600px) {
  .portfolioSingleContent {
    display: block;
    margin-bottom: 50px;
  }

  .portfolioSingleContent .description {
    margin-top: 5px;
    display: block;
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 975px) {
  /*.portfolioSingleContent {*/
  /*  display: block;*/
  /*  margin-bottom: 50px;*/
  /*}*/
  /*.portfolioSingleContent .description {*/
  /*  margin-top: 5px;*/
  /*  display: block;*/
  /*  width: 100%;*/
  /*  margin-left: 0;*/
  /*}*/
}

@media screen and (max-width: 767px) {
  .portfolioSingle .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.portfolioSection .portfolioGrid .portfolioElement.last .contentWrapper {
  opacity: 1;
  background: white;
  font-size: 2rem;
  flex-direction: row;
}

.portfolioSection .portfolioGrid .portfolioElement.last .contentWrapper .fa-2x {
  font-size: 1.2em;
  margin-left: 5px;
  margin-top: 2px;
}

.ue-logo img {
  width: 202px;
}

#block-googlemap iframe, #block-googlemap-2 iframe {
  margin-bottom: -7px;
}

#portfolio a.portfolioElement.last:hover, .container.wrapper.crumb a:hover, .container.portfolioTitle:hover, .blogSection .newsCard-desc.paragraph.link a:hover {
  color: #E47911;
}

.container.wrapper.crumb li {
  border-bottom: 2px solid #dedede;
}

.container.wrapper.crumb li:last-child {
  padding-right: 10px;
}

#block-breadcrumbs + #block-vao-content .blogSection:nth-child(1) {
  padding-top: 16rem;
}

#block-breadcrumbs + #block-vao-content #portfolio.section {
  padding-top: 11rem;
}

@media screen and (max-width: 1199px) {
  #block-vao-main-menu, #block-mainnavigationpl {
    padding-bottom: 3rem;
  }
}

.path-user #block-breadcrumbs {
  display: none;
}

@media screen and (min-width: 500px) {
  .path-user #block-vao-content {
    display: flex;
    justify-content: center;
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
}

@media screen and (max-width: 499px) {
  .path-user #block-vao-content {
    display: block;
    padding-bottom: 6rem;
    padding-top: 6rem;
  }

  .person .person-imageContainer {
    min-width: 140px;
  }
}

@media screen and (max-width: 400px) {
  .person .person-imageContainer {
    min-width: 100px;
  }
}

i.blog-categories {
  font-size: 13px;
  margin-right: 1rem
}

.blogPage .blogSection .wrapper .aside .list a span.span-blog-categories::before {
  content: none;
}

.headerSliderSection .headerSlider .headerSlider-slide .contentWrapper .headerText {
  text-align: center;
}

@media screen and (max-width: 1440px) {
  .navbar__custom .navigationWrapper .mobileContainer .linksList li a {
    font-size: 1.4rem;
  }
}

.paragraph.button a {
  border-radius: 5px;
  border: 2px solid #191a1c;
  padding: 0.5rem 1.5rem;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  color: #191a1c;
  font-weight: 700;
  line-height: unset;
  text-transform: uppercase;
}

.paragraph.button a:hover {
  color: #ffffff;
  background: #191a1c;
}

.a2a_s_twitter:hover,
.a2a_s_facebook:hover,
.a2a_s_linkedin:hover {
  cursor: pointer;
}

.a2a_s_twitter svg {
  width: 28px;
}

.a2a_s_facebook svg,
.a2a_s_linkedin svg {
  width: 26px;
}

.a2a_s_twitter svg path,
.a2a_s_facebook svg path,
.a2a_s_linkedin svg path {
  fill: rgb(239, 123, 0);
}

.shareContainer .a2a_s_twitter svg {
  margin-right: -6px;
}

.shareContainer .a2a_s_facebook svg {
  margin-right: -5px;
}

.teamSection .teamGrid {
  align-items: flex-start;
}

.blogPage .newsCard .date {
  align-items: center;
  display: flex;
}

.blogPage .newsCard .date .shareContainer {
  margin-left: 1rem;
}

body.contactPage {
  margin-top: 0;
  padding-top: 0;
}

.recentBlogsSection{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  margin: 0 auto;
}

.recentBlogsSection .sectionHeader{
  display: block;
  font-family: inherit;
}
.recentBlogsSection>a{
  align-self: center;
}

.recentBlogsSection .recent-blog-wrapper>div{
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 90px;
  padding-right: 90px;
  position: relative;
  text-align: left;
  margin: 3rem 0;
}

.recentBlogsSection .recent-blog-wrapper .newsCard{
  margin-top: 3rem;
  min-width: 265px;
  padding: 3rem;
}
.recentBlogsSection .newsCard-desc.paragraph, .recentBlogsSection h2{
  max-width: 650px;
  text-align: left;
}
.recentBlogsSection .blogLink .contentWrapper{
  display: flex;
  font-size: 2rem;
}
.recentBlogsSection .blogLink .contentWrapper i{
  font-size: 1.2em;
  margin-left: 5px;
  margin-top: 2px;
}
.recentBlogsSection .blogLink .contentWrapper:hover, .recentBlogsSection .newsCard-title:hover{
  color: #E47911;
  transition: all linear 0.3s;
}

.recentBlogsSection .newsCard-title{
  color: #191a1c;
  font-weight: 700;
  line-height: 3.3rem;
  font-size: 2rem;
}

.recentBlogsSection .field--name-field-blog-category, .recentBlogsSection .date{
  font-style: italic;
  font-size: 12px;
  color: #707070;
  font-weight: 700;
  line-height: 13px;
  margin: 1rem 0;
}
.recentBlogsSection .field--name-field-blog-category{
  font-style: italic;
}

.recentBlogsSection .newsCard-image{
  margin-bottom: 1.5rem;
  background: white;
  transition: background 1s;
  transition-timing-function: linear;
  display: block;
  overflow: hidden;
  max-width: 650px;
  max-height: 400px;
}

.recentBlogsSection .newsCard-image img{
  width: 100%;
  height: auto;
  transition: all linear 0.5s;
  object-fit: cover;
}

.recentBlogsSection .newsCard-image:hover{
  background: #E47911;
}

.recentBlogsSection .newsCard-image:hover img{
  transform: scale(1.03);
  opacity: 0.8;
}

.service-presentation-wrapper{
  width: 100%;
  margin: 0 auto;
}

.service-presentation-background{
  background-color: #f5f7f9;
}

.service-presentation-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  padding: 2.4rem 2.4rem 8rem 2.4rem;
}

.service-description-container p{
  margin-bottom: 1rem;
}

.service-description-container{
  padding-top: 10rem;
  padding-bottom: 2.4rem;
  text-align: center;
}

.service-description-container img{
  width: 50%;
  height: auto;
}

.service-description-container.service-description-horizontal img{
  width: 100%;
  height: auto;
}

.service-description-horizontal{
  flex-direction: row;
  align-items: flex-start;
  text-align: left;
}

.service-title{
  font-family: "Hind", sans-serif;
  position: relative;
  font-size: 3rem;
  flex-basis: 50%;
  min-width: 32rem;
  font-weight: 500;
  padding: 1rem;
  text-align: center;
}

.listed-service-title{
  text-align: center;
}

.service-description-horizontal .service-description{
  flex-basis: 50%;
  padding: 1rem;
}
.service-description-horizontal .service-description, .service-description-horizontal .service-title{
  text-align: left;
}

.service-presentation{
  display: grid;
  grid-template-columns: repeat(auto-fit, 24rem);
  grid-gap: 2rem 6rem;
  justify-content: center;
  width: 100%;
}

.service-presentation .listed-service{
  width: 24rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: justify;
}

.service-presentation-container .background-text{
  position: absolute;
  font-size: 10rem;
  font-weight: bold;
  opacity: 0.1;
  transform: translate(-40%,-40%);
  user-select: none;
  color: #E47911;
}

.service-presentation .listed-service .service-icon{
  margin: 1rem;
  background-color: #fff;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.listed-service .service-icon i{
  font-size: 5rem;
  color: #E47911;
}
@media(max-width: 600px){
  .service-description-horizontal{
    flex-direction: column;
  }
}

.service-process{
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.process-container .listed-service .service-icon{
  height: 10rem;
}

.service-process .progress-bar{
  position: absolute;
  border-bottom: 2px solid #E47911;
  width: 80%;
  top:20%;
  left: 50%;
  transform: translateX(-50%);
}

.service-process .process-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-top: 4rem;
  width: 24rem;
}

.service-process .process-container:first-child:nth-last-child(7),
.service-process .process-container:first-child:nth-last-child(7) ~ .process-container{
  width: 20rem;
}

.service-process .progress-bar:nth-child(7){
  width: 85%;
}

.service-process .process-dot{
  position: absolute;
  top:20%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  background-color: #E47911;
  border-radius: 50%;
  transition: .3s;
  transition-property: transform;
  z-index: 1;
}

.service-process .process-container.process-dot-selected .process-dot{
  transform: translateY(-50%) scale(200%);
  border: 5px solid #E47911;
  background-color: #fff;
}

.listed-service, .service-description{
  font-family: "Hind", sans-serif;
  font-weight: 300;
  line-height: 2.6rem;
  font-size: 1.5rem;
}

.listed-service{
  position: relative;
  color: #888888;
}

.listed-service p span{
  color: #191a1c;
  font-size: 1.75rem;
  line-height: 1.2rem;
  font-weight: 500;
}

.listed-service .background-text{
  position: absolute;
  top:0;
  left:50%;
  transform: translate(-50%, -32%);
}

@media(max-width: 1024px){
  .service-process{
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .service-process .progress-bar{
    visibility: hidden;
  }
  .service-process .process-dot{
    position: relative;
  }
}

.service-process .listed-service{
  text-align: center;
  padding: 0 1rem;
}

.service-presentation-container .service-grid{
  margin-top: 5rem;
  display: grid;
  grid-gap: 7rem 4rem;
  grid-template-columns: repeat(3, 1fr);
  max-width: 128rem;
  text-align: left;
}

@media (max-width: 900px){
  .service-presentation-container .service-grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px){
  .service-presentation-container .service-grid{
    grid-row-gap: 3rem;
    grid-template-columns: repeat(1, 1fr);
  }
}

.service-header, .services-navigation-header{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60vh;
  overflow: hidden;
}

.blogSection .service-header .header-image{
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  z-index: -1;
}

.blogSection .service-header .header-image img, .services-navigation-header-background{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .3;
}

.service-header .header-title{
  max-width: 100rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.6rem;
  font-family: "Montserrat", sans-serif;
}

.service-header .header-title .newsCard-title h1{
  font-size: 7.2rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 7.9rem;
  letter-spacing: -2px;
}

.service-header .header-title .buttonWrapper{
  padding: 2rem;
}

.service-header .header-title .service-subtitle{
  color: #bbb;
  font-weight: bold;
}

.service-header .newsCard-cat{
  padding: 1rem 0;
}

@media(max-width: 575px){
  .service-header .header-title .newsCard-title h1{
    font-size: 4.5rem;
    line-height: 5rem;
  }
  .service-header{
    height: 70vh;
  }
}

.estimation-link{
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
}

.estimation-link .bgImage{
  position: absolute;
}

.estimation-link .headerText, .estimation-link .paragraph{
  color: #fff;
  font-family: "Montserrat", sans-serif;
}
.estimation-link .wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
  justify-content: center;
}

.estimation-link .buttonWrapper{
  padding: 5rem;
}

.services-button-wrapper{
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.paragraph-wrapper{
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

.blogSection .content>.paragraph,
.blogSection .content>.paragraph-wrapper .paragraph{
  padding: 0 90px;
  margin: 4rem auto;
  max-width: 131rem;
  font-family: "Montserrat", sans-serif;
  color: #191a1c;
  text-align: justify;
}

.blogSection .content>.paragraph h2,
.blogSection .content>.paragraph-wrapper .paragraph h2,
.blogSection .newsCard-title h1{
  letter-spacing: -2px;
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  color: #191a1c;
  font-weight: 700;
  line-height: 5.2rem;
}

.blogSection .content>.paragraph li{
  color: #191a1c;
  line-height: 4rem;
}

.basicPage .blogSection .content>.paragraph{
  padding: 0;
}

.blogSection .header-image{
  width: 100%;
  min-height: 50vh;
  background-color: #000;
  overflow: hidden;
}

.blogSection .header-image img{
  width: 100%;
  height: 50vh;
  opacity: .3;
  object-fit: cover;
}

.blogSection .header{
  position: relative;
  display: flex;
}

.blogSection .header h1{
  color: #fff;
  font-size: 7.2rem;
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
}

.servicePage .blogSection:last-of-type{
  padding-bottom: 0;
}

.app-content{
  display: flex;
  flex-direction: column;
  text-align: justify;
}

.app-image-gallery{
  margin: 5rem 0 10rem;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
  justify-content: space-between;
}

.app-image-gallery img{
  padding: 1rem;
  width: 100%;
  height: auto;
}

.app-page-links{
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 1.4rem;
  margin-bottom: 5rem;
}

.app-page-links p, .app-page-links a{
  margin: 1rem;
  transition: .3s;
}

.app-page-links p:hover, .app-page-links a:hover{
  cursor: pointer;
  color: #E47911;
}

.app-title-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem;
}

.app-title-wrapper img{
  max-width: 100px;
  height: auto;
}

.applicationsGrid .views-row{
  height: 200px;
  width: 200px;
  margin-bottom: 5rem;
}

@media (max-width: 1024px) {
  .app-image-gallery{
    grid-template-columns: 50% 50%;
  }
}

.applicationsSection{
  padding-top: 16rem;
}

.applicationsSection .applicationsGrid{
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  gap: 2rem;
}

.applicationsSection .applicationsGrid .applicationElement{
  position: relative;
}

.applicationsSection .applicationsGrid .applicationElement img{
  position: absolute;
  object-fit: cover;
  height: 200px;
  width: auto;
}

.applicationsSection .applicationsGrid .applicationElement .contentWrapper{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  pointer-events: none;
  opacity: 0;
  transition: all ease 0.6s;
  background: rgba(25, 26, 28, 0.85);
}

.applicationsSection .applicationsGrid .applicationElement .applicationTitleWrapper .applicationName{
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #E47911;
  font-weight: 700;
  line-height: 1.8rem;
  margin: 0.7rem 0;
  text-align: center;
}

.applicationsSection .applicationsGrid .applicationElement .applicationTitleWrapper .applicationShortTitle{
  font-family: "Hind", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: unset;
  text-align: center;
  color: #191a1c;
}

.applicationsSection .applicationsGrid .applicationElement:hover .contentWrapper{
  opacity: 1;
}

.applicationsSection .applicationsGrid .applicationElement .contentWrapper .applicationName{
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  color: #E47911;
  font-weight: 700;
  line-height: 1.8rem;
  margin-bottom: 0.7rem;
  transform: translateY(15px);
  transition: all ease 0.6s;
  text-align: center;
}

.applicationsSection .applicationsGrid .applicationElement .contentWrapper .applicationShortTitle{
  font-family: "Hind", sans-serif;
  font-size: 1.4rem;
  color: #cccccc;
  font-weight: 400;
  line-height: unset;
  transform: translateY(15px);
  transition: all ease 0.6s;
  text-align: center;
}

.applicationsSection .applicationsGrid .applicationElement:hover .contentWrapper .applicationName, .applicationsSection .applicationsGrid .applicationElement:hover .contentWrapper .applicationShortTitle{
  transform: translateY(0);
}

.applicationsSection .applicationsTitle{
  padding: 0;
  margin: 0 0 1rem;
  font-family: "Montserrat", sans-serif;
  color: #191a1c;
  font-weight: 700;
  line-height: 3.3rem;
}

.applicationsSection .applicationsTitle h1{
  font-size: 25px;
  transition: all ease 0.6s;
}

.applicationsSection .applicationsTitle:hover h1{
  color: #E47911;
}

.page-node-type-app-page .blogSection .app-page-links p.selected-link{
  border-bottom: #E47911 solid 1px;
}

.page-node-type-app-page .store-links{
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}

.page-node-type-app-page .store-links .store-img{
  height: 8rem;
  padding: 1rem;
  width: auto;
}

.page-node-type-app-page .app-image-gallery{
  margin-bottom: 0;
}

.page-node-type-app-page .app-contact{
  margin-bottom: 5rem;
}

.headerText.smallText{
  font-size: 16px;
  letter-spacing: normal;
}

@media (max-width: 556px) {
  .applicationsGrid .views-row{
    width: 40vw;
    height: 40vw;
  }

  .applicationsSection .applicationsGrid .applicationElement img{
    width: 40vw;
    height: 40vw;
  }

  .applicationsSection .applicationsGrid{
    justify-content: space-around;
  }
  .applicationsSection .applicationsGrid .applicationElement{
    flex-basis: 40%;
  }

  .applicationsSection .applicationsTitle h1{
    text-align: center;
    padding-bottom: 5rem;
  }

  .portfolioSection .portfolioTitle{
    position: static;
    text-align: center;
    padding-bottom: 5rem;
  }
}
