/******************* PAGE HTML STARTS HERE *******************/

html, body {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
    scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    font-weight: 300;
}
.roboto-thin {
    font-weight: 100;
}
.roboto-light {
    font-weight: 300;
}
.roboto-regular {
    font-weight: 400;
}
.roboto-medium {
    font-weight: 500;
}
.roboto-bold {
    font-weight: 700;
}

.text-gray {
    color: #D2D2D6;
}

.pad-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.border-right-orange {
    border-right: 1px solid #F06938;
}

.border-left-orange {
    border-left: 1px solid #F06938;
}

.border-top-orange {
    border-top: 1px solid #F06938;
}

hr {
    height: 1px;
    border: 0;
    border-top: 1px solid #F06938;
    margin: 1em 0;
    padding: 0;
}

.margin0 {
    margin: 0 auto;
}

p {
    font-size: 13px;
}

.bg-black {
    background-color: #000000;
}

.nav-arrow {
    max-width: 18px;
}

.list{
    padding-left: 0;
    margin: 0;
    list-style-type: none;
    width: 90%;
}
.plus{
    background: url('../img/icon-plus.png') no-repeat left 5px;
    padding-left: 30px;
    padding-bottom: 20px;
}

.horizontal-center {
    display: flex;
    justify-content: center;
}

.center-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
}

.desktop-hide {
    display: block;
}
.mob-hide {
    display: none;
}

.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent; text-decoration: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid,
.form-control.is-valid, .was-validated .form-control:valid {
    background-image: none;
    padding-right: inherit;
}

.btn-submit, .btn-submit:focus, .btn-submit:active {
    background-color: #F06938;
    color: #fff;
    border: 0;
}

.btn-submit:hover {
    background-color: #606060;
    color: #fff;
    border: 0;
}

a.black {
    text-decoration: underline;
    font-weight: 400;
    color: #000;
}

a.black:hover {
    text-decoration: underline;
    font-weight: 400;
    color: #606060;
}

.modal-content {
    border: 1px solid #F06938;
    border-radius: 0.5rem;
}
#scamAlertModal .modal-content {
    border: 1px solid #707070;
    border-radius: 0;
}

.required-ast {
    color: #F06938;
}

/******* NAV START *******/
nav {
    background-color: rgba(0, 0, 0, 0.9);
    font-weight: 400;
}

.navbar-custom .navbar-nav .nav-link {
    color: rgba(255,255,255, 1);
}

h1 {
  width: -moz-fit-content;
  width: fit-content;

  display: table;
}

.required-text {
    padding-top: 30px;
    font-size: 14px;
    font-style: italic;
}

/******* NAV END *******/ 
  
/******* HEADER START *******/ 

header {
    line-height: normal;

    background-image: url("../img/bg-header-mobile.png");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
}

/*header .img-in2 {
    max-width: 23px;
    margin-right: 3px;
}*/

header .img-header {
    height: 31px;
    width: auto;
    max-width: auto !important;
}

header .header-content h1 {
    font-size: 37px;
    margin: 0 0;
}


header .header-content{
    margin-top: 56px;
    padding-top: 50px;
}

header a .initial {
    transition-duration: 0.5s;
}

header a, header a .hovered {
    color: #000000;
    text-decoration: none !important;   
}

/******* HEADER END *******/

/******* PHILOSOPHY START *******/

.content-box h2 {
    font-size: 28px;
}

#philosophy .philosophy-box{
    padding-right: 15px;
    padding-left: 15px;
}

#philosophy .content-box {
    padding-left: 2rem;
}

#philosophy .content-box .pos-ab {
    position: absolute;
    bottom: -40px;
}

/******* PHILOSOPHY END *******/

/******* SERVICES START *******/

#services .services-box{
    padding-right: 15px;
    padding-left: 15px;
}

#services .content-box {
}

#services .card {
    background-color: #F4F4F8;
    border: 0;
    border-radius: 20px;
}

#services .card-body {
    padding: 1.5rem;
}

