@charset "UTF-8";
/*
Theme Name: Webmaxi
Theme URI: https://www.webmaxi.com.tr/
Author: Webmaxi - Dijital Performans Ajansı
Author URI: https://www.webmaxi.com.tr/
*/

:root {
  --blue: #443BFF;
  --light: #fff;
  --grey: #dadada;
  --dark: #221f3f;
  --hover: #615a95;
  --font-size: 14px;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
}

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

* {
  outline: none !important;
}

.big-pt {
  padding-top: clamp(40px, 5.8vw, 90px);
}

.big-pb {
  padding-bottom: clamp(40px, 5.8vw, 90px);
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #ddd;
}

::-webkit-scrollbar-thumb {
  background-color: var(--blue);
}

::-moz-selection {
  color: var(--light);
  background: var(--blue);
}

::selection {
  color: var(--light);
  background: var(--blue);
}

html {
  overflow-x: hidden !important;
  font-size: var(--font-size);
}

body {
  line-height: 1.2;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  color: var(--dark);
  background-color: var(--light) !important;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
	font-size:var(--font-size);
}

a {
  text-decoration: none !important;
  color: var(--dark);
  display: inline-block
}

a:hover {
  color: var(--blue)
}

ul {
  list-style: none
}

p {
    margin: 6px 0;
    line-height: 1.4;
}

img {
  display: block;
  width: 100%;
  height: auto;
  content-visibility: auto;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.15;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
  h1, .h1 {
    font-size: 2.5rem
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw)
}

@media (min-width:1200px) {
  h2, .h2 {
    font-size: 2rem
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw)
}

@media (min-width:1200px) {
  h3, .h3 {
    font-size: 1.75rem
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw)
}

@media (min-width:1200px) {
  h4, .h4 {
    font-size: 1.5rem
  }
}

h5, .h5 {
  font-size: 1.25rem
}

h6, .h6 {
  font-size: 1rem
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container-sm, .container {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container-md, .container-sm, .container {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px
  }
}

@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1367px;
    }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x))
}

.row>* {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y)
}

.col {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 8.33333333%
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 16.66666667%
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 25%
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.33333333%
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 50%
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 66.66666667%
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 75%
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 83.33333333%
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 91.66666667%
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%
}

@media (min-width:576px) {
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

@media (min-width:768px) {
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

@media (min-width:992px) {
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

@media (min-width:1200px) {
  .col-xl {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 25%
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 75%
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100%
  }
}

.m-0 {
  margin: 0 !important
}

.mt-0, .my-0 {
  margin-top: 0 !important
}

.mr-0, .mx-0 {
  margin-right: 0 !important
}

.mb-0, .my-0 {
  margin-bottom: 0 !important
}

.ml-0, .mx-0 {
  margin-left: 0 !important
}

.m-1 {
  margin: .25rem !important
}

.mt-1, .my-1 {
  margin-top: .25rem !important
}

.mr-1, .mx-1 {
  margin-right: .25rem !important
}

.mb-1, .my-1 {
  margin-bottom: .25rem !important
}

.ml-1, .mx-1 {
  margin-left: .25rem !important
}

.m-2 {
  margin: .5rem !important
}

.mt-2, .my-2 {
  margin-top: .5rem !important
}

.mr-2, .mx-2 {
  margin-right: .5rem !important
}

.mb-2, .my-2 {
  margin-bottom: .5rem !important
}

.ml-2, .mx-2 {
  margin-left: .5rem !important
}

.m-3 {
  margin: 1rem !important
}

.mt-3, .my-3 {
  margin-top: 1rem !important
}

.mr-3, .mx-3 {
  margin-right: 1rem !important
}

.mb-3, .my-3 {
  margin-bottom: 1rem !important
}

.ml-3, .mx-3 {
  margin-left: 1rem !important
}

.m-4 {
  margin: 1.5rem !important
}

.mt-4, .my-4 {
  margin-top: 1.5rem !important
}

.mr-4, .mx-4 {
  margin-right: 1.5rem !important
}

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important
}

.ml-4, .mx-4 {
  margin-left: 1.5rem !important
}

.m-5 {
  margin: 3rem !important
}

.mt-5, .my-5 {
  margin-top: 3rem !important
}

.mr-5, .mx-5 {
  margin-right: 3rem !important
}

.mb-5, .my-5 {
  margin-bottom: 3rem !important
}

.ml-5, .mx-5 {
  margin-left: 3rem !important
}

.p-0 {
  padding: 0 !important
}

.pt-0, .py-0 {
  padding-top: 0 !important
}

.pr-0, .px-0 {
  padding-right: 0 !important
}

.pb-0, .py-0 {
  padding-bottom: 0 !important
}

.pl-0, .px-0 {
  padding-left: 0 !important
}

.p-1 {
  padding: .25rem !important
}

.pt-1, .py-1 {
  padding-top: .25rem !important
}

.pr-1, .px-1 {
  padding-right: .25rem !important
}

.pb-1, .py-1 {
  padding-bottom: .25rem !important
}

.pl-1, .px-1 {
  padding-left: .25rem !important
}

.p-2 {
  padding: .5rem !important
}

.pt-2, .py-2 {
  padding-top: .5rem !important
}

.pr-2, .px-2 {
  padding-right: .5rem !important
}

.pb-2, .py-2 {
  padding-bottom: .5rem !important
}

.pl-2, .px-2 {
  padding-left: .5rem !important
}

.p-3 {
  padding: 1rem !important
}

.pt-3, .py-3 {
  padding-top: 1rem !important
}

.pr-3, .px-3 {
  padding-right: 1rem !important
}

.pb-3, .py-3 {
  padding-bottom: 1rem !important
}

.pl-3, .px-3 {
  padding-left: 1rem !important
}

.p-4 {
  padding: 1.5rem !important
}

.pt-4, .py-4 {
  padding-top: 1.5rem !important
}

.pr-4, .px-4 {
  padding-right: 1.5rem !important
}

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important
}

.pl-4, .px-4 {
  padding-left: 1.5rem !important
}

.p-5 {
  padding: 3rem !important
}

.pt-5, .py-5 {
  padding-top: 3rem !important
}

.pr-5, .px-5 {
  padding-right: 3rem !important
}

.pb-5, .py-5 {
  padding-bottom: 3rem !important
}

.pl-5, .px-5 {
  padding-left: 3rem !important
}

.m-auto {
  margin: auto !important
}

.mt-auto, .my-auto {
  margin-top: auto !important
}

.mr-auto, .mx-auto {
  margin-right: auto !important
}

.mb-auto, .my-auto {
  margin-bottom: auto !important
}

.ml-auto, .mx-auto {
  margin-left: auto !important
}



header {
  position: relative;
  z-index: 999;
  width: 100%;
  margin-bottom: 40px;
}

header.fixed {
    position: fixed;
    top: 30px;
}

.header {
  background-color: var(--light);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.12);
  padding: 24px 45px;
  border-radius: 50px;
  max-height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
position: relative;
    z-index: 999999;
    border: 1px solid rgba(0, 0, 0, .1);
}

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header.fixed .header-top{
    display:none;
}

