

@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Staatliches');
html {
    scroll-behavior: smooth;
}

*,
*:hover {
    outline: none;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Quicksand', sans-serif;
    position: relative;
    height: 100%;
}

.t-center {
    text-align: center;
}

.navbar-default .navbar-brand {
    color: #ffffff;
}

img {
    max-width: 100%;
}

header {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 0;
    padding: 10px 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
    background-color: white;
}

header::after {
    content: "";
    width: 100%;
    /*height: 30px;*/
    position: absolute;
    border-bottom: 16px solid transparent;
    border-left: 1256px solid white;
}

.business-area {
    width: 100%;
    float: left;
}

.logoArea {
    float: left;
    margin-right: 10px;
    width: 105px;
    float: left;
}
.isoArea {
    float: left;

    font-weight: bold;
    font-size: 1.5rem;
    border-left: 1px solid rgba(102, 102, 102, 0.3);
    padding-left: 10px;
    line-height: 1.3;
    margin-top: 14px;
}
/*.darkHeader.nav-down .isoArea {
    color: #1621a8;
}*/
.t-tags-area {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: black;
}
.isoArea span {
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 0.95rem;
    letter-spacing: .05em;
}



.navbar.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}

.navbar-default .navbar-nav>li>a {
    font-size: 1.3rem;
    font-weight: 500;
    color: #6e6e6e;
    padding: 10px 7px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #06a3f5;
    background-color: transparent;
}

.career a {
    color: #02a0f0 !important;
}

.career {
    margin-left: 19px;
}
.navbar-nav > li.career {
    margin-left: 36px;
}
.career::before {
    content: "";
    height: 21px;
    width: 82px;
    background: #2772d8;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: -10px;
    margin-top: 10px;
    border-radius: 13px;
}

.career::after {
    content: "";
    height: 27px;
    width: 88px;
    background: rgba(39, 114, 216, 0.29);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    margin-right: -13px;
    margin-top: 7px;
    border-radius: 39px;
}

.table-cell {
    vertical-align: middle
}

.slider-area {
    box-shadow: 0px 2px 9px rgba(106, 106, 106, 0.3);
}

.carousel-inner {
    width: 100%
}
.mi-services-anim img {
    width: 86%;
}
.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0);
    filter: alpha(opacity=50)
}

.carousel-control.right {
    right: 0;
    left: auto
}

.carousel-control:focus,
.carousel-control:hover {
    color: #fff;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity: .9
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none
}

.carousel-indicators {
    left: 41.4%;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px
}

.carousel-caption .btn,
.text-hide {
    text-shadow: none
}

.bt-aarea .btn {
    background: #2772d8;
    border: none;

}

@media screen and (min-width: 768px) {
    .carousel-caption {
        right: 20%;
        left: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    background-color: transparent;
    border: 0
}

.poppinsMediumFont,
.poppinsRegularFont,
.poppinsSemiboldFont {
    font-family: Poppins, sans-serif
}

#intro-carousel,
.skills_expertise {
    height: calc(100vh - 80px);
    min-height: 600px
}

#intro-carousel .carousel-inner,
#intro-carousel .carousel-inner .item {
    height: 100%;
    left: auto !important;
    right: auto !important
}

#intro-carousel .carousel-inner:before {
    content: '';
    width: 50%;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
}

#intro-carousel .carousel-inner:after {
    content: '';
    width: 50%;
    height: 100%;
    background: #4500b7;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

@media only screen and (min-width: 768px) {
    @media all and (transform-3d),
    (-webkit-transform-3d) {
        #intro-carousel .carousel-inner>.item {
            -webkit-transition: -webkit-transform .6s ease-in-out;
            transition: -webkit-transform .6s ease-in-out;
            transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-perspective: 1000px;
            perspective: 1000px
        }
        #intro-carousel .carousel-inner>.item.active.right,
        #intro-carousel .carousel-inner>.item.next {
            top: 0;
            left: auto;
            -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0)
        }
        #intro-carousel .carousel-inner>.item.active.left,
        #intro-carousel .carousel-inner>.item.prev {
            left: auto;
            top: 0;
            -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0)
        }
        #intro-carousel .carousel-inner>.item.active,
        #intro-carousel .carousel-inner>.item.next.left,
        #intro-carousel .carousel-inner>.item.prev.right {
            top: 0;
            left: auto;
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0)
        }
    }
    #intro-carousel .carousel-inner>.item .table-cell:first-child,
    #intro-carousel .carousel-inner>.item .table-cell:last-child {
        -webkit-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out
    }
    #intro-carousel .carousel-inner>.item.next .table-cell:first-child {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    #intro-carousel .carousel-inner>.item.prev .table-cell:first-child {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    #intro-carousel .carousel-inner>.item.active .table-cell:first-child,
    #intro-carousel .carousel-inner>.item.next.left .table-cell:first-child,
    #intro-carousel .carousel-inner>.item.prev.right .table-cell:first-child {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    #intro-carousel .carousel-inner>.item.active.left .table-cell:first-child {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    #intro-carousel .carousel-inner>.item.active.right .table-cell:first-child {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
    #intro-carousel .carousel-inner>.item.next .table-cell:last-child {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%)
    }
    #intro-carousel .carousel-inner>.item.prev .table-cell:last-child {
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
    #intro-carousel .carousel-inner>.item.active .table-cell:last-child,
    #intro-carousel .carousel-inner>.item.next.left .table-cell:last-child,
    #intro-carousel .carousel-inner>.item.prev.right .table-cell:last-child {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    #intro-carousel .carousel-inner>.item.active.left .table-cell:last-child {
        -webkit-transform: translateY(200%);
        transform: translateY(200%)
    }
    #intro-carousel .carousel-inner>.item.active.right .table-cell:last-child {
        -webkit-transform: translateY(-200%);
        transform: translateY(-200%)
    }
}

#intro-carousel .carousel-indicators {
    bottom: 80px;
    margin-bottom: 0;
    overflow: hidden;
    height: 45px;
    display: none;
}

#intro-carousel .carousel-indicators li {
    text-indent: 0;
    height: auto;
    border: none;
    border-radius: 0;
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 160px;
    margin-left: -80px;
    -webkit-transform: translateY(130px);
    transform: translateY(130px);
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out
}

#intro-carousel .carousel-indicators li.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#intro-carousel .carousel-indicators li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    display: block;
    padding: 10px
}

#intro-carousel .carousel-indicators li a:hover {
    color: rgba(255, 255, 255, .8)
}

.intro-banner-vdo-play-btn {
    height: 60px;
    width: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    margin: -30px 0 0 -30px;
    border-radius: 100px;
    z-index: 1
}

.intro-banner-vdo-play-btn i {
    line-height: 56px;
    font-size: 30px
}

.intro-banner-vdo-play-btn .ripple {
    position: absolute;
    width: 160px;
    height: 160px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -80px 0 0 -80px;
    border-radius: 100px;
    -webkit-animation: ripple 1.8s infinite;
    animation: ripple 1.8s infinite
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.intro-banner-vdo-play-btn .ripple:nth-child(2) {
    animation-delay: .3s;
    -webkit-animation-delay: .3s
}

.intro-banner-vdo-play-btn .ripple:nth-child(3) {
    animation-delay: .6s;
    -webkit-animation-delay: .6s
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .col-lg-6.col-lg-offset-3 {
        width: 66.66666667%;
        margin-left: 16.66666667%
    }
}

@media only screen and (max-width: 991px) {
    #intro-carousel .carousel-indicators,
    .intro-banner-vdo-play-btn {
        display: none
    }
    #intro-carousel {
        height: 350px;
        min-height: auto
    }
    #intro-carousel .bannerNumbers .col-md-6 {
        padding: 20px;
        min-height: 135px
    }
    #intro-carousel .bannerNumbers .description {
        font-size: 16px
    }
    #intro-carousel .bannerNumbers .number {
        font-size: 40px
    }
    .mi-services-anim {
        max-width: 300px;
        margin: 0 auto
    }
    .mi-services-anim svg {
        width: 100%
    }
    #industriesbanner {
        max-width: 300px
    }
}

@media only screen and (max-width: 767px) {
    #intro-carousel .carousel-controllers,
    #intro-carousel .carousel-inner:before {
        display: none
    }
    #intro-carousel {
        height: auto
    }
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

.carousel-control:hover,
a.whiteText:focus,
a.whiteText:hover {
    color: rgba(255, 255, 255, .8)
}

.table {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed
}

.table-cell {
    display: table-cell;
    width: 50%
}

.table .table-cell:first-child {
    width: 35%;
}

@media only screen and (max-width: 767px) {
    .table,
    .table-cell {
        display: block;
        width: 100%
    }
    .section-description,
    h2.section-title {
        text-align: left
    }
}

