@charset "UTF-8";
* {
  margin: 0;
  font-family: "Lato", sans-serif;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1256px;
  margin: 0 auto;
}

.container-sm {
  max-width: 1050px;
  margin: 0 auto;
}

.container-large {
  max-width: 1512px;
  margin: 0 auto;
}

.button-link {
  width: 175px;
  height: 35px;
  flex-shrink: 0;
  background: #000;
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-align: center;
}
.button-link:after {
  content: "";
  flex-shrink: 0;
  background-color: #2770F0;
  position: relative;
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTA5MDkgMUwxMiA2TTEyIDZMNi45MDkwOSAxMU0xMiA2SDAiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 17.5px;
}

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

.button-link-dark {
  width: 216px;
  height: 35px;
  flex-shrink: 0;
  background: #000;
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-align: center;
}
.button-link-dark:after {
  content: "";
  flex-shrink: 0;
  background-color: #FFFFFF;
  position: relative;
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTA5MDkgMUwxMiA2TTEyIDZMNi45MDkwOSAxMU0xMiA2SDAiIHN0cm9rZT0iIzI3NzBGMCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 17.5px;
}

h3.bg, h4.bg, h1.bg {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iNTciIHZpZXdCb3g9IjAgMCA1NyA1NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxMDcgLTAuNzA3MTA3IC0wLjcwNzEwNyAwLjcwNzEwNyA1Ni43MTA3IDI4LjQyNjMpIiBmaWxsPSIjQjZEMUZGIi8+Cjwvc3ZnPgo=);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  padding-left: 15px;
}
h3.bg.white, h4.bg.white, h1.bg.white {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iNTciIHZpZXdCb3g9IjAgMCA1NyA1NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxMDcgLTAuNzA3MTA3IC0wLjcwNzEwNyAwLjcwNzEwNyA1Ni41Njg0IDI4LjI4NDIpIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  background-position-y: 5px;
}
h3.bg.blue, h4.bg.blue, h1.bg.blue {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTciIGhlaWdodD0iNTciIHZpZXdCb3g9IjAgMCA1NyA1NyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiB0cmFuc2Zvcm09Im1hdHJpeCgtMC43MDcxMDcgLTAuNzA3MTA3IC0wLjcwNzEwNyAwLjcwNzEwNyA1Ni41Njg0IDI4LjI4NDIpIiBmaWxsPSIjMjc3MEYwIi8+Cjwvc3ZnPgo=);
  background-position-y: 5px;
}

.background-home {
  background: #F8F8F8;
}

.content-image-home img {
  width: 100%;
}

header {
  background: #E9EAEA;
}

nav.navigation {
  padding: 39px 64px;
}
nav.navigation .grid-navigation {
  display: grid;
  grid-template-columns: 105px 1fr 205px;
  column-gap: 70px;
}
nav.navigation .grid-navigation .logo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
nav.navigation .grid-navigation .nav-item ul.menu {
  line-height: 105px;
}
nav.navigation .grid-navigation .nav-item ul.menu li {
  list-style: none;
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
nav.navigation .grid-navigation .nav-item ul.menu li a {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  display: block;
  padding: 10px 16px 12px 15px;
}
nav.navigation .grid-navigation .nav-item ul.menu li a:hover {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0px 34px 34px 0px rgba(21, 48, 96, 0.3);
  backdrop-filter: blur(3.5px);
}
nav.navigation .grid-navigation .nav-item ul.menu li ul.sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0;
  min-width: 271px;
  padding: 2px;
  border-radius: 5px;
  background: #FFF;
  box-shadow: 0px 34px 34px 0px rgba(21, 48, 96, 0.3);
  backdrop-filter: blur(3.5px);
  display: none;
}
nav.navigation .grid-navigation .nav-item ul.menu li ul.sub-menu li {
  display: block;
}
nav.navigation .grid-navigation .nav-item ul.menu li ul.sub-menu li a {
  font-weight: normal;
  transition: 1s;
  color: black;
}
nav.navigation .grid-navigation .nav-item ul.menu li ul.sub-menu li a:hover {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  font-weight: bold;
}
nav.navigation .grid-navigation .nav-item ul.menu li ul.sub-menu li a:hover:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI4IiB2aWV3Qm94PSIwIDAgOCA4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cmVjdCB5PSIzLjYwNTk2IiB3aWR0aD0iNSIgaGVpZ2h0PSI1IiB0cmFuc2Zvcm09InJvdGF0ZSgtNDUgMCAzLjYwNTk2KSIgZmlsbD0iIzI3NzBGMCIvPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  padding-left: 20px;
}
nav.navigation .grid-navigation .nav-item ul.menu li:hover ul.sub-menu {
  display: block;
}
nav.navigation .grid-navigation .contact-us {
  display: flex;
  align-items: center;
}
nav.navigation .grid-navigation .contact-us a {
  width: 205px;
  height: 35px;
  flex-shrink: 0;
  background: #000;
  display: block;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-align: center;
}
nav.navigation .grid-navigation .contact-us a:after {
  content: "";
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  background-color: #2770F0;
  position: relative;
  right: -36px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTA5MDkgMUwxMiA2TTEyIDZMNi45MDkwOSAxMU0xMiA2SDAiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 17.5px;
}

.hero-home {
  height: 615px;
  background: #E9EAEA;
}
.hero-home .grid {
  display: grid;
  grid-template-columns: 1fr 636px 30px;
}
.hero-home .grid .left {
  max-width: 550px;
  padding-left: 228px;
  padding-top: 85px;
}
.hero-home .grid .left h1 {
  font-family: "Mooli", sans-serif;
  color: #000;
  font-size: 42px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 123.81% */
  margin-bottom: 29px;
}
.hero-home .grid .left h2 {
  color: #000;
  font-size: 17px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 188.235% */
  letter-spacing: 0.85px;
}
.hero-home .grid .left .link-btn {
  margin-top: 40px;
}
.hero-home .grid .left .link-btn a:first-child {
  width: 175px;
  height: 35px;
  flex-shrink: 0;
  background: #000;
  display: inline-block;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-align: center;
}
.hero-home .grid .left .link-btn a:first-child:after {
  content: "";
  flex-shrink: 0;
  background-color: #2770F0;
  position: relative;
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTA5MDkgMUwxMiA2TTEyIDZMNi45MDkwOSAxMU0xMiA2SDAiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 17.5px;
}
.hero-home .grid .left .link-btn a:last-child {
  margin-left: 60px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 383.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.hero-home .grid .left .link-btn a:last-child:after {
  content: "";
  flex-shrink: 0;
  position: relative;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxMiAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjg1MjggNi45MDkwOUw1Ljg1Mjc4IDEyTTUuODUyNzggMTJMMC44NTI3ODMgNi45MDkwOU01Ljg1Mjc4IDEyTDUuODUyNzggLTIuMTg1NTdlLTA3IiBzdHJva2U9IiMyNzcwRjAiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  padding: 6px;
  margin-left: 28px;
}
.hero-home .grid .right {
  padding-top: 85px;
}
.hero-home .grid .right img {
  max-width: 100%;
}
.hero-home .grid .nav-hero {
  position: relative;
  white-space: nowrap;
}
.hero-home .grid .nav-hero .content-nav {
  transform: rotate(90deg);
  margin-top: 200px;
}
.hero-home .grid .nav-hero .content-nav a {
  display: inline-block;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px; /* 138.462% */
  position: relative;
}
.hero-home .grid .nav-hero .content-nav a:first-child {
  right: 30px;
}
.hero-home .grid .nav-hero .content-nav a:last-child {
  left: 63px;
}

.home-logo-sections.about-us {
  background: #F8F8F8;
}
.home-logo-sections h3 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  padding-top: 56px;
  text-transform: uppercase;
}
.home-logo-sections .logo-items {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 92px;
  margin: 0 auto;
  margin-top: 20px;
  border-bottom: 1px solid #2770F0;
  padding-bottom: 45px;
}
.home-logo-sections .logo-items img {
  width: 100%;
  height: auto;
}

