* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Satoshi';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 0;
}

h1:not(h1),
h2:not(h1),
h3:not(h1),
h4:not(h1),
h5:not(h1),
h6:not(h1) {
  font-weight: 400;
}

h1 {
  font-weight: 700;
  font-size: 54px;
  line-height: 70px;
}

h2 {
  font-size: 44px;
  line-height: 52px;
}

h3 {
  font-size: 36px;
  line-height: 42px;
}

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

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

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

ul {
  margin-bottom: 0;
}

ul li {
  list-style-type: none;
}

ul.nav > li > a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
}

a {
  color: currentColor;
}

a:hover {
  color: currentColor;
  outline: none;
  border: 0;
  text-decoration: none;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.02em;
  margin-bottom: 0;
}

.white {
  color: white;
}

.light {
  color: #F6F5F7;
}

.gray {
  color: #666678;
}

.text {
  color: #3B3B3E;
}

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

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

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

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

.bt {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -0.02em;
  text-transform: capitalize;
  border: 0;
  outline: none;
  padding: 12px 22px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  background-color: transparent;
  color: white;
}

.bt:focus {
  outline: none;
}

.bt-primary {
  background: rgba(25, 129, 185, 0.2);
  -webkit-box-shadow: 0px 5px 15px rgba(25, 129, 185, 0.15);
          box-shadow: 0px 5px 15px rgba(25, 129, 185, 0.15);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #1981B9;
}

.bt-primary:hover {
  color: white;
  background: #010a77;
}

.bt-secondary {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 5px 15px rgba(220, 215, 215, 0.15);
          box-shadow: 0px 5px 15px rgba(220, 215, 215, 0.15);
  color: #1E1E1E;
}

.bt-secondary:hover {
  background: #1981B9;
  -webkit-box-shadow: 0px 5px 15px rgba(220, 215, 215, 0.15);
          box-shadow: 0px 5px 15px rgba(220, 215, 215, 0.15);
  color: white;
}

.title-badge {
  padding: 10px;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  display: inline-block;
}

.title-badge-primary {
  background: rgba(25, 129, 185, 0.1);
  color: #1981B9;
}

.title-badge-primary::before {
  background-color: #1981B9;
}

.title-badge-white {
  background: rgba(255, 255, 255, 0.1);
  color: white;
}

.title-badge-white::before {
  background-color: white;
}

.title-badge::before {
  content: '';
  width: 2px;
  height: 12px;
  margin-right: 8px;
  display: inline-block;
}

html.sticky #header,
#header.sub-page {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
}

html.sticky #header .header .header-logo img:first-child,
#header.sub-page .header .header-logo img:first-child {
  display: none;
}

html.sticky #header .header .header-logo img:last-child,
#header.sub-page .header .header-logo img:last-child {
  display: block;
}

html.sticky #header .header .nav-features .contact-us .bt,
#header.sub-page .header .nav-features .contact-us .bt {
  background: #1981B9;
  -webkit-box-shadow: 0px 5px 15px rgba(25, 129, 185, 0.15);
          box-shadow: 0px 5px 15px rgba(25, 129, 185, 0.15);
  color: white;
}

html.sticky #header .header .nav-features .contact-us .bt:hover,
#header.sub-page .header .nav-features .contact-us .bt:hover {
  background: rgba(25, 129, 185, 0.2);
  color: #1981B9;
}

html.sticky #header .header .nav-features .language-dropdown > a,
#header.sub-page .header .nav-features .language-dropdown > a {
  color: black;
}

@media screen and (min-width: 992px) {
  html.sticky #header .header .header-nav .header-nav-menu .navbar .navbar-collapse > .navbar-nav .nav-item .nav-link,
  #header.sub-page .header .header-nav .header-nav-menu .navbar .navbar-collapse > .navbar-nav .nav-item .nav-link {
    color: black;
  }
  html.sticky #header .header .header-nav .header-nav-menu .navbar .navbar-collapse > .navbar-nav .nav-item .nav-link::before,
  #header.sub-page .header .header-nav .header-nav-menu .navbar .navbar-collapse > .navbar-nav .nav-item .nav-link::before {
    background-color: #000;
  }
}

@media screen and (max-width: 992px) {
  html.sticky #header .header .header-nav .header-nav-menu .navbar .navbar-toggler img:first-child,
  #header.sub-page .header .header-nav .header-nav-menu .navbar .navbar-toggler img:first-child {
    display: none;
  }
  html.sticky #header .header .header-nav .header-nav-menu .navbar .navbar-toggler img:last-child,
  #header.sub-page .header .header-nav .header-nav-menu .navbar .navbar-toggler img:last-child {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .main-text{
    font-size: 34px;
  }
}