.carousel-control.left,
.carousel-control.right {
    background-image: none
}

.carousel-control {
    opacity: 1 !important;
    position: static;
    display: inline-block;
    width: auto;
    padding: 10px 15px
}

.carousel-controllers {
    position: absolute;
    bottom: -20px;
    left: 12.5%
}

.page-title {
    font-size: 32px;
    line-height: 45px;
}

.poppinsSemiboldFont {
    font-weight: 600;
}

.c-blue {
    color: #2772d8;
    font-family: 'Staatliches', roboto;
}

.text-upper {
    text-transform: uppercase;
}

.find-more {
    display: block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    color: #333;
    margin: 10px 0;
    font-family: 'Quicksand', sans-serif;
}

.find-more {
    float: left;
    padding-bottom: 3px;
    width: 120px;
}

.find-more::after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 10px solid transparent;
    border-right: 10px solid #bdbdbd;
    transform: rotate(-45deg);
    margin-top: 4px;
    margin-left: 4px;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    h2.page-title {
        font-size: 24px;
        line-height: 36px;
        padding: 20px 5px
    }
    h2.section-title {
        font-size: 24px;
        line-height: 30px
    }
}

.purpleBg {
    background-color: #5075e2;
}

.purpleText {
    color: #4500b7
}

.pinkBg {
    background-color: #ed184f !important
}

.skyblueBg {
    background-color: #35b1f2;
}

.skyblueText {
    color: #19e1ff
}

.whiteBg {
    background-color: #fff
}

.whiteText {
    color: #fff;
}

.w70 {
    width: 70%;
}

.w75 {
    width: 75%;
}

.w60 {
    width: 60%;
}

.w80 {
    width: 80%;
}

.tlhone {
    line-height: 1;
}

.tlhonehalf {
    line-height: 1.3;
}

.blackText {
    color: #000
}

.textuppercase {
    text-transform: uppercase;
}

.text111 {
    color: #111
}

.product-title {
    font-size: 15px;
    margin-top: 19px;
    text-transform: capitalize;
}

.product-title span {
    display: block;
}

.btn-circle-icon:hover,
.header-mi .inquire-now:hover,
.rounded-btn:hover {
    color: rgba(255, 255, 255, .8)
}

.lightGreyBg {
    background-color: #f6f9fc;
}

.padding-top-bottom80 {
    padding-top: 80px;
    padding-bottom: 80px
}

.padding-top-bottom50 {
    padding-top: 50px;
    padding-bottom: 80px
}

.padding-top80 {
    padding-top: 80px
}

.padding-bottom80 {
    padding-bottom: 80px
}

.col-md-offset-pl-1 {
    padding-left: 8.33333333%
}

.col-md-offset-pr-1 {
    padding-right: 8.33333333%
}

.margin-bottom20 {
    margin-bottom: 20px
}

.margin-top20 {
    margin-top: 20px
}

.margin-top80 {
    margin-top: 80px
}

.margin-top40 {
    margin-top: 40px
}

.margin-bottom80 {
    margin-bottom: 80px
}

@media only screen and (max-width: 991px) {
    .padding-top-bottom80 {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .padding-top80 {
        padding-top: 40px
    }
    .padding-bottom80 {
        padding-bottom: 40px
    }
    .col-md-offset-pl-1 {
        padding-left: 15px
    }
    .col-md-offset-pr-1 {
        padding-right: 15px
    }
    .margin-top80 {
        margin-top: 40px
    }
    .margin-bottom80 {
        margin-bottom: 40px
    }
}

.rounded-btn {
    border-radius: 100px;
    font-size: 18px;
    padding: 10px 30px;
    display: inline-block
}

.rounded-btn:focus {
    color: #fff
}

.btn-circle-icon {
    border-radius: 100px;
    width: 44px;
    height: 44px;
    padding: 0;
    font-size: 20px;
    line-height: 44px
}

@media only screen and (max-width: 991px) {
    .rounded-btn {
        font-size: 14px
    }
    .note-number {
        width: 260px;
        padding: 30px
    }
    .bannerNumbers .number {
        font-size: 40px
    }
    .bannerNumbers .description {
        font-size: 18px
    }
}

.note-number-right {
    right: 15px
}

.note-number-left {
    left: 15px
}

.menu,
.srvs-includ-cnvs-wrapper .carousel-nav .prev {
    left: 0
}

@media only screen and (max-width: 767px) {
    .note-number {
        display: none
    }
}

@media only screen and (max-width: 991px) {
    body {
        padding-top: 80px
    }
}

.srvs-includ-cnvs-wrapper {
    position: relative
}

.srvs-includ-cnvs-wrapper:after {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    height: 220px;
    bottom: 0;
    background: #4500b7;
    z-index: -1
}

#services-includs .item {
    opacity: .3
}

#services-includs .center .item {
    opacity: 1
}

#services-includs .center .item h4 {
    border-left: 1px solid rgba(255, 255, 255, .3);
    border-right: 1px solid rgba(255, 255, 255, .3)
}

#services-includs .item h4 {
    padding: 10px 0
}

#services-includs .item h4 span {
    display: block
}

#services-includs .item i {
    display: block;
    font-size: 36px
}

.srvs-includ-cnvs-wrapper .carousel-nav .next,
.srvs-includ-cnvs-wrapper .carousel-nav .prev {
    background: #19e1ff;
    display: inline-block;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
    position: absolute;
    bottom: 196px;
    color: #fff
}