.header-info, .header-social {
  display: flex;
  justify-content: center;
  gap: 35px;
  padding: 20px 15px;
}

.header-social {
  gap: 12px;
}

.header-info a span {
    font-size: 14px;
    font-weight: 600;
}

.header-info a i {
  background-color: #EEEEF0;
  color: var(--dark);
  padding: 6px;
  border-radius: 4px 4px 4px 4px;
  margin-right: 6px;
}

.custom-logo-link {
  max-height: 30px;
}

.custom-logo-link img {
  max-height: inherit;
}

#menu-header-menu {
    display: flex;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    gap: 34px;
}

.menu-item {
  position: relative;
}

#menu-header-menu>li>a {
  color: var(--dark);
  padding: 38px 0;
  line-height: 1;
}

#menu-header-menu a:hover {
  color: var(--blue);
}

#menu-header-menu .sub-menu {
  position: absolute;
  width: 300px;
  background-color: var(--light);
  top: 100%;
  left: 0;
  padding: 20px 0 25px;
  z-index: -1;
  -webkit-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12);
  -khtml-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12);
  -moz-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12);
  -ms-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12);
  -o-box-shadow: 0 5px 83px 0 rgba(40, 40, 40, .12);
  box-shadow: 0 5px 83px rgba(40, 40, 40, .12);
  border-radius: 0 0 10px 10px;
  transform-origin: top center;
  transform: scaleY(0) translateZ(1000px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease, transform 700ms ease;
}

#menu-header-menu>li:hover .sub-menu {
  transform: scaleY(1) translateZ(0);
  opacity: 1;
  visibility: visible;
}

#menu-header-menu .sub-menu .menu-item {
  padding: 0 25px;
}

#menu-header-menu .sub-menu .menu-item a {
    padding: 10px 14px;
    width: 100%;
    border-radius: 8px;
    transition: all .75s !important;
    font-size: 14px;
}

#menu-header-menu .sub-menu .menu-item a:hover {
  background-color: var(--blue);
  color: var(--light) !important;
}


.responsive-menu {
	display: flex;
    overflow: hidden;
    transition: all .6s;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
    backdrop-filter: blur(5px);
    opacity: 0;
    visibility: hidden;
	background-color: rgba(0, 0, 0, .35);
}

.responsive-open {
	    opacity: 1;
    visibility: visible;
}

.menu-close {
    font-size: 22px;
    position: absolute;
    top: 10px;
    right: 12px;
    cursor: pointer;
    color: var(--blue);
}

.menu-close:hover{
    color: var(--black);
}

.position-relative{
	position:relative !important;
}

.menu-responsive-menu-container {
    padding: 80px 25px 25px 25px;
    background-color: #fff;
    box-shadow: -5px 0 20px 10px rgba(0, 0, 0, 0.2);
}

.responsive-menu a {
text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    padding: 10px 14px;
    display: block;
    border-radius: 6px;
    font-size: 12px;
}

.responsive-menu a:hover {
    background-color: var(--blue);
    color: var(--light);
}

.responsive-menu .custom-logo-link {
    padding: 0;
    position: absolute;
    right: 62px;
    top: 44px;
}

.responsive-menu .custom-logo-link:hover {
	background-color: transparent !important;
}

.responsive-menu .custom-logo-link img {
    max-height: 26px;
}

.responsive-menu .sub-menu {
    padding-left: 10px;
}

.responsive-menu .sub-menu a {
    padding: 8px 12px;
    text-transform: capitalize;
}

.header-right {
  display: flex;
  align-items: center;
}

.search-btn {
  background-color: var(--light);
  border: 1px solid var(--grey);
  border-radius: 25px;
  padding: 14px;
  line-height: 1;
  color: var(--dark);
  margin-right: 20px;
  cursor: pointer;
  transition: all .3s
}

.search-btn:hover {
  color: var(--grey);
}

.search-btn i{
	width:13px;
}

.oval-btn {
	font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: var(--dark);
    color: var(--light) !important;
    line-height: 1;
    letter-spacing: 1px;
    word-spacing: 2px;
    border-radius: 30px;
    border: none;
    position: relative;
    overflow: hidden;
    min-width: 136px;
    text-align: center;
	    padding: 16px 20px;
}

.oval-btn:hover {
  background-color: var(--blue);
}



.degrade-btn::before, .degrade-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  transition: all .3s;
}

.degrade-btn::before {
  background: linear-gradient(153deg, #443BFF, #4f7eff);
  z-index: 2;
}

.degrade-btn::after {
  background: linear-gradient(-153deg, #443BFF, #4f7eff);
}

.degrade-btn:hover::before {
  opacity: 0;
}

.degrade-btn span {
    line-height: 1;
    position: relative;
    z-index: 3;
    font-size: inherit;
}

.responsive-btn {
  position: relative;
  overflow: hidden;
  display: none;
  align-items: flex-end;
  justify-content: center;
  flex-flow: column;
  height: 43px;
  width: 43px;
  margin-left: 30px;
  gap: 7px;
  cursor: pointer;
	margin-left: 14px;
}

.responsive-btn::before, .responsive-btn::after {
  content: "";
  height: 2px;
  width: 34px;
  background: var(--dark);
  transition: all .4s;
}

.responsive-btn::after {
  width: 24px;
}

.responsive-btn:hover::before {
  width: 24px;
}

.responsive-btn:hover::after {
  width: 34px;
}


.main-slider {
  background-color: transparent;
  background-image: linear-gradient(180deg, #00000000 0%, #EAF1FF 50%);
  position: relative;
  padding: 0 0 60px 0;
}


.main-slider::before {
  background-image: url(assets/img/slider_overlay.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
}

.main-slider .container {
  position: relative;
}

.slider-text-content {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 60px;
}

.slider-text>span {
  color: var(--blue);
  text-transform: uppercase;
  font-weight: 500;
}

.slider-text-content h1 {
  font-size: clamp(24px, 2.75vw, 46px);
  line-height: 1.1;
  font-weight: 800 !important;
  margin: 10px 0 20px 0;
  letter-spacing: -1px;
}

.slider-text-content p {
  font-weight: 500;
  color: var(--hover);
  margin-bottom: 30px;
}

.slider-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  line-height: 0;
  direction: ltr;
}


.slider-shape svg {
  display: block;
  width: calc(100% + 1.3px);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
}

.slider-shape .shape-fill {
  fill: var(--light);
  transform-origin: center;
  transform: rotateY(0deg);
}




.home-about .row {
  align-items: center;
}

.home-about-img {
  position: relative;
}

.about-shape {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--grey);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 25px;
  background: var(--light);
  box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.04);
  width: 150px;
  height: 150px;
  animation: up-down 3s ease-in-out infinite;
}

@keyframes up-down {
  0%, 100% {
    top: -10px;
  }

  50% {
    top: 10px;
  }
}

.about-shape img {
  width: 100px;
}

.tilt {
  transition: transform .2s ease;
  transform-style: preserve-3d;
}

.heading {
  max-width: 650px;
  width: 100%;
}

.head-desc {
  margin: 0;
  font-weight: 600;
  color: var(--blue);
  text-transform: uppercase;
}

.head-title {
  font-weight: 700;
  font-size: clamp(22px, 4.5vw, 40px);
  margin: 8px 0 20px 0;
}

.about-content>p {
  color: var(--hover);
  font-weight: 500;
  line-height: 1.6 !important;
  margin: 0;
}

.about-services {
  margin: 40px 0 60px 0;
  display: flex;
  gap: 9%;
}

.partners-items {
  display: flex;
  flex-flow: wrap;
  gap: 30px;
}

.partners-items picture {
  flex: 0 0 auto;
  width: calc(16.66% - 25px);
  border-radius: 15px;
  border: 1px solid var(--grey);
overflow:hidden;
}

.services {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-flow: row;
}

.services svg {
    background-color: var(--blue);
    height: 30px;
    width: 30px;
    line-height: 65px;
    text-align: center;
    border-radius: 40px;
    color: var(--light);
    position: relative;
    transform: translateY(0px);
    padding: 15px;
}

.services svg::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -42px;
  border-radius: 50%;
  transform: rotateX(83deg) scale(1.2);
  background: radial-gradient(circle, rgb(0 0 0 / 100%) 0%, rgba(255, 255, 255, 0) 70%);
  height: 100%;
  width: 100%;
  opacity: .15;
}

