/* New Product Details css*/
.tech-rows span {
    margin: 0 !important;
    font-size: 14px !important;
}
.product-container h2 {
    color: #db3cb7;
    text-align: left;
    font-size: 38px;
    padding-left: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 24px;
}
.product-video iframe {
    width: 100% !important;
}
.icons img {
    width: 60px;
    text-align: center;
}
.hours_details h6 {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    text-align: center;
}
.hours_details img {
    width: 30px;
}
.hours_details.border_sec {
    margin-top: 0;
    display: flex;
}
.hours_details a {
    color: #6fbf4d;
}
.hours_details p {
    font-size: 14px;
    text-align: center;
}
.border_sec{
     margin: 24px 0;
    border: 1px solid #e6e2e2;
   padding: 10px;
}
.icons span {
    color: #000;
    font-size: 22px;
    margin-left: 10px;
}
.tech-details h3 {
    font-size: 16px;
    text-align: left;
    color: #000;
}
.tech-details span {
    float: left;
    width: auto;
    /*padding: 4px 10px;*/
    margin: 5px;
    font-size: 18px;
    color:#000;
}
.tech-details .row {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.hour-content span {
    font-size: 20px;
    color: #000;
}
.product-video {
    padding: 10px;
    border: 5px double #94c573;
}
.tech-rows img {
    width: 40px;
    height: 40px;
}
/*ul.icons li {*/
/*    display: inline;*/
/*    margin: 0 20px;*/
/*}*/
/*ul.icons {*/
/*    margin-bottom: 0;*/
/*}*/

.hour-content{
    display: flex;
    margin: 0 20px;
    align-items: center;
}
.number {
    margin: 0 10px;
}
.tech-rows {
    display: flex;
    flex-wrap: wrap;
}
.tech-rows div{
      display: flex;
    align-items: center;
    padding: 5px 10px;
      margin: 5px;
}
/*.tech-rows img {*/
/*    width: 20px;*/
/*  height: 20px;*/
/*}*/
.video-testimonials iframe {
    width: 100%;
}

.pink-code {
  position: relative;
  display: inline-block;
  
}
.pink-code:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #ff9e9d;
  z-index: 0;
  clip-path: url(#clippink);
}

.pink-code_team {
  position: relative;
  display: inline-block;
  
}
.pink-code_team:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #ff9e9d;
  z-index: -1;
  clip-path: url(#clippink);
}

.tech-details span{
  z-index: 1;
  /*color:#fff;*/
}
.blue-ui {
    position: relative;
  display: inline-block;
}
.blue-ui:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #79dce2;
  z-index: 0;
  clip-path: url(#clipblue);
}

.blue-ui_team{
    position: relative;
  display: inline-block;
}
.blue-ui_team:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #79dce2;
  z-index: -1;
  clip-path: url(#clipblue);
}

.green-mongodb {
   position: relative;
   display: inline-block;
}
.green-mongodb:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #94c573;
  z-index: 0;
  clip-path: url(#clipgreen);
}

.green-mongodb_team {
   position: relative;
   display: inline-block;
}
.green-mongodb_team:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #94c573;
  z-index: -1;
  clip-path: url(#clipgreen);
}

.ligtyellow-node {
    color: #000;
    position: relative;
   display: inline-block;
}

.ligtyellow-node:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
   background-color: #fffccf;
    z-index: 0;
  clip-path: url(#clipligtyellow);
}

.ligtyellow-node_team {
    color: #000;
    position: relative;
   display: inline-block;
}

.ligtyellow-node_team:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
   background-color: #fffccf;
    z-index: -1;
  clip-path: url(#clipligtyellow);
}

.lightpink-api {
     position: relative;
   display: inline-block;
    color: #000;
}

.lightpink-api:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
   background-color: #ffb7c5;
  z-index: 0;
  clip-path: url(#cliplightpink);
}

.lightpink-api_team {
     position: relative;
   display: inline-block;
    color: #000;
}

.lightpink-api_team:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
   background-color: #ffb7c5;
  z-index: -1;
  clip-path: url(#cliplightpink);
}

.purple-twillio {
     position: relative;
   display: inline-block;
    color: #000;
}

.purple-twillio:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #d8bed7;
  z-index: 0;
  clip-path: url(#clippurple);
}

.purple-twillio_team {
     position: relative;
   display: inline-block;
    color: #000;
}

.purple-twillio_team:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #d8bed7;
  z-index: -1;
  clip-path: url(#clippurple);
}

.orange-react {
    position: relative;
   display: inline-block;
    color: #000;
}

.orange-react:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffe5b4;
  z-index: 0;
  clip-path: url(#cliporange);
}

.orange-react_team {
    position: relative;
   display: inline-block;
    color: #000;
}

.orange-react_team:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #ffe5b4;
  z-index: -1;
  clip-path: url(#cliporange);
}

.video-testimonials h4 {
    font-size: 22px;
    color: #000;
}
/* Product Detail */
section.product-detail {
    background: #f5f5f5;
    padding: 70px 0;
}

.product-container {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    display: flow-root;
}

.product {
    display: flex;
    align-items: start;
    gap: 15px;
    margin: 0 0 30px 0;
}

.product iframe {
    border-radius: 5px;
}

ul.product-discription li {
    margin: 0 0 20px 0;
}

ul.product-discription li h5 {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    color: #000;
    margin: 0;
}

ul.product-discription li p {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 27px;
    color: #000000bf;
    margin: 0;
    max-width: 500px;
}

ul.product-service li {
    background: #6fbf4d1a;
    width: 350px;
    padding: 10px;
    border-radius: 5px;
}

ul.product-service {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

ul.product-discription li h6 {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin: 0;
}

.testimonial-video iframe {
    height: 400px;
    max-width: 750px;
    width: 100%;
    border-radius: 3px 0 0 3px;
}

.testimonial-video {
    width: 100%;
    height: 400px;
    max-width: 100%;
    /* background: #6fbf4d7a; */
    border-radius: 3px;
}

.video-testimonial {
    padding: 15px;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 20px #eeeeee69;
}

.person-review {
    position: absolute;
    top: 30%;
    right: 15px;
    background: #fff;
    padding: 10px;
    max-width: 420px;
    box-shadow: 0 0 20px #eeeeee69;
}

ul.star li svg {
    font-size: 22px;
}

ul.star li svg path {
    color: #fff000;
}

ul.star li {
    margin-right: 5px;
}

ul.star {
    display: flex;
    align-items: center;
    margin: 0;
}

.person-review p {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
}

.person-review h6 {
    font-family: 'Roboto';
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    line-height: 27px;
    color: #000;
}

@media screen and (max-width:1199px) {
    ul.product-service li {
        width: 275px;
    }
}

@media screen and (max-width:991px) {
    ul.product-discription li h5 {
        font-size: 17px;
    }

    ul.product-discription li h6 {
        font-size: 14px;
    }

    ul.product-service li {
        width: 210px;
    }

    .person-review {
        position: absolute;
        top: 300px;
        right: 0;
        max-width: 100%;
    }
}

@media screen and (max-width:767px) {
    .product {
        flex-direction: column;
    }

    .product iframe {
        border-radius: 5px;
        width: 100%;
    }

    ul.product-service li {
        width: 135px;
    }

    .person-review {
        top: 280px;
    }

    section.product-detail {
        padding: 50px 0;
    }
}

@media screen and (max-width:575px) {
    ul.product-service {
        flex-direction: column;
    }

    ul.product-service li {
        width: 100%;
    }

    .product {
        margin: 0 0 0 0;
    }
}

@media screen and (max-width:479px) {
    .product-container {
        padding: 15px;
    }

    ul.product-discription li h5 {
        font-size: 16px;
    }

    .video-testimonial {
        padding: 0;
    }

    .person-review {
        top: 215px;
    }
}

@media screen and (max-width:330px) {
    ul.star li {
        margin-right: 0;
    }

    ul.star li svg {
        font-size: 20px;
    }

    .person-review p {
        font-size: 13px;
    }

    .person-review h6 {
        font-size: 15px;
        margin: 0;
    }

    ul.product-discription li h5 {
        font-size: 15px;
    }

    ul.product-discription li p {
        font-size: 13px;
        line-height: 25px;
    }

    ul.product-discription li h6 {
        font-size: 13px;
    }
}

/* Home */
section.work-cards {
    padding: 100px 0;
}

.work-card {
    padding: 30px;
    background: #f8f8f7;
    height: 305px;
    margin: 0 0 25px 0;
}

.green {
    background: #def0eb !important;
}

.orange {
    background: #f2e8df;
}

.yellow {
    background: #fff5ce;
}

.blue {
    background: #f3f7fd !important;
}

.purple {
    background: #ecdeff;
}

.pink {
    background: #fdf3f3;
}

.bgcolornone {
    background: none !important;
}

.blackcolor {
    color: #080808 !important;
}

.work-card-title {
    font-size: 22px;
    font-weight: 500;
    margin: 0 0 10px 0;
}

p.info-text {
    font-size: 15px;
    font-weight: 400;
    line-height: 27px;
}

.industries-whitelebling .common-head.common-head-black h1:before {
    border-color: #000 !important;
}

.industries-whitelebling .common-head.common-head-black h1:after {
    border-color: #000 !important;
}

.work-section .controls a.all-cat.all-cat-green.active, .work-section .controls a.all-cat.all-cat-green:hover,
.work-section .controls a.design-cat.design-cat-green.active, .work-section .controls a.design-cat.design-cat-green:hover,
.work-section .controls a.dev-cat.dev-cat-green.active, .work-section .controls a.dev-cat.dev-cat-green:hover,
.work-section .controls a.res-cat.res-cat-green.active, .work-section .controls a.res-cat.res-cat-green:hover,
.work-section .controls a.app-cat.app-cat-green.active, .work-section .controls a.app-cat.app-cat-green:hover,
.work-section .controls a.ecomm-cat.ecomm-cat-green.active, .work-section .controls a.ecomm-cat.ecomm-cat-green:hover,
.work-section .controls a.content-cat.content-cat-green.active, .work-section .controls a.content-cat.content-cat-green:hover {
    padding: 3px 10px;
    border: none !important;
    background: #70bf4d;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
}

.work-section .controls a.all-cat.all-cat-green,
.work-section .controls a.design-cat.design-cat-green,
.work-section .controls a.dev-cat.dev-cat-green,
.work-section .controls a.res-cat.res-cat-green,
.work-section .controls a.app-cat.app-cat-green,
.work-section .controls a.ecomm-cat.ecomm-cat-green,
.work-section .controls a.content-cat.content-cat-green {
    padding: 3px 10px;
}

.text-right.vrea-play-info iframe {
    width: 100%;
    height: 400px;
}

.work-section.work-section2 .controls a {
    margin-right: 10px;
    font-size: 14px;
}

.Cards img {
    width: 100% !important;
    max-width: 100%;
    margin: 0 auto;
    /* border-radius: 3px; */
}

.Cards {
    width: 100% !important;
    /* max-width: 300px; */
    /* box-shadow: 0 0 20px 0px #00000010; */
    margin: 40px 0 0 0;
    /* text-align: center; */
    /* padding: 20px; */
    /* border-radius: 6px; */
    /* background: #f3f7fd; */
    transition: all 0.5s;
}

.Cards:hover {
    box-shadow: 0 0 20px 0px #0000000a;
    transition: all 0.5s;
}

.card-text {
    padding: 20px;
}

h3.card-title {
    margin: 0;
}

/* ul.card-ul li {
    font-size: 15px;
    list-style: decimal;
    margin: 0 0 5px 0;
}

ul.card-ul {
    margin: 0 0 20px 15px;
} */

a.viewbtn {
    color: #000 !important;
    font-size: 14px !important;
    transition: all 0.5s;
}

a.viewbtn:hover {
    text-decoration: underline !important;
    transition: all 0.5s !important;
}

h3.card-title {
    font-family: 'ralewaylight';
    font-size: 18px !important;
    margin: 0 0 15px 0 !important;
    line-height: unset !important;
    font-weight: 600;
}

.work-container.work-container2 {
    padding: 30px 70px 0;
}

.industries-whitelebling .industries-whitelebling-info.industries-whitelebling-info2 {
    flex-direction: row;
}

.vrea-hero-section.vrea-hero-section2::after {
    content: "";
    background-color: #000000b0 !important;
}

.vrea-hero-main.vrea-hero-main2 h2 {
    margin: 0 auto 20px;
    font-size: 45px;
    max-width: 705px;
    line-height: 52px;
}

.vrea-hero-main.vrea-hero-main2 {
    text-align: center !important;
}

.vrea-hero-section.vrea-hero-section2 p.vrea-info {
    font-size: 15px;
    padding: 10px 16px;
}

a.vrea-btn.vrea-btn2 {
    border-radius: 0;
    padding: 10px 30px;
    font-size: 16px;
}

.common-head.common-head2 h1 {
    margin: 0 0 50px 0 !important;
}

a.view-all-work.view-all-work2 {
    border-radius: 0;
    padding: 7px 20px;
    font-size: 16px;
}

.cont-full2 {
    width: 100% !important;
    margin: 0 0 30px 0 !important;
    /* border-bottom: 1px solid #000 !important; */
}

.cont-full2 input {
    /* border-bottom: 1px solid green !important; */
    border-radius: 0 !important;
    background: transparent;
    border: none !important;
    padding: 0;
    color: #000;
    background: #fff !important;
    border-radius: 4px !important;
    height: 37px !important;
}

.cont-full2 textarea {
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 10px 10px 0 !important;
    height: 100px !important;
    font-size: 13px !important;
    color: #000 !important;
    background: #fff !important;
    border-radius: 4px !important;
}

.contact-us-container .form-cont input::placeholder {
    font-size: 13px !important;
    color: #000 !important;
}

.cont-full2 label {
    font-size: 13px;
    font-weight: 600;
    color: #000;
    margin: 0 0 5px 0 !important;
}

input.submit-btn {
    width: unset !important;
    border-radius: 0 !important;
    display: inline-block;
    background: #000 !important;
    padding: 15px 25px !important;
}

/* .contact-us-container.contact-us-container2 {
    margin: 35px 0 0 0;
} */

.technology {
    margin: 15px 0;
}

.technology h6 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.technology p {
    font-size: 14px;
    color: #000;
}

.common-head.common-head2 h1::after {
    display: none !important;
}

.common-head.common-head2 h1::before {
    display: none !important;
}

/* .wlabel_image.wlabel_image2 {
    margin-top: 30px !important;
} */

/* Home Close */

/* 1430 */
@media screen and (max-width:1599px) {}

/* 1200 */
@media screen and (max-width:1429px) {}

/* 992 */
@media screen and (max-width:1199px) {
    .work-card {
        height: 410px;
    }

    .controls.controls2 {
        margin: 20px 0 0 !important;
    }

    .work-container.work-container2 {
        padding: 30px 0 0 !important;
    }
}

/* 768 */
@media screen and (max-width:991px) {
    .industries-whitelebling .industries-whitelebling-info.industries-whitelebling-info2 {
        flex-direction: column;
    }

    .wcontent.wcontent2 {
        margin: 0 0 60px 0;
    }

    .vrea-hero-main.vrea-hero-main2 {
        flex-direction: column !important;
    }

    .vrea-hero-content.vrea-hero-content2 {
        width: 100% !important;
    }

    .vrea-hero-content.vrea-hero-content2 img {
        display: none;
    }

    section.home-work-sec.work-section.work-section2 {
        padding: 0 0 50px 0;
    }

    .work-card {
        height: 330px;
    }
}

/* 576 */
@media screen and (max-width:767px) {
    p.info-text {
        font-size: 14px;
        line-height: 25px;
    }

    .work-card {
        height: 100%;
    }

    .vrea-hero-main.vrea-hero-main2 h2 {
        font-size: 40px !important;
        line-height: 49px !important;
    }

    section.work-cards {
        padding: 50px 0 !important;
    }

    section.industries-title-section.industries-title-section2.tools-page-section.wlabelingsec.wlabeling_first_sec.industries-whitelebling.blue {
        border: none !important;
    }

    .industries-whitelebling p {
        font-size: 17px !important;
    }

    .common-head h1 {
        font-size: 25px !important;
    }
}

/* 480 */
@media screen and (max-width:575px) {
    .vrea-hero-main.vrea-hero-main2 h2 {
        font-size: 34px !important;
        line-height: 45px !important;
    }

    .vrea-hero-section.vrea-hero-section2 p.vrea-info {
        font-size: 14px;
        padding: 9px 12px;
    }

    a.vrea-btn.vrea-btn2 {
        border-radius: 0;
        padding: 9px 25px;
        font-size: 15px;
    }

    .industries-whitelebling p {
        font-size: 16px !important;
    }

    .common-head.common-head2 h1 {
        font-size: 28px !important;
        margin: 0 0 30px 0 !important;
    }

    .col-lg-6.col-md-6.col-sm-12.col-xs-12.wlabel_image {
        display: none;
        margin: 0 !important;
    }

    section.industries-title-section.industries-title-section2.tools-page-section.wlabelingsec.wlabeling_first_sec.industries-whitelebling.blue {
        padding: 60px 0 0;
    }

    .common-head.vrea-common-head h1 {
        font-size: 25px !important;
    }

    .work-card-title {
        font-size: 20px;
    }

    h3.card-title {
        font-size: 16px !important;
    }
}

/* 375 */
@media screen and (max-width:479px) {
    .vrea-hero-main.vrea-hero-main2 h2 {
        font-size: 28px !important;
        line-height: 42px !important;
    }

    .industries-whitelebling p {
        font-size: 15px !important;
    }

    .common-head.common-head2 h1 {
        font-size: 27px !important;
    }

    input.submit-btn {
        font: 14px/15px ralewaymedium !important;
        padding: 13px 20px !important;
    }

    a.view-all-work.view-all-work2 {
        padding: 8px 20px;
        font-size: 15px;
    }

    .work-las-sec.work-las-sec2 {
        margin: 0 !important;
    }

    .card-main {
        width: 100%;
    }

    .home-page .services-section, .home-page .process-section-black, .home-page .home-work-sec, .home-page .feedback-section, .home-page .contact-section, .whyvrea-section, .corevalue-section, .work-page .work-section {
        padding: 50px 0 20px;
    }
}

/* 320 */
@media screen and (max-width:330px) {
    .vrea-hero-main.vrea-hero-main2 h2 {
        font-size: 24px !important;
    }

    a.vrea-btn.vrea-btn2 {
        font-size: 14px;
    }

    section.work-cards {
        padding: 35px 0 !important;
    }

    .common-head.common-head2 h1 {
        font-size: 25px !important;
    }
}