    .banner_secNew .banner_thumb_rht {
    position: absolute;
    /* max-width: 950px; */
    top: 20% !important;
    right: 0;
    background-color: transparent;
    }

    .utl-nav-loader-navigation .brand {
        height: 60px;
        margin: 1.1em 0 0;
        width: 265px;
        position: relative;
        z-index: 10;
    }

    .softBox {
    background:#0094F8 url(https://www.utahtechlabs.com/assets/images/blueBg1.png) no-repeat;
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: default;
    }

    .hardBox{background:#7FBB01  url(https://www.utahtechlabs.com/assets/images/greenBg1.png) no-repeat;
    min-height: 400px;
    background-size: cover;
    background-position: center center;
    position: relative;
    cursor: default;}

     .softBoxDv.expandDv +  .hardBoxDv{display: none;  
    -webkit-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    transition: ease 0.5s;
    }


    .softBoxDv.expandDv  {    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; 
    transition-timing-function: ease-in;
    transition: 0.2s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    }

    .softBoxDv{
    transition: 0.25s;
    transition-timing-function: ease-out;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
    
    }

    .hardBoxDv {
    transition: 0.25s;
    transition-timing-function: ease-out;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 500;
  
    }


    /* .hardBoxDv:hover +  .softBoxDv{display: none;  
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    }
    */

    .hardBoxDv.expandDv {    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; 
    transition-timing-function: ease-in;
    transition: 0.2s;
    position: absolute;
    top: 0;
    right: 0;
    }

    .boxDvArea{position: relative;}


.layout-navigation-open {
    background: transparent !important;
    border-right: 0px solid #999 !important;
    border-bottom: 1px solid #f3f3f3;
    float: left;
    outline: 0 !important;
    padding-top: 12px;
    width: 60px;
    height: 3.35em;
}

.expandDv .softBox .midTxtDv , .expandDv .hardBox .midTxtDv{display: none;}

/*.prodNameDv{display: flex;}
*/
/*.prodName{margin-right: 20px; }
*/
.prodName:last-child{margin-right: 0;}

.boxTextDv h2 {
    color: #161616;
    font-size: 34px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 600;
    margin: 0 0 15px;
}

.boxTextDv {
    color:#161616;
    padding: 20px;
}

.boxTextDv p {
    font-weight: 500;
    text-align: left;
    text-transform: none;
    margin: 0 0;
    font-size: 18px;
}

.boxTextDv a.lrnMr i {
    font-size: 12px;
}
.boxTextDv a.lrnMr {
    text-align: left;
    text-transform: none;
    margin: 0 0 20px;
    display: inline-block;
    border-bottom: 0;
    width: auto;
    font-weight: 600;
    font-size: 14px;
    color: #09f;
    text-decoration: none;
}

.prodName {
    font-weight: 600;
    text-align: left;
    text-transform: none;
    font-size: 13px;
    color: #0099FE;
    display: block;
    margin: 0 0 5px;
}
.boxTextDv{display: none;}

.expandDv .softBox .boxTextDv, .expandDv .hardBox .boxTextDv{display: block;}

.boxTextDv .row {
    margin: 0 -15px;
}

.prodText{ font-weight: 500;
    text-align: left;
    text-transform: none;
    font-size: 14px;}

.midTxtDv {
    line-height: inherit;
    font-size: 25px;
    font-weight: 500;
}

.pt-8 {
    padding-top: 8rem;
}

.orDv {
    position: absolute;
    z-index: 9;
    left: 48%;
    top: 160px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: -6px;
}

.banner_content h3 {
    font-size: 31px !important;
}

.customize_solution ul li span {
    font-weight: 600;
    font-size: 17px !important;
    height: 40px !important;
    color: rgb(77 77 77 / 50%);
}

/*.boxDvArea:hover .orDv{display: none;}*/





/* right bounce */
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
/* /right bounce */


/* assign bounce */
.arwDv img.left {
   -webkit-animation: bounceRight 2s infinite; 
  /* animation: bounceRight 2s infinite; */
  float:right;
  width: 15px;
}

.arwDv.rgt {
    position: absolute;
    top: 30px;
    right: 15px;
}

.arwDv.lft {
    position: absolute;
    bottom: 30px;
    left: 15px;
}
.expandDv .arwDv{display: none;}

.crossBox{display: none;}