@media only screen and (max-width: 767px) {
    .mobile-app-dev .icon-rightarrow {
        bottom: 120px;
        right: -15px;
    }
    .mobile-app-dev .icon-leftarrow {
        bottom: 120px;
        left: -15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mobile-app-dev .icon-rightarrow {
        bottom: 312px;
        right: -30px;
    }
    .mobile-app-dev .icon-leftarrow {
        bottom: 312px;
        left: -30px;
    }
}

.srvs-includ-cnvs-wrapper .carousel-nav .next {
    right: 0
}

@media only screen and (max-width: 767px) {
    .srvs-includ-cnvs-wrapper .carousel-nav .next,
    .srvs-includ-cnvs-wrapper .carousel-nav .prev {
        bottom: 0
    }
    #services-includs .center .item h4 {
        border: none
    }
    .srvs-includ-cnvs-wrapper:after {
        height: 35%
    }
    .entrprise .srvs-includ-cnvs-wrapper:after {
        height: 40%
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .srvs-includ-cnvs-wrapper .col-md-12 {
        position: static
    }
}

.page-banner,
.page-banner .table-cell.purpleBg {
    position: relative
}

.page-banner {
    height: calc(100vh - 80px);
    min-height: 600px
}

.page-banner .table-cell.purpleBg .note-number {
    margin-left: 25%;
    top: auto;
    bottom: -40px
}

.page-bnr-link {
    color: #fff;
    font-size: 18px;
    padding: 10px;
    position: absolute;
    bottom: 80px;
    left: 50%;
    width: 150px;
    text-align: center;
    margin-left: -75px
}

.page-bnr-link:focus,
.page-bnr-link:hover {
    color: rgba(255, 255, 255, .8)
}

.page-banner #typewriter-text {
    color: #4500b7
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .page-banner .col-lg-6.col-lg-offset-3 {
        width: 66.66666667%;
        margin-left: 16.66666667%
    }
    .page-banner .table-cell.purpleBg .note-number {
        margin-left: 16.66666667%
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .page-banner .table-cell.purpleBg .note-number {
        margin-left: 16.66666667%;
        padding: 30px
    }
}

@media only screen and (max-width: 991px) {
    .page-banner .table-cell.purpleBg .note-number,
    .page-bnr-link {
        display: none
    }
    .page-banner {
        height: auto;
        min-height: unset
    }
    .page-banner h2.page-title {
        padding: 0
    }
}

@media only screen and (max-width: 767px) {
    .page-bnr-link {
        position: static;
        margin: 10px auto 0
    }
    .approch-img {
        margin-top: 40px
    }
}

@media only screen and (max-width: 991px) {
    .rsponsiv-mrgn-bottmo40 {
        margin-bottom: 40px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1082px) {
    .bannerNumbers .description {
        font-size: 21px
    }
}

@media only screen and (min-width: 460px) and (max-width: 560px) {
    .bannerNumbers .description {
        height: 25px
    }
}

.new-grediant {
    /*background: linear-gradient(180deg, rgba(79, 0, 177, 1) 0, rgba(79, 0, 177, 1) 30%, rgba(16, 179, 238, 1) 90%) !important*/
}

.horizhontal-grediant,
.horizhontal-reverse-grediant,
.reasons-to-choose {
    /*background: linear-gradient(180deg, rgba(79, 0, 177, 1) 0, rgba(79, 0, 177, 1) 30%, rgba(16, 179, 238, 1) 90%)*/
}

.vertical-grediant {
    /*background: linear-gradient(90deg, rgba(79, 0, 177, 1) 0, rgba(79, 0, 177, 1) 30%, rgba(16, 179, 238, 1) 90%)*/
}

.purpleBgNew {
    /*background: linear-gradient(180deg, rgba(79, 0, 177, 1) 0, rgba(79, 0, 177, 1) 100%, rgba(16, 179, 238, 1) 90%) !important*/
}


/*partners area*/

.partners-list {
    padding: 30px;
    background: #fff;
}

.partners-list li {
    padding: 0 35px;
}
.partners-list .slick-slide:hover {
    opacity: 0.5;
    cursor: pointer;
    filter: grayscale(100%);
}

/*skills expertise area*/

.skills_expertise {
    padding: 35px 0;
    min-height: 800px;
    position: relative;
    background: rgb(245, 245, 245);
}

.box-area {
    background: white;
    margin-bottom: 30px;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow:0 2px 16px 0px rgba(0, 0, 0, 0.15);
    padding: 15px;
    cursor: pointer;
    position: relative;
}

.blueback:hover {
    background: #3b36c4;
}

.box-list .second {
    margin-top: 30px;
}

.skills_expertise .page-title {
    color: white;
}

.icon-area {
    float: left;
    border-radius: 7px;
    width: 60px;
    height: 60px;
    text-align: center;
    padding-top: 8px;
}

.icon-software {
    background: #8480e4;
    color: #4f4acc;
}

.box-area:hover .icon-software {
    background-color: #433ed6;
    color: #e0e0e0;
}


.box-area:hover .box-title-area {

    color: white;

}
.technical-constulting .icon-area {
    background-color: #aaa7f2;
}

.e-gover .icon-area {
    background-color: #f3c5e6;
}

.b-data .icon-area {
    background: #a4e5bc;
}

.b-data:hover {
    background: #55bf7c;
}

.box-title-area {
    font-weight: 600;
    font-size: 1.4rem;
    width: 76%;
}

.graback:hover::before {
    /*background: #0575E6;  !* fallback for old browsers *!*/
    /*background: -webkit-linear-gradient(to right, #0575E6, #021B79);  !* Chrome 10-25, Safari 5.1-6 *!*/
    /*background: linear-gradient(to right, #0575E6, #021B79); !* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *!*/
    border-radius: 50%;
    background-image: -moz-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
    opacity: 0.1;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    margin-top: -50px;
    margin-right: -50px;
    transition: 1000ms all;
}
.c-left-title {
  float: left;
  margin-left: 15px;
  padding-top: 0;
  line-height: 1;
  margin-top: 10px;
  width: 67%;
}
.box-area-content {
    font-size: 13px;
    margin-top: 25px;
}

.box-area:hover .box-area-content {
    color: white;
}

.technical-constulting:hover {

    background: #2772D8;

}
.e-gover:hover {
    background: #c22a98;
}

.e-gover:hover .icon-area {
    background: #c247a0;
}

.ourproducts {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.box-product {
    border-radius: 17px;
    background-color: rgb(39, 114, 216);
    box-shadow: 0px 1px 7px 3px rgba(37, 37, 37, 0.43);
    padding: 60px;
    border-radius: 10px;
    min-height: 375px;
    max-width: 465px;
}
.d-none {
    display: none;
}
.p-desctiel {
    font-size: 4rem;
    margin-top: 86px;
}
.box-product-list {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: -456px;
    margin-top: 196px;
    width: 98%;
}

.icon-area-svg {
    background: #f3f3f3;
    float: left;
    border-radius: 7px;
    width: 70px;
    height: 70px;
    text-align: center;
    padding-top: 14px;
}

.box-list-product:hover .icon-area-svg {
    background-color: #2465be;
}

.box-list-product:hover svg {
    fill: white;
}

.box-list-product {
    width: 23%;
    display: inline-block;
    margin-right: 30px;
    padding: 15px;
    border-radius: 8px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 1px 7px 3px rgba(37, 37, 37, 0.08);
    cursor: pointer;
}

.box-list-product:hover {
    background-color: #2772d8;
}

.box-list-product:hover .product-title,
.box-list-product:hover .p-content {
    color: #fff;
}

.Rectangle_14_copy {
    position: absolute;
    left: 983px;
    top: 2132px;
    width: 376px;
    height: 372px;
    z-index: 46;
}

.p-content {
    font-size: 13px;
    padding-bottom: 5px;
    float: left;
    width: 100%;
    text-align: justify;
    margin-top: 12px;
}
.icon-area-svg svg {
    fill: #999;
}

.seto {

    background: #3f444a;
    padding: 80px 0 120px;
    position: relative;
    overflow: hidden;
    min-height: 553px;

}

.seto span {
    display: block;
}

.stacked {
    position: absolute;
    right: 0;
    width: 53%;
}
.seto .button-area {
    margin-top: 13px;
    float: left;
}
.seto .btn {
    background-color: rgb(39, 114, 216);
    /*-webkit-border-radius: 15px;*/
    /*-moz-border-radius: 15px;*/
    /*border-radius: 15px;*/
    padding: 7px 20px;
    border: none;
}
.multiple-items a{
    color: #333;
}
.c-title-w span {
    display: block;
    font-family: 'Quicksand', sans-serif;
    font-size: 1.5rem;
    line-height: 1.2;
}
.b-g-expertarea {
    background: url("../img/background.png") no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    /*opacity: 0.3;*/
    left: 0;
    top: 0;
    margin-top: 34px;
    filter: invert(0%) brightness(55%) grayscale(0%) opacity(33%);
}

.lightgreen {
    background-color: rgba(63, 206, 117, 0.741);
}

.borderradius8 {
    border-radius: 8px;
}

.graidentcircle {
    border-radius: 50%;
    background-image: -moz-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(255, 255, 255) 0%, rgb(0, 0, 0) 100%);
    opacity: 0.278;
    position: absolute;
}

.request {
    background-color: rgba(59, 54, 196, 0.92);
    padding: 60px 0 50px;
    position: relative;
    z-index: 1;
}

.bg-request {
    background: url("../img/request-bg.png") center center/cover;
    position: absolute;
    height: 150px;
    width: 100%;
    top: 0;
    filter: opacity(57%) contrast(147%) grayscale(100%);
    z-index: -1;
}

.s-content {
    line-height: 2.5;
    font-size: 16px;
}

.request .btn {
    background: transparent;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 600;
    background: #2772d8;
}
.pr_list li {
    transition: all 300ms;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid #eaeaea;
}
.pr_title_type {
    font-weight: bold;
    font-size: 33px;
    margin-bottom: 10px;
    color: #5f5f5f;
    letter-spacing: -.9px;
}
.pr_list li:hover{
    box-shadow: 0 10px 20px rgba(3,27,78,.1);
}

.pr_list {
  margin-bottom: 55px;
}
.pr_detail_ {

    margin: 19px 0 34px;
    font-size: 16px;
    text-align: justify;

}
.pr_side_list li a {
    float: left;
    width: 100%;
    padding: 10px;
    border-left: 2px solid #ccc;
    font-size: 15px;
    color: #ccc;
    font-weight: bold;
}
.pr_logo_area {

    float: left;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(3,27,78,.1);
    margin-bottom: 20px;

}
.pr_side_list li.selected a {
  border-left: 2px solid #1972f5;
  color: #333;
}
.pr_s_d {

    color: #ccc;
    font-size: 15px;
    text-transform: uppercase;
    float: left;
    width: 100%;

}
.pr_d-section {

    margin-bottom: 20px;
    float: left;
    width: 100%;

}
.pr_d_title,.pr_title_type {

    font-family: roboto;
    font-weight: bold;
    color: #6b6b6b;

}
.pr_s_d span {

    display: block;
    color: #333;
    margin-top: 5px;
    text-transform: capitalize;

}
.pr_detail_page {

    float: left;
    width: 100%;
    margin-top: 54px;
    margin-bottom: 35px;

}
.b-cum ol {

    margin: 0;
    background: transparent;
    font-size: 14px;
    padding: 0;

}
.b-cum ol a {

    font-weight: bold;
    border-bottom: 1px solid;

}
.pr_d-section p {

    font-size: 16px;
    line-height: 1.5;
    color: #5a5a5a;

}
footer {
    padding: 40px 70px 10px;
    position: relative;
    overflow: hidden;
    min-height: 291px;
    background: #fafbfb;
    z-index: 99;
}
.footer-background {

position: absolute;

right: 0;

background: url("../img/footerbg.svg") no-repeat;

width: 450px;

height: 100%;

opacity: .22;

top: 44px;

z-index: -1;
}

.main-footer {
    margin-top: 70px;
}

.f-title-area {
    font-size: 11px;
    color: #375895;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.2;
    margin: 10px 0;
}

.f-list-area {
    color: rgb(72, 72, 72);
    line-height: 1.5;
    text-align: left;
    font-weight: 400;
    font-size: 13px;
}

.copyright {
    font-weight: 300;
    font-size: 12px;
    color: #929292;
}

.onhire {
    background: #1f92e2;
    color: white;
    padding: 2px 15px;
    margin-left: 4px;
    border-radius: 17px;
    font-size: 9px;
    font-weight: normal;
    text-transform: uppercase;
}
.fa-facebook {
  color: #2772d8;
}
.fa-twitter {
  color: #20b7e0;
}
.social-icon {
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}
.portfolio-section .top-area-page {
    background: #2a678f;
}
.partners-list .slick-slide:hover {
    opacity: 0.5;
    cursor: pointer;
    filter: grayscale(100%);
}

.f-list-area li a:hover {
    color: #1f65e2;
}



.darkHeader.nav-down .career a,
.career a {
    color: white !important;
}


/*slick slider */

.multiple-items .slick-arrow {
    position: absolute;
    z-index: 999;
    top: 0;
}

.autoplay .slick-arrow {
    display: none !important;
}

.multiple-items .slick-list {
    padding: 10px !important;
}

.darkHeader.nav-down {
    transition: 0.5s ease-in-out;
    display: block;
    position: fixed;
    padding: 10px 10px 0;
    background: #fff;
    /*box-shadow: 0 0 12px #6a6a6a;*/
    /*height: 58px;*/
}

header.darkHeader.nav-down::after {
    position: fixed;
    left: 0;
}

.ourproducts .slick-arrow {
    background: white;
    border: none;
    padding: 10px 20px;
    position: absolute;
    margin-top: 217px;
    margin-left: -56px;
    left: 0;
}

.ourproducts .slick-prev {
    margin-left: -110px;
}


/*verticel lines*/

.vertical-lines {
    position: absolute;
    display: flex;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.v-lines {
    height: 100%;
    width: 1px;
    background: rgba(216, 216, 216, 0.51);
    display: inline-flex;
    margin-left: 16%;
}

.inner-page-area-top {
    height: 762px;
    position: relative;
    overflow: hidden;
}

.inner-page-area-top-text.t-area {
    position: absolute;
    top: 37%;
    right: 0;
    left: 0;
    font-size: 25rem;
    color: #ededed;
    z-index: 99;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: super;
    line-height: 1;
    webkit-transition: .5s ease-out;
    transition: .5s ease-out;
    font-family: 'Roboto', sans-serif;
}

.about-top-img {
    position: absolute;
    z-index: 100;
    width: 325px;
    left: 0;
    right: 0;
    margin: 19.2em auto 0;
    display: none;
}
.skills_expertise .table-cell a * {
 color: #3d3b3b;
}
.skills_expertise .table-cell a:hover * {
 color: #fff;
}
.margin-top100 {

    margin-top: 147px;

}
.mb-50 {

    margin-bottom: 50px;

}
.colm-area {
    display: flex;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.overlay-area {
    position: absolute;
    background: rgba(7, 96, 255, 0.45);
    height: 100%;
    width: 100%;
    content: "";
    z-index: 9;
    top: 0;
}

.colm {
    background: #e6e5e5;
    height: auto;
    /*width: 25%;*/
}

.cl-one {
    background: #bac2ff;
}

.cl-two {
    background: #4e91fc;
    transform: scale(1.05);
}

.cl-three {
    background: #2c2cfe;
    transform: scale(1.1);
}

.cl-four {
    background: #0129bf;
    transform: scale(1.05);
}

.cl-five {
    background: #00059f;
}

.section-head-para p {
    font-family: 'Roboto', sans-serif;
    font-size: 3.4em;
    line-height: 1;
    width: 73%;
    margin: 50px 0 50px 7.2em;
    font-weight: bold;
    color: #04a2f4;
}

.main-content-area {
    border-right: 4px solid #03a1f5;
    padding: 50px 0 100px;
    float: left;
    width: 100%;
    background: #dbdbdb4d;
    position: relative;
}

.text-effect-area {
    position: absolute;
    top: 0;
    line-height: 46em;
    transform: rotate(-90deg);
    left: -141px;
}

.text-effect-text {
    font-family: 'Roboto', sans-serif;
    font-size: 11em;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -13px;
    text-shadow: 3px 6px 10px rgba(208, 208, 208, 0.3);
    color: #f4f4f4;
    left: 0;
}

.para-quote {
    margin-left: -39px;
    text-transform: uppercase;
    font-weight: bold;
    color: #29abe2;
    font-size: 1.2rem;
    line-height: 1.1;
    color: red;
    margin-top: 20px;
    margin-bottom: 20px;
}
.aboutus-content-area-para blockquote {
    margin-left: -62px;
    font-size: 14px;
    font-weight: bold;
    color: #04a2f4;
    border-color: #04a2f4;
}
.a-bout-svg {
    width: 75%;
    margin: 0 auto;
}

.aboutus-content-area-para p {
    text-align: justify;
}

.about-info-area,
.ab-one-half {
    display: flex;
    width: 100%;
}
.ab-infographs {
    float: left;
    width: 100%;
    padding: 70px 0;
}
.ab-one-half {
    width: 50%;
    display: inline-flex;
    float: left;
}

.coll-s {
    margin: 20px;
    width: 31%;
    border: 2px solid #ccc;
    height: 300px;
    position: relative;
}


.ab-text {
    font-size: 5rem;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    z-index: 9;
    position: relative;
    color: #314c60;
    font-family: Rockwell;
}

.ab-text-span {
    display: block;
    font-size: 12px;
    font-family: 'Quicksand', sans-serif;
    text-transform: uppercase;
    padding-top: 10px;
}

.ab-border {
    position: absolute;
    z-index: 2;
}

.ab-top-left-border,
.ab-top-right-border,
.ab-bottom-left-border,
.ab-bottom-right-border {
    content: "";
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #1f92e2;
    margin: -2px;
    -webkit-transition: 0.4s 0.4s ease-in-out;
    transition: 0.4s 0.4s ease-in-out;
}

.ab-top-left-border {
    border-right: none;
    border-bottom: none;
}

.ab-top-right-border {
    right: 0;
    left: auto;
    border-left: none;
    border-bottom: none;
}

.ab-bottom-left-border {
    bottom: 0;
    top: auto;
    border-top: none;
    border-right: none;
}

.ab-bottom-right-border {
    right: 0;
    bottom: 0;
    left: auto;
    top: auto;
    border-left: none;
    border-top: none;
}

.coll-s:hover .ab-border {
    width: 285px;
    height: 285px;
}

.ab-content {
    width: 66%;
    height: 100%;
    padding: 110px 0 0;
    margin: 0 auto;
}

.col-comp .ab-content {
    background: url('../img/svg/chevrons.svg') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto auto;
    background-position: 10%;
    background-size: contain;
}

.m-botm-30{
    margin-bottom: 30px;
}
/*partners*/

.main-top-area {
    min-height: 250px;
    background: #0040bf;
}

.partner-top-title,
.product-top-section {
    /*min-height: 650px;*/
    background: #0040bf url('../img/hero-background.svg');
    text-align: center;
    background-size: cover;
    background-position: bottom;
}

.product-top-section {
    padding: 150px 0 0;
    text-align: left;
    background: #0887f3 url(../img/hero-background.svg);
    background-position: 25% 69%;
    background-size: cover;
    background-blend-mode: luminosity;
    position: relative;
    z-index: 99;
}
.pr-sector .product-top-section{
    /*min-height: 550px;*/
    background: #2b2927 url(../img/hero-background.svg);
    background-size: cover;
    background-position: 17% 78%;
}
.pr-sector .img-section-top img {
    width: 84%;
    margin: 0 auto;
    float: right;
    margin-top: 10px;
}
.pr-sector section.whwedo {
    padding: 26px 0 0;
}
.pr-sector .wwd-content {
    text-align: justify;
}
.partner-top-title h2 {
    font-size: 5rem;
    font-family: 'Staatliches', sans-serif;
    color: white;
    margin-top: 13%;
}

.partner-top-title h2 span {
    display: block;
    font-size: 12px;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    font-weight: normal;
    width: 50%;
    margin: 0 auto;
}

.tabs-area {

    box-shadow: 0px 6px 5px 0px #bababa;
    background: white;

}

.tabs-area ul {
    text-align: center;
    margin: 0;
}

.tabs-area li {
    padding: 20px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #5f5f5f;
}

.tabs-content section {
    min-height: 500px;
    position: relative;
}

.t-c-top-area {
    background: #fff;
    float: left;
    width: 100%;
    margin-top: 30px;
    box-shadow: 0px 5px 7px -4px #a5a5a5;
    margin-bottom: 30px;
}

.img-area-t-c {
    float: left;
    width: 50%;
    /*margin-right: 10px;*/
    padding: 25px 0;
    background: #2772d8;
}

.tc-top-side {
    float: right;
    width: 49.1%;
    padding: 30px;
    background: white;
}

.t-c-title {
    text-transform: uppercase;
    font-weight: bold;
    margin: 10px 0;
    font-size: 2rem;
    font-family: 'Roboto', sans-serif;
    color: #337ab7;
}

.card-content {
    box-shadow: 0 0 10px -2px #e4e4e4;
    padding: 15px;
    margin-bottom: 20px;
    background: white;
}

.card-more {
    margin: 10px 0;
    font-weight: bold;
}

.customer-list .slick-arrow {
    display: none !important;
}

.right-imag {
    float: right;
}

.card-content:hover {
    background: #efefef;
    box-shadow: none;
    cursor: crosshair;
}

.nx-pre-button {
    position: absolute;
    z-index: 99;
    top: 50%;
    width: 100%;
}

.nx-pre-button div {
    background: #1651da;
    float: left;
    padding: 10px;
    color: white;
}

.nx-pre-button .right-bxt {
    float: right;
}

.nx-pre-button div a {
    color: white;
}

.nx-pre-button {
    display: none;
}

.tabs-area-sidebar {
    display: none;
}

.fixed-tab .tabs-area-sidebar {
    display: block;
    position: fixed;
    top: 25%;
    z-index: 999;
}

.tabs-area-sidebar li {
    width: 100%;
    float: left;
}

.f-s-title {
    display: none;
    font-size: 1.4rem;
    padding: 10px;
}

.f-s-icon {
    font-size: 2rem;
    padding: 10px;
}

.tabs-area-sidebar li a:hover .f-s-icon {
    display: none;
}

.tabs-area-sidebar li a:hover .f-s-title {
    display: block;
    float: left;
}

.tabs-area-sidebar li a {
    padding: 5px;
    background: #0f0f47;
    float: left;
    color: white;
    margin-bottom: 1px;
}

.list-inter {
    position: relative;
}

.autoplay-inter .slick-arrow {
    position: absolute;
    background: no-repeat;
    border: none;
    color: white;
}

.autoplay-inter .slick-next,
.autoplay-inter .slick-prev {
    float: right;
    right: -26px;
    top: 40%;
    font-size: 3rem;
}

.autoplay-inter .slick-prev {
    right: auto;
    left: -38px;
}

.f-half-inter {
    float: left;
    width: 50%;
}

.se-half {
    padding-left: 20px;
    text-align: left;
    color: white;
}

.slick-dots {
    margin-top: 15px;
}

.slick-dots li {
    padding: 6px;
    background: #2323d4;
    margin: 0 5px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
}

.slick-dots li.slick-active,
.slick-dots li:hover {
    background: #0d0e71;
}

.slick-dots li button {
    display: none;
}


/*for svg*/

.bmY9d5._2W-g7b {
    fill: #36c295;
}

.inter-logo-area .bmY9d5._2W-g7b {
    fill: #f4f7ff;
}

.list-inter {
    margin-top: 30px;
}

.content-inter {
    padding: 15px 0;
}

.inter-logo-area {
    margin-bottom: 20px;
}

.autor-inter {
    margin-top: 25px;
}

.autor-inter span {
    display: block;
}


/*job page*/

.whwedo {
    padding: 75px 0;
}


/*.wwd-content {
    text-align: justify;
}*/

.p-b-top {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    color: #595959;
}

.r-more-area {
    margin: 10px 0;
    float: left;
}

.r-more-area li {
    margin-right: 20px;
}

.r-more-area a {
    font-size: 12px;
    font-weight: bold;
}

.r-more-area a::after {
    content: "\f0da";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    margin-left: 4px;
    margin-top: 1px;
    font-size: 14px;
}

.obeni {
    overflow: hidden;
    position: relative;
    padding-bottom: 30px;
}

.bei-img {
    position: absolute;
    top: 0;
    width: 56%;
    right: 0;
}

.beni-content {
    color: #5d5d5d;
}

.beni-content p {
    font-size: 1em;
}

.ben-title {
    font-size: 1.7em;
    margin: 20px 0 15px;
    color: #337ab7;
    font-weight: 600;
}

.benifit-list {
    font-size: 13px;
    font-weight: 600;
}

.job-page {
    position: relative;
    float: left;
    width: 100%;
    background: rgb(93, 93, 93);
}

.im-bg-over {
    /*position: absolute;*/
    top: 0;
}

.im-bg-over img {
    opacity: .3;
}

.p-abso {
    position: relative;
    height: auto;
}

.jb-cont-top {
    position: absolute;
    right: 0;
    width: 75%;
}

.j-top-main {
    position: relative;
    z-index: 99;
    color: #fcfcfc;
    text-align: center;
    margin-top: 20%;
}

.join-title {
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    font-family: roboto;
    margin-bottom: 15px;
}

.j-btn {
    width: 194px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 25px;
}

.j-btn a {
    padding: 10px 30px;
    background: #02a0f0;
    color: white;
    border-radius: 4px;
    line-height: 1;
    float: left;
}

.j-btn a:hover {
    background: #1d58ce;
}


/*jb-listing*/

#jobslist {
    background: #fcfcfc;
    float: left;
    width: 100%;
    padding: 75px 0 0;
}

.m-titele-jbli {
    padding: 30px 0;
}

.c-title-job {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #375899;
}

.c-title-job span {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2;
    text-transform: none;
    color: #5e5e5e;
    font-family: roboto;
}

.joblist-area {
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.joblist-area li {
    float: left;
    width: 100%;
    box-shadow: 0px 5px 8px -5px rgba(51, 51, 51, 0.2);
}

.joblist-area li:first-child {
    box-shadow: 0px 0px 8px -1px rgba(51, 51, 51, 0.2);
}

.joblist-area li a {
    padding: 20px 0;
    float: left;
    width: 100%;
    color: #353535;
}

.joblist-area li a:hover {
    background: #4969d5;
    color: white;
}

.j-ar {
    float: left;
    width: 15%;
    margin-top: 10px;
    color: #375899;
}

.j-title {
    font-size: 2rem;
    font-weight: bold;
    float: left;
    width: 45%;
    color: #375895;
}

.job-l-contetn span {
    display: block;
    font-weight: normal;
    font-size: 1.1rem;
    color: #333;
}

.joblist-area li a:hover .j-title,
.joblist-area li a:hover span,
.joblist-area li a:hover .j-ar {
    color: white;
}

.j-area {
    float: left;
    width: 30%;
    margin-top: 15px;
}

.j-v-nubmer {
    float: left;
    margin-top: 15px;
    width: 10%;
}

.j-v-nubmer li {
    box-shadow: none !important;
    display: inline-block;
    width: auto;
    padding: 0;
}

.j-v-nubmer .n-badge {
    background: #375899;
    float: left;
    padding: 2px 11px;
    color: white;
    border-radius: 10px;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    margin-left: 54px;
}


/*product area*/

.product-feture-section {
    position: relative;
    width: 100%;
    z-index: 99;
}

.produ-svg svg {
    fill: rgb(255, 255, 255);
}

.produ-svg {
    float: left;
}

.produt-title-area {
    float: left;
    width: 41%;
    color: white;
}

.sv-title {
    float: left;
    margin-bottom: 15px;
}

.pr-title-svg-with {
    float: left;
    font-size:2rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    margin: 14px 15px 0;
}
.solut-title .pr-title-svg-with {
    margin: 0;
    padding: 0;
        padding-bottom: 0px;
    border-bottom: 3px solid #312b7b;
    padding-bottom: 5px;
}
.prod-title {
    font-size: 2.1em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'Staatliches', sans-serif;
    margin-top: 13px;
}

.prod-t {
    font-size: 2.4rem;
    font-family: roboto;
    font-weight: normal;
}
.prod-title.prod-t {
    display: none;
}
.prod-title span {
    display: block;
}
span.by-industry {
    display: block;
    margin-top: -6px;
    font-size: 12px;
    margin-bottom: 4px;
}

.prod-desc {
    margin: 15px 0 30px;
    float: left;
    text-align: justify;
}

.product-btn {
    float: left;
    padding: 10px 23px;
    background: #1f92e2;
    color: white;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
}

.btn-features {
    background: #3db489;
}

.product-btn:hover {
    color: white;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3);
    box-shadow: 0 13px 27px -5px rgba(50, 50, 93, .25), 0 8px 16px -8px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0 7px 14px rgba(50, 50, 93, .1), 0 3px 6px rgba(0, 0, 0, .08);
}

.fe-top-area {
    padding-top: 81px;
    float: left;
    width: 100%;
    position: relative;
    z-index: 999;
}
section.product-section {
    /* overflow: hidden; */
    /* height: 100%; */
    position: relative;
}

section.features-product {
    position: relative;
    overflow: hidden;
}
.feature-list-title,
.probenifits-tile {
    text-align: center;
    color: #1f92e2;
    font-size: 2rem;
    font-weight: bold;
}

.feature-list-title span,
.probenifits-tile span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    color: #878787;
}

.probenifits-tile,
.probenifits-tile span {
    color: #fff;
}

.feature-list-content {
    float: left;
    margin-top: 62px;
    z-index: 9999;
    position: relative;
    width: 100%;
}

.flc-content {
    margin-bottom: 40px;
}

.flc-title {
    margin-top: 0;
    color: #1f92e2;
    font-size: 14px;
    font-weight: bold;
}
.flc-body {
    font-size: 14px;
}
.img-section-top {
    float: right;
    width: 50%;
}
.product-top-section .img-section-top {
    float: right;
    width: 50%;
    margin-top: -57px;
}
.product-top-section .img-section-top img {
    object-fit: contain;
    height: 410px;
}
.top-area-page {
    background: #08a3f3;
    padding-top: 150px;
    padding-bottom: 50px;
}
.background-area-after-top {
    position: absolute;
    top: 300px;
    z-index: 9;
    width: 100%;
    padding-top: 56%;
}
.background-area-after-top.solution-are- {
    padding-bottom: 500px;
}
.StripeBackground {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg);
    pointer-events: none
}

.StripeBackground .stripe {
    position: absolute;
    top: auto;
    left: 0;
    right: 0
}

.StripeBackground .stripe.pattern {
    overflow: hidden
}

.StripeBackground .stripe.pattern:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1000px;
    top: -1000px;
    -webkit-transform: skew(0, 12deg);
    transform: skew(0, 12deg)
}