.what_we_offer > div > h3 {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 2.4px;
  margin-top: 79px;
  text-transform: uppercase;
}
.what_we_offer > div > h4 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  font-family: "Mooli", sans-serif;
  margin-top: 20px;
  margin-bottom: 29px;
}
.what_we_offer > div > h4:after {
  content: "";
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.what_we_offer > div > p.subtitle {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.75px;
  max-width: 669px;
  margin: 0 auto;
  margin-bottom: 35px;
}
.what_we_offer .content-offer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 25px;
}
.what_we_offer .content-offer .item-offer {
  width: 100%;
  position: relative;
}
.what_we_offer .content-offer .item-offer .item-content {
  background: #FFF;
  transition: 0.5s;
}
.what_we_offer .content-offer .item-offer .item-content .content-scroll {
  padding: 45px 17px;
  height: 385px;
  overflow-y: auto;
}
.what_we_offer .content-offer .item-offer .item-content .content-scroll .image {
  text-align: center;
}
.what_we_offer .content-offer .item-offer .item-content .content-scroll h4 {
  color: #2770F0;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  font-family: "Mooli", sans-serif;
  margin-top: 25px;
  margin-bottom: 15px;
}
.what_we_offer .content-offer .item-offer .item-content .content-scroll p {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 169.231% */
  letter-spacing: 0.65px;
  margin-bottom: 15px;
}
.what_we_offer .content-offer .item-offer .item-content .content-scroll ul li {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px; /* 169.231% */
  letter-spacing: 0.65px;
  margin: 5px 0;
}
.what_we_offer .content-offer .item-offer .item-title {
  position: absolute;
  z-index: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  background: #E9F0FA;
  display: flex;
  align-items: center;
  text-align: center;
}
.what_we_offer .content-offer .item-offer .item-title .image {
  text-align: center;
  margin: 0 auto;
}
.what_we_offer .content-offer .item-offer .item-title h4 {
  color: #2770F0;
  text-align: center;
  font-family: "Mooli", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  margin-top: 25px;
}
.what_we_offer .content-offer .item-offer:hover .item-content {
  box-shadow: 0px 34px 24px 0px rgba(21, 48, 96, 0.16);
}
.what_we_offer .content-offer .item-offer:hover .item-title {
  animation-name: opacity-element;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.what_we_offer .content-offer .item-offer a {
  width: calc(100% - 4px);
  margin-left: 2px;
  display: block;
  height: 35px;
  flex-shrink: 0;
  background: #000;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-align: center;
  overflow-x: hidden;
}
.what_we_offer .content-offer .item-offer a:after {
  content: "";
  flex-shrink: 0;
  background-color: #2770F0;
  position: absolute;
  right: 2px;
  height: 15px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTA5MDkgMUwxMiA2TTEyIDZMNi45MDkwOSAxMU0xMiA2SDAiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px 17.5px;
}

@keyframes opacity-element {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
.slider-home {
  margin-top: 32px;
  padding-top: 49px;
  border-top: 1px solid #2770F0;
}
.slider-home .section-content {
  max-width: 1258px;
  overflow-x: hidden;
  display: grid;
  grid-template-columns: 460px calc(100% - 460px);
  height: 600px;
  position: relative;
}
.slider-home .section-content .left {
  padding-left: 128px;
}
.slider-home .section-content h4 {
  color: #000;
  font-family: "Mooli", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
  margin-bottom: 29px;
}
.slider-home .section-content h3 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 383.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-left: 15px;
}
.slider-home .section-content p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.75px;
  padding-left: 15px;
}
.slider-home .section-content a.see-more {
  display: block;
  margin-left: 15px;
  margin-top: 55px;
}
.slider-home .section-content .owl-stage-outer {
  padding: 20px;
}
.slider-home .section-content .owl-dots {
  text-align: right;
}
.slider-home .section-content .owl-dot {
  margin-right: 15px;
  transform: rotate(45deg);
  outline: none;
  background: #ffffff;
}
.slider-home .section-content .owl-dot span {
  background: #2770F0;
  width: 5px;
  height: 5px;
  border: 4px solid #ffffff;
  display: block;
  cursor: pointer;
  position: relative;
}
.slider-home .section-content .owl-dot.active {
  background: #ffffff;
  border: 1px solid #153060;
}
.slider-home .section-content .owl-dot.active span {
  border: 2px solid #ffffff;
  background: #153060;
  width: 8px;
  height: 8px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.baner_custon {
  background-image: url(a17b848393f0917f1976bbe2036e7748.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 170px;
  width: 100%;
}
.baner_custon .baner_content {
  display: grid;
  grid-template-columns: 444px 354px 351px;
  column-gap: 40px;
  align-items: center;
  height: 170px;
}
.baner_custon .baner_content .baner_1 {
  text-align: right;
}
.baner_custon .baner_content .baner_1 h3 {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 185.714% */
  font-family: "Mooli", sans-serif;
}
.baner_custon .baner_content .baner_2 {
  text-align: left;
}
.baner_custon .baner_content .baner_2 p {
  color: #F8F8F8;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 200% */
  letter-spacing: 0.65px;
}

.baner_home {
  margin-top: 59px;
}

.content-post-home {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}
.content-post-home .item-post-home .image {
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.41);
  -moz-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.41);
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.41);
}
.content-post-home .item-post-home .image img {
  height: 423px;
  width: 100%;
  object-fit: cover;
}
.content-post-home .item-post-home .des-content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 144px auto;
  column-gap: 33px;
  padding-bottom: 100px;
}
.content-post-home .item-post-home .des-content .left h4 {
  color: #000;
  font-family: "Mooli", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.content-post-home .item-post-home .des-content .right p {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 169.231% */
  letter-spacing: 0.65px;
}
.content-post-home .item-post-home .des-content .right a {
  color: #2770F0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 383.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  text-align: right;
  display: block;
  transition: 0.6s;
}
.content-post-home .item-post-home .des-content .right a:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTA5MDkgMUwxMiA2TTEyIDZMNi45MDkwOSAxMU0xMiA2TDAgNiIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K);
  padding-right: 15px;
  margin-left: 20px;
  background-repeat: no-repeat;
  transition: 0.6s;
}
.content-post-home .item-post-home .des-content .right a:hover {
  color: #000000;
}
.content-post-home .item-post-home .des-content .right a:hover:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTA5MDkgMUwxMiA2TTEyIDZMNi45MDkwOSAxMU0xMiA2TDAgNiIgc3Ryb2tlPSIjMjc3MEYwIi8+Cjwvc3ZnPgo=);
  position: relative;
}

.how-we-work {
  margin-top: 100px;
}
.how-we-work .desc {
  text-align: center;
}
.how-we-work .desc h3 {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 383.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.how-we-work .desc h4 {
  color: #000;
  text-align: center;
  font-family: "Mooli", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 131.25% */
  max-width: 900px;
  margin: 0 auto;
}
.how-we-work .desc p {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 173.333% */
  letter-spacing: 0.75px;
  max-width: 620px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 20px;
}
.how-we-work .content-icon {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  padding-top: 110px;
  padding-bottom: 130px;
  position: relative;
}
.how-we-work .content-icon .item-icon .icon {
  text-align: center;
}
.how-we-work .content-icon .item-icon .icon-desc {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  max-width: 254px;
  text-align: center;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 14px 24px 0px rgba(0, 0, 0, 0.25);
  display: none;
  padding: 25px 15px;
}
.how-we-work .content-icon .item-icon .icon-desc h5 {
  color: #000;
  text-align: center;
  font-family: "Mooli", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  margin-top: 11px;
}
.how-we-work .content-icon .item-icon .icon-desc p {
  color: #000;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 169.231% */
  letter-spacing: 0.65px;
}
.how-we-work .content-icon .item-icon .icon-desc a {
  color: #2770F0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 383.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  display: block;
}
.how-we-work .content-icon .item-icon .icon-desc a:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTA5MDkgMUwxMiA2TTEyIDZMNi45MDkwOSAxMU0xMiA2TDAgNiIgc3Ryb2tlPSJibGFjayIvPgo8L3N2Zz4K);
  padding-right: 15px;
  margin-left: 20px;
  background-repeat: no-repeat;
  transition: 0.6s;
}
.how-we-work .content-icon .item-icon:hover .icon-desc {
  display: block;
}