@media screen and (max-width: 993px) {
  .custom-order{
    order: 12;
  }
  .custom-padding-img{
    padding-top: 100px;
  }
}

#header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

#header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
}

#header .header .header-logo {
  position: relative;
}

#header .header .header-logo img:first-child {
  display: block;
}

#header .header .header-logo img:last-child {
  display: none;
}

#header .header .header-nav {
  height: 100%;
}

#header .header .header-nav .header-nav-menu {
  height: 100%;
}

#header .header .header-nav .header-nav-menu .navbar {
  height: 100%;
  padding: 0;
}

#header .header .header-nav .header-nav-menu .navbar .navbar-collapse {
  height: 100%;
}

#header .header .header-nav .header-nav-menu .navbar .navbar-collapse > .navbar-nav {
  height: 100%;
}

@media screen and (min-width: 992px) {
  #header .header .header-nav .header-nav-menu .navbar .navbar-collapse > .navbar-nav .nav-item {
    margin-right: 30px;
  }
  #header .header .header-nav .header-nav-menu .navbar .navbar-collapse > .navbar-nav .nav-item .nav-link {
    padding: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: white;
  }
  #header .header .header-nav .header-nav-menu .navbar .navbar-collapse > .navbar-nav .nav-item .nav-link::before {
    content: '';
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 30px;
    left: 0;
    -webkit-transition: .3s ease all;
    transition: .3s ease all;
    background-color: white;
  }
  #header .header .header-nav .header-nav-menu .navbar .navbar-collapse > .navbar-nav .nav-item .nav-link:hover::before {
    width: 100%;
  }
  #header .header .header-nav .header-nav-menu .navbar .navbar-collapse > .navbar-nav .nav-item.dropdown .dropdown-menu {
    top: calc(100% - 2px);
  }
}

@media screen and (max-width: 1200px) {
  #header .header .header-nav .header-nav-menu .navbar .navbar-collapse > .navbar-nav .nav-item {
    margin-right: 15px;
  }
}

@media screen and (max-width: 992px) {
  #header .header .header-nav .header-nav-menu .navbar {
    position: unset;
  }
  #header .header .header-nav .header-nav-menu .navbar .navbar-toggler:active, #header .header .header-nav .header-nav-menu .navbar .navbar-toggler:focus {
    border: 0;
    outline: 0;
  }
  #header .header .header-nav .header-nav-menu .navbar .navbar-toggler img:first-child {
    display: block;
  }
  #header .header .header-nav .header-nav-menu .navbar .navbar-toggler img:last-child {
    display: none;
  }
  #header .header .header-nav .header-nav-menu .navbar .navbar-collapse {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    background: white;
    height: unset;
    padding: 10px 20px;
  }
  #header .header .header-nav .header-nav-menu .navbar .navbar-collapse .navbar-nav .dropdown-menu {
    border: 0;
  }
}

@media screen and (max-width: 992px) {
  #header .header .header-nav {
    height: unset;
  }
}

#header .header .nav-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}

#header .header .nav-features .language-dropdown {
  position: relative;
}

#header .header .nav-features .language-dropdown > a {
  color: white;
}

#header .header .nav-features .language-dropdown::before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  right: -15px;
}

@media screen and (max-width: 992px) {
  #header .header .contact-us {
    display: none;
  }
  #header .header .nav-features {
    margin: 0 0 0 auto;
  }
  #header .header .nav-features .language-dropdown::before {
    content: unset;
  }
}

#header.sub-page {
  position: relative;
}

#footer {
  padding: 50px 0;
  background-color: #F6F5F7;
}

#footer .menus {
  margin: 50px 0;
}

#footer .menus .menu h3 {
  margin-bottom: 12px;
}

#footer .menus .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

#footer .menus .menu ul li a {
  color: #3B3B3E;
  font-size: 16px;
  line-height: 34px;
}

#footer .menus .menu .social-menu {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#footer .menus .menu .social-menu li:first-child button::before {
  mask: url("./images/icons/facebook.svg") no-repeat center/cover;
  -webkit-mask: url("./images/icons/facebook.svg") no-repeat center/contain;
}

#footer .menus .menu .social-menu li:nth-child(2) button::before {
  mask: url("./images/icons/instagram.svg") no-repeat center/cover;
  -webkit-mask: url("./images/icons/instagram.svg") no-repeat center/contain;
}

#footer .menus .menu .social-menu li:nth-child(3) button::before {
  mask: url("./images/icons/twitter.svg") no-repeat center/cover;
  -webkit-mask: url("./images/icons/twitter.svg") no-repeat center/contain;
}

