/*
Theme Name: AppelloLP1Theme
Theme URI: http://appello.com.au/
Author: Denis R.
Author URI: http://appello.com.au/
Description: Theme for Appello.
Version: 1.0
*/

html {
    scroll-behavior: smooth;
}

a,
button,
input[type="submit"],
#soft_for_business input {
    outline: none !important;
    -moz-outline: none !important;
    border: 0 none;
}

button {
    border: 0;
    cursor: pointer;
}

::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000000;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000000;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000000;
}

input:focus,
select:focus,
textarea:focus {
    outline: -webkit-focus-ring-color auto 1px;
}

html body {
    min-width: 300px;
    max-width: 1920px;
    background: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #FFFFFF;
    font-weight: normal;
}

html,
body {
    overflow-x: hidden;
}

a,
button,
input[type="submit"] {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-decoration: none;
    opacity: 1;
}

a:hover,
button:hover,
input[type="submit"]:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
    opacity: 0.7;
}

h1 {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    line-height: 50px;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 0;
}

h2 {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    line-height: 50px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 0;
}

h3 {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    line-height: 38px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 0;
}

h4 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 0;
}

.container {
    max-width: 1140px;
}


/*header*/

#header {
    position: relative;
    background: #0E0E33;
}

#header #fixed-header {
    padding-top: 38px;
}

#header #fixed-header #logo a {
    display: inline-block;
}

#header #fixed-header #logo a img {
    max-width: 90px;
}

#header #fixed-header.active {
    position: fixed;
    left: 0;
    width: 100%;
    background: #0E0E33;
    z-index: 3;
    padding-bottom: 25px;
    padding-top: 25px;
}

#header #fixed-header #mobile-menu-button {
    display: none;
}

#header #nav ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

#header #nav ul li {
    transition: all 0.2s ease;
    display: inline-block;
    transform: translateY(0px);
    margin-right: 50px;
}

#header #nav ul li:last-child {
    margin-right: 0;
}

#header #nav ul li:hover {
    transition: all .4s ease;
    transform: translateY(2px);
}

#header #nav ul li a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
    font-weight: normal;
}

#header #slides .build {
    padding-top: 172px;
    padding-bottom: 174px;
}

#header #slides .build h1 {
    display: inline-block;
    margin-bottom: 23px;
}

#header #slides .build a {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: normal;
    background: #0A8BFE;
    border-radius: 4px;
    padding: 15px 37px;
}

#header #slides .build p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: normal;
    margin-bottom: 31px;
}

#header #slides .slides-imgs {
    padding-top: 54px;
}

#header #slides .slides-imgs img {
    max-width: 598px;
}


/*scalable*/

#scalable {
    margin-top: -55px;
    padding-bottom: 123px;
    background: #FFFFFF;
}

#scalable .container {
    position: relative;
    background: #FFFFFF;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding: 77px 40px 77px 40px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

#scalable .container .scale {
    max-width: 370px;
    border-right: 1px solid #e8e8e8;
    padding-right: 60px;
}

#scalable .container .scale h3 {
    margin-bottom: 30px;
}

#scalable .container .scale .scaleb_content {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    font-weight: normal;
}

#scalable .container .soft_sol ul {
    list-style: none;
    padding-left: 60px;
    margin-bottom: 0;
}

#scalable .container .soft_sol ul li {
    position: relative;
    display: inline-block;
    max-width: 175px;
    margin-right: 44px;
    margin-bottom: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    font-weight: normal;
}

#scalable .container .soft_sol ul li span {
    display: inline-block;
    margin-left: 20px;
}

#scalable .container .soft_sol ul li:before {
    content: '';
    position: absolute;
    background-image: url(images/bullet.svg);
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    width: 8px;
    height: 9px;
    top: 7px;
    left: 0;
    margin: auto;
}

#scalable .container .soft_sol ul li.no-mrg {
    margin-right: 0;
}

#scalable .container:hover {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}


/*proud*/

#proud {
    background: #FFFFFF;
    /*projects*/
}

#proud h2 {
    text-align: center;
    margin-bottom: 72px;
}

#proud .item span {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    line-height: 50px;
    color: #0A8BFE;
    font-weight: normal;
}

#proud .item div {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
    max-width: 170px;
}