.content_recommendations h3 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 383.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-top: 105px;
}
.content_recommendations h4 {
  color: #000;
  font-family: "Mooli", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 131.25% */
}
.content_recommendations .owl-carousel .owl-stage-outer {
  padding-bottom: 50px;
}
.content_recommendations .recommendation-carousel {
  margin-top: 65px;
  margin-bottom: 100px;
}
.content_recommendations .recommendation-carousel .item {
  padding: 34px 38px;
  width: 520px;
  flex-shrink: 0;
  border-radius: 20px;
  background: linear-gradient(90deg, #EFF5FF 0%, #FFF 100%);
  box-shadow: 0px 34px 24px 0px rgba(0, 0, 0, 0.09);
}
.content_recommendations .recommendation-carousel .item .item-header {
  display: grid;
  grid-template-columns: 1fr 87px;
}
.content_recommendations .recommendation-carousel .item .item-header .left {
  height: 84px;
  align-items: center;
  display: grid;
}
.content_recommendations .recommendation-carousel .item .item-header .left h5 {
  width: 100%;
  color: #000;
  font-family: "Mooli", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}
.content_recommendations .recommendation-carousel .item .item-header .left h5 span {
  display: block;
  color: #2770F0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.content_recommendations .recommendation-carousel .item .item-header .right img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center;
}
.content_recommendations .recommendation-carousel .item .item-content {
  padding-bottom: 56px;
  border-bottom: 1px solid #2770F0;
}
.content_recommendations .recommendation-carousel .item .item-content p {
  margin-top: 20px;
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px; /* 166.667% */
  letter-spacing: 0.75px;
}
.content_recommendations .owl-dots {
  text-align: center;
  display: block !important;
}
.content_recommendations .owl-dot {
  margin-right: 15px;
  transform: rotate(45deg);
  outline: none;
  background: #ffffff;
}
.content_recommendations .owl-dot span {
  background: #2770F0;
  width: 5px;
  height: 5px;
  border: 4px solid #ffffff;
  display: block;
  cursor: pointer;
  position: relative;
}
.content_recommendations .owl-dot.active {
  background: #ffffff;
  border: 1px solid #153060;
}
.content_recommendations .owl-dot.active span {
  border: 2px solid #ffffff;
  background: #153060;
  width: 8px;
  height: 8px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.got-you-interested {
  background: #2770F0;
  height: 276px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.got-you-interested .content-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  margin-bottom: 45px;
}
.got-you-interested .content-top h5 {
  color: #FFF;
  font-family: "Mooli", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 185.714% */
  text-align: right;
}
.got-you-interested .content-top p {
  color: #F8F8F8;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 200% */
  letter-spacing: 0.65px;
  width: 354px;
}
.got-you-interested a.button-link-dark:after {
  right: -43px !important;
}

footer {
  background: #F8F8F8;
}

.content-footer {
  padding: 80px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 65px;
  border-bottom: 1px solid #D9D9D9;
}
.content-footer .content-footer-left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
}
.content-footer .content-footer-left .item-footer-menu:nth-child(n+4) {
  margin-top: 40px;
}
.content-footer .content-footer-left .item-footer-menu.logo-social div.social {
  margin-top: 19px;
}
.content-footer .content-footer-left .item-footer-menu.logo-social a {
  display: block;
}
.content-footer .content-footer-left .item-footer-menu.logo-social a.contact-us {
  color: #2770F0;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px; /* 120% */
}
.content-footer .content-footer-left .item-footer-menu.logo-social a.social {
  height: 21px;
  width: 21px;
  display: inline-block;
  margin-right: 15px;
}
.content-footer .content-footer-left .item-footer-menu.logo-social a.facebook {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjk5OTEgMTAuNTAwNEMyMC45OTkxIDQuNzAwNjkgMTYuMjk4NCAwIDEwLjQ5OTUgMEM0LjcwMDY5IDAgMCA0LjcwMDY5IDAgMTAuNTAwNEMwIDE1Ljc0MDEgMy44Mzk2NSAyMC4wODM4IDguODU4ODYgMjAuODcxM1YxMy41MzVINi4xOTM1VjEwLjQ5OTVIOC44NTg4NlY4LjE4NjgzQzguODU4ODYgNS41NTQ3MiAxMC40MjY5IDQuMTAxMjkgMTIuODI0NSA0LjEwMTI5QzEzLjk3MzQgNC4xMDEyOSAxNS4xNzQ5IDQuMzA2MDUgMTUuMTc0OSA0LjMwNjA1VjYuODkwMDNIMTMuODUxOEMxMi41NDggNi44OTAwMyAxMi4xNDExIDcuNjk5NDQgMTIuMTQxMSA4LjUyOTg0VjEwLjUwMDRIMTUuMDUzMkwxNC41ODc3IDEzLjUzNTlIMTIuMTQxMVYyMC44NzIyQzE3LjE2MDMgMjAuMDg0NyAyMSAxNS43NDEgMjEgMTAuNTAwNEgyMC45OTkxWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
}
.content-footer .content-footer-left .item-footer-menu.logo-social a.linkedin {
  background-image: url(2567bbabcc5a12cba6d3a167605d8ada.svg);
}
.content-footer .content-footer-left .item-footer-menu.logo-social a.instagram {
  background-image: url(33a526440e53eaeb0cbfba18783d8723.svg);
}
.content-footer .content-footer-left .item-footer-menu h4 {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px; /* 120% */
}
.content-footer .content-footer-left .item-footer-menu.single-item a {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px;
  display: block;
  margin-bottom: 40px;
}
.content-footer .content-footer-left .item-footer-menu ul {
  padding: 0;
}
.content-footer .content-footer-left .item-footer-menu ul li {
  list-style: none;
}
.content-footer .content-footer-left .item-footer-menu ul li a {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
  margin: 15px 0;
  display: block;
}
.content-footer .content-footer-right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.content-footer .content-footer-right .item-footer-menu h4 {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: 18px; /* 120% */
  margin-bottom: 5px;
}
.content-footer .content-footer-right .item-footer-menu ul {
  padding: 0;
}
.content-footer .content-footer-right .item-footer-menu ul li {
  list-style: none;
}
.content-footer .content-footer-right .item-footer-menu ul li a {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 138.462% */
  padding: 10px 0;
  display: block;
}

.copyright {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 20px 0;
}
.copyright a, .copyright p, .copyright div {
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px; /* 163.636% */
}
.copyright a span, .copyright p span, .copyright div span {
  margin: 0 10px;
}
.copyright div:first-child {
  color: #000;
  text-align: right;
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 18px;
}
.copyright div:last-child {
  text-align: right;
}

.default-page {
  background: #F8F8F8;
}
.default-page.what_we_offer h3 {
  margin-top: 0;
  padding-top: 100px;
}
.default-page.what_we_offer h4 {
  margin: 0 auto;
  display: table;
  justify-content: center;
  padding-left: 10px;
  margin-bottom: 30px;
}
.default-page.what_we_offer .default-page-content-wwo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 84px;
  padding-bottom: 61px;
  margin-top: 61px;
}
.default-page.what_we_offer .default-page-content-wwo .item {
  background: #FFF;
  box-shadow: 0px 34px 24px 0px rgba(21, 48, 96, 0.09);
  padding: 58px 20px 38px 20px;
  text-align: center;
}
.default-page.what_we_offer .default-page-content-wwo .item img {
  margin-bottom: 41px;
}
.default-page.what_we_offer .default-page-content-wwo .item h4 {
  color: #2770F0;
  font-family: "Mooli", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
}
.default-page.what_we_offer .default-page-content-wwo .item p {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 169.231% */
  letter-spacing: 0.65px;
}