.services:hover svg {
  animation: servicesAnimate 1s infinite;
}

.services:hover svg::after {
  animation: servicesAnimateShadow 1s infinite;
}

@keyframes servicesAnimate {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes servicesAnimateShadow {
  0% {
    transform: translateY(0px) rotateX(83deg) scale(1.2);
  }

  50% {
    transform: translateY(10px) rotateX(83deg) scale(1.4);
    opacity: .075;
  }

  100% {
    transform: translateY(0px) rotateX(83deg) scale(1.2);
  }
}

.services p {
  font-weight: 700;
  line-height: 1.2;
  cursor: default;
}




.services-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.services-list li {
    width: 50%;
    font-weight: 600;
}

.custom-list li {
    position: relative;
    margin: 0 0 15px 0;
    line-height: 1.2;
    padding-left: 28px;
}

.custom-list li::before {
    content: "";
    background-color: var(--blue);
    display: block;
    width: 20px;
    height: 20px;
    color: var(--light);
    border-radius: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDk5OSA4OTciIHdpZHRoPSI5OTkiIGhlaWdodD0iODk3Ij48c3R5bGU+PC9zdHlsZT48cGF0aCBmaWxsPSIjZmZmIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Im0xNzc0IDIzMGgxNTIuNWwtMTM4LjMgNDM0aC0xMjAuNGwtODUuOC0xOTQuMy04NCAxOTQuM2gtMTIwLjVsLTE0MS44LTQzNGgxNTYuNmw2NiAyMjggMTAyLjUtMjI2LjVoNDAuMmwxMDguMyAyMjguNXptLTc3NS41IDY2Ny4zYy0xNDYtNDUuNS0zMTYuOC03MS41LTQ5OS03MS41LTE4Mi41IDAtMzUzLjMgMjYtNDk5LjMgNzEuNXYtODk3LjNsODQuMyAwLjggMjM0LjUgMzU1LjcgMTgwLjUtMzUwLjMgMTgwLjIgMzUwLjMgMjM0LjUtMzU1LjggODQuMy0wLjd6bS00OTktMjE5LjVjMTI3IDAgMjQ4LjUgMTIuOCAzNTkuNyAzNS44di0zNzEuNWwtMTc5IDI4Ni43LTE4MS0zNDYuNS0xODAuNSAzNDYuNS0xNzkuMi0yODYuN3YzNzEuNWMxMTEuMi0yMyAyMzIuNy0zNS44IDM2MC0zNS44em05MjAuNSA2OC4zYzEwLjUgMCAxOS41IDIuMiAyNy41IDYuMiA4IDQuMyAxNCAxMCAxOC41IDE3LjUgNC41IDcuOCA2LjcgMTYuMyA2LjcgMjYgMCA5LjgtMi4yIDE4LjMtNi43IDI1LjgtNC41IDcuNS0xMC41IDEzLjUtMTguNSAxNy43LTggNC4zLTE3IDYuMy0yNy41IDYuM2gtNDIuNXYtOTkuNXptLTIuMyA2OS43YzYuNSAwIDExLjUtMS43IDE1LjUtNS41IDMuOC0zLjUgNS41LTguMiA1LjUtMTQuNSAwLTYuMi0xLjctMTEtNS41LTE0LjUtNC0zLjUtOS01LjItMTUuNS01LjJoLTd2MzkuN3ptMTU5LjMgMjkuOGgtMzMuOHYtNjZoMzMuOHptLTMzLjgtODEuNXYtMThoMzMuOHYxOHptMTQzLjUgODQuMmMtOCAwLTE1LjMtMS41LTIxLjUtNC41LTYuMy0zLjItMTEuMy03LjUtMTQuOC0xMy0zLjUtNS41LTUuMi0xMi01LjItMTkuMnYtNGgzNHYyLjJjMCAyLjUgMC41IDQuNSAyIDYgMS41IDEuNSAzLjIgMi4zIDUuNSAyLjMgMiAwIDQtMC44IDUuMi0yLjNxMi4zLTIuMiAyLjMtNnYtNjMuN2gzMy43djY1LjVjMCA3LTEuNyAxMy41LTUuMiAxOS0zLjUgNS43LTguMyAxMC0xNC41IDEzLjItNi4zIDMtMTMuNSA0LjUtMjEuNSA0LjV6bTE0OS4yLTIuN2gtMzMuN3YtNjZoMzMuN3ptLTMzLjctODEuNXYtMThoMzMuN3YxOHptMTAzLTE4aDg3djI5aC0yN3Y3MC41aC0zMy4ydi03MC41aC0yNi44em0yNDkgOTkuNWgtMzYuN2wtNC4zLTEzLjhoLTMxLjdsLTQuMyAxMy44aC0zNS43bDM5LjUtOTkuNWgzMy4yem0tNjYuNS0zN2gxOS4zbC05LjUtMjcuM3ptMTY2LjItNjIuNXY2OS44aDMzdjI5LjdoLTY2Ljd2LTk5LjV6bTIyOS41IDBjNy41IDAgMTQgMS44IDIwIDQuOCA1LjcgMy4yIDEwLjUgNy43IDEzLjcgMTMuNSAzLjMgNS43IDUgMTIuMiA1IDE5LjUgMCA3LjItMS43IDEzLjctNSAxOS41LTMuMiA1LjctOCAxMC4yLTEzLjcgMTMuNS02IDMuMi0xMi41IDQuNy0yMCA0LjdoLTE0djI0aC0zM3YtOTkuNXptLTYuMyA0OC4zYzMuMyAwIDUuOC0wLjggNy44LTIuOCAyLTIgMi43LTQuNSAyLjctNy43IDAtMy0wLjctNS41LTIuNy03LjUtMi0yLTQuNS0zLTcuOC0zaC03Ljd2MjF6bTE0Ni43IDEzLjd2MTAuOGgzNi4zdjI2LjdoLTY4Ljh2LTk5LjVoNjh2MjYuOGgtMzUuNXYxMC43aDMxLjh2MjQuNXptMTYxLjIgMzcuNWwtMTIuNy0yN2gtNi44djI3aC0zM3YtOTkuNWg0Ni41YzcuNSAwIDE0LjUgMS44IDIwLjMgNC44IDYgMy4yIDEwLjcgNy41IDE0IDEzLjIgMy4yIDUuOCA1IDEyLjMgNSAxOS44IDAgNS43LTEuMyAxMC43LTMuNSAxNS4yLTIuNSA0LjgtNS44IDguNS0xMC4zIDExLjhsMTcuMyAzNC43em0tMTkuNS03MS4ydjE5aDhjMy4yIDAgNS43LTEgNy43LTIuOCAxLjgtMS43IDIuOC00IDIuOC02LjcgMC0yLjgtMS01LTIuOC02LjgtMi0xLjctNC41LTIuNy03LjctMi43em0xOTIuNS0yOC4zdjI5LjNoLTM0djEwLjVoMzAuMnYyOGgtMzAuMnYzMS43aC0zMy41di05OS41em0xMjMuMiAxMDIuM2MtMTEuNSAwLTIxLjItMi0yOS43LTYuNS04LjgtNC4zLTE1LjMtMTAuNS0yMC0xOC41LTQuOC04LTcuMy0xNy03LjMtMjcuNSAwLTEwLjUgMi41LTE5LjUgNy4zLTI3LjUgNC43LTggMTEuMi0xNC4zIDIwLTE4LjUgOC41LTQuMyAxOC4yLTYuNSAyOS43LTYuNSAxMS4zIDAgMjEgMi4yIDI5LjggNi41IDguNSA0LjIgMTUgMTAuNSAxOS43IDE4LjUgNC44IDggNy4zIDE3IDcuMyAyNy41IDAgMTAuNS0yLjUgMTkuNS03LjMgMjcuNS00LjcgOC0xMS4yIDE0LjItMTkuNyAxOC41LTguOCA0LjUtMTguNSA2LjUtMjkuOCA2LjV6bTAtMzAuM2M2LjMgMCAxMS41LTIgMTUuNS02LjIgNC00IDYtOS4zIDYtMTYgMC02LjUtMi0xMi02LTE2LTQtNC05LjItNi4zLTE1LjUtNi4zLTYuNSAwLTExLjcgMi4zLTE1LjcgNi4zLTQgNC02IDkuNS02IDE2IDAgNi43IDIgMTIgNiAxNiA0IDQuMiA5LjIgNi4yIDE1LjcgNi4yem0xNzkuOCAyNy41bC0xMi44LTI3aC02Ljd2MjdoLTMzdi05OS41aDQ2LjVjNy43IDAgMTQuNSAxLjggMjAuNSA0LjggNiAzLjIgMTAuNSA3LjUgMTMuNyAxMy4yIDMuNSA1LjggNSAxMi4zIDUgMTkuOCAwIDUuNy0xIDEwLjctMy41IDE1LjItMi4yIDQuOC01LjcgOC41LTEwLjIgMTEuOGwxNy41IDM0Ljd6bS0xOS41LTcxLjJ2MTloOGMzLjIgMCA1LjctMSA3LjctMi44IDItMS43IDIuOC00IDIuOC02LjcgMC0yLjgtMC44LTUtMi44LTYuOC0yLTEuNy00LjUtMi43LTcuNy0yLjd6bTI0MC41LTI4LjNsMTQuNSA5OS41aC0zM2wtNS44LTUwLjItMjMuMiA1MC4yaC0xMS4zbC0yMy4yLTUwLjItNS41IDUwLjJoLTMzLjNsMTQuNS05OS41aDMyLjhsMjAuMiA0OCAyMC41LTQ4em0xODcuOCA5OS41aC0zNi44bC00LjItMTMuN2gtMzEuNWwtNC41IDEzLjdoLTM1LjhsMzkuOC05OS41aDMzLjJ6bS02Ni4yLTM3aDE5LjJsLTkuNy0yNy4yem0xOTQuMi0xNy41di00NWgzMS41djk5LjVoLTI3bC0zNS00N3Y0N2gtMzEuNXYtOTkuNWgyOHptMTQ0IDU3LjJjLTEzIDAtMjMuMi0zLTMwLjUtOS03LjItNi0xMS0xNC41LTExLTI1LjJoMzQuOGMwIDIuMiAwLjcgMy43IDEuNyA1IDEuMyAxLjIgMyAyIDUgMiAyIDAgMy41LTAuNSA0LjgtMS41IDEuMi0xIDEuNy0yLjUgMS43LTQuMyAwLTIuMi0xLjItNC0zLjUtNS0yLjItMS4yLTYtMi41LTExLjUtMy43LTYuMi0xLjgtMTEuNy0zLjUtMTYtNS4zLTQuMi0xLjctOC01LTExLTktMy4yLTQuMi00LjctMTAtNC43LTE3LjVxMC0xNC42IDEwLjUtMjMuMiAxMC41LTguMyAyOS4yLTguM2MxMi4zIDAgMjEuOCAyLjggMjguOCA4LjUgNi43IDUuOCAxMC4yIDEzLjggMTAuMiAyMy44aC0zMy41YzAtMS44LTAuNS0zLjMtMS41LTQuMy0xLTEtMi4yLTEuNS00LTEuNS0xLjcgMC0zLjIgMC4zLTQgMS0xIDEtMS41IDItMS41IDMuNSAwIDIgMS4zIDMuOCAzLjUgNSAyLjMgMSA2LjMgMi4zIDExLjUgMy44IDYuOCAxLjcgMTIuMyAzLjUgMTYuNSA1LjUgNC41IDIgOC4zIDUgMTEuNSA5LjIgMy4zIDQuMyA1IDkuOCA1IDE2LjggMCAxMC43LTMuNyAxOS0xMSAyNS03LjUgNS43LTE3LjcgOC43LTMxIDguN3ptMjk2LjUtMi43aC0zNi43bC00LjMtMTMuOGgtMzEuN2wtNC41IDEzLjhoLTM1LjVsMzkuNS05OS41aDMzLjJ6bS02Ni41LTM3aDE5LjNsLTkuNS0yNy4zem0xNjMuNSAzOS44Yy04IDAtMTUuMy0xLjUtMjEuNS00LjUtNi4zLTMuMy0xMS03LjUtMTQuNS0xMy0zLjUtNS41LTUuMy0xMi01LjMtMTkuM3YtNGgzMy44djIuM2MwIDIuNSAwLjcgNC41IDIgNiAxLjUgMS41IDMuMiAyLjIgNS41IDIuMiAyLjIgMCA0LTAuNyA1LjUtMi4yIDEuMi0xLjUgMi0zLjUgMi02di02My44aDMzLjd2NjUuNWMwIDctMS43IDEzLjUtNS4yIDE5LTMuNSA1LjgtOC4zIDEwLTE0LjUgMTMuMy02LjMgMy0xMy41IDQuNS0yMS41IDQuNXptMjE1LTIuOGgtMzYuOGwtNC4yLTEzLjdoLTMxLjhsLTQuMiAxMy43aC0zNS44bDM5LjUtOTkuNWgzMy4zem0tNjYuNS0zN2gxOS4ybC05LjUtMjcuMnptMTk0LjUtMTcuNXYtNDVoMzEuNXY5OS41aC0yN2wtMzUtNDd2NDdoLTMxLjV2LTk5LjVoMjh6bTE0NCA1Ny4yYy0xMyAwLTIzLjItMy0zMC41LTktNy41LTYtMTEtMTQuNS0xMS0yNS4yaDM0LjhjMCAyLjIgMC41IDMuNyAxLjcgNSAxLjMgMS4yIDMgMiA1IDJxMyAwIDQuNS0xLjVjMS4zLTEgMi0yLjUgMi00LjMgMC0yLjItMS4yLTQtMy41LTUtMi4yLTEuMi02LTIuNS0xMS41LTMuNy02LjUtMS44LTExLjctMy41LTE2LTUuMy00LjItMS43LTgtNS0xMS4yLTktMy00LjItNC41LTEwLTQuNS0xNy41IDAtOS43IDMuNS0xNy41IDEwLjItMjMuMnExMC41LTguMyAyOS4zLTguM2MxMi4yIDAgMjIgMi44IDI4LjcgOC41IDcgNS44IDEwLjMgMTMuOCAxMC4zIDIzLjhoLTMzLjVjMC0xLjgtMC41LTMuMy0xLjMtNC4zLTEtMS0yLjUtMS41LTQuMi0xLjUtMS44IDAtMyAwLjMtNCAxLTEgMS0xLjMgMi0xLjMgMy41IDAgMiAxIDMuOCAzLjUgNSAyLjMgMSA2IDIuMyAxMS41IDMuOCA2LjUgMS43IDEyIDMuNSAxNi41IDUuNSA0LjUgMiA4LjMgNSAxMS41IDkuMiAzLjMgNC4zIDUgOS44IDUgMTYuOCAwIDEwLjctMy43IDE5LTExLjIgMjUtNy4zIDUuNy0xNy41IDguNy0zMC44IDguN3ptMTQ2LjMtMi43aC0zMy44di05OS41aDMzLjh6bS0yNTU5LjUtMzYzaC0zMjIuM2M5LjggNTAgNDEuMyA3NS41IDg4LjUgNzUuNSAzNSAwIDY0LjMtMTUuMyA3OC41LTQwLjVoMTQ4LjhjLTMwLjUgOTktMTE4LjMgMTYwLjctMjI3LjMgMTYwLjctMTM1LjUgMC0yMzUuNy05OC43LTIzNS43LTIzMS41IDAtMTMzLjIgOTkuNS0yMzEgMjM1LjctMjMxIDE0MCAwIDIzNi44IDk5LjggMjM2LjggMjI3LjMgMCAxMy0xIDI2LjItMyAzOS41em0tMzE5LjgtODIuOGgxNzUuNWMtMTMuMi00My41LTQ0LjUtNjYuNy04OS41LTY2LjctNDMuNSAwLTczLjcgMjMuNS04NiA2Ni43em04NzQuNSA0Ny41YzAgMTM1LTk0LjUgMjMxLTIyOCAyMzEtNTAuNyAwLTk1LjctMTctMTMxLTQ2LjVsLTE0IDMyLjNoLTExMC43di01OTAuOGgxNDcuN3YxNzNjMzEtMTkgNjcuOC0yOS44IDEwOC0yOS44IDEzMy41IDAgMjI4IDk2IDIyOCAyMzAuOHptLTE1MC43IDBjMC01Ni41LTQxLjMtOTktOTcuMy05OS01NiAwLTk3LjIgNDIuNS05Ny4yIDk5IDAgNTYuMiA0MS4yIDk4LjcgOTcuMiA5OC43IDU1LjggMCA5Ny4zLTQyLjUgOTcuMy05OC43em04ODUuMi01NS4zdjI3MmgtMTQ5LjV2LTI1My43YzAtNDUuMy0xNi43LTY3LTQ4LjUtNjctNDEuMiAwLTYyLjUgMjguMi02Mi41IDgzdjIzNy43aC0xNDUuNXYtMjUzLjdjMC00My44LTE2LjUtNjctNDcuNS02Ny00MC41IDAtNjIuNSAyOS02Mi41IDgyLjd2MjM4aC0xNDkuNXYtNDM0aDEwNWwyMS4zIDQ2LjhjMzEuMi0zNi41IDc2LjctNTkuNSAxMjYuNy01OS41IDUyLjggMCA5Ny4zIDIzLjcgMTI0IDY0IDMxLjMtMzkuMyA3OS41LTY0IDEzMy44LTY0IDkzIDAgMTU0LjcgNzIuNSAxNTQuNyAxNzQuN3ptNDM5LjUtMTYxLjVoMTExLjN2NDMzLjhoLTExNS41bC0xMi44LTMxLjVjLTM1LjUgMjktODAuNSA0NS41LTEzMSA0NS41LTEzMi43IDAtMjI3LjUtOTYuOC0yMjcuNS0yMzEuNSAwLTEzNC41IDk0LjgtMjMwLjMgMjI3LjUtMjMwLjMgNTEuMyAwIDk3IDE3IDEzMi44IDQ2LjV6bS0zMC44IDIxNi41YzAtNTYuNS00MS4yLTk4LjctOTcuMi05OC43LTU2LjMgMC05Ny4zIDQyLjItOTcuMyA5OSAwIDU2LjUgNDEuMyA5OC43IDk3LjMgOTguNyA1NiAwIDk3LjItNDIuNSA5Ny4yLTk5em02NjAuNSAyMTdoLTE2N2wtNzEuNS0xMjguNS03Mi43IDEyOC41aC0xNjVsMTQ0LTIyNS0xMzMuNS0yMDloMTY1bDYyLjcgMTA5LjMgNjUuOC0xMDkuM2gxNjIuNWwtMTM0LjUgMjA1em01My00ODguMnYtMTI3aDE0N3YxMjd6bS00LjUgNDg4LjJjMi4yLTYuNyAzLjItMTQuNyAzLjItMjR2LTQxMGgxNDkuNXY0MjIuNWMwIDQgMCA3LjgtMC4yIDExLjV6Ii8+PC9zdmc+);
    background-size: 12px 12px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
    position: absolute;
    top: 0;
    left: 0;
}