#proud #projects {
    position: relative;
    z-index: 2;
    margin-top: 123px;
    padding: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

#proud #projects .slides img {
    max-width: 539px;
    margin-left: auto;
    margin-right: auto;
}

#proud #projects .content {
    padding-left: 61px;
    margin-top: 40px;
    color: #737373;
}

#proud #projects .content h3 {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    line-height: 38px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 30px;
}

#proud #projects .content h4 {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 16px;
}

#proud #projects .content .description {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    font-weight: normal;
    margin-bottom: 50px;
}

#proud #projects .content .sm__description {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    font-weight: normal;
    margin-bottom: 48px;
}

#proud #projects .content .tech {
    width: 190px;
    height: 50px;
    background-image: url(images/tech.svg);
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
}

#proud #projects .content #all_projects {
    display: inline-block;
    margin-top: 50px;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: normal;
    background: #0A8BFE;
    padding: 15px 29px 15px 29px;
    text-align: center;
    border-radius: 4px;
    /*&:hover{
					background-color: $backInputFormBTNhover;
				}*/
}


/*portfolio*/

#portfolio {
    margin-top: 173px;
    padding-bottom: 97px;
}

#portfolio .project-row {
    margin-bottom: 40px;
}

#portfolio .project-row .project__item {
    position: relative;
    top: 0;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    margin-right: 30px;
}

#portfolio .project-row .project__item .project__image {
    background: #FFFFFF;
    padding: 10px 10px 0 10px;
    max-height: 535px;
    overflow: hidden;
}

#portfolio .project-row .project__item .project__image img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: auto;
}

#portfolio .project-row .project__item .project__content {
    padding: 35px 40px 50px 40px;
}

#portfolio .project-row .project__item .project__content h4 {
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 38px;
    color: #000000;
    font-weight: 500;
    margin-bottom: 20px;
}

#portfolio .project-row .project__item .project__content p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    font-weight: normal;
    margin: 0;
}

#portfolio .project-row .project__item:after {
    content: '';
    position: absolute;
    width: 85.6%;
    height: 30px;
    left: 7.2%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.0001);
    background-blend-mode: normal;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5);
    opacity: 0.1;
    z-index: -1;
}

#portfolio .project-row .project__item:hover {
    top: -5px;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
    box-shadow: 0px 4px 15px rgba(5, 5, 5, 0.1);
    -webkit-transition: box-shadow all 0.2s ease;
    transition: box-shadow all 0.2s ease;
}

#portfolio .all_proj_wrap {
    margin-top: 57px;
}

#portfolio .all_proj_wrap a {
    display: inline-block;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: normal;
    text-align: center;
    background: #0A8BFE;
    border-radius: 4px;
    padding: 15px 37px;
    margin-left: auto;
    margin-right: auto;
}


/*industry*/

#industry {
    position: relative;
    z-index: 1;
    padding-top: 220px;
    background: #FAFAFA;
}

#industry h2 {
    margin-bottom: 30px;
}

#industry .industry_approve {
    padding-left: 103px;
    padding-right: 100px;
    padding-bottom: 230px;
}

#industry .industry_approve .industry_approve_cont {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    font-weight: normal;
    margin-bottom: 50px;
}

#industry .industry_approve .approved_images a {
    display: inline-block;
    margin-right: 50px;
}

#industry .industry_approve .approved_images a img {
    max-width: 100px;
}


/*clients*/

#clients {
    padding-top: 192px;
}

#clients h2 {
    font-family: "Roboto", sans-serif;
    font-size: 42px;
    line-height: 50px;
    color: #000000;
    font-weight: normal;
    text-align: center;
}

#clients .clients_content {
    margin-top: 30px;
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    font-weight: normal;
}

#clients .clients-row {
    background: #FAFAFA;
    padding: 80px 50px 0 50px;
    margin-top: 80px;
}

#clients .clients-row .item {
    padding-right: 80px;
    margin-bottom: 80px;
}

#clients .clients-row .item img {
    max-width: 200px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#clients .clients-row .item img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}


/*callback*/

#callback {
    margin-top: 140px;
    margin-bottom: 153px;
}

#callback .call-row {
    position: relative;
    background-image: url(images/callback.jpg);
    background-position: right center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-clip: content-box;
    min-height: 655px;
    margin-left: 48px;
}