.our-methodology {
  background: #F8F8F8;
  padding-top: 33px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
.our-methodology .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 86px;
  padding-top: 67px;
  border-top: 1px solid #2770F0;
}
.our-methodology .content h3 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 383.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.our-methodology .content h4 {
  color: #000;
  font-family: "Mooli", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 131.25% */
}
.our-methodology .content p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 173.333% */
  letter-spacing: 0.75px;
}
.our-methodology.about-us {
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 80px;
}
.our-methodology.about-us .content {
  border: 0;
  grid-template-columns: 383px 1fr;
  padding-top: 56px;
}
.our-methodology.about-us .content .left h4 {
  max-width: 200px;
  margin-bottom: 40px;
}
.our-methodology.about-us .content .left p {
  padding-left: 15px;
}
.our-methodology.about-us .content .right img {
  width: 100%;
  height: auto;
}
.our-methodology .content-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 80px;
  max-width: 1003px;
  margin: 0 auto;
  margin-top: 12px;
}
.our-methodology .content-2 .item {
  margin-top: 50px;
}
.our-methodology .content-2 .item h4 {
  color: #000;
  font-family: "Mooli", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  margin-top: 20px;
  margin-bottom: 10px;
}
.our-methodology .content-2 .item p {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 169.231% */
  letter-spacing: 0.65px;
}

.our_technology .content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 87px;
}
.our_technology .content .left h3 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 383.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.our_technology .content .left h4 {
  color: #000;
  font-family: "Mooli", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 131.25% */
}
.our_technology .content .left p {
  margin-top: 35px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 173.333% */
  letter-spacing: 0.75px;
}
.our_technology .content .left .content-item {
  margin-top: 58px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.our_technology .content .left .content-item .item {
  max-width: 90px;
  background: #ffffff;
  padding: 25px 0;
  text-align: center;
  border-radius: 20px;
  transition: 0.5s;
  cursor: pointer;
  margin-bottom: 30px;
}
.our_technology .content .left .content-item .item.active {
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.25);
}
.our_technology .content .left .content-item .item:hover {
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.25);
}
.our_technology .content .right .content-technology {
  margin-top: 95px;
}
.our_technology .content .right .content-technology .content-technology-item {
  display: none;
  width: 498px;
  flex-shrink: 0;
  background: #153060;
  box-shadow: 0px 34px 24px 0px rgba(21, 48, 96, 0.16);
  padding: 60px 0 0 0;
}
.our_technology .content .right .content-technology .content-technology-item .padding {
  padding: 0 60px 60px 60px;
}
.our_technology .content .right .content-technology .content-technology-item.on {
  display: block;
}
.our_technology .content .right .content-technology .content-technology-item h5 {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 383.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.our_technology .content .right .content-technology .content-technology-item h6 {
  color: #FFF;
  font-family: "Mooli", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  margin-bottom: 10px;
}
.our_technology .content .right .content-technology .content-technology-item p {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 146.667% */
  letter-spacing: 0.75px;
  margin-bottom: 39px;
}
.our_technology .content .right .content-technology .content-technology-item p.titile {
  color: #B6D1FF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 383.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.our_technology .content .right .content-technology .content-technology-item ul {
  padding-left: 20px;
}
.our_technology .content .right .content-technology .content-technology-item ul li {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 800;
  line-height: 22px; /* 169.231% */
  letter-spacing: 0.65px;
  margin-bottom: 10px;
  list-style: none;
}
.our_technology .content .right .content-technology .content-technology-item ul li::before {
  content: "•";
  color: #2770F0;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.our_technology .content .right .content-technology .content-technology-item a {
  height: 35px;
  text-align: center;
  background: #000;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  display: block;
  padding-left: 35px;
}
.our_technology .content .right .content-technology .content-technology-item a:after {
  content: "";
  flex-shrink: 0;
  background-color: #2770F0;
  position: relative;
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTA5MDkgMUwxMiA2TTEyIDZMNi45MDkwOSAxMU0xMiA2SDAiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  padding: 19px 19px;
  float: right;
}

.team {
  margin-top: 130px;
  background: #F8F8F8;
  padding: 106px 0 99px 0;
  margin-bottom: 63px;
}
.team .team-single {
  display: grid;
  grid-template-columns: 327px 561px;
  column-gap: 47px;
  margin: 0 auto;
  max-width: 935px;
}
.team .team-single .left {
  position: relative;
}
.team .team-single .left .square {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
}
.team .team-single .left .square img {
  position: absolute;
}
.team .team-single .left .square img.first {
  right: 0;
  top: 45px;
}
.team .team-single .left .square img.second {
  right: 10px;
  left: 0;
}
.team .team-single .left .square img.third {
  left: -20px;
  bottom: 74px;
}
.team .team-single .left .image-team {
  position: relative;
}
.team .team-single .left .image-team p {
  color: #000;
  text-align: center;
  font-family: "Mooli", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
  max-width: 278px;
  margin-top: 20px;
}
.team .team-single .left .image-team p span {
  display: block;
  color: #2770F0;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.team .team-single .right {
  position: relative;
  z-index: 1000;
}
.team .team-single .right h4 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-left: 37px;
  margin-bottom: 20px;
}
.team .team-single .right h5 {
  color: #000;
  font-family: "Mooli", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 190.909% */
  display: inline-flex;
  position: relative;
  z-index: 1000;
}
.team .team-single .right h5:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzOSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDYwIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTM2LjI4MzIgNi42MDQyOEwzOC41NjI1IDguODgzNTVMMjkuNjc5IDE3Ljc2NzFMMjMuOTQ2OSAyMy40OTkyTDIxLjY2NzYgMjEuMjE5OUwyNy4zOTk3IDE1LjQ4NzhMMjAuNzk1NCA4Ljg4MzU1TDI5LjY3OSAwTDM2LjI4MzIgNi42MDQyOFoiIGZpbGw9IiNCNkQxRkYiLz4KPHBhdGggaWQ9IlVuaW9uXzIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTYuMjgzMiA2LjYwNDI4TDE4LjU2MjUgOC44ODM1NUw5LjY3ODk2IDE3Ljc2NzFMMy45NDY5MiAyMy40OTkyTDEuNjY3NjUgMjEuMjE5OUw3LjM5OTY5IDE1LjQ4NzhMMC43OTU0MSA4Ljg4MzU1TDkuNjc4OTYgMEwxNi4yODMyIDYuNjA0MjhaIiBmaWxsPSIjQjZEMUZGIi8+CjwvZz4KPC9zdmc+Cg==);
  background-position: left;
  background-repeat: no-repeat;
  padding-left: 37px;
  position: relative;
  top: -25px;
  left: 7px;
  z-index: -10;
}
.team .team-single .right p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 35px; /* 233.333% */
  letter-spacing: 0.75px;
  padding-left: 37px;
  margin-top: 10px;
}
.team .team-single .right p b, .team .team-single .right p strong {
  font-weight: 800;
}

.icons-page-section .content {
  display: grid;
  grid-template-columns: repeat(7, auto);
  align-items: center;
  padding: 0 0 83px 0;
  border-bottom: 1px solid #2770F0;
  margin-bottom: 65px;
}

.pages-case-studies .title {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.pages-case-studies .title h3 {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 383.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-top: 50px;
}
.pages-case-studies .title h4 {
  color: #000;
  text-align: center;
  font-family: "Mooli", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 131.25% */
}
.pages-case-studies .content-cs {
  text-align: center;
}
.pages-case-studies .content-cs img {
  width: 100%;
  height: auto;
  max-width: 1010px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  margin-top: 44px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 34px 24px 0px rgba(0, 0, 0, 0.25);
}
.pages-case-studies .desc .content {
  display: grid;
  grid-template-columns: 40% 60%;
  width: 100%;
  gap: 50px;
  margin-top: 60px;
}
.pages-case-studies .desc .content .first {
  text-align: right;
}
.pages-case-studies .desc .content .first h4 {
  color: #000;
  font-family: "Mooli", sans-serif;
  max-width: 144px;
  margin: 0 auto;
  float: right;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
}
.pages-case-studies .desc .content .second p {
  max-width: 430px;
  text-align: left;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 169.231% */
  letter-spacing: 0.65px;
}
.pages-case-studies .desc .content .second .link a {
  color: #2770F0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  display: block;
  margin-top: 30px;
}
.pages-case-studies .desc .content .second .link a:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTA5MDkgMUwxMiA2TTEyIDZMNi45MDkwOSAxMU0xMiA2SDAiIHN0cm9rZT0iIzI3NzBGMCIvPgo8L3N2Zz4K);
  padding-right: 15px;
  margin-left: 20px;
  background-repeat: no-repeat;
  transition: 0.6s;
}