.text-bold {
    font-weight: 900;
    font-size: inherit;
}

.services-content {
    border-radius: 25px;
    border: 1px solid rgba(135, 134, 134, 0.1);
    padding: 10px;
    transition: all .4s;
    background: rgb(248, 249, 250);
    background: linear-gradient(180deg, rgba(248, 249, 250, 1) 0%, rgba(248, 249, 250, 0) 100%);
}

.services-content:hover:hover {
  box-shadow: 0px 4px 20px 0px rgba(110, 110, 110, 0.15);
}

.services-img {
  margin: auto;
  height: 262px;
  min-width: 262px;
}

.services-img-first {
  height: 413px;
}

.services-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.services-info-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 0 auto 83px auto;
  max-width: 400px;
  text-align: center;
}

.services-info-content a {
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 14px;
}

.services-info-content p {
  margin: 0;
  line-height: 1.2;
  color: var(--hover);
}

.services-horizontal {
  display: flex;
  align-items: center;
  flex-flow: row;
  padding-right: 30px;
}


.services-horizontal .services-img {
  padding-right: 10px;
}

.services-horizontal .services-info-content {
  margin: 0;
  text-align: left;
  align-items: start;
}

.blog-item {
  border: 1px solid #eaeaea;
  transition: all .4s;
  border-radius: 30px;
	overflow:hidden;
}