.common-StripeGrid {
    --stripe-height: 48px;
    --content-columns: 12;
    --gutter-columns: 4;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    pointer-events: none
}

@media (min-width:670px) {
    .common-StripeGrid {
        --stripe-height: 64px
    }
}

.common-StripeGrid .backgroundContainer,
.common-StripeGrid .stripeContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg)
}

.common-StripeGrid .backgroundContainer .grid {
    grid-template-columns: 1fr;
    min-width: 0
}

.common-StripeGrid .backgroundContainer .background {
    grid-row: 1/-1;
    grid-column: 1/-1;
    z-index: -1
}

.common-StripeGrid .stripeContainer {
    overflow: hidden
}

.common-StripeGrid.anchorBottom .backgroundContainer,
.common-StripeGrid.anchorBottom .stripeContainer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.common-StripeGrid.anchorBottom .grid {
    height: 200%;
    -ms-flex-line-pack: end;
    align-content: end
}

.common-StripeGrid .grid {
    --content-column-width: minmax(0, calc(1040px / var(--content-columns)));
    --gutter-column-width: 1fr;
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: repeat(auto-fill, var(--stripe-height));
    grid-template-columns: [viewport-start] 1fr [left-gutter-start] repeat(var(--gutter-columns), var(--gutter-column-width)) [left-gutter-end content-start] repeat(var(--content-columns), var(--content-column-width)) [content-end right-gutter-start] repeat(var(--gutter-columns), var(--gutter-column-width)) [right-gutter-end] 1fr [viewport-end]
}