.see-our-other-services {
  background: #F8F8F8;
  padding: 60px 0 95px 0;
  margin-top: 90px;
}
.see-our-other-services > div > .title h3 {
  color: #000;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.see-our-other-services > div > .content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 51px;
  margin-top: 34px;
}
.see-our-other-services > div > .content > .item {
  height: 154px;
  position: relative;
  text-align: center;
  padding: 50px 0;
  transition: 0.7s;
}
.see-our-other-services > div > .content > .item > .icon img {
  margin: 0 auto;
}
.see-our-other-services > div > .content > .item > .title-item {
  margin-top: 27px;
}
.see-our-other-services > div > .content > .item > .title-item h5 {
  color: #2770F0;
  text-align: center;
  font-family: "Mooli", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  transition: 0.7s;
}
.see-our-other-services > div > .content > .item > .button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: 0.7s;
}
.see-our-other-services > div > .content > .item > .button a {
  height: 35px;
  text-align: center;
  background: #000;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  display: block;
  padding-left: 35px;
}
.see-our-other-services > div > .content > .item > .button a:after {
  content: "";
  flex-shrink: 0;
  background-color: #2770F0;
  position: relative;
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTA5MDkgMUwxMiA2TTEyIDZMNi45MDkwOSAxMU0xMiA2SDAiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  padding: 17.5px 19px;
  float: right;
}
.see-our-other-services > div > .content > .item:hover {
  background: #FFF;
  box-shadow: 0px 34px 24px 0px rgba(21, 48, 96, 0.16);
}
.see-our-other-services > div > .content > .item:hover > .title-item h5 {
  color: #000000;
}
.see-our-other-services > div > .content > .item:hover > .button {
  display: block;
  opacity: 1;
}

