body.single:not(.single-case_studies) #site-header,
body.page-template-default:not(.home) #site-header,
body.error404 #site-header,
body.category #site-header,
body.search #site-header{
    background: rgba(0, 0, 0, .75);
}

body.page-template-template-solution-page header .header-navigation-wrapper nav ul.primary-menu li a,
body.page-template-template-solution-page header .header-navigation-wrapper nav ul.primary-menu li .icon,
body.single header .header-navigation-wrapper nav ul.primary-menu li a,
body.single header .header-navigation-wrapper nav ul.primary-menu li .icon,
body.page-template-default:not(.home) header .header-navigation-wrapper nav ul.primary-menu li a,
body.page-template-default:not(.home) header .header-navigation-wrapper nav ul.primary-menu li .icon,
body.error404 header .header-navigation-wrapper nav ul.primary-menu li a,
body.error404 header .header-navigation-wrapper nav ul.primary-menu li .icon
{
    color: #000;
}

.split {
    overflow: hidden;
}
.section.section-banner h6.subtitle {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
    text-transform: capitalize;
    color: #FFFFFF;
    margin: 0;
}

.section.section-banner .banner-title {
    width: 100%;
    text-align: left;
    z-index: 1;
}

.section.section-banner .banner-title h1 {
    margin-bottom: 22px;
	text-align: left;
    max-width: 750px;
	margin-left: 0;
}

.section.section-banner .banner-title .subtitle {
    color: #fff;
}

.section.section-banner {
    position: relative;
}

/* .section.section-banner .image-banner .image {
    z-index: 0;
    height: 100vh;
} */
body.blog .section.section-banner .image-banner .image,
.page-template-template-about-page .section.section-banner .image-banner .image {
	height: 550px;
	overflow: hidden; 
}
.page-template-template-about-page .section.section-banner .image-banner .image {
	position: relative;
}
.page-template-template-about-page .section.section-banner .image-banner .image:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
}
.page-template-template-about-page .section.section-banner .banner-title .subtitle,
body.blog .section.section-banner .banner-title h1,
body.blog .section.section-banner h6.subtitle,
.page-template-template-about-page .section.section-banner h6.subtitle,
.page-template-template-about-page .section.section-banner .banner-title h1 {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.section.section-banner .image-banner .image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 460px;
}

.section.introduce {
    background: #292A39;
    text-align: center;
    padding: 73px 0 59px 0;
    margin-top: -1px;
    position: relative;
    z-index: 2;
}

.introduce-inner .content {
    max-width: 1207px;
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #FFCD06;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.introduce-inner .content p {
    color: #FFCD06;
}

.section.introduce .container {
    max-width: 1557px;
}

.container {
    max-width: 1640px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
}

.introduce-inner {
    border-radius: 12px;
    padding: 60px 25px 23px 25px;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #FFCD06;
    position: relative;
    border: 1px solid;
}
.introduce-inner > svg {
    display: none;
}

.introduce-inner svg {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}
.introduce-inner path{
  fill: none;
  stroke:#fff;
  stroke-width: 2px;
  stroke-dasharray: 12, 12;
}

.introduce-inner .cicle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -32.5px;
    background: #FFCD06;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.introduce-inner .cicle:before {
    content: '';
    display: inline-block;
    left: 50%;
    width: 33px;
    height: 35px;
    background: url('../images/fluent_star-16-filled.svg');
    background-size: contain;
}

