body {
    /*font-family: museo-sans, sans-serif;*/
    overflow-x: hidden;
}
/* width */

::-webkit-scrollbar {
    width: 10px;
}
/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}
/* Handle */

::-webkit-scrollbar-thumb {
    /*background: #0744a0;*/
    background: linear-gradient(99deg, #0744A0, #2EC1AC);
    border-radius: 0px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0744a0;
}
h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
    color: #394059;
}
.header_inside_nav ul{
    margin: 0;
}
.shrink {
    background-color: #fff;
    transition: 0.5s;
    box-shadow: 0px 10px 25px 0px #0744a029;
}
.shrink .cubestech-white-logo {
    display: none;
}
.shrink .cubestech-logo {
    display: block !important;
}
.shrink .menu-open-icon {
 filter: brightness(0.1);   
 /*   display: none;
 float: right !important;*/
}
.shrink .menu-open-icon-black {
    display: block !important;
    float: right !important;
}
.menu-open-icon{
    height: 40px;
}
.menu-open-icon:hover{
    filter: contrast(0.5);
    transition: 0.5s;
}
.loginbtn {
    border: 1px solid;
    padding: 6px 45px;
    text-decoration: none;
}

.loginbtn:hover {
    text-decoration: none;
    border-color: #0744a0;
    color: #0744a0;
    background-color: #fff;
}

.shrink .loginbtn {
    color: #0744a0;
    border: 1px solid;
    padding: 6px 45px;
    text-decoration: none;
}

.shrink .loginbtn:hover {
    text-decoration: none;
    border-color: #0744a0;
    color: #fff;
    background-color: #0744a0;
}

.shrink nav ul li a {
    color: #282827;
    /*padding: 0;*/
}
.shrink .btn-open{
    padding: 0;
}
.btn-open{
    padding: 0;
    cursor: pointer;
}
nav ul li {
    display: inline-block;
}

nav ul li a {
    color: #fff;
    padding: 15px;
    display: inline-block;
    text-decoration: none;
    /*transition-property: all .2s linear 0s;
    -moz-transition: all .2s linear 0s;
    -webkit-transition: all .2s linear 0s;
    -o-transition: all .2s linear 0s;*/
    font-weight: 500;

}

nav ul li a:hover {
    color: #34B484;
}

/*.button img {
    padding-top: 15px;
    }*/

/*.header_inside_nav ul {
    position: relative
    }*/
    .Realtek_logoo img{
     width: 150px !important;
 }
