@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html,
body {
    width: 100%;
    overflow-x: hidden;
}
/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    font-family: 'Lato', sans-serif;
    font-size: 62.5%;
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;            
}
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Sections
    ========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {
    margin: 0;
}
/**
* Render the `main` element consistently in IE.
*/

main {
    display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
    ========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
    ========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
    font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
    font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
    ========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
    border-style: none;
}

/* Forms
    ========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input { /* 1 */
    overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
    text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
    vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
    overflow: auto;
    height: 100px;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
    ========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
    display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
    display: list-item;
}

/* Misc
    ========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
    display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
    display: none;
}


img,
object,
embed {
  max-width: 100%;
  height: auto;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

/*Typing CSS*/
h1 {
    color: #000;
    font-size: 5.8rem;
    line-height: normal;
    font-weight: 900;
    margin: 0 0 26px;
}
h2 {
    color: #000;
    font-size: 5.8rem;
    line-height: normal;
    font-weight: 900;
    margin: 0 0 26px;
}
h3 {
    color: #000;
    font-size: 4rem;
    line-height: normal;
    font-weight: 900;
    margin: 0 0 26px;
}
h4 {
    color: #000;
    font-size: 3.6rem;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 26px;
}
h5 {
    color: #000;
    font-size: 3rem;
    line-height: normal;
    font-weight: 700;
    margin: 0 0 26px;   
}
h6 {
    color: #000;
    font-size: 2.4rem;
    line-height: normal;
    font-weight: 900;
    margin: 0 0 26px;
}
p {
    color: #343434;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin: 0 0 26px;
}
li {
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-weight: 400;
    margin: 0 0 10px;
}

/*Basic Containers*/
.container-xl {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3rem;
    padding-right: 3rem;
}
.container-xl {
    max-width: 180rem;
}

/*Buttons*/
.btn {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    overflow: hidden;
    position: relative;
    padding: 15px 38px;
    display: inline-block;
    border-radius: 100px;
    border: 3px solid #dc3e3d;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #dc3e3d;
}
.btn:hover {
    
}
.btn.btn-white {
    color: #fff;
    border-color: #fff;
}
.btn.btn-white:hover {
    color: #000;
    background: #fff;
}
/* .btn:before {
    content: "\2192";
    top: 12px;
    right: -100%;
    color: #fff;
    position: absolute;
    font-size: 125%;
    line-height: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn.btn-white:before {
    color: #000;
}
.btn:hover:before {
    right: 10px;
} */