#services .desktop-hide .card-body img{
    max-width: 28px;
}

#services .card-body h5{
    font-size: 18px;
}

#services .content-box .pos-ab {
    position: absolute;
    bottom: -40px;
}

/******* SERVICES END *******/

/******* WORK START *******/

#work {
    background-color: #000000;
    color: #ffffff;
}
/* #work .bg-work1 {
    background-image: url("../img/bg-work1-mobile.png");
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
} */
#work .text-work1 img{
    display: block;
    margin: 0 auto;
}
#work .work1-text {
    position: absolute;
    bottom: -15px;
}
#work .text-work1 h3{
    font-size: 26px;
}
#work .text-work2 h5, #work .case-studies h5{
    font-size: 16px;
}
#work .text-work1 h4, #work .case-studies h4{
    font-size: 18px;
}
#work .bg-work3 {
    background-image: url("../img/bg-work3-mobile.png");
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#work .case-studies h5{
    font-size: 16px;
}
#work .case-studies .img-case {
    max-width: 238px;
    margin: 0 auto;
    padding: 25px;
}
#work .owl-theme .owl-nav {
    position: absolute; 
    left: 50%;
    transform: translate(-50%, 0);
    margin-top: 30px;
}

/******* WORK END *******/

/******* CLIENTS START *******/

.brands .tech-carousel .item{
    border-right: 1px solid #F06938;
}

/* .brands .owl-electronic{
    width: 80%;
} */

#clients {
    background-image: url("../img/bg-testimonial-mobile.png");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
}

#clients .testimonial-content {
    font-size: 18px;
}

#clients .img-quote {
    max-width: 20px;
}

#clients .img-plus {
    max-width: 15px;
}

#clients .img-plus-left {
    position: absolute;
    left: 170px;
    top: -30px;
} 

#clients .img-quote-small {
    max-width: 15px;
}

#clients .img-quote-right-small {
    position: absolute;
    right: 0;
    top: -480px;
} 

.brands {
    background-image: linear-gradient(#F4F4F8, #F3F3F7);
}

.brands .img-world {
}

.brands .tech-carousel .item h5{
    font-size: 16px;
}

.brands h2{
    font-size: 26px;
}

.brands .logo-images img{
    padding-top: 15px;
    padding-bottom: 15px;
}

/******* CLIENTS END *******/

/******* JOINUS START *******/

#joinus {
    background-image: url("../img/bg-joinus-mobile.png");
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100% auto;
}

#joinus h4 {
    font-size: 26px;
}

#joinus h2 {
    font-size: 26px;
    padding-left: 20px;
    padding-right: 20px;
}

/******* JOINUS END *******/

/******* FOOTER START *******/
#footer {
    font-size: 10px;
    background-color: #F4F4F8;

    padding-top: 4rem;
    padding-bottom: 1rem;
}
#footer a {
    color: #000000;
}
#footer .address-footer {
    font-size: 10px;
}
#footer .linkedin-logo {
    max-width: 21px;
}
#footer .copyright a, #footer .copyright p{
    font-size: 8px;
}
#footer hr {
    border-top: 1px solid #707070;
}
#footer .img-right {
    max-width: 54px;
}
/******* FOOTER END *******/

#floating-button{
    padding:0;margin:0;
}

#floating-button img{
    max-width: 118px;
    height: auto;
}

.float:focus {
  outline: none;
  box-shadow: none;
}

.float{
    z-index: 150;
    position:fixed;
    bottom: 30px;
    right: 20px;
    text-align:center;
}
.navbar-toggler {
    border: 0;
    color: #ffffff;
}

/******* MODAL START *******/
#scamAlertModal .modal-body {
    padding: 2rem;
}
#scamAlertModal .copy {
    padding-left: 0px;
}
#scamAlertModal img {
    width: 100%;
    max-width: 500px;
}
#scamAlertModal .heading {
    font-family: "Poppins", "Roboto", Arial, Helvetica, sans-serif;
    font-size: 39px;
    font-weight: 500;
    color: #F66D26;
    line-height: 1.2;
}
#scamAlertModal p {
    font-size: 14px;
}
#scamAlertModal p:last-of-type {
    font-size: 12px;
}
#scamAlertModal a {
    text-decoration: underline;
    color: #181919;
}
#scamAlertModal hr {
    border-top: 2px solid #F06938;
}