#footer .menus .menu .social-menu li:nth-child(4) button::before {
  mask: url("./images/icons/linkedin-in.svg") no-repeat center/cover;
  -webkit-mask: url("./images/icons/linkedin-in.svg") no-repeat center/contain;
}

#footer .menus .menu .social-menu li:nth-child(5) button::before {
  mask: url("./images/icons/youtube.svg") no-repeat center/cover;
  -webkit-mask: url("./images/icons/youtube.svg") no-repeat center/contain;
}

#footer .menus .menu .social-menu li button {
  width: 42px;
  height: 42px;
  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;
  padding: 0;
}

#footer .menus .menu .social-menu li button:hover {
  background-color: #1981B9;
}

#footer .menus .menu .social-menu li button:hover img {
  color: white;
}

#footer .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 50px;
  border-top: 1px solid rgba(102, 102, 120, 0.1);
}

@media screen and (max-width: 774px) {
  #footer .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#home #main {
  position: relative;
  height: 100vh;
}

#home #main .index-main-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

#home #main::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1981B9;
  mix-blend-mode: multiply;
  z-index: -1;
}

#home #main .main {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home #about-us {
  margin: 120px 0;
}

#home #about-us .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#home #counts {
  padding: 64px 0;
  background-image: url("./images/with-numbers-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

#home #counts .row {
  gap: 30px 0;
}

#home #counts .count-card {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 56px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#home #contact-section {
  margin: 120px 0;
}

#home #contact-section .contact-section {
  padding: 50px;
  background-image: url("./images/icons/vector.svg");
  background-color: #1981B9;
}

#home #contact-section .contact-section h2 {
  margin-bottom: 30px;
}

#home #contact-section .contact-section .contact-box {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 30px;
}

.page {
  margin: 120px 0;
}

/* Cookies */
.cookies-wrapper{
  position: fixed;
  bottom: 70px;
  right: 20px;
  max-width: 345px;
  width: 100%;
  background: #0a14c9;
  border-radius: 8px;
  padding: 15px 25px 22px;
  z-index: 9999;
  -webkit-transition: 0.3s ease all;
  transition: all 0.3s ease;
}

.cookies-wrapper.show{
  right: 20px;
}

.cookies-header{
  display: flex;
  align-items: center;
  column-gap: 15px;
}

.cookies-icon{
  color: #fff;
  font-size: 32px;
}

.cookies-header h4{
  color: #fff;
  font-weight: 500;
}

.cookies-data p{
  color: #fff;
  font-size: 16px;
}

.cookies-data p a{
  text-decoration: none;
  color: #B1F0F7;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.cookies-data p a:hover{
  text-decoration: underline;
}

.cookies-buttons{
  margin-top: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cookies-button{
  width: calc(100% / 2 - 10px);
  padding: 8px 0;
  border-radius: 4px;
  font-weight: 500;
  color: #0a14c9;
  cursor: pointer;
  border: none;
  background-color: #B1F0F7;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.cookies-button:hover{
  background-color: #7BD3EA;
  color: #fff;
}

.kvkk-tag{
  color: #1981B9;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.kvkk-tag:hover{
  color: #0910B0;
}

#about-us .about-us {
  padding: 100px 0;
  position: relative;
}

#about-us .about-us .title-badge {
  margin-bottom: 24px;
}

#about-us .about-us img {
  position: absolute;
  bottom: 0;
  left: 0;
}

#about-us .our-visions .our-vision-card {
  background: rgba(25, 129, 185, 0.1);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  height: 100%;
}

#about-us .our-visions .our-vision-card img {
  height: 80px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#about-us .our-visions .our-vision-card p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

#projects .project-card {
  -webkit-box-shadow: 0px 5px 15px rgba(30, 30, 30, 0.05);
          box-shadow: 0px 5px 15px rgba(30, 30, 30, 0.05);
}

.detail-page .section.section-01 {
  padding: 100px 0;
  margin-bottom: 90px;
}

.detail-page .section.section-02 {
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 100px;
}

.detail-page .section.section-02 .list-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.features {
  background-image: url("./images/laptop.png");
  background: cover no-repeat;
  position: relative;
  padding: 100px 0;
  margin-bottom: 50px;
}

.features::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(30, 30, 30, 0.6);
}

.features .feature-card {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 30px;
}

.features .feature-card h5 {
  color: white;
  text-align: center;
}

#contact .contact-section .contact-box {
  background: rgba(25, 129, 185, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

#contact .contact-section .contact-box h5,
#contact .contact-section .contact-box h6 {
  color: #1E1E1E;
}