.section-service .item-inner {
    position: relative;
    z-index: 1;
    max-width: 1156px;
    margin: 0 auto;
}
.upper-part {
    display: flex;
    flex-direction: column;
}
.section-service .content-text:before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero);
    font-style: normal;
    width: 24px;
    height: 24px;
    min-width: 24px;
    background: #292A39;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #FFCD06;
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
}
.content-text {
    display: flex;
    column-gap: 16px;
}
.section-service .technologies ul li {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    color: #0D151F;
}
.section-service .technologies ul {
    margin: 0;
    list-style: none;
    display: flex;
    column-gap: 12px;
    row-gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
.web-development-page .services h2{
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
}
.section-service .item .description p {
    margin-bottom: 19px;
    padding-left: 40px;
    line-height: 22px;
}
.section-service .item .description p:last-child {
    margin-bottom: 0;
}
.upper-part .technologies {
    padding-top: 16px;
    max-width: 230px;
    margin: 0 auto;
}
.item:last-child .upper-part .technologies {
    max-width: 185px;
    margin: 0 auto;
}
.section-service .item .image-feature {
    padding-left: 52px;
    padding-right: 52px;
}
.section-service .item {
    padding-bottom: 40px;
    padding-top: 40px;
}
.web-development-page .heading span {
    color: #0D151F;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.19em;
}
.web-development-page {
    background: #FBFBFB;
    overflow: hidden;
    padding-top: 40px;
}
.page-template-template-web-development .section-service-banner .banner-content {
    padding-bottom: 0;
    padding-top: 4%;
}
.page-template-template-web-development .section-service-banner .desc {
    max-width: 1025px;
}
.page-template-template-web-development .section-service-banner .desc p {
    margin: 0;
}

/* Page Webapp*/
.page-template-template-webapp-development .section.we-provide{
    background: linear-gradient(90deg, rgba(250, 250, 252, 1) 0%, rgba(219, 219, 230, 1) 100%);
}
.page-template-template-webapp-development .section.we-provide .title-section h2{
    max-width: 1110px;
    margin: 0 auto 30px;
    text-align: center;
}
.page-template-template-webapp-development .section.we-provide .items-listing{
    max-width: 952px;
    margin: 0 auto;
}
.page-template-template-webapp-development .section.section-magento-upgrade-service .col-left{
    align-self: center;
    padding-top: 0;
    padding-bottom: 0;
}
.page-template-template-webapp-development .section.section-magento-upgrade-service .col-right{
    padding-top: 58px;
}
.page-template-template-webapp-development .section-about{
    padding: 85px 0;
    background: #FFFFFF;
}
.page-template-template-webapp-development .section-about .heading{
    margin-bottom: 31px;
}
.page-template-template-webapp-development .section-description:not(.quote-content){
    text-align: center;
    max-width: 1060px;
    margin: 0 auto;
}
.page-template-template-webapp-development .image{
    text-align: center;
    margin: 42px auto 0;
}
.page-template-template-webapp-development .quote-content{
    padding-left: 27px;
    position: relative;
    margin: 16.21px auto 0;
    max-width: 1070px;
}
.page-template-template-webapp-development .quote-content:before{
    content: "";
    position: absolute;
    width: 8px;
    height: 93%;
    background-color: #2C3377;
    top: 0;
    left: 0;
}
.section-text{
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.section-description{
    color: #746F6F;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
}
.section-content-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.section-content-grid .odd{
    color: #FFFFFF;
}
.section-content-grid .even{
    color: #000000;
}
.section-content-grid .grid-heading{
    min-height: 64px;
    line-clamp: 2;
    text-overflow: ellipsis;
}
.section-content-grid .grid-content{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-top: 48px;
}
.section-content-grid .grid-content ul{
    margin-left: 5px;
}
.section-content-grid .box-content{
    padding: 69px 0;
}
.section-content-grid .box-content.odd{
    padding-left: calc((100% - 1290px / 2));
    padding-right: 73px;
}
.section-content-grid .box-content.even{
    padding-right: calc((100% - 1290px / 2));
    padding-left: 98px;
}
.background-bg3{
    background: linear-gradient(to right, #2C3377, #2F3AA0 44%, #0F1762);
}
.background-normal{
    background-color: #F9F9F9;
}
.section-logos-grid .section-logos-slider{
    padding: 0 !important;
    margin-top: 81px;
}
.section-logos-grid .section-logos-slider .wrapper{
    height: 137px;
}
.section-logos-grid .section-logos-slider .wrapper .image-background{
    background: #fff;
    border-radius: 10px;
    margin: auto;
    width: 250px;
    height: 137px;
    align-content: center;
    border: 1px solid #DEDEDE;
}
.section-logos-grid{
    background: linear-gradient(90deg, rgba(250, 250, 252, 1) 0%, rgba(219, 219, 230, 1) 100%);
    padding: 85px 0;
}
.section-logos-grid .logos-grid{
    margin-top: 182px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 86px;
    grid-column-gap: 66.67px;
}
.section-logos-grid .container{
    max-width: 1250px;
}
.section-logos-grid .logos-grid .grid-logo-item{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    background-color: #FFFFFF;
    margin: auto;
    width: 100%;
    height: 137px;
    text-align: center;
    border: 1px solid #DEDEDE;
    position: relative;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);    
}
.section-logos-grid .logos-grid .grid-logo-item:hover {
    border-color: #007AFF;
}
.section-logos-grid .logos-grid .grid-logo-item a{
    display: block;
    height: 137px;
    width: 100%;
    align-content: center;
}
.section-logos-grid .logos-grid .grid-logo-item img{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.section-content-parallax .section-content{
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}
.section-content-parallax .section-content:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 24, 134, 0.7);
    top: 0;
    left: 0;
}
.section-content-parallax .section-text{
    text-align: center;
    color: #FFFFFF;
    max-width: 1080px;
    margin: 0 auto;
    padding: 113px 30px;
}

/* End page webapp*/
@media screen and (max-width: 767.98px) {
    .section-content-parallax .section-content{
        background-attachment: inherit;
    }

    .home-home-contact-us .button {
        padding: 20px 0;
    }
    .section-logos-grid .section-logos-slider .wrapper .image-background a{
        display: block;
        height: 137px;
        width: 100%;
        align-content: center;
    }
    .section-content-grid .box-content.odd, .section-content-grid .box-content.even{
        padding: 44px 16px 97px;
    }
    .section-content-grid .grid-heading{
        font-size: 20px;
        line-height: 24px;
        min-height: unset;
    }
    .section-content-grid .grid-content{
        margin-top: 31px;
        padding: 0;
        font-size: 14px;
        line-height: 20px;
    }
    .section-content-grid{
        grid-template-columns: 1fr;
    }
    .page-template-template-webapp-development .section-description:not(.quote-content){
        padding: 0 15px;
    }
    .page-template-template-webapp-development .section.we-provide{
        padding: 62px 0px 78px;
    }
    .page-template-template-webapp-development .section-about{
        padding: 40px 0;
    }
    .page-template-template-webapp-development .quote-content:before{
        height: 97%;
    }
    .page-template-template-webapp-development .section.section-magento-upgrade-service .col-left{
        padding-top: 48px;
    }
    .page-template-template-webapp-development .section.we-provide .title-section h2,.page-template-template-webapp-development h2{
        font-size: 30px;
        line-height: 52px;
        max-width: 330px;
        margin: 0 auto 30px;
    }
    .page-template-template-webapp-development .section.we-provide .items-listing{
        margin-top: 64px;
    }
    .page-template-template-webapp-development .section.we-provide .items-listing .item{
        width: 100%;
    }
    .page-template-template-webapp-development .section.we-provide .title-item h3{
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.4px;
    }
}
.content-part-wd {
    border-bottom: 1px solid #D6D6E1;
}
.web-development-page .heading .sub-heading {
    border-bottom: 1px solid #0D151F;
    padding-bottom: 4px;
    margin-bottom: 0
}
.section-service .item .image-feature{
    margin-top: 16px;
    width: 100%;
}
.web-development-page  .home-home-contact-us .backround-img {
    padding: 19px 16px;
}
.web-development-page .home-home-contact-us .backround-img .container {
    padding: 0;
}
.web-development-page .home-home-contact-us .heading h2{
    max-width: 100%;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .web-development-page .home-home-contact-us .heading h2{
        margin-bottom: 49px;
    }
    .web-development-page .home-home-contact-us .backround-img .container {
        padding: 0 16px;
    }
    .web-development-page  .home-home-contact-us .backround-img{
        padding: 40px 0 60px;
    }
    .web-development-page  .home-home-contact-us .backround-img{
        padding: 40px 0 60px;
    }
    .section-service .item .image-feature {
        margin-top: 75px;
    }
    .web-development-page .heading .sub-heading{
        padding-bottom: 16px;
        margin-bottom: 33px;
    }
    .content-part-wd {
        border-bottom: none;
    }
    .section-service .item {
        padding-bottom: 100px;
        padding-top: 116px;
        background: #FBFBFB;
    }
    .web-development-page {
        padding-top: 46px;
    }
    .web-development-page .heading span {
        font-size: 18px;
        line-height: 29px;
        letter-spacing: 0.2em;
    }
    .section-service .item:nth-child(3) .image-feature {
        margin-top: 79px;
    }
    .section-service .item:nth-child(2n) .image-feature {
        margin-top: 60px;
    }
    .section-service .item:nth-child(2n) .technologies{
        padding: 70px 10px 0 21px;
    }
    .section-service .item:nth-child(3n) .content-text{
        padding-top: 4px;
        padding-bottom: 0;
    }
    .section-service .item:nth-child(3n) .description {
        padding-bottom: 0;
    }
    .section-service .item:nth-child(3n) .technologies{
        padding: 31px 76px 0 18px;
    }
    .section-service .item:nth-child(2n){
        background: #FBF9F1;
        padding-top: 100px;
    }
    .section-service .item:nth-child(3n) .upper-part {
        margin-top: 52px;
        margin-bottom: 35px;
    }
    .section-service .item:nth-child(3n) .content-part-wd {
        padding: 0 60px 0 124px;
    }
    .section-service .item:nth-child(3n){
        padding-top: 76px;
    }
    .section-service .item .image-feature {
        padding: 0;
    }
    .upper-part .technologies {
        max-width: 100%;
        padding-top: 0;
        margin: 0 auto;
    }
    .web-development-page .services h2{
        font-size: 32px;
        line-height: 39px;
    }
    .section-service .item .description p {
        margin-bottom: 0;
        padding-left: 0;
        line-height: 32px;
    }
    .section-service .technologies ul {
        display: block;
    }
    .section-service .technologies ul li {
        margin: 0 0 12px;
        font-size: 16px;
        line-height: 32px;
    }
    .upper-part {
        flex-direction: row;
    }
    .section-service .technologies {
        width: 30.2768166%;
        display: flex;
        justify-content: center;
        padding: 44px 50px 8px 18px;
    }
    .section-service .content-part-wd {
        width: 69.7231834%;
        border-right: 1px solid #D6D6E1;
        position: relative;
        padding: 42px 60px 35px 124px;
    }
    .section-service .content-text:before {
        width: 64px;
        height: 64px;
        min-width: 64px;
        font-size: 32px;
        line-height: 39px;
        position: absolute;
        top: 50%;
        margin-top: -32px;
        left: 0;
    }
}
.section-service .item .logos {
    display: flex;
    align-items: center;
}

.section-service .item .image-logo {
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.05);
    border-radius: 50%;
    width: 25%;
    max-width: 127px;
}

