@import url(https://fonts.googleapis.com/css?family=Quicksand:300&display=swap);
:root {
    --light: #fff;
    --dark: #333;
    --black: black;
    --shadow: 0 1px 5px rgba(104, 104, 104, 0.8);
    --text: #002076
}

body,
html {
    background-color: #fff;
    color: var(--black);
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    list-style: none;
    scroll-behavior: smooth
}

.logo {
    height: 50px;
    width: 50px
}

.ics {
    color: var(--text)
}

a:hover {
    text-decoration: none
}

.banner_vertical,
.workflow_vertical {
    display: none
}

.sec3_title,
.sec4_title {
    color: #002076;
    margin: 80px 0 100px 0;
    font-size: 2.2rem
}

.sec1_content,
.sec2_content,
.sec3_content,
.sec4_content,
.sec5_content {
    font-family: Quicksand, sans-serif;
    text-indent: 5rem;
    background-repeat: no-repeat;
    background-position: center
}

.sec1_content {
    background-image: url(../img/BG_Imgs/industry_BG.svg)
}

.sec2_content {
    background-image: url(../img/BG_Imgs/product_bg.svg)
}

.sec3_content {
    background-image: url(../img/BG_Imgs/service_bg.svg)
}

.sec4_content {
    background-image: url(../img/BG_Imgs/policy_bg.svg)
}

.sec5_content {
    background-image: url(../img/BG_Imgs/team_bg.svg)
}

.link_h2 {
    margin-top: 30px
}

.machine_p {
    text-align: center;
    font-size: 2rem;
    font-weight: 100;
    margin: 0 0 70px 0;
    font-family: Quicksand, sans-serif
}

.card-main {
    width: 100%;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: .5s;
    margin-bottom: 28px;
    background: linear-gradient(45deg, #ff3cac, #784ba0, #2b86c5)
}

.card-main img {
    border-radius: 6px
}

.card-main .team-img {
    border-radius: 50%;
    margin-bottom: 20px;
    width: 200px
}

.card-main h3 {
    font-size: 1rem;
    font-weight: 700
}

.card-main p {
    margin-bottom: 0;
    color: grey
}

.card-back {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px 0 15px;
    color: #fff;
    font-size: .9rem
}

.card-team-back {
    padding: 20px 15px 0 15px !important
}

.card-front {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 10;
    padding: 2px;
    bottom: 0;
    transition: all .5s ease;
    text-align: center
}

.card-team-front {
    padding: 50px !important;
    background-color: #fff !important
}

.card-main:hover .card-front {
    bottom: -200px;
    transition: all .5s ease
}

.card-main:hover .card-team-front {
    bottom: -100px !important
}

.card-main:hover {
    transition: .5s;
    box-shadow: -8px 8px 20px 0 #ff3cac, 8px -8px 20px 0 #2b86c5 !important
}

.wrkrs_card {
    box-shadow: 0 0 20px 0 #92868d !important;
    border-radius: 2%;
    margin: 50px 0 50px 0
}

.wrkrs_img {
    border-radius: 2%
}

.clnt_card,
.prdt_card {
    border: 0
}

.soc_ics {
    margin: 25px;
    font-size: 2rem;
    color: #fff
}

#map {
    width: 100%;
    height: 400px;
    background-color: grey
}

.ftr {
    margin-top: 100px
}

.sec7 {
    background: linear-gradient(#a9c9ff, #ffbbec);
    margin-top: 100px
}

.ftr_cnt {
    margin: 50px 0 50px 0;
    color: var(--text)
}

.ftr_logo {
    width: 100px;
    height: 100px
}

#backToTop {
    display: inline-block;
    background: linear-gradient(30deg, #4158d0, #c850c0);
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    transition: all .5s ease
}

#backToTop.show {
    opacity: 1;
    visibility: visible
}

#backToTop:hover {
    -webkit-box-shadow: -2px 2px 10px 0 #4158d0, 2px -2px 10px 0 #c850c0 !important;
    -moz-box-shadow: -2px 2px 10px 0 #4158d0, 2px -2px 10px 0 #c850c0 !important;
    box-shadow: -2px 2px 10px 0 #4158d0, 2px -2px 10px 0 #c850c0 !important
}

.b_to_t {
    font-size: 1.8em;
    line-height: 50px !important;
    color: #fff
}

.cc_prop {
    background: linear-gradient(30deg, #4158d0, #c850c0);
    color: #fff;
    width: 150px;
    height: 150px;
    padding: 10px
}

.crsl {
    margin-bottom: 100px
}

.mdl_h3 {
    margin: 0 10px 0 10px
}

.form_lnk {
    color: #fff;
    pointer-events: none
}
.ftr_lnk {
    color: #d2c2f6;
    pointer-events: none
}
/* Ads section */
.ads {}