#callback .call-row .shadow {
    position: absolute;
    height: 98%;
    width: 95%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.0001);
    mix-blend-mode: normal;
    z-index: -1;
}

#callback .call-row .request {
    position: relative;
    margin: 40px 0 49px -48px;
    padding: 50px;
    background: #FFFFFF;
    max-width: 600px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
}

#callback .call-row .request h3 {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    line-height: 38px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 50px;
}

#callback .call-row .request form#expert_team input,
#callback .call-row .request form#expert_team select {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
    width: 100%;
    padding: 15px 32px;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    margin-bottom: 30px;
}

#callback .call-row .request form#expert_team select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(images/triangle.svg);
    background-position: 0px 0px;
    background-size: 10px 5px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: -webkit-calc(100% - 15px) center;
    background-position: -moz-calc(100% - 15px) center;
    background-position: calc(100% - 15px) center;
}

#callback .call-row .request form#expert_team input[type="submit"] {
    cursor: pointer;
    max-width: 175px;
    margin-bottom: 0;
    padding: 15px 40px;
    background: #0A8BFE;
    color: #FFFFFF;
    border: none;
}


/*collaborate*/

#collaborate {
    padding-top: 154px;
    padding-bottom: 167px;
    background: #FFFFFF;
}

#collaborate h2 {
    text-align: center;
    margin-bottom: 30px;
}

#collaborate p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #737373;
    font-weight: normal;
    text-align: center;
    margin-bottom: 50px;
}

#collaborate form#expert_team {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#collaborate form#expert_team input,
#collaborate form#expert_team select {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
    width: 100%;
    padding: 15px 32px;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    margin-bottom: 30px;
}

#collaborate form#expert_team select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(images/triangle.svg);
    background-position: 0px 0px;
    background-size: 10px 5px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: -webkit-calc(100% - 15px) center;
    background-position: -moz-calc(100% - 15px) center;
    background-position: calc(100% - 15px) center;
}

#collaborate form#expert_team input[type="submit"] {
    cursor: pointer;
    max-width: 175px;
    margin-bottom: 0;
    padding: 15px 40px;
    background: #0A8BFE;
    color: #FFFFFF;
    border: none;
}


/*footer*/

#footer {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 30px 0;
    background: #0E0E33;
}

#footer .copy {
    text-align: left;
}

#footer .social {
    text-align: right;
}

#footer .social .social__row .item {
    position: relative;
    display: inline-block;
    padding: 0 10px;
}

#footer .social .social__row .item a {
    color: #FFFFFF;
}

#footer .social .social__row .item:first-child {
    padding-left: 0;
}

#footer .social .social__row .item:last-child {
    padding-right: 0;
}

#footer .social .social__row .item:last-child:after {
    display: none;
}

#footer .social .social__row .item:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    display: block;
    width: 1px;
    height: 14px;
    background: #fff;
}

#tnxpop {
    transition: all 0.2s ease;
    overflow: hidden;
    display: none;
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 0%;
    opacity: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
}

#tnxpop .content {
    position: relative;
    max-width: 600px;
    padding: 0;
    text-align: center;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

#tnxpop .content iframe {
    border: 0;
    padding: 0;
    margin: 0;
    margin-bottom: -3px;
    width: auto !important;
    height: auto !important;
    min-width: 600px;
    min-height: 600px;
}

#tnxpop .content iframe html {
    overflow: hidden;
}

#tnxpop .content h2 {
    text-align: center;
}

#tnxpop .content .close {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    transform: rotate(45deg);
    transition: all 0.2s ease;
}

#tnxpop .content .close:hover {
    transform: rotate(30deg);
    transition: all 0.2s ease;
}

#tnxpop .content .close:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #FFFFFF;
    transform: rotate(90deg);
}

#tnxpop .content .close:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #FFFFFF;
    transform: rotate(180deg);
}

#tnxpop.active {
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    height: 100%;
}

@media (max-width: 1600px) {
    #tnxpop .content iframe {
        min-height: 500px;
    }
}


/*mobile-menu*/

#mobile-menu {
    display: none;
}


/*get_project_quote*/