.section-service .item .image-logo .image {
    position: relative;
    padding-bottom: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-service .item .image-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}

.section-service .item .image-logo:not(:last-child) {
    margin-right: 48px;
}

.section-service .item .description {
    max-width: 660px;
    padding-bottom: 6px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
}






.section-service .item:nth-child(2) .content-right {
    padding-left: 92.5px;
    max-width: 100%;
    padding-top: 36px;
    margin-left: 0;
}

.section-service .item .content-right h5 {
    color: #5A7184;
    margin: 0 0 15px 0;
}


.section-service .item .image-feature .image {
    max-width: 586px;
    margin: 0 auto;
}
.section-service .item .image-feature img {
    max-width: 100%;
    margin: 0 auto;
}

.section-service .item:nth-child(2) .image-feature img {
    margin-left: auto;
}


.section-service .item:nth-child(2) .content-right .description p {
    margin-bottom: 28px;
}

.section-service .item:nth-child(3) .content-right {
    max-width: 100%;
    padding-left: 36px;
    padding-top: 5px;
}


.why-choose-us .subtitle {
    font-family: "SF Pro Display";
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    text-transform: uppercase;
    color: #5A7184;
    text-align: center;
    margin-bottom: 14px;
}

.why-choose-us .title {
    font-weight: 700;
    font-size: 46px;
    line-height: 72px;
    text-transform: capitalize;
    color: #183B56;
    text-align: center;
}

