/* 
  ##Device = Desktops
  ##Screen = 992 to higher resolution desktops
*/

@media only screen and (min-width: 992px) {
    
/*
Header
*/
.main-bg{
    width: 100%;
    height: 100vh;
}

/*
Left Column
*/
.container .row .header-left-col{
    position: relative;
}

.container .row .header-left-col .header-left-col-container{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.header-title{
    padding-bottom: 30px;
}

.header-description{
    padding-bottom: 60px;
    padding-right: 150px;
}

.container .row .header-left-col .header-left-col-container span{
    background-color: #236ad6;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 5px;
}

.container .row .header-left-col .header-left-col-container a {
    text-decoration: none;
    outline: none;
    font-size: 18px;
}

.container .row .header-left-col .header-left-col-container a .btn-hover {
    padding: 20px 80px 20px 80px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align:center;
    border: none;
    background-size: 300% 100%;

    border-radius: 100px;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    -webkit-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
}

.container .row .header-left-col .header-left-col-container a .btn-hover:hover {
    background-position: 100% 0;
    -moz-transition: background .4s ease-in-out;
    -o-transition: background .4s ease-in-out;
    -webkit-transition: background .4s ease-in-out;
    transition: background .4s ease-in-out;
}

.container .row .header-left-col .header-left-col-container a .btn-hover:focus {
    outline: none;
}

.container .row .header-left-col .header-left-col-container a .btn-hover.gradient-color {
    background-color: #236ad6;
    transition: background 0.3s ease-in;
}

.container .row .header-left-col .header-left-col-container a .btn-hover.gradient-color:hover {
    background-color: #3d83ec;
    transition: background 0.3s ease-out;
}

/* 
Right Column
*/
.container .row .col img{
    padding-top: 60px;
    
}

.vector-main-desktop{
    padding: 0 !important;
}

.vector-main-mobile{
    display: none;
}


/*
IT Sections
Left Column
*/

.services-section{
    background-color: #ffffff;
}

.col .it-col{
    
    background-color: transparent;
    margin: 20px;
    width: 80%;
    height: 230px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}

.it-services-block{
    padding-right: 50px !important;
}

.services-left-col{
    margin-top: 120px !important;
}

.services-middle-col{
    margin-top: 60px !important;
}

.services-right-col{
    margin-top: 0px !important;
}

.services-left-col-bottom{
    margin-top: 20px !important;
}

.services-middle-col-bottom{
    margin-top: -40px !important;
}

.services-right-col-bottom{
    margin-top: -100px !important;
}

.it-col h5{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #313131;
    margin-top: 30px;
    margin-bottom: 60px;
}

/*
Right Column
*/

.col-4{
    position: relative;
}

.it-texts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 30px;
}

.it-title h1{
    font-size: 48px !important;
}

.it-description{
    margin-top: 30px;
    margin-bottom: 60px;
    color: #646464;
}

.it-button-desktop a button{
    padding: 20px 80px 20px 80px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align:center;
    border: none;
    background-color: #236ad6;
    border-radius: 100px;
    box-shadow: 0px 15px 25px rgba(0,0,0,0.1);
    filter: brightness(100%);
    transition: background 0.3s ease-in;
}

.it-button-desktop a button:hover{
    background-color: #3d83ec;
    transition: background 0.3s ease-out;
}

.it-button-mobile a button{
    display: none;
}


/*
Marketing Sections
Left Column
*/


.marketing-texts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.marketing-title h1{
    font-size: 48px !important;
    font-weight: 900 !important;
}

.marketing-description{
    margin-top: 30px;
    margin-bottom: 60px;
    color: #646464;
}

.marketing-button a button{
    padding: 20px 80px 20px 80px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    text-align:center;
    border: none;
    background-color: #236ad6;
    border-radius: 100px;
    box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    filter: brightness(100%);
    transition: background 0.3s ease-in;
}

.marketing-button a button:hover{
    background-color: #3d83ec;
    transition: background 0.3s ease-out;
}

.marketing-button-desktop{
    display: block;
    padding: 0px !important;
    margin: 0 !important;
}

.marketing-button-mobile{
    display: none;
}

/* Right Column */
.marketing-section{
    background-color: #ffffff;
}

.col .marketing-col{
    background: transparent;
    margin: 20px;
    width: 80%;
    height: 230px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}

.marketing-services-block{
    margin-top: 160px !important;
    margin-bottom: 120px !important;
    padding-left: 50px !important;
}

.marketing-left-col{
    margin-top: -120px !important;
}

.marketing-middle-col{
    margin-top: -60px !important;
}

.marketing-right-col{
    margin-top: 0px !important;
}

.marketing-left-col-bottom{
    margin-top: -100px !important;
}

.marketing-middle-col-bottom{
    margin-top: -40px !important;
}

.marketing-right-col-bottom{
    margin-top: 20px !important;
}

.marketing-col h5{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    color: #313131;
    margin-top: 30px;
    margin-bottom: 60px;
}

/*
    Why work with us
    *SECTION*
*/

/*
    Left Col
*/

.why-work-with-us{
    background-color: #ffffff;
}

.work-row{
    display: table !important;
    padding-bottom: 90px !important;
}

.work-row .work-col{
    display: table-cell;
    vertical-align: middle;
}

.why-work-with-us h1{
    color: #313131 !important;
    font-size: 48px !important;
}

.why-work-with-us h1 span{
    color: #A044FF !important;
}

.why-work-with-us p{
    font-size: 18px !important;
    line-height: 27px !important;
    color: #646464;
    margin-top: 30px !important;
    margin-right: 150px !important;
}

/*
    Right Col
*/
.work-vector{
    padding-top: 40px;
    display: inline-block;
}

.work-vector img{
    width: auto;
    height: auto;
    
}

/*
    Work with us (services)
    *SECTION*
*/

.work-services{
    background-color: #ffffff;
}

.work-services .container{
    padding: 90px 0 90px 0 !important;
}

.work-services .col{
    padding: 0 10px 0 10px !important;
}

.work-services h5{
    color: #313131 !important;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px !important;
}

.work-services p{
    color: #646464 !important;
    font-size: 15px !important;
    line-height: 22.5px;
    padding-right: 40px !important;
}


/*
Let's Talk
*SECTION*
*/

/*
Left Column
*/

.lets-talk-vector{
    display: inline-block;
}

.lets-talk-vector img{
    width: auto;
    height: auto;
}

/*
Right Column
*/

.lets-talk {
    background: linear-gradient(40.9deg, #236ad6 0%, #084EB9 100%);
    background: url(/assets/main/lets-talk-bg.jpg) !important;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 120px 0 120px 0 !important;
}

.lets-talk-row{
    position: relative;
}

.lets-talk-col h1{
    color: #ffffff !important;
    font-size: 48px !important;
}

.lets-talk-col p{
    padding: 15px 0 25px 0 !important;
    color: #efefef !important;
    font-size: 18px !important;
    line-height: 27px !important;
}

.lets-talk-col a button{
    padding: 15px 60px 15px 60px;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    text-align:center;
    border: none;
    background: transparent;
    border-radius: 100px;
    border: 1px solid #ffffff;
    transition: background 0.3s ease-in, border 0.3s ease-in, color 0.3s ease-in;
}

.lets-talk-col a button:hover{
    color: #236ad6;
    background: #ffffff;
    border: 1px solid #ffffff;
    transition: background 0.3s ease-out, border 0.3s ease-out, color 0.3s ease-in;
}
    
  }











/* 
  ##Device = mobile
  ##Screen = 768 to higher resolution tablets
*/

@media (max-width: 767.98px) {

    .container .row .it-col img{
        width: 56px !important;
        height: 56px !important;
    }

    .container{
        background-color: #ffffff;
    }

    h1{
        font-size: 30px !important;
        text-align: center;
        line-height: 40px !important;
        font-weight: 900 !important;
    }

    p{
        font-size: 16px !important;
        
    }

    /*
    Header
    */

    /*
    Left Column
    */

    .header-title{
        padding: 30px 0 30px 0;
    }

    .header-description{
        padding-bottom: 15px;
        text-align: center;
    }

    .header-button{
        text-align: center;
    }

    .container .row .header-left-col .header-left-col-container span{
        color: #236ad6;
        padding-right: 5px;
    }

    .container .row .header-left-col .header-left-col-container a {
        text-decoration: none;
        outline: none;
        font-size: 18px;
        line-height: 22px;
    }

    .container .row .header-left-col .header-left-col-container a .btn-hover {
        padding: 20px 60px 20px 60px;
        font-weight: 600;
        color: #fff;
        cursor: pointer;
        text-align:center;
        border: none;
        background-size: 300% 100%;
        box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
        border-radius: 100px;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .container .row .header-left-col .header-left-col-container a .btn-hover:focus {
        outline: none;
    }

    .container .row .header-left-col .header-left-col-container a .btn-hover.gradient-color {
        background-color: #236ad6;
    }

    /* 
    Right Column
    */
    .container .row .left-row .marketing-col img{
        width: 56px;
        height: 56px;
    }

    .container .row .right-row .marketing-col img{
        width: 56px;
        height: 56px;
    }



    .vector-main-desktop{
        display: none;
    }

    .vector-col{
        text-align: right;
        padding: 0 !important;
    }

    .vector-main-mobile{
        display: inline-block;
        padding-top: 30px !important;
        padding-bottom: 0px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    /*
    IT Sections
    Left Column
    */

    .left-row{
        width: 49%;
        display: inline-block !important
    }

    .right-row{
        width: 49%;
        display: inline-block !important
    }

    .services-section{
        background-color: #ffffff;
    }

    .col .it-col{
        margin: 30px 0 30px 0;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        padding:0;
    }

    .services-left-col{
        margin-top: 0px !important;
    }

    .services-middle-col{
        margin-top: 0px !important;
    }

    .services-right-col{
        margin-top: 0px !important;
    }

    .services-left-col-bottom{
        margin-top: 0px !important;
    }

    .services-middle-col-bottom{
        margin-top: 0px !important;
    }

    .services-right-col-bottom{
        margin-top: 0px !important;
    }

    .it-col h5{
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        color: #000000;
        padding-top: 20px;
    }

    /*
    Right Column
    */

    .col-4{
        position: relative;
    }

    .it-texts {
        padding-top: 60px;
    }

    .it-title h1{
        font-size: 30px !important;
        line-height: 42px !important;
    }

    .it-description{
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
        color: #646464;
    }

    .it-button-desktop a button{
        display: none;
    }

    .it-button-mobile{
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .it-button-mobile a button{
        padding: 20px 60px 20px 60px;
        font-weight: 600;
        color: #fff;
        cursor: pointer;
        text-align:center;
        border: none;
        background-size: 300% 100%;
        background-color: #236ad6;
        box-shadow: 0px 15px 25px rgba(0,0,0,0.1);
        border-radius: 100px;
    }

    /*
    Marketing Sections
    Left Column
    */

    .marketing-texts {
        padding-top: 40px;
    }

    .marketing-title h1{
        font-size: 30px !important;
        line-height: 42px !important;
        font-weight: 900 !important;
    }

    .marketing-description{
        text-align: center;
        margin-top: 30px;
        margin-bottom: 0px;
        color: #646464;
    }

    .marketing-button a button{
        padding: 20px 50px 20px 50px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        cursor: pointer;
        text-align:center;
        border: none;
        background-color: #236ad6;
        border-radius: 100px;
        box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    }

    .marketing-button-desktop{
        display: none;
    }

    .marketing-button-mobile{
        display: block;
        padding-bottom: 30px;
        padding-top: 30px;
    }

    /* Right Column */
    .marketing-section{
        background-color: #ffffff;
    }

    .col .marketing-col{
        margin: 30px 0 30px 0;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        padding: 0;
    }

    .marketing-left-col{
        margin-top: 0px !important;
    }

    .marketing-middle-col{
        margin-top: 0px !important;
    }

    .marketing-right-col{
        margin-top: 0px !important;
    }

    .marketing-left-col-bottom{
        margin-top: -0px !important;
    }

    .marketing-middle-col-bottom{
        margin-top: 0px !important;
    }

    .marketing-right-col-bottom{
        margin-top: 0px !important;
    }

    .marketing-col h5{
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        color: #313131;
        padding-top: 20px;
    }









    /*
        Why work with us
        *SECTION*
    */

    /*
        Left Col
    */

    .why-work-with-us{
        background-color: #ffffff;
        background-image: url(/assets/main/work-with-us-background.svg);
        background-size: auto;
        background-position: left;
        background-repeat: no-repeat;
    }

    .work-row{
        display: table !important;
    }

    .work-row .work-col{
        display: block;
        padding-top: 40px;
    }

    .why-work-with-us h1{
        color: #313131 !important;
        font-size: 30px !important;
        margin-top: 30px !important;
    }

    .why-work-with-us h1 span{
        color: #A044FF !important;
    }

    .why-work-with-us p{
        text-align: center;
        font-size: 16px !important;
        line-height: 27px !important;
        color: #646464;
        margin-top: 30px !important;
    }

    /*
        Right Col
    */
    .work-vector{
        padding-top: 60px !important;
        padding-bottom: 60px !important;
        display: inline-block;
    }

    .work-vector img{
        width: 100%;
        height: auto;
        
    }

    /*
        Work with us (services)
        *SECTION*
    */

    .work-services{
        background-color: #ffffff;
    }

    .work-services .container{
        padding: 0px 0 30px 0 !important;
    }

    .work-services .col{
        padding: 0 10px 0 10px !important;
    }

    .work-services h5{
        text-align: center;
        color: #313131 !important;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 20px !important;
        padding-top: 30px;
    }

    .work-services p{
        text-align: center;
        color: #646464 !important;
        font-size: 15px !important;
        line-height: 22.5px;
        padding: 0 25px 30px 25px !important;
    }











    /*
    Let's Talk
    *SECTION*
    */

    /*
    Left Column
    */

    .lets-talk-vector{
        display: block;
    }

    .lets-talk-vector img{
        width: 100%;
    }

    /*
    Right Column
    */

    .lets-talk {
        background: linear-gradient(40.9deg, #236ad6 0%, #084EB9 100%);
        background: url(/assets/main/lets-talk-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        padding: 60px 0 60px 0 !important;
    }

    .lets-talk .container{
        background-color: transparent;
    }

    .lets-talk-row{
        position: relative;
    }

    .lets-talk-col{
        position: block;
    }

    .lets-talk-col h1{
        color: #ffffff !important;
        font-size: 30px !important;
    }

    .lets-talk-col p{
        text-align: center;
        padding: 15px 0 25px 0 !important;
        color: #efefef !important;
        font-size: 16px !important;
        line-height: 27px !important;
    }

    .contact-btn{
        text-align: center;
        padding-bottom: 60px;
        padding-top: 30px;
    }

    .lets-talk-col a button{
        padding: 15px 60px 15px 60px;
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        cursor: pointer;
        border: none;
        background-color: transparent;
        border: 1.75px solid #ffffff;
        border-radius: 100px;
    }   
}






































  @media (min-width: 767.98px) and (max-width: 1023.98px) {
      
    .container{
        background-color: #ffffff;
        padding: 0 30px 0 30px !important;
    }

    h1{
        font-size: 32px !important;
        text-align: left;
        line-height: 47px !important;
    }

    p{
        font-size: 17px !important;
        text-align: left;
    }

    /*
    Header
    */

    /*
    Left Column
    */

    .header-title{
        padding-bottom: 30px;
    }

    .header-description{
        padding-bottom: 60px;
        text-align: center;
    }

    .header-button{
        text-align: left;
    }

    .container .row .header-left-col .header-left-col-container span{
        color: #3d83ec;
        padding-right: 5px;
    }

    .container .row .header-left-col .header-left-col-container a {
        text-decoration: none;
        outline: none;
        font-size: 18px;
        line-height: 22px;
    }

    .container .row .header-left-col .header-left-col-container a .btn-hover {
        padding: 20px 60px 20px 60px;
        font-weight: 600;
        color: #fff;
        cursor: pointer;
        text-align:center;
        border: none;
        background-size: 300% 100%;
        box-shadow: 0px 10px 30px rgba(0,0,0,0.1);

        border-radius: 100px;
        -moz-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
    }

    .container .row .header-left-col .header-left-col-container a .btn-hover:focus {
        outline: none;
    }

    .container .row .header-left-col .header-left-col-container a .btn-hover.gradient-color {
        background-color: #236ad6;
    }

    /* 
    Right Column
    */
    .container .row .left-row .col img{
        width: 80px;
    }

    .container .row .right-row .col img{
        width: 72px;
    }

    .vector-main-desktop{
        display: inline-block;
        width: 100%;
        padding: 30px 40px 30px 40px;
    }

    .vector-col{
        text-align: right;
        padding: 0 !important;
    }

    .vector-main-mobile{
        display: none;
        padding-top: 60px !important;
    }

    /*
    IT Sections
    Left Column
    */

    .left-row{
        width: 49%;
        display: inline-block !important
    }

    .right-row{
        width: 49%;
        display: inline-block !important
    }

    .services-section{
        background-color: #ffffff;
    }

    .col .it-col{
        background: rgb(144,107,249);
        background: transparent;
        border-radius: 10px;
        padding: 90px 0px 90px 0px;
    }

    .services-left-col{
        margin-top: 0px !important;
    }

    .services-middle-col{
        margin-top: 0px !important;
    }

    .services-right-col{
        margin-top: 0px !important;
    }

    .services-left-col-bottom{
        margin-top: 0px !important;
    }

    .services-middle-col-bottom{
        margin-top: 0px !important;
    }

    .services-right-col-bottom{
        margin-top: 0px !important;
    }

    .it-col h5{
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        color: #313131;
        padding-top: 20px;
        font-family: rubik;
    }

    /*
    Right Column
    */

    .col-4{
        position: relative;
    }

    .it-texts {
        padding-top: 90px;
    }

    .it-title h1{
        font-size: 32px !important;
        line-height: 42px !important;
        text-align: center;
        padding: 0 140px 0 140px !important;
    }

    .it-description{
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
        color: #646464;
    }
    
    .it-description p{
        text-align: center;
        font-size: 18px !important;
        padding: 0 120px 0 120px !important;
    }

    .it-button-desktop a button{
        display: none;
    }

    .it-button-mobile{
        padding-top: 0px !important;
        padding-bottom: 60px !important;
    }

    .it-button-mobile a button{
        padding: 20px 60px 20px 60px;
        font-weight: 600;
        font-size: 18px;
        color: #fff;
        cursor: pointer;
        text-align:center;
        border: none;
        background-size: 300% 100%;
        background-color: #236ad6;
        box-shadow: 0px 15px 25px rgba(0,0,0,0.1);
        border-radius: 100px;
    }

    /*
    Marketing Sections
    Left Column
    */

    .marketing-texts {
        padding-top: 40px;
    }

    .marketing-title h1{
        font-size: 32px !important;
        line-height: 42px !important;
        font-weight: 900 !important;
        text-align: center;
    }

    .marketing-description{
        text-align: center;
        margin-top: 30px;
        margin-bottom: 0px;
        color: #646464;
    }

    .marketing-description p{
        text-align: center;
        font-size: 18px !important;
        padding: 0 120px 0 120px !important;
    }

    .marketing-button a button{
        padding: 20px 50px 20px 50px;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
        cursor: pointer;
        text-align:center;
        border: none;
        background-color: #236ad6;
        border-radius: 100px;
        box-shadow: 0px 10px 30px rgba(0,0,0,0.1);
    }

    .marketing-button-desktop{
        display: none;
    }

    .marketing-button-mobile{
        display: block;
        padding-bottom: 60px;
        padding-top: 0px;
    }

    /* Right Column */
    .marketing-section{
        background-color: #ffffff;
    }

    .col .marketing-col{
        width: 100%;
        border-radius: 10px;
        text-align: center;
        padding: 90px 0 90px 0;
    }

    .marketing-left-col{
        margin-top: 0px !important;
    }

    .marketing-middle-col{
        margin-top: 0px !important;
    }

    .marketing-right-col{
        margin-top: 0px !important;
    }

    .marketing-left-col-bottom{
        margin-top: -0px !important;
    }

    .marketing-middle-col-bottom{
        margin-top: 0px !important;
    }

    .marketing-right-col-bottom{
        margin-top: 0px !important;
    }

    .marketing-col h5{
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        color: #313131;
        padding-top: 20px;
    }









    /*
        Why work with us
        *SECTION*
    */

    .header-title h1{
        text-align: center;
    }

    .header-description p{
        text-align: center;
    }

    .header-button{
        text-align: center;
        padding: 0 0 30px 0;
    }

    /*
        Left Col
    */

    .why-work-with-us{
        background-color: #ffffff;
        background-image: url(/assets/main/work-with-us-background.svg);
        background-size: auto;
        background-position: left;
        background-repeat: no-repeat;
    }

    .work-row{
        display: table !important;
    }

    .work-row .work-col{
        display: block;
        padding-top: 40px;
    }

    .why-work-with-us h1{
        color: #313131 !important;
        font-size: 32px !important;
        text-align: center;
        margin-top: 20px !important;
    }

    .why-work-with-us h1 span{
        color: #A044FF !important;
    }

    .why-work-with-us p{
        text-align: center;
        font-size: 18px !important;
        line-height: 27px !important;
        color: #646464;
        margin-top: 30px !important;
        padding: 0 120px 0 120px !important;
    }

    /*
        Right Col
    */
    .work-vector{
        padding-top: 60px !important;
        padding-bottom: 30px !important;
        display: inline-block;
        width: 80%;
    }

    .work-vector img{
        width: 100%;
        height: auto;
        
    }

    /*
        Work with us (services)
        *SECTION*
    */

    .work-services{
        background-color: #ffffff;
    }

    .work-services .container{
        padding: 0px 0 30px 0 !important;
    }

    .work-services .col{
        padding: 0 10px 0 10px !important;
    }

    .work-services h5{
        text-align: center;
        color: #313131 !important;
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 20px !important;
        padding-top: 30px;
    }

    .work-services p{
        text-align: center;
        color: #646464 !important;
        font-size: 18px !important;
        line-height: 22.5px;
        padding: 20px 120px 60px 120px !important;
    }











    /*
    Let's Talk
    *SECTION*
    */

    /*
    Left Column
    */

    .lets-talk-vector{
        display: block;
        text-align: center;
    }

    .lets-talk-vector img{
        width: 80%;
        display: inline-block;
    }

    /*
    Right Column
    */

    .lets-talk {
        background: linear-gradient(40.9deg, #236ad6 0%, #084EB9 100%);
        padding: 60px 0 60px 0 !important;
    }

    .lets-talk .container{
        background-color: transparent;
    }

    .lets-talk-row{
        position: relative;
    }

    .lets-talk-col{
        position: block;
    }

    .lets-talk-col h1{
        font-weight: 800 !important;
        color: #ffffff !important;
        font-size: 32px !important;
        text-align: center;
        padding: 0 120px 0 120px !important;
        margin-bottom: 30px !important;
    }

    .lets-talk-col p{
        text-align: center;
        padding: 15px 0 25px 0 !important;
        color: #efefef !important;
        font-size: 18px !important;
        line-height: 27px !important;
        padding: 0 120px 0 120px !important;
        margin-bottom: 30px !important;
    }

    .contact-btn{
        text-align: center;
        padding-bottom: 60px;
        padding-top: 30px;
    }

    .lets-talk-col a button{
        padding: 15px 60px 15px 60px;
        font-size: 18px;
        font-weight: 600;
        color: #ffffff;
        cursor: pointer;
        border: none;
        background-color: transparent;
        border: 1.75px solid #ffffff;
        border-radius: 100px;
    }   
  }