@media (min-width:1040px) {
    .common-StripeGrid .grid {
        --gutter-column-width: var(--content-column-width);
        min-width: calc(1040px / var(--content-columns) * (var(--gutter-columns) * 2 + var(--content-columns)))
    }
}

.common-StripeGrid span.gray {
    border: 2px solid #e6ebf1
}

.common-StripeGrid span.gray.full {
    background-color: #e6ebf1
}

.common-StripeGrid span.green1 {
    background-color: #d6facf;
}

.common-StripeGrid span.green2 {
    background-color: #b6eaf2;
}

.common-StripeGrid span.green3 {
    background-color: #589fe3;
}

.common-StripeGrid span.green4 {
    background-color: #06b27e
}

.common-StripeGrid span.green5 {
    background-color: #43d394
}

.common-StripeGrid .background {
    grid-row-end: -5;
    background-color: #f6f9fc
}

.common-StripeGrid span.stripe.s1 {
    grid-row-start: -3;
    grid-column: 13/span 3
}

.common-StripeGrid span.stripe.s2 {
    grid-row-start: -1;
    grid-column: viewport-start/left-gutter-start
}

.common-StripeGrid span.stripe.s3 {
    grid-row-start: -4;
    grid-column: 16/span 3
}

.common-StripeGrid span.stripe.s4 {
    grid-row-start: -3;
    grid-column: 17/span 4
}