.section-service {
    counter-reset: section;
}

.why-choose-us-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
    margin-bottom: 80px;
}

.why-choose-us-list .item {
    border-right: 1px solid #E0E0E0;
    box-sizing: border-box;
    padding: 22px 76.5px;
    margin-bottom: 16px;
}

.why-choose-us-list .item .image-icon {
    border: 2px solid #FFCD06;
    border-radius: 50%;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 26px;
}

.why-choose-us-list .item .image-icon:before {
    content: '';
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background: #FFCD06;
    opacity: 0.2;
    position: absolute;
    left: 11px;
    top: 6px;
}

.why-choose-us-list .item span.number {
    font-size: 20px;
    line-height: 120%;
    text-transform: capitalize;
    color: #FFCD06;
    margin-bottom: 25px;
    display: inline-block;
}

.why-choose-us-list .item .image-icon img {
    max-width: 100%;
    margin-left: 6px;
    margin-top: 6px;
}

.why-choose-us-list .item .content {
    color: #183B56;
}

.why-choose-us-list .item h5 {
    color: #183B56;
    margin: 0 0 24px 0;
    text-transform: initial;
}

.section-bottom .content {
    background: #5A7184;
    border-radius: 12px;
    position: relative;
    display: flex;
    align-items: center;
}

.web-development-page .section-bottom .content .image-right {
    position: relative;
    margin-left: auto;
    height: 100%;
    padding: 0;
}