.blog-item:hover {
  box-shadow:0 8px 25px rgba(150,150,150, .25);
}

.blog-item>a {
  display: block;
}

.blog-img-wrapper {
    display: flex;
    align-items: center;
}

.blog-img-wrapper > a {
    width: 40%;
}

.img-box {
  position: relative;
  width: 100%;
  height: 290px;
}

.img-box img {
  width: 100%;
  height: 100% !important;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  object-fit: cover;
	object-position: center;
}

.blog-info {
    padding: 15px;
    width: 60%;
}

.blog-info h2 {
    margin: 10px 0 0 0;
}

.post-excerpt {
    font-size: 14px;
}

.post-categories {
  margin: 0 !important;
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}

.post-categories a {
    border-radius: 4px;
    color: var(--light);
    background-color: var(--blue) !important;
    font-weight: 500;
    padding: 8px 12px;
    line-height: 1;
    text-transform: uppercase;
    font-size: 10px;
}

.post-categories a:hover {
  background-color: var(--dark);
}

.blog-title {
	font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
	    display: block;
}

footer {
  background-color:var(--blue);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  background-image: url(assets/img/bg-line-black.png);
}

.footer-white {
  background-color: var(--light);
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  padding: 30px 0;
}

.footer-white-item {
  padding: 20px 40px;
  width: 100%;
  font-weight: 500;
}