.common-StripeGrid span.stripe.s5 {
    grid-row-start: -5;
    grid-column: 17/viewport-end
}

.common-StripeGrid span.stripe.s6 {
    grid-row-start: -2;
    grid-column: 18/span 2;
    margin-top: -2px
}

.common-StripeGrid span.stripe.s7 {
    grid-row-start: -14;
    grid-column: 3/span 2
}

.common-StripeGrid span.stripe.s8 {
    grid-row-start: -13;
    grid-column: 2/span 2;
    margin-top: -2px
}

.common-StripeGrid span.stripe.s9 {
    grid-row-start: -9;
    grid-column: -6/-3
}

.common-StripeGrid span.stripe.s10 {
    grid-row-start: -10;
    grid-column: -7/-4;
    border-bottom: none
}

.common-StripeGrid span.stripe.s11 {
    grid-row-start: -6;
    grid-column: 4/span 2
}

.common-StripeGrid span.stripe.s12 {
    grid-row-start: -6;
    grid-column: viewport-start/span 3
}

.common-StripeGrid span.stripe.s13 {
    grid-row-start: -5;
    grid-column: 2/span 3
}

.common-StripeGrid span.stripe.s14 {
    grid-row-start: -2;
    grid-column: 3/span 2
}

.common-StripeGrid span.stripe.s4 {
    grid-row-start: -3;
    grid-column: 17/span 4;
}

.common-StripeGrid span.stripe.s6 {
    grid-row-start: -2;
    grid-column: 18/span 2;
    margin-top: -2px;
}

.common-StripeGrid span.stripe.s14 {
    grid-row-start: -2;
    grid-column: 3/span 2;
}
.ourproducts img {
    width: 46px;
    margin: 0 auto;
    text-align: center;
    margin-left: 12px;
    filter: grayscale(50%) opacity(.5);
}
.product-benifits-section {
    background: #005C97;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(45deg, #363795, #005C97);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(45deg, #363795, #005C97);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 50px 0;
}

.benifits-list-type-title {
    font-size: 1.6rem;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    margin-top: 60px;
    margin-bottom: 18px;
}

.ben-list li {
    position: relative;
    padding: 10px 14px;
    color: white;
}

.ben-list li span.messe-li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    margin-top: -55px;
    border-radius: 5px;
    padding: 10px;
    z-index: 99;
    width: 80%;
    transition: all 30000ms;
    color: #333;
}

.ben-list li span.messe-li::after {
    content: "";
    border-top: 15px solid transparent;
    position: absolute;
    bottom: 0;
    border-left: 15px solid white;
    transform: rotate(-45deg);
    top: 50px;
    left: 12px;
}

.ben-list li:hover {
    cursor: pointer;
    color: #a4f3a4;
}

.ben-list li:hover span.messe-li {
    display: block;
}

.test-of-product {
    float: left;
    width: 100%;
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
}

.test-list-area-prod .slick-slide {
    padding: 50px;
}

.test-list-area-prod .slick-arrow {
    box-shadow: 0px 0 7px 1px #ccc;
    border-radius: 50%;
    color: #323a954d;
    width: 40px;
    height: 40px;
    float: left;
    font-size: 19px;
}

.test-list-area-prod .slick-arrow:hover {
    background: #323a95;
    color: #c1c4df;
}

.test-list-area-prod .slick-dots {
    text-align: center;
}

.test-list-area-prod .slick-dots li {
    width: 20px;
    height: 3px;
    padding: 0;
    background-color: #e3e3e3;
    margin: 0 3px;
}