/*.btn-open img{
    width: 50% !important;

    }*/

    .button a {
        text-decoration: none;
    }
    .mainbannercontet{

    }

    /*overlay*/

    .overlay {
        display: none;
        position: fixed;
        top: 0;
        height: 100%;
        width: 100%;
        background: #fff;
        overflow: auto;
        z-index: 9999;
        /*transition: 0.4s;*/
    }

    .wrap {
        color: #e9e9e9;
        text-align: center;
        max-width: 90%;
        margin: 0 auto;
    }

    .wrap ul.wrap-nav {
        border-bottom: 1px solid #575757;
        text-transform: capitalize;
        padding: 150px 0px 100px;
    }

    .wrap ul.wrap-nav li {
        font-size: 20px;
        display: inline-block;
        vertical-align: top;
        width: 24%;
        position: relative;
    }

    .wrap ul.wrap-nav li a {
        color: #34B484;
        display: block;
        padding: 8px 0;
        text-decoration: none;
        transition-property: all .2s linear 0s;
        -moz-transition: all .2s linear 0s;
        -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
    }

    .wrap ul.wrap-nav li a:hover {
        color: #f0f0f0;
    }

    .wrap ul.wrap-nav ul {
        padding: 20px 0;
    }

    .wrap ul.wrap-nav ul li {
        display: block;
        font-size: 13px;
        width: 100%;
        color: #e9e9e9;
    }

    .wrap ul.wrap-nav ul li a {
        color: #f0f0f0;
    }

    .wrap ul.wrap-nav ul li a:hover {
        color: #34B484;
    }

    .social {
        font-size: 25px;
        padding: 20px;
    }

    .social p {
        margin: 0;
        padding: 20px 0 5px 0;
        line-height: 30px;
        font-size: 13px;
    }

    .social p a {
        color: #34B484;
        text-decoration: none;
        margin: 0;
        padding: 0;
    }

    .social-icon {
        width: 80px;
        height: 50px;
        background: #e9e9e9;
        color: #333;
        display: inline-block;
        margin: 0 20px;
        transition-property: all .2s linear 0s;
        -moz-transition: all .2s linear 0s;
        -webkit-transition: all .2s linear 0s;
        -o-transition: all .2s linear 0s;
    }

    .social-icon:hover {
        background: #34B484;
        color: #f0f0f0;
    }

    .social-icon i {
        margin-top: 12px;
    }

    @media screen and (max-width:48em) {
        .wrap ul.wrap-nav>li {
            width: 100%;
            padding: 20px 0;
            border-bottom: 1px solid #575757;
        }
        .wrap ul.wrap-nav {
            padding: 30px 0px 0px;
        }
        nav .li_d_none {
            display: none;
        }
        .social {
            color: #c1c1c1;
            font-size: 25px;
            padding: 15px 0;
        }
        .social-icon {
            width: 100%;
            height: 50px;
            background: #fff;
            color: #333;
            display: block;
            margin: 5px 0;
        }
    }

    .banersec {
        background-image: url('../img/header-bg.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
    }

    .navbarfix {
        position: fixed;
        width: 100%;
        padding: 8px 0px;
        z-index: 1000;
        margin-top: 34px;
    }

    .overlayhead {
        width: 100%;
        padding: 15px 0px;
    }

    .menuclose {
        padding-top: 17px;    height: 60px;   
    }
    .wrapper-container .form-control{
        border: 1px solid #2ec1ac;;
    }
    h3{
        font-weight: bold;
    }
    .menubox {
        width: 100px;
        height: 100px;
        background-color: #0744a0;
        color: #fff;
        padding: 0px 6px;
    }

    .menubox1 {
        background-color: #fff;
        width: 100px;
        height: 100px;
        border: 2px solid #ececec;
        box-shadow: inset 0px 5px 10px -3px #dedede;
    }

    .menubox h6 {
        position: absolute;
        width: 100;
        padding-top: 8px;
        text-align: center;
        margin-left: -6px;
    }
    .single_line{
        padding-top: 20px !important;
    }
    .menubox a, .menubox_black a{
        color: #fff;
        text-decoration: none;
    }

    .menubox_black {
        width: 100px;
        height: 100px;
        /*background-color: #282827;*/
        background: linear-gradient(
            180deg, #0744A0, #2EC1AC);
        color: #fff;
        padding: 0px 6px;
    }

    .menubox_black a {
        color: #fff;
    }

    .menubox_black h6 {
        position: absolute;
        width: 100;
        padding-top: 8px;
        text-align: center;
        margin-left: -6px;
    }

    .menu_order_number {
        color: #e0e0e0;
    }

    .menu_list_bg {
        font-size: 70px;
        color: #ffffff1f;
        font-weight: bold;
        /*margin-top: -27px;
        margin-left: 17px;*/
        display: flex;
        justify-content: center;
        text-align: center;
        margin-top: -27px;
    }

    .brain {
        position: relative;
        margin-top: -40%;
        opacity: 0.5;
        z-index: -1;
    }

    .banersec {
        position: relative;
        padding: 150px 0px 130px;
    }
    .we_hire_text {
        color: #fff;
        border-radius: 0px 0px 100px 0px;
        height: 0;
        border-top: 100px solid #0000007a;
        border-right: 85px solid transparent;
        width: 50%;
    }

    .we_hire_text a {
        color: #fff;
    }

    .we_hire_content {
       /* position: relative;
        z-index: 1;
        margin-bottom: -93px;
        padding: 0px 50px 0px;
        color: #fff;*/
        position: absolute;
        z-index: 1;
        /* margin-bottom: -93px; */
        padding: 0px 0px 0px;
        color: #fff;
        top: 172px
    }

    .centercontent {
        position: relative;
    }

    .centercontent .centercontent_inside {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
    .mainbannercontet a {
        color: #fff;
        border: 2px solid #fff;
        padding: 8px 25px;
        border-radius: 5px;
        background: #2EC1AC;
        font-weight: 600;
        transition: 0.5s;
    }
    .mainbannercontet a:hover {
        color: #0744a0;
        background: #fff;
        text-decoration: none;
        transition: 0.5s;
    }
    .reachusbtn{
        transition: 0.5s;
    }
    .reachusbtn a {
        text-decoration: none;
        position: fixed;
        bottom: 30px;
        right: 30px;
        border: 1px solid;
        padding: 8px 20px;
        border-radius: 168px;
        color: #000;
        background: #2EC1AC;
        z-index: 10;
        border: 2px solid #fff;
        transition: 0.5s;
    }
    .reachusbtn a:hover{
        transition: 0.5s all;
        color: #fff;
        background: linear-gradient( 
            180deg, #2EC1AC 0%, #03337A 100%);
    }
    .scroll-downs {
        position: absolute;
        bottom: 20px;
        left: 50%;
    }

    .mousey {
        width: 6px;
        padding: 10px 15px;
        height: 45px;
        border: 2px solid #fff;
        border-radius: 25px;
        opacity: 0.75;
        box-sizing: content-box;
    }

    .mscroller {
        width: 3px;
        height: 10px;
        border-radius: 25%;
        background-color: #fff;
        animation-name: scroll;
        animation-duration: 2.2s;
        animation-timing-function: cubic-bezier(.15, .41, .69, .94);
        animation-iteration-count: infinite;
    }

    .cusdropdown .dropdown-menu::after {
      vertical-align: .255em;
      content: "";
      border-bottom: 15px solid #ffffff;
      border-right: 11px solid transparent;
      border-top: 0;
      position: absolute;
      border-left: 11px solid transparent;
      top: -15px;
      right: 60px
  }
  .cusdropdown ul{
      /*padding:8px;*/

  }
  .cusdropdown li{
    background: #fff;
    /*padding: 6px 5px;*/
    /*padding: 10px 6px;*/
    display: block;
}
.cusdropdown li:hover{
 color: #000;
 /*padding: 10px 1px;*/
 border-left: 5px solid #2EC1AC;
 background: linear-gradient(
    45deg, #0142a1, transparent);
 background: #a4eae0;
}
.cusdropdown li:hover a{
    color: #000;
}
.cusdropdown li a{
   padding: 10px 12px;
   color: #394059;
   text-decoration: none;
   display: block;
   cursor: pointer;
   border-radius: 0px;
   font-size: 14px;
}
.cusdropdown li a:hover{
  color: #000;
  border-radius: 0px;   padding-left: 7px;
}
/*.dropdown-menu {
  margin: 0px 0px 0px -55px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  display: block !important;
  transform: scale(0) !important;
  border: none !important;
  box-shadow: 2px 2px 10px #0000003d !important;
  }*/
/*.dropdown:hover .dropdown-menu {
  transform: scale(1)!important;
  width: 200px;
  }*/
/*@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(15px);
        opacity: 1;
    }
    100% {
        transform: translateY(15px);
        opacity: 0;
    }
    }*/

    .heading1 {
        font-family: 'Open Sans', sans-serif;
        color: #394059;
        font-weight: 800;
    }

    .aboutsec {
        padding: 100px 0px 50px;
    }

    .aboutsec p {
        /*text-align: justify;*/
        color: #394059;
        font-weight: 400;
    }

    .aboutsec a {
        padding: 12px 30px;
        border: 2px solid #2EC1AC;
        color: #0744a0;
        text-decoration: none;
        font-weight: 600;
        transition: 0.5s;
    }
    .aboutsec a:hover{
        background: #2EC1AC;
        color: #fff;
        /*border: 2px solid #fff;*/
        transition: 0.5s;
    }
    .vector_map {
        position: absolute;
        right: 0;
        z-index: -1;
    }

    .essencesec {
        padding: 100px 0px 50px;
    }

    .heading2 {
        font-family: 'Open Sans', sans-serif;
        color: #394059;
        font-weight: 800;
    }

    .heading2 {
        content: '';
        /*background-color: #0744a0;*/
        width: 25%;
        height: 8px;
        position: absolute;
        right: 0;
        background: linear-gradient(
            100deg, #0744A0, #2EC1AC);
    }

    .essence_box_black {
        background: #282827;
        padding: 20px 20px 30px 20px;
        color: #fff;
        height: 325px;
    }

    .knowmore_white {
        padding: 12px 30px;
        border: 2px solid #fff;
        color: #fff;
        text-decoration: none;
        font-weight: 600;
        transition: 0.5s;
    }
    .knowmore_white:hover{
        transition: 0.5s;
        background: #2EC1AC;
        color: #fff;
    }
    .essence_box_gray {
        height: 162px;
        background: rgba(196, 196, 196, 0.25);
        height: 162px;
    }

    .essence_box_gray1 {
        height: 162px;
        background: rgba(196, 196, 196, 0.25);
        height: 162px;
        width: 20%;
    }

    .essence_box_blank {
        width: 55%;
    }

    .responsefont {
        font-weight: 800;
        left: 26% !important;
    }

    .vector_working_girl {
        position: absolute;
        height: 195px;
        right: 70px;
        top: -80px;
    }

    .respectfont {
        font-weight: 800;
    }

    .empowermentfont {
        left: 75% !important;
    }

    .essence_box_blank1 {
        width: 20%;
    }

    .essence_box_blue {
        width: 55%;
        background: linear-gradient(
            180deg, #2EC1AC 0%, #03337A 100%);
        height: 162px;
    }

    .essence_box_blank2 {
        width: 25%;
    }

    .essence_box_blank2 {
        width: 25%;
    }

    .essence_box_blue1 {
        width: 55%;
        background: linear-gradient(
            180deg, #2EC1AC 0%, #03337A 100%);
        height: 162px;
    }

    .paddnone {
        padding: 0;
    }

    .valuebox {
        margin-top: 162px;
    }

    .valuebox h6 {
        font-weight: 600;
    }

    .quotesize {
        font-size: 40px;
    }

    .heading1 {
        content: '';
        /* background-color: lavender; */
        width: 25%;
        height: 8px;
        position: absolute;
        left: 0;
        background: linear-gradient(
            100deg, #0744A0, #2EC1AC);
    }

    .our_service_sec {
        padding: 100px 0px 50px;
    }

    .carousel-cell {
      width: 235px;
      height: 200px;
      float: left;
      margin-right: 10px;
      background: #8C8;
      border-radius: 5px;
      counter-increment: carousel-cell;
  }


  /* cell number */

  .carousel-cell:before {
      display: block;
      text-align: center;
      content: counter(carousel-cell);
      line-height: 200px;
      font-size: 80px;
      color: white;
  }

  .carousel-container:after {
      content: 'flickity';
      display: none;
      /* hide :after */
  }

  @media screen and ( min-width: 768px) {
      .carousel-container.no-scroll-lg:after {
        content: '';
    }
}
.gallery-cell {
    width: 300px;
    height: 350px;
    margin-right: 25px;
    background: #fff;
    counter-increment: gallery-cell;
}

.service1 {
    background-image: url('../img/index3.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service2 {
    background-image: url('../img/index4.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 75px;
}

.service3 {
    background-image: url('../img/index5.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service4 {
    background-image: url('../img/index6.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 75px;
}

.service5 {
    background-image: url('../img/index7.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service6 {
    background-image: url('../img/index8.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 75px;
}

.service7 {
    background-image: url('../img/index9.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service8 {
    background-image: url('../img/index10.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 75px;
}

.service9 {
    background-image: url('../img/index11.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.service_explore_btn {
    position: absolute;
    bottom: -28px;
    right: -15px;
    padding: 9px 0px;
    background: #ffffff;
    color: #fff !important;
    border: 7px solid;
    transition: all 0.5s;
}

.service_explore_btn .service_explore {
    background: #2EC1AC;
    padding: 10px 25px;
    color: #fff;
    font-weight: 500;
    transition: 0.5s;
}
.service_explore_btn a:hover{
    background: linear-gradient( 
        180deg, #2EC1AC 0%, #03337A 100%);
    transition: 0.5s;
    position: relative;/*
    visibility: hidden !important;*/
}
.gallery-cell.is-selected {
    /*background: #ED2;*/
}
.flickity-enabled {
    position: relative;
    height: 500px;
}
.staffing_2nd_slid .flickity-enabled {
    height: 800px;
}
.staffing_2nd_slid .flickity-viewport  {
    height: 800px;
}
.flickity-viewport {
    height: 500px !important;
    /*padding: 50px 0px;*/
    /*position: initial;*/
}

.flickity-page-dots {
    display: none;
}

.flickity-prev-next-button {
    border-radius: 0%;
    border: 1px solid #000;
}

.casestudysec {
    padding: 0px 0px 50px;
}

.case_box_blank1 {
    width: 10%;
}

.case_box_blue {
    /*width: 15%;*/
    /*height: 162px;*/
    /*background: linear-gradient(180deg, #0c54a2 0%, #2ebfac 100%);*/
}

.case_box_blank2 {
    width: 25%;
    height: 162px;
}

.case_box_img {
    width: 275px;
    height: 275px;
    background-image: url('../img/index17.png');
    background-position: center;
    background-size: cover;
    border-left: 10px solid #fff;
    border-bottom: 10px solid #fff;
    z-index: 2;
}

.case_box_prev {
    width: 10%;
    height: 110px;
    background: #000;
    margin-top: 243px;
}

.case_box_img2 {
    width: 400px;
    height: 346px;
    background-image: url('../img/index18.png');
    background-position: center;
    background-size: cover;
}

.case_box_blak3 {
    width: 207px;
}

.case_box_blak4 {
    width: 207px;
}

.case_box_next {
    width: 10%;
    height: 110px;
    background: #000;
    margin-top: 104px;
}

.casehead {
    margin-bottom: -114px;
    z-index: 2;
}

.caseceter {
    z-index: -1;
}

.case_box_content {
    width: 55%;
}

.case_box_img3 {
    width: 275px;
    height: 275px;
    background-image: url('../img/index19.png');
    border-right: 10px solid #fff;
    border-top: 10px solid #fff;
    z-index: 2;
}

.casebottom {
    margin-top: -45px;
}

.case_box_content p {
    padding-left: 15px;
}

.caseheadingsec {
    left: 37% !important;
}

.case_box_blank5 {
    width: 12%;
}

.our_product_sec {
    padding: 75px 0px 75px;
}

.flipster__nav__item {
    display: none;
}

.flipster {
    overflow-y: hidden;
}

.slidecontent {
    position: unset !important;
}

.slidecontent .centercontent_inside {
    top: 85% !important;
    background: #0744a0;
    padding: 9px 30px 0px;
    color: #fff;
    width: 75%;
    text-align: center;
}

.formsec {
    padding: 0px 0px 50px;
}

.homeform .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #0744a0;
    outline: 0;
    box-shadow: 0px 13px 20px -0.8rem rgb(7 68 160);
}

.homeform .form-control {
    border-radius: 0;
    border-color: #2EC1AC;
}

.homeform button {
    padding: 7px 34px;
    border: 2px solid #2ec1ac;
    color: #0744a0;
    text-decoration: none;
    font-weight: 600;
    border-radius: 0;
    transition: 0.5s;
}
.homeform button:hover{
    transition: 0.5s;
    color: #fff;
    /*border: 2px solid #fff;*/
    /*border-radius: 5px;*/
    background: #2EC1AC;
}
label {
    cursor: pointer;
    /* Style as you please, it will become the visible UI component. */
}

#upload-photo {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.homeform i {
    color: #0744a0;
}

.vector_map1 {
    position: absolute;
    left: 0;
}
.fb_icon {
    padding: 9px 16px !important;
}
.footer {
    background-color: #1C1C1B;
    position: relative;
}

.footerreach {
    color: #fff;
    border-bottom: 1px solid #2EC1AC;;
    padding: 15px 0px;
}

.footer_content {
    color: #fff;
    text-align: justify;
}
a:hover {
    text-decoration: none !important;
}
.footer_menu a {
    color: #fff;
    transition: 0.5s;
}
.footer_menu a:hover{
    color: #2ec1ac;
    transition: 0.5s;
}
.footerreach a:hover{
   color: #2ec1ac !important;
   transition: 0.5s;
}
.socialicon a {
    color: #fff;
    padding: 9px 13px;
    border-radius: 50%;
    border: 2px solid;
    margin-left: 10px;
    transition: 0.5s;
}
.socialicon a:hover{
    transition: 0.5s;
    background: #2EC1AC;
}
.socialiconposition p {
    color: #949494;
}
.click{
    color: #2EC1AC;
}

/*about-us page*/

.about_page {
    padding: 125px 0px 50px;
}

.movetext {
    font-size: 75px;
    color: #f2f2f2;
    margin-bottom: -50px;
    z-index: -1;
}

.unmovetext2 {
    position: relative;
}

.unmovetext {
    position: relative;
    text-transform: capitalize !important;
}

.about_page p {
    /*text-align: justify;*/
}

.vissionsec {
    padding: 0px 0px 60px;
}

.missionsec {
    padding: 0px 0px 60px;
}

.mission_list {
    list-style: none;
    margin: 2em;
    padding: 0;
}

.mission_list li {
    margin: 0;
    margin-bottom: 1em;
    padding-left: 1.5em;
    position: relative;
}

.mission_list li:after {
    content: "";
    height: 0.5em;
    width: 0.5em;
    background: #2dbfac;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 9px;
    left: 0;
}

.objectivesec {
    padding: 0px 0px 60px;
}

.about_page_essence {
    padding: 0px 0px 60px;
}

.about_page_corevalue {
    padding: 0px 0px 60px;
}

.corebox {
    /*background: linear-gradient(180deg, #094BAE 0%, #03337A 100%);*/
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    padding: 40px 20px;
    color: #000;
    position: relative;
}

.corebox:hover {
    /*background: linear-gradient(180deg, #094BAE 0%, #03337A 100%);*/
    background: linear-gradient(
        180deg, #2EC1AC 0%, #094BAE 100%);
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    color: #fff;
}

.about_page_corevalue .col-lg-4 {
    padding: 0px;
}

.navigationsec {
    padding: 50px 0px 100px;
}

.prevnavigation {
    background: #282827;
    height: 80px;
    width: 80px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}
.prevnavigation a, .nextnavigation a{
    color: #fff;
}

.homenavigation {
    background: #fff;
    height: 120px;
    width: 120px;
    border: 5px solid #fff;
    color: #0744a0;
    font-size: 18px;
    font-weight: bold;
    margin-top: -32px;
    margin-left: 40px;
    /*box-shadow: 0 0 0 5px hsl(216deg 92% 33%), 0 0 0 10px hsl(0deg 0% 100%);*/
    box-shadow: 0 0 0 10px hsl(0deg 0% 100%);
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #0746a0, #2dbdac);
}

.nextnavigation {
    background: #282827;
    height: 80px;
    width: 80px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;
}

.nextservice {
    background: #fff;
    height: 120px;
    width: 120px;
    border: 5px solid #fff;
    color: #0744a0;
    font-size: 18px;
    font-weight: bold;
    margin-top: -32px;
    margin-left: -80px;
    /*box-shadow: 0 0 0 5px hsl(216deg 92% 33%), 0 0 0 10px hsl(0deg 0% 100%);*/
    box-shadow: 0 0 0 10px hsl(0deg 0% 100%);
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #0746a0, #2dbdac);
}

.navlogo {
    opacity: 0.3;
}

.movetext {
    margin-bottom: 0px;
}

.servicebanner {
    background-image: url('../img/our-service-bg.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    color: #fff;
    padding: 185px 0px 85px;
}

.servicebanner h1 {
    color: #fff;
    text-transform: capitalize !important;
}

.ourserviceheadborder {
    content: '';
    /*background-color: #0744a0;*/
    background: linear-gradient(
        100deg, #2EC1AC 0%, #03337A 100%);
    width: 200px;
    height: 8px;
    position: absolute;
}

.oursericecontent {
    padding: 100px 0px 50px;
}

.oursericecontent p {
    text-align: justify;
}

.ourserice_carousel {
    padding: 0px 0px 60px;
}

.ourserice_carousel .movetext {
    margin-bottom: -60px !important;
    text-transform: capitalize !important;
}

.gallery-cell h5 {
    position: absolute;
    bottom: -8px;
    padding: 15px 15px;
    color: #fff;
    background: #00000096;
    width: 100%;
    text-transform: capitalize !important;
    font-weight: bold;
}

.tabsec {
    padding: 0px 0px 50px;
}

.scroll_tabs_theme_light div.scroll_tab_inner {
 height: 65px;
}

.scroll_tabs_theme_light div.scroll_tab_inner span,
.scroll_tabs_theme_light div.scroll_tab_inner li {
    background-color: #ffffff;
    border-left: 0px solid #ffffff;
    border-top: 0px solid #ffffff;
    border-bottom: 0px solid #ffffff;
    color: #BDBDBD;
    cursor: pointer;
    font-size: 35px;
    font-weight: bold;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.tab_selected,
.scroll_tabs_theme_light div.scroll_tab_inner li.tab_selected a.tab_selected{
    background-color: #ffffff;
    color: #394059!important;
}

.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_right_finisher {
    display: none !important;
}

.scroll_tabs_theme_light .scroll_tab_right_button {
    visibility: hidden !important;
}

.scroll_tabs_theme_light .scroll_tab_left_button {
    visibility: hidden !important;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_left_finisher {
    padding: 0px;
    width: 10px;
    background-color: #ffffff;
}
.scroll_tabs_theme_light div.scroll_tab_inner span.scroll_tab_over, .scroll_tabs_theme_light div.scroll_tab_inner li.scroll_tab_over {
  background-color: #0000;
  color: #0142a1;
}
.scroll_tabs_theme_light div.scroll_tab_inner span, .scroll_tabs_theme_light div.scroll_tab_inner li {
    padding-left: 40px;
    padding-right: 40px;
}
/*.slider{
    content: '';
    background-color: #0744a0;
    width: 550px;
    height: 8px;
    position: absolute;
    left: 0; 
    }*/

 /*   .slider {
      display: inline-block;
      color: #000;
      text-decoration: none;
  }
  */
  .slider::after {
    background-color: #0744a0;
    width: 25%;
    height: 8px;
    position: absolute;
    left: 0; 
    margin-top: 12px;
    content: '';
    display: block;
    -webkit-transition: width .5s;
    transition: width .5s;
}
.slider:hover::after {
    width: 25%;
}
.slider2::after {
    background-color: #0744a0;
    width: 550px;
    height: 8px;
    margin-top: 12px;
    position: absolute;
    left: 0; 
    content: '';
    display: block;
    -webkit-transition: width .5s;
    transition: width .5s;
}
.slider2:hover::after {
    width:50%;
}
.slider3::after {
    background-color: #0744a0;
    width: 550px;
    height: 8px;
    margin-top: 12px;
    position: absolute;
    left: 0; 
    content: '';
    display: block;
    -webkit-transition: width .5s;
    transition: width .5s;
}
.slider3:hover::after {
    width:75%;
}
.slider4::after {
   background-color: #0744a0;
   width: 50%;
   height: 8px;
   position: absolute;
   left: 0; 
   margin-top: 12px;
   content: '';
   display: block;
   -webkit-transition: width .5s;
   transition: width .5s;
}
.slider5::after {
   background-color: #0744a0;
   width: 75%;
   height: 8px;
   position: absolute;
   left: 0; 
   margin-top: 12px;
   content: '';
   display: block;
   -webkit-transition: width .5s;
   transition: width .5s;
}
.tabcontent{
    margin-top: 80px;
}
.serviceiconsec h4{
    color: #0744A0;
    font-weight: bold;
}
.service-contactbg{
    background-image: url('../img/service-contactbg.svg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}
.staff-contactbg{
    background-image: url('../img/staffbg.png');
}
.service-contactbg .servcontactinnersec{
    padding:60px 30px;
    background: linear-gradient(
        45deg, #093f8e, transparent)
}


.secondary-nav .scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.secondary-nav .scroll::-webkit-scrollbar {
  display: none;
}

.secondary-nav .submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 0;
  clear: both;
  background-color: #fbf7fc;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.15) !important;
}

.secondary-nav .submenu.visible {
  display: block;
  height: auto;
  border-top: 1px solid #e8e8e8;
}

.secondary-nav .dropdown {
  position: inherit;
}
.secondary-nav .dropdown-item {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 500;
  width: auto;
  clear: inherit;
  padding: 12px;
}
.secondary-nav .dropdown-toggle.visible {
  background: #fbf7fc;
}
.secondary-nav .dropdown-item.active,
.secondary-nav .dropdown-item:active,
.secondary-nav .dropdown-item:hover {
  background: #fff;
  color: #6a2c79;
}

/*Don't Remove this give class/id if required*/
/*.secondary-nav,
.secondary-nav nav {
  font-size: 0;
}
*/
.secondary-nav {
  background-color: #fff;
  // border-top: 1px solid #e2e2e3;
  // border-bottom: 1px solid #e2e2e3;
  /*position: relative;*/
  z-index: 2;
  clear: both;
  width: 100%;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.secondary-nav .vam {
  display: inline-block;
  vertical-align: middle;
}
.erp_tab_sec ul{
    overflow: hidden;
    overflow-x: hidden !important;
}
.erp_tab_sec .nav{
    overflow: hidden;
    overflow-x: hidden !important;
}
.secondary-nav .nav {
  width: 100%;
  overflow-x: scroll !important;
  border: none;
  text-align: left;
}
.secondary-nav .nav-item {
  display: inline-block;
  vertical-align: middle;
  /*width: 25%;*/ text-transform: capitalize !important;

}

.secondary-nav .nav-link {
  padding: 18px 14px;
  font-size: 35px;
  font-weight: bold;
  color: #BDBDBD;
  border:none;
}
.secondary-nav .nav-link:hover {
  color: #0142a1;
  border: none;
}
@media (max-width: 768px) {
    .data_joblist .col-lg-2 {
    margin-bottom: 20px;
}
.apply_btn {
    width: 50% !important;
    display: flex;
    margin: 0px auto;
    margin-top: 15px !important;
    margin-bottom: 5px !important;
}
.filter_inside .apply_btn {
    width: 100% !important;
    
}
   /* .text-default{
            width: 94% !important; 
            }*/
            .case_box_img2 {
                width: 721px;
                height: 250px;
                background-image: url(../img/index18.png);
                background-size:contain ;

            }
            .secondary-nav::after {
                content: "";
                position: absolute;
                z-index: 1;
                top: 0;
                right: 0;
                height: 100%;
                width: 35px;
                background: linear-gradient(to left, #ffffff, rgb(255 255 255 / 0%));
                pointer-events: none;
                transition: opacity 0.2s;
            }
            .secondary-nav .nav-link {
                padding: 14px 10px;
                font-size: 22px;
            }
        }
        .secondary-nav .tab-content{
            padding: 35px 0px 0px;
        }
        .secondary-nav .nav-link.active {
            color: #394059!important;
            border: none;
            background: #0000;
            background: -webkit-linear-gradient(#0848a1, #2dbbab);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;

        }
        .Wizard .progress-bar {
         background: linear-gradient(99deg, #0744A0, #2EC1AC);
     }
     .Wizard .progress {
        height: 11px;
        background-color: #ffffff;
    }
    .our_partner_logo img{
        padding: 0px 15px;
    }
    .solutiotab_dflex_box{
        height: 150px;
        box-shadow: 0px 0px 6px #00000057;
    }
    .solutiontab .col-lg-2, .solutiontab .col-lg-3{
        padding:0;
    }
    .solutiotab_dflex_box:hover{
       background: linear-gradient(
        180deg, #094BAE 0%, #2EC1AC 100%);
       color: #fff;
   }
   .solutiotab_dflex_box:after {
       /*background: linear-gradient(to top, #03337A 76%,#ffffff 80%, #000000 83%);*/
       background: linear-gradient(to top, #03337A 76%, #2EC1AC 83%);
       position: absolute;
       content: '';
       height: 100%;
       right: 0;
       left: 15px;
       top: 0;
       width: 10px;
   }
   .solutiotab_dflex_box .centercontent_inside{
    padding: 0px 10px 0px 40px;
}
.solutiontab .col-lg-3:hover .solutiotab_dflex_box::after {
    width: 0px;
}
.solutiontab .col-lg-2:hover .solutiotab_dflex_box::after {
    width: 0px;
}

.devopestab {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    height: 750px;
}
.devopesbox{
    position: relative;
    border: 2px solid #000;
    /*border-radius: 7px;*/
    margin-bottom: 30px;
}
.image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 7px 7px 0px 0px;
}

.devopesboxoverlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg, #2EC1AC 0%, #094BAE 100%);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  /*border-radius: 5px;*/
}

.devbox1 h4{
    /*margin-top: 8%;*/
}
.devopesbox:hover .devopesboxoverlay {
  height: 100%;
}
.devopesboxcaption{
    font-weight: bold;
    text-align: center;
    color: #0142a1;
    padding: 20px 0px 15px;
        text-transform: capitalize !important;
}
.text {

    /*display: grid;*/
    justify-content: center;
    /* text-align: center; */
    align-items: center;
    align-self: center;
    position: relative;
    top: 25%;
    padding: 25px;
    color: #fff ;

}
.text ul{
    padding: 0px 15px;
}
.logo_icon_white_opacity{
    position: absolute;
}
.logoicon_position1{
    /*bottom: 0;*/
    /*opacity: 34%;*/
    opacity: 21%;
    width: 101px !important;
    /*filter: grayscale(1);*/

}
.logoicon_position2{
    /*top: 0;*/
    /*left: 0;*/
    /*filter: grayscale(1);*/
    /*opacity: 16%;*/
    opacity: 21%;
    width: 101px !important;
}
.logoicon_position3{
/*    bottom: 0;
right: 0;*/
/*opacity: 34%;*/
opacity: 21%;
width: 101px !important;
/*filter: grayscale(1);*/

}
.h4head{
    color: #0142a1;
    text-transform: capitalize;
    font-weight: bold;
}
.qualitytabcontent1 .corebox{
  min-height: 230px;
}
.go-corner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 32px;
  height: 32px;
  overflow: hidden;
  top: 0;
  right: 0;
  border-top: 0px solid transparent;
  border-right: 42px solid #1a82ad;
  border-bottom: 42px solid transparent;
}
.card1 {
  display: block;
  position: relative;
  max-width: 262px;
  background-color: #fff;
  border-radius: 4px;
  padding: 30px 20px;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #0142a1;
  min-height: 230px;
  /*display: grid;*/
  align-items: center;
  text-align: center;
}
.card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -16px;
  right: -16px;
  background: linear-gradient(
    180deg, #2EC1AC 0%, #094BAE 100%);
  height: 32px;
  width: 32px;
  border-radius: 32px;
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.25s ease-out;
}
.card1:hover:before {
  transform: scale(21);
}

.card1:hover p {
  transition: all 0.3s ease-out;
  color: rgba(255, 255, 255, 0.8);
}
.card1:hover h4 {
  transition: all 0.3s ease-out;
  color: #ffffff;
}
.card1 h4{
  text-transform: capitalize;
  font-weight: bold;
  color: #0744a0;
}
.card2 {
    /*height: 53%;*/
}
.card3 {
    /*height: 100%;*/
}
.card1 img{
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.nextgentab .col-lg-4{
    margin-bottom: 60px;
}
.nextgentab img{
    margin-bottom: 15px;
}
.eng_container {
  position: relative;
  height: 230px;
  border-left: 10px solid #0745a2;
  border-image: linear-gradient( to bottom, #41c2b2, rgb(4 55 123) ) 1 100%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  border-radius: 1px;
  text-align: center;
  transition: 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.eng_container:hover{
    height: 230px;
    border-left: 10px solid #074094;
}
.engagement_tab{
    min-height: 230px;
}
.eng_container h4{
    text-transform: capitalize;
    font-weight: bold;
    padding: 15px;
    color: #0745a2;
}
.eng_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(
    180deg
    , #2EC1AC 0%, #03337A 100%);
  overflow: hidden;
  width: 0%;
  height: 100%;
  /*transition: 0.5s ease;*/
}
.eng_container:hover .eng_overlay {
  width: 100%;
}
.eng_text {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  right: -50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.engtab_half_logo1{
    position: absolute;
    left: 0;
    top: 0;
}
.engtab_half_logo2{
   position: absolute;
   right: 0;
   -webkit-transform: scaleX(-1);
   transform: scaleX(-1);
   bottom: 0;
}
.quote_icon{
    position: absolute;
    margin-top: -53px;
}
.quotetext{
    color: #0744A0;
    font-weight: bold;
    font-size: 20px;
}
.mobilitytab_card1,.mobilitytab_card2,.mobilitytab_card3,.mobilitytab_card4,.mobilitytab_card5{
 box-shadow: 0px 0px 5px #0006;
 margin-bottom: 30px;
 border-radius: 4px;
 color: #0142a1;
}
.mobilitytab_card1{
 height: 430px; 
}
.mobilitytab_card2{
 height: 200px; 
}
.mobilitytab_card3{
 height: 200px; 
}
.mobilitytab_card4{
 height: 100px; 
}
.mobilitytab_card5{
 height: 100px; 
}
.mobiletab_card1 {
  display: block;
  position: relative;
  text-decoration: none;
  z-index: 0;
  overflow: hidden;
}
.mobiletab_card1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0px;
  background: linear-gradient(99deg, #0744A0, #2EC1AC);
  height: 32px;
  width: 32px;
  /*border-radius: 32px;*/
  transform: scale(1);
  transform-origin: 50% 50%;
  transition: transform 0.4s ease-out;
}
.mobiletab_card1:hover:before {
  transform: scale(41);
  background: linear-gradient(99deg, #0744A0, #2EC1AC);

}
.enter_sec .mobiletab_card1:hover:before{
    width: 100%;
}
.enter_iconimg{
    height: 16px;
    margin: 0px;
    margin-top: -4px;
}
.mobilitycard_content{
    padding: 15px;
    text-align: center;
}
.mobilitycard_back_content{
    display: none;
    color: #fff;
    padding: 15px;
}
.mobilitycard_back_content ul{
    margin: 0px;
}
.mobilitycard_back_content ul li{
 /*list-style-image: url('../img/codesandbox.png');*/
 /*margin: 0;*/
 /*font-size: 18px;*/
 list-style: none;
}
.mobiletab_card1:hover .mobilitycard_back_content{
    display: block;
}
.mobiletab_card1:hover .mobilitycard_content{
    display: none;
}

.swiper-container {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 320px;
  background-color: #fff;
  overflow: hidden;
}

.picture {
  width: 320px;
  height: 320px;
  overflow: hidden;
  border: 2px solid #0744A0;
}
.swiper-wrapper {
   height:auto;
}
.swiper-slide-active .picture{
    /*background:#282827;*/
    background: linear-gradient(
        45deg, #0745a0, #2dbfac);
    color: #fff;
    border: 2px solid #0745a0;
}
.staffslide_cont_back{
    display: none;
    padding: 15px;
    text-align: center;
}
.swiper-slide-active .staffslide_cont{
    display: none;
}
.swiper-slide-active .staffslide_cont_back{
    display: block !important;
}
.swiper-slide-active::before {
    background: #0744A0;
    height: 150px;
    width: 150px;
    content: "";
    border-bottom: 150px solid #000;
    position: absolute;
    bottom: -30px;
    left: -30px;
}
.extra_mile_text{
    color: #0744A0 ;
    font-weight: bold;
    text-transform: capitalize;
}
.cus_li img{
    padding-right: 10px;
}
.cus_li{
    margin-bottom: 10px;
}
.staffing_2nd_slid .gallery-cell {
    margin-right: 0px;
    background-color: #fff;
    border:2px solid #0744A0;
}
.staffing_2nd_slid .flickity-viewport {
   padding: 50px 0px; 
   height: 100% !important;
}
.staffing_2nd_slid .gallery-cell {
    width: 300px;
    height: 300px;
}
.benefit2{
    margin-top: 300px;
}
.staffing_2nd_slid_cont_back{
    /*display: none;*/
    text-align: center;
    padding: 15px;
}
.staffing_2nd_slid_cont{
    text-align: center;
    padding: 15px;
    display: none;
}
.staffing_2nd_slid .gallery-cell:hover .staffing_2nd_slid_cont_back{
    display: block !important;
}
.staffing_2nd_slid .gallery-cell:hover .staffing_2nd_slid_cont{
    display: none !important;
}
.staffing_2nd_slid .gallery-cell{
    background-color: #0744A0;
}
.staffing_2nd_slid .gallery-cell h5 {
   position: relative; 
   background: #0000;
}
.border_plainbg1{
    height: 100px;
    width: 100px;
    border: 2px solid #0744A0;
    margin: -30px 0px 0px -30px;
    position: absolute;
    background: #fff;
    z-index: -1;
}
.border_plainbg2{
    height: 100px;
    width: 100px;
    border: 2px solid #0744A0;
    margin: 0px -50px -50px 0px;
    position: absolute;
    background: #fff;
    z-index: -1;
    bottom: 0;
    right: 0;
}
.border_plainbg3{
    height: 100px;
    width: 100px;
    border: 2px solid #0744A0;
    margin: -50px -50px 0px 0px;
    position: absolute;
    background: #fff;
    z-index: -1;
    top: 0;
    right: 0;
}
.border_darkbg1{
   height: 75px;
   width: 75px;
   border: 2px solid #2EC1AC;
   margin: 0px 0px -35px -35px;
   position: absolute;
   background: #2EC1AC;
   z-index: -1;
   bottom: 0;
   left: 0; 
}
.border_darkbg2{
   height: 75px;
   width: 75px;
   border: 2px solid #2EC1AC;
   margin: -35px -35px 0px 0px;
   position: absolute;
   background: #2EC1AC;
   z-index: -1;
   top: 0;
   /*right: 0;*/
   left: -35px;
}
.staffing_benifit{
    padding:0px 0px 100px;
}
.digital_page_content img{
    margin-bottom: 15px;
}
.digital_page_content h1{
    font-size: 30px;
}
.itpage_tab_content p{
    font-weight: bold;
    color: #888;
}
.itpage_tab_content p:hover{
    color: #0744A0;
}
.itpage_tab_content .active p{
    color: #000;
}
.itpage_tab_content .itconthead1, .itpage_tab_content .itconthead2, .itpage_tab_content .itconthead3, .itpage_tab_content .itconthead4{
   cursor: pointer;
}
.ittab_listline{
   position: absolute;
   width: 40px;
   border-top: 7px solid #888;
   margin: 10px 0px 0px -30px;

}
.itpage_tab_content .active .ittab_listline{
    width: 100px;
    border-top: 7px solid #0744A0;
    margin: 10px 0px 0px -90px;
    border-image-source: linear-gradient(to left, #0c53a2, #2bb6ab);
    border-image-slice: 1;
    border-width: 5px;
}
/*.opportunitie_sec .movetext{
    font-size: 60px;
    }*/
    .myaccordion {
      margin: 50px 0px 0px 0px;
      box-shadow: 0 0 1px rgba(0,0,0,0.1);
  }

  .myaccordion .card {
      margin-bottom: 15px;
  }

  .myaccordion .card-header {
      border-bottom-color: #2ec0ac;
      background: transparent;
  }

  .myaccordion .fa-stack{
      font-size: 18px;

  }
  .myaccordion .fa-stack i{
      font-size: 18px;
      color: #2EC1AC;
      border: 2px solid #2EC1AC;
      border-radius: 4px;
  }

  .myaccordion .btn {
      width: 100%;
      font-weight: bold;
      color: #0744A0;
      padding: 0;
      font-size: 18px;
  }

  .myaccordion .btn-link:hover,
  .myaccordion .btn-link:focus {
      text-decoration: none;
  }
  .btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(0,123,255,.25);
}
.myaccordion li + li {
  margin-top: 10px;
}
.career_page_bg{
    position: absolute;
    right: 0;
}
.career_container {
  position: relative;
  height: 310px;
  transition: .4s ease;
}
.career_image { 
   width: 100%;
   height: 100%;
}

.career_overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #0142a199;
  overflow: hidden;
  width: 100%;
  height: 25%;
  transition: .4s ease;
}
.career_container:hover .career_overlay{
    background-color: #0142a1db;
}
.career_container:hover .career_overlay {
  height: 100%;
}

.career_text1 {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  right: -45%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.career_text2 {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  right: -45%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: none;
}
.career_container:hover .career_text1{
    display: none !important;
}
.career_container:hover .career_text2{
    display: block !important;
}
.careerpage_card_sec .col-lg-4{
    padding:0;
}
.image_sub_box{
    height: 100px;
    width: 100px;
    border: 2px solid #0744A0;
    margin: 0px 0px -30px -20px;
    position: absolute;
    background: #ffffff;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-image-source: linear-gradient(to left, #0c53a2, #2bb6ab);
    border-image-slice: 1;
    border-width: 3px;
}
.image_sub_box1{
 height: 100px;
 width: 100px;
 border: 2px solid #0744A0;
 margin: 0px -15px -25px 0px;
 position: absolute;
 background: #ffffff;
 z-index: -1;
 bottom: 0;
 right: 0;
 border-image-source: linear-gradient(to left, #0c53a2, #2bb6ab);
 border-image-slice: 1;
 border-width: 3px;
}
.lets_talk_btn{
    padding: 8px 25px;
    background: #fff;
    color: #0142a1;
    transition: 0.5s;
}
.lets_talk_btn:hover{
    color: #fff;
    background: #2EC1AC;
    transition: 0.5s;

}
.onlielistimg img{
    /*filter: grayscale(100%);*/
    width: 35px !important;
}
.erp_tab_sec{
    padding:35px 0px;
}
/*.nav-tabs {
    display:none;
    }*/
    .erp_tab_sec ul{
        overflow: hidden;
        overflow-x: hidden !important;
    }
    @media(min-width:768px) {
        .erp_tab_sec .nav-tabs {
            display: grid;
            overflow: hidden !important;
        }

        .erp_tab_sec .card {
            border: none;
        }

        .erp_tab_sec .card .card-header {
            display:none;
        }  

        .erp_tab_sec .card .collapse{
            display:block;
        }
    }

    @media(max-width:767px){
        .erp_tab_sec .tab-content > .tab-pane {
            display: block !important;
            opacity: 1;
        }
      
    }
    .erp_tab_sec .nav-link.active {
        color: #394059!important;
        border: none;
        /*background: #0000;*/
        font-size: 16px;
    }
    .erp_tab_sec .nav-link {
        font-size: 16px;
    }
    .erp_tab_sec .ittab_listline {
        position: absolute;
        width: 40px;
        border-top: 7px solid #888;
        margin: 9px 0px 0px -50px;
    }
    .erp_tab_sec .nav-link.active .ittab_listline{
        width: 100px;
        border-top: 7px solid #0744A0;
        margin: 9px 0px 0px -109px;
        border-image-source: linear-gradient(to left, #0c53a2, #2bb6ab);
        border-image-slice: 1;
        border-width: 7px;
    }
    .erp_tab_sec img{
        position: relative;
    }
    .erp_tab_sec .image_sub_box {
        z-index: 0;
    }
    .game_box{
        height: 150px;
       /* border:2px solid #0000;
       box-shadow: 0px 0px 7px rgba(132, 128, 128, 0.25);*/
       border:2px solid #0744A0;
       box-shadow: 0px 0px 7px rgba(132, 128, 128, 0.25);
       margin-bottom: 15px;

   }
   .game_box:hover{
    border:2px solid #0744A0;
    box-shadow: 0px 0px 7px rgba(132, 128, 128, 0.25);
}
.game_box h6{
    padding: 15px;

}
.codesandbox_blue{
    width: 35px !important;
}
.game_accordion .card{
    border:none;
}
.game_accordion .card-header{
    box-shadow: 0px 0px 5px #00000057;
    border-radius: 4px;
}

.flipster__button{
    color: #fff;
    border: 1px solid #000;
    background: #000;
    padding: 5px;
    z-index: 9;
}
.text_c_res{
    /*font-size: 18px;*/
    font-weight: 500;
    text-align: center;
}
.footer_content, .foot_res {
    text-align: center !important;
}
.image_sub_box1{
    /*display: none;*/
}
footer{
    padding-top: 75px;
}
.margin_real{
    padding-top: 25px;
}
.text_prev_next{
    text-align: center !important;
    text-transform: capitalize !important;
    margin-bottom: 0px !important;
    background: -webkit-linear-gradient(#2EC1AC, #0744A0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.icon_n_p{
    display: none;
}
.read_m{
    color: #0744a0;
}
.toolbar{
    /*background: #3bb9e4;*/
    background: linear-gradient(99deg, #0744A0, #2EC1AC);
    top: 0px;
    position: fixed;
    z-index: 99; 
    width: 100%;
    padding: 5px;
}
.toolbar_content i{
    color: white;
}
.logo_overley{
    margin-top: 0px;
}
.overley-space{
       padding-top: 5px;
}
.btn-close{
    padding: 0px;
}
.Realtek_logoo{
    align-items: center;
    display: flex;
}


.wrapper-container .wrapper {
    bottom: 1em;
    display: flex;
    flex-direction: column;
    /*position: absolute;*/
    right: 1em;
    /*width: 30%;*/
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
}
.wrapper-container .font_p{
    font-size: 14px;
}
.wrapper-container .btn {
    all: unset;
    cursor: pointer;
}
.wrapper-container .btn--chat {
       align-self: flex-end;
    background: #2ec1ac;
    border-radius: 0.125em;
    box-shadow: 3px 3px 1px rgb(0 0 0 / 15%);
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-top: 0.5em;
    transition: all 300ms ease;
    text-align: center;
    height: 33px;
    width: 100px;
    border: 1px solid;
    padding: 6px 15px;
    border-radius: 168px;
    color: #000;
    background: #2EC1AC;
    border: 2px solid #fff;
    }
    .wrapper-container .btn--chat:hover {
        background: linear-gradient(45deg, #0745a0, #2ebeab);
        color: #fff;
    }

    .wrapper-container  .chatbox {
        border: 1px solid rgba(0, 0, 0, 0.25);
        border-radius: 3px;
        /*opacity: 0;*/
        display: none;
        order: -1;
        transition: all 300ms ease;
        transform-origin: 100% 100%;
        transform: scale(0);
        visibility: hidden;
    }
    .wrapper-container .chatbox__input {
        border-radius: 0.5em;
        border: 0;
        color: #000;
        font-size: 0.9rem;
        padding: 18px 15px;
        position: relative;
        resize: none;
    }
    .wrapper-container .chatbox__input:required {
        box-shadow: none;
    }
    .wrapper-container .chatbox__submit {
        background: none;
        border: 0;
        bottom: 0.75em;
        cursor: pointer;
        color: #3e54a4;
        font-size: 0.85rem;
        position: absolute;
        right: 0.5em;
    }
    .wrapper-container .chatbox--is-visible {
        /*opacity: 1;*/
        display: block !important;
        transform: scale(1);
        visibility: visible;
        background: #fff;
        /*text-align: center;*/ 
        position: absolute;
        /* top: 51px; */
        bottom: 57px;
        width: 315px;
        right: 20px;
    }
    .wrapper-container .form_btn{
        border: 2px solid #2ec1ac;
        padding: 6px 25px;
        font-weight: 500;
        background: #ffffff;
        color: #0948a1;
        /* border-radius: 5px; */
        /*width: 25%;*/
        text-align: center;
        /*position: absolute;*/
        /* top: 51px; */
        /*bottom: 57px;*/
        /*width: 315px;*/
        /*right: 20px;*/s
    }
}
.wrapper-container .wrapper .form-control{
    border: 1px solid #2ec1ac;
    border-radius: 0;
}
.wrapper-container .wrapper form{
    margin-bottom: 0px ;
}
.text-heading{
    text-transform: capitalize;
    font-weight: 700;
    color: #394059;
}
.down_service{
    transition: 0.5s;
}
.cusdropdown:hover .down_service{
    transform: rotate(180deg);
    transition: 0.5s;
}
@media(max-width:600px){
    .mobility_align .pad_align_enter{
        padding-left:20px !important;
    }
    .up_load_resume{
        display: flex;
    }
    .wrapper-container .btn--chat{
        font-size: 14px !important;
    }
    .quality_center{
        display: flex;
        justify-content: center;
    }
    /* .wg-box-content .wg-box-content-overlay {*/
    /*    height: 93% !important;*/
    /*    top: 25px !important;*/
    /*}*/
    .wg-box-content {
        margin-top: 25px;
    }
    .mt_staff{
        margin-top: -8px;
    }
    .flickity-slider {;
        left: -150px !important;
    }
    .lets_talk {
        padding-top: 20px;
    }
    .lets_talk{
        padding-top: 20px;
    }
    .myaccordion {
        margin: 0px 0px 0px 0px;
    }
    .digital_page_content h1 {
        font-size: 25px !important;
    }
    .our_product_sec, .aboutsec {
        padding: 50px 0px 50px;
    }
    .alignment_captcha{
        display: block !important;
    }
    .alignment_captcha .g-recaptcha{
        display: flex;
        justify-content: center;
    }
    .alignment_captcha .flex-fill{
        margin-top: 15px;
        text-align: center !important;
    }
    .wg-box-content {
			position: relative;
        
    }
    /*.wg-box-content .wg-box-content-overlay{*/
    /*    width: 92% !important;*/
    /*    left: 15px !important;*/
    /*}*/

    .wrapper-container .chatbox--is-visible {
        right: 0px;
    }
    .job_view1 {
        margin-top: 50px !important;
    }
    .transparent{
        font-size: 12px;
    }
    .qualitytabcontent1 .corebox:hover{
      padding: 35px 35px 15px 35px !important;
  }
  .res_margin_slution{
    margin-top: 10px;
}
.justify-contentres{
    justify-content: center !important;
}
.rotating-text p {
    padding-left: 33px;
    margin-bottom: 0;
}
.rotating-text h5 {
    padding-left: 33px;
    margin-bottom: 0;
}

.apply_btn{
    width: 50% !important;
    display: flex;
    margin: 0px auto;
    margin-top: 15px  !important;
    margin-bottom: 5px  !important;
}
.indes_textcenter{
    text-align: center !important;
}
.close_filter{
    font-size: 30px;
}
.wrapper-container .wrapper {
    /*width: 80% !important;*/
}
.tab_container .tab_drawer_heading.d_active .line {
    width: 50%;
    transition: 0.5s;
    background: linear-gradient(
        99deg, #0744A0, #2EC1AC);
}
.tab_container .tab_drawer_heading.d_active .locate_text1 {
    color: #074aa9 !important;
}
.tab_container .tab_drawer_heading.d_active .icon_address {
    background: -webkit-linear-gradient(#0948a1, #2dbeac) !important;
    font-size: 22px !important;
    padding-right: 20px !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.locate_text1{
    margin-top: 0 !important;
}
.locate_sec_row2:hover .line2 {
    width: 50%;
    transition: 0.5s;
    background: linear-gradient( 
        99deg, #0744A0, #2EC1AC) !important; 
}
.locate_sec_row2:hover .line3 {
    width: 50%;
    transition: 0.5s;
    background: linear-gradient( 
        99deg, #0744A0, #2EC1AC) !important; 
}
.locate_sec_row2:hover .locate_text1 {
    color: #074aa9 !important;
}
.locate_sec_row2:hover .icon_address {
    background: -webkit-linear-gradient(#0948a1, #2dbeac) !important;
    font-size: 22px !important;
    padding-right: 20px !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}
.menuclose {
    height: 45px;
    margin-top: 4px;
}
.Realtek_logoo img {
    width: 120px !important;
}
.menu-open-icon {
    height: 35px;
}
.flexible_staffing{
    margin-left: 25px !important;
    margin-top: 20px !important;
}
.erp_img{
    margin-bottom: 20px;
}
h1 {
    font-size: 34px !important;
}
h2{
    font-size: 30px;
}
h3{
    font-size: 26px;
}
h4{
    font-size: 22px;
}
h5{
    font-size: 20px;
}
h6{
    font-size: px;
}
.navlogo{
    display: none;
}
.res_view_img{
    width: 100%;
}
.vector_map1 {
 width: 75%;
}
.case_box_prev{
    position: absolute;
    bottom: 60%;
    width: 15%;
    z-index: 9;
    height: 50px;
}
.case_box_next{
    position: absolute;
    bottom: 60%;
    width: 15%;
    z-index: 9;
    right: 0;
    idth: 20%;
    height: 50px;
}
.case_box_blank5 {
 width: 0%; 
}
.case_box_blank1 {
    width: 0%;
}
.case_box_img {
    width: 55%;
}
.case_box_content p {
    padding: 5px 5px;
    margin-right: 0% !important;
}
.case_box_img3 {
    width: 190px;
}
.casebottom {
    margin-top: 25px;
}
.essence_box_black {
    min-height: 390px;
}
.vector_working_girl {
    right: 0;
    height: 150px;
}
.res_centercontent_inside{
    position: relative !important;
    background: #fff;
    z-index: 3;
}
.casestudysec {
   padding: 0px 0px 0px; 
}
.case_box_blank2 {
    width: 50%;
    /*margin-left: -11px;*/
    /*margin-top: 8px;*/
}
.brain {
    width: 85%;
    position: absolute;
    top: 50%;
}
.about_page_corevalue .col-lg-4 {
    padding: 0px;
    /*margin-bottom: 20px;*/ margin: 10px 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    align-self: center;
}
.movetext {
    font-size: 40px;

}
.about_page {
    padding: 100px 0px 50px;
}
.nextservice{
 height: 100px;
 width: 100px;
 margin-left: -57px;
 font-size: 14px;
 margin-top: -25px;
}
.nextnavigation, .prevnavigation {
    height: 70px;
    font-size: 14px;
    width: 70px;
}
.homenavigation{
   height: 100px;
   width: 100px;
   margin-left: 30px;
   font-size: 14px;
   margin-top: -25px;
}
.solutiotab_dflex_box .centercontent_inside {
    font-size: 14px;
}
.d_none_res{
    display: none;
}
.card1{
    padding: 20px;
}
.card1 h4{
    font-size: 16px !important;
}
.row_reverse_res{
    flex-direction: column-reverse !important;
}
.menubox h6 {
    position: absolute;
    /*width: 50px;*/
    /*padding-top: 20px;*/
    margin-left: 6px;
}
.menubox_black h6 {
    margin-left: 0px;
}
.menu_list_bg {
    /*margin-left: 29px;*/
    text-align: left;
}
.menubox1 {
    width: 35px;
    display: none;
}
.banersec {
    position: relative;
    padding: 120px 0px 130px;
}
.footerreach, .content_res_c {
    text-align: center !important;
}
.corebox {
    text-align: center;
}
.mission_list {
    margin: 1em;
}
.servcontactinnersec .col-lg-4{
    margin-top: 20px !important
}
.we_hire_text {
    width: 46%;
    margin-bottom: 95px;
}
.we_hire_content marquee{
    margin: -23px 0px 0px 75px;
}

.menubox {
    width: 120px;
    height: 100px;
    border: 1px solid;
}
.menubox_black {
    border: 1px solid;
    width: 120px;
}
.res_position{
    position: relative;
    z-index: 1;
    font-size: 35px;
    text-align: center;
}
.we_hire_content1{
    display: block !important;
    margin-top: 6px;
}
.we_hire_text {
    border-top: 47px solid #0000007a;
    border-right: 42px solid transparent;
}
.we_hire_content {
    margin-bottom: -112px;
    padding: 0px 15px 0px;
    color: #fff;
    margin-left: -15px;
}
.we_hire_content2{
    display: none !important;
}
.valuebox {
 margin-top: 228px;
}
.essence_box_blank2 {
    width: 0%;
}
.case_box_blue {
    /*width: 20%;*/
    /*height: 45px;*/
  /*  background: linear-gradient(
        180deg
        , #094BAE 0%, #03337A 100%);*/
        /*margin-top: 18px;*/
    }
    .essencesec {
        padding: 50px 0px 25px 
    }
    #essence{
        padding: 75px 0px 35px;
    }
    .centercontent_inside h4{
        font-size: 18px !important;
    }
    .margin_real{
        padding-top: 20px !important; 
    }
    .mainbannercontet a {
        display: flex;
        width: 48%;
        margin: 0px auto;
        justify-content: center;
        position: relative;
        z-index: 2;
        background: #0B2E64;
    }
    .aboutsec a {
        text-align: center;
        display: flex;
        width: 45%;
        margin: 0px auto;
        justify-content: center;
    }
    .prev_next_res1{
        display: none;

    }
    .icon_n_p{
        font-size: 30px;
        display: block !important;
    }
    .cls_res_1{
        display: none;
    }
}
@media (max-width: 420px){
    button, input, optgroup, select, textarea{
        font-size: 12 !important;
    }
    .close_filter span{
        font-size: 30px;
    }
}
@media (min-width: 600px) and (max-width: 992px){
    ul.tabs li {
    margin-top: 25px !important;
    /*width: 40% !important;*/
    }
    .cls_res_1{
        display: none;
    }
    .qualitytabcontent1 .corebox {
        min-height: 264px;
    }
    .Realtek_logoo img {
        width: 140px !important;
    }
    .menu-open-icon {
        height: 40px;
    }
}

@media (min-width: 600px) and (max-width: 992px){
    .res_design_about{
        max-width: 100% !important;
        padding-left: 50% !important;
    }
    .res_design_about2{
        max-width: 100%;
        padding-right: 50% !important;
    }
}
@media (min-width: 600px) and (max-width: 768px){
    .mt_aligncta_res1{
        margin-top: 22px;
    }
    .locate_sec .tab_content{
        padding: 0px;
    }
 .rotating-text p {
    margin-bottom: 0;
}
.wrapper-container .wrapper {
    /*width: 75% !important;*/
}
.locate_sec i{
    padding-right: 6px !important;
    font-size: 18px !important;
}
.locate_res{
    padding: 0px 8px !important;
}
.locate_text1{
    line-height: 22px !important;
    margin-bottom: 8px !important;
    font-size: 13px !important;
    margin-top: -3px !important;
}
.posi_sticky {
    top: 90px !important;
}
.case_box_next, .case_box_prev {
    width: 45%;
    height: 110px;
    background: #000;
    margin-top: 116px;
}
}
@media(max-width:767px){
    .mobility_align .pad_align_enter{
        padding-left:50px;
    }
    .brain_res{
        position: absolute;
        top: -300px;
        opacity: 47%;
        width: 75% !important;
        right: 0;
        z-index: 0
    }
    .res_d_none{
        display: none;
    }
    .essence_box_blank1 {
       width: 0%; 
   }
   .Realtek-logo_nextpage{
    width: 70% !important;
    padding-left: 0px;
}
.solutiotab_dflex_box .centercontent_inside {
    padding: 0px 10px 0px 20px;
}
.solutiotab_dflex_box:after {
    left: 5px;
}
.corebox:hover {
    /*padding: 15px;*/
}
.corebox{
    border: 1px solid #03337A;
}
.itpage_tab_content .active .ittab_listline {
    width: 50px;
    margin: 10px 0px 0px -40px;

}
.ittab_listline {
    width: 20px;
    margin: 10px 0px 0px -10px;
}
.itpage_tab_content{
    margin-left: 52px;
}
.margin_real{
    padding-top: 30px ;
}

}
@media(max-width:992px){
    .navlogo{
        display: none;
    }
    .font_head{
        display: none !important;
    }
    .toolbar_home{
        justify-content: end !important;
    }
    .service_explore_btn{
        right: 0;
    }
 /*   .text-default{
        width: 88%;
        height: 118px;
        }*/
        .footer_menu{
            display: block !important;
        }
/*    .footerreach{
        text-align: center !important;
        }*/
        .res_footer{
            text-align: center !important;
        }
        .res_width{
            width: 85% !important;
            margin: 0px auto;
            display: flex;
            margin-bottom: 20px;
        }
        .navigationsec {
            padding: 25px 0px 75px;
        }
        .res_cls_mb{
            text-align: center;
        }
        .oursericecontent {
            padding: 50px 0px 50px;
        }
        .mt_respon{
            margin-top: 20px;
        }
        .text_c_res{
            text-align: center;
            font-size: 18px;
            font-weight: 500;
        }
        .image_sub_box {
            height: 60px;
            width: 60px;
            margin: 0px 0px -0px 24px;
        }
        .image_sub_box1 {
            height: 60px;
            width: 60px;
            margin: 0px 15px 0px 0px;
        }
        .career_page_bg {
            display: none;
        }
        .essencesec {
            padding: 75px 0px 35px;
        }
        #essence{
            padding: 90px 0px 35px;
        }
        footer{
           padding-top: 50px;
       }
   }
   @media (min-width: 768px) and (max-width: 992px){
    .btn_class{
        top: 64px !important;
    }       
    .service_explore_btn{
        bottom: -46px;
    }
    /*.text-default{
        width: 88% !important;
        }*/
        .job_view1 {
            margin-top: 35px !important;
        }
        .wrapper-container .wrapper {
            /*width: 75% !important;*/
        }
        .locate_text1 {
            line-height: 21px !important;
            margin-bottom: 10px !important;
            font-size: 14px;
        }
        .case_box_next, .case_box_prev {
            width: 25%;
        }
        .essence_box_blank1 {
           width: 0%;
       }
       .res_centercontent_inside {
        background: #fff;
        padding: 11px 11px;
    }
}
@media (min-width: 576px) and (max-width: 600px){
    .max_w_media{
        max-width: 100%;
    }
}
@media (min-width: 576px){
    .padd_card_career{
        padding: 0px !important;
    }
}
@media(min-width:992px){   
    .rotating-text p {
     margin-left: 41px;
}
.rotating-text h5 {
    padding-left: 28%;
}
.rotating-text {
    padding-left: 138px !important;
}

    .logo_overley {
        position: relative;
        top: 6px;
        left: 5px;
        transition: 0.5s;
    }
    .overlayhead {
        width: 100%;
        padding: 15px 0px;
        padding-top: 30px;
    }
    .flickity-slider {;
        left: -20vw !important;
    }
   /* .our_ser_width{
            width: 90%;
            }*/
            .newClass {
               position: fixed;
               top: 6px;
               display: flex;
               z-index: 999;
               transition: 0.3s;
               font-size: 14px;
               width: fit-content;
           }
           .click{
            margin-left: 4px;
        }
        .click:hover{
            color: #2EC1AC;
        }
/*    .flickity-slider{
            right: 200px !important;
            }*/
            .rotating-text {
                text-align: left !important;
                padding-left: 40px  !important;
            }
            .rotating-text {
                /* font-family: Helvetica, Arial, sans-serif; */
                /* background-color: rgba(22, 231, 93, 0.2); */
                /* font-weight: 300; */
                /* font-size: 2em; */
                /* height: 100vh; */
                /* display: flex; */
                /* flex-direction: column; */
                /* justify-content: center; */
                /* align-items: center; */
                text-align: left;
                padding-left: 40px;
            }
  /*  .devbox1{
        height: 355px;
    }
    .devbox2{
        height: 285px;
    }
    .devbox3{
        height: 321px;
        }*/
        .mainbannercontet h1 {
            font-family: 'Open Sans', sans-serif;
            color: #fff;
            font-size: 55px;
            font-weight: bold;
        }
    }

    @media(max-width:1400px){ 
        .header_inside_nav ul {
            align-items: center;
            display: inline-flex;
            margin-bottom: 0;
        /*margin: 0;
        position: absolute;
        top: 50%;*/
        /*left: 60%;*/
        /*right: 5%;*/
        /*margin-right: -50%;*/
        /*transform: translate(-50%, -50%)*/
    }
}
@media(min-width:1200px){ 
    .mt_aligncta{
    margin-top: 25px;
}
    .mobilitycard_back_content {
        padding: 20px !important;
    }
}
@media(min-width:1400px){ 
    .overley-space {
        padding-top: 5px;
        margin-left: -5px;
    }
    .posi_sticky {
        top: 103px !important;
    }
    .wrapper-container .wrapper{
        /*width: 26% !important;*/
    }
}
@media screen and (max-width: 420px){
    .toolbar{
        font-size: 13px;
    }
    .navbarfix {
        margin-top: 27px;
    }
    .icons{
        height: 14px !important;
    }
    .posi_sticky {
        top: 78px !important
    }
}

@media screen and (max-width: 390px){
    .case_box_blue {
        margin-top: 6px;
    }
}
@media (min-width: 427px) and (max-width: 600px){
    .we_hire_text {
        margin-top: 45px;
    }
}


.rotating-text {
    width: 100%;
    text-align: center;
    /*background-color: white;*/
    position: relative;
}
.rotating-text p{
    position: relative;
    z-index: 2;
    font-weight: 500;
}
.rotating-text h5{
  position: relative;
  z-index: 2;  
  font-size: 18px;
}
.rotating-text:after, .rotating-text:before{
    content: "";
    position: absolute;
    height: 100%;
    width: 185px;
    top: -35px;
    left: 0;
    height: 161px;
}

.rotating-text:before{
    z-index: 1;
    background-color: #0745a0;
    filter: invert(1);
}

.rotating-text:after{
    -webkit-backdrop-filter: invert(1);
    backdrop-filter: invert(1);
    z-index: 3;
    margin: 0;
}
/* Basic CSS to make it pretty */
@keyframes move {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(100px);
    }

    70% {
        transform: translateX(-100px);
    }

    100% {
        transform: translateX(0px);
    }
}
.rotating-text  {
    /*font-family: Helvetica, Arial, sans-serif;*/
    /* background-color: rgba(22, 231, 93, 0.2); */
    /* font-weight: 300; */
    /* font-size: 2em; */
    /* height: 100vh; */
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.preloader1{
    position: fixed;
    top:0;
    left:0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
}
.preloader1 img{
    display: block;
    width: 200px;
    height: 200px;
    position: absolute;
    top: 34%;
    left: 45%;
}
.preloader{
 position: fixed;
 top:0;
 left:0;
 bottom: 0;
 right: 0;
 background: #fff;
 z-index: 99999;
}
.preloader .preloader-gif{
    display: block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 50%;
    left: 50%;
    right: 50%;
}
.loader_circle{
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    height: 100%;
    width: 100%;
}
.preloader-gif {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #0744A0;
  border-bottom: 5px solid #2EC1AC;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.service_ourservices{
    margin-top: 50px;
}
.menu-container:nth-child(3) {
  margin-top: 200px;
}
.dropdown_m {
  position: relative;
  perspective: 1000px;
  z-index: 100;
}

.dropdown_m:hover .dropdown_m_menu li {
  display: block;
}
/*.dropdown_m_menu {
  position: absolute;
  top: 100%;
  left: -23px;
  width: 185px;
  perspective: 1000px;
  z-index: -1;
  margin: 0;
  padding: 0;
  display: block !important;
  text-align: left;
  }*/
  .dropdown_m .hover_serv{
     width: 183px;
 }
 .dropdown_m .hover_serv:hover{
    /*padding: 15px 9px;*/
}
.dropdown_m_menu li {
  display: none;
  color: #000;
  /*background-color: #ffffff;*/
  /*padding: 10px 15px;*/
  font-size: 14px;
  opacity: 0;
  font-weight: 500;
  line-height: 1;
}
.dropdown_m_menu li:hover {
    /*background: #a4eae0;*/
    /*padding: 10px 10px;   */
    /*border-left: 5px solid #2EC1AC;*/
}
/*.dropdown_m:hover .dropdown_m_menu--animated {
  display: block;
}
.dropdown_m_menu--animated {
  display: none;
}
.dropdown_m_menu--animated li {
  display: block;
  opacity: 1;
  }*/
/*.dropdown_m_menu-6 {
  animation: growDown 300ms ease-in-out forwards;
  transform-origin: top center;
}
.dropdown_m_menu-7 {
  animation: rotateMenu 400ms ease-in-out forwards;
  transform-origin: top center;
}
.dropdown_m_menu-8 {
  animation: downOut 300ms ease-in-out forwards;
  transform-origin: center center;
}
.dropdown_m_menu-9 {
  animation: growOut 300ms ease-in-out forwards;
  transform-origin: top center;
}
.dropdown_m_menu-10 {
  animation: rotateY 300ms ease-in-out forwards;
  transform-origin: top center;
}

.dropdown_m_menu-4 .dropdown_m_item-1 {
  transform-origin: top center;
  animation: scaleZ 300ms 60ms ease-in-out forwards;
}
.dropdown_m_menu-4 .dropdown_m_item-2 {
  transform-origin: top center;
  animation: scaleZ 300ms 120ms ease-in-out forwards;
}
.dropdown_m_menu-4 .dropdown_m_item-3 {
  transform-origin: top center;
  animation: scaleZ 300ms 180ms ease-in-out forwards;
}
.dropdown_m_menu-4 .dropdown_m_item-4 {
  transform-origin: top center;
  animation: scaleZ 300ms 240ms ease-in-out forwards;
}
.dropdown_m_menu-4 .dropdown_m_item-5 {
  transform-origin: top center;
  animation: scaleZ 300ms 300ms ease-in-out forwards;
}
.dropdown_m_menu-4 .dropdown_m_item-6 {
  transform-origin: top center;
  animation: scaleZ 300ms 360ms ease-in-out forwards;
}
.dropdown_m_menu-4 .dropdown_m_item-7 {
  transform-origin: top center;
  animation: scaleZ 300ms 420ms ease-in-out forwards;
}
.dropdown_m_menu-4 .dropdown_m_item-8 {
  transform-origin: top center;
  animation: scaleZ 300ms 480ms ease-in-out forwards;
  }*/
/*.dropdown_m_menu-4 .dropdown_m_item-1 {
  transform-origin: top center;
  animation: scaleZ 300ms 60ms ease-in-out forwards;
}
.dropdown_m_menu-4 .dropdown_m_item-2 {
  transform-origin: top center;
  animation: scaleZ 300ms 120ms ease-in-out forwards;
}
.dropdown_m_menu-4 .dropdown_m_item-3 {
  transform-origin: top center;
  animation: scaleZ 300ms 180ms ease-in-out forwards;
}
.dropdown_m_menu-4 .dropdown_m_item-4 {
  transform-origin: top center;
  animation: scaleZ 300ms 240ms ease-in-out forwards;
}
.dropdown_m_menu-4 .dropdown_m_item-5 {
  transform-origin: top center;
  animation: scaleZ 300ms 300ms ease-in-out forwards;
  }*/

  @-moz-keyframes scaleZ {
      0% {
        opacity: 0;
        transform: scale(0);
    }
    80% {
        transform: scale(1.07);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
@-webkit-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
}
80% {
    transform: scale(1.07);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@-o-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
}
80% {
    transform: scale(1.07);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
}
80% {
    transform: scale(1.07);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@-moz-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
}
80% {
    transform: scale(1.07);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@-webkit-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
}
80% {
    transform: scale(1.07);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@-o-keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
}
80% {
    transform: scale(1.07);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
@keyframes scaleZ {
  0% {
    opacity: 0;
    transform: scale(0);
}
80% {
    transform: scale(1.07);
}
100% {
    opacity: 1;
    transform: scale(1);
}
}
.service_img_hover{
    /*width: 100%;*/
    height: 100%;
    display: block;
}
@media (min-width: 360px) and (max-width: 390px){
    .menubox, .menubox1, .menubox_black{
        width: 110px;
    }
    .menubox h6{
        margin-left: 0;
    }
}

.li_d_none:hover .dropdown-menu{
    transition: ease-out 0.3s;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    display: block;
    opacity: 0;
    transition: ease-out 0.3s;
}
.dropdown:hover .dropdown-menu {
    opacity:1;
}
.dropdown-menu1
{
    border:none;
    display: block;
    opacity:1;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    top: 100px;
    transition: all 0.8s;
    width: 185px;
    /* position: relative; */
    margin-left: -20px;
    margin-top: 0px;
}
.dropdown:hover .dropdown-menu1
{
    display: block;
    top: 100%;
    height: inherit;   
    box-shadow: 3px 3px 10px 0px #2ec0ac4a;  
}
.alignment_captcha{
    align-items: center;
}
.card{
    border: 1px solid rgb(45 191 172);
}
@media(max-width: 992px){
    .tab_section_erp{
        display: block !important;
    }
    .erp_tab_sec{
        display: none;
    }
}
.indexpage .erp_tab_sec .nav-link{
    margin-bottom: 10px;
    border: none;
    font-weight: 700;
    color: #888888;
}
.indexpage .erp_tab_sec .nav-tabs{
    border: none;
}
.indexpage .erp_tab_sec .nav-link.active{
    background: -webkit-linear-gradient(#0848a1, #2dbbab);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.text-default{
  background: #0000008f;
  color: #fff;
  padding: 13px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 80px;
}
.service_n_1{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
}
.service_n_2{
    background-image: url('../img/index7.png');
}
.service_n_3{
    background-image: url('../img/index9.png');
}
.service_n_4{
    background-image: url('../img/engineer_service.jpg');
}
.staffing_argu{
  width: 100%;
  display: block;
  height: 100%;
  top: 0;
  position: absolute;
  left: 0;
  color: #fff;
  padding: 10px;
}
.staffing_argu:hover{
    color: #fff;
}
.indexpage_erp{
    padding-top: 100px;
}
.service_explore_btn1{
    background: #2ec1ac;
    padding: 10px 25px;
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    font-weight: 500;
}
.service_explore_btn1:hover{
    background: linear-gradient( 
        180deg, #2EC1AC 0%, #03337A 100%);
    transition: 0.5s;
}
.index_accordion .myaccordion1 {
    margin: 50px auto;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
.diabled_explore{
    background: #2ec1ac75 !important;

}
@media(max-width: 426px){
    .we_hire_content1 {
     display: block !important;
     margin-top: -39px;
 }
 .we_hire_content {
    /*left: 0;*/
}
}
.homepage .our_product_sec {
    padding: 75px 0px 75px;
}
.indexpage .erp_tab_sec {
    padding: 0px 0px;
}


.btn_class{

    width: 120px;

    padding: 10px;
    background: #fff;
    color: #fff !important;
    position: absolute;
    right: 0px;
    top: 68px;
}
.btn_class2{
    background: #2ec1ac;
    padding: 8px 0px;
    text-align: center;
    color: #fff;
    position: relative;
    left: -2px;
    top: -2px;
    width: 115px;
}
.btn_class2:hover{
    background: linear-gradient(
        45deg, #0745a0, #2ebeab);
}
.explore_cls{
    font-weight: 600;
}
.indexpage_erp1{
    padding-top: 50px;d
}
#industries .nav_linkpad{
 padding: 5px 10px !important; 
}
.bg_clr_disable{
    background: linear-gradient(
        45deg, #0745a0, #2ebeab);
}
.ser_logo{
    display: flex;
    justify-content: center;
}
.ser_logo_div{
    position: relative;
    top: 43%;
}
.font_head{
    font-size: 14px;
}
.homepage .toolbar_home{
    font-size: 14px;
    display: none !important;
}
.fb_icon{
    padding: 9px 16px !important;
}
@media(max-width: 359px){
    .posi_sticky {
    position: unset !important;
        
    }
    .navbarfix {
        margin-top: 0;
    }
    .toolbar {
       display: none !important; 
   }
}

.erp_overflow{
    height: 300px !important;
    overflow-y: scroll;
}
.fw-bold{
    font-weight: bold;
}
.f_sec_content, .cta_sec{
    padding: 50px 0px 50px;
}
.f_sec_bold{
    font-size: 20px;
    font-weight: bold;
}
.case2-1{
    background-image: url(../img/case2-2.jpg);
    background-size: cover;
}
.case2-2{
    background-image: url(../img/case-2-4.jpg);
    background-size: cover;
}
.case2-3{
    background-image: url(../img/case2-3.jpg);
    background-size: cover;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
.cusdropdown:hover .ourservice_active{
    color: #34B484 !important;
}
.error{
    font-size: 12px;
    color: red;
    margin-bottom: 0px !important;
}
.vector_map1{
    z-index: -10;
}
.no-data-cls{
    position: absolute;
    left: 0px;
    right: 0px;
}
.formsec label {
    cursor: default;
}
input,
input::-webkit-input-placeholder {
    font-size: 14px;
    color: #6c757d !important;
}
textarea.form-control {
    height: 110px;
}
.truncate-text p{
    display: inline;
}
/*.truncate  .moreless {*/
/*    color: white;*/
/*    border: 1px solid white;*/
/*    font-size: 14px;*/
/*    padding: 3px 16px;*/
/*    background: #0744a0;*/
/*    border-radius: 3px;*/
/*}*/
	/*#hiddenRecaptcha-error{*/
	/*    display:none !important;*/
	/*}*/
	
	/* Chrome, Safari, Edge, Opera */
.mobile_field input::-webkit-outer-spin-button,
.mobile_field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.mobile_field input[type=number] {
  -moz-appearance: textfield;
}
.file_button{
    /*visibility: hidden;*/
}
.formsec .form-group select{
    font-size: 14px;
    color: #6c757d  !important;
}
.formsec .form-group textarea{
    font-size: 14px;
    color: #6c757d !important;
}
.formsec .form-group select option{
    font-size: 14px;
}
.reach_textarea textarea{
    height: auto;
}
.text-uppercase{
    text-transform: capitalize !important;
}
#output .file_name {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.up_load_resume{
        display: flex;
}
@media (min-width: 992px) and (max-width: 1200px){
    .mt_aligncta_res{
            margin-top: 23px;
    }
}

.chatbox__input label {
    cursor: default;
}
.ourservice_active .text_ourser{
    display: flex;align-items: center;
}
.ourservice_active .icon_ourser{
   padding:3px 0px 0px 4px;
}
.devops_page .text{
     top: 50px;
}

@media (min-width: 1200px){
    .rotating-text h5 {
        padding-left: 30%;
    }
}

/*loader- css*/

.click_loader{
  /*display:block;*/
  /*margin:20px auto;*/
  /*padding:10px 30px;*/
  /*background-color:#eee;*/
  /*border:solid #ccc 1px;*/
  cursor: pointer;
}
#overlay_div{	
  position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    left: 0;
    background: #fffffff5;
    right: 0;
}
.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;  
}
/*.spinner {*/
/*  width: 40px;*/
/*  height: 40px;*/
/*  border: 4px #ddd solid;*/
/*  border-top: 4px #2e93e6 solid;*/
/*  border-radius: 50%;*/
/*  animation: sp-anime 0.8s infinite linear;*/
/*}*/
/*@keyframes sp-anime {*/
/*  100% { */
/*    transform: rotate(360deg); */
/*  }*/
/*}*/
.is-hide{
  display:none;
}

.spinner{
    display: block;
    position: relative;
    left: 0%;
    top: 0%;
    width: 80px;
    height: 80px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #8cc169;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.spinner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #1744a0;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.spinner:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3fbfac;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}