.expandDv .softBox , .expandDv .hardBox {background: #f4f4f4;}

.crossBox {
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #888;
    cursor: pointer;
    z-index: 99;
}


@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  60% {
    transform: translateX(15px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}
/* /left bounce */



/* assign bounce */


.arwDv img.right {
  -webkit-animation: bounceLeft 2s infinite;
  animation: bounceLeft 2s infinite;
  width: 15px;
}

.form-all {
    margin-top: 0px !important;
}


.inrBnr{  
    background-image: url(https://www.utahtechlabs.com/assets/images/hrdBn.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 150px center;
    margin-top: 125px;
    width: 100%;
    padding: 80px 0;
    background-color: #f6f6f6;

}

.white-paper-innerbanner {
    background-image: url(/assets/images/white-paper.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    width: 100%;
    padding: 120px 0;
    margin-top: 120px;
    background-position: inherit;
    /* background: #FE5196 !important;
    background: -moz-linear-gradient(left, #FC6076 0%, #FF9A44 100%) !important;
    background: -webkit-linear-gradient(left, #FC6076 0%,#FF9A44 100%) !important;
    background: linear-gradient(to right, #FC6076 0%,#FF9A44 100%) !important; */
}

.white-paper h1 {
    font-size: 60px !important;
    font-weight: 600 !important;
    line-height: 1.3em !important;
    margin: 0 0 20px !important;
    color: #fff !important;
}

.white-paper p {
    color: #fff !important;
    font-size: 32px !important;
    margin-bottom: 20px;
}

.whitepaper-details-1 {
    background-image: url(/assets/images/streamline-global-operations-header.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.whitepaper-details-1 h3 {
    font-size: 60px;
}

.whitepaper-details-1 h5 {
    font-size: inherit;
}


.whitepaper-details-2 {
    background-image: url(/assets/images/driving-digital-transform-header.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.whitepaper-details-2 h3 {
    font-size: 60px;
}

.whitepaper-details-2 h5 {
    font-size: inherit;
}

.border-0 {
    border: 0px !important;
}

.rounded-0 {
    border-radius: 0px !important;
}

.whitepaper-details-3 {
    background-image: url(/assets/images/creating-digital-enviourment-header.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.whitepaper-details-3 h3 {
    font-size: 60px;
}

.whitepaper-details-3 h5 {
    font-size: inherit;
}

.whitepaper-details-4 {
    background-image: url(/assets/images/ai-iot-digital-transform-header.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.whitepaper-details-4 h3 {
    font-size: 60px;
}

.whitepaper-details-4 h5 {
    font-size: inherit;
}


.whitepaper-details-5 {
    background-image: url(/assets/images/enabling-digital-transform-manufactuaring-header.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.whitepaper-details-5 h3 {
    font-size: 60px;
}

.whitepaper-details-5 h5 {
    font-size: inherit;
}

.whitepaper-details-6 {
    background-image: url(/assets/images/securing-the-iot-header.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.whitepaper-details-6 h3 {
    font-size: 60px;
}

.whitepaper-details-6 h5 {
    font-size: inherit;
}

.whitepaper-details-7 {
    background-image: url(/assets/images/todays-&-tommorows-solutions-header.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.whitepaper-details-7 h3 {
    font-size: 60px;
}

.whitepaper-details-7 h5 {
    font-size: inherit;
}


.whitepaper-details-8 {
    background-image: url(/assets/images/take-advantage-of-generative-AI.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 100px;
    padding-bottom: 100px;
}

.whitepaper-details-8 h3 {
    font-size: 60px;
}

.whitepaper-details-8 h5 {
    font-size: inherit;
}

.custom-big-green::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.2) !important;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.icon-bar {
    position: fixed !important;
    top: 40% !important;
    left: 0% !important;
    -webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
    z-index: 1;
}
  
.icon-bar a {
    display: block !important;
    text-align: center !important;
    padding: 11px !important;
    padding-bottom: 35px !important;
    transition: all 0.3s ease !important;
    color: white !important;
    font-size: 20px !important;
}
  
.icon-bar a:hover {
    background-color: #000 !important;
}

.social-facebook {
    background: #3B5998 !important;
    color: white !important;
}

.social-twitter {
    background: #55ACEE !important;
    color: white !important;
}

  
.social-linkedin {
    background: #007bb5 !important;
    color: white !important;
}
  
.social-youtube {
    background: #bb0000 !important;
    color: white !important;
}


.max-w-100 {
    max-width: 100% !important;
}

.newsletter-subscribe {
    background-color: rgba(116,184,3,0.8);
    padding: 55px 74px;
}
  
.newsletter-subscribe p {
    color: #7d8285;
    line-height: 1.5;
}
  
.newsletter-subscribe h2 {
    color: #f6f6f6 !important;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
}
  
.newsletter-subscribe .intro {
    max-width: -webkit-fill-available;
    margin: 0 auto 25px;
}
  
.newsletter-subscribe .intro p {
    color: #f6f6f6;
    font-size: 25px;
    margin-bottom: 35px;
}
  
.newsletter-subscribe form {
    justify-content: center;
}
  
.newsletter-subscribe form .form-control {
    background: #eff1f4;
    border: none;
    border-radius: 7px;
    box-shadow: none;
    outline: none;
    color: inherit;
    text-indent: 9px;
    height: 45px;
    margin-right: 10px;
    min-width: -webkit-fill-available;
}


.newsletter-subscribe form .btn:active {
    transform: translateY(1px);
}
  
.newsletter-subscribe form .btn-primary {
    background-color: #055ada !important;
    color: #fff;
    outline: none !important;
}

.newsletter {
    color: #0062cc !important;
}

.text-green {
    color: #4DB355;
}
  
.bg-light-grey {
    background-color: gainsboro;
}

.bg-lightshade {
    background-color: #e0e0e04d;
}

.top-light-border {
    border-top: 2px solid #000000;
}

.inrBnr .container-fluid , .inrBnr .container-fluid { padding: 0 30px; }

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border: 2px dashed #444;
  padding: 20px;
  text-align: center;
  margin-top: 30px;
  border-radius: 6px;
}

.upload-btn-wrapper .rad-btn {
  border: 0;
  width: 300px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: auto;
  visibility: visible;
  cursor: pointer;
}

.banrtContDv h1 {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0 0 40px;
    color: #000;
}

.banrtContDv p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
}

.innerProd .item {
        background: #fff;
        box-shadow: rgb(9 44 71 / 15%) 0px 1px 4px 0px;
        border: 1px solid #eee;
        text-align: center;
        cursor: pointer;
        margin-top: 1px;
}

.innerProd h2 {
        color: #161616;
    text-align: center;
    padding: 1rem 0;
    margin: 0;
    font-weight: 500;
    font-size: 24px;
        font-size: 20px;
    margin-bottom: 10px;
}

.innerProd .item img {
    width: 80px;
    
    margin: 0 auto 20px;
}


.innerProd .item img {
    width: auto;
    height: 80px;
    margin: 0 auto 20px;
}

.toolsCont .item img {
    width: auto;
    height: auto;
   
}
.innerProd {
    margin-top: 20px;
    margin-bottom: 200px;
}

.innerProd {
    margin-top: 20px;
    margin-bottom: 80px;
}

.navigation-us img {
    vertical-align: middle !important;
    border-style: none;
}

.scrolled-down .scrollTextHide, .scrolled-up .scrollTextHide {
    display: inline-block;
    padding-right: 10px;
}

.innerProd .item:after {
    display: block;
    content: "";
    background: #33c;
    background: -moz-linear-gradient(left, #33c 0, #33c 50%, #7fbc00 50%, #7fbc00 100%);
    background: -webkit-linear-gradient(left, #33c 0, #33c 50%, #7fbc00 50%, #7fbc00 100%);
    background: linear-gradient(to right, #33c 0, #33c 50%, #7fbc00 50%, #7fbc00 100%);
    height: 4px;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    transition: all .3s ease-in;
}

.innerProd .item:hover::after {
    height: 320px;
    border-radius: 0 0 100px 100px;
    /* background: #000; */
}

.itemCont{ background-color: #fff; z-index: 9;position: relative;/* top: 2px; */}

.upload-btn-wrapper .grad-btn {
    width: 300px;
    padding: 0.7rem !important;
    border: 0;
    margin: 10px 0 0;
    cursor: pointer;
}

.quoteBtn {
    font-weight: 500;
    text-align: left;
    text-transform: none;
    margin: 0 0 1rem;
    color: #000;
    font-size: 18px;
    display: inline-block;
    border-bottom: 2px solid #0cf;
    width: auto;
}

.innerProd .owl-nav {
    position: absolute;
    top: 25%;
    font-size: 48px;
    width: 100%;
    color: #0099FE;
}

.innerProd .owl-nav .owl-prev {
    left: 0;
    position: absolute;
}

.innerProd .owl-nav .owl-next {
    right: 0;
    position: absolute;
}


.innerProd  .owl-theme .owl-nav [class*=owl-]:hover {
     background: transparent; 
    color: #0099FE;
    text-decoration: none;
}

.innerProd .owl-theme .owl-dots{display: none;}

.serviceSecDv .card_icon img {
    width: 55px;
}

.serviceSecDv .card_icon{height: 100px; width: 100px;}

.serviceSecDv  .card_wrapper ul li::after{width: 108px;}


.serviceSecDv .card_wrapper ul li:hover::after {
    height: 108px;
   
}


.serviceSecDv .card_wrapper {
    margin: 30px -15px 0;
}

.serviceSecDv .card_wrapper ul li{    padding: 0 15px; margin-bottom: 0;}

.serviceSecDv  .card_wrapper ul li:hover h6::after {
    opacity: 1;
    margin-left: 7px;
}

.serviceSecDv .card_wrapper ul li h6{font-size: 16px; margin-bottom: 20px;}

.serviceSecDv p {
    text-align: center;
    color: #161616;
    font-weight: 499;
    font-size: 16px;
}

.serviceSecDv , .innerTestiDv {margin-bottom: 80px;}

.hardWSec{margin-bottom: 40px;}
/*
.hardWSec .studies_slider_thumb {
    width: 48%;}*/

.hardWSec .studies_slider_thumb img{    width: 450px;
    margin-top: 20px;
    height: 450px;}


.upload-btn-wrapper p {
    margin: 0 0 5px;
    font-size: 12px !important;
}

.hrdBage::after{background: #f4f4f4; height: 270px;}

.hrdBage .upload-btn-wrapper{margin-top: 0; }

.hrdBage h4 {
    color: #161616;
    font-size: 20px;
    font-weight: 500;
}

.hrdBage p {
    font-size: 16px;
    font-size: 16px;
}

.upload-btn-wrapper  i{margin-right: 7px;}

.toolsBody .innerProd .item:after{display: none;}

.toolsCont .itemCont {
    padding: 0;
    cursor: default;
}

.toolsCont .itemCont a {
    font-weight: 600;
    text-align: center;
    text-transform: none;
    font-size: 18px;
    color: #0099FE;
    display: inline-block;
    margin: 0 0 10px;
    border: 2px solid #fff;
}

.toolsCont .itemCont p {
    font-weight: 400;
    font-size: 16px;
   /* height: 52px;
    overflow: hidden;*/
    margin: 0 ;
     transition: height .3s ease;
}

.toolsCont .itemCont p.moreText{height: auto; overflow: visible;  transition: height .3s ease;}

.toolsCont .item {
    margin: 0  0 30px; width: 100%;
}

.toolsTop {
    margin-top: 200px;
   /* padding-bottom: 30px;*/
}


.toolsCont h3 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #161616;
    margin-top: 20px;
}

.toolsCont .itemCont a:hover{border-bottom: 2px solid #0cf;}

.toolsCont .itemCont img {
    display: block;
}

.toolsCont .itemCont:after{
    display: block;
    content: "";
    background: #33c;
    background: -moz-linear-gradient(left, #33c 0, #33c 50%, #7fbc00 50%, #7fbc00 100%);
    background: -webkit-linear-gradient(left, #33c 0, #33c 50%, #7fbc00 50%, #7fbc00 100%);
    background: linear-gradient(to right, #33c 0, #33c 50%, #7fbc00 50%, #7fbc00 100%);
    height: 4px;
    width: 102%;
    position: absolute;
    top: -2px;
    left: -1%;
    right: 0;
    margin: auto;
    z-index: 0;
    transition: all .3s ease-in;
    }


.toolsCont .itemCont:hover::after {
    height: 254px;
    border-radius: 0;
    }

.itenBg{background-color: #fff;z-index: 9;position: relative;padding: 10px;}

.tryArDv {
    transform: rotate(-45deg);
    position: absolute;
        right: 25px;
    top: 18px;
}
.tryArrow {
     position: relative;
    top: 0;
    width: 14px;
    height: 3px;
    background: linear-gradient(to right, #48c6ef 0%,#6e87d7 100%);
    /*animation: arrow 700ms linear infinite;*/
    /*transform: rotate(-45deg);*/
    left: 0;
        animation: bounceRightR 2s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
}

@-webkit-keyframes bounceRightR {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

.tryArrow::after, .tryArrow::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 3px;
  right: -4px;
  background: linear-gradient(to right, #48c6ef 0%,#6e87d7 100%);
}

.tryArrow::after {
  top: -3px;
  transform: rotate(45deg);
}

.tryArrow::before {
  top: 3px;
 
  transform: rotate(-45deg);
}


.tryItBtn span {
    display: inline-block;
    font-size: 14px;
}

.tryArrow {}

.tryItBtn {
    left: 0px;
    position: relative;
}

.tryItBtn .verticalBar{margin-left: 24px;
    color: #ededed;
    line-height: 16px;}

    li.tryItBtn a {
    display: inline-block;
}

.toolsCont .itenBg img {
         width: auto;
    max-width: initial;
    height: 40px;
    vertical-align: middle;
    padding-top: 10px;
}

.rdMrTglBtn {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    border-bottom: 2px solid #0cf;
    display: inline-block;
    cursor: pointer;
}

.rdMrTglBtn:hover{color: #0cf;}


.toolsCont .itemCont:after{display: none;}

.toolsTop h3 {
    color: #000;
    font-weight: 600;
}

.toolsTop p{color: #000;
    font-weight: 400;}


.grad-btn.body-btn.bnr-vid-btn.plBtn {
    margin-top: 20px !important;
    font-size: 16px !important;
}
.toolsCont .itenBg .plBtn img {
    width: 22px;
    margin: 0;
    display: inline-block;
    height: auto;
    padding-top: 0;
}


.resourceModal .modal-dialog{right: 0;    top: 20vh;}


.colDvExpand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

/*.colDvExpand + .RgtColDv{display: none;}*/

/*.ShowCol{display: none;}*/
.colDv {
    display: flex;
}
.colDv.insertedDv{display: none;/* align-items: center; */}

.colDv.insertedDv .item {
    background-color: #0cf;
}

.colDv.insertedDv .itenBg {
    background-color: transparent;
}

.colDv.insertedDv .itemCont {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}


.colDv.insertedDv h4{font-size: 20px;color: #000;font-weight: 500;margin: 0 0 0;line-height: normal;}

.colDv.insertedDv h2{font-size: 24px;color: #000;font-weight: 600;margin: 0;line-height: 20px;}

/*.flowDv {
    padding: 80px 0;
    background-color: rgba(65, 64, 66, 0.08);
    margin: 0 0 80px;
}



.flowDv .nav-pills-custom .nav-link {
    color: #aaa;
    background: #fff;
    position: relative;
}

.flowDv .nav-pills-custom .nav-link.active {
    color: #45b649;
    background: #fff;
}



@media (min-width: 992px) {
    .flowDv .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #fff;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.flowDv .nav-pills-custom .nav-link.active::before {
    opacity: 1;
}


.flowDv .tab-content {
    display: block;
    padding: 0;}


.flowDv .nav-pills-custom .nav-link {
    color: #000;
    background: #fff;
    position: relative;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 15%);
    font-weight: 600;
}

.flowDv .nav-pills-custom .nav-link span{ font-weight: 600;}

.flowDv .tab-content>.tab-pane {
   
    box-shadow: 1px 1px 6px rgb(0 0 0 / 15%); min-height: 305px;
}

.floCont h4{color: #fff; font-weight: 500;}

.flowColHalf.blue {
    padding: 0;
    background-color: #0097fa;
    height: 305px;
    color: #fff; font-weight: 400;
}

.floCont p{ color: #fff;font-weight: 400;}

.flowColHalf.green {
    padding: 0;
    background-color: #7FBB01;
    height: 305px;
   
}


.floCont {
    padding: 25px;
}

.floCont a.flBtn{color: #fff; font-weight: 500;}

.flowColFull{display: none;}

.flowColFull{background-color: #48C5EF;}

.flowColFull {
    background-color: #48C5EF;
    height: 305px;
}

.flowColHalf.bgColor {
    background-color: #48C5EF;
    padding: 0;
    height: 305px;
    color: #000;
    font-weight: 400;
}
.flowColFull .floCont a , .flowColFull .floCont h4 , .flowColFull .floCont p ,
.flowColHalf.bgColor a, .flowColHalf.bgColor h4 , .flowColHalf.bgColor p{color: #000;}

.flowColFull.step2, .flowColFull.step3{display: none;}

.closeFlows {
    color: #fff;
    font-weight: 600;
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
}

.floWbtnsDv {
    display: flex;
    justify-content: space-between;
}

.leftSteps, .rightSteps{display: none;}

    
    
.flowDv .row .row{margin-top: 0;}*/


.flowChartDv1 {
    background-color: rgba(65, 64, 66, 0.08);
    text-align: center;
    margin: 0 0 130px;
}


.flowchart1ColHd {
    height: auto;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
   /* cursor: pointer;*/
    padding: 20px 5px;
}

.flochart1ColDv {
    border-right: 1px solid #aaa; padding: 0;
}

 .flochart1ColDv.active .flowchart1ColHd { background-color: #0097fa; color: #fff; }

.flowChartDv1 .stepDv{display: none;}

.flowchart1Col {
    position: relative;
}

.step1 {
    position: absolute;
    left: 0;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 15%);
    background-color: #fff;
    width: 100%;
    text-align: left;
}

.step1Lst {
    padding: 10px 30px;
    border-bottom: 1px solid #ddd;
        font-weight: 500;
        cursor: pointer;
}

.flowChartDv1 .openDv{display: block;}

.step1Lst:hover, .step1Lst.subActive {
    color: #0097fa;
}

.flBtn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
}

.flochart1ColDv.active .flBtn {color: #fff;}

/*.flochart1ColDv:hover .flBtn {color: #fff;}*/

.flowchart1ColHd span{display: block;}

.floCont p {
    color: #000;
    font-weight: 400;
    margin: 0 0 0;
    font-size: 16px;
}

.floCont a.flBtn {
    color: #0097fa!important;
    font-weight: 500;
}

.step2 , .step3{
    position: absolute;
    left: 100%;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 15%);
    background-color: #fff;
    width: 100%;
    text-align: left;
    z-index: 9;
    padding: 15px;
    display: none;
}


.rightsteps .step2, .rightsteps .step3 {    left: auto;
    right: 100%;
    width: 96%;}

.cont2nd , .cont3rd , .cont4th{display: none;}

.flowChartDv1 .hideDv{display: none;}


.floCont h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 10px;
    color: #000;
}

.floWbtnsDv {
    justify-content: space-between;
    display: flex;
}

.backFlow {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    color: #0097fa!important;
    font-weight: 500;
}
h3{font-weight: 500;}

.pad-sec-70{padding: 70px 0;}

section.data_sec p {
    color: #000;
    font-weight: 500;
}

 .app-animation{
    width: 8.75rem;
}

.banrtContDv {
    position: relative;
}

.imgCont {
    position: absolute;
    right: 60px;
    bottom: 20px;
}

.app-animation__animation video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    grid-row: 1;
    grid-column: 1;
}

.app-animation__animation video {
    padding: 7.5% 9.7%;
 

}

.v2Dv{right: 0;}

.app-animation.app-animation__animation {
    display: inline-block;
    position: relative;
    margin-left: 0;
}

.inrBnr {
    position: relative;
}

.app-animation.app-animation__animation img{    position: relative;
    z-index: 20;}


 section.expertise_sec.serviceSecDv img {
    height: 60px;
}  

#caseStudyBtn {
    cursor: pointer;
}

.mscreen {
        height: 100%;
    position: absolute;
    top: 130px;
    left: 330px;
}
.mscreen .app-animation {
    width: 7.75rem;
}
.studies_slider_thumb{position: relative;}
.vidRgt {
    border: 2px solid #7fbc00;
    padding: 15px;
    border-radius: 30px;
    background: #fff;
}


.innerTestiDv {
    margin-bottom: 50px;
}

/* .form-box {
    background: linear-gradient(90deg, #02002487 0, #72b5059e 0, #0aaee6ad 100%) !important;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px !important;
} */

.hs-form-a7c72e8b-1777-49f5-846f-76186fce58da_cf3dec10-6ffc-45ea-bf07-cdcf66337606 .hs-button, .hs-form-a7c72e8b-1777-49f5-846f-76186fce58da_cf3dec10-6ffc-45ea-bf07-cdcf66337606 .hs-button:hover, .hs-form-a7c72e8b-1777-49f5-846f-76186fce58da_cf3dec10-6ffc-45ea-bf07-cdcf66337606 .hs-button:hover:not(.inactive), .hs-form-a7c72e8b-1777-49f5-846f-76186fce58da_cf3dec10-6ffc-45ea-bf07-cdcf66337606 .hs-button:focus, .hs-form-a7c72e8b-1777-49f5-846f-76186fce58da_cf3dec10-6ffc-45ea-bf07-cdcf66337606 .hs-button:active, .hs-form-a7c72e8b-1777-49f5-846f-76186fce58da_cf3dec10-6ffc-45ea-bf07-cdcf66337606 .hs-button:active:not(.inactive):not(.link) {
    background: #0000ffa1 !important;
    border-color: blue !important;
    color: #ffffff;
    width: 100% !important;
    border-radius: 15px !important;
    font-size: 12px;
    line-height: 12px;
    font-family: arial, helvetica, sans-serif;
}

.hs-form-a7c72e8b-1777-49f5-846f-76186fce58da_34a51fdc-07c8-49f5-97bb-57fc9cfc2991 .hs-form-field label:not(.hs-error-msg) {
    color: azure !important;
}

/*.cstudyBtnDvSec {
    padding-left: 130px;
}
*/
.studies_sec .sec_title{background-color: transparent;}

.grad-btn.body-btn.bnr-vid-btn{cursor: pointer;}

.cstudyBtnDvSec {
    margin-top: 20px;
    padding-left: 7px;
}

.asktext1{background-color: #7FBB01 !important;}

.asktext1 a {color: #fff;}

.iotSolLink{position: relative;}

.iotSolLink:after {
    display: block;
    content: "";
    height: 2px;
    float: right;
    width: 177px;
    background-color: #0cf;
    position: absolute;
    right: 0;
    bottom: -4px;
    transition: all .8s linear;
}

.iotSolLink:hover:after {
    width: 0%;
}

a.navigation-section-header.boldlink.iotSolLink {
    padding-top: 0.44444em;
}

.fw{width: 177px !important;}

.layout-contact-modal{z-index: 9999 !important;}

.pad-sec.dark-section.virtue-opp,
.pad-sec.dark-section.virtue-kno{background-size: 100%;}

.iot-modal-active .hi-modal, .job-modal-active .layout-job-modal{z-index: 9999;}

.studies_slider_logo , .studies_slider_content p{float: none !important;}

.layout-footer {
    background: #ffff !important;
    margin-top: -1px;
    width: 100%;
    border-top: 4px solid #000 !important;
}

.layout-footer a {
    color: #000 !important;
    font-weight: 600;
    font-size: 15px;
}

.layout-footer a:hover {
    color: #00CCFF !important;
}

.legal-copyright {
    color: #000000;
    font-size: 13px;
    font-weight: 500;
}

.nav-tertiary h4 {
    border-bottom: 2px solid #000;
    color: #000;
    font-size: 23px !important;
    font-weight: 500;
    margin: 1em 0 1em;
    padding-bottom: 0.55556em;
}

.meta > li {
    box-sizing: border-box;
    display: block;
    margin-right: -0.25em;
    padding-right: 4.1%;
    vertical-align: top;
    width: fit-content;
}

.nav-footer-link-list li + li a {
    border-left: 1px solid #000 !important;
    padding-left: 1em;
}

.footer-logo {
    background-image: url('../images/logo.webp') !important;
    background-position: left 10px;
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 200px;
    height: 80px;
    margin-bottom: 1.66667em;
    margin-right: 0;
    margin-left: -0.5rem;
    margin-top: 0.9rem;
}


.comparison_module .three_col_heading_sec, .comparison_module .comparison_listing_sec {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          align-items: center;
      }

      .comparison_module .heading_sec_com:first-child {
            width: 22%;
        }
        .comparison_module .heading_sec_com {
            width: 35%;
        }
        .comparison_module .comparison_listing_sec {
            margin-bottom: 30px;
            border-bottom: 1px solid #cdcdcd;
            padding-bottom: 30px;
        }

        .comparison_module .comp_sec:first-child {
            width: 22%;
        }
        .comparison_module .comp_sec {
            width: 35%;
        }
        .comparison_module .comparison_listing_sec .text_outer_section {
    position: relative;
}
.comparison_module .text_outer_section {
    display: flex;
    align-items: start;
}
.comparison_module .text_outer_section .sec_text {
    width: -webkit-fill-available;
    font-size: 20px;
}

.comparison_module .animated-progress.progress-green.with_bg {
    background: url(../images/loading_bg_01.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.comparison_module .percentage_progress_bar .progress-green span {
    background-color: #72b505;
    color: transparent;
}

.comparison_module .percentage_progress_bar .animated-progress span {
    position: absolute;
}

.comparison_module .percentage_progress_bar .animated-progress {
    height: 20px;
    margin: 10px 0px;
    border: 1px solid #72b505;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.comparison_module .text_icon_sec {
    width: 12%;
    display: flex;
    z-index: 0;
    position: relative;
    top: -10px;
}

.comparison_module .text_icon_sec img {
    margin-right: 15px;
    margin-top: 10px;
    width: 40px;
    height: 40px;
}

.sec_text {
    font-size: 24px;
    font-weight: 400;
}

.why_to_choose_module .outer_section_why {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.why_to_choose_module .choose_listing_inner {
    width: 48%;
    display: flex;
}

.why_to_choose_module .choose_listing_inner .number_sec {
    margin-right: 15px;
    width: 10%;
    position: relative;
}

.why_to_choose_module .choose_listing_inner .number_sec:before {
    position: absolute;
    content: '';
    left: -5px;
    top: -5px;
    width: 56px;
    height: 56px;
    background-color: #fefdbf;
    border-radius: 45px;
}

.why_to_choose_module .choose_listing_inner .number_sec .number_sec_inner {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    position: relative;
}

.why_to_choose_module .choose_listing_inner .number_sec_inner {
    border: 1px solid #000;
    border-radius: 50%;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
  
}

.why_to_choose_module .choose_listing_inner .listing_content {
    width: 90%;
}

.why_to_choose_module .listing_content h4 {
    margin-bottom: 15px;
}

.why_to_choose_module .choose_listing_inner .listing_content p {
    margin-bottom: 0;
    margin-top: 7px;
    font-weight: 400;
}

.why_to_choose_module .header_why {
    margin-bottom: 60px; text-align: center;
}

.why_to_choose_module .outer_section_why {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.why_to_choose_module .bottom_cta_sec {
    display: flex;
    margin-top: 50px;
    margin-right: 15px;
}

.why_to_choose_module .outer_section_why hr {
    width: 100%;
    border-bottom: 0;
    margin: 40px 0;
    border-color: #cdcdcd;
}
.comp_sec h5 {
    font-weight: 600;
}

.why_to_choose_module .listing_content h4 span span {
    font-size: 24px !important;
    font-weight: 600;
}

.heading_sec_com h4 {
    font-weight: 600;
    margin-bottom: 30px;}

.comparison_module h3 {
    font-weight: 700;
}

.why_to_choose_module h3 {
    font-weight: 700;
}


.col2description .itemswrap {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.col2description .colitems {
    padding: 30px 30px 0;
    width: 48%;
}

.col2description .colitems h5{ font-weight: 500;}

.col2description .icon img {
    height: 36px;
    margin-bottom: 10px;
}


.col2description {
    padding-bottom: 60px;
}



.txtblocks p:last-child{ padding: 0; border: 0; margin: 0;}

.txtblocks {
    padding-top: 70px;
}

.txtblocks p {
    color: #000;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px solid #666;
    padding-bottom: 1rem;
    font-size: 32px;
    font-weight: 700;
    line-height: 41px;
}

.txtblocks img {
    width: 80px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 8px;
    margin-right: 10px;
}

.txtblocks span {
    display: inline-block;
    width: 80%;
    vertical-align: top;
}

.colitems p {
    font-weight: 500;
    margin-bottom: 25px;

}

.webAppBg {
    margin-top: 125px;
    background-image: url(/assets/images/waBnr.jpg);
    padding: 1px 0;
    background-position: 30% 0%;
    background-repeat: no-repeat;
    background-size: cover;

}

.reach-bg {
    margin-top: 125px;
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)) , url(/assets/images/mobile-app-reach-ng.jpg);
    padding: 1px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbo-custom {
    margin-top: 0px;
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)) , url(/assets/images/jumb-ctm-1.jpg);
    padding: 1px 0;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbo-custom-2 {
    margin-top: 0px;
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)) , url(/assets/images/jumb-ctm-2.jpg);
    padding: 1px 0;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.jumbo-custom-3 {
    margin-top: 0px;
    background-image:linear-gradient(rgba(0, 0, 0, 0.7),rgba(0, 0, 0, 0.7)) , url(/assets/images/jumb-ctm-3.jpg);
    padding: 1px 0;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.start-bg {
    margin-top: 125px;
    background-image: url(/assets/images/start-bg.jpg);
    padding: 1px 0;
    background-position: 30% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.boost-bg {
    /* margin-top: 125px; */
    background-image: url(/assets/images/boost-business-ai-banner.jpg);
    padding: 1px 0;
    background-position: 30% 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}


/* .arwDv {cursor: pointer;} */



.hardCross {
    font-size: 18px;
    position: absolute;
    right: 15px;
    top: 10px;
    color: #888;
    cursor: pointer;
    z-index: 99;
    display: none;
}

.studies_slider .slick-next {
    bottom: 45%;
}

.case-user-border .tablinks {
    position: relative;
    padding-bottom: 10px;
    cursor: pointer;
    opacity: inherit !important;
}

.tablinks.active .case-user-border {
    border: 7px solid #F77062 !important;
    box-shadow: 2px 1px 16px 3px;
}

.case-user-border {
    width: 100%;
    height: 160px;
    object-fit: contain;
    border: 3px solid #4f5a65 !important;
    padding: 10px;
    border-radius: 10px;
}

.tablinks.case-user-border:hover {
    border: 7px solid #F77062 !important;
    box-shadow: 2px 1px 16px 3px;
}

/* .partner-border-box {
    border: 2px solid #064188;
    padding: 0px;
    border-radius: 33px;
    box-shadow: 0px 2px 2px 2px;
} */

.partner-border-box img {
    border-top-right-radius: 55px;
    border-bottom-left-radius: 55px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.partner-heading-font {
    font-size: 30px;
}

.autocad-heading-font {
    font-size: 43px;
    line-height: normal;
}

.heading-display-4 {
    font-size: 8rem;
    font-weight: 300;
    line-height: 1.2;
}

.partner-text p {
    font-size: 23px;
    font-weight: 500;
}

.partner-text-width {
    width: 450px;
    margin: auto;
}

.why-sec {
    position: relative;
    height: 100%;
    border: 1px solid #eee;
    border-radius: 8px;
    color: #000;
    overflow: hidden;
    box-shadow: 0 0 20px rgb(0 0 0 / 9%);
    background: #ffff;
}

.why-sec::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8px;
    background: #72b505;
    opacity: 0.4;
    transition: all 0.4s;
}

.bg-light-blue {
    background-color: #007bff !important;
}

.bg-blue-ash {
    background-color: #f3f3f3;
}

.supply-header {
    border-bottom: 1px solid #00000033;
}

.text-blue {
    color: #064188;
}

.text-orange {
    color: #F77062;
}

.icon-area img {
   background-color: #03ae2a;
    padding: 13px;
    border-radius: 20px;
}

.container-classic {
    width: 1400px;
}

.client-testimonial {
    background: rgb(2,0,36);
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(114,181,5,1) 0%, rgba(10,174,230,1) 100%);
    color: #fff;
    text-align: center;
    margin: 10px 0px 48px;
    padding: 4rem 0;
}

.mid-section {
    float: left;
    width: 100%;
    padding: 3rem 0rem;
}

.sub-heading {
    font-weight: 300;
    color: rgb(6, 65, 136);
}

.check-list li {
    margin-bottom: 10px;
}

.pricing-sec {
    border: 3px solid dodgerblue;
    padding: 30px;
    background: #e9ecef;
}

.photo-panel {
    position: absolute;
    z-index: 1;
}

.photo-panel img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-top-left-radius: 70px;
}

.photo-border-panel {
    border: 8px solid lightgrey;
}

.text-box-panel {
    background-color: #5ab339;
    width: 41rem;
    min-height: 450px;
    margin-top: 62px;
    justify-content: flex-end;
    position: inherit;
    display: flex;
    padding: 50px 44px 24px;
    left: -6%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 8px solid lightgrey;
    border-bottom-right-radius: 70px;
}

.content-panel-inner {
    width: 100%;
}

.content-panel-inner h3 {
    font-size: 35px;
}

.icon-illustration {
    height: 310px;
}

.icon-illustration img {
    padding: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 10px 4px rgb(0 0 0 / 9%);
    padding: 13px;
    border-radius: 20px;
    border: 1px solid #0000006b;
}

.icon-illustration img:hover {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 26%), 0 6px 20px 0 rgb(0 0 0 / 32%) !important;
}

.icon-autocad {
    height: webkit-fill-available;
}

.lh-inherit {
    line-height: inherit !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.icon-autocad img {
    /* padding: 20px; */
    margin-bottom: 20px;
    /* background-color: darkseagreen; */
    /* box-shadow: 0 0 10px 4px rgb(0 0 0 / 9%); */
    padding: 13px;
    border-radius: 20px;
    border: 0px;
}

.list-item {
    list-style-image: url('../images/lunaxio-icon.svg') !important;
}

.list-item li {
    position: relative;
    padding-left: 15px;
    color: #011627;
    font-size: .9rem;
    line-height: 25px;
    font-weight: 300;
}

.bg-light-green {
    background-color: #5ab339;
}

.bg-dark-green {
    background-color: #03ae2a;
}

.icon-box {
    padding: 50px;
    background: #dce5dc;
    box-shadow: 10px 10px 5px #7b969f;
    height: 350px;
    border-radius: 30px;
}

.icon-box p {
    margin-top: 16px;
}

.partnership-card {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,0.080)!important;
    background: ghostwhite !important;
    border-radius: 15px !important;
}

.bg-partner-card {
    background-color: #eef0f1 !important;
}

.partnership-card img {
    height: 240px;
}

.partnership-card h4 {
    font-size: 20px;
}

.bg-azure {
    background-color: azure;
}

.text-azure {
    color: #8FBC8F;
}

.partnership-card:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}


.partnership-card h5 {
    font-size: 17px;
    font-weight: 500;
}

.partnership-card p {
    margin-top: 14px;
    font-size: 15px;
}

.rounded-grad-btn {
    border-radius: 15px;
}

.bottom-solid-border {
    border-bottom: 5px solid yellowgreen;
}

.hbspt-form {
    width: 100% !important;
}

.h-auto {
    height: auto;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-47 {
    margin-top: 47px;
}

.mt-67 {
    margin-top: 67px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-90 {
    margin-top: 90px;
}

.mt-94 {
    margin-top: 94px;
}

.mt-256 {
    margin-top: 256px;
}

.ask_text {
    width: 100%;
    text-align: center;
    margin-top: 3em;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    padding: 15px 0;
    border-radius: 35px;
    font-size: 30px;
    background-color: rgba(65, 64, 66, 0.08);
}


.about-grid-box.collaboration {
    background-image: url("https://qa.utahtechlabs.com/assets/images/about/collaboration.webp");
}

.about-grid-box {
    padding: 30px;
    height: 100%;
    border: 1px solid #ccc;
    background-size: cover;
    position: relative;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-grid-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(116,184,3,0.8);
    z-index: 1;
}

.supply-grid-box {
    padding: 30px;
    height: 100%;
    border: 1px solid #0000006b;
    background-size: cover;
    position: relative;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    border-radius: 20px;
    align-items: center;
}

.supply-grid-box:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(229 232 231 / 82%);
    border-radius: 20px;
    z-index: 1;
}

.supply-grid-box:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
}


.grid-content {
    color: #fff;
    z-index: 2;
    width: 100%;
    height: 100%;
    position: relative;
}

.pb-50 {
    padding-bottom: 55px;
}

.pb-100 {
    padding-bottom: 110px;
}

.grid-content h3, .grid-content h2, .grid-content h4 {
    color: #fff;
    font-size: 30px;
}

.about-grid-box.strategy {
    background-image: url("https://qa.utahtechlabs.com/assets/images/about/strategy.webp");
}

.about-grid-box.blue:before {
    background: rgba(4,137,206,0.8);
}

.about-grid-box.dedication {
    background-image: url("https://qa.utahtechlabs.com/assets/images/about/dedication.webp");
}

.h-100 {
    height: 100%;
}

.services-item-list {
    list-style: disc !important;
}

.solution-sec .car-sol ul li {
    flex-basis: 20% !important;
}

.form-scroll {
    max-height: 430px;
    overflow: auto;
}

.bg-dark-img {
    background-image: linear-gradient(rgb(0 0 0 / 44%), rgb(0 0 0 / 18%)), url(../images/supply-chain.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 270px;
}

.bg-dark-img-vai {
    background-image: linear-gradient(rgb(0 0 0 / 44%), rgb(0 0 0 / 18%)), url(../images/ai-vai.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: auto;
}

.bg-dark-img-autocad {
    background-image: linear-gradient(rgb(0 0 0 / 68%), rgb(0 0 0 / 94%)), url(../images/autocad-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: -webkit-fill-available;
}

.bg-light-color {
    background-color: #dcdcdc7a;
}

.bg-dark-img2 {
    background-image: url(../images/data-visu.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.p-36 {
    padding: 36px;
}

.p-card-height {
    min-height: 500px;
}

.bg-blue-grad {
    background: #48c6ef !important;
    background: -moz-linear-gradient(left, #48c6ef 0%, #6e87d7 100%) !important;
    background: -webkit-linear-gradient(left, #48c6ef 0%,#6e87d7 100%) !important;
    background: linear-gradient(to right, #48c6ef 0%,#6e87d7 100%) !important;
}

.bg-orange-grad {
    background: #FE5196 !important;
    background: -moz-linear-gradient(left, #FC6076 0%, #FF9A44 100%) !important;
    background: -webkit-linear-gradient(left, #FC6076 0%,#FF9A44 100%) !important;
    background: linear-gradient(to right, #FC6076 0%,#FF9A44 100%) !important;
}

.bg-green-grad {
    background: #5ab339 !important;
    background: -moz-linear-gradient(left, #5ab339 0%, #03ae2a 100%) !important;
    background: -webkit-linear-gradient(left, #5ab339 0%,#03ae2a 100%) !important;
    background: linear-gradient(to right, #5ab339 0%,#03ae2a 100%) !important;
}

.bg-image-1 {
    background-image: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)), url(../images/blog/mvp-software.png);
    background-size: cover;
    background-position: center;
    filter: drop-shadow(2px 4px 6px black);
}

.bg-image-2 {
    background-image: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)), url(../images/blog/brand-style.png);
    background-size: cover;
    background-position: center;
    filter: drop-shadow(2px 4px 6px black);
}

.bg-image-3 {
    background-image: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)), url(../images/blog/business-process-management.png);
    background-size: cover;
    background-position: center;
    filter: drop-shadow(2px 4px 6px black);
}

.bg-image-4 {
    background-image: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)), url(../images/blog/marketing-blog.jpg);
    background-size: cover;
    background-position: center;
    filter: drop-shadow(2px 4px 6px black);
}

.bg-image-5 {
    background-image: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)), url(../images/blog/embedded-systems-trends-2023.png);
    background-size: cover;
    background-position: center;
    filter: drop-shadow(2px 4px 6px black);
}

.bg-image-6 {
    background-image: linear-gradient(rgb(0 0 0 / 80%), rgb(0 0 0 / 80%)), url(../images/blog/game-monetization.jpg);
    background-size: cover;
    background-position: center;
    filter: drop-shadow(2px 4px 6px black);
}

.blog-card {
    border-radius: 20px;
    height: 310px;
}

.blog-card-content h5 {
    color: whitesmoke;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 16px;
    font-weight: 600;
}

.cat-outline-btn {
    border: 2px solid #FF9A44;
    color: #FF9A44 !important;
    padding: 10px 30px;
    font-size: 1em;
    line-height: 1em;
    border-radius: 10px;
    font-weight: 500;
    display: inline-block;
}

.cat-outline-btn:hover {
    color: #fff !important;
    background: linear-gradient(to right, #FC6076 0%, #FF9A44 100%);
}

.cat-outline-btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: auto;
    font-size: 15px;
    font-weight: 600;
}
  
.cat-outline-btn span:after {
    position: absolute;
    font-size: 24px;
    content: '\00bb';
    display: none;
    top: 0;
    left: -18px;
    transition: auto;
}
  
.cat-outline-btn:hover span {
    padding-left: 12px;
}
  
.cat-outline-btn:hover span:after {
    display: block;
    right: 0;
}

.blog-card-content p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 500;
}

.blog-card-date {
    color: #fff;
    font-size: 16px;
}

.blog-card-date span {
    color: #fff;
    font-size: 16px;
}

.w-35 {
    width: 35%;
}

.w-60 {
    width: 60%;
}

.fs-16 {
    font-size: 16px;
}

.fs-19 {
    font-size: 19px !important;
}

.fs-40 {
    font-size: 40px;
}

.fs-50 {
    font-size: 50px;
}

.divblocks p {
    color: #000;
    font-weight: 500;
    text-align: left;
    /* border-bottom: 1px solid #666; */
    padding-bottom: 1rem;
    font-size: 24px;
    font-weight: 700;
    line-height: 41px;
    border-top: 1px solid #666 !important;
}

.divblocks img {
    width: 54px;
    display: block;
    vertical-align: top;
    position: relative;
    top: 8px;
    margin-right: 10px;
    margin-bottom: 15px;
}
hr.new5 {
    border: 2px solid #011627;
    border-radius: 5px;
    width:200px
}

.fs-30 {
    font-size: 30px;
}

.fs-15 {
    font-size: 15px;
}

.fs-20 {
    font-size: 20px !important;
}

.fs-22 {
    font-size: 22px;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.spl-link {
    color: #0093c9 !important;
}

.spl-link:hover {
    border-bottom: 3px solid #0093c9 !important;
    display: inline-block;
    height: 44px;
    line-height: 40px;
    margin-right: initial !important;
}

.case-blog-grid-box{
    padding: 50px 20px 20px;
    height: 325px;
    background-size: cover;
    position: relative;
    color: #000;
    border: 2px solid #ddd;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.10);
}

.case-blog-grid-box h5 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
}

.case-blog-grid-content p{
    font-size: 100%;
    font-weight:500;
}

.case-blog-grid-box::before{
    content: "";
    position:absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2,
}

.case-blog-grid-box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2,;
}

.case-blog-grid-box .logo-div{
    background:#fff;
    position: absolute;
    display: flex;
    padding: 5px;
    height:85px;
    width: 106px;
    justify-content: center;
    top: 5px;
    left: 5px;
    /* border: 1px solid #cacaca; */
}
.case-blog-grid-box .logo-div img{
    object-fit:contain;
}
.case-blog-grid-content{
    position: relative;
}
.case-blog-grid-foot{
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 16px;
}
.case-blog-grid-foot a{
    display:block;
    text-align:right;
    background: transparent !important;
    padding: 0px !important;
    font-size: inherit !important;
    font-weight: 600 !important;
}

.case-blog-grid-foot h5{
    padding-bottom: 0px;
    border-bottom: 1px solid #000;
    color:#000;
    font-weight: 500;
}

.btn:focus {
    background-color: transparent;
}

.layout-header {
    background-color: white !important;
}

.check-list li {
    position: relative;
    padding-left: 33px;
    color: #011627;
    font-size: .9rem;
    line-height: 25px;
    font-weight: 300
}

.check-list li:before {
    list-style-image: url('../images/vector-colorful-bullet-points.png') !important;
    /* position: absolute ;
    height: 16px;
    width: 18px;
    color: #fff;
    border-radius: 3px;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 5px; */
    
}

/* .case-grid-foot a{
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    color:#000;
    font-weight: 500;
} */

/* .spl-link.hinted:hover {
    border-bottom-color: #0093c9 !important;
} */

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: black;
    font-weight: 600;
    background-color: transparent;
    border: transparent;
    border-bottom: 3px solid black;
    border-radius: 0px;
}

.nav-pills .nav-link {
    color: black;
    font-weight: 600;
    background-color: transparent;
    border: transparent;
    border-bottom: 3px solid black;
    border-radius: 0px;
}

.tab-pic img {
    border-radius: 21px;
}

.tab-pic-border-panel img {
    border-radius: 21px;
    border: 8px solid lightgray;
}

.icon-box-title {
    font-size: 18px;
    font-weight: 400;
}
.fs-17 {
    font-size: 17px;
}

.sec_title_header {
    font-weight: 600;
    font-size: 22px;
    color: #064188;
    margin-bottom: 30px;
}

.w-30 {
    width: 30%;
}

/* .client-logo-style {
    background-color: #eaeaea;
    border-radius: 16px;
    padding: 10px;
    box-shadow: 2px 1px 16px 3px;
} */

.blue-text {
    color: #09f;
}

.owl-logo .owl-item img {
    display: block;
    width: 100%;
    width: 70%;
    margin: auto;
}

.link-style li a:hover {
    color: #011627;
    text-decoration: underline;
    font-weight: 600;
}

.rounded-20 {
    border-radius: 20px !important;
}

.parallax-10 {
    background-image: url('../images/games/Auqarium-Wars/12_aquirium_wars.png');
}

.parallax-11 {
    background-image: url('../images/games/Phantom-Town/phantom-banner.png');
}

.parallax-12 {
    background-image: url('../images/games/Mandeeq/banner.webp');
}

.video-border-panel {
    border: 8px solid lightgrey;
}

.video-fluid {
    width: 100%;
}

.video-frame-border {
    border: 0px solid lightgrey;
    padding: 0px;
    border-radius: 20px;
    background: lightgrey;
}

.slick-slide img {
    display: inline-block !important;
}

.footer-btn a {
    color: white !important;
}

.footer-btn a:hover {
    color: #161616 !important;
}

.fancy-box {
    height: 462px;
    background-color: transparent;
}


.top-position {
    margin-top: -40px;
}

.fancy-cat-title {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 1.5;
    text-transform: uppercase;
}

.fancy-title {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.02rem;
    margin-bottom: 200px;
}

.fancy-text {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 30px !important;
}

.fancy-box-content a {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.fancy-box-content a:hover {
    text-decoration: underline;
}

.fancy-box:hover .fancy-box-content a {
    display: block;
}

.fancy-box-content { 
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: #bbb;
    overflow: hidden;
    width: 0;
    height: 70%;
    transition: .1s ease;
}

.fancy-box:hover .fancy-box-content a {
    color: #fff;
}

.fancy-box:hover .fancy-box-content p {
    color: #fff;
}

.fancy-box:hover .fancy-box-content a {
    color: #000;
}

.fancy-box:hover .fancy-box-content {
    opacity: 1;
    width: -webkit-fill-available;
    left: auto;
    /* -webkit-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(0.85,0,0,1);
    transition-timing-function: cubic-bezier(0.85,0,0,1); */
}

.blur-in {
    transition: all 0.5s ease;
    -webkit-filter: blur(0px);
    filter: blur(0px);
    filter: brightness(0.4);
}

.blur-in:hover {
    filter: blur(25px);
    transition: 2s;
}

.fancy-box:hover .fancy-image {
    filter: blur(40px);
    transition: 0.5s;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.5;
}

.img-position {
    position: absolute;
    top: 0;
    width: fit-content;
}

.box-content {
    position: absolute;
    z-index: 10;
}

.box-content a {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}

.fancy-box:hover .box-content {
    background-color: #bbb;
}

.fancy-box:hover .box-content h5 {
    color: #000;
}

.fancy-box:hover .box-content h2 {
    color: #000;
}

.fancy-box:hover .fancy-box-content p {
    color: #000;
}

.landing-heading {
    font-size: 33px;
}

.landing-title p {
    font-size: 25px;
    font-weight: 400;
    color: #000;
}

.source-para {
    font-size: 16px;
    font-weight: 300;
    color: #00000025;
}

.fl {
  font-size: 45px;
  font-weight: bold;
}

.content-logo {
    border-right: 1px solid black !important;
}

.bg-cta {
    background: rgb(0,154,252);
    background: linear-gradient(212deg, rgba(0,154,252,1) 30%, rgba(127,187,1,1) 100%);
}

.bg-cta-new {
    background: rgb(0,154,252);
    background: linear-gradient(212deg, rgb(254 111 39) 30%, rgb(254 93 93) 100%);
}

.content-grid-box {
    max-width: 600px;
}

.content-grid-box h5 {
    color: #000;
    font-weight: 600;
    font-size: 34px;
}

.content-grid-box-full h5 {
    color: #000;
    font-weight: 600;
    font-size: 35px;
}

.content-grid-box p {
    color: #000;
    font-weight: 400;
    font-size: 23px;
}

.tab-position {
    margin-left: 5%;
    border-bottom: 0px;
}

.item-btn {
    cursor: pointer;
}

.text-underline {
    text-decoration: underline;
}

.btn_project {
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 45px;
    padding-bottom: 2px;
    transition: all .5s linear;
    position: relative;
}

.btn_project:focus {
    box-shadow: none !important;
    outline: none;
    color: black;
}

button:focus {
    box-shadow: none !important;
    outline: none;
    color: black;
}


@media(max-width: 1199px){
    .txtblocks p{font-size: 22px; line-height: normal;}
    .txtblocks img{width: 60px;}

    .banner_secNew .banner_thumb_rht {
        max-width: none !important;
        position: relative !important;
        width: 100%;
        left: auto;
        right: auto !important;
        top:0;
        margin-bottom: 420px;
    }

    /* .fancy-box {
        height: fit-content;
    }

    .fancy-title {
        font-size: 13px !important;
    }

    .fancy-text {
        font-size: 13px;
        margin-bottom: 50px !important;
    } */
    
   
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    .fancy-title {
        font-size: 13px;
    }

    .fancy-text {
        font-size: 13px;
    }

    .fancy-cat-title {
        font-size: 14px;
    }

    .fancy-box {
        height: 432px;
    }

    .prodName {
        font-size: 12px;
    }
}


@media(max-width:991px){
    h1,
    h2, 
    h3 {
        font-size: 20px !important;
        margin-bottom: 10px;
    }

    .txtblocks {
        padding-top: 0;
        margin: 0 0 40px;
    }

    .txtblocks p {
       
        padding-bottom: 10px;
        font-size: 20px;
       
        margin-bottom: 10px;
    }

    .txtblocks img{width: 40px;}
    .txtblocks span{padding-top: 20px !important;}

    .webAppBg {
        margin-top: 0;}

        .text-box-panel {
            background-color: #5ab339;
            width: 100%;
            position: relative;
            min-height: 400px;
            margin-top: 0%;
            z-index: auto;
            padding: 24px;
            left: 0%;
        }
    
        .partner-heading-font {
            font-size: 22px;
        }
    
        .cloud-btn .grad-btn.body-btn, .cloud-btn .grd-btn-o.body-btn {
            width: fit-content;
        }
    
        .photo-panel {
            position: inherit;
            z-index: 1;
        }
    
        .content-panel-inner h3 {
            font-size: 16px;
        }

        .why-sec {
            position: relative;
            height: -webkit-fill-available;
            border: 1px solid #eee;
            border-radius: 8px;
            color: #000;
            overflow: hidden;
            box-shadow: 0 0 20px rgb(0 0 0 / 9%);
            background: #ffff;
        }

        .comparison_module .heading_sec_com:first-child {
            width: 26%;
        }
        
        .comparison_module .heading_sec_com {
            width: 50%;
        }
    
        .heading_sec_com h4 {
            font-size: 16px !important;
            margin: 0 2px 6px;
            padding: 0;
        }
    
        .pricing-sec {
            border: 3px solid dodgerblue;
            padding: 15px;
            background: #e9ecef;
        }

        .comp_sec {
            text-align: center;
            border-top: 2px solid;
            padding-top: 12px;
            padding-bottom: 10px;
        }
        
    
        .comp_sec h5 {
            font-size: 16px;
            font-weight: 700;
        }
    
        .comparison_module .text_outer_section .sec_text {
            width: 100%;
            font-size: 20px;
        }
        .icon-box {
            padding: 20px;
            background: #dce5dc;
            box-shadow: 10px 10px 5px #7b969f;
            height: 100%;
        }

        .icon-box h4 {
            font-size: 12px;
        }

        .pb-100 {
            padding-bottom: 50px;
        }

        .about-grid-box {
            padding: 30px;
            height: -webkit-fill-available;
        }

        .p-card-height {
            height: 250px;
        }

        .reach-bg {
            margin-top: 0px;
        }

        .white-paper h1 {
            font-size: 24px !important;
        }

        .white-paper p {
            font-size: 18px !important;
        }

        .icon-bar {
            display: none;
        }

        .newsletter-subscribe {
            background-color: rgba(116,184,3,0.8);
            padding: 40px 20px;
        }

        .newsletter-subscribe .intro p {
            font-size: 17px;
        }
        
        .whitepaper-details {
            padding-top: 50px;
            padding-bottom: 50px;
        }

        .mt-40 {
            margin-top: 10px;
        }
        
        .mt-47 {
            margin-top: 10px;
        }
        
        .mt-67 {
            margin-top: 10px;
        }
        
        .mt-80 {
            margin-top: 10px;
        }
        
        .mt-90 {
            margin-top: 10px;
        }
        
        .mt-94 {
            margin-top: 10px;
        }

        .partner-heading-font .display-4 {
            font-size: 20px;
            font-weight: 300;
            line-height: 1.2;
        }

        .partner-text p {
            font-size: 16px;
        }

        .icon-illustration {
            border-radius: 22px;
            height: 180px;
        }

        .partnership-card img {
            height: -webkit-fill-available;
        }

        .partnership-card h4 {
            font-size: 16px;
        }

        .bg-dark-img {
            height: 175px;
        }

        .partner-text-width {
            width: -webkit-fill-available;
            margin: auto;
        }

        .fs-30 {
            font-size: 20px;
        }

        .top-position {
            margin-top: 0px;
        }

        .fancy-box {
            height: 540px;
        }

        .fancy-title {
            font-size: 13px !important;
        }

        .fancy-box-content {
            height: 75%;
            transition: .1s ease;
        }
        
}

@media(max-width:767px){
    h1,
    h2, 
    h3 {
        font-size: 20px !important;
        margin-bottom: 10px;
    }
    .why_to_choose_module .outer_section_why{    display: block;}

    .why_to_choose_module .choose_listing_inner {
        width: 100%;
       
        margin: 20px 0;
        padding: 0 20px;
    }

    .comparison_module .comp_sec {
        width: 48%;
    }

    .comparison_module .comp_sec:first-child {
        width: 100%;
    }

    .comp_sec {
        text-align: center;
        border-top: 2px solid;
        padding-top: 12px;
        padding-bottom: 10px;
    }

    .comp_sec h5 {
        font-weight: 600;
    }

    .comparison_module .three_col_heading_sec, .comparison_module .comparison_listing_sec{align-items: start;}

    .comparison_module .text_icon_sec img {
        margin-right: 15px;
        margin-top: 14px;
        width: 20px;
        height: 20px;
    }
    .heading_sec_com h4 {
        font-size: 18px !important;
        margin: 0 0 20px;
        padding: 0;
    }

    .black-box h3{font-size: 24px !important;}

    .txtblocks {
        padding-top: 0;
        margin: 0 0 40px;
    }

    .txtblocks p {
       
        padding-bottom: 10px;
        font-size: 22px;
       
        margin-bottom: 10px;
    }

    .txtblocks img{width: 40px;}
    .txtblocks span{padding-top: 0 !important;}

    .col2description .grad-btn {
        padding: 5px !important;
    }

    .hardBoxDv, .softBoxDv{position: relative; height: auto;}

    .softBox , .hardBox{height: auto;}

    .banner_secNew .banner_thumb_rht {margin-bottom: 30px;}

    .orDv{display: none !important;}

    .hardBoxDv.expandDv, .softBoxDv.expandDv{position: relative;}

    .arwDv.lft {
        position: absolute;
        top: 15px;
        right: 15px;
        transform: rotate(180deg);
        bottom: auto;
    }

    /* .hardCross{display: block;} */

    .inrBnr .container-fluid, .inrBnr .container-fluid {
        padding: 0 15px;
    }

    .iotRes .data_count li {
        padding: 20px 0 0 30px;
        flex-basis: 100%;
        margin: 0 0 60px;}


    .iotRes   .tab-content{padding: 15px 0;}

    .iotRes .card-body{padding: 0;}

    .inrBnr{margin-top: 0; padding: 30px 0;}

    .banrtContDv h1{font-size: 26px; margin: 0 0 20px;}

    .iotSrvc .inrBnr .container-fluid{padding: 0;}

    .iotSrvc .inrBnr  .grad-btn.body-btn.bnr-vid-btn {
        padding: 0.8em 1em !important;
    }

    .iotSrvc .vidRgt iframe {
        height: auto;
    }

    .iotRes .data_wrapper {
        margin-bottom: 0;
    }

    .iotRes .hardware-list {
        min-height: 0;
    }

    .iotRes .data_count li:before {
        height: 150px;
    }

    .iotSrvc .expertise_sec .col-6 {
        margin: 15px 0;
    }

    .iotSrvc  .studies_slider .slick-prev {
        top: 20% ;
    }

    .iotSrvc .expertise_sec {
        margin-top: 0;
    }

    .why_to_choose_module .choose_listing_inner .number_sec:before{    left: 0;
        top: 0px;
        width: 30px;
        height: 30px;}

        .why_to_choose_module .choose_listing_inner .number_sec .number_sec_inner{    width: 30px;
            height: 30px;}

            .utl-nav-loader-navigation .brand{width: 190px;     margin-top: 0.5em;}

            .testi_slider.cust-testi .slick-prev {
                top: 35%!important;
            }

            .testi_slider.cust-testi .slick-next { bottom: 53%!important;
            }
            
            .studies_slider .slick-prev {
                top: 31%;
            }

            .text-box-panel {
                background-color: #5ab339;
                width: 100%;
                position: relative;
                min-height: 400px;
                margin-top: 0%;
                z-index: auto;
                padding: 24px;
                left: 0%;
            }
        
            .partner-heading-font {
                font-size: 22px;
            }
        
            .cloud-btn .grad-btn.body-btn, .cloud-btn .grd-btn-o.body-btn {
                width: fit-content;
            }
        
            .photo-panel {
                position: inherit;
                z-index: 1;
            }
        
            .content-panel-inner h3 {
                font-size: 16px;
            }

            .why-sec {
                position: relative;
                height: -webkit-fill-available;
                border: 1px solid #eee;
                border-radius: 8px;
                color: #000;
                overflow: hidden;
                box-shadow: 0 0 20px rgb(0 0 0 / 9%);
                background: #ffff;
            }

            .comparison_module .heading_sec_com:first-child {
                width: 26%;
            }
            
            .comparison_module .heading_sec_com {
                width: 50%;
            }
        
            .heading_sec_com h4 {
                font-size: 16px !important;
                margin: 0 2px 6px;
                padding: 0;
            }
        
            .pricing-sec {
                border: 3px solid dodgerblue;
                padding: 15px;
                background: #e9ecef;
            }

            .comp_sec {
                text-align: center;
                border-top: 2px solid;
                padding-top: 12px;
                padding-bottom: 10px;
            }
        
            .comp_sec h5 {
                font-size: 16px;
                font-weight: 700;
            }
        
            .comparison_module .text_outer_section .sec_text {
                width: 100%;
                font-size: 20px;
            }

            .icon-box {
                padding: 20px;
                background: #dce5dc;
                box-shadow: 10px 10px 5px #7b969f;
                height: 100%;
            }

            .icon-box h4 {
                font-size: 12px;
            }

            .pb-100 {
                padding-bottom: 50px;
            }

            .about-grid-box {
                padding: 30px;
                height: -webkit-fill-available;
            }

            .solution-sec .car-sol ul li {
                flex-basis: 100% !important;
            }

            .p-card-height {
                height: 250px;
            }

            .reach-bg {
                margin-top: 0px;
            }
            
            .white-paper h1 {
                font-size: 24px !important;
            }
    
            .white-paper p {
                font-size: 18px !important;
            }

            .icon-bar {
                display: none;
            }

            .newsletter-subscribe {
                background-color: rgba(116,184,3,0.8);
                padding: 40px 20px;
            }

            .newsletter-subscribe .intro p {
                font-size: 17px;
            }

            .whitepaper-details {
                padding-top: 50px;
                padding-bottom: 50px;
            }

            .mt-40 {
                margin-top: 10px;
            }
            
            .mt-47 {
                margin-top: 10px;
            }
            
            .mt-67 {
                margin-top: 10px;
            }
            
            .mt-80 {
                margin-top: 10px;
            }
            
            .mt-90 {
                margin-top: 10px;
            }
            
            .mt-94 {
                margin-top: 10px;
            }

            .partner-heading-font .display-4 {
                font-size: 20px;
                font-weight: 300;
                line-height: 1.2;
            }

            .partner-text p {
                font-size: 16px;
            }

            .icon-illustration {
                border-radius: 22px;
                height: 180px;
            }

            .partnership-card img {
                height: -webkit-fill-available;
            }

            .partnership-card h4 {
                font-size: 16px;
            }

            .bg-dark-img {
                height: 175px;
            }

            .partner-text-width {
                width: -webkit-fill-available;
                margin: auto;
            }

            .fs-30 {
                font-size: 20px;
            }

            .top-position {
                margin-top: 0px;
            }

            .fancy-box {
                height: 1060px;
            }

            .fancy-title {
                font-size: 13px !important;
            }

            .fancy-box-content {
                height: 90%;
                transition: .1s ease;
            }

}


@media(max-width:480px){
    h1,
    h2, 
    h3 {
        font-size: 20px !important;
        margin-bottom: 10px;
    }
    .inrBnr .container-fluid, .inrBnr .container-fluid {
        padding: 0 15px;
    }

    .iotRes .data_count li {
        padding: 20px 0 0 30px;
        flex-basis: 100%;
        margin: 0 0 60px;}


    .iotRes   .tab-content{padding: 15px 0;}

    .iotRes .card-body{padding: 0;}

    .inrBnr{margin-top: 0; padding: 30px 0;}

    .banrtContDv h1{font-size: 26px; margin: 0 0 20px;}

    .iotSrvc .inrBnr .container-fluid{padding: 0;}

    .iotSrvc .inrBnr  .grad-btn.body-btn.bnr-vid-btn {
        padding: 0.8em 1em !important;    font-size: 16px !important;
    }

    .iotSrvc .vidRgt iframe {
        height: auto;
    }

    .iotRes .data_wrapper {
        margin-bottom: 0;
    }

    .iotRes .hardware-list {
        min-height: 0;
    }

    .iotRes .data_count li:before {
        height: 150px;
    }

    .iotSrvc .expertise_sec .col-6 {
        margin: 15px 0;
    }

    .iotSrvc  .studies_slider .slick-prev {
        top: 20% ;
    }

    .iotSrvc  .expertise_sec {
        margin-top: 0;
    }

    
    .testi_slider.cust-testi .slick-prev {
        top: 33% !important;
    }

    .testi_slider.cust-testi .slick-next { bottom: 50%!important;
    }
    
    .studies_slider .slick-prev {
        top: 31%;
    }

    .text-box-panel {
        background-color: #5ab339;
        width: 100%;
        position: relative;
        min-height: 400px;
        margin-top: 0%;
        z-index: auto;
        padding: 24px;
        left: 0%;
    }

    .partner-heading-font {
        font-size: 22px;
    }

    .cloud-btn .grad-btn.body-btn, .cloud-btn .grd-btn-o.body-btn {
        width: fit-content;
    }

    .photo-panel {
        position: inherit;
        z-index: 1;
    }

    .content-panel-inner h3 {
        font-size: 16px;
    }

    .why-sec {
        position: relative;
        height: -webkit-fill-available;
        border: 1px solid #eee;
        border-radius: 8px;
        color: #000;
        overflow: hidden;
        box-shadow: 0 0 20px rgb(0 0 0 / 9%);
        background: #ffff;
    }

    .comparison_module .heading_sec_com:first-child {
        width: 26%;
    }
    
    .comparison_module .heading_sec_com {
        width: 50%;
    }

    .heading_sec_com h4 {
        font-size: 16px !important;
        margin: 0 2px 6px;
        padding: 0;
    }

    .pricing-sec {
        border: 3px solid dodgerblue;
        padding: 15px;
        background: #e9ecef;
    }

    .comp_sec {
        text-align: center;
        border-top: 2px solid;
        padding-top: 12px;
        padding-bottom: 10px;
    }

    .comp_sec h5 {
        font-size: 16px;
        font-weight: 700;
    }

    .comparison_module .text_outer_section .sec_text {
        width: 100%;
        font-size: 20px;
    }

    .icon-box {
        padding: 20px;
        background: #dce5dc;
        box-shadow: 10px 10px 5px #7b969f;
        height: 100%;
    }

    .icon-box h4 {
        font-size: 12px;
    }

    .pb-100 {
        padding-bottom: 50px;
    }

    .about-grid-box {
        padding: 30px;
        height: -webkit-fill-available;
    }

    .solution-sec .car-sol ul li {
        flex-basis: 100% !important;
    }

    .p-card-height {
        height: 250px;
    }

    .reach-bg {
        margin-top: 0px;
    }

    .white-paper h1 {
        font-size: 24px !important;
    }

    .white-paper p {
        font-size: 18px !important;
    }

    .icon-bar {
        display: none;
    }

    .newsletter-subscribe {
        background-color: rgba(116,184,3,0.8);
        padding: 40px 20px;
    }

    .newsletter-subscribe .intro p {
        font-size: 17px;
    }

    .whitepaper-details {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .mt-40 {
        margin-top: 10px;
    }
    
    .mt-47 {
        margin-top: 10px;
    }
    
    .mt-67 {
        margin-top: 10px;
    }
    
    .mt-80 {
        margin-top: 10px;
    }
    
    .mt-90 {
        margin-top: 10px;
    }
    
    .mt-94 {
        margin-top: 10px;
    }

    .partner-heading-font .display-4 {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.2;
    }

    .partner-text p {
        font-size: 16px;
    }

    .partner-text-width {
        width: -webkit-fill-available;
        margin: auto;
    }

    .icon-illustration {
        border-radius: 22px;
        height: 180px;
    }

    .partnership-card img {
        height: -webkit-fill-available;
    }

    .partnership-card h4 {
        font-size: 16px;
    }

    .bg-dark-img {
        height: 175px;
    }

    .fs-30 {
        font-size: 20px;
    }

    .top-position {
        margin-top: 0px;
    }

    .fancy-box {
        height: 500px;
    }

    .fancy-title {
        font-size: 13px !important;
    }

    .fancy-box-content {
        height: 72%;
        transition: .1s ease;
    }
}

/* Media Query for Mobile Devices */

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .fancy-box {
        height: 500px;
    }       
}

/* Media Query for Tablets Ipads portrait mode */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .fancy-box {
        height: 1060px;
    }

    .fancy-title {
        font-size: 13px !important;
    }

    .fancy-box-content {
        height: 90%;
        transition: .1s ease;
    }      
}