.pages-case-studies .nav-case-studies h3 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding-top: 40px;
  margin-bottom: 32px;
}
.pages-case-studies .nav-case-studies .content-nav {
  border-bottom: 1px solid #2770F0;
  padding-bottom: 40px;
  margin-bottom: 52px;
}
.pages-case-studies .nav-case-studies .content-nav .button-nav-cs {
  height: 35px;
  border-radius: 60px;
  border: 1px solid #000;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding: 0 13px 0 19px;
  margin-right: 20px;
  cursor: pointer;
  transition: 0.7s;
}
.pages-case-studies .nav-case-studies .content-nav .button-nav-cs.active, .pages-case-studies .nav-case-studies .content-nav .button-nav-cs:hover {
  border-color: #2770F0;
  background: #2770F0;
  color: #FFF;
}
.pages-case-studies .content-posts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
.pages-case-studies .content-posts .item-post {
  padding: 35px 30px;
  height: 225px;
  position: relative;
  background: #FFF;
}
.pages-case-studies .content-posts .item-post.off {
  display: none;
}
.pages-case-studies .content-posts .item-post .content-image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 100%;
  z-index: 0;
  transition: 0.7s;
  opacity: 0;
}
.pages-case-studies .content-posts .item-post .content-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.pages-case-studies .content-posts .item-post .content-image a {
  height: 35px;
  text-align: center;
  background: #000;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  display: block;
  padding-left: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
.pages-case-studies .content-posts .item-post .content-image a:after {
  content: "";
  flex-shrink: 0;
  background-color: #2770F0;
  position: relative;
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTA5MDkgMUwxMiA2TTEyIDZMNi45MDkwOSAxMU0xMiA2SDAiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
  padding: 17.5px 19px;
  float: right;
}
.pages-case-studies .content-posts .item-post:hover {
  box-shadow: 0px 34px 24px 0px rgba(21, 48, 96, 0.16);
}
.pages-case-studies .content-posts .item-post:hover .content-image {
  opacity: 1;
}
.pages-case-studies .content-posts .item-post .the_title {
  display: grid;
  grid-template-columns: auto 80px;
  column-gap: 20px;
}
.pages-case-studies .content-posts .item-post .the_title h4 {
  color: #000;
  font-family: "Mooli", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 130% */
  margin-bottom: 20px;
}
.pages-case-studies .content-posts .item-post p {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 169.231% */
  letter-spacing: 0.65px;
}

.single-cs {
  padding-top: 110px;
}
.single-cs h1 {
  font-size: 32px !important;
}
.single-cs h2 {
  padding-left: 15px;
}
.single-cs .link-btn {
  padding-left: 15px;
}

.pages-case-studies-single {
  background: #FFF;
}
.pages-case-studies-single .content-section-1-cs-single {
  display: grid;
  grid-template-columns: 689px auto;
  column-gap: 117px;
  padding-top: 100px;
  padding-bottom: 15px;
  margin-bottom: 100px;
}
.pages-case-studies-single .content-section-1-cs-single .left h3 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.pages-case-studies-single .content-section-1-cs-single .left h4 {
  color: #000;
  font-family: "Mooli", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 25px;
}
.pages-case-studies-single .content-section-1-cs-single .left p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 173.333% */
  letter-spacing: 0.75px;
}
.pages-case-studies-single .content-section-1-cs-single .right .right-item-cs-single p {
  text-align: left;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.65px;
}
.pages-case-studies-single .content-section-1-cs-single .right .right-item-cs-single p.title {
  color: #2770F0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px; /* 383.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.pages-case-studies-single .the-process {
  background: #F8F8F8;
  padding: 60px 0 113px 0;
}
.pages-case-studies-single .the-process > .container-sm > h3 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 46px; /* 383.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.pages-case-studies-single .the-process > .container-sm > h4 {
  color: #000;
  font-family: "Mooli", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px; /* 131.25% */
}
.pages-case-studies-single .the-process .content-the-process {
  border-left: 1px solid #000;
  display: grid;
  grid-template-columns: calc(100% - 77px - 236px) 236px;
  column-gap: 77px;
  margin-top: 65px;
  padding-bottom: 50px;
}
.pages-case-studies-single .the-process .content-the-process .owl-dots {
  text-align: right;
}
.pages-case-studies-single .the-process .content-the-process .left {
  padding-left: 89px;
}
.pages-case-studies-single .the-process .content-the-process .left .step {
  position: relative;
}
.pages-case-studies-single .the-process .content-the-process .left .step h3 {
  color: #000;
  font-family: "Mooli", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 81.25% */
  margin-bottom: 30px;
}
.pages-case-studies-single .the-process .content-the-process .left .step p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px; /* 173.333% */
  letter-spacing: 0.75px;
  margin-bottom: 58px;
}
.pages-case-studies-single .the-process .content-the-process .left .step.step_1 h3:before {
  content: "";
  background-image: url(079b63318197f24ee2f5d09488ee4939.svg);
  width: 21.364px;
  height: 21.364px;
  transform: rotate(90deg);
  flex-shrink: 0;
  padding: 5px;
  background-repeat: no-repeat;
  position: absolute;
  left: -105px;
  top: -2px;
}
.pages-case-studies-single .the-process .content-the-process .left .step.step_2 h3:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNy45ODQzOCIgeT0iMTUuNzM4MyIgd2lkdGg9IjExLjEyODgiIGhlaWdodD0iMTEuMTI4OCIgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA3Ljk4NDM4IDE1LjczODMpIiBmaWxsPSIjMjc3MEYwIi8+Cjwvc3ZnPgo=);
  width: 11px;
  height: 11px;
  transform: rotate(90deg);
  flex-shrink: 0;
  padding: 5px;
  background-repeat: no-repeat;
  position: absolute;
  left: -103px;
  top: 3px;
}
.pages-case-studies-single .the-process .content-the-process .left .step.step_3 h3:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iNy45ODQzOCIgeT0iMTUuNzM4MyIgd2lkdGg9IjExLjEyODgiIGhlaWdodD0iMTEuMTI4OCIgdHJhbnNmb3JtPSJyb3RhdGUoLTEzNSA3Ljk4NDM4IDE1LjczODMpIiBmaWxsPSIjQjZEMUZGIi8+Cjwvc3ZnPgo=);
  width: 11px;
  height: 11px;
  transform: rotate(90deg);
  flex-shrink: 0;
  padding: 5px;
  background-repeat: no-repeat;
  position: absolute;
  left: -103px;
  top: 3px;
}
.pages-case-studies-single .the-process .content-the-process .right h4 {
  color: #2770F0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  max-width: 160px;
  margin: 0 auto 10px auto;
}
.pages-case-studies-single .the-process .content-the-process .right .our_goal {
  padding: 40px 0 20px 0;
  width: 100%;
  background-color: #ffffff;
}
.pages-case-studies-single .the-process .content-the-process .right .our_goal p {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 200% */
  letter-spacing: 0.65px;
  max-width: 160px;
  margin: 0 auto;
}
.pages-case-studies-single .the-process .content-the-process .right .project_scope_and_technology {
  padding: 40px 0 20px 0;
  width: 100%;
  background-color: #2770F0;
}
.pages-case-studies-single .the-process .content-the-process .right .project_scope_and_technology h4 {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  max-width: 160px;
  margin: 0 auto;
}
.pages-case-studies-single .the-process .content-the-process .right .project_scope_and_technology ul {
  max-width: 160px;
  margin: 0 auto;
  padding: 0;
}
.pages-case-studies-single .the-process .content-the-process .right .project_scope_and_technology li {
  color: #B6D1FF;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: 0.65px;
  margin: 10px 0;
}
.pages-case-studies-single .the-process .content-the-process .right .team_composition {
  padding: 40px 0 20px 0;
  width: 100%;
  background-color: #153060;
}
.pages-case-studies-single .the-process .content-the-process .right .team_composition h4 {
  color: #B6D1FF;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px; /* 133.333% */
  letter-spacing: 2.4px;
  text-transform: uppercase;
  max-width: 140px;
  margin: 0 auto;
}
.pages-case-studies-single .the-process .content-the-process .right .team_composition ul {
  max-width: 140px;
  margin: 0 auto;
  padding: 0;
}
.pages-case-studies-single .the-process .content-the-process .right .team_composition li {
  list-style: none;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px; /* 123.077% */
  letter-spacing: 0.65px;
  margin: 10px 0;
}
.pages-case-studies-single .the-process .owl-dots {
  text-align: right;
  padding: 47px 0;
}
.pages-case-studies-single .the-process .owl-dot {
  margin-right: 15px;
  transform: rotate(45deg);
  outline: none;
  background: #ffffff;
}
.pages-case-studies-single .the-process .owl-dot span {
  background: #2770F0;
  width: 5px;
  height: 5px;
  border: 4px solid #ffffff;
  display: block;
  cursor: pointer;
  position: relative;
}
.pages-case-studies-single .the-process .owl-dot.active {
  background: #ffffff;
  border: 1px solid #153060;
}
.pages-case-studies-single .the-process .owl-dot.active span {
  border: 2px solid #ffffff;
  background: #153060;
  width: 8px;
  height: 8px;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.pages-case-studies-single .the-process .under_text {
  text-align: center;
}
.pages-case-studies-single .the-process .under_text h4 {
  max-width: 640px;
  margin: 0 auto;
}
.pages-case-studies-single .the-process .under_text p {
  color: #000;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: 0.75px;
  max-width: 700px;
  margin: 30px auto 0 auto;
}
.pages-case-studies-single .the-process .under_text .logo-content {
  margin-top: 85px;
  padding-bottom: 100px;
  border-bottom: 1px solid #2770F0;
  width: 100%;
}
.pages-case-studies-single .the-process .under_text .logo-content img {
  max-height: 40px;
  width: auto;
}
.pages-case-studies-single .the-process .ceo-single .content-info {
  display: grid;
  grid-template-columns: 232px 87px;
  column-gap: 122px;
  margin: 0 auto;
  max-width: 441px;
  margin-top: 60px;
  margin-bottom: 17px;
}
.pages-case-studies-single .the-process .ceo-single .content-info .left .center-content {
  align-items: center;
  padding-top: 25px;
}
.pages-case-studies-single .the-process .ceo-single .content-info .left h5 {
  color: #000;
  font-family: "Mooli", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
}
.pages-case-studies-single .the-process .ceo-single .content-info .left p {
  color: #2770F0;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 0;
  text-align: left;
}
.pages-case-studies-single .the-process .ceo-single .content-desc p {
  margin: 0 auto;
  color: #000;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0.75px;
  font-weight: 400;
  max-width: 460px;
  font-style: italic;
  position: relative;
  z-index: 100;
}
.pages-case-studies-single .the-process .ceo-single .content-desc p:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzkiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAzOSAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9Ikdyb3VwIDYwIj4KPHBhdGggaWQ9IlVuaW9uIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTM2LjI4MzIgNi42MDQyOEwzOC41NjI1IDguODgzNTVMMjkuNjc5IDE3Ljc2NzFMMjMuOTQ2OSAyMy40OTkyTDIxLjY2NzYgMjEuMjE5OUwyNy4zOTk3IDE1LjQ4NzhMMjAuNzk1NCA4Ljg4MzU1TDI5LjY3OSAwTDM2LjI4MzIgNi42MDQyOFoiIGZpbGw9IiNCNkQxRkYiLz4KPHBhdGggaWQ9IlVuaW9uXzIiIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTYuMjgzMiA2LjYwNDI4TDE4LjU2MjUgOC44ODM1NUw5LjY3ODk2IDE3Ljc2NzFMMy45NDY5MiAyMy40OTkyTDEuNjY3NjUgMjEuMjE5OUw3LjM5OTY5IDE1LjQ4NzhMMC43OTU0MSA4Ljg4MzU1TDkuNjc4OTYgMEwxNi4yODMyIDYuNjA0MjhaIiBmaWxsPSIjQjZEMUZGIi8+CjwvZz4KPC9zdmc+Cg==);
  background-position: left;
  background-repeat: no-repeat;
  position: absolute;
  z-index: -1;
  padding: 15px;
  width: 27.322px;
  height: 17px;
  left: -27px;
  top: -15px;
}
.pages-case-studies-single .the-process .ceo-single .content-desc p strong, .pages-case-studies-single .the-process .ceo-single .content-desc p b {
  font-weight: 700;
}