.test-list-area-prod .slick-dots li.slick-active,
.test-list-area-prod .slick-dots li:hover {
    background: #323a95;
}

.pt-img {
    float: left;
    position: relative;
}

.img-cont-pt {
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.pt-img::before {
    width: 210px;
    height: 210px;
    content: "";
    background: #323a95;
    position: absolute;
    border-radius: 50%;
    margin-top: -10px;
    margin-left: -5px;
    z-index: -3;
    box-shadow: 0 0 12px -3px #282828;
}

.pt-img::after {
    content: "";
    width: 130px;
    height: 130px;
    background: #323a95;
    position: absolute;
    border-radius: 50%;
    left: 0;
    margin-left: -29px;
    margin-top: -30px;
    z-index: -1;
    top: 0;
    box-shadow: 0px 0px 9px -5px #282828;
}

.pt-client-text {
    float: left;
    width: 63%;
    margin-left: 56px;
    margin-top: 44px;
    position: relative;
}

.pt-client-text::before,
.pt-client-text::after {
    content: open-quote;
    position: absolute;
    font-size: 18rem;
    color: #e5dddd;
    z-index: -1;
    left: 0;
    margin-left: -13px;
    top: 0;
    font-family: roboto;
    line-height: unset;
    margin-top: -52px;
    transform: rotate(-15deg);
}

.pt-client-text::after {
    content: close-quote;
    position: absolute;
    right: 0;
    top: auto;
    left: auto;
    transform: rotate(5deg);
    margin-top: -73px;
}

.pt-client {
    float: left;
    font-weight: bold;
    font-size: 2rem;
    font-family: roboto;
    margin-left: -47px;
    position: relative;
    z-index: 99;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #274bae;
    margin-top: 9px;
}

.pt-client span {
    display: block;
    font-size: 12px;
    font-weight: normal;
    text-align: right;
    letter-spacing: normal;
    text-transform: none;
    color: #848484;
}

.circle-one::before,
.circle-two::before {
    content: "";
    width: 75px;
    height: 75px;
    background: white;
    position: absolute;
    top: 10%;
    border-radius: 50%;
    box-shadow: 0 0 12px #efefef;
    left: -3%;
}

.circle-two::before {
    width: 30px;
    height: 30px;
    left: 3px;
    margin-top: -10px;
}

.c-center {
    position: absolute;
    left: 27%;
    top: 68%;
    z-index: -1;
}

.c-after {
    position: absolute;
    right: 4%;
    top: 78%;
}

.c-before .circle-two:before {
    left: -20px;
}


/*contact us page */
.contactus-area {
    position: relative;
}
.bg-contact {
    height: 578px;
}

.dot-animation {
    position: relative;
    display: inline-block;
    pointer-events: auto
}

.dot-animation,
.dot-animation:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #08a3f3;
}

.dot-animation:before {
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 0;
    display: block;
    animation: dot-ripple 5s linear infinite;
}

.dot-animation--nepal {
    top: 330px;
    right: 400px;
    position: absolute
}

.dot-animation--usa {
    top: 50.5%;
    left: 26.5%;
    position: absolute
}

.dot-animation--london {
    top: 43.7%;
    left: 45.9%;
    position: absolute
}

.dot-animation--berlin {
    top: 45%;
    left: 50.3%;
    position: absolute
}

.dot-animation--helsinki {
    top: 36.8%;
    left: 53.9%;
    position: absolute
}

.dot-animation--dublin {
    top: 42.2%;
    left: 44.1%;
    position: absolute
}

.dot-animation:first-of-type::before {
    animation-delay: 1s
}

.dot-animation:nth-of-type(2):before {
    animation-delay: 2s
}

.dot-animation:nth-of-type(3):before {
    animation-delay: 3s;
}

.dot-animation:nth-of-type(4):before {
    animation-delay: 4s
}

.dot-animation:nth-of-type(5):before {
    animation-delay: 5s
}

.dot-animation:nth-of-type(6):before {
    animation-delay: 6s
}

.dot-animation-link {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1000;
    display: block;
    cursor: pointer
}

@keyframes dot-ripple {
    to {
        opacity: 0;
        transform: scale(6)
    }
}
@media screen and (max-width: 1400px){
  .dot-animation--nepal {
    right: 351px;
    top: 284px;
}
}
.bg-contact::before {
    width: 100%;
    height: 100%;
    content: "";
    background: #d5d5d5;
    position: absolute;
    opacity: 0.7;
}
.con-form {
    float: left;
    width: 100%;
    background: rgba(237, 237, 237, 0.4);
    padding: 40px 0;
}
.d-con {

    background: #ececec;
    color: #08a3f3;
    float: left;
    padding: 2px 10px;
    margin-top: -16px;
    width: 132px;
    border-radius: 4px;
    font-weight: bold;
    margin-left: 21px;
    box-shadow: 0 0 4px 2px #5d5c5c52;
    position: relative;
    z-index: 9999;

}
.dot-animation-link:focus + .d-con,.dot-animation-link:hover + .d-con{
    display: block;
}
.contac-area {
    position: relative;
    z-index: 99;
    margin-top: -100px;
    /*background: red;*/
}
.c-form-area {
    background: white;
    float: left;
    width: 100%;
    padding: 30px;
    box-shadow: 0 0 12px #d6d6d6;
}
.one-third {
    float: left;
}
.address-info {
    font-family: roboto;
}
.one-fourth {
    float: left;
    width: 68%;
    margin-left: 45px;
}
.contact-form .form-group {
    position: relative;
    margin-bottom: 20px;
}
.contact-icon-svg {
    position: absolute;
    width: 36%;
    top: 100px;
    left: 100px;
    transform: rotate(15deg);
    filter: grayscale(0%) saturate(131%) sepia(100%) hue-rotate(197deg);
    opacity: 0.8;

}
.contact-form label {
    position: absolute;
    top: 8px;
    left: 10px;
    transition: all 1000ms;
    font-size: 12px;
}

input:focus + label, textarea:focus + label {
    margin-top: -27px;
}
input.effect-text + label, textarea.effect-text + label {
    margin-top: -27px;
}
.contact-form .form-control {
    border: none;
    border-bottom: 2px solid #989aef;
    border-radius: 0;
    background: #f8f8f8;
    box-shadow: none;
}
.form-control.effect-text:focus {
    border-color: #174887;
    background: white;
}
@media screen and (max-width: 960px) {
    header {
        background-color: #fff;
        padding: 0;
    }
    .business-area {
        padding: 15px;
    }
    #intro-carousel .carousel-inner::after {
        display: none;
    }
    header::after {
        display: none;
    }
    .table .table-cell:first-child {
    width: 100%;
    padding: 30px 0;
}
.skills_expertise {
    height: auto;
}
.box-product-list{
    position: relative;
    margin: 0;
}
.inner-page-area-top-text.t-area {
    top: 15%;
    font-size: 10rem;
}
.inner-page-area-top {
    height: auto;
}
.about-top-img {

    width: 111px;
    margin: 21% auto 0;

}
.background-area-after-top.solution-are- {

    margin-top: -400px;

}
.product-feture-section {

    position: relative;

}
.footer-background {

    top: 51%;
    z-index: -1;

}
.section-head-para p {

    margin: 0;
        margin-bottom: 0px;
    font-size: 16px;
    margin-bottom: 14px;

}
.text-effect-area {

    display: none;

}
.navbar-brand.hidden-lg {
    color: #08a3f3;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17px;
}

.para-quote {

    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 10px;
    font-weight: bold;

}
.a-bout-svg {

    margin: 38px auto;

}
}
@media screen and (max-width: 1388px) {
    .w75 {
        width: 90%;
    }
    .stacked {
        width: 58%;
    }
    .darkHeader.nav-down .career::before {
        margin-top: 10px;
    }
    .partner-top-title h2 {
        font-size: 4rem;
    }
    .partner-top-title h2 span {
        font-size: 13px;
    }
}


/*masonary*/




/*megamenu*/
.d-mega {

    margin: 0;
        margin-top: 0px;
        margin-left: 0px;
    margin-top: 0px;
    margin-top: 0px;
    padding: 0;
    position: absolute;
    z-index: 9999;
    display: none;
    margin-left: -167px;

}
.navbar-nav > li:hover .d-mega{
    display: block;
}
.nav-item:hover > a, .nav-item:focus > a {
    color: #2772d8;
}
.mega-menu {

min-width: auto;

padding: 25px 19px 22px;

background: #ffffff;

margin: 0;

position: fixed;
}
.text-uppercase.text-white{
   text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 13px;

    font-weight: 600;
    color: #08a3f3; 
}
.mega-menu .me-list {

    display: inline-block;
    margin: 0 48px 0 0;
    vertical-align: top;

}
.mega-menu  a {

    color: #2d2d2d;
    /*font-family: 'EOpenSans', sans-serif;*/
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    text-transform: capitalize;

}
.mega-menu  a:hover{
    color: #1f92e2;
}
.mega-menu .me-list > * {

    display: block;

}
.solutions-img {

    width: 66%;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: -51px;
    position: relative;

}
.solutions-img img{
    z-index: 3;
}
.solutions-img::after {

    content: "";
    height: 300px;
    width: 300px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    border-radius: 50%;

}