#contact .contact-form {
  margin-top: 120px;
}

#contact .contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}

#contact .contact-form form .bt {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.section {
  padding: 120px 0;
}

.section.type-01 {
  background-color: #F6F5F7;
  border-radius: 32px;
}

.section.type-02 {
  background-color: #0910B0;
}

.project-card {
  background-color: white;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 15px rgba(220, 215, 215, 0.15);
          box-shadow: 0px 5px 15px rgba(220, 215, 215, 0.15);
  height: 100%;
}

.project-card img {
  height: 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 20px;
}

.img-card {
  height: 124px;
  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;
  background: rgba(246, 245, 247, 0.3);
  width: 100%;
  -webkit-box-shadow: 0px 5px 15px rgba(30, 30, 30, 0.05);
          box-shadow: 0px 5px 15px rgba(30, 30, 30, 0.05);
}

.img-card img {
  max-width: 160px;
}

.img-card.white-bg {
  background-color: white;
}

.product-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  gap: 15px;
  height: 108px;
}

.product-card-header h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.product-card-body {
  height: 430px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: white;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.product-card-body p {
  max-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 20;
  -webkit-box-orient: vertical;
}

.product-card:hover .product-card-body {
  -webkit-box-shadow: 0px 5px 15px rgba(30, 30, 30, 0.15);
          box-shadow: 0px 5px 15px rgba(30, 30, 30, 0.15);
}

@media screen and (max-width: 992px) {
  .product-card-header h5 {
    -webkit-line-clamp: 3;
  }
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 50px;
}

@media screen and (max-width: 774px) {
  .section-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}


@media screen and (min-width: 575px) {
  .navbar-nav{
    padding: 0 15px;
  }
}

.custom-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.custom-list li {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  padding-left: 31px;
}

.custom-list li::before {
  content: '';
  display: inline-block;
  background-image: url("./images/icons/grid-02.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 10px;
}

.input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.input-wrapper .input,
.input-wrapper .select,
.input-wrapper .textarea {
  position: relative;
  border: 0;
}

.input-wrapper .input input,
.input-wrapper .input select,
.input-wrapper .input textarea,
.input-wrapper .select input,
.input-wrapper .select select,
.input-wrapper .select textarea,
.input-wrapper .textarea input,
.input-wrapper .textarea select,
.input-wrapper .textarea textarea {
  width: 100%;
  padding: 10px 40px 10px 17px;
  line-height: 34px;
  font-size: 16px;
  background-color: white;
  border: 1px solid rgba(30, 30, 30, 0.3);
  position: relative;
}

.input-wrapper .input input:focus,
.input-wrapper .input select:focus,
.input-wrapper .input textarea:focus,
.input-wrapper .select input:focus,
.input-wrapper .select select:focus,
.input-wrapper .select textarea:focus,
.input-wrapper .textarea input:focus,
.input-wrapper .textarea select:focus,
.input-wrapper .textarea textarea:focus {
  outline: none;
  border-color: #1981B9;
}

.input-wrapper .input input:focus + svg,
.input-wrapper .input textarea:focus + svg,
.input-wrapper .input select:focus + svg,
.input-wrapper .select input:focus + svg,
.input-wrapper .select textarea:focus + svg,
.input-wrapper .select select:focus + svg,
.input-wrapper .textarea input:focus + svg,
.input-wrapper .textarea textarea:focus + svg,
.input-wrapper .textarea select:focus + svg {
  color: #1981B9;
}

.input-wrapper .input select,
.input-wrapper .select select,
.input-wrapper .textarea select {
  height: 56px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}

.input-wrapper .input select::-ms-expand,
.input-wrapper .select select::-ms-expand,
.input-wrapper .textarea select::-ms-expand {
  display: none;
}

@media screen and (max-width: 550px) {
  .about-us-transparent-logo{
    width: 300px;
  }
}

.scroll-top{
  position: fixed;
  z-index: 99999;
  bottom: 20px;
  right: 20px;
  background-color: #0a14c9;
  padding: 10px 15px;
  border-radius: 5px;
  transition: all .3s ease;
}

.scroll-top:hover{
  background-color: #090f8a;
  cursor: pointer;
}

.scroll-top i{
  color: white;
  font-size: 36px;
}

.input-wrapper .input svg,
.input-wrapper .select svg,
.input-wrapper .textarea svg {
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 16px;
  color: rgba(30, 30, 30, 0.3);
}

.input-wrapper.textarea-wrapper .textarea svg {
  top: 30px;
}
/*# sourceMappingURL=main.css.map */