#get_project__quote {
    overflow: hidden;
    display: none;
    position: fixed;
    width: 100%;
    height: 0%;
    opacity: 0;
    top: 0;
    z-index: 4;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.2s ease;
}

#get_project__quote form {
    position: relative;
    max-width: 600px;
    padding: 61px 50px;
    text-align: center;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.5);
}

#get_project__quote form h2 {
    text-align: center;
    margin-bottom: 33px;
}

#get_project__quote form select,
#get_project__quote form input,
#get_project__quote form textarea {
    width: 100%;
}

#get_project__quote form input,
#get_project__quote form select,
#get_project__quote form textarea {
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    font-weight: normal;
    width: 100%;
    padding: 15px 32px;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    margin-bottom: 30px;
}

#get_project__quote form select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-image: url(images/triangle.svg);
    background-position: 0px 0px;
    background-size: 10px 5px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    background-position: -webkit-calc(100% - 15px) center;
    background-position: -moz-calc(100% - 15px) center;
    background-position: calc(100% - 15px) center;
}

#get_project__quote form input[type="submit"] {
    cursor: pointer;
    max-width: 175px;
    margin-bottom: 0;
    padding: 15px 40px;
    background: #0A8BFE;
    color: #FFFFFF;
    border: none;
}

#get_project__quote form .close {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    right: 15px;
    transform: rotate(45deg);
    transition: all 0.2s ease;
}

#get_project__quote form .close:hover {
    transform: rotate(30deg);
    transition: all 0.2s ease;
}

#get_project__quote form .close:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #000000;
    transform: rotate(90deg);
}

#get_project__quote form .close:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #000000;
    transform: rotate(180deg);
}

#get_project__quote.active {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    height: 100%;
    transition: all 0.2s ease;
}

@media (max-width: 1199px) {
    h3 {
        font-size: 24px;
        line-height: 33px;
    }
    .row {
        margin: 0 !important;
    }
    #header #slides .build {
        margin-right: auto;
    }
    #header #slides .slides-imgs img {
        max-width: 525px;
    }
    #scalable .container .soft_sol ul li {
        max-width: 150px;
        font-size: 14px;
        line-height: 25px;
        margin-right: 8px;
    }
    #scalable .container .soft_sol ul li span {
        margin-left: 15px;
    }
    #scalable .container .scale .scaleb_content {
        font-size: 14px;
        line-height: 24px;
    }
    #clients .clients-row {
        margin-top: 80px !important;
    }
    #clients .clients-row .item img {
        max-width: 150px;
    }
}

@media (max-width: 1024px) {
    #scalable .container .soft_sol ul li {
        max-width: 140px;
        font-size: 13px;
    }
    #proud #projects .slides img {
        max-width: 415px;
    }
}

@media (max-width: 992px) {
    /*mobile-menu*/
    #mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding: 20px 0;
        background-color: #0E0E33;
        color: #fff;
        z-index: 3;
        display: none;
        flex-direction: column;
    }
    #mobile-menu .menu-header .menu-logo img {
        max-width: 90px;
    }
    #mobile-menu .menu-header .close {
        cursor: pointer;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 25px;
        right: 15px;
        transform: rotate(45deg);
        transition: all 0.2s ease;
    }
    #mobile-menu .menu-header .close:hover {
        transform: rotate(30deg);
        transition: all 0.2s ease;
    }
    #mobile-menu .menu-header .close:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 20px;
        background: #FFFFFF;
        transform: rotate(90deg);
    }
    #mobile-menu .menu-header .close:before {
        content: '';
        position: absolute;
        width: 1px;
        height: 20px;
        background: #FFFFFF;
        transform: rotate(180deg);
    }
    #mobile-menu .content {
        height: 100%;
    }
    #mobile-menu .content ul {
        list-style: none;
        margin: 0;
        text-align: center;
        padding-left: 0;
    }
    #mobile-menu .content ul li a {
        font-family: "Roboto", sans-serif;
        font-size: 22px;
        line-height: 33px;
        color: #FFFFFF;
        font-weight: normal;
    }
    #mobile-menu.active {
        display: flex;
    }
    h1 {
        font-size: 37px;
        line-height: 45px;
    }
    #header #fixed-header #nav {
        display: none;
    }
    #header #fixed-header #mobile-menu-button {
        display: block;
        background: transparent;
    }
    #header #slides {
        text-align: left;
    }
    #header #slides .slides-imgs {
        text-align: center;
    }
    #header #slides .slides-imgs img {
        max-width: 385px;
    }
    #header #slides .build {
        padding-top: 80px;
        margin-right: 20px;
    }
    #header #slides .build h1 {
        text-align: center;
    }
    #header #slides .build p {
        font-size: 14px;
        line-height: 24px;
        max-width: 385px;
    }
    #scalable {
        padding-bottom: 70px;
        margin-top: 0;
    }
    #scalable .container .soft_sol ul li {
        max-width: 150px;
        font-size: 14px;
        margin-right: 8px !important;
    }
    #scalable .container .soft_sol ul li:nth-child(even) {
        margin-right: 0 !important;
    }
    #proud h2 {
        margin-bottom: 55px;
    }
    #proud #projects {
        margin-top: 55px;
    }
    #proud #projects .slides img {
        max-width: 350px;
    }
    #proud #projects .content {
        padding-left: 15px;
    }
    #proud .item {
        text-align: center;
    }
    #proud .item div {
        margin-bottom: 15px;
        margin-left: auto;
        margin-right: auto;
    }
    #clients .clients-row .item img {
        max-width: 110px;
    }
}