.partners-page {
    width: 60%;
    margin: 0 auto;
    float: none;
    text-align: center;
}
.partners-page .sv-title,.partners-page .pr-title-svg-with {

    float: none;
}

.p-con-m {
    /*min-height: 90px;*/
    margin: 15px 0;
    float: left;
    width: 100%;
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}
.p-image-a {
    padding: 0;
    height: auto;
}
.sup-image {
    float: left;
    width: 26%;
    margin-right: 10px;
    transform: rotate(-30deg);
}
.a-bout-svg.other-page img {
    width: 337px;
}

.text-cont {

    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 22px;
    text-transform: uppercase;
    color: #08a3f3;

}
address a {

    color: black;

}
footer li a,footer li {
    color: #333333;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    /*text-transform: capitalize;*/
}


.acti {
    float: left;
    width: 100%;
    background: #efecec;
}

.partners-list  .slick-slide{
    height: auto;
}p.whiteText.text-justify.w75 {
    font-size: 12px;
}


/*vacancy*/
._jobs_tops {
float: left;
display: block;
position: relative;
width: 100%;
margin-top: 90px;
border: 1px solid #ccc;
border-right-color: rgb(204, 204, 204);
border-right-style: solid;
border-right-width: 1px;
border-left-color: rgb(204, 204, 204);
border-left-style: solid;
border-left-width: 1px;
border-left: none;
border-right: none;
background: #f9f9f9;
}
._jobs_listing {
padding: 15px 0;
}
#sticky-div {
margin-top: 34px;
/*border: 1px solid #ccc;*/
}
.mt-20 {
margin-top: 20px;
float: left;
width: 100%;
}
._jobs_postion {
margin-bottom: 60px;
position: relative;
margin-top: 30px;
}
._jobs_postion::after {
width: 40px;
background: #1f92e2;
content: "";
position: absolute;
height: 2px;
top: 46px;
}
.job-details-opening p {
margin-bottom: 30px;
text-align: justify;
font-size: 1.7rem;
}
.job-details-opening ul {
margin: 0;
padding: 0;
}
.job-details-opening li {
list-style: none;
padding-left: 37px;
position: relative;
margin-bottom: 20px;
font-size: 15px;
}
.job-details-opening li::before {
content: "\ef61";
color: #1f92e2;
height: 25px;
width: 25px;
position: absolute;
text-align: center;
padding-top: 0px;
border-radius: 30px;
border: 2px solid #1f92e2;
left: 0;
top: -2px;
font-family: 'dryice' !important;
font-size: 17px;
}
._jobs_title h3 {
font-size: 18px;
font-weight: bold;
margin: 0;
padding: 0;
}
._jobs_v-title {
    font-weight: bold;
}

span._jobs_icon {
    color: #ccc;
    margin-right: 10px;
}
._jobs_title {
color: #595b5c;
padding-bottom: 15px;
}
._jobs_listing a {
    font-weight: bold;
    margin-left: 18px;
    font-size: 13px;
    text-transform: uppercase;
}
._jobs_apply_desc div {padding: 10px;border-bottom: 1px solid #ccc;}

._jobs_apply_desc div:last-child {
    border: none;
}

._jobs_v_apply a {
    padding: 10px 25px;
    background: #1f92e2;
    margin-top: 10px;
    float: left;
    color: white;
    border-radius: 4px;
    box-shadow: 0 0 8px -1px #1f92e2;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 300ms;
}
._jobs_v_apply a:hover {
    background: #58b6f7;
    box-shadow: 0 0 15px -1px #58b6f7;
    margin-top: 7px;
}





/*custom pupop*/
#certificate {
    min-height: 405px;
    padding: 50px 0;
}
.cert-list {

    text-align: center;
    padding: 30px 0 15px;

}
.cert-list li span:hover {

    opacity: .4;
    cursor: pointer;

}
#myForm {
    position: fixed;
    z-index: 999;
    background: rgba(5, 5, 5, 0.6);
    top: 0;
    right: 0;
    left: 0;
    text-align: center;
    height: 100%;
    display: none;
    transition: all 3000ms;
    padding: 2% 10%;
}
.p-image-holder {
    width: 43%;
    margin: 0 auto;
    position: relative;
    transition: all 3000ms;
}
.close-p {
    position: absolute;
    right: 0;
    padding: 5px 10px;
    color: white;
    font-size: 2rem;
    background: #60accb;
    margin-top: -30px;
}
.close-p:hover {
    background: #79d1f5;
    cursor: pointer;
    color: #666;
}
.box-list-product.slick-slide {
    min-height: 246px;
}
#certificated .modal-content {
    border-radius: 0;
}
.modal-header {
    background: #08a3f3;
    color: white;
}
.modal-backdrop{
    background-color: #080587;
}
.modal-header {

    background: #315f9c;
    color: white;
    padding: 5px 18px;

}
/*Request a quote*/
/*._request_quote .form-row > label{
color: #424770;
font-size: 17px;
font-weight: 500;
letter-spacing: normal;
line-height: 26px;
margin-right: 20px;
-ms-flex-item-align: center;
align-self: center;
-webkit-box-flex: 32%;
-ms-flex: 32%;
flex: 32%;
text-transform: none;
}*/
._request_quote .form-row input:focus + label {
    color: #6772e5;
}

.form-row input, .form-row textarea {
  width: calc(100% - 171px);
  float: right;
  height: 30px;
  padding: 10px;
  line-height: 1;
}
.form-row textarea {
  height: 100px;
  float: left;
  float: right;
}

.f-support {
  position: fixed;
  right: 26px;
  bottom: 91px;
  z-index: 99;
  width: 60px;
  background: #f59d19;
  height: 60px;
  border-radius: 100%;
}
.f-support .sup-image {
    width: 59%;
    margin-top: 13px;
    margin-left: 12px;
}
.help-block strong {
    font-weight: normal;
}
.help-block {
    background: red;
    color: white;
    border-radius: 10px;
    padding-left: 10px;
    font-size: 13px;
    position: absolute;
    padding-right: 10px;
    z-index: 9;
    top: 31px;
}
.l_m_top label {
    margin-top: -27px;
}
@media screen and (max-width: 960px){
    .overlay-area {
    height: auto;
}

.colm-area {
    height: auto;
}
.about-info-area {
    display: block;
}
.coll-s {
    width: 87%;
}
nav.navbar.navbar-default {
    float: left;
    width: 100%;
}
.p-image-holder {
    width: 90%;
}

div#myForm {padding-top: 20%;}
.aboutus-content-area-para blockquote {
    margin-left: 0;
}
.navbar-nav > li.career,.career:before,.career:after {
    margin: 0;
}
.career:before,.career:after{
    display: none;
}
.darkHeader.nav-down .career a, .career a {
    color: #6e6e6e !important;
    text-transform: capitalize;
}
section.skills_expertise .table {
    height: auto;
}
.slick-initialized .slick-slide {
    display: block;
    height: auto;
    min-height: 331px;
}
.mega-menu {
    position: relative;
}

.d-mega {
    position: relative;
    margin: 0;
}
.produt-title-area {
    width: 100%;
}

.img-section-top.p-td {
    width: 100%;
}
.bei-img {
    position: relative;
    width: 100%;
}

.j-ar {
    display: none;
}

.j-title {
    width: 100%;
    float: left;
}

.j-area {
    width: 100%;
    float: left;
}

.j-v-nubmer {
    float: left;
    width: 100%;
    text-align: center;
}
.slick-initialized .slick-slide{
    min-height: auto;
}
.footer-background {

    bottom: 0;
    top: 65%;

}
.f-content {
    float: left;
    width: 100%;
}
#intro-carousel .carousel-inner, #intro-carousel .carousel-inner .item,.table{
    height: auto;
}
.product-top-section .img-section-top {
    width: 84%;
    margin: 0 auto;
    float: left;
}
.im-bg-over img {
    object-fit: contain;
}
.jb-cont-top {
    width: 100%;
    left: 0;
    top: -55px;
}
}


@media screen and (max-width: 960px) {
    header{
        position: relative;
    }
    header.darkHeader.nav-up {
    position: absolute;
}
    body {
    padding: 0;
}
}