@media only screen and (min-width: 360px) {

    header .img-header {
        height: 38px;
        width: auto;
        max-width: auto !important;
    }

    #clients .img-quote-right-small {
        position: absolute;
        right: 0;
        top: -430px;
    } 
}

@media only screen and (min-width: 400px) {

    header .img-header {
        height: 42px;
        width: auto;
        max-width: auto !important;
    }

    #clients .img-quote-right-small {
        position: absolute;
        right: 0;
        top: -420px;
    } 

    /******* PHILOSOPHY START *******/

    #philosophy .content-box {
        padding-left: 3.5rem;
    }

    /******* PHILOSOPHY END *******/
}

@media (min-width: 520px) {
    #clients .img-quote-right-small {
        position: absolute;
        right: 0;
        top: -380px;
    } 
}

@media (min-width: 768px) {
    header .img-header {
        height: 44px;
        width: auto;
        max-width: auto !important;
    }
    
    #clients .img-quote-right-small {
        position: absolute;
        right: 0;
        top: -330px;
    } 
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 900px;
    }

    #clients .img-quote-right-small {
        position: absolute;
        right: 0;
        top: -420px;
    } 

    #scamAlertModal .copy {
        padding-left: 60px;
    }
}

@media only screen and (min-width: 768px) {

    header {
        line-height: normal;
        width: 100%;
        background-image: url("../img/bg-header.png");
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }
}

@media only screen and (min-width: 1024px) {

    .ipad-pro-hide  {
        display: none;
    }

    .ipad-pro-dis  {
        display: block;
    }

    .center-ipad {
        display: flex;
        justify-content: center;
    }

    body{
        margin: 0;
    }

    p {
        font-size: 18px;
    }

    .list{
        padding-left: 55px;
        width: 50%;
    }

    header {
        line-height: normal;

        background-image: url("../img/bg-header.png");
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }

    header .header-content h1 {
        font-size: 41px;
    }

    #work .case-studies {
        background-image: url("../img/bg-work3.png");
        background-color: #000000;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;

        padding-bottom: 5rem;
    }

    #clients {
        padding-top: 8rem;
        padding-bottom: 8rem;

        background-image: url("../img/bg-testimonial_2.png");
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100vw auto;
    }

    #joinus {
        background-image: url("../img/bg-joinus.png");
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto;
    }

    .brands .logo-images {
        /*margin-right: 80px;*/
    }

    .brands .logo-images .m-width {
        max-width: 180px;
    }

    .brands .text-brands {
        position: absolute;
        bottom: 80px;
    }
    
    .brands h2{
        font-size: 35px;
    }

    #joinus .sales-carousel .item{
        padding-left: 4rem;
        padding-right: 4rem;
    }

    #footer .justify-cont {
        display: flex;
        justify-content: space-between;
    }

    #footer .address-footer {
        text-align: right;
    }
    #footer .linkedin-logo {
        max-width: 16px;
    }
    #footer .img-right {
        float: right;
        max-width: 44px;
    }

    .required-text {
        padding-top: 40px;
        font-size: 15px;
        font-style: italic;
    }

    #floating-button img{
        max-width: 231px;
        height: auto;
    }

    .pos-absolute-desk {
        position: absolute;
        bottom: 0;
    }

    .message-txtarea {
        height: 312px !important;
    }

    .textarea-form {
        height: 100% !important;
        width: 100% !important;
        -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
        box-sizing: border-box !important;
    }


}