.footer-white-item:not(:last-child) {
  border-right: 1px solid #F3F5F7;
}

.white-item-icon {
  font-size: 24px;
  line-height: 1;
  height: 48px;
  width: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  background-color: var(--blue);
  border-radius: 30px;
  color: var(--light);
}

.bg-transparent {
  background-color: transparent;
}

.link-big {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1;
}

.footer-brand img {
  max-width: 220px;
}

.footer-services li {
  width: 50%;
  float: inline-start;
  padding-right: 20px;
}

footer .custom-list li {
    font-size: 14px;
    font-weight: 500;
}

footer .sub-title {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
    color: var(--light);
}

footer .custom-list li a{
color: var(--light);
}

.footer-bottom {
  background-color: var(--light);
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  padding: 16px 0;
}

.footer-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
	  font-size: 12px;
}

footer a:hover {
  color: var(--blue);
}

.footer-bottom a {
  color: var(--dark);
}

.copyright {
  display: inline-block;
  margin: 0;
  color: var(--blue);
  font-weight: bold;
  line-height: 1;
}

.policity-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.policity-list a {
  font-weight: 600;
}

.footer-bottom-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  line-height: 1;
}

.footer-bottom-social li a {
  width: 32px;
  height: 32px;
  line-height: 1;
  border: 1px solid;
  border-radius: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.line-btn {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 4px;
    border-bottom: 2px solid var(--blue);
    margin-top: 38px;
    margin-bottom: 0;
    line-height: 1;
}

/*
.animated {
  opacity: 0;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, -webkit-transform .5s;
  -o-transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}

.animated.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}*/


strong {
  font-weight: 700;
}

.page-title {
    font-size: clamp(20px, 3vw, 30px);
    line-height: 1.2;
    max-width: 960px;
    padding: 0px 0 20px;
    margin: 0 0 20px 0 !important;
    font-weight: 700 !important;
    color: var(--dark);
    border-bottom: 1px solid #eaeaea;
}

.contact-text {
  max-width: 330px;
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
  color: #666;
}

.cat-title {
  font-weight: 900 !important;
  text-transform: uppercase;
  font-size: 30px;
  padding-bottom: 20px;
  margin-bottom: 26px;
  border-bottom: 1px solid #eaeaea;
  line-height: 1;
}

.widget-content {
    position: sticky;
    top: 15px;
}

.widget {
    margin-left: 15px;
    border-radius: 12px;
    border: 1px solid #eaeaea;
    margin-bottom: 15px;
    padding: 26px;
	    font-size: 14px;
}

.widget-desc {
    font-size: 12px;
}

.widget-contact {
    margin: 25px 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    display: flex;
    flex-flow: column;
    gap: 6px;
}

.widget-contact li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    font-weight: 600;
}

.widget-contact i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background-color: var(--blue);
    border-radius: 4px;
    color: var(--light);
}





.share-title {
    display: flex;
    gap: 8px;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.share-title p{
	margin:0;
}

.share-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.share-buttons .button {
    border-radius: 6px;
    border: 1px solid #e5e7eb;
    background: #fff;
    display: flex;
    width: 38px;
    height: 38px;
    padding: 4px;
    justify-content: center;
    align-items: center;
    gap: 8px;
	cursor:pointer;
}

.share-buttons .button:hover {
    border-color: var(--blue);
	background-color: var(--blue);
	color: var(--light);
}

.widget-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0;
    border-bottom: 1px solid #eaeaea;
	padding-bottom: 8px;
}




.last-post li {
    padding: 12px 0;
    border-bottom: 1px solid #eaeaea;
}

.last-post li:last-child {
  border-bottom: none !important;
}

.single-post {
    border-radius: 12px;
    border: 1px solid #eaeaea;
    padding: 26px;
}

.single-post p, .single-post ul, .single-post ol {
    margin-bottom: 22px;
    line-height: 1.8;
}

.single-post p a {
  color: var(--blue) !important;
}

.single-post img {
  width: auto;
  max-width: 100%;
}

.contact-info {
  margin-top: 12px;
}

.contact-title {
    font-weight: 500;
    font-size: 28px !important;
    margin-bottom: 30px;
    margin-top: 0 !important;
}

.contact-info ul li {
  font-size: 18px;
  line-height: 1.3;
  display: block;
  margin-bottom: 20px;
  color: #666;
}

.contact-info ul li a {
  text-decoration: underline !important;
  color: #666;
}

.single-post .contact-form input, .single-post .contact-form textarea {
    border-bottom: 1px solid #ccc;
    color: var(--dark);
}


.single-post .contact-form input:focus, .single-post .contact-form textarea:focus {
  border-bottom: 1px solid var(--dark);
}

.single-post .contact-form input::-webkit-input-placeholder, .single-post .contact-form textarea::-webkit-input-placeholder {
  color: var(--dark);
  opacity: 1;
}

.single-post .contact-form input::-moz-placeholder, .single-post .contact-form textarea::-moz-placeholder {
  color: var(--dark);
  opacity: 1;
}