.section-bottom .content .content-left {
    padding-left: 8.5%;
    width: 63%;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 50px;
}

.section-bottom .content .content-left a:hover {
    color: #FFCD06;
    text-decoration: none;
    background: #183B56;
}

.web-development-page .section-bottom .content .content-left h2 {
    margin-bottom: 19px;
}

.web-development-page .section-bottom .content .content-left .description {
    margin-bottom: 37px;
}

.web-development-page .section-bottom .content .content-left {
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    z-index: 2;
}

.web-development-page .heading .sub-heading:before{
    background: #0D151F;
}

.text-top.heading {
    text-align: left;
    margin-bottom: 0;
}


.web-development-page .home-home-contact-us .heading {
    max-width: 770px;
    margin: 0 auto;
}
.section-service-banner .banner-content .title {
    max-width: 800px;
}
.web-service-banner .banner-content .title-box{
    margin-bottom: 22px;
}
.web-service-banner .banner-content .desc{
    max-width: 1020px;
}
.web-service-banner .banner-wrapper .banner-content{
    padding-top: 4%;
}



@media (min-width: 1400px) {
    .web-service-banner .banner-wrapper .banner-content{
        padding-bottom: 0;
    }
}
@media (min-width: 1281px) {
    .web-service-banner .banner-content h1{
        line-height: 1.9;
    }
}
.web-development-page h2 {
    margin-bottom: 24px;
}
@media (min-width: 768px) {

    .web-development-page h2 {
        margin-bottom: 31px;
    }

    .web-development-page .section-bottom .content .image-right {
        flex: 0 0 38%;
        max-width: 38%;
        max-width: 553px;
    }

    .web-development-page .section-bottom .content .image-right .image {
        position: relative;
        min-height: 330px;
    }

    .web-development-page .section-bottom .content .image-right img {
        max-width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
}

@media (min-width: 992px) {

    .why-choose-us-list .item:nth-child(3n),
    .why-choose-us-list .item:last-child {
        border-right: 0;
    }
}
@media (min-width: 1200px) {

    .section.section-banner .banner-title {
		padding: 0 25px;
	}
}

@media (max-width: 1400px) {
    .section-service .item .image-logo:not(:last-child) {
        margin-right: 25px;
    }

    .section-service .item:nth-child(2) .content-right {
        padding-left: 15px;
        padding-right: 30px;
    }

    .why-choose-us .title {
        font-size: 40px;
        line-height: 56px;
    }

    .why-choose-us-list .item {
        padding: 20px 60px;
    }

    .section-bottom .content .content-left {
        padding-left: 4%;
    }

    .section.introduce {
        margin-top: -1px;
    }

    .section.section-banner .banner-title {
        top: 50%;
    }
}

@media (max-width: 1280px) {
    .why-choose-us-list .item {
        padding: 20px 45px;
    }
}

@media (max-width: 1199px) {
    .section-logos-grid .logos-grid{
        margin-top: 81px;
        grid-row-gap: 46px;
        grid-column-gap: 26.67px;
    }
    .why-choose-us .title {
        font-size: 42px;
        line-height: 56px;
    }

    .why-choose-us-list .item {
        padding: 20px 30px;
    }

    .section-bottom .content .content-left {
        padding-left: 25px;
    }

    body h2 {
        font-size: 32px;
        line-height: 38px;
    }
}
.technologies ul li {
    margin: 0;
}
@media (max-width: 1024px) {
    h1.title.split {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 16px;
    }

    .introduce-inner .content * {
        font-size: 18px;
    }

}

@media (max-width: 991px) {
    .why-choose-us-list .item:last-child {
        border-right: 0;
    }
}

@media (max-width: 767.98px) {
    .section-content-parallax .section-text{
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0.04em;
    }
    .why-choose-us-list .item {
        text-align: center;
    }
    .section-logos-grid .logos-grid{
        margin-top: 81px;
    }
    body .banner-title .container {
        padding: 0 20px;
    }

    h1.title.split {
        font-size: 30px;
        line-height: 38px;
    }

    .section.section-banner h6.subtitle {
		font-size: 14px;
		line-height: 19.6px;
    }

    .introduce-inner .content *,
    .introduce-inner .content p {
        font-size: 14px;
        line-height: 20px;
    }

    body h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .section-service .item .content-right h5 {
        font-size: 18px;
        line-height: 25px;
    }

    .section-service .item .image-logo {
        padding: 19px;
    }

    .section-service .item .image-logo:not(:last-child) {
        margin-right: 18px;
    }

    .introduce-inner .cicle {
        width: 48px;
        height: 48px;
        top: -25px;
    }

    .section.introduce {
        padding: 50px 0 64px 0;
    }

    .introduce-inner .cicle:before {
        width: 26px;
        height: 26px;
    }

    .introduce-inner {
        padding: 54px 29px 45px 29px;
    }

    .section-service .item .content-right {
        order: 1;
        margin-bottom: 48px;
    }


    .section-service .item .content-right h2 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 7px;
    }


    .section-service .item .description {
        padding-bottom: 15px;
    }

    .section-bottom .content .image-right img {
        width: 100%;
    }


    .section-bottom .content .content-left {
        text-align: center;
    }

    .why-choose-us-list .item .image-icon:before,
    .why-choose-us-list .item .image-icon {
        width: 60px;
        height: 60px;
    }

    .why-choose-us-list .item .image-icon:before {
        left: 5px;
        top: 3px;
    }

    .why-choose-us-list .item .image-icon img {
        margin-left: 3px;
        margin-top: 3px;
    }

    .why-choose-us-list .item .image-icon {
        padding: 9px;
        margin-bottom: 17px;
        margin-left: auto;
        margin-right: auto;
    }

    .why-choose-us-list {
        margin-top: 33px;
        margin-bottom: 17px;
    }

    .why-choose-us-list .item span.number {
        margin-bottom: 17px;
    }

    .why-choose-us-list .item {
        padding: 20px 0px 40px 0;
        border-right: 0;
        margin-bottom: 33px;
    }

    .why-choose-us {
        padding-left: 16px;
        padding-right: 16px;
    }

    .web-development-page .section-bottom .content .content-left {
        top: 50%;
    }

    .web-development-page .section-bottom .content .content-left h2 {
        margin-bottom: 7px;
    }

    .web-development-page .section-bottom .content .content-left .description {
        margin-bottom: 25px;
    }

    .section-bottom .content {
        background: transparent;
    }
}

@media (max-width: 490px) {
    h1.title.split {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    body {
        font-size: 14px;
        line-height: 20px;
    }

    body h2 {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 8px;
    }

    .section-service .item .content-right h5 {
        font-size: 18px;
        line-height: 25px;
    }

    .section-service .item:nth-child(2) .content-right,
    .section-service .item:nth-child(3) .content-right {
        padding-left: 16px;
        padding-right: 16px;
    }

    .section-service .item:nth-child(2) .content-right h2 {
        margin: 0 0 7px 0;
    }


    .section-service .item:nth-child(2) .content-right {
        margin-bottom: 14px;
        padding-top: 38px;
    }

    .section-service .item:nth-child(3) .content-right {
        padding-top: 36px;
        margin-bottom: 12px;
    }

    .why-choose-us .subtitle {
        font-size: 14px;
        line-height: 120%;
        margin-bottom: 7px;
    }

    .why-choose-us .title {
        font-size: 22px;
        line-height: 30px;
    }

    .why-choose-us-list .item {
        text-align: center;
    }

    .why-choose-us-list .item .image-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .why-choose-us-list .item h5 {
        text-align: center;
    }
}