.contact-hero .grid {
  grid-template-columns: 765px 617px 30px;
  column-gap: 52px;
}
.contact-hero .grid .left h1 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}
.contact-hero .grid .left h2 {
  padding-left: 15px;
  margin-bottom: 44px;
}
.contact-hero .grid .left .contact-data {
  padding-left: 15px;
}
.contact-hero .grid .left .contact-data .item-data {
  margin-top: 29px;
}
.contact-hero .grid .left .contact-data .item-data p:first-child {
  color: #2770F0;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.contact-hero .grid .left .contact-data .item-data p:last-child {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.65px;
  margin-top: 10px;
}
.contact-hero .grid .right {
  position: relative;
}
.contact-hero .grid .right .before-form {
  max-width: 497px;
  margin: 0 auto;
  margin-top: 60px;
}
.contact-hero .grid .right .before-form h3 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.contact-hero .grid .right .before-form h4 {
  color: #000;
  font-family: "Mooli", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  margin-top: 10px;
}
.contact-hero .grid .right .before-form p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px; /* 146.667% */
  letter-spacing: 0.75px;
  margin-top: 10px;
  padding-right: 25px;
}
.contact-hero .grid .right .contact-form {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -131px;
  background: #FFF;
  box-shadow: 0px 34px 24px 0px rgba(21, 48, 96, 0.09);
  height: 503px;
}
.contact-hero .grid .right .contact-form label {
  color: rgba(0, 0, 0, 0.42);
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.contact-hero .grid .right .contact-form input, .contact-hero .grid .right .contact-form textarea {
  background: transparent;
  outline: none;
  border: 0;
  border-bottom: 1px solid #2770F0;
  height: 30px;
  width: 100%;
}
.contact-hero .grid .right .contact-form form p {
  max-width: 497px;
  margin: 0 auto;
}
.contact-hero .grid .right .contact-form form p:nth-child(4n+1) {
  max-width: 100%;
}
.contact-hero .grid .right .contact-form input[type=submit] {
  position: absolute;
  bottom: 0;
  background: #000000;
  height: 35px;
  line-height: 35px;
  color: #FFF;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  display: block;
}
.contact-hero .grid .right .contact-form input[type=submit]:after {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  flex-shrink: 0;
  background-color: #2770F0;
  position: relative;
  right: -36px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTMiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMyAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuOTA5MDkgMUwxMiA2TTEyIDZMNi45MDkwOSAxMU0xMiA2SDAiIHN0cm9rZT0id2hpdGUiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
}

.pages-contact iframe {
  width: 100%;
}

.hero-about-us h1 {
  font-size: 32px !important;
  font-weight: 500 !important;
}
.hero-about-us h2 {
  padding-left: 15px;
}
.hero-about-us .link-btn {
  padding-left: 15px;
}
.hero-about-us a::after {
  padding: 10.5px 17.5px !important;
}

.about-us-logo {
  background: #F8F8F8;
  padding-bottom: 70px;
}
.about-us-logo img {
  max-height: 50px;
}

.owl-carousel .team {
  margin-top: 0;
  background: transparent;
  padding: 69px 0 15px 0;
  margin-bottom: 30px;
}
.owl-carousel .team .team-single {
  column-gap: 76px;
  max-width: 963px;
}
.owl-carousel .team .square img {
  width: auto;
}
.owl-carousel .team .square img.first {
  width: 87px;
  height: 87px;
  right: -25px !important;
}
.owl-carousel .team .left p {
  max-width: 100% !important;
}
.owl-carousel .owl-dots {
  text-align: left;
  display: block !important;
  max-width: 770px;
  margin: 0 auto;
}
.owl-carousel .owl-dot {
  margin-right: 15px;
  transform: rotate(45deg);
  outline: none;
  background: #ffffff;
}
.owl-carousel .owl-dot span {
  background: #2770F0;
  width: 5px;
  height: 5px;
  border: 4px solid #ffffff;
  display: block;
  cursor: pointer;
  position: relative;
}
.owl-carousel .owl-dot.active {
  background: #ffffff;
  border: 1px solid #153060;
}
.owl-carousel .owl-dot.active span {
  border: 2px solid #ffffff;
  background: #153060;
  width: 8px;
  height: 8px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.out-team h4 {
  color: #000;
  font-family: "Mooli", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 131.25% */
}
.out-team h3 {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin-top: 100px;
  margin-bottom: 20px;
}

.baner_about_us {
  margin-top: 74px;
  margin-bottom: 89px;
}
.baner_about_us .baner_custon .baner_content {
  grid-template-columns: repeat(4, 1fr);
  padding: 0 115px;
}
.baner_about_us .baner_custon .baner_content div {
  text-align: center;
}
.baner_about_us .baner_custon .baner_content div p {
  font-family: "Mooli", sans-serif;
  font-style: normal;
}
.baner_about_us .baner_custon .baner_content div p:first-child {
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
  line-height: 52px;
}
.baner_about_us .baner_custon .baner_content div p:last-child {
  color: #B6D1FF;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

@media (max-width: 1600px) {
  .container-large {
    max-width: 1400px;
  }
  .contact-hero .grid {
    grid-template-columns: 1fr 1fr 30px;
  }
  .contact-hero .grid .left {
    padding-left: 150px;
  }
}
@media (max-width: 1440px) {
  nav.navigation .grid-navigation .nav-item ul.menu {
    padding: 0;
  }
  .container-large {
    max-width: 1200px;
  }
  .hero-home .grid .left {
    padding-left: 25px;
  }
  .baner_custon .baner_content {
    grid-template-columns: repeat(3, 1fr);
  }
  .baner_custon .baner_content .baner_1 h3 {
    font-size: 22px;
  }
  .home-logo-sections {
    padding: 0 25px;
  }
  #footer {
    padding: 0 25px;
  }
  .pages-case-studies .desc .content {
    grid-template-columns: auto auto;
  }
  .pages-case-studies .content-posts {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1200px) {
  .contact-hero .grid {
    display: block;
  }
  .contact-hero .nav-hero {
    display: none;
  }
  .contact-hero {
    height: auto;
  }
  .contact-hero .grid .right .before-form {
    padding: 0 25px;
  }
  .contact-hero .grid .right .contact-form {
    height: auto;
    bottom: 0;
    position: relative;
    padding-top: 5px;
    margin-top: 25px;
    padding-bottom: 50px;
  }
  .contact-hero .grid .right .contact-form form p {
    padding: 0 25px;
  }
  .contact-hero .grid .right .contact-form form p:nth-child(4n+1) {
    padding: 0;
  }
  .pages-case-studies-single .content-section-1-cs-single {
    padding: 50px 25px;
    margin-bottom: 0;
  }
  .pages-case-studies-single .the-process {
    padding: 50px 25px;
  }
  .pages-case-studies .nav-case-studies .content-nav .button-nav-cs {
    padding: 0 10px;
    margin-right: 10px;
  }
  .default-page {
    padding: 0 25px;
  }
  .our-methodology {
    margin-bottom: 25px;
  }
  .our-methodology .content {
    padding: 25px 25px 0 25px;
  }
  .our-methodology .content-2 {
    padding: 0 25px;
  }
  .team {
    margin-top: 25px;
  }
  .icons-page-section {
    padding: 0 25px;
  }
  .pages-case-studies {
    padding: 25px;
  }
  .our_technology {
    padding: 0 25px;
  }
  nav.navigation .grid-navigation .nav-item ul.menu {
    padding: 0;
  }
  .container-large {
    max-width: 100%;
  }
  .hero-home .grid {
    grid-template-columns: calc(100% - 30px) 0 30px;
  }
  .hero-home .grid .left {
    padding-left: 0;
    text-align: center;
    margin: 0 auto;
  }
  nav.navigation .grid-navigation {
    grid-template-columns: 90px 1fr 205px;
    column-gap: 30px;
  }
  nav.navigation .grid-navigation .nav-item ul.menu li {
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .hero-home .grid {
    display: block;
  }
  .hero-home .grid .nav-hero {
    display: none;
  }
  .our-methodology .content {
    display: block;
  }
  .our-methodology .content .right {
    text-align: center;
    margin-top: 25px;
  }
  .our-methodology .content-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .our_technology .content {
    display: block;
  }
  .our_technology .content .left p {
    margin-top: 10px;
  }
  .our_technology .content .left .content-item {
    grid-template-columns: repeat(4, 1fr);
    margin-top: 30px;
  }
  .our_technology .content .left .content-item .item {
    padding: 15px 0;
  }
  .our_technology .content .right .content-technology {
    margin-top: 25px;
  }
  .our_technology .content .right .content-technology .content-technology-item {
    width: 100%;
    height: auto;
  }
  nav.navigation {
    padding: 25px;
  }
  nav.navigation .grid-navigation .nav-item ul.menu {
    display: none;
  }
  .container-large {
    max-width: 100%;
  }
  .what_we_offer {
    padding: 0 25px;
  }
  .what_we_offer .content-offer {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .what_we_offer .content-offer .item-offer a {
    width: calc(100% - 2px);
    margin-left: 1px;
  }
  .what_we_offer .content-offer .item-offer a:after {
    right: -171px;
  }
  .content-post-home {
    padding: 0 25px;
    grid-template-columns: 1fr;
  }
  .content-post-home .item-post-home .des-content {
    padding-bottom: 25px;
  }
  .slider-home .section-content {
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
    display: block;
  }
  .slider-home .section-content .left {
    padding: 0 25px;
  }
  .slider-home .section-content .owl-stage-outer {
    padding: 0;
    margin-top: 50px;
  }
  .slider-home .section-content .owl-carousel .owl-item img {
    max-width: 85%;
    margin: 0 auto;
  }
  .baner_custon .baner_content {
    height: auto;
    padding: 25px;
  }
}
@media (max-width: 991px) {
  .pages-case-studies-single .content-section-1-cs-single {
    display: block;
  }
  .pages-case-studies-single .content-section-1-cs-single .right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .pages-case-studies-single .the-process .content-the-process {
    display: block;
  }
  .pages-case-studies-single .the-process .content-the-process .right {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .pages-case-studies-single .the-process .content-the-process .right p, .pages-case-studies-single .the-process .content-the-process .right ul, .pages-case-studies-single .the-process .content-the-process .right h4 {
    max-width: 100% !important;
    padding: 0 25px 0 50px !important;
  }
  .pages-case-studies .nav-case-studies .content-nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .pages-case-studies .nav-case-studies .content-nav .button-nav-cs {
    margin-right: 0;
  }
  .pages-case-studies .content-posts {
    grid-template-columns: repeat(2, 1fr);
  }
  .default-page.what_we_offer h3 {
    padding-top: 25px;
  }
  .hero-home {
    height: auto;
    padding-bottom: 35px;
  }
  .hero-home .grid .left {
    padding-top: 0;
  }
  .team .team-single {
    display: block;
  }
  .team .team-single .left {
    max-width: 327px;
    margin: 0 auto;
  }
  .team .team-single .right {
    margin-top: 25px;
  }
  .content-footer {
    display: block;
  }
  .got-you-interested .content-top {
    grid-template-columns: auto auto;
  }
  .how-we-work {
    padding: 0 25px;
  }
  .how-we-work .content-icon {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 80px;
  }
  .how-we-work .content-icon .item-icon {
    position: relative;
  }
  .how-we-work .content-icon .item-icon .icon-desc {
    transform: translate(-15%, 50%);
    z-index: 1000;
  }
  .how-we-work .content-icon .item-icon:nth-child(3n+1) .icon-desc {
    transform: translate(10%, 50%);
  }
  .how-we-work .desc h4 {
    font-size: 26px;
    max-width: 740px;
  }
  .what_we_offer > div > h4 {
    font-size: 26px;
  }
  .slider-home .section-content h4 {
    font-size: 26px;
  }
  .content_recommendations {
    padding: 0 25px;
  }
  .content_recommendations h4 {
    font-size: 26px;
  }
  .content_recommendations .recommendation-carousel {
    margin-top: 25px;
  }
  .baner_custon {
    height: auto;
  }
  .baner_custon .baner_content {
    display: block;
  }
  .baner_custon .baner_content > div {
    text-align: center !important;
  }
  .baner_custon .baner_content .baner_1 {
    padding-top: 10px;
  }
  .baner_custon .baner_content .baner_3 {
    margin-top: 25px;
  }
  .content_recommendations h3 {
    margin-top: 50px;
  }
  .our-methodology .content .right img {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .pages-case-studies-single .content-section-1-cs-single .left h4 {
    font-size: 26px;
  }
  .pages-case-studies-single .the-process .content-the-process .left {
    padding-left: 50px;
  }
  .pages-case-studies-single .the-process .content-the-process .left .step h3 {
    font-size: 28px;
  }
  .pages-case-studies-single .the-process > .container-sm > h4 {
    font-size: 26px;
  }
  .default-page.what_we_offer .default-page-content-wwo {
    display: block;
  }
  .default-page.what_we_offer .default-page-content-wwo .item {
    margin-bottom: 25px;
  }
  .hero-home {
    padding: 0px 25px 50px 25px;
  }
  .hero-home.single-cs {
    padding-top: 80px;
  }
  .hero-home.contact-hero {
    padding-top: 110px;
  }
  .hero-home .grid .left {
    padding-top: 25px;
  }
  .hero-home .grid .left h1 {
    font-size: 26px;
    padding-left: 0;
  }
  .hero-home .grid .left h2 {
    padding-left: 0;
    font-size: 16px;
  }
  .hero-home .grid .left .contact-data {
    padding-left: 0;
  }
  .hero-home .grid .left .link-btn a {
    display: block;
    margin: 10px 0 !important;
  }
  .see-our-other-services {
    padding: 25px;
  }
  .see-our-other-services > div > .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .our_technology .content .left h4 {
    font-size: 26px;
  }
  .our_technology .content .left .content-item {
    grid-template-columns: repeat(3, 1fr);
  }
  .icons-page-section .content {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    text-align: center;
  }
  .pages-case-studies .title {
    max-width: 425px;
  }
  .pages-case-studies .title h4 {
    font-size: 26px;
  }
  .got-you-interested .content-top {
    display: block;
    text-align: center;
  }
  .got-you-interested .content-top div, .got-you-interested .content-top h5 {
    text-align: center !important;
  }
  .how-we-work .content-icon {
    padding-bottom: 50px;
  }
  .how-we-work .content-icon .item-icon .icon-desc {
    width: 200px;
    transform: translate(-10%, 50%);
    z-index: 1000;
  }
  .how-we-work .content-icon .item-icon:nth-child(3n+1) .icon-desc {
    transform: translate(15px, 50%);
  }
  .content-post-home .item-post-home .image img {
    height: auto;
  }
  nav.navigation .grid-navigation .contact-us a {
    max-width: 165px;
  }
}
@media (max-width: 600px) {
  .pages-case-studies-single .the-process .ceo-single .content-info {
    display: block;
  }
  .pages-case-studies-single .the-process .ceo-single .content-info .left .center-content h5, .pages-case-studies-single .the-process .ceo-single .content-info .left .center-content p {
    text-align: center;
  }
  .pages-case-studies-single .the-process .ceo-single .content-info .right {
    margin-top: 10px;
  }
  .pages-case-studies-single .the-process .content-the-process .right {
    display: block;
  }
  .home-got-you-interested .got-you-interested {
    display: block;
    padding: 25px;
    height: auto;
  }
  .home-got-you-interested .got-you-interested .content-top p {
    width: auto;
  }
  .pages-case-studies .nav-case-studies .content-nav {
    display: block;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .pages-case-studies .nav-case-studies .content-nav .button-nav-cs {
    width: 100%;
    margin-bottom: 15px;
  }
  .pages-case-studies .content-posts {
    display: block;
  }
  .pages-case-studies .content-posts .item-post {
    margin-bottom: 25px;
  }
  .content-footer .content-footer-left {
    display: block;
  }
  .content-footer .content-footer-right {
    display: block;
  }
  .what_we_offer .content-offer {
    display: block;
  }
  .what_we_offer .content-offer .item-offer {
    margin-bottom: 20px;
  }
  .our-methodology .content-2 {
    display: block;
  }
  .how-we-work .content-icon .item-icon .icon-desc {
    width: 200px;
    transform: translate(-45%, 50%);
    z-index: 1000;
  }
  .how-we-work .content-icon .item-icon:nth-child(3n+1) .icon-desc {
    transform: translate(15px, 50%);
  }
  .icons-page-section .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .pages-case-studies .desc .content {
    margin-top: 30px;
    display: block;
  }
  .pages-case-studies .desc .content .first h4 {
    max-width: 100%;
    text-align: left;
    float: none;
  }
  .see-our-other-services {
    margin-top: 0;
  }
  .see-our-other-services > div > .content {
    display: block;
  }
  .see-our-other-services > div > .content .item {
    margin-bottom: 25px;
  }
  nav.navigation .grid-navigation {
    grid-template-columns: 70px 0 auto;
  }
}
