/*
Theme Name: Cass
Description: Cass
Version: 1.1
Author: Jerry
*/
@import url('https://fonts.cdnfonts.com/css/nunito');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600&family=Noto+Sans:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/mohave');
@import url('https://fonts.cdnfonts.com/css/merriweather-sans');

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

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

body {
    line-height: 1;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

a {
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
    color: #ffffff;
}

form input[type="file"] {
    display: none;
}

form .label-wrapper {
    padding: 4.5rem 4.3rem 4.5rem 1.2rem;
    border-radius: 1rem;
    border: 0.1rem dashed #CED3F4;
    background-color: #FFF;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

form .form-text {
    margin-top: 0;
}

form .custom-file-upload {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}

form .custom-file-upload span {
    color: red;
}

form .custom-file-upload,
form .form-text {
    color: rgba(19, 33, 105, 0.70);
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.064rem;
}

form .custom-file-upload::before {
    content: url('images/document-add.svg');
}

* {
    box-sizing: border-box;
}

.navbar-toggler-icon {
    display: unset;
}

.navbar-toggler.collapsed img.close {
    display: none;
}

.navbar-toggler.collapsed img.open {
    display: block;
}

.navbar-toggler img.open {
    display: none;
}

.navbar-toggler img.close {
    display: block;
}


html {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

html {
    font-size: 62.5%;
}

@media (max-width: 1920px) {
    html {
        font-size: 49%;
        -webkit-text-size-adjust: none;
    }
}

@media (max-width: 1189px) {
    html {
        font-size: 40.5%;
        -webkit-text-size-adjust: none;
    }
}

@media (max-width: 1028px) {
    html {
        font-size: 35.5%;
        -webkit-text-size-adjust: none;
    }
}

@media (max-width: 740px) {
    html {
        font-size: 48%;
        -webkit-text-size-adjust: none;
    }
}

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

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

.row {
    margin-right: 0;
    margin-left: 0;
}




.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 0;
    padding-left: 0;
}

.container {
    max-width: 139.1rem;
}

.main-header {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
}

.main-header.another {
    position: relative;
}

.main-footer.another2 {
    background-image: none !important;
    margin-top: 0 !important;
    padding-top: 6rem !important;
}

section .container {
    max-width: 135.1rem;
}

.main-header .top-header {
    padding: 1.2rem 0;
    background-color: #44539E;
}

.main-header .top-header .wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.main-header .top-header .left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.main-header .top-header .right {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.main-header .top-header a {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 2.56rem
}

.main-header .top-header a img {
    margin-right: 0.8rem;
}

.main-header .top-header a:first-of-type {
    margin-right: 3rem;
}

.main-header .menu-item {
    margin-left: 2rem;
}
.main-header .menu-item.menu-red a{
background: #e31e24;
border-radius: 10px;
color: #fff;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
padding: 1rem;
}
.main-header .menu-item.menu-red:hover .nav-link {
    color: #fff;
}
.main-header .menu-item.menu-red.active .nav-link {
    color: #fff;
}
.main-header .menu-item.active .nav-link{
    color: #e31e24;
}

.main-header .menu-item:hover .nav-link {
    color: #909FE3;
}

.main-header .nav-link {
    color: #FFF;
    font-family: "Open Sans", sans-serif;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 2rem;
    letter-spacing: -0.0408rem;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    text-transform: uppercase;
}

.main-header.another .nav-link {
    color: #44539E;
}

.start {
    padding: 30rem 0 60rem 0;
    background: url('images/header-bg-new.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    height: 992px;
}

.start .item-left {
    position: relative;
}

.start .row {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.start .item-left .image-wrapper {
    position: absolute;
    right: 0;
    bottom: -22rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 48rem;
    height: 44.8rem;
    border-radius: 1rem;
    background: var(--Color-System-Base-White, #FFF);
}

.start .image-wrapper .img-fluid{
	border-radius: 1rem 1rem 0 0;
}

.start .image-wrapper .description-wrapper {
    padding: 1rem 0;
    background-color: #F5F6FD;
    width: 100%;
	border-radius: 0 0 1rem 1rem;
}
.start .image-text1{
    color: #2941BA;
text-align: center;
font-family: "Nunito", sans-serif;
font-size: 2rem;
font-weight: 700;
line-height: 2.4rem;
letter-spacing: 0.1rem;
text-transform: uppercase;
text-align: center;
margin-bottom: 1rem;
}
.start .image-text2{
    color: #4B4344;
text-align: center;
font-family: "Nunito", sans-serif;
font-size: 1.4rem;
font-weight: 700;
line-height: 1.86rem;
letter-spacing: 0.07rem;
text-transform: uppercase;
text-align: center;
}
.start .image-text2 span{
    display: block;
  color: #4B4344;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.1rem;
  line-height: 1.86rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  text-align: center;
  margin-top: 1rem;
  font-style: italic;
  font-weight: 300;
}

.start .item-left .start-heading {
    color: #FFF;
    font-family: "Noto Sans", sans-serif;
    font-size: 8rem;
    font-weight: 700;
    line-height: 9.2rem;
    letter-spacing: 0.016rem;
    margin-bottom: 6.4rem;
}

.start .item-left .offer-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 5rem;
    width: 20.2rem;
    border-radius: 1rem;
    background: #E31E24;
    color: var(--Color-System-Base-White, #FFF);
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.0408rem;
}

.what-we-do {
    padding: 0 0 12.6rem 0;
}

.what-we-do .what-we-do-preheading {
    display: block;
    color: #44539E;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

.what-we-do .what-we-do-heading {
    color: #4B4344;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 4rem;
    line-height: 6rem;
    letter-spacing: 0.008rem;
    margin-bottom: 10.3rem;
}

.what-we-do .items {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.what-we-do .items .item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    max-width: 43rem;
    padding: 3.2rem 4rem 4rem 4rem;
    border-radius: 1.2rem;
    background: linear-gradient(114deg, #F5F6FD 1.58%, #F5F6FD 41.85%, rgba(189, 197, 252, 0.00) 111.37%);
    box-shadow: 0 1.2rem 2.5rem 0 rgba(19, 27, 91, 0.12);
    margin-bottom: 5.4rem;
}

.what-we-do .item .item-heading {
    color: var(--Neutral-darks-Licorice, #2A1E20);
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.36rem;
    letter-spacing: 0.0048rem;
    margin: 2.5rem 0 1rem 0;
}

.what-we-do .item .item-text {
    color: #494949;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    text-align: center;
}

.what-we-do .logos {
    margin-top: 7rem;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.what-we-do .logos .item {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.what-we-do .logos .slick-track {
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
    align-items: center;
}

.what-we-do .logos .item:first-of-type img {
    max-width: 20rem;
}

.what-we-do .logos .item:nth-of-type(2) img {
    max-width: 20rem;
}

.what-we-do .logos .item:nth-of-type(3) img {
    max-width: 17rem;
}

.what-we-do .logos .item:nth-of-type(4) img {
    max-width: 15.9rem;
}

.what-we-do .logos .item:nth-of-type(5) img {
    max-width: 20rem;
}

.why {
    padding: 12.6rem 0 7rem;
}

.why .why-preheading {
    display: block;
    color: #44539E;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

.why .why-heading {
    color: #4B4344;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 4rem;
    line-height: 6rem;
    letter-spacing: 0.008rem;
    margin-bottom: 10.3rem;
}

.why .items {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.why .items .item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 4rem;
    max-width: 36.3rem;
    background-color: #F5F6FD;
    box-shadow: 0 1.2rem 2.5rem 0 rgba(19, 27, 91, 0.12);
    margin-bottom: 5rem;
}

.why .items .item:nth-of-type(2) {
    background-color: #FFF;
}

.why .items .item .item-heading {
    position: relative;
    color: #333;
    font-family: "Chenla", sans-serif;
    font-size: 7.2rem;
    line-height: 10.368rem;
}

.why .items .item .item-heading::before {
    position: absolute;
    content: '';
    top: 2.5rem;
    left: -2rem;
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 50%;
    border: 0.2rem solid #000000;
}

.why .items .item .item-subheading {
    color: var(--Neutral-darks-Licorice, #2A1E20);
    font-family: "Open Sans", sans-serif;
    font-size: 2.4rem;
    line-height: 2.52rem;
    letter-spacing: 0.0048rem;
    margin-bottom: 1.5rem;
}

.why .items .item .item-text {
    color: #494949;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
}

.why .why-button {
    width: 21rem;
    height: 4.6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    border-radius: 1rem;
    border: 0.1rem solid #FFF;
    background: #44539E;
    margin: 0 auto;
    color: #FFF;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.24rem;
    text-transform: uppercase;
}

.case-study {
    padding: 6rem 0 7.2rem 0;
    background-color: #F5F6FD;
}

.case-study .case-study-preheading {
    display: block;
    color: #44539E;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

.case-study .case-study-heading {
    color: #4B4344;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 4rem;
    line-height: 6rem;
    letter-spacing: 0.008rem;
    margin-bottom: 10.3rem;
}

.case-study .items {
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 15.4rem;
}

.case-study .items .item {
    position: relative;
    max-width: 60rem;
    margin-bottom: 4rem;
}

.case-study .items .item img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case-study .items .item .text-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 40.5rem;
    height: 18.7rem;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    background-color: #FBFBFE;
    padding: 10px;
}

.case-study .text-wrapper .item-heading {
    color: #122587;
    font-family: "Noto Sans", sans-serif;
    font-size: 2.4rem;
    line-height: 1.2;
    letter-spacing: 0.0048rem;
    margin-bottom: 2.7rem;
}

.case-study .text-wrapper .item-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 17.5rem;
    height: 4.6rem;
    border-radius: 1rem;
    border: 0.1rem solid #FFF;
    background-color: #44539E;
    color: #FFF;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.24rem;
    text-transform: uppercase;
}

.case-study .case-study-more-button {
    display: block;
    color: #44539E;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 1.891rem;
    font-weight: 700;
    letter-spacing: -0.0321rem;
    text-transform: uppercase;
}

.our-shop {
    padding: 9rem 0 6.9rem 0;
}

.our-shop .items {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10rem;
    background-color: #FBFBFE;
}

.our-shop .items .item:first-of-type {
    max-width: 44.7rem;
}

.our-shop .items .item:nth-of-type(2) {
    max-width: 68.5rem;
}
.partners .items .subrow{
            justify-content: space-around;
            -webkit-box-align: center;
                    align-items: center;
	gap: 30px;
}
.partners .items .subitem{
    max-width: 30rem;
	background: #fff;
    padding: 10px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partners .items .subitem>a{
    display: block;
    margin-bottom: 0;
}

.our-shop .our-shop-heading {
    color: var(--Neutral-darks-Licorice, #2A1E20);
    font-family: "Noto Sans", sans-serif;
    font-size: 4rem;
    font-style: normal;
    line-height: 4.2rem;
    letter-spacing: 0.008rem;
    margin-bottom: 2rem;
}

.our-shop .our-shop-heading span {
    color: #44539E;
    font-family: "Noto Sans", sans-serif;
    font-size: 4rem;
    line-height: 4.2rem;
    letter-spacing: 0.008rem;
	white-space: pre;
}

.our-shop .our-shop-text {
    color: #494949;
    font-family: "Noto Sans", sans-serif;
    font-size: 1.4rem;
    line-height: 2rem;
    margin-bottom: 4rem;
}

.our-shop .our-shop-button {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 18rem;
    height: 4.6rem;
    border-radius: 1rem;
    border: 0.1rem solid #FFF;
    background-color: #44539E;
    color: #FFF;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.24rem;
    text-transform: uppercase;
}

.contact .items {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.contact .items .item:first-of-type {
    max-width: 51.4rem;
}

.contact .items .item:nth-of-type(2) {
    max-width: 62.7rem;
    border-radius: 0.8rem;
    background-color: #FFF;
    box-shadow: 0 0.4rem 2.5rem 0 rgba(19, 27, 91, 0.12);
    padding: 5.4rem 6.4rem;
}

.contact .items .item-heading {
    color: var(--Color-System-Gray-900, #200D13);
    font-family: "Noto Sans", sans-serif;
    font-size: 6.4rem;
    font-weight: 600;
    line-height: 7.36rem;
    letter-spacing: 0.0128rem;
    margin-bottom: 2.4rem;
}

.contact .items .item-heading span {
    color: #44539E;
    font-family: "Noto Sans", sans-serif;
    font-size: 6.4rem;
    font-weight: 600;
    line-height: 7.36rem;
    letter-spacing: 0.0128rem;
}

.contact .items .item-text {
    color: #494949;
    font-family: "Noto Sans", sans-serif;
    font-size: 2rem;
    line-height: 3.44rem;
    letter-spacing: 0.004rem;
    margin-bottom: 6rem;
}

.contact .form-heading {
    color: #2A1E20;
    font-family: "Open Sans", sans-serif;
    font-size: 2.4rem;
    line-height: 2.88rem;
    letter-spacing: 0.0048rem;
    margin-bottom: 3.2rem;
}

.contact .form-group {
    margin-bottom: 3.2rem;
}

.contact .form-group>label {
    color: var(--Color-System-Gray-500, #444);
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.064rem;
    margin-bottom: 0.5rem;
}

.contact .form-group>label span {
    color: red;
}

.contact .wpcf7-not-valid-tip,
.contact .wpcf7-response-output {
    font-size: 1.2rem;
    display: inline-block;
    color: red;
    margin-top: 0.7rem;
}

.contact .form-control::-webkit-input-placeholder {
    padding-left: 1.6rem;
    color: #132169;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.064rem;
}

.contact .form-control::-moz-placeholder {
    padding-left: 1.6rem;
    color: #132169;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.064rem;
}

.contact .form-control:-ms-input-placeholder {
    padding-left: 1.6rem;
    color: #132169;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.064rem;
}

.contact .form-control::-ms-input-placeholder {
    padding-left: 1.6rem;
    color: #132169;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.064rem;
}

.contact .form-control{
    padding-left: 1.6rem;
    color: #132169;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.064rem;
}


.contact .form-control::placeholder {
    padding-left: 0;
    color: #132169;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.064rem;
}

.contact .form-group .form-control {
    height: 4.8rem;
	border: 1px solid #CED3F4;
    border-radius: 5px;
}

.contact .form-group .wpcf7-not-valid {
    border: 1px solid #e31e24;
}

.contact .form-group textarea.form-control {
    padding-top: 1.6rem;
    height: 18rem;
}

.contact .form-check {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 3rem;
}

.contact .form-check-label {
    padding-left: 1.6rem;
    color: var(--Color-System-Gray-600, #3A3132);
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    line-height: 1.6rem;
    letter-spacing: -0.0408rem;
}

.contact .form-check-label a {
    color: #005EDB;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    line-height: 1.5rem;
    letter-spacing: -0.0408rem;
}

.contact .form-check-label span{
    color:red;
}

.contact .form-check .wpcf7-not-valid-tip{
    position: absolute;
    top: 12px;

}

.contact .contact-submit {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    height: 4.8rem;
    border-radius: 0.8rem;
    background-color: #44539E;
    color: var(--Neutral-grays-White, #FFF);
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.014rem;
    text-transform: uppercase;
}

.main-footer {
    margin-top: -20rem;
    padding: 27.9rem 0 2.4rem 0;
    background: url('images/footer-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.main-footer.another {
    padding: 42.4rem 0 2.4rem 0;
    background: none;
    background-color: #F5F6FD;
    margin-top: -45rem;
}

.main-footer .items {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.main-footer .item:first-of-type {
    max-width: 25rem;
}

.main-footer .item:nth-of-type(2) {
    max-width: 27.4rem;
}

.main-footer .item:nth-of-type(3) {
    max-width: 23.4rem;
}

.main-footer .item:nth-of-type(2) img {
    max-width: 2.4rem;
}

.main-footer .item:nth-of-type(4) {
    max-width: 15.9rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.main-footer .item:nth-of-type(4) img {
    max-width: 2.4rem;
}

.main-footer .item-heading {
    color: var(--App-colors-Primary-palette-Dark, #2A1E20);
    font-family: "Open Sans", sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.04rem;
    margin-bottom: 2rem;
}

.main-footer .item-text {
    display: block;
    color: var(--App-colors-Primary-palette-Dark, #2A1E20);
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    line-height: 2.5rem;

}

.main-footer .subitem {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 1.6rem;
}

.main-footer .subitem  .item-text{
margin-left: 0.8rem;
}
.main-footer .item:nth-of-type(3) .item-text {
    margin-bottom: 2rem;
}

.main-footer .additional-text {
    margin-top: 2.4rem;
    padding-top: 2.4rem;
    color: var(--App-colors-Primary-palette-Ashes, #4F4043);
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    border-top-width: 0.1rem;
    border-top-style: solid;
    border-top-color: rgba(42, 30, 32, 0.1);
}


.first-another {
    padding: 6.5rem 0;
    background-color: #44539E;
}

.first-another .first-another-heading {
    color: #FFF;
    font-family: "Noto Sans", sans-serif;
    font-size: 8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 9.2rem;
    letter-spacing: 0.016rem;
    text-align: center;
}

.first-another p, .first-another p>a {
    color: #ffffff;
    font-family: "Noto Sans", sans-serif;
    font-size: 2rem;
    line-height: 3.44rem;
    letter-spacing: 0.004rem;
}

.first-another h1 {
    color: #ffffff;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: 3rem;
    line-height: 3.44rem;
    letter-spacing: 0.004rem;
}

.first-another h2 {
    color: #ffffff;
    font-family: "Noto Sans", sans-serif;
    font-weight: bold;
    font-size: 3rem;
    line-height: 3.44rem;
    letter-spacing: 0.004rem;
}

.about-another {
    padding: 11.6rem 0 11.3rem 0;
}

.about-another .items {
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.about-another .item:first-of-type {
    max-width: 51.4rem;
}

.about-another .item:nth-of-type(2) {
    max-width: 68.9rem;
}

.about-another .item-heading {
    color: var(--Color-System-Gray-900, #200D13);
    font-family: "Noto Sans", sans-serif;
    font-size: 6.4rem;
    font-weight: 600;
    line-height: 7.36rem;
    letter-spacing: 0.0128rem;
    margin-bottom: 2.4rem;
}

.about-another .item-heading span {
    color: #44539E;
    font-family: "Noto Sans", sans-serif;
    font-size: 6.4rem;
    font-weight: 600;
    line-height: 7.36rem;
    letter-spacing: 0.0128rem;
}

.about-another .item-text {
    color: #494949;
    font-family: "Noto Sans", sans-serif;
    font-size: 2rem;
    line-height: 3.44rem;
    letter-spacing: 0.004rem;
}

.about-who .about-who-preheading {
    display: block;
    color: #44539E;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

.about-who .about-who-heading {
    color: #4B4344;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 4rem;
    line-height: 6rem;
    letter-spacing: 0.008rem;
    margin-bottom: 7rem;
}

.about-who .items {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.about-who .item {
    max-width: 70.2rem;
    padding: 3.2rem 4rem 4rem 4rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    border-radius: 1.2rem;
    background-color: #F5F6FD;
    box-shadow: 0 1.2rem 2.5rem 0 rgba(19, 27, 91, 0.12);
    margin-bottom: 4rem;
}

.about-who .item.light {
    background-color: var(--Neutral-grays-White, #FFF);
}

.about-who .item.small {
    max-width: 54.9rem;
}

.about-who .item img {
    max-width: 5rem;
    height: auto;
}

.about-who .item-heading {
    color: var(--Neutral-darks-Licorice, #2A1E20);
    font-family: "Noto Sans", sans-serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 3.36rem;
    letter-spacing: 0.0048rem;
    margin: 2.5rem 0 1.6rem 0;
}

.about-who .item-text {
    color: var(--Color-System-Gray-900, #200D13);
    font-family: "Noto Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.752rem;
    letter-spacing: 0.0032rem;
}

.about-who.offer .item-text::before {
    content: url('images/check-circle.png');
    position: relative;
    top: 0.5rem;
}

.can-we-help {
    padding: 9rem 0 7rem 0;
}

.can-we-help .items {
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.can-we-help .item-left {
    max-width: 59.1rem;
}

.can-we-help .item-right {
    max-width: 54.7rem;
    position: relative;
}
.can-we-help .item-right .item-text{
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
}
.can-we-help .item-right .item-text::after {
    content: url(images/icon-li.svg);
    position: absolute;
    left: 0;
    top: 2px;
}

.can-we-help .can-we-help-preheading {
    display: block;
    color: #44539E;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

.can-we-help .can-we-help-heading {
    color: #4B4344;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 4rem;
    line-height: 5rem;
    letter-spacing: 0.008rem;
    margin-bottom: 6.6rem;
}

.can-we-help .item-text {
    position: relative;
    color: #5E5D5D;
    font-family: "Nunito", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 4.2rem;
    margin-bottom: 3.1rem;
    cursor: pointer;
}

.can-we-help .item-text:hover::before {
    content: "";
    display: block;
    position: absolute;
    width: 0.2rem;
    height: 100%;
    background-color: #44539E;
    left: -1rem;
}

.contact.offer-site {
    padding: 7rem 0 20rem 0;
    /* background-color: #44539E; */
    background-image: url('images/bg2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact.offer-site .item-heading {
    color: #FFF;
}

.contact.offer-site .item-heading span {
    color: #D3D7F3;

}

.contact.offer-site .item-text {
    color: #FFF;
}

.partners {
    padding: 11.1rem 0 39.3rem 0;
    background-color: #44539E;
}

.partners .partners-heading {
    color: #D3D7F3;
    font-family: "Noto Sans", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 4.6rem;
    letter-spacing: 0.008rem;
    text-align: center;
    margin-bottom: 11.6rem;
    ;
}

.partners img {
    display: block;
    margin: 0 auto;
	max-height: 75px;
}

.contact.white {
    padding: 35.5rem 0 3.8rem 0;
    background: url('images/form-bg-white.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -37rem;
}

.contact.contact-site {
    padding: 12.1rem 0 13.8rem 0;
}

.contact.contact-site .map {
    margin-top: 13.8rem;
}

.contact.contact-site .contact-wrapper {
    width: 44rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact.contact-site .contact-wrapper .left {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    margin-bottom: 3rem;
}

.contact.contact-site .contact-wrapper img {
    max-width: 2rem;
    height: auto;
    margin-right: 0.8rem;
}

.contact.contact-site .contact-wrapper .info-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: var(--App-colors-Primary-palette-Dark, #2A1E20);
    font-family: "Noto Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.24rem;
}

.contact.contact-site .contact-wrapper a.info-text:first-of-type {
    margin-bottom: 2rem;
}

.contact.contact-site .social-wrapper {
    width: 17.9rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.contact.contact-site .social-wrapper img {
    max-width: 2.4rem;
    height: auto;
}

.realisation-single .post-text span,
.our-goal .our-goal-text span,
.our-solution .our-solution-text span {
    font-weight: 700;
}

.projects .projects-preheading {
    display: block;
    color: #44539E;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.projects .projects-heading {
    color: #4B4344;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 6rem;
    letter-spacing: 0.08px;
    margin-bottom: 8.4rem;
}

.projects .item {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.6rem;
    border-radius: 0.8rem;
    background: var(--Neutral-grays-White, #FFF);
    box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.08);
}

.projects .item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-flow: row-reverse;
}

.projects .item:last-of-type {
    margin-bottom: 9rem;
}

.projects .text-wrapper {
    padding: 2rem;
}

.projects .item img {
    max-width: 37.4rem;
    height: auto;
}

.projects .item-heading {
    color: #122587;
    font-family: "Noto Sans", sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3.36rem;
    margin-bottom: 2rem;
}

.projects .item-date {
    color: #919399;
    font-family: "Merriweather Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.2rem;
    margin-bottom: 2rem;
}

.projects .item-text {
    color: var(--space-grey, #3E3A3A);
    font-family: "Noto Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.2rem;
    margin-bottom: 3.3rem;
}

.projects .item-button {
    color: #44539E;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.0321rem;
    text-transform: uppercase;
}

.realisation-single {
    padding: 9.9rem 0 3.5rem 0;
}

.realisation-single .post-heading {
    color: #44539E;
    font-family: "Noto Sans", sans-serif;
    font-size: 4.8rem;
    font-weight: 400;
    line-height: 5.6rem;
    margin-bottom: 5.3rem;
    text-align: center;
}

.realisation-single .post-text {
    color: #333;
    font-family: "Noto Sans", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.45rem;
    letter-spacing: 0.004rem;
    margin-bottom: 2rem;
}

.realisation-single .tech {
    color: #44539E;
    text-align: center;
    font-family: "Mohave", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 3.6rem;
    letter-spacing: -0.1rem;
}

.realisation-single .item-wrapper {
    margin: 12rem auto 9.3rem auto;
    max-width: 110rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-around;
}

.realisation-single .items {
    width: 76.6rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.realisation-single .items .tech-item {
    color: #444;
    text-align: center;
    font-family: "Mohave", sans-serif;
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 3.6rem;
    letter-spacing: -0.1rem;
}

.our-goal {
    padding: 6.9rem 0 8.4rem 0;
    background-color: #F5F6FD;
}

.our-goal .our-goal-preheading {
    display: block;
    color: #44539E;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center;
}

.our-goal .our-goal-heading {
    color: #4B4344;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 6rem;
    letter-spacing: 0.008rem;
    margin-bottom: 5.2rem;
}

.our-goal .our-goal-text {
    color: #333;
    font-family: "Noto Sans", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.44rem;
    letter-spacing: 0.004rem;
    margin-bottom: 2rem;
}

.our-goal .items {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.our-goal .item {
    max-width: 54.7rem;
}

.our-solution {
    padding: 11.1rem 0 14.9rem 0;
}

.our-solution .our-solution-preheading {
    display: block;
    color: #44539E;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    text-align: center;
}

.our-solution .our-solution-heading {
    color: #4B4344;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 6rem;
    letter-spacing: 0.008rem;
    margin-bottom: 7.8rem;
}

.our-solution .our-solution-text {
    color: #333;
    font-family: "Noto Sans", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.44rem;
    letter-spacing: 0.004rem;
    margin-bottom: 2rem;
}

.our-solution .items {
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.our-solution .item {
    max-width: 54.7rem;
}

.scope-of-work {
    padding-bottom: 20.2rem;
}

.scope-of-work .scope-of-work-preheading {
    display: block;
    color: #44539E;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

.scope-of-work .scope-of-work-heading {
    color: #4B4344;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 4rem;
    font-weight: 400;
    line-height: 6rem;
    letter-spacing: 0.008rem;
    margin-bottom: 8.4rem;
}

.scope-of-work .items {
    -webkit-column-gap: 12.4rem;
    -moz-column-gap: 12.4rem;
    column-gap: 12.4rem;
    -webkit-box-pack: center;
    justify-content: center;
}

.scope-of-work .item {
    max-width: 35rem;
    margin-bottom: 5.5rem;
}

.scope-of-work .item .item-heading {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #44539E;
    font-family: "Chenla", sans-serif;
    font-size: 9rem;
    font-weight: 400;
    line-height: 10rem;
    margin-bottom: 2rem;
}

.scope-of-work .item .item-heading span {
    color: #44539E;
    font-family: "Noto Sans", sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 3.36rem;
    margin-left: 1rem;
    position: relative;
    top: -0.5rem;
}

.scope-of-work .item .item-text {
    color: #575353;
    font-family: "Noto Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.16rem;
}

.about-who.careers .item {
    max-width: 100%;
    border-radius: 0.8rem;
    background: var(--Neutral-grays-White, #FFF);
    box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.08);
}

.about-who.careers .item-heading {
    color: var(--Neutral-darks-Licorice, #2A1E20);
    font-family: "Noto Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 400;
    line-height: 4.32rem;
    letter-spacing: 0.0072rem;
    margin-bottom: 1.6rem;
}

.about-who.careers .item-date {
    color: var(--Neutral-darks-Licorice, #2A1E20);
    font-family: "Noto Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.92rem;
    letter-spacing: 0.0032rem;
    margin-bottom: 2.5rem;
}

.about-who.careers .wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.about-who.careers .categories {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.about-who.careers .category {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}

.about-who.careers .category:first-of-type {
    margin-right: 2.5rem;
}

.about-who.careers .category img {
    max-width: 2rem;
    height: auto;
}

.about-who.careers .category-name {
    display: block;
    color: var(--App-colors-Primary-palette-Dark, #2A1E20);
    font-family: "Noto Sans", sans-serif;
    font-size: 1.7rem;
    font-weight: 400;
    line-height: 2.56rem;
    margin-left: 0.8rem;
}

.about-who.careers .item-button {
    color: #44539E;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-size: 1.891rem;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.0321rem;
    text-transform: uppercase;
}

.posts.career-single {
    padding: 3.3rem 0 19.5rem 0;
    background-color: #F5F6FD;
}

.posts.career-single .row.items {
    padding: 3.6rem 6.4rem;
    border-radius: 0.8rem;
    background: var(--Neutral-grays-White, #FFF);
    box-shadow: 0 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.08);
}

.posts.career-single .post-heading {
    color: #44539E;
    font-family: "Noto Sans", sans-serif;
    font-size: 3.6rem;
    font-weight: 500;
    line-height: 4.32rem;
    letter-spacing: 0.0072rem;
    margin-bottom: 6rem;
}

.posts.career-single .post-text {
    color: var(--Neutral-darks-Licorice, #2A1E20);
    font-family: "Noto Sans", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.2rem;
}

.posts.career-single .tech {
    color: #44539E;
    font-family: "Noto Sans", sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 3.2rem;
    margin-top: 6rem;
    margin-bottom: 2rem;
}

.posts.career-single .tech-item {
    color: var(--Neutral-darks-Licorice, #2A1E20);
    font-family: "Noto Sans", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.2rem;
}

.posts.career-single .additional-text {
    color: var(--Neutral-darks-Licorice, #2A1E20);
    font-family: "Noto Sans", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3.2rem;
    margin-top: 6rem;
}

.posts.career-single ul.items {
    list-style-type: disc;
    position: relative;
    right: -2rem;
}

.main-header img.mobile {
    display: none;
}

.realisation-single .post-text span,
.our-goal .our-goal-text span,
.our-solution .our-solution-text span {
    font-weight: 700;
}

.partners .partners-heading {
    color: #D3D7F3;
    font-family: "Noto Sans", sans-serif;
    font-size: 4rem;
    font-weight: 600;
    line-height: 4.6rem;
    letter-spacing: 0.008rem;
    text-align: center;
    margin-bottom: 11.6rem;
    ;
}

.screen-reader-response {
    display: none;
}

.wpcf7-form.sent {
    display: none;
}


@media (max-width: 1250px) {

    @supports (font: -apple-system-body) and (-webkit-appearance: none) {
        .container {
            padding-right: 1.5rem;
            padding-left: 1.5rem;
        }

        .container-fluid {
            padding-right: 1.5rem;
            padding-left: 1.5rem;
        }

        .row {
            margin-right: -1.5rem;
            margin-left: -1.5rem;
        }




        .col,
        .col-1,
        .col-10,
        .col-11,
        .col-12,
        .col-2,
        .col-3,
        .col-4,
        .col-5,
        .col-6,
        .col-7,
        .col-8,
        .col-9,
        .col-auto,
        .col-lg,
        .col-lg-1,
        .col-lg-10,
        .col-lg-11,
        .col-lg-12,
        .col-lg-2,
        .col-lg-3,
        .col-lg-4,
        .col-lg-5,
        .col-lg-6,
        .col-lg-7,
        .col-lg-8,
        .col-lg-9,
        .col-lg-auto,
        .col-md,
        .col-md-1,
        .col-md-10,
        .col-md-11,
        .col-md-12,
        .col-md-2,
        .col-md-3,
        .col-md-4,
        .col-md-5,
        .col-md-6,
        .col-md-7,
        .col-md-8,
        .col-md-9,
        .col-md-auto,
        .col-sm,
        .col-sm-1,
        .col-sm-10,
        .col-sm-11,
        .col-sm-12,
        .col-sm-2,
        .col-sm-3,
        .col-sm-4,
        .col-sm-5,
        .col-sm-6,
        .col-sm-7,
        .col-sm-8,
        .col-sm-9,
        .col-sm-auto,
        .col-xl,
        .col-xl-1,
        .col-xl-10,
        .col-xl-11,
        .col-xl-12,
        .col-xl-2,
        .col-xl-3,
        .col-xl-4,
        .col-xl-5,
        .col-xl-6,
        .col-xl-7,
        .col-xl-8,
        .col-xl-9,
        .col-xl-auto {
            padding-right: 1.5rem;
            padding-left: 1.5rem;
        }

        .what-we-do .items,
        .why .items,
        .about-who .items,
        .projects .items {
            margin-right: 1.5rem;
            margin-left: 1.5rem;
        }

        .what-we-do .items {
            justify-content: space-around;
        }

        .why .items {
            justify-content: space-around;
        }

        .case-study .items {
            -webkit-box-pack: center;
            justify-content: center;
        }

        .case-study .items .item {
            margin-bottom: 12rem;
        }

        .our-shop .items {
            -webkit-box-pack: center;
            justify-content: center;
            padding: 0;
        }

        .our-shop .our-shop-heading,
        .our-shop .our-shop-text {
            text-align: center;
        }

        .our-shop .our-shop-button {
            margin: 0 auto 6rem auto;
        }

        .contact .items {
            -webkit-box-pack: center;
            justify-content: center;
        }

        .contact .items .item:first-of-type {
            margin-bottom: 4rem;
        }
    }
}

@media (max-width: 1189px) {
    .main-header .menu-item {
        margin-left: 2.3rem;
    }
}

@media (max-width: 1080px) {

    @supports (font: -apple-system-body) and (-webkit-appearance: none) {
        .main-header .menu-item {
            margin-left: 2.3rem;
        }
    }
}

@media (max-width: 991px) {
    .main-header .top-header {
        display: none;
    }

    .main-header img.mobile {
        display: block;
        height: 80px;
    }

    .main-header img.desktop {
        display: none;
    }

    .main-header {
        background-color: #44539E;
    }

    .main-header .menu-item {
        margin-left: 0;
        width: 100%;
        border-top: 0.1rem solid #E5E7EB;
        padding: 0.8rem 2rem;
    }

    .main-header .nav-link {
        color: #44539E;
        text-align: center;
        font-family: "Open Sans", sans-serif;
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.1rem;
        text-transform: uppercase;
    }

    .navbar-collapse {
        z-index: 999;
        background-color: #F5F6FD;
        width: 100%;
        position: absolute;
        left: 0px;
        right: 0;
        top: 120px;
    }
}

@media (max-width: 780px) {
    .container {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .container-fluid {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .row {
        margin-right: -1.5rem;
        margin-left: -1.5rem;
    }




    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-right: 3.5rem;
        padding-left: 3.5rem;
    }

    .what-we-do .items,
    .why .items,
    .about-who .items,
    .projects .items {
        margin-right: 3.5rem;
        margin-left: 3.5rem;
    }

    .what-we-do .items {
        justify-content: space-around;
    }

    .why .items {
        justify-content: space-around;
    }

    .case-study .items {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .case-study .items .item {
        margin-bottom: 12rem;
    }

    .our-shop .items {
        -webkit-box-pack: center;
        justify-content: center;
        padding: 0;
    }

    .our-shop .our-shop-heading,
    .our-shop .our-shop-text {
        text-align: center;
    }

    .our-shop .our-shop-button {
        margin: 0 auto 6rem auto;
    }

    .contact .items {
        -webkit-box-pack: center;
        justify-content: center;
    }

    .contact .items .item:first-of-type {
        margin-bottom: 4rem;
        max-width: 50%;
    }
    .contact .items .item:nth-of-type(2){
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .posts.career-single .row.items {
        padding-left: 0;
        padding-right: 1rem;
    }
}

@media (max-width: 740px) {
    .start {
        background: url('images/header-bg-mobile.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        padding: 15rem 0 5rem 0;
    }

    .start .item-left .image-wrapper {
        display: none;
    }

    .our-shop .items .item:first-of-type {
        max-width: 100%;
    }

    .contact .items .item:first-of-type {
        max-width: 100%;
    }

    .contact .items .item-heading,
    .contact .items .item-text {
        text-align: center;
    }

    .case-study .items .item {
        max-width: 100%;
    }

    .case-study .items .item img {
        display: block;
        margin: 0 auto;
    }

    .contact .items .item:nth-of-type(2) {
        max-width: 94%;
        padding-left: 2.1rem;
        padding-right: 2.1rem;
        margin-left: 3.5rem;
        margin-right: 3.5rem;
    }

    .about-another .item:first-of-type {
        max-width: 100%;
    }

    .about-another .item:nth-of-type(2) {
        max-width: 100%;
    }

    .about-who .item,
    .about-who .item.small {
        max-width: 100%;
        text-align: left;
    }
    .about-who.careers .wrapper {
        flex-direction: column;
        gap: 10px;
    }

    .about-another .item-text {
        margin-bottom: 4rem;
    }

    .can-we-help .item-left {
        max-width: 100%;
        margin-bottom: 4rem;
    }

    .can-we-help .item-left img {
        display: block;
        margin: 0 auto;
    }

    .can-we-help .item-right {
        max-width: 100%;
    }

    .projects .item img {
        max-width: 100%;
    }

    .projects .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        padding-left: 0;
        padding-right: 0;
    }

    .projects .item:nth-of-type(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .realisation-single .item-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .realisation-single .tech {
        margin-bottom: 4rem;
    }

    .realisation-single .items {

        -webkit-column-gap: 6rem;
        -moz-column-gap: 6rem;
        column-gap: 6rem;
        width: 100%;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        justify-content: center;
    }

    .realisation-single .items .tech-item {
        margin-bottom: 4rem;
    }

    .our-goal .item {
        max-width: 100%;
    }

    .our-solution .item {
        max-width: 100%;
    }

    .main-footer {
        margin-top: 0;
        background: none;
        background-color: #F5F6FD;
    }

    .what-we-do .logos .item {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 4rem;
    }
    .main-footer{
        padding-top: 3rem;
    }
}

@media (max-width: 706px) {
    .what-we-do .items .item {
        max-width: 100%;
    }
}

@media (max-width: 632px) {
    .scope-of-work .item {
        max-width: 100%;
    }
}

@media (max-width: 603px) {
    .why .items .item {
        max-width: 100%;
    }
    .contact .items .item-heading, .contact .items .item-heading span{
        font-size: 3.8rem;
        line-height: 4.5rem;
    }
    .start .item-left .start-heading{
        font-size: 6rem;
    }

}
@media (max-width: 450px){
    .first-another .first-another-heading, .start .item-left .start-heading{
    font-size: 4rem;
    line-height: 4.7rem;
    }
    .about-another .item-heading, .about-another .item-heading span{
        font-size: 4rem;
        line-height: 5rem;
    }
}
@media (max-width: 402px) {
    .main-footer .item:nth-of-type(2){
        margin-top: 3rem;
        margin-bottom: 3rem;
    }
    .contact.contact-site .contact-wrapper{
        width: 100%;
    }

}








.blog-latest-post {
    margin: 64px 0 80px;
}

.blog-latest-post-preheading {
    font-weight: 600;
    font-size: 22px;
    color: #44539E;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 28px;
    display: block;
}

.blog-latest-post .blog-latest-post-item {
    height: 450px;
    border-radius: 12px;
    display: flex;
    align-items: end;
    background-size: cover;
    background-position: center;
    padding: 40px;
    color: white;
    text-decoration: none;
}

.blog-latest-post .blog-latest-post-item .title {
    font-size: 32px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    margin-bottom: 24px;
    font-family: "Noto Sans", sans-serif;
}

.blog-latest-post .blog-latest-post-item .date {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
}

.post-categories {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
}

.post-categories span {
    border-radius: 6px;
    padding: 4px 10px;
    font-weight: 500;
    color: #3D3C3C;
    font-size: 13px;
    background: #F5F6FD;
    height: 28px;
    display: flex;
    align-items: center;
}

.blog-post {
    margin-bottom: 100px;
    z-index: 2;
    position: relative;
}

.blog-post .blog-post-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.blog-post .blog-post-container .blog-post-item {
    border-radius: 12px;
    border: 1px solid #E8E8EE;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.blog-post .blog-post-container .blog-post-item:hover {
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
    text-decoration: none;
}

.blog-post .blog-post-container .blog-post-item-img {
    min-height: 240px;
    max-height: 240px;
    height: 240px;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 24px;
}

.blog-post .blog-post-container .blog-post-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.blog-post .blog-post-container .blog-post-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog-post .blog-post-container .blog-post-item-content .title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #1A1A1A;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 20px;
}

.blog-post .blog-post-container .blog-post-item-content .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-post .blog-post-container .blog-post-item-content .bottom .date {
    font-size: 14px;
    font-weight: 400;
    color: #A7A9B1;
    font-family: "Noto Sans", sans-serif;
}

.blog-post .blog-post-container .blog-post-item-content .bottom .btn-more {
    font-size: 14px;
    font-weight: 600;
    color: #44539E;
    font-family: "Noto Sans", sans-serif;
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog-filters {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin-bottom: 20px;
}

.blog-filters>div {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;

}

.filter-btn {
    padding: 8px 14px;
    border-radius: 12px;
    border: 1px solid #ccc;
    background: white;
    cursor: pointer;
    font-size: 14px;
    text-decoration: none;
    color: #1A1A1A;
    transition: all 0.2s ease;
}

.filter-btn:hover {
    color: #1A1A1A;
    text-decoration: none;
    background: #E8E8EE;
}

.filter-btn.active {
    background: #44539E;
    color: white;
    border: none;
}

.blog-post-item {
    display: block;
    margin-bottom: 20px;
}



.custom-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
    border-top: 1px solid #E8E8EE;
    padding-top: 48px;
}

.custom-pagination .prev,
.custom-pagination .next {
    flex: 1;
    text-align: center;
}

.custom-pagination .prev a,
.custom-pagination .next a {
    flex: 1;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #44539E;
}

.custom-pagination .prev a {
    text-align: left;
}

.custom-pagination .next a {
    text-align: right;
    justify-content: end;
}

.custom-pagination .numbers {
    flex: 2;
    text-align: center;
}

.custom-pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 3px;
    border: 0;
    color: #667085;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
    border-radius: 8px;
}

.custom-pagination .page-numbers:hover {
    background: #E8E8EE;
    color: #667085;
}

.custom-pagination .page-numbers.current {
    background-color: #F5F6FD;
    color: #1A1A1A;

}

.post-count {
    margin-left: 15px;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
}


.related-posts{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 64px;
    border-top: 1px solid #E8E8EE;
}

.related-posts h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: #44539E;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 28px;
}

.related-posts-list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.posts-single .container{
    max-width: 870px;
}

.posts-single .posts-single-header{
    height: 350px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}
.posts-single .posts-single-header .posts-single-header-content{
    display: flex;
    flex-direction: column;
    align-items: center;
        text-align: center;
}
.posts-single .posts-single-header .posts-single-header-content .title{
    font-size: 32px;
    line-height: normal;
    font-weight: 600;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 28px;
}

.posts-single .posts-single-header .posts-single-header-content .date {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    font-family: "Noto Sans", sans-serif;
}

.posts-single .posts-single-content {
    margin: 72px 0;
}
.posts-single .posts-single-content .posts-single-content-teaser{
    font-size: 18px;
    font-weight: 600;
    color: #1A1A1A;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 48px;
    line-height: 170%;
    letter-spacing: 0.2%;

}
.posts-single .posts-single-content .posts-single-content-text {
    margin-bottom: 48px;
}

.posts-single .posts-single-content .posts-single-content-text:last-of-type {
    margin-bottom: 0;
}
.posts-single .posts-single-content .posts-single-content-text .title {
    font-size: 24px;
    font-weight: 500;
    color: #44539E;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 24px;
    line-height: normal;
}
.posts-single .posts-single-content .posts-single-content-text p {
    font-size: 16px;
    font-weight: 400;
    color: #1A1A1A;
    margin-bottom: 28px;
    line-height: 170%;
    letter-spacing: 0.2%;
}

.posts-single .posts-single-content .posts-single-content-text p:last-of-type {
    margin-bottom: 0;
}




.sniper-another {
    padding: 96px 0 88px 0;
}
.sniper-another .container{
    max-width: 1251px;
}

.sniper-another .items {
    justify-content: space-between;
    gap:24px;
    flex-wrap: nowrap;
}

.sniper-another .item:first-of-type {
    background-color: #F5F6FD;
    padding: 40px;
    border-radius: 12px;
    height: 100%;
}

.sniper-another .item:nth-of-type(2) {
    border-radius: 12px;
}

.sniper-another .item-heading {
    color: #1A1A1A;
    font-family: "Noto Sans", sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
    margin-bottom: 32px;
}


.sniper-another .item-text{
    color: #1A1A1A;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height:150%;
}

.sniper-another .item-text p{
    margin: 0;
    color: #1A1A1A;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 150%;
}

 .sniper-another .item-text p strong {
     font-weight: 600;
 }
.sniper-another .item-text ul{
    margin: 24px 0;
    display: flex;
        flex-direction: column;
        gap: 16px;
}
.sniper-another .item-text ul li {
    color: #1A1A1A;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    line-height: 150%;
    display: flex;
    gap:16px;
}

.sniper-another .item-text ul li::before {
    content: url('images/icon-li.svg');
    position: relative;
    top: 2px;
}
.sniper-another .item-btn{
    margin-top: 40px;
}
.sniper-another .item-btn a{
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 49px;
    width: max-content;
    border-radius: 1rem;
    background: #E31E24;
    color: var(--Color-System-Base-White, #FFF);
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.0408rem;
    padding: 15px 30px;
}

.sniper-another .img-fluid{
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.sniper-who{
    padding: 88px 0 120px;
}
.sniper-who .sniper-who-preheading {
    display: block;
    color: #44539E;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.4rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 2rem;
}

.sniper-who .sniper-who-heading {
    color: #1A1A1A;
    text-align: center;
    font-family: "Noto Sans", sans-serif;
    font-size: 4rem;
    line-height: 6rem;
    letter-spacing: 0.008rem;
    margin-bottom: 7rem;
}

.sniper-who .items {
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap:24px;
    flex-wrap: nowrap;
}

.sniper-who .item {
    padding: 32px 40px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: start;
    justify-content: flex-start;
    border-radius: 12px;
    background-color: #F5F6FD;
    margin-bottom: 24px;
}
.sniper-who .item:last-child {
    margin-bottom: 0;
}

.sniper-who .item.light {
    background-color: var(--Neutral-grays-White, #FFF);
}

.sniper-who .item.small {
    max-width: 54.9rem;
}

.sniper-who .item img {
    height: auto;
}

.sniper-who .item-heading {
    color: #1A1A1A;
    font-family: "Noto Sans", sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3.36rem;
    letter-spacing: 0.0048rem;
    margin: 2.5rem 0 1.6rem 0;
}

.sniper-who .item-text p {
    color: #1A1A1A;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}
.sniper-who .item-text p:last-child {
    margin-bottom: 0;
}

.sniper-who .description-wrapper{
    border-radius: 12px;
    border: 1px solid #E8E8EE;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sniper-who .description-wrapper .img-fluid{
    height: 100%;
    object-fit: cover;
}
.sniper-who .description-wrapper .description-wrapper-text {
    background-color: #F5F6FD;
    display: flex;
    flex-direction: column;
    gap:8px;
    padding: 18px;
    align-items: center;
}
.sniper-who .description-wrapper .description-wrapper-text .image-text1{
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    color: #44539E;
    text-transform: uppercase;
    letter-spacing: 5%;
    line-height: 120%;
}

.sniper-who .description-wrapper .description-wrapper-text .image-text2 {
    font-size: 14px;
    font-family: "Nunito",
        sans-serif;
    font-weight: 700;
    color: #1A1A1A;
    letter-spacing: 5%;
    text-transform: uppercase;
    line-height: 120%;
}

.sniper-help{
    background-color: #F5F6FD;
    padding: 96px 0;
    margin-bottom: 140px;
}

.sniper-help .container {
    max-width: 1251px;
}

.sniper-help .item-left{
    display: flex;
    gap:40px;
}

.sniper-help .item-left > div{
    display: flex;
    flex-direction: column;
    gap:15px;
}

.sniper-help .item-left .img-fluid{
    height: 104px;
}
.sniper-help .item-left .heading{
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
}
.sniper-help .item-left .contact{
    display: flex;
    gap:10px;
}
.sniper-help .item-left .contact a{
    font-size: 16px;
    color: #1A1A1A;
    font-weight: 400;
    line-height: 160%;
    display: flex;
    align-items: center;
    gap: 10px;
}
.sniper-help .item-left .button {
    display: flex;
    margin-top: 17px;
}
.sniper-help .item-left .button a {
    background-color: #44539E;
    border-radius: 12px;
    font-size: 14px;
    color:#fff;
    padding: 15px 32px;
}

.sniper-help .item-right{
    background-color: #fff;
    border-radius: 12px;
    padding: 32px;
    gap:32px;
    display: flex;
        flex-direction: column;
        justify-content: space-between;
}
.sniper-help .item-right .item-text{
    font-size: 18px;
    color: #1A1A1A;
    font-weight: 600;
    line-height: 120%;
    display: flex;
        align-items: center;
        justify-content: space-between;
}

.sniper-help .item-right .item-text span{
    font-size: 16px;
    color: #667085;
    font-weight: 400;
    line-height: 120%;
}


.remote-assistance-what-we-do{
    padding: 88px 0;
}
.remote-assistance-what-we-do.what-we-do-bg {
    background: #F5F6FD;
    margin-bottom: 104px;
}

.remote-assistance-what-we-do .what-we-do-heading{
    color: #1A1A1A;
}

.remote-assistance-what-we-do .item .item-heading{
    color: #1A1A1A;
    font-size: 18px;
    margin: 24px 0;
    font-weight: 600;
    letter-spacing: 0.2%;
    line-height: 120%;
}
.remote-assistance-what-we-do .item .item-text, .remote-assistance-what-we-do .item .item-text p{
    color: #1A1A1A;
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}
.remote-assistance-what-we-do .item .item-text p a{
    color:#44539E;
    text-decoration: underline;
}

.remote-assistance-what-we-do .items {
    justify-content: center;
    gap: 22px;
}
.remote-assistance-what-we-do .items .item{
    box-shadow: none;
    background: #F5F6FD;
    padding: 24px;
    margin-bottom: 0;
}

.remote-assistance-what-we-do.what-we-do-bg .items .item{
    background: #fff;
}

@media (max-width: 780px) {
    .blog-post {
        margin-bottom: 56px;
    }
    .blog-latest-post {
        margin: 52px 0 46px;
    }
    .blog-latest-post .blog-latest-post-item {
        height: 370px;
        padding: 40px 20px;
    }
    .blog-latest-post .blog-latest-post-item .title{
        font-size: 24px;

    }
    .blog-post .blog-post-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }
    .blog-post .blog-post-container .blog-post-item-content .title {
        font-size: 18px;
    }

    .blog-filters {
        gap: 28px;
        flex-direction: column;
    }
    .post-count {
        margin-left: 0;
    }
    .custom-pagination {
        margin-top: 32px;
        padding-top: 32px;
    }
    .custom-pagination .prev,
    .custom-pagination .next{
        display: none;
    }
    .posts-single .container {
        max-width: 870px;
    }

    .posts-single .posts-single-header {
        height: 350px;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    .posts-single .posts-single-header .posts-single-header-content {
        align-items: start;
    }

    .posts-single .posts-single-header .posts-single-header-content .title {
        font-size: 22px;
        line-height: normal;
        margin-bottom: 24px;
        text-align: left;
    }


    .posts-single .posts-single-content {
        margin: 44px 0;
    }

    .posts-single .posts-single-content .posts-single-content-teaser {
        font-size: 16px;
        margin-bottom: 32px;

    }

    .posts-single .posts-single-content .posts-single-content-text {
        margin-bottom: 32px;
    }


    .posts-single .posts-single-content .posts-single-content-text .title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .posts-single .posts-single-content .posts-single-content-text p {
        margin-bottom: 24px;
    }

    .related-posts {
        padding-top:44px;
    }
    .sniper-another {
        padding: 40px 0 40px 0;
    }
    .sniper-another .items{
        flex-direction: column;
    }
    .sniper-another .container{
            max-width: 135.1rem;
    }
    .sniper-another .item:first-of-type{
        padding: 24px;
    }
    .sniper-another .item-heading{
        font-size: 22px;
    }
        .sniper-who {
            padding:40px 0 40px;
        }
                .sniper-who .items{
                    flex-direction: column-reverse;
                }
    .sniper-who .sniper-who-heading{
        margin-bottom: 32px;
    }
    .sniper-who .description-wrapper .description-wrapper-text .image-text1{
        font-size: 16px;
    }
    .sniper-who .description-wrapper .description-wrapper-text .image-text2 {
        font-size: 14px;
    }
        .sniper-another .item-btn a{
            width: 100%;
        }
    .sniper-who .item {
        padding: 24px 20px;
        }
    .sniper-who .item-heading{
        margin: 0 0 16px;
    }
    .sniper-help{
        padding: 48px 0;
        margin-bottom: 45px;
    }
    .sniper-help .items{
        flex-direction: column-reverse;
        gap:40px
    }
        .sniper-help .item-right{
            padding: 24px;
        }
    .sniper-help .item-right .item-text{
        flex-direction: column;
        gap:8px;
        font-size: 16px;
    }
    .sniper-help .item-left{
        flex-direction: column;
            align-items: center;
            text-align: center;
    }
    .sniper-help .item-left .contact{
        justify-content: center;
    }
    .sniper-help .item-left .button{
        justify-content: center;
    }
    .sniper-help .item-left .button a{
        width: 100%;
    }


    .remote-assistance-what-we-do {
        padding: 40px 0;
    }
    .remote-assistance-what-we-do .what-we-do-heading{
        margin-bottom: 32px;
    }
    .remote-assistance-what-we-do.what-we-do-bg{
        margin-bottom: 56px;
    }
}



/*SHOP*/
.products-another{
    margin: 56px 0 217px;
}

.products-another .row {
    gap:55px;
    flex-wrap: nowrap;
}

.products-another .category-price {
    display: flex;
    flex-direction: column;
    gap:24px;
}
.products-another .products-archive .filters{
    display: flex;
    flex-direction: column;
    gap:25px;
}

.products-another .products-archive .filters h2{
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    color: #1A1A1A;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 16px;
}

.products-another .products-archive .filters li{
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    padding: 10px 10px 10px 0;
    position: relative;
}

.products-another .products-archive .filters li label {
    color: #1A1A1A;
    margin-left: 0;
    display: flex;
    gap: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    font-family: "Noto Sans", sans-serif;
    position: relative;
}
.products-another .products-archive .filters li label span{
    color: #667085;
}
.products-another .products-archive .filters li label input{
    display: none;
}
.products-another .products-archive .filters li label::before {
    content: "";
    width: 20px;
    min-width: 20px;
    max-width: 20px;
    height: 20px;
    border: 1px solid #E8E8EE;
    border-radius: 4px;
    background-color: transparent;
    cursor: pointer;
    margin-right: 10px;
}
.products-another .products-archive .filters li label:has(input:checked)::before {
    background-color: #44539E;
    border-color: #44539E;
}

.products-another .products-archive .filters li label::after {
    content: "";
    width: 20px;
    height: 20px;
    border: 0;
    border-radius: 0;
    background-image: url("images/menu-cat-icon.svg");
    left: 0;
    top: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
}
.products-another .products-archive .filters li ul{
    margin-left: 15px;
}
.products-another .products-archive .filters li ul label::before{
    border-radius: 50px;
}

.noUi-target {
    background: #E8E8EE !important;
    border-radius: 15px !important;
    border: 0 !important;
    box-shadow: none !important;
}
.noUi-horizontal {
    height: 6px !important;
}
.noUi-connects {
    border-radius: 15px !important;
    background: #E8E8EE !important;
}

.noUi-connect {
    background: #44539E !important;
}

.noUi-horizontal .noUi-handle {
    width: 18px !important;
    height: 18px !important;
    right: -17px !important;
    top: -7px !important;
    border-radius: 20px !important;
    border: 2px solid #44539E;
}

.noUi-handle::after,
.noUi-handle::before {
    display: none !important;
}

.price_slider_amount{
    margin-top: 22px;
}

.price_slider_amount .price_label{
    color: #1A1A1A;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    font-family: "Noto Sans", sans-serif;
    position: relative;
}

.price_slider_amount .price_label span{
    font-weight: 600;
}

.price_slider_amount .button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    width: 20.2rem;
    border-radius: 1rem;
    background: #44539E;
    color:  #fff;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -.0408rem;
    border: 0;
    margin-top: 10px;
}


.products-grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.products-grid .product-item{
    border: 1px solid #E8E8EE;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.products-grid .product-item:hover{
    text-decoration: none;
}

.products-grid .product-item img{
    max-height: 144px;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    width: 100%;
    object-fit: contain;
    min-height: 244px;
    max-height: 244px;
}

.products-grid .product-item .title{
    color: #3D3C3C;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    margin-bottom: 5px;
}

.products-grid .product-item p {
    color: #1A1A1A;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: 150%;
    font-weight: 600;
}

.products-grid .product-item .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    width: 100%;
    border-radius: 1rem;
    background: #44539E;
    color: #fff;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -.0408rem;
    border: 0;
    margin-top: 10px;
    text-transform: uppercase;
}
.products-grid .product-item .button:hover {
    text-decoration: none;
}


.sort-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    color: #3D3C3C;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
}
.sort-wrapper .sort-wrapper-left{
    display: flex;
    align-items: center;
    gap:20px;
}
.sort-wrapper .sort-wrapper-left > div{
    display: flex;
    align-items: center;
    gap: 8px;
}
.sort-wrapper .sort-wrapper-left select{
    border: 1px solid #E8E8EE;
    border-radius: 4px;
    color: #3D3C3C;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    padding: 10px 16px;
    background: transparent;
}

.sort-wrapper .sort-info{
    font-weight: 500;
}

.pagination-wrapper{
    position: relative;
    display: flex;
    justify-content: center;
    gap: 4px;
    margin: 72px 0 0;
}

.pagination-wrapper .page-numbers {
    display:flex;
    margin: 0;
    padding: 8px 12px;
    color: #667085;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s, color 0.3s;
    font-size: 14px;
    font-weight: 500;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.pagination-wrapper .page-numbers.current {
    background-color: #F5F6FD;
    color: #1A1A1A;
    font-weight: 500;
}

.pagination-wrapper .prev {
    position: absolute;
    left: 0;
    width: auto;
    color: #44539E;
    gap: 8px;
}

.pagination-wrapper .next {
    position: absolute;
    right: 0;
    width: auto;
    color: #44539E;
    gap:8px;
}

.pagination-wrapper .next.page-numbers svg,
.pagination-wrapper .prev.page-numbers svg {
    stroke: #44539E;
}

.pagination-wrapper .next.page-numbers.disabled svg,
.pagination-wrapper .prev.page-numbers.disabled svg {
    stroke: #A7A9B1;
}
.pagination-wrapper .next.page-numbers:hover, .pagination-wrapper .prev.page-numbers:hover {
    background-color: transparent;
    color: #44539E
}
.pagination-wrapper .page-numbers:hover {
    background-color: #F5F6FD;
    color: #1A1A1A
}

.pagination-wrapper .disabled {
    opacity: 0.4;
    pointer-events: none;
    cursor: default;
    color:#A7A9B1;
}


.no-products{
    margin: 180px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 530px;
    gap:16px;
}

.no-products img {
    margin-bottom: 32px;
}

.no-products p{
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
    text-align: center;
}
.no-products p strong{
    font-size: 18px;
    line-height: 150%;
    font-weight: 600;
}


/*SINGLE PRODUCT*/
.single-products-another {
    margin: 56px 0 0;
}
.single-products-another .container{
    max-width: 1250px;
}
.single-products-another .row {
    gap: 55px;
    flex-wrap: nowrap;
}

.single-products-another .title {
    font-size: 28px;
    line-height: 130%;
    font-weight: 500;
    margin-bottom: 20px;
}

.single-products-another .price {
    font-size: 28px;
    line-height: 100%;
    font-weight: 500;
    margin-bottom: 40px;
    color: #44539E;
}

.single-products-another .btn {
    background-color: #44539e;
    border-radius: 12px;
    font-size: 14px;
    color: #fff;
    padding: 15px 32px;
    min-width: 295px;
    margin-bottom: 40px;
}

.single-products-another p {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    margin-bottom:10px;
    color: #A7A9B1;
}

.single-products-text{
    margin:106px 0 168px;
}
.single-products-text .row{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-products-text .header{
    font-size: 22px;
    line-height: 100%;
    font-weight: 600;
    margin-bottom: 32px;
    color: #44539E;
    text-align: center !important;
}

.single-products-text h2 {
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    text-align: center;
    margin: 40px 0 10px;
}

.single-products-text h3 {
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
    text-align: left !important;
    margin: 30px 0 10px;
}

.single-products-text p{
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    text-align: left !important;
}

.single-products-text p strong {
    font-weight: 600;
}

.single-products-text ul {
    display: flex;
    flex-direction: column;
    align-items: start;
    list-style: disc;
	padding-left: 15px;
}

.single-products-text li {
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    text-align: left;
}

.single-products-text .aligncenter {
	margin: 0 auto;
  	text-align: center;
  	display: flex;
  	justify-content: center;
}

.single-products-text .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    width: max-content;
    min-width: 295px;
    border-radius: 1rem;
    background: #44539E;
    color: #fff;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -.0408rem;
    border: 0;
    margin: 30px auto 0;
    text-transform: uppercase;
}

.single-products-text .btn:hover {
    text-decoration: none;
}

.single-products-breadcrumbs{

    margin-top: 56px;
}

.single-products-breadcrumbs .container{
    max-width: 1250px;
}
.single-products-breadcrumbs .breadcrumbs,
.single-products-breadcrumbs .breadcrumbs a,
.single-products-breadcrumbs .breadcrumbs span{
    font-size: 14px;
    line-height: 180%;
    color: #AFADB5;
}



.my-product-gallery {
    display: flex;
    gap: 20px;
}

.main-slider {
    flex: 1;
    max-width: 484px;
    height: 484px;
    margin: auto 0;
}

.main-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.my-product-gallery .thumbnails {
    width: 120px !important;
    height: 550px;
    overflow: hidden;
    margin: 0;
    padding: 35px 0;
}

.my-product-gallery .thumbnails .swiper-wrapper{
    margin: 0px 0;
}
.my-product-gallery .thumbnails .swiper-slide img {
    width: 100%;
    height: auto;
    cursor: pointer;
}


.my-product-gallery .thumbnails .swiper-slide {
    width: 110px !important;
    height: 110px !important;
    border: 1px solid #E8E8EE;
    border-radius: 10px;
    padding: 10px;
}

.swiper-button-prev {
    top: 5px !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    background: #fff;
}

.swiper-button-next{
    top: auto !important;
    bottom: 0 !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    background: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px !important;
    color: #3D3C3C !important;
    transform: rotate(90deg);
}

.modal-product .modal-dialog {
    min-width: 821px;
    width: 821px;
}

.modal-product .modal-dialog .modal-content{
    border-radius: 12px;
    padding: 40px;
    border: 0;
}
.modal-product .modal-dialog .modal-header{
    border: 0;
    padding: 0;
}


.modal-product .modal-dialog .modal-header .modal-title{
    font-weight: 400;
    font-size: 22px;
    color: #1A1A1A;
    font-family: "Noto Sans", sans-serif;
    margin-bottom: 28px;
}

.modal-product .modal-dialog .modal-body {
    padding: 0;
}

.modal-product .modal-dialog .modal-content .wpcf7-form {
    display: flex;
    flex-direction: column;
}
.modal-product .modal-dialog .modal-content .wpcf7-form.sent .wpcf7-response-output{
    display: none;
}


.modal-product .thank-you-message{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 500px;
        justify-content: center;
}

.modal-product .thank-you-message h4{
    font-weight:600;
    font-size: 28px;
    color: #1A1A1A;
    margin: 30px 0 20px;
}
.modal-product .thank-you-message p{
    font-weight: 400;
    font-size: 18px;
    color: #3D3C3C;
    margin-bottom: 30px;
}



.modal-product .thank-you-message .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 5rem;
    width: max-content;
    min-width: 230px;
    border-radius: 1rem;
    background: #44539E;
    color: #fff;
    text-align: center;
    font-family: "Nunito", sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -.0408rem;
    border: 0;
    margin: 30px auto 0;
    text-transform: uppercase;
}
.modal-product .thank-you-message .btn:hover {
    text-decoration: none;
}


.wpcf7-form.sent{
    display: block !important;
}
.wpcf7-form.sent .form-group,
.wpcf7-form.sent .form-check,
.wpcf7-form.sent .contact-submit,
.wpcf7-form.sent .wpcf7-spinner{
    display:none;
}

.wpcf7 form .wpcf7-response-output{
    padding: 10px !important;
    font-size: 14px !important;
    width: 100%;
    color: #44539e !important;
    border-color: #44539e !important;
    text-align: center !important;
}