@media (max-width: 850px) {
    h1 {
        font-size: 31px;
        line-height: 40px;
    }
    #header #slides .build p br {
        display: none;
    }
    #header #slides .build form input {
        padding: 15px 10px 15px 15px;
    }
    #header #slides .build form input[type="submit"] {
        padding: 15px 35px 15px 35px;
    }
    #scalable .container .scale {
        padding-right: 30px;
    }
    #scalable .container .soft_sol ul {
        padding-left: 30px;
    }
    #scalable .container .soft_sol ul li {
        margin-bottom: 20px !important;
    }
    #clients .clients-row .item img {
        max-width: 95px;
    }
}

@media (max-width: 768px) {
    h3 {
        font-size: 22px;
        line-height: 30px;
    }
    #mobile-menu .menu-header .menu-logo img {
        max-width: 65px;
    }
    #header #fixed-header.active {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #header #fixed-header #logo a img {
        max-width: 65px;
    }
    #header #fixed-header #mobile-menu-button svg {
        width: 15px;
    }
    #header #slides {
        text-align: center;
    }
    #header #slides .build {
        width: 100%;
        padding-bottom: 0;
        margin-right: 0px;
    }
    #header #slides .build p {
        margin-left: auto;
        margin-right: auto;
    }
    #header #slides .slides-imgs {
        width: 100%;
    }
    #header #slides .slides-imgs img {
        max-width: 250px;
    }
    #scalable {
        padding-bottom: 65px;
        margin-right: 15px;
        margin-left: 15px;
    }
    #scalable .container .scale {
        max-width: 260px;
    }
    #scalable .container .scaleb_content {
        font-size: 12.5px;
        line-height: 20px;
    }
    #proud #projects .slides img {
        max-width: 260px;
    }
    #proud #projects .content {
        margin-top: 25px;
        padding-left: 0;
        text-align: center;
    }
    #proud #projects .content h3 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 20px;
    }
    #proud #projects .content .description {
        font-size: 14px;
        line-height: 23px;
        margin-bottom: 30px;
    }
    #proud #projects .content h4 {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 15px;
    }
    #proud #projects .content .sm__description {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    #proud #projects .content .tech {
        margin-left: auto;
        margin-right: auto;
    }
    #proud #projects .content #all_projects {
        margin-top: 20px;
    }
    #clients {
        padding-top: 70px;
    }
    #clients .clients-row {
        padding: 20px 50px 0 50px;
    }
    #clients .clients-row .item {
        text-align: center;
        margin-bottom: 25px;
    }
    #clients .clients-row .item img {
        max-width: 250px;
    }
    #clients .clients-row .item.sec,
    #clients .clients-row .item.sec,
    #clients .clients-row .item.four,
    #clients .clients-row .item.six,
    #clients .clients-row .item.eih {
        padding-right: 0;
    }
    #callback {
        margin-top: 80px;
        margin-bottom: 80px;
    }
    #footer .copy {
        text-align: center;
    }
    #footer .social {
        text-align: center;
    }
    #footer .social .social__row {
        text-align: center;
        display: inline-block;
        padding-left: 0;
    }
}