@media only screen and (min-width: 1100px) {

    header .img-header {
        height: 72px;
        width: auto;
        max-width: auto !important;
    }

    .center-ipad {
        display: flex;
        justify-content: left;
    }

    .pad-15 {
        padding-left: 15px !important;
    }

    .pad-top-rem {
        padding-top: 5rem !important;
    }

    body{
        margin: 0;
    }

    p {
        font-size: 18px;
    }

    .nav-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .nav-item:last-child {
        padding-right: 0;
    }

    .pad-left {
        padding-left: 5rem !important;
        padding-right: 5rem !important;
    }

    .list{
        padding-left: 55px;
        width: 70%;
    }
    .desktop-hide {
        display: none;
    }
    .mob-hide {
        display: block;
    }

    /******* HEADER START *******/ 
    header {
        line-height: normal;

        width: 100%;
        height: 100vh;

        background-image: url("../img/bg-header.png");
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }

    header .img-in2 {
        max-width: 40px;
    }

    header .header-content{
        margin-top: 56px;
        padding-top: 50px;
    }

    header .header-content h1{
        font-size: 66px;
        margin: 0 0;
    }
    /******* HEADER END *******/

    /******* PHILOSOPHY START *******/
    .content-box h2 {
        font-size: 46px;
    }

    #philosophy .philosophy-box{
        padding-right: 15px;
        padding-left: 15px;
    }

    #philosophy .content-box {
        padding-left: 2rem;
    }

    #philosophy .content-box .pos-ab {
        bottom: -75px;
    }
    /******* PHILOSOPHY END *******/

    /******* SERVICES START *******/
    #services .services-box{
        padding-right: 15px;
        padding-left: 15px;
    }

    #services .content-box {
    }

    #services .card {
        background-color: #F4F4F8;
        border: 0;
        border-radius: 20px;
    }

    #services .card-body {
        padding: 1.5rem;
    }

    #services .card-body h5{
        font-size: 26px;
    }

    #services .border-right-orange {
        border: 0;
    }

    /* #services .card-body p{
        font-size: 15px;
        display: none;
        transition: width 2s;
    }
    
    #services .card-body:hover p {
        display: block;
    } */

    #services .desktop-services {
        padding-bottom: 90px;
    }

    .grow {
        height: 170px;
        transition: height 0.5s;
        -webkit-transition: height 0.5s;
        overflow: hidden;
    }

    .hover-to-show {
        margin-top: 28px;
    }
    .grow-branding {
        height: 120px;
    }
    .grow:hover {
        height: 450px;
    }

    #services .card-body img{
        width: 36px;
    }

    #services .card-desk-1 {
        margin-top: 80px;
    }

    #services .card-desk-3 {
        margin-top: 80px;
    }

    #services .content-box .pos-ab {
        bottom: -75px;
    }

    #services .card-columns {
        column-count: 3;
    }
    #services .content-not-visible {
        visibility: hidden;
    }
    #services .arrow-bottom-desktop img{
        position: absolute;
        top: -150px;
        left: 25px;
        max-width: 200px;
    }
    #services .desktop-services {
        padding-top: 16px;
    }
    /******* SERVICES END *******/
 
    /******* WORK START *******/
    #work .work1-text {
        position: absolute;
        bottom: 35px;
    }
    #work .text-work1 h3{
        font-size: 55px;
    }
    #work .text-work2 h5, #work .case-studies h5{
        font-size: 25px;
    }
    #work .text-work1 h4, #work .case-studies h4{
        font-size: 35px;
    }
    #work .bg-work3 {
        background-image: none;
    }
    #work .case-studies {
        background-image: url("../img/bg-work3.png");
        background-color: #000000;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;

        padding-bottom: 0;
    }
    #work .case-studies .awards {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    #work .case-studies p.card-text {
        font-size: 15px;
    }
    #work .text-work3 p {
        padding-left: 60px;
        padding-right: 60px;
    }
    #work .case-studies .img-case {
        max-width: 238px;
        margin: 0;
        padding: 0 25px 0 25px;
        float: right;
    }
    #work .owl-theme .owl-nav {
        position: absolute; 
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: 30px;
    }
    /******* WORK END *******/

    /******* CLIENTS START *******/
    .brands .tech-carousel .item{
        border-right: 1px solid #F06938;
    }

    #clients {
        padding-top: 8rem;
        padding-bottom: 10rem;

        background-image: url("../img/bg-testimonial_2.png");
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100vw auto;
    }

    #clients .testimonial-content {
        font-size: 28px;
        padding-left: 2.2rem;
        padding-right: 2.2rem;
    }

    #clients .testimonial-name {
        font-size: 20px;
    }

    #clients .testimonial-name-1 {
        padding-top: 5rem !important;   
    }

    #clients .img-quote {
        max-width: 60px;
    }
    #clients .img-plus {
        max-width: 30px;
    }

    #clients .img-quote-right {
        position: absolute;
        right: 0;
        top: -220px;
    }

    #clients .img-quote-small {
        max-width: 24px;
    }

    #clients .img-quote-left-small {
        position: absolute;
        left: 200px;
        top: 380px;
    }

    #clients .img-quote-right-small {
        position: absolute;
        right: 80px;
        top: -520px;
    }

    #clients .img-plus-left {
        position: absolute;
        left: 70px;
        top: 300px;
    }

    #clients .owl-stage-outer {
        padding-bottom: 15px;
    }

    .brands {
        background-image: linear-gradient(#F4F4F8, #F3F3F7);
    }

    .brands .img-world {
        float: right;
    }
    
    .brands .tech-carousel .item h5{
        font-size: 16px;
        font-weight: 400;
    }
    
    .brands .text-brands {
        position: absolute;
        bottom: 80px;
    }

    .brands .tech-carousel .owl-item {
        width: auto !important;
        min-width: 100px;
    }

    .brands .tech-carousel .owl-item h5{
        padding: 0 45px;
    }
    
    .brands h2{
        font-size: 30px;
    }
    
    .brands .text-emp {
        font-size: 46px;
    }

    .brands .img-desk-size {
        float: right;
        max-width: 80%;
    }

    .brands .logo-images{
        padding-top: 80px !important;
        padding-bottom: 140px !important;
    }

    .brands .logo-images img{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .brands .logo-images .m-width {
        max-width: 152px;
    }

    .brands .margin-brand {
        margin-left: -30px;
        margin-right: 30px;
    }
    /******* CLIENTS END *******/

    /******* JOINUS START *******/
    #joinus {
        background-image: url("../img/bg-joinus.png");
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto;
    }

    #joinus h2 {
        font-size: 55px;
        padding-left: 30px;
        padding-right: 30px;
    }

    #joinus p {
        font-size: 16px;
    }

    #joinus h4 {
        font-size: 40px;
    }
    #joinus .sales-carousel{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    #joinus .sales-carousel .item{
        padding-left: 6rem;
        padding-right: 6rem;
    }
    #joinus .sales-carousel .item p{
        font-size: 16px;
    }
    /******* JOINUS END *******/

    /******* FOOTER START *******/
    #footer {
        font-size: 16px;
        background-color: #F4F4F8;

        padding-top: 4rem;
        padding-bottom: 1rem;
    }
    #footer a {
        color: #000000;
    }
    #footer .line-height-desk {
        line-height: 2;
    }
    #footer .address-footer {
        font-size: 16px;
        text-align: right;
    }
    #footer .linkedin-logo {
        max-width: 24px;
    }
    #footer .img-right {
        float: right;
        max-width: 60px;
        padding-top: 10px;
        padding-bottom: 20px;
    }
    #footer .copyright a, #footer .copyright p{
        font-size: 13px;
    }
    #footer hr {
        border-top: 1px solid #707070;
    }
    /******* FOOTER END *******/

    #contactModal img{
        max-width: 83px;
        height: auto;
    }

    .m-width140 {
        max-width: 140px !important;
    }

    .idc-width {
        max-width: 135px !important;
        padding-top: 40px !important;
    }

    .message-txtarea {
        height: 312px !important;
    }

    .textarea-form {
        height: 100% !important;
        width: 100% !important;
        -webkit-box-sizing: border-box !important; /* Safari/Chrome, other WebKit */
        -moz-box-sizing: border-box !important;    /* Firefox, other Gecko */
        box-sizing: border-box !important;
    }


    /*logo*/
    .logo-microsoft {
        margin-left: 20px;
    }
    .logo-ocbc {
        margin-left: 30px;
    }
    .logo-redhat {
        margin-left: 20px;
    }

}