.single-post .contact-form input:-ms-input-placeholder, .single-post .contact-form textarea:-ms-input-placeholder {
  color: var(--dark);
  opacity: 1;
}

.single-post .contact-form input::-ms-input-placeholder, .single-post .contact-form textarea::-ms-input-placeholder {
  color: var(--dark);
  opacity: 1;
}

.single-post .contact-form input::placeholder, .single-post .contact-form textarea::placeholder {
  color: var(--dark);
  opacity: 1;
}

.single-post .contact-form input:-ms-input-placeholder, .single-post .contact-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--dark);
}

.single-post .contact-form input::-ms-input-placeholder, .single-post .contact-form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--dark);
}


.single-post .custom-control-label::before {
  border: 1px solid #000;
}




.contact-form input, .contact-form textarea {
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 20px 0;
  font-size: 14px;
  color: var(--light);
  border-bottom: 1px solid #666;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  max-width: 100%;
  font-family: 'Montserrat', sans-serif;
}

.single-post .contact-form textarea {
    min-width: 100%;
    height: 84px;
    line-height: 1.4;
}

.contact-form input:focus, .contact-form textarea:focus {
  border-bottom: 1px solid var(--light);
}

.contact-form input::-webkit-input-placeholder, .contact-form textarea::-webkit-input-placeholder {
  color: var(--light);
  opacity: 1;
}

.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: var(--light);
  opacity: 1;
}

.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  color: var(--light);
  opacity: 1;
}

.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
  color: var(--light);
  opacity: 1;
}

.contact-form input::placeholder, .contact-form textarea::placeholder {
  color: var(--light);
  opacity: 1;
}

.contact-form input:-ms-input-placeholder, .contact-form textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--light);
}

.contact-form input::-ms-input-placeholder, .contact-form textarea::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--light);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 8px;
    color: var(--blue);
    font-size: 11px;
}

.form-group {
  margin-bottom: 24px;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
	cursor: pointer;
}

.custom-control-label::before {
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  left: -1.5rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  background-color: var(--light);
  border: 1px solid #adb5bd;
}

.custom-control-label::before {
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  -o-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox a {
    font-size: 12px;
    padding-left: 4px;
    font-weight: 500;
}

.custom-control-label::after {
    position: absolute;
    top: 1px;
    left: -21px;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background: 50% / 50% 50% no-repeat;
}

.custom-control-input:checked~.custom-control-label::before {
    color: var(--light);
    border-color: var(--blue);
    background-color: var(--blue);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.is-invalid~.invalid-feedback {
  display: block;
}

.error-text {
  border-top: 1px solid #13162b;
  border-bottom: 1px solid #13162b;
  color: var(--blue);
  margin-bottom: 0;
  padding: 10px 0;
  display: none;
}

.single-post>* {
  margin-bottom: 16px;
}

.single-post h2 {
    font-size: clamp(20px, 3vw, 30px);
    margin-top: 36px;
    color: var(--blue);
    font-weight: 900;
}

.single-post h3, .single-post h4, .single-post h5, .single-post h6 {
    margin-top: 28px;
}

.single-post h3 {
    font-size: clamp(18px, 3vw, 24px);
}

.single-post h4 {
    font-size: 21px;
	opacity: .75;
}

.single-post h5, .single-post h6 {
    font-size: 18px;
	opacity: .75;
}

.single-post ul li, .single-post ol li {
  line-height: 1.5em !important;
  margin-bottom: 12px;
  position: relative;
  margin-left: 18px;
}

.single-post ol>li {
  list-style: decimal;
}

.single-post ul>li {
  list-style: circle;
}

.page-title-content {
  display: flex;
  align-items: center;
}

code {
  padding: 20px;
  display: block;
  border-radius: 6px;
  color: var(--light);
  margin: 25px 0;
	background: var(--blue);
  overflow: auto;
}

.schema-faq {
  background-color: #f3f6f7;
  padding: 30px;
}

.page-info {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 26px;
  border-bottom: 1px solid #eaeaea;
  transition: .3s;
  align-items: center;
}

.rank-math-breadcrumb p {
  font-size: 14px;
  margin: 0 20px 0 0;
  line-height: 1.2;
}

.rank-math-breadcrumb .separator {
  padding: 0 5px;
}

.rank-math-breadcrumb a {
  color: #000 !important;
}

.single-post .post-categories li {
  margin: 0;
  padding: 0;
  list-style: none !important;
  display: inline-block;
}

.single-post table {
  font-size: 14px;
}

.single-post thead {
  font-weight: 600;

}

.single-post td {
  vertical-align: middle;
}

.single-post tr:nth-child(even) {
  background-color: #f9f9f9;
}

#rank-math-toc {
    background-color: #f7fafc;
    padding: 30px !important;
    border-radius: 5px !important;
    display: table;
    margin-bottom: 1em;
    position: relative;
    width: 100%;
    border: 1px solid #ededed;
}

#rank-math-toc ul, #rank-math-toc li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#rank-math-toc ul:not(:first-child) {
  margin-left: 14px;
}

#rank-math-toc li a {
  line-height: 32px;
  font-size: 14px;
  display: inline-flex;
  align-items: stretch;
  flex-wrap: nowrap;
	font-weight: 500;
}


#rank-math-toc li a:hover {
    text-decoration: underline !important;
}

#rank-math-toc>p, .wp-block-quote p {
    font-weight: 700 !important;
    margin: 0;
	color:var(--dark);
}

#rank-math-toc>p {
    font-size: 22px !important;
    padding-bottom: 10px !important;
}

.wp-block-quote {
    border-left: 5px solid var(--blue);
    padding: 16px 16px;
    background-color: rgba(71, 61, 255, .1);
    border-radius: 6px;
}

.wp-block-quote > * {
	margin-bottom: 0!important;
}

.search-content {
	padding: 0 32px 0 32px;
    background-color: var(--blue);
    margin-top: -49px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    transition: all 1s;
}

.search-content-open {padding: 80px 34px 40px 34px;}

.search-content #searchform {
    width: 100%;
}

.search-content #searchform fieldset {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}
.search-content #searchform input {
    padding: 10px 0;
    width: 100%;
    border: none;
    background-color: transparent;
    color: var(--light);
	border-bottom:1px solid rgba(255,255,255, 0.25);
}

.search-content #searchform input::placeholder{
	color:var(--light);
}

.search-content #searchform button {
    border: none;
    background-color: transparent;
    color: var(--light);
    padding: 8px 12px;
    font-size: 20px;
    cursor: pointer;
    display: inline-block;
    width: 46px;
}

.close-btn{
	display:none !important;
}
.open .close-btn{
	display:block !important;
}

.open .open-btn{
	display:none;
}












@media only screen and (max-width: 1400px) {
  .header {
    padding: 24px 34px;
  }

  #menu-header-menu {
    gap: 26px;
  }

  .search-btn {
    margin-right: 16px;
  }

  .about-services {
    gap: 4%;
  }

  .img-box {
     height: 245px;
  }
}