@media (max-width: 655px) {
    #scalable .container .soft_sol ul {
        padding-left: 40px;
    }
    #scalable .container .soft_sol ul li {
        margin-bottom: 20px !important;
    }
    #clients .clients-row .item {
        padding-right: 0;
        text-align: center;
    }
    #clients .clients-row .item img {
        max-width: 100%;
    }
    #clients .clients-row .item.sec,
    #clients .clients-row .item.sec,
    #clients .clients-row .item.four,
    #clients .clients-row .item.six,
    #clients .clients-row .item.eih {
        padding-right: 0;
    }
    #callback .call-row {
        text-align: center;
    }
    #callback .call-row .request {
        margin: 40px 0 49px 0px;
    }
}

@media (max-width: 575px) {
    #scalable .container {
        text-align: center;
        padding: 55px 30px 30px 30px;
    }
    #scalable .container .scale {
        max-width: 100%;
        border-right: 0;
        padding-right: 0;
    }
    #scalable .container .scale h3 {
        margin-bottom: 15px;
    }
    #scalable .container .scale .scaleb_content {
        margin-bottom: 20px;
    }
    #scalable .container .soft_sol {
        display: inline-block;
        max-width: 250px;
        margin-left: auto;
        margin-right: auto;
        text-align: left;
    }
    #scalable .container .soft_sol ul {
        padding-left: 0;
    }
    #scalable .container .soft_sol ul li {
        max-width: 100%;
        font-size: 13px;
        line-height: 25px;
        margin-bottom: 5px !important;
        margin-right: 0px !important;
    }
}

@media (max-width: 560px) {
    h1 {
        font-size: 32px;
        line-height: 33px;
    }
    h2 {
        font-size: 28px;
        line-height: 30px;
    }
    #get_project__quote form {
        padding: 30px 15px;
    }
    #header #slides .build {
        padding-top: 70px;
    }
    #header #slides .build a {
        padding: 10px 25px;
    }
    #header #slides .build h1 br {
        display: none;
    }
    #header #slides .build p {
        font-size: 14px;
        line-height: 23px;
    }
    #header #slides .build p br {
        display: none;
    }
    #header #slides .build form {
        font-size: 12px;
        line-height: 30px;
    }
    #header #slides .build form input {
        padding: 10px 25px 10px 25px;
        margin-right: 5px;
    }
    #header #slides .build form input[type="submit"] {
        font-size: 13px;
        line-height: 30px;
        padding: 10px 35px 10px 35px;
        margin-right: 0;
    }
    #header #slides .slides-imgs img {
        max-width: 200px;
    }
    #proud h2 {
        margin-bottom: 35px;
    }
    #proud .item {
        margin-bottom: 30px;
    }
    #proud .item div {
        font-size: 13px;
        line-height: 20px;
    }
    #proud #projects {
        margin-top: 55px;
        padding: 10px;
    }
    #clients .clients-row .item img {
        max-width: 100%;
    }
    #callback .call-row .request {
        padding: 20px;
    }
    #callback .call-row .request h3 {
        font-size: 20px;
        line-height: 28px;
    }
    #tnxpop .content {
        margin-right: 15px;
        margin-left: 15px;
    }
}

@media (max-width: 350px) {
    #header #slides .build form input {
        padding: 10px 0px 10px 10px;
    }
    #header #slides .build form input[type="submit"] {
        padding: 10px 25px 10px 25px;
    }
}

@media (max-width: 325px) {
    #footer .social .social__row .item a {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    /*animation typing*/
    .css-typing {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -webkit-animation: type 5s steps(50, end);
        animation: type 5s steps(50, end);
    }
    @keyframes type {
        from {
            width: 0;
        }
    }
    @-webkit-keyframes type {
        from {
            width: 0;
        }
    }
    .css-typing {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -webkit-animation: type 5s steps(50, end);
        animation: type 5s steps(50, end);
    }
    @keyframes type {
        from {
            width: 0;
        }
    }
    @-webkit-keyframes type {
        from {
            width: 0;
        }
    }
}