/*Header Css*/
.header_container {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
ul.menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul.menu > li {
    float: left;
    margin: 0px;
}
ul.menu > li > a {
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    padding: 2.6rem 3rem;
    position: relative;
    -webkit-transition: color 0.3s ease-in;
    -moz-transition: color 0.3s ease-in;
    -ms-transition: color 0.3s ease-in;
    -o-transition: color 0.3s ease-in;
    transition: color 0.3s ease-in;
}
ul.menu > li > a:hover {
    color: #ff5255;
}
ul.menu > li ul {
    display: none;
}
/*Header End Here*/


/*Footer Starts Here*/
.site-footer {
    padding: 60px 0;
}
.footer-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-links {
    margin: 0;
}
.footer-links a {
    margin: 0 10px;
    font-size: 1.4rem;
}
.footer-inner {
    margin: 0 0 70px;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footer-inner > div {
    padding-right: 2rem;
}
.footer-inner > div:last-child {
    padding-right: 0px;
}
.footer-inner .col-1 {
    width: 25%;
}
.footer-inner .col-2 {
    width: 30%;
}
.footer-inner .col-3 {
   width: 30%;
}
/* .footer-inner .col-4 {
    width: 15%;
} */
.site-footer h4 {
    font-size: 2.2rem;
    line-height: 2rem;
    font-weight: 900;
    margin: 0 0 60px;
}
.site-footer .office-address {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.site-footer .office-address li + li {
    margin-top: 40px;
}
.site-footer .office-address h4 {
    margin: 0 0 12px;
}
.site-footer .office-address p {
    font-size: 1.5rem;
    line-height: normal;
    margin: 0 0 12px;
}
.site-footer .office-address a {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 8px;
}
.site-footer .office-address a i {
    margin-right: 6px;
}
.site-footer ul.footer-menu {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.site-footer ul.footer-menu > li {
    font-size: 1.5rem;
    line-height: 2rem;
}
.site-footer ul.footer-menu > li + li {
    margin-top: 14px;
}
.site-footer ul.footer-menu > li a {
    display: inline-block;
}
.site-footer .footer-bottom > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.site-footer .footer-social-links > ul {
    margin: 0 0 20px;
    padding: 0px;
    list-style: none;
    text-align: center;
}
.site-footer .footer-social-links > ul > li {
    display: inline-block;
    margin: 0 10px;
}
.site-footer .footer-social-links > ul > li a {
    color: #7b7b7b;
}
.site-footer .copyright {
    margin: 0px;
    font-size: 1.4rem;
    text-align: center;
}
/*Footer Css End Here*/


/*Hamburger Menu*/
#toggle {
    display: none;
    cursor: pointer;
    padding: 22px 0;
}
#toggle.is-active span {
    transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-in;
}
#toggle.is-active span:first-child {
    transform: rotate(45deg) translate(1px, -5px);
    width: 14px;
}
#toggle.is-active span:nth-child(2) {
    transform: rotate(-45deg);
    width: 28px;
}
#toggle.is-active span:last-child {
    transform: rotate(45deg) translate(9px, -5px);
    width: 14px;
}