@media only screen and (max-width: 1200px) {

  .menu-header-menu-container {
    display: none;
  }
	
	.responsive-btn{
		display:flex;
	}

  .about-shape {
    width: 120px;
    height: 120px;
  }

  .about-shape img {
    width: 90px;
  }

  .about-services {
    margin: 30px 0 50px 0;
  }

.services svg {
        height: 20px;
        width: 20px;
    }

  .img-box {
    height: 174px;
  }

  .services {gap: 12px;}
	
.blog-img-wrapper {
    flex-flow: column;
}
	
.blog-img-wrapper > a {
    width: 100%;
}
	
	.blog-info {
    width: 100%;
}

}

@media only screen and (max-width: 991px) {

  .partners-items picture {
    width: calc(33% - 20px);
  }

  .main-slider::before {
    background-size: contain;
  }

  .slider-text>span {
    font-size: 12px;
  }

  .slider-text-content h1 {
    letter-spacing: 0;
  }

  .home-about-img {
    margin-bottom: 40px;
  }

  .main-slider .tilt, .home-about-img>img {
    max-width: 500px;
    margin: auto;
  }

  .about-services {
    gap: 9%;
  }

  .services-horizontal {
    display: block;
    padding-right: 10px;
  }

  .services-horizontal .services-img {
    padding-right: 0;
  }

  .services-horizontal .services-info-content {
    text-align: center;
    align-items: center;
  }

  .services-info-content, .services-horizontal .services-info-content {
    margin: 0 auto 60px auto;
  }

  .img-box {
    height: 280px;
  }

  .slider-text-content {
    padding-right: 0;
  }
	
.search-content-open {
    padding: 66px 34px 30px 34px;
}
	
	.search-content {
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
}
	
	    .footer-white {
        flex-wrap: wrap;
    }
	
	.footer-white-item:nth-child(1) {
        border: none;
        display: flex;
        flex-flow: column;
        align-items: center;
    }
	
	.footer-white-item:nth-child(2), .footer-white-item:nth-child(3) {
        width: 50%;
    }
	
	    .footer-services li {
        width: 100%;
    }
	
		.footer-bottom-inner {
        gap: 15px;
        justify-content: center;
        flex-flow: column;
    }
	
	.footer-bottom-left {
        gap: 10px;
        flex-flow: column;
    }
	
	.widget {
    margin-left: 0;
		margin-bottom: 0;
		margin-top: 15px;
}

}


@media only screen and (max-width: 767px) {

  .oval-btn {
    display: none;
  }

  .search-btn {
    margin-right: 0;
    padding: 10px;
  }

  .header {
    padding: 14px 24px;
  }

  .about-services {
    gap: 28px;
  }

  .partners-items {
    gap: 20px;
  }

  .partners-items picture {
    width: calc(33% - 12px);
  }
	.search-content {
    margin-top: -39px;
}
	
.search-content-open {
        padding: 46px 30px 24px 30px;
    }
	
.search-content #searchform button {
    font-size: 16px;
}

	.footer-services li {
        width: 50%;
    }
	
	footer .sub-title {
    margin-bottom: 15px;
}
	
}


@media only screen and (max-width: 575px) {
  .header-top {
    display: none;
  }

  .header {
    margin-top: 24px;
  }

  .about-services {
    gap: 4vw;
    margin: 20px 0 34px 0;
}

.services {
  gap: 12px;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  width: 100%;
}

  .about-shape {
    left: 10px;
  }
	
	    .search-content-open {
        padding: 46px 24px 24px 24px;
    }
	
	    .footer-services li {
        width: 100%;
    }
	
.ai-summary-inner {
    padding: 16px !important;
    flex-flow: column;
    align-items: flex-start;
}
	
.page-info {
    align-items: flex-start;
    flex-flow: column;
    gap: 12px;
}
	
}


@media only screen and (max-width: 480px) {
  .partners-items picture {
    width: calc(50% - 10px);
  }

  .services-list {
    margin-bottom: 0;
  }

  .services-list li {
    width: 100%;
  }

  .img-box {
    height: 230px;
  }

  @keyframes up-down {
    0%, 100% {
      top: -40px;
    }
  
    50% {
      top: -20px;
    }
  }

.responsive-btn {
    width: 33px;
	margin-left: 8px;
}
	
	.footer-white-item {
        border: none;
        display: flex;
        flex-flow: column;
        align-items: center;
        width: 100% !important;
        text-align: center;
    }
	
	    .footer-white-item:not(:last-child) {
        border-bottom: 1px solid #F3F5F7;
    }
}






@font-face {
    font-family: 'Inter';
    src: url('assets/webfonts/Inter-Black.woff2') format('woff2'),
        url('assets/webfonts/Inter-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Extra';
    src: url('assets/webfonts/Inter-ExtraBold.woff2') format('woff2'),
        url('assets/webfonts/Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/webfonts/Inter-Bold.woff2') format('woff2'),
        url('assets/webfonts/Inter-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Semi';
    src: url('assets/webfonts/Inter-SemiBold.woff2') format('woff2'),
        url('assets/webfonts/Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/webfonts/Inter-Medium.woff2') format('woff2'),
        url('assets/webfonts/Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/webfonts/Inter-Regular.woff2') format('woff2'),
        url('assets/webfonts/Inter-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('assets/webfonts/Inter-Light.woff2') format('woff2'),
        url('assets/webfonts/Inter-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


.ai-summary-inner {
    background-color: #f7fafc;
    padding: 20px !important;
    border-radius: 5px !important;
    display: flex;
    margin-bottom: 1em;
    position: relative;
    width: 100%;
    border: 1px solid #ededed;
    gap: 15px;
}

.ai-summary-header {
    display: flex;
    align-items: center;
    gap: 8px;
}

.ai-summary-icon {
    height: 26px;
    width: 28px;
}

.single-post img {
    width: auto;
    max-width: 100%;
}

.ai-summary-title {
    margin: 0 !important;
    line-height: 1.2 !important;
}

.ai-summary-button-inner {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid var(--Gray-200, #e3e8ef);
    background: var(--White, #fff);
    box-shadow: rgba(238, 242, 246, 0.5) 0px -3px 1px 0px inset, rgba(38, 69, 109, 0) 0px 4px 1px 0px, rgba(38, 69, 109, 0.01) 0px 2px 1px 0px, rgba(38, 69, 109, 0.02) 0px 1px 1px 0px, rgba(38, 69, 109, 0.03) 0px 1px 1px 0px;
}

.ai-summary-button-text {
margin: 0 !important;
    line-height: 1 !important;
    font-weight: 600;
}

.ai-summary-button-icon {
    font-size: 20px;
    line-height: 1;
}

.ai-summary-button {
    padding: 1px;
    border-radius: 8px;
}

.ai-summary-link {
    border-radius: 8px;
    background: linear-gradient(rgb(139, 92, 246) 0%, rgb(255, 255, 255) 50%, rgb(139, 92, 246) 100%) 0% 0% / 100% 200%;
    animation: 1.5s linear 0s infinite normal none running purpleToWhite;
}

@keyframes purpleToWhite{

0% {
    background-position: 0% 0%;
}

50% {
    background-position: 0% 100%;
}

100% {
    background-position: 0% 0%;
}
}