@media only screen and (min-width: 1500px) {

    body{
        margin: 0;
    }

    p {
        font-size: 18px;
    }

    .pad-top-rem {
        padding-top: 6rem !important;
    }

    .pad-left {
        padding-left: 0 !important;
    }

    .pad-right {
        padding-right: 0 !important;
    }

    .list{
        padding-left: 55px;
        width: 70%;
    }
    .desktop-hide {
        display: none;
    }
    .mob-hide {
        display: block;
    }

    /******* HEADER START *******/ 
    header {
        line-height: normal;

        width: 100%;
        height: 100vh;

        background-image: url("../img/bg-header.png");
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: 100% auto;
    }

    header .img-in2 {
        max-width: 50px;
    }

    header .img-header {
        height: 90px;
        width: auto;
        max-width: auto !important;
    }

    header .header-content{
        margin-top: 56px;
        padding-top: 50px;
    }

    header .header-content h1{
        font-size: 81px;
    }
    /******* HEADER END *******/

    /******* PHILOSOPHY START *******/
    .content-box h2 {
        font-size: 55px;
    }

    #philosophy .philosophy-box{
        padding-right: 15px;
        padding-left: 15px;
    }

    #philosophy .content-box {
        padding-left: 2rem;
    }

    #philosophy .content-box .pos-ab {
        bottom: -75px;
    }
    /******* PHILOSOPHY END *******/

    /******* SERVICES START *******/
    #services .services-box{
        padding-right: 15px;
        padding-left: 15px;
    }

    #services .content-box {
    }

    #services .card {
        background-color: #F4F4F8;
        border: 0;
        border-radius: 20px;
    }

    #services .card-body {
        padding: 1.5rem;
    }

    #services .card-body h5{
        font-size: 26px;
    }

    #services .border-right-orange {
        border: 0;
    }

    /* #services .card-body p{
        font-size: 15px;
        display: none;
        transition: width 2s;
    }
    
    #services .card-body:hover p {
        display: block;
    } */

    #services .desktop-services {
        padding-bottom: 150px;
    }

    .grow {
        height: 170px;
        transition: height 0.5s;
        -webkit-transition: height 0.5s;
        overflow: hidden;
    }
    .grow-branding {
        height: 120px;
    }
    .grow:hover {
        height: 450px;
    }

    #services .card-body img{
        width: 36px;
    }

    #services .card-desk-1 {
        margin-top: 80px;
    }

    #services .card-desk-3 {
        margin-top: 80px;
    }

    #services .content-box .pos-ab {
        bottom: -75px;
    }

    #services .card-columns {
        column-count: 3;
    }
    #services .content-not-visible {
        visibility: hidden;
    }
    #services .arrow-bottom-desktop img{
        position: absolute;
        top: -150px;
        left: 85px;
        max-width: 200px;
    }
    #services .desktop-services {
        padding-top: 20px;
    }
    /******* SERVICES END *******/
 
    /******* WORK START *******/
    #work .work1-text {
        position: absolute;
        bottom: 35px;
    }
    #work .text-work1 h3{
        font-size: 55px;
    }
    #work .text-work2 h5, #work .case-studies h5{
        font-size: 25px;
    }
    #work .text-work1 h4, #work .case-studies h4{
        font-size: 35px;
    }
    #work .bg-work3 {
        background-image: none;
    }
    #work .case-studies {
        background-image: url("../img/bg-work3.png");
        background-color: #000000;
        background-repeat: no-repeat;
        background-position: top center;
        background-size: cover;

        padding-bottom: 5rem;
    }
    #work .case-studies p.card-text {
        font-size: 15px;
    }
    #work .text-work3 p {
        padding-left: 60px;
        padding-right: 60px;
    }
    #work .case-studies .img-case {
        max-width: 238px;
        margin: 0;
        padding: 0 25px 0 25px;
        float: right;
    }
    #work .owl-theme .owl-nav {
        position: absolute; 
        left: 50%;
        transform: translate(-50%, 0);
        margin-top: 30px;
    }
    /******* WORK END *******/

    /******* CLIENTS START *******/
    .brands .tech-carousel .item{
        border-right: 1px solid #F06938;
    }

    #clients {
        padding-top: 8rem;
        padding-bottom: 10rem;

        background-image: url("../img/bg-testimonial_2.png");
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: bottom left;
        background-size: 100vw auto;
    }

    #clients .testimonial-content {
        font-size: 30px;
        padding-left: 2.2rem;
        padding-right: 2.2rem;
    }

    #clients .testimonial-name {
        font-size: 22px;
    }

    #clients .testimonial-name-1 {
        padding-top: 5rem !important;   
    }

    #clients .img-quote {
        max-width: 60px;
    }

    #clients .img-quote-right {
        position: absolute;
        right: 0;
        top: -220px;
    }

    #clients .img-quote-left-small {
        position: absolute;
        left: 90px;
        top: 390px;
    }


    #clients .img-plus-left {
        position: absolute;
        left: -30px;
        top: 300px;
    }

    #clients .owl-stage-outer {
        padding-bottom: 25px;
    }

    .brands {
        background-image: linear-gradient(#F4F4F8, #F3F3F7);
    }

    .brands .img-world {
        float: right;
    }
    
    .brands .tech-carousel .item h5{
        font-size: 20px;
        font-weight: 400;
    }
    
    .brands .text-brands {
        position: absolute;
        bottom: 80px;
    }
    
    .brands h2{
        font-size: 35px;
    }

    .brands .tech-carousel .owl-item h5{
        padding: 0 75px;
    }
    
    .brands .text-emp {
        font-size: 55px;
    }

    .brands .img-desk-size {
        float: right;
        max-width: 100%;
    }

    .brands .logo-images{
        padding-top: 120px !important;
        padding-bottom: 200px !important;
    }

    .brands .logo-images img{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .brands .logo-images .m-width {
        max-width: 152px;
    }

    .brands .margin-brand {
        margin-left: -30px;
        margin-right: 30px;
    }
    /******* CLIENTS END *******/

    /******* JOINUS START *******/
    #joinus {
        background-image: url("../img/bg-joinus.png");
        background-color: #ffffff;
        background-repeat: no-repeat;
        background-position: bottom right;
        background-size: auto;
    }

    #joinus p {
        font-size: 20px;
    }

    #joinus h4 {
        font-size: 40px;
    }
    #joinus .sales-carousel{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    #joinus .sales-carousel .item{
        padding-left: 6rem;
        padding-right: 6rem;
    }
    #joinus .sales-carousel .item p{
        font-size: 20px;
    }
    /******* JOINUS END *******/

    /******* FOOTER START *******/
    #footer {
        font-size: 20px;
        background-color: #F4F4F8;

        padding-top: 4rem;
        padding-bottom: 1rem;
    }
    #footer a {
        color: #000000;
    }
    #footer .line-height-desk {
        line-height: 2;
    }
    #footer .address-footer {
        font-size: 18px;
        text-align: right;
    }
    #footer .linkedin-logo {
        max-width: 34px;
    }
    #footer .img-right {
        float: right;
        max-width: 83px;
    }
    #footer .copyright a, #footer .copyright p{
        font-size: 17px;
    }
    #footer hr {
        border-top: 1px solid #707070;
    }
    /******* FOOTER END *******/

    /******* MODAL START *******/

    #contactModal img{
        max-width: 83px;
        height: auto;
    }


}


@media only screen and (max-width: 331px) {
    #services .content-box .pos-ab {
        bottom: -70px;
    }
    #philosophy .content-box .pos-ab {
        bottom: -70px;
    }
}