#toggle span {
    display: block;
    height: 2px;
    background-color: #f1583b;
    border-radius: 100px;
    transition: transform 0.6s cubic-bezier(0.54, 0.1, 0.42, 1.48), width 0.6s ease-out;
}
#toggle span:not(:last-child) {
    margin-bottom: 5px;
}
#toggle span:first-child {
    transform-origin: 0 50%;
    width: 28px;
}
#toggle span:nth-child(2) {
    width: 22px;
}
#toggle span:last-child {
    transform-origin: 100% 50%;
    width: 16px;
}
/* #toggle:hover span:first-child,
#toggle:hover span:nth-child(2) {
    width: 40px;
} */
/*Home Page Sections*/
.full-service {
    position: relative;
    overflow: hidden;
}
.section-full-width {
    min-height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.full-service h4 {
    color: #343434;
    margin: 0 0 60px;
}
.section-full-width.normal {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.section-full-width.reverse {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.section-full-width .section-content {
    width: 50%;
}
.section-full-width .section-content.left {
    padding-right: 4rem;
}
.section-full-width .section-content.right {
    padding-left: 4rem;
}
.section-full-width .section-image {
    width: 50%;
    position: absolute;
}
.section-full-width .section-image > img {
    width: 100%;
    height: auto;
}
.section-full-width .section-image.left {
    left: 0px;
}
.section-full-width .section-image.right {
    right: 0px;
}
.building-apps-before,
.building-apps-after {
    background: #dc3e3d;
    height: 66px;
}
.building-apps {
    position: relative;
    overflow: hidden;
    background: #dc3e3d;
}
.building-apps:before {
    content: "";
    width: 100%;
    height: 66px;
    background: #dc3e3d;
}
.building-apps h2 {
    margin: 0 0 50px;
    color: #fff;
}
.building-apps p {
    color: #fff;
}
.building-apps .btn {
    margin-top: 40px;
}

.services-we-offer {
    padding: 60px 0;
}
.services-we-offer .home_services {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.services-we-offer .home_services .services-left {
    width: 45%;
    padding-right: 4rem;
}
.services-we-offer .home_services .services-right {
    width: 55%;
}
.home_services .services-right ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
.home_services .services-right ul > li {
    float: left;
    width: 50%;
    margin: 0 0 30px;
}
.home_services .services-right ul > li:nth-child(2n+1) {
    clear: left;
    padding-right: 2rem;
}
.home_services .services-right ul > li h3 {
    margin: 0 0 6px;
}
.case-study {
    overflow: hidden;
}
.home_case_study {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
}
.home_case_study > div {
    flex: 1 1 0;
    -ms-flex: 1 1 0px;
    -webkit-box-flex: 1;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
}
.home_case_study .case-content {
    color: #fff;
    background: #000;
    /* padding: 0 100px; */
    position: relative;
}
.home_case_study .case-content * {
    color: inherit;
}
.home_case_study .case-content p {
    margin: 0 0 50px;
}
.home_case_study .case-content > ul {
    margin: 10% 0 0 0px;
    padding: 0px;
    list-style: none;
}
.home_case_study .case-content > ul > li {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home_case_study .case-content > ul > li > .number {
    font-size: 1.8rem;
    line-height: 2rem;
    display: block;
    margin: 0 0 16px;
}
.home_case_study .case-content:before {
    content: "";
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0px;
    position: absolute;
    background: inherit;
}
.home_case_study .case-thumb {
    background-color: #ff5255;
    /* padding: 0 100px; */
    position: relative;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -ms-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
.home_case_study .case-thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0px;
    position: absolute;
    background: #000;
}
.home_case_study .case-thumb .case-thumb-js-preview {
    overflow: hidden;
}
.home_case_study .case-thumb .case-thumb-js-preview ul {
    height: 100vh;
    margin: 0px;
    padding: 0px;
    list-style: none;
    white-space: nowrap;
}
.home_case_study .case-thumb .case-thumb-js-preview ul > li {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 200%;
    height: 100vh;
    margin: 0px;
}
.home_case_study .case-thumb .case-thumb-js-preview ul > li .case-thumb-js-preview-image {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
}

.companies {
    padding: 100px 0 40px;
}
.companies .home_company h2 {
    margin: 0 0 60px;
    text-align: center;
}
/* .companies .home_company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
} */
.home_company .companies-logo {
    margin: 0 0 40px;
}
.home_company .companies-logo > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home_company .companies-logo > ul > li {
    margin:  0 0 30px;
}
.testimonials-home-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.testimonials-home-wrap .client-comments {
    background: #dc3e3d;
    width: 50%;
}
.home_company .client-comments > ul {
    margin: 0px;
    padding: 2rem;
    list-style: none;
}
.home_company .client-comments > ul li .client-details {
    margin: 0 0 4.4rem;
}
.home_company .client-comments > ul li .client-thumb {
    width: 12.5rem;
    float: left;
    margin: 0rem 2.4rem 0 0;
}
.home_company .client-comments > ul li .client-name {
    color: #fff;
    margin: 0 0 10px;
}
.home_company .client-comments > ul li .client-designation {
    color: #fff;
    font-size: 28px;
    font-weight: 300;
}
.home_company .client-comments > ul li .client-testimonial {
    color: #fff;
    font-size: 2.8rem;
    line-height: 3.8rem;
    font-weight: 400;
}
.home_company .company-achievements {
    background: #f58635;
    width: 50%;
}
.home_company .company-achievements > ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.home_company .company-achievements > ul > li {
    width: 50%;
    float: left;
    margin: 0px;
    padding: 50px 30px 24px 80px;
}
.home_company .company-achievements > ul > li:nth-child(2n + 1) {
    border-right: 1px solid rgba(0,0,0,0.2);
}
.home_company .company-achievements > ul > li:first-child,
.home_company .company-achievements > ul > li:nth-child(2) {
    border-bottom: 1px solid rgba(0,0,0,0.2);   
}
.home_company .company-achievements > ul > li h3 {
    font-size: 5.8rem;
    line-height: 4.4rem;
    margin: 0 0 10px;
    color: #fff;
}
.home_company .company-achievements > ul > li p {
    color: #fff;
    font-size: 2rem;
    font-weight: 300;
}

.awards {
    padding: 106px 0;
    background: #eeeeee;
}
.home_awards {
    position: relative;
}

.home_awards .awards-items,
.awards-slide.slick-initialized .slick-slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.home_awards .awards-items > div {
    /* -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%; */
    width: 50%;
}
.home_awards .awards-name {
    color: #fff;
    background: #1b3f5d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.home_awards .quick-digest {
    top: -10px;
    left: 50px;
    position: absolute;
    background: #fff;
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 400;
    color: #343434;
    padding: 10px;
    z-index: 9;
    box-shadow: 0 0 35px 0 rgba(7, 7, 8, 0.4);
    -webkit-box-shadow: 0 0 35px 0 rgba(7, 7, 8, 0.4);
}
.home_awards .awards-name .awards-name-inner {
    padding: 50px 30px 30px 30px;
}
.home_awards .awards-name .awards-name-inner h2,
.home_awards .awards-name .awards-name-inner p {
    color: #fff;
    margin: 0px;
}
.home_awards .awards-thumb img {
    width: 100%;
    height: auto;
}

.lets-change {
    background: #000;
    padding: 60px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home_lets_change {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home_lets_change h2 {
    color: #fff;
    margin: 0px;
}
.home_lets_change .btn {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.contact-us-home {
    padding: 50px 0px;
    background: #f4f4f4;
}
.contact-us-home h2 {
    text-align: center;
    margin: 0 0 10px;
}
.contact-us-home p {
    text-align: center;
    font-size: 2.5rem;
    line-height: 3.5rem;
}
.contact-form {
    padding: 50px 0 0px 0;
}
.contact-form .form-control {
    background: #f4f4f4;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow:0 0 0 50px #f4f4f4 inset;
}
.error-msg {
    color: #ff0000;
    font-size: 1.4rem;
    display: block;
}


/*Service Page*/
.services_wrap {
    position: relative;
    overflow: hidden;
}
.services_wrap h1 {
    margin: 0 0 40px;
}
.services_wrap p {
    font-size: 2.2rem;
    line-height: 2.8rem;
}
.services-listing {
    padding: 105px 0px;
}
.box-3-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.box-3-column .box {
    flex: 0 1 32%;
    -ms-flex: 0 1 32%;
    -webkit-box-flex: 0;
    padding: 30px 30px 46px 30px;
    position: relative;
    border: 1px solid #070708;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
}
.box-3-column .box:hover {
    background: #edf3f5;
}
.box-3-column .box h3 {
    min-height: 96px;
}
.box-3-column .box p {
    margin: 0 0 70px;
    font-weight: 700;
    line-height: 28px;
}
.box-3-column .box a {
    font-size: 14px;
    font-weight: 900;
    line-height: 18px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    text-decoration: underline;
}

.iot-boats {
    background-image: url(../images/services/iot-bg.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.iot_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.iot_inner .iot-image,
.iot_inner .iot-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.iot_inner .iot-content {
    padding-left: 4rem;
}
.iot_inner .iot-content p {
    font-weight: 700;
    line-height: 28px;
    margin: 0 0 32px;
}
.iot_inner .iot-content a {
    color: #fff;
    background: #000;
    border-radius: 100px;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1.4rem;
    padding: 0.8rem 2rem;
}
.g-recaptcha {
    display: none !important;
}
.techno-stacks {

}
.techno-stacks h2 {
    margin: 0 0 70px;
}
.tech_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tech_wrap h5 {
    font-size: 2.2rem;
    margin: 0 0 36px;
    font-weight: 900;
}
.tech_wrap ul {
    margin: 0 0 30px;
    padding: 0px;
    list-style: none;
}
.tech_wrap ul > li {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 16px;
}
/*Service Page End Here*/

/*About Us Page Starts Here*/
.about-head {
    position: relative;
    overflow: hidden;
    margin-bottom: 36px;
}
.about-head p {
    font-size: 3.6rem;
    line-height: normal;
}
.meet-team {
    margin: 0 0 90px;
}
.meet-team h2 {
    margin: 0 0 40px;
}
.team-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.team-wrap .team {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    text-align: center;
}
.team-wrap {
    border-top: 1px solid #d9d9d9;
    border-left: 1px solid #d9d9d9;
}
.team-wrap .team {
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.team-wrap .team .team-thumb {
    margin: 0 0 20px;
}
.team-wrap .team .team-thumb > img {
    width: 100%;
    height: auto;
}
.team-wrap .team h4 {
    color: #000;
    font-size: 2rem;
    line-height: 1;
    margin: 0 0 14px;
}
.team-wrap .team p {
    color: #000;
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 14px;
}
.our-story {
    margin: 0 0 120px 0;
}
.our-story h2 {
    margin: 0 0 36px;
}
.story-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.story-wrap > div {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}
.story-wrap .story-image > img {
    width: 100%;
    height: auto;
}
.story-wrap .story-content {
    padding-left: 8rem;
}
.story-wrap .story-content p {
    color: #000;
    line-height: 2.8rem;

}
.recognition {
    margin: 0 0 100px;
}
.recognition h2 {
    margin: 0 0 48px;
}
.recognition ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.recognition ul > li {
    margin-right: 30px;
}
.recognition ul > li:last-child {
    margin-right: 0px;
}
.partners {
    margin: 0 0 118px;
}
.partners h2 {
    margin: 0 0 48px;
}
.partners ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.partners ul > li {
    margin-right: 30px;
}
.partners ul > li:last-child {
    margin-right: 0px;
}
.our-culture {

}
.our-culture h2 {
    margin: 0 0 70px;
}
.our-culture ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.our-culture ul > li {
    margin-bottom: 4px;
}
.our-culture ul > li:nth-child(3n+ 1),
.our-culture ul > li:nth-child(3n) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 30.412%;
    flex: 0 1 30.412%;
}
.our-culture ul > li:nth-child(3n+ 2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 38.659%;
    flex: 0 1 38.659%;
}
.our-culture ul > li > img {
    width: 100%;
    height: auto;
    display: block;   
}

/*Contact Us*/
.contact-us {
    padding: 50px 0px;
}
.contact-us .contact_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contact-us .contact_wrap > div {
    width: 47.250%;
}
.contact-address .office-address {
    margin: 0 0 180px;
    padding: 0px;
    list-style: none;
}
.contact-address h1 {
    margin: 0 0 60px;
}
.contact-address .office-address > li + li {
    margin-top: 46px;
}
.contact-address .office-address > li h4 {
    font-size: 2rem;
    line-height: 2rem;
    margin: 0 0 1.6rem;
}
.contact-address .office-address > li p {
    color: #000;
    font-size: 1.4rem;
    line-height: 2rem;
    margin: 0 0 1.6rem;   
}
.contact-address .office-address > li a {
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
    margin: 0 0 1.6rem;
}
.contact-address .office-address > li a i {
    font-size: 18px;
    vertical-align: middle;
    margin-right: 6px;
}
.screen-reader-response {
    display: none;
}
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0px 40px;
}
.form-row .col {
    padding: 0 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.form-row .col-full {
    padding: 0 30px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.form-control {
    width: 100%;
    height: 48px;
    border: none;
    padding: 10px 0;
    background: #fff;
    outline: none;
    font-size: 1.8rem;
    line-height: 2rem;
    border-bottom: 3px solid #000000;    
}
textarea.form-control {
    height: 100px;
}
.text-center {
    text-align: center;
}
.wpcf7-response-output {
    display: none;
}
.captcha-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wpcf7-form-control-wrap {
    display: block;
}
.wpcf7-not-valid-tip {
    font-size: 1.3rem;
    line-height: 2rem;
}
.contact-form .note {
    color: #000;
    font-size: 1.2rem;
    line-height: normal;
}
.contact-form input[type="submit"] {
    background: #dc3e3d;
    cursor: pointer;
    outline: none;
}
.contact-form input[type="submit"]:hover {
    color: #fff;
    background: #dc3e3d;
}
.attachemnt-row {
    position: relative;
}
.attachemnt-row input[type="file"] {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    position: absolute;
}
.contact-address > ul.social {
    margin: 0 0 20px;
    padding: 0px;
    list-style: none;
}
.contact-address > ul.social > li {
    display: inline-block;
    margin: 0 10px;
}
.contact-address > ul.social > li a {
    color: #7b7b7b;
}
/*Contact Page Ends Here*/

/*Portfolio Page Starts Here*/
.case-studies {
    position: relative;
    overflow: hidden;
    margin-bottom: 36px;
}
.case-studies p {
    font-size: 2.2rem;
    line-height: 2.8rem;   
}
.portfolio-wrapper.first {
    box-shadow: 0px -9px 24px 0 rgba(7, 7, 8, 0.09);
    -webkit-box-shadow: 0px -9px 24px 0 rgba(7, 7, 8, 0.09);
}
.portfolio-wrapper .portfolio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.portfolio-wrapper .portfolio.left {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.portfolio.left .portfolio-image {
    left: 0px;
    width: 50%;
    position: absolute;
}
.portfolio.right .portfolio-image {
    right: 0px;
    width: 50%;
    position: absolute;
}
.portfolio .portfolio-image:after {
    content: "";
    width: 100%;
    display: block;
    padding-bottom: 64.275%;
}
.portfolio .portfolio-image > img {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    position: absolute;
}
.portfolio .portfolio-content {
    width: 50%;
}
.portfolio.left .portfolio-content {
    padding-left: 9rem;
}
.portfolio.right .portfolio-content {
    padding-right: 9rem;
}
.portfolio .portfolio-content h3 {
    font-size: 5rem;
    line-height: 4rem;
    margin: 0 0 3rem;
}
.portfolio .portfolio-content p {
    font-size: 2.6rem;
    line-height: 3rem;
    font-weight: 300;
    color: #343434;
    margin: 0 0 6rem;
}
.portfolio .portfolio-content a {
    color: #000;
    font-size: 2rem;
    line-height: 1.8rem;
    font-weight: 900;
    display: inline-block;
}
.cleazz-bg {
    background: #63dff9;
}
.axa-bg {
    background: #197be3;
}
.rental-bg {
    background: #8a56ab;
}
.truthful-bg {
    background: #fed000;
}
.cdr-bg {
    background: #f55d35;
}
.learnent-bg {
    background: #3f464f;
}
.ranvu-bg {
    background: #308138;
}
.forex-bg {
    background: #6acbd2;
}
.kid-bg {
    background: #eaab50;
}
.more-projects {
    padding: 65px 0 50px;
}
.more-projects h2 {
    margin: 0 0 60px;
}
.more-projects ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.more-projects ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 20%;
    flex: 0 1 20%;
    margin: 0px;
    text-align: center;
    background: #f4f4f4;
    border: 1px solid #fff;
    position: relative;
}
.more-projects ul > li:after {
    content: "";
    width: 100%;
    display: block;
    padding-bottom: 85.344%;
}
.more-projects ul > li img {
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


/*Responsive Css Start*/
/* @media(max-width: 1440px) {
    .section-full-width {
        min-height: 68vh;
    }
    h1, h2 {
        font-size: 4rem;
    }
    h3 {
        font-size: 2.4rem;
    }
    .full-service h4 {
        font-size: 2.4rem;
    }
} */
@media(max-width: 1440px) {
    .section-full-width {
        min-height: 68vh;
    }
    h1, h2 {
        font-size: 4rem;
    }
    h3 {
        font-size: 3rem;
    }
    h4 {
        font-size: 2.4rem;
    }
    ul.menu > li > a {
        padding: 2.6rem 2rem;
    }
    .about-head p {
        font-size: 3rem;
    }
    .about-head p br {
        display: none;
    }
    .home_services .services-right ul > li h3 {
        font-size: 2.8rem;
    }
    .building-apps br,
    .services-we-offer br,
    .home_company br {
        display: none;
    }
    .home_company .company-achievements > ul > li {
        padding: 50px 20px 24px 20px;
    }
    .iot_inner .iot-content p br {
        display: none;
    }
    .services_wrap p br {
        display: none;
    }
    .portfolio .portfolio-content h3 {
        font-size: 4rem;
        line-height: 3.2rem;
        margin: 0 0 2rem;
    }
    .portfolio .portfolio-content p {
        font-size: 2rem;
        line-height: 2.6rem;
        margin: 0 0 3rem;
    }
    .portfolio .portfolio-content p br {
        display: none;
    }
}
@media(max-width: 1023px) {
    .container-xl {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    ul.menu > li > a {
        padding: 2.6rem 1.5rem;
    }
    .section-full-width {
        min-height: 60vh;
    }
    h1, h2 {
        font-size: 3.2rem;
    }
    .about-head p {
        font-size: 2.2rem;
    }
    .building-apps h2 {
        margin-bottom: 20px;
    }
    .building-apps .btn {
        margin-top: 20px;
    }
    .home_services .services-right ul > li h3 {
        font-size: 2.2rem;
    }
    .home_services .services-right ul > li p {
        font-size: 1.6rem;
    }
    .home_services .services-right ul > li {
        margin-bottom: 30px;
    }
    .home_company .client-comments > ul li .client-name {
        font-size: 2rem;
    }
    .home_company .client-comments > ul li .client-designation {
        font-size: 1.8rem;
    }
    .home_company .client-comments > ul li .client-testimonial {
        font-size: 2rem;
        line-height: 2.8rem;
    }
    .home_company .company-achievements > ul > li h3 {
        font-size: 5rem;
    }
    .home_company .company-achievements > ul > li p {
        font-size: 1.6rem;
    }
    .home_company .companies-logo > ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .box-3-column .box {
        padding: 10px 10px 16px 10px;
    }
    .box-3-column .box h3 {
        font-size: 2.6rem;
        min-height: 64px;
    }
    .tech_wrap h5 {
        font-size: 2.4rem;
        margin: 0 0 26px;
    }
    .tech_wrap ul > li {
        margin: 0 0 30px;
    }
}
@media(max-width: 979px) {
    .site-footer .office-address p br {
        display: none;
    }
    .footer-inner .col-1,
    .footer-inner .col-2 {
        width: 30%;
    }
    .footer-inner .col-3 {
        width: 22%;
    }
    .team-wrap .team {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 33.33%;
        flex: 0 1 33.33%;
    }
    .portfolio.left .portfolio-content {
        padding-left: 3rem;
    }
    .portfolio.right .portfolio-content {
        padding-right: 3rem;
    }
    .portfolio .portfolio-content h3 {
        font-size: 3rem;
        line-height: 2.6rem;
        margin: 0 0 1.6rem;
    }
    .portfolio .portfolio-content p {
        font-size: 1.6rem;
        line-height: 2rem;
        margin: 0 0 1.6rem;
    }
    .portfolio .portfolio-content a {
        font-size: 1.6rem;
        line-height: 2rem;
    }
    .captcha-submit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .captcha-submit > p {
        margin-top: 10px;
    }
}
@media(max-width: 767px) {
    #toggle {
        display: block;
    }
    ul.menu {
        display: none;
        position: absolute;
        width: 100%;
        left: 0;
        z-index: 8;
    }
    ul.menu > li {
        float: none;
    }
    ul.menu > li > a {
        padding: 1.2rem 1.2rem;
        background: #fff;
    }
    .services-we-offer .home_services {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;   
    }
    .services-we-offer .home_services .services-left,
    .services-we-offer .home_services .services-right {
        width: 100%;
    }
    .services-we-offer .home_services .services-left {
        margin: 0 0 60px;
        padding-right: 0px;
    }
    .testimonials-home-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .testimonials-home-wrap .client-comments,
    .home_company .company-achievements {
        width: 100%;
    }
    .footer-inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .footer-inner .col-1,
    .footer-inner .col-2,
    .footer-inner .col-3,
    .footer-inner .col-4 {
        width: 100%;
        padding: 0px;
        border-bottom: 2px solid #000;
    }
    .site-footer h4 {
        margin: 0px;
        padding: 20px 0;
    }
    .footer-inner > div > h4 {
        cursor: pointer;
    }
    .footer-inner > div > h4:after {
        content: '\002B';
        color: #000;
        font-weight: bold;
        float: right;
        margin-right: 5px;
    }
    .footer-inner > div > h4.active:after {
        content: "\2212";
    }
    .site-footer h4 + ul {
        display: none;
        margin: 0 0 30px !important;
    }
    .home_awards .awards-name .awards-name-inner h2 {
        font-size: 2rem;
    }
    .about-head br {
        display: none;
    }
}
@media(max-width: 639px) {
    .section-full-width {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: auto;
    }
    .section-full-width .section-content {
        width: 100%;
    }
    .section-full-width .section-image {
        width: 100%;
        position: relative;
    }
    .section-full-width .section-content.left {
        padding-right: 0px;
        margin: 40px 0;
    }
    .section-full-width .section-content.right {
        padding-left: 0px;
        margin: 0 0 40px;
    }
    .site-footer .footer-bottom > ul {
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .site-footer .footer-bottom > ul > li:nth-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 0 0 40px;
    }
    .site-footer .footer-bottom > ul > li:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .site-footer .footer-bottom > ul > li:last-child {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .team-wrap .team {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .story-wrap  {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .story-wrap .story-content {
        padding-left: 0px;
        margin-top: 40px;
    }
    .recognition ul {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .recognition ul > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 10px;
        text-align: center;
        margin: 0px;
    }
    .partners ul {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .partners ul > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        padding: 10px;
        text-align: center;
        margin: 0px;
    }
    .our-culture ul > li:nth-child(3n+ 1),
    .our-culture ul > li:nth-child(3n),
    .our-culture ul > li:nth-child(3n+ 2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .box-3-column {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .box-3-column .box {
        margin-bottom: 30px;
    }
    .iot_inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .iot_inner .iot-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .tech_wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tech_wrap  > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
        margin-bottom: 30px;
    }
    .contact-us .contact_wrap > div {
        width: 100%;
    }
    .contact-us .contact_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .contact_wrap .contact-address {
        margin: 0 0 60px;
    }
    .contact-address .office-address {
        margin-bottom: 60px;
    }
    .portfolio-wrapper .portfolio {
        height: auto !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .portfolio.left .portfolio-image,
    .portfolio.right .portfolio-image {
        width: 100%;
        position: relative;
    }
    .portfolio .portfolio-content {
        width: 100%;
        padding: 30px 0 !important;
    }
    .more-projects ul > li {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%;
    }
    .home_case_study .case-content span {
        font-size: 16px;
    }
    .home_case_study .case-content h2 {
        font-size: 2.2rem;
    }
    .home_case_study .case-content p {
        font-size: 1.6rem;
    }
    .home_case_study .case-content a {
        font-size: 1.6rem;
        padding: 12px 20px;
    }
    .home_awards .awards-items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .home_awards .awards-items > div {
        width: 100%;
    }
    .home_awards .awards-name .awards-name-inner {
        min-height: 140px;
    }
    .form-row .col {
        padding: 0 15px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .form-row .col-full {
        padding: 0 15px;
    }
    .form-row {
        margin: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .form-row .col,
    .form-row .col-full {
        margin: 0 0 30px;
    }
}

@media(max-width: 479px) {
    .home_lets_change {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .home_lets_change h2 {
        margin: 0 0 40px;
        text-align: center;
    }
    .services-we-offer .home_services .services-left {
        margin: 0 0 20px;
    }
    .home_services .services-right ul > li {
        float: none;
        width: 100%;
    }
    .home_services .services-right ul > li:nth-child(2n+1) {
        padding: 0px;
        clear: none;
    }
    .tech_wrap  > div {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%;
    }
    .team-wrap .team h4 {
        font-size: 1.8rem;
    }
}
@media(max-width: 420px) {
    .home_company .company-achievements > ul > li h3 {font-size: 4rem;}
}