body {
    font-family: Poppins, sans-serif!important;
}


.container-fluid {
    width: 92%
}

.progress-container {
    width: 100%;
    height: 8px;
    background: #ccc
}

.anchor-link a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #393939;
    cursor: pointer
}

.anchor-link a span {
    display: block;
    margin: 5px 0
}

.expandWrpr {
    background: #f5f2f2;
    padding: 20px 10px;
    min-height: 300px
}

.tab-links nav {
    display: flex;
    justify-content: space-around
}

.main-wrap {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    left: 50%;
    width: calc(100% - 30px);
    transform: translate(-50%)
}

.main-wrap .container {
    max-width: 100%
}
.anchor-link.Zindex,
.main-wrap.Zindex {
    z-index: 8
}

label.close_tab input {
    display: none
}

label.close_tab {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 9;
    margin: 0;
    cursor: pointer!important
}

label.close_tab svg {
    fill: #fff;
    width: 35px;
    height: 35px;
    cursor: pointer!important
}

.img-pos p {
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: .5px
}
.list_bullet{
    list-style-type: disc;
}
.list_bullet li{
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #424242;
    margin:10px 0;
}
.img-pos>img {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -3
}

.img-pos * {
    color: #fff
}

.overlay-expand {
    background-color: rgba(0, 0, 0, .7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.btn-shutter-more {
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
    background-color: transparent;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-weight: 600;
    font-size: 14px
}

.btn-shutter-more:hover:before {
    width: 100%
}

.btn-shutter-more:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    z-index: -1
}

.img-pos p:last-child {
    margin: 0
}

.promo_link {
    text-align: center;
    display: none;
    width: 100%
}

.promo_link h3 {
    margin: 0;
    font-size: 14px;
    color: #fff
}

.promo_link a {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    background: #4854b6;
    padding: 4px 15px;
    margin-left: 10px;
    border-radius: 50px
}

.promo_link .contain {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right, #67b40a, #008584 70%, #3dbfb3);
    padding: 10px 15px;
    height: 40px
}

.verti_slider {
    top: 0;
    position: relative;
    box-sizing: border-box;
    animation: slider 7s linear infinite;
    list-style-type: none;
    text-align: center
}

.verti_slider li {
    margin-bottom: 1.5em
}

.verti_slider:hover {
    animation-play-state: paused
}

@keyframes slider {
    0% {
        top: 1.5em
    }
    100% {
        top: -3.5em
    }
}

.promo_link .blur::after,
.promo_link .blur::before,
.promo_link .blur:after,
.promo_link .blur:before {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background-image: linear-gradient(180deg, #23906e, rgba(55, 184, 174, 0))
}

.promo_link .blur::after,
.promo_link .blur:after {
    bottom: 0;
    transform: rotate(180deg)
}

.promo_link .blur::before,
.promo_link .blur:before {
    top: 0
}

header.sticky-header .promo_link {
    position: fixed;
    z-index: 9999;
    width: 100%
}

header {
    border-bottom: 1px solid #eee;
    background-color: #fff;
    display: flex;
    align-items: center;
    height: auto;
    transition: all .3s;
    flex-direction: column;
    justify-content: center
}

header.sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    height: 80px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .11);
    transition: all .3s;
}

/* header.sticky-header {
    width: 100%;
    z-index: 999;
    left: 0;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .11)
} */

.navbar-light .navbar-toggler {
    border: 0;
    padding: 2px 5px;
    background-color: #00aeef;
    border-radius: 5px
}

.dropdown-toggle::after {
    display: none
}

span.icon-bar {
    height: 2px;
    width: 25px;
    background: #fff;
    display: block;
    margin: 5px 0
}

.section-features.portfolio_slider {
    margin-top: 2em
}

header.sticky-header+.float_form+.section-features.portfolio_slider {
    margin-top: 10em;
    transition: all .3s;
}

.portfolio_slider .fix_portfoilo_title {
    font-size: 75px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    color: rgba(0, 0, 0, .19);
    position: fixed;
    right: -260px;
    transform: rotate(90deg) translate(50vh);
    top: 0
}

.portfolio_li {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.portfolio_thumbnail img {
    max-height: 500px
}

.portfolio_detail {
    flex: 0 0 60%;
    padding: 15px
}

.portfolio_li .portfolio_detail .key-features {
    font-size: 40px;
    font-weight: 500;
    font-stretch: normal;
    font-style: italic;
    color: #000
}

.portfolio_thumbnail {
    flex: 0 0 40%;
    text-align: center;
    padding: 15px
}

.portfolio_li:nth-child(odd) .portfolio_detail .key-features {
    text-align: right
}

.portfolio_li:nth-child(odd) {
    flex-direction: row-reverse
}

#preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: linear-gradient(-40deg, #0377a2, #58c9f4);
    background: -webkit-linear-gradient(-40deg, #0377a2, #58c9f4)
}

.preload-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -35px;
    margin-left: -35px;
    z-index: 100
}

#dream-load {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgb(255, 255, 255, .7);
    animation: dreamrotate 2.4s linear infinite;
    z-index: 999
}

#dream-load:before {
    content: "";
    position: absolute;
    top: 7.5px;
    left: 7.5px;
    right: 7.5px;
    bottom: 7.5px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgb(255, 255, 255, .7);
    animation: dreamrotate 2.7s linear infinite
}

#dream-load:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border-radius: 50%;
    border: 3px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgb(255, 255, 255, .7);
    animation: dreamrotate 1.8s linear infinite
}

@keyframes dreamrotate {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

header.promo_show.sticky-header .promo_link {
    display: none!important
}

.navbar.bg-light {
    background-color: #fff!important;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0;
    width: 100%
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-family: Poppins, sans-serif;
    font-size: 15px;
    color: #231f20;
    padding: 28px 15px;
    font-weight: 500;
    cursor: pointer;
}

.navbar.navbar-shrink .nav-link {
    padding: 34px 15px
}

.navbar-expand-lg .navbar-nav .nav-link i.fas {
    display: inline-block;
    margin-left: 5px
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
    display: flex;
    align-items: center
}

.navbar-expand-lg .navbar-nav .get-touch {
    color: #fff;
    text-transform: uppercase;
    background: linear-gradient(to right, #f79713 0, #f9d423 106%);
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 8px;
    width: 100%
}

.navbar-nav li .active {
    background: #0db2f0;
    color: #fff
}

.dropdown .dropdown-menu .dropdown-item {
    font-size: 14px;
    display: flex;
    align-items: center
}

.tittle-dropdown {
    font-size: 24px;
    font-weight: 700;
    color: #f89b1c;
    font-weight: 500;
    margin-bottom: 5px
}

.dropdown-menu {
    background: #fff;
    padding: 0;
    border: 0;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .11);
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden
}

.dropdown-menu a {
    line-height: 1.6;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-menu a:hover {
    text-decoration: none;
    background-color: #f7a116;
    color: #fff
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f7a116
}

.dropdown-bg {
    background: #fff;
    box-shadow: 0 1px 3px 0 rgb(0, 0, 0, .1), 0 1px 2px 0 rgb(0, 0, 0, .06)
}

::-moz-selection {
    background: #eee
}

/* ::selection {
    background: #eee
} */

.carousel-control-next {
    color: #e5e5e5;
    opacity: inherit
}

.carousel-control-next:hover {
    color: #e5e5e5
}

.carousel-control-prev {
    color: #e5e5e5;
    opacity: inherit
}

.carousel-control-prev:hover {
    color: #e5e5e5
}

.carousel-control-next,
.carousel-control-prev {
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

div#main-slider .carousel-indicators {
    display: none;
    z-index: 0
}

div#main-slider .carousel-indicators li {
    background-color: #ccc
}

.carousel-control-prev {
    left: 50px
}

.carousel-control-next {
    right: 50px
}

.carousel-control-next i,
.carousel-control-prev i {
    font-size: 18px!important;
    color: #424242
}

.carousel-control-next i {
    letter-spacing: -5px;
    margin-top: 2px
}

.carousel-control-prev i {
    letter-spacing: 5px;
    margin-top: 2px
}

#main-slider p {
    font-size: 22px;
    color: #fff;
    font-family: Poppins, sans-serif;
    line-height: 2px
}

#main-slider .carousel-caption {
    position: absolute;
    right: inherit;
    top: 30%;
    left: initial;
    z-index: 0;
    color: #fff;
    text-align: left
}

.carousel-item.item1 span {
    color: #0f4c82
}

.carousel-item.item2 span {
    color: #00acb3
}

.carousel-item.item3 span {
    color: #f86d58
}

.carousel-item.item4 span {
    color: #67b40a
}

#main-slider .rotatetext {
    transform: rotate(270deg);
    height: 300px;
    position: absolute;
    top: -20%;
    font-size: 21px;
    left: 2%;
    font-weight: 500;
    text-transform: uppercase
}

#main-slider .carousel-caption h2 {
    font-size: 40px;
    color: #000;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    line-height: 1.2
}

#main-slider .carousel-caption h2 span {
    font-size: 50px;
    font-weight: 700
}

#main-slider .carousel-caption h3 {
    color: #000;
    font-size: 30px
}

.carousel-item>img {
    width: 100%
}

.owl-theme .owl-controls .owl-page {
    display: inline-block
}

.owl-theme .owl-controls .owl-page span {
    background: none 0 0 repeat scroll #869791;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    width: 12px
}

.section2 .owl-nav {
    display: none
}

.section2 .owl-dots {
    position: absolute;
    right: 48.4%;
    bottom: 4%
}

.owl-theme .owl-dots .owl-dot:hover span,
.section2 .owl-theme .owl-dots .owl-dot.active span {
    background: #f7d01b
}

.section2 .owl-theme .owl-dots .owl-dot span {
    width: 12px!important;
    height: 12px!important;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
}

.section3 h1 {
    position: relative
}

.section3 .software-left {
    padding-left: 0!important
}

.middle-btn {
    border-radius: 50%;
    width: 78px;
    height: 78px;
    background: #f9d946;
    border: 0;
    position: absolute;
    top: 48%;
    right: -39px
}

.middle-btn i {
    font-size: 50px;
    color: #fff
}

.animated {
    animation-duration: 1.5s
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100px, 0, 0)
    }
    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

.section2 {
    position: relative
}

.social-media {
    position: absolute;
    transform: rotate(90deg);
    right: 0;
    top: 44%;
    width: 250px
}

.section2 h1 {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    margin-top: 15%;
    padding-left: 9.5%;
    padding-bottom: 20px
}

.section2 p {
    font-size: 22px;
    color: #000;
    padding-left: 9.5%;
    line-height: 1.2
}

.section2 .slide2nd h1 {
    font-size: 38px;
    font-weight: 700;
    color: #000;
    margin-top: 15%;
    padding-left: 17.5%;
    padding-bottom: 15px
}

.section2 .slide2nd p {
    font-size: 22px;
    color: #000;
    padding-left: 17.5%;
    line-height: 1.2
}

.we-do-border img {
    width: 100%
}

.section3 {
    position: relative
}

.section3 h1 {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 40%;
    transform: rotate(90deg);
    font-size: 38px;
    text-transform: uppercase;
    font-weight: 700
}

.section3 .software-left {
    padding: 0 0 0 25px!important;
    background: url(../images/softwares-bg.jpg);
    height: 683px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover
}

.hardware-right {
    padding: 0 0 0 25px!important;
    background: url(../images/hardwares-bg.jpg);
    height: 617px;
    color: #fff;
    text-align: right;
    background-repeat: no-repeat;
    background-size: cover
}

.software_bimg img {
    height: 617px
}

.section3 .owl-carousel .owl-item img {
    width: auto
}

.section3 .software-left .owl-theme .owl-dots {
    bottom: 7%;
    position: absolute;
    right: 6%
}

.section3 .software-left .owl-theme .owl-dots span {
    background: #d4d4d4;
    width: 13px;
    height: 13px
}

.section3 .hardware-right .owl-theme .owl-dots span {
    background: #d4d4d4;
    width: 13px;
    height: 13px
}

.section3 .hardware-right .owl-theme .owl-dots {
    bottom: -19%;
    position: absolute;
    right: 10%
}

.section3 .hardware-right .owl-theme .owl-dots span {
    background: #d4d4d4;
    width: 13px;
    height: 13px
}

.owl-theme .owl-dots .owl-dot:hover span,
.section3 .software-left .owl-theme .owl-dots .owl-dot.active span {
    background: #f7d01b!important
}

.owl-theme .owl-dots .owl-dot:hover span,
.section3 .hardware-right .owl-theme .owl-dots .owl-dot.active span {
    background: #f7d01b!important
}

.hardware-right p {
    font-size: 22px
}

.owl-nav {
    display: none!important
}

.view-featured-btn {
    width: 130px;
    height: 130px;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 1.1;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: -70px;
    bottom: 0;
    overflow: hidden;
    margin: auto;
    border: #00aeef solid 1px
}

.view-featured-btn li {
    background: #00aeef;
    width: 115px;
    border-radius: 50%;
    height: 115px;
    list-style: none;
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.view-featured-btn li a {
    position: relative;
    float: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000!important;
    font-size: 18px
}

.section4 {
    padding: 170px 0 50px;
    background: linear-gradient(90deg, #f3f3f3 62%, #d1e4e8 38%);
    position: relative
}

.section4 h1 {
    font-weight: 700;
    font-size: 70px;
    text-align: right;
    background: #f3f3f3;
    margin-right: 18%;
    margin-bottom: -5%;
    z-index: 1;
    position: absolute;
    right: 6%;
    top: 15%;
    color: #000
}

.section4 .owl-dots {
    position: absolute;
    left: -9%;
    top: 43%
}

.section4 .owl-theme .owl-dots .owl-dot {
    display: block;
    text-align: center;
    margin-left: 3px
}

.section4 .owl-theme .owl-dots .active {
    margin-left: 0
}

.section4 .owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    background: #000!important
}

.section4 .owl-theme .owl-dots .active span {
    width: 13px;
    height: 13px;
    background: #000!important
}

.section4 h1 span {
    background: #0db2f0;
    color: #fff;
    padding: 5px 10px
}

.we-do-border {
    border: #b2b2b2 solid 10px;
    padding: 60px;
    position: relative;
    border-right-color: #fff;
    z-index: 0
}

.item-text {
    background: #00aeef;
    padding: 16px 20px;
    position: absolute;
    width: 86%;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: auto
}

.item-text h2 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0
}

.item-text p {
    color: #fff;
    font-size: 14px;
    margin: 0
}

.section5 {
    background: url(../images/domains-bg.jpg);
    background-size: cover;
    height: 902px;
    position: relative;
    background-attachment: fixed
}

.section5 h1 {
    color: #fff;
    font-weight: 700;
    font-size: 53px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 40px
}

.title-domain {
    transform: rotate(270deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 28.4%;
    text-transform: uppercase;
    font-size: 26px
}

.navbar-brand img {
    width: 230px
}

#collapseOne .title-domain {
    left: 21%
}

#collapseThree .title-domain {
    left: 20.4%
}

#collapseFour .title-domain {
    left: 18%
}

.main-heading-domain-border {
    text-align: center;
    margin-top: -30px
}

.main-heading-domain-border div:first-child {
    background: #fff;
    border-radius: 10px;
    height: 5px;
    width: 55px;
    text-align: center;
    display: inline-block
}

.main-heading-domain-border div:last-child {
    background: #ff9c16;
    border-radius: 10px;
    height: 5px;
    width: 25px;
    text-align: center;
    display: inline-block;
    margin: auto;
    margin: auto
}

.section6 {
    background: url(../images/Map-svg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    padding: 30px 0;
    height: auto;
    position: relative;
    background-position: center
}

.section6 h2 span {
    color: #ff9c16
}

.owl-carousel-client {
    display: none!important
}

.main-heading-domain-border2 {
    text-align: center;
    margin-bottom: 1em
}

.main-heading-domain-border2 div:first-child {
    background: #000;
    border-radius: 10px;
    height: 5px;
    width: 55px;
    text-align: center;
    display: inline-block
}

.main-heading-domain-border2 div:last-child {
    background: #0db2f0;
    border-radius: 10px;
    height: 5px;
    width: 25px;
    text-align: center;
    display: inline-block;
    margin: auto;
    margin: auto
}

.section7 {
    background: #f3f3f3;
    padding: 30px 0
}

.section7 h2 span {
    color: #0db2f0
}

.section8 {
    padding: 30px 0
}

.section8 .programming {
    background: url(../images/programming.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 243px;
    padding: 50px 110px
}

.section8 .web-tech-fr {
    background: url(../images/web-tech-fr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 243px;
    padding: 30px 110px
}

.section8 .mobile-tech {
    background: url(../images/mobile-tech.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 243px;
    padding: 50px 110px
}

.section8 .ux-ui {
    background: url(../images/ux-ui.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 243px;
    padding: 50px 110px
}

.section8 ul {
    list-style: none
}

.section8 ul li {
    color: #fff;
    font-size: 20px
}

.section9 h1 {
    color: #fff;
    font-weight: 700;
    font-size: 53px;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 40px
}

.section10 .contact-left {
    background: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 110px;
    height: 703px;
    font-family: "Open Sans", sans-serif
}

.contact-left h1 {
    font-size: 80px;
    color: #fff;
    text-transform: uppercase;
    padding-top: 180px;
    padding-left: 42px;
    font-weight: 700;
    line-height: 1.2;
    font-family: Poppins, sans-serif
}

.contact-form {
    background: #fff;
    padding-top: 180px
}

.contact100-form input {
    background: 0;
    border: 0;
    font-family: "Open Sans", sans-serif;
    border-bottom: 2px solid #5f5f5f;
    font-size: 14px;
    width: 89%;
    margin-bottom: 30px;
    color: #fff
}

.contact100-form textarea {
    background: 0;
    border: 0;
    font-family: "Open Sans", sans-serif;
    border-bottom: 2px solid #5f5f5f;
    font-size: 14px;
    width: 100%
}

.label-input100 {
    color: #9fa3a7;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-right: 10px
}

.contact100-form-btn {
    background: #02afef;
    padding: 10px 50px;
    border-radius: 30px;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
    float: right;
    color: #fff
}

.career input {
    border: 0;
    border-bottom: 1px solid #ccc!important;
    border-radius: 0;
    padding-left: 0;
    font-size: 14px
}

.career input:focus {
    border: 0;
    box-shadow: none
}

.career textarea:focus {
    border: 0;
    box-shadow: none
}

.career textarea {
    border: 0;
    border-bottom: 1px solid #ccc!important;
    border-radius: 0;
    padding-left: 0;
    font-size: 14px
}

footer#contact {
    clear: both
}

.footer-top {
    background: #f79b1400 url(../images/pattern-footer.png);
    padding-top: 50px;
    padding-bottom: 20px
}

.footer-top h2 {
    color: #fff;
    font-size: 16px!important;
    font-weight: 500!important;
    margin-bottom: 10px
}

.footer-top h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.footer-top ul {
    padding-left: 0;
    list-style: none
}

.footer-top .ul1 {
    list-style: none!important;
    padding-left: 0
}

.ul1-1 li {
    padding: 5px 0
}

h2.contact-add {
    margin-top: 33px
}

.contact-1 ul li a {
    color: #f89c15
}

.contact-1.contact_way ul li span {
    width: 55px
}

.whatsapp-icon {
    width: 100%;
    display: flex;
    align-items: flex-start
}

.whatsapp-icon a {
    font-size: 24px;
    color: #55acee;
    margin: 0 10px 0 10px;
    line-height: 20px
}

i.fab.fa-instagram {
    background: radial-gradient(circle at 33% 100%, #fed373 4%, #f15245 30%, #d92e7f 62%, #9b36b7 85%, #515ecf);
    padding: 2px 3px;
    color: #fff;
    font-size: 18px
}

i.fab.fa-facebook-f {
    color: #3b5998
}

i.fab.fa-whatsapp-square {
    color: #4caf4f;
    font-size: 24px
}

i.fa.fa-behance {
    color: #000
}

i.fab.fa-linkedin-in.icon {
    color: #0e76a8
}

.footer-top ul a {
    color: #fff
}

.footer-top ul a:hover {
    text-decoration: none
}

.footer-top .ul1 b {
    font-size: 16px;
    color: #fff!important
}

.footer-top ul li {
    color: #efefef;
    font-size: 14px!important;
    line-height: 24px
}

.footer-bottom {
    color: #fff;
    border-top: 1px solid #fff;
    font-size: 14px;
    line-height: 2.5;
    background: #000;
    text-align: center;
    padding: 10px;
}

.last_colm_footer {
    margin-top: 0
}

.resources_text {
    margin-top: 35px
}

.footer-bottom p {
    margin-bottom: 0
}

.client-desktop-view .owl-client img {
    width: auto!important;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0px 0px 5px #807e7e;
}

.client-desktop-view .owl-item {
    height: 500px;
    cursor: pointer
}

.client1 {
    position: absolute!important;
    top: 15%!important;
    left: 3%!important;
}

.client2 {
    position: absolute;
    top: 15%;
    left: 23%;
}

.client3 {
    position: absolute;
    top: 15%;
    left: 43%
}

.client4 {
    position: absolute;
    top: 15%;
    left: 63%
}

.client5 {
    position: absolute;
    top: 15%;
    left: 83%;
}

.client6 {
    position: absolute;
    top: 35%;
    left: 11%
}

.client7 {
    position: absolute;
    top: 35%;
    left: 31%
}

.client8 {
    position: absolute;
    top: 35%;
    left: 51%
}

.client9 {
    position: absolute;
    top: 35%;
    left: 71%
}

.client10 {
    position: absolute;
    top: 55%;
    left: 21%
}

.client11 {
    position: absolute;
    top: 55%;
    left: 41%
}

.client12 {
    position: absolute;
    top: 55%;
    left: 61%
}

.client13 {
    position: absolute;
    bottom: 75px;
    right: 35%;
}

.client14 {
    position: absolute;
    bottom: 75px;
    right: 55%;
}
.client15{
  position: absolute;
    top: 92%;
    height: 61px;
    right: 41%;
}
.think-gas {
    position: absolute;
    bottom: 15%;
    left: 50%
}

.about-section2 .left {
    padding-left: 8%
}

.about-section2 .left {
    padding-left: 6.9%;
    color: #000
}

.about-section2 h1 {
    font-weight: 700;
    font-size: 28px
}

.about-section2 p {
    color: #000
}

.tittle-line1 {
    width: 30px;
    height: 1px;
    background: #f89b1c;
    margin-top: 5px;
    margin-bottom: 0
}

.whatsapp-icon a {
    margin-left: 0
}

.tittle-line2 {
    width: 50px;
    height: 1px;
    background: #f89b1c;
    margin-top: 5px;
    margin-bottom: 20px
}

.process-point {
    display: flex;
    padding-bottom: 40px
}

.process-point.col-md-12 img {
    max-width: 75px
}

.process-point p {
    margin: 0
}

.process-point:last-child {
    display: flex;
    padding-bottom: 0
}

.process-point .col-md-2.text-center {
    display: flex;
    align-items: center;
    justify-content: center
}

.step {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.step-label {
    transform: rotate(-90deg);
    background: #e2eaec;
    padding: 5px 15px;
    position: absolute;
    left: -10px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    margin: 0;
    font-weight: 700
}

h2.office_loc_padd {
    font-size: 18px!important;
    font-weight: 600!important;
    color: #3e3e3e!important
}

.how_we_work h1 {
    font-size: 28px;
    font-weight: 700
}

.how_we_work .tittle-line2 {
    margin-bottom: 40px
}

.how_we_work-container {
    padding-top: 20px;
    background: #fff
}

.team {
    padding-bottom: 50px;
    padding-top: 30px
}

.row.heading h2 {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 0;
    text-transform: uppercase
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.heading.heading-icon {
    display: block
}

.padding-lg {
    display: block;
    padding-top: 60px;
    padding-bottom: 60px
}

.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px
}

.practice-area .inner {
    border: #999 solid 1px;
    text-align: center;
    margin-bottom: 28px;
    padding: 40px 25px
}

.team .cnt-block:hover {
    box-shadow: 0 0 10px rgb(0, 0, 0, .3);
    border: 0
}

.practice-area .inner h3 {
    color: #3c3c3c;
    font-size: 24px;
    font-weight: 500;
    font-family: Poppins, sans-serif;
    padding: 10px 0
}

.practice-area .inner p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400
}

.practice-area .inner img {
    display: inline-block
}

.team .cnt-block {
    float: left;
    width: 100%;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    border: #d5d5d5 solid 2px;
    margin: 0 0 28px
}

.team .cnt-block figure {
    width: 148px;
    height: 148px;
    border-radius: 100%;
    display: inline-block;
    margin-bottom: 15px
}

.team .cnt-block img {
    width: 148px;
    height: 148px;
    border-radius: 100%
}

.team .cnt-block h3 {
    color: #2a2a2a;
    font-size: 20px;
    font-weight: 500;
    padding: 6px 0;
    text-transform: uppercase
}

.team .cnt-block h3 a {
    text-decoration: none;
    color: #2a2a2a
}

.team .cnt-block h3 a:hover {
    color: #337ab7
}

.team .cnt-block p {
    color: #2a2a2a;
    font-size: 13px;
    line-height: 20px;
    font-weight: 400
}

.team .cnt-block .follow-us {
    margin: 20px 0 0
}

.team .cnt-block .follow-us li {
    display: inline-block;
    width: auto;
    margin: 0 5px
}

.team .cnt-block .follow-us li .fa {
    font-size: 24px;
    color: #767676
}

.team .cnt-block .follow-us li .fa:hover {
    color: #025a8e
}

.advantages b {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    color: #353535
}

.advantages ul {
    color: #f89b1c;
    list-style: disc;
    margin-left: 15px
}

.advantages ul span {
    font-size: 14px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    color: #353535
}

.standard-products ul {
    color: #f89b1c;
    list-style: disc;
    margin-left: 15px;
    font-size: 15px;
    margin-top: 17px
}

.standard-products ul span {
    color: #000
}

.standard-products h4 {
    color: #f89b1c;
    font-size: 18px
}

.assembly-line ul {
    color: #f89b1c;
    list-style: disc;
    margin-left: 15px;
    font-size: 15px;
    margin-top: 17px
}

.assembly-line ul span {
    color: #000
}

.assembly-line h4 {
    color: #f89b1c;
    font-size: 18px
}

.ux-ui-banner {
    background-image: url(../images/ux-ui.jpg);
    background-size: cover
}

.ux-ui-banner .advantages {
    margin-top: 5em
}

.advantages h6 {
    color: #000
}

.advantages h1 {
    font-size: 25px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    color: #353535;
    position: relative;
    display: inline-block
}

.advantages ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 1em
}

.advantages ul li img {
    max-width: 55px;
    margin-right: 10px
}

.advantages ul li {
    margin-bottom: 15px
}

.advantages h4 span {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: left;
    color: #353535
}

.smart-factories .cnt-block {
    width: 100%;
    padding: 15px;
    text-align: center;
    min-height: 300px
}

.smart-factories .cnt-block div img {
    max-width: 250px
}

.cnt-block.ui_ux_hight figure img {
    max-width: 90px
}

.cloud-based .cnt-block {
    box-shadow: 0 0 10px rgb(0, 0, 0, .3);
    border: 0
}

.smart-factories ul li h2 {
    font-size: 25px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: normal;
    text-align: center;
    color: #353535;
    margin-bottom: 2em;
    display: inline-block;
    position: relative
}

.cnt-block.ui_ux_hight {
    border-radius: 15px;
    box-shadow: 0 13px 27px 0 rgba(201, 201, 201, .32);
    padding: 1em;
    min-height: 330px
}

.smart-factories .cnt-block figure {
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
    margin: auto;
    margin-bottom: 1em
}

.smart-factories .cnt-block h3 {
    font-size: 18px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: center;
    color: #353535
}

.smart-factories .cnt_block_next h3 {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 600;
    padding: 1px 0;
    text-transform: uppercase
}

.smart-factories .cnt_block_next {
    min-height: 340px
}

.smart-factories .cnt-block h3 a {
    text-decoration: none;
    color: #2a2a2a
}

.smart-factories .cnt-block h3 a:hover {
    color: #337ab7
}

.smart-factories p {
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: center;
    color: #353535
}

.smart-factories .cnt-block .follow-us {
    margin: 20px 0 0
}

.smart-factories .cnt-block .follow-us li {
    display: inline-block;
    width: auto;
    margin: 0 5px
}

.smart-factories .cnt-block .follow-us li .fa {
    font-size: 24px;
    color: #767676
}

.smart-factories .cnt-block .follow-us li .fa:hover {
    color: #025a8e
}

.mobile-app h2,
.robotics_h2 {
    font-weight: 700;
    font-size: 24px
}

.managment-content .robotics_h3,
.robotics_h3 {
    font-weight: 700;
    font-size: 18px
}

.robotics_h4 {
    font-size: 18px;
    font-weight: 600
}

.indus4_h3 {
    font-size: 18px
}

.chat_bot_bottom {
    padding-left: 20px;
    background: linear-gradient(45deg, #eee, transparent);
    padding: 20px;
    margin-bottom: 20px
}

.chat_bot_bottom h3 {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(45deg, #0baec7, transparent);
    padding: 10px;
    margin: 0;
    margin-bottom: 10px;
    color: #fff
}

.chat_bot_bottom p {
    margin: 0
}

section.robotics_benefits {
    padding-top: 1em
}

.products-section a {
    color: #f89b1c;
    cursor: auto
}

a:hover {
    text-decoration: none
}

.products-section .col-md-3 a {
    border: #d5d5d5 solid 2px;
    display: block;
    padding: 3px;
    text-align: center
}

.products-section .border-box p {
    margin: 15px 0 5px
}

.border-box {
    border: #d5d5d5 solid 2px;
    margin-bottom: 30px;
    text-align: center;
    color: #f89b1c;
    padding: 5px
}

.hovereffect {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: relative;
    cursor: default
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgb(0, 0, 0, .5);
    transition: all .4s ease-in-out
}

.hovereffect img {
    display: block;
    position: relative;
    transition: all .4s linear;
    width: 100%
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    background: rgb(0, 0, 0, .6);
    transform: translatey(-100px);
    transition: all .2s ease-in-out;
    padding: 10px;
    margin-top: 30%
}

.hovereffect a.info {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    border: #fff solid 1px;
    background-color: transparent;
    opacity: 0;
    transition: all .2s ease-in-out;
    margin: 50px 0 0;
    padding: 7px 14px
}

.hovereffect a.info:hover {
    box-shadow: 0 0 5px #fff
}

.hovereffect:hover img {
    transform: scale(1.2)
}

.hovereffect:hover .overlay {
    opacity: 1
}

.hovereffect:hover a.info,
.hovereffect:hover h2 {
    opacity: 1;
    transform: translatey(0)
}

.hovereffect:hover a.info {
    transition-delay: .2s
}

.development h4 {
    color: #ff9c16;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px
}

.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px
}

.mega-menu-wrap {
    text-align: left
}

.mega-menu .description li {
    margin-bottom: 5px
}

.mega-menu .description li a {
    padding: 5px;
    color: #393939;
    display: flex;
    font-size: 14px
}

.mega-menu .description li a svg,
li.nav-item.dropdown .dropdown-menu a svg {
    width: 18px;
    height: 18px;
    margin-right: 5px
}

.mega-menu .description li a svg *,
li.nav-item.dropdown .dropdown-menu a svg * {
    fill: #707070!important
}

.mega-menu .description li a:hover,
li.nav-item.dropdown .dropdown-menu a:hover {
    color: #fff;
    box-shadow: 0 3px 2px 1px rgba(101, 91, 74, .3);
    background-color: #f7a116
}

.mega-menu .description li a:hover svg *,
li.nav-item.dropdown .dropdown-menu a:hover svg * {
    fill: #fff!important
}

/* .mega-menu {
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
    min-width: 900px
} */

.mega-menu {
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
    min-width: 940px
}

.mega-menu-wrap p {
    color: #000;
    font-size: 16px;
    text-align: left
}

.mega_drop_img p {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    font-weight: 700;
    height: 68px
}

.mega_drop_img a {
    color: #273f5b;
    font-size: 14px;
    text-align: center;
    display: block;
    font-weight: 700
}

.mega_drop_img a:hover {
    color: #f89b1c
}

.mega-menu {
    background-color: #fff;
    z-index: 99;
    position: relative;
    padding: 15px 15px 10px;
    border-radius: 0 0 22px 22px;
    box-shadow: 0 30px 30px 0 rgba(0, 0, 0, .11);
    background-color: #fff
}

.portfolio_second {
    border-top: 10px solid #fff
}

.portfolio_second .software-left {
    height: auto;
    background-image: linear-gradient(to right, #f89b1c, #00aeef)
}

.mega_drop_img img {
    width: 100%;
    box-shadow: 0 4px 6px -1px rgb(0, 0, 0, .1), 0 2px 4px -1px rgb(0, 0, 0, .06)
}

.exo-menu {
    position: relative
}

.navbar-nav li a:hover i.fas.fa-caret-down {
    transform: rotateZ(-180deg)
}

.last_description ul li a {
    font-size: 17px!important;
    font-weight: 700
}

.mega-menu-wrap h4 {
    font-size: 15px;
    font-weight: 700
}

.stay_connected {
    padding: 28px 0 94px 0
}

.stay_connected h2 {
    text-align: center;
    padding-bottom: 20px
}

.stay_connected .btn {
    padding: 12px 15px;
    font-size: 16px;
    text-align: left;
    position: relative;
    margin-bottom: 3px;
    color: #fff;
    border-radius: 0
}

.stay_connected .btn-twitter {
    background: #00acee
}

.stay_connected .btn-linkedin {
    background: #0e76a8
}

.stay_connected .btn-facebook {
    background: #3b5998
}

.stay_connected .btn-youtube {
    background: #c3302b
}

.stay_connected .btn-twitter:active,
.stay_connected .btn-twitter:hover {
    background: #0087bd
}

.stay_connected .btn-linkedin:active,
.stay_connected .btn-linkedin:hover {
    background: #0b6087
}

.stay_connected .btn-facebook:active,
.stay_connected .btn-facebook:hover {
    background: #30477a
}

.stay_connected .btn-youtube:active,
.stay_connected .btn-youtube:hover {
    background: #e8221b
}

.footer-top .mapouter iframe {
    width: 100%
}

.footer-top h2 {
    color: #000;
    font-weight: 500
}

.resources_top {
    padding-top: 0
}

.footer_center .dmca p {
    font-size: 16px;
    color: #000
}

.footer_center .dmca img {
    width: 100%
}

.footer_center .copy_right .cpy_text {
    color: #000;
    font-size: 16px
}

.footer_center .copy_right ul li {
    display: inline
}

.footer_center .copy_right ul li a {
    color: #000;
    font-size: 14px
}

ul.foot_social_network li {
    display: inline
}

ul.foot_social_network li a i {
    color: #000;
    margin-right: 28px;
    font-size: 25px
}

.moretext {
    display: none
}

/* .blog_sec2 {
    height: 840px;
    position: relative
} */

.blog_sec2 {
    min-height: 780px;
    padding: 70px 0;
    position: relative
}

.blog_sec2:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/Banner4.jpg) no-repeat;
    background-size: cover;
    clip-path: polygon(23% 100%, 260% 0, 0 0, 0 0, 0 0, 0 0, 0 79%)
}
/* .blog_sec2_left h2 {
    font-size: 45px;
} */
/* .blog_sec2_left p {
    font-size: 20px;
    padding-top: 20px;
    margin: 0;
} */
.blog_sec2_left p {
    font-size: 18px;
    padding-top: 20px;
    margin: 0;
}
/* .blog_sec2_left {
    padding-top: 100px;
    padding-right: 50px
} */

.blog_sec2_left {
    color: #fff;
    padding-right: 4rem;
    min-height: 440px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.blog_sec2_right {
    width: 100%;
    margin-right: auto;
}

.blog_sec2_right img {
    width: 100%;
    height: auto;
}

.overcoming_left h3 {
    font-size: 16px;
    color: grey;
    letter-spacing: 5px;
    display: block
}

.overcoming_left h2 {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 20px
}

.overcoming_section {
    padding: 50px 0 10px
}

.overcoming_left p {
    font-size: 16px;
    padding-top: 20px
}

.overcoming_right p {
    font-size: 23px;
    line-height: 36px
}

.overcoming_right {
    padding-left: 100px;
    padding-top: 100px
}

.typography_sec {
    text-align: center
}

.typography_sec h3 {
    color: grey;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px
}

.typography_sec_padd {
    padding: 0 320px
}

.typography_sec h2 {
    font-size: 32px;
    padding-bottom: 20px
}

.typography_sec p {
    font-size: 16px;
    padding-top: 20px;
    line-height: 27px
}

.typography_flex {
    display: flex;
    align-items: center
}

.typography_sec_bottom {
    padding: 80px 0
}

.color-typography-right {
    float: right;
    text-align: left
}

.typot {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0 0 20px 0
}

.hn-font {
    font-size: 24px;
    display: block;
    margin: 0 0 20px 0
}

.nexgtv-font-list {
    float: left;
    width: 100%;
    margin: 10px 0 0 0
}

.nexgtv-font-list li {
    float: left;
    font-size: 40px;
    margin: 0 40px 0 0
}

.color-typography-right p {
    font-size: 20px;
    display: table;
    width: 100%;
    padding: 30px 0 0 0
}

.wireframes_right h3 {
    color: grey;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 5px
}

.wireframes_right h2 {
    font-size: 32px
}

.wireframes_right p {
    font-size: 16px
}

.solution_approach {
    padding: 5px 0 20px
}

.solution_approach h2 {
    font-size: 32px;
    padding-bottom: 40px;
    text-align: center
}

.solution_left p {
    font-size: 16px;
    padding-right: 20px;
    line-height: 40px
}

.solution_right {
    padding-top: 0
}

.under_border {
    border-bottom: 4px solid #f89b1c;
    padding-bottom: 20px
}

.process_implementation {
    padding: 50px 0 0
}

.process_sec h3 {
    font-size: 32px;
    padding-bottom: 30px
}

.salient_flex {
    display: flex;
    align-items: center;
    width: 100%
}

.salient_sec h3 {
    padding-bottom: 30px;
    font-size: 32px
}

.salient_sec p {
    font-size: 16px;
    position: relative;
    padding-left: 20px
}

.salient_sec p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #000;
    border-radius: 25px
}

.salient_sec_right img {
    width: 100%;
    margin: 0 auto;
    display: block
}

.technology_banner {
    padding: 100px 0;
    text-align: center;
    background: url(../images/rezofy/technology_banner.jpg) no-repeat;
    background-size: cover
}

.technology_banner h2 {
    font-size: 32px;
    padding-top: 20px
}

.technology_banner h3 {
    padding-top: 50px;
    font-size: 20px;
    font-weight: 400
}

.technology_banner h3 span {
    font-weight: 700;
    text-decoration: underline
}

.next-case-studies-wrap .next_read {
    color: #333;
    display: block;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
    margin: 0;
    font-weight: bold
}

.next-case-studies-wrap a {
    font-size: 15px;
    color: #24aeef;
    margin-left: 1em;
    text-decoration: underline;
}

.next-case-studies-wrap .container-fluid {
    display: flex;
    align-items: center;
    justify-content: center;
}

.next_casestudy2 {
    margin-top: 1em;
    padding: 10px 0;
    background: linear-gradient(45deg, #f9cf2300, #ccc, #f9cf2300);
}

.dig_deep {
    text-align: center;
    padding: 0 0 50px
}

.dig_deep_top p {
    font-size: 16px
}

.dig_deep_bottom {
    margin-top: 20px
}

.dig_deep_bottom h2 {
    font-size: 20px;
    padding-top: 20px
}

.dig_deep_bottom p {
    font-size: 16px;
    padding-top: 10px
}

.Masters_hands {
    text-align: center;
    padding-top: 50px
}

.Masters_hands h3 {
    font-size: 20px;
    font-weight: 400
}

.Masters_hands h3 span {
    font-weight: 700;
    text-decoration: underline
}

.Masters_hands p {
    font-size: 16px;
    padding: 20px 200px 0
}

.nation_ios {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.nation_ios_boxs {
    border: #eee solid 1px;
    text-align: center;
    padding: 10px;
    min-height: auto;
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 250px
}

.nation_ios_boxs_img {
    min-height: auto
}

.nation_ios_boxs p {
    font-size: 16px;
    padding-top: 15px;
    margin: 0;
    color: #000;
    font-weight: 700
}

.nation_ios h3 {
    font-size: 20px;
    font-weight: 700;
    flex: 0 0 100%;
    margin: 0;
    background: #eee;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    padding: 10px 0;
    margin-top: 20px
}

.nation_ios_boxs:hover {
    background: #fff;
    transition: .3s;
    box-shadow: 0 7px 21px rgb(0, 0, 0, .15)
}

.overlay_cs {
    position: absolute;
    background: rgb(0, 0, 0, .3);
    width: 100%;
    height: 100%
}

.portfolio_sec_left h2 {
    font-size: 60px
}

.portfolio_sec_left p {
    padding-top: 40px;
    font-size: 18px
}

.portfolio_sec {
    height: auto;
    color: #fff;
    padding: 60px 0;
    background-image: linear-gradient(to right, #083db2, #f89b1c)
}

.portfolio_sec_right {
    float: right
}

.portfolio_sec2 {
    padding: 50px 0
}

.portfolio_sec2_left h2 {
    font-size: 34px
}

.portfolio_sec2_left h4 {
    font-size: 22px;
    padding-top: 10px
}

.portfolio_sec2_left p {
    font-size: 16px;
    padding-top: 20px
}

.portfolio_sec2_left a {
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
    display: block
}

.portfolio_sec2_flex {
    display: flex;
    align-items: center
}

.portfolio_sec2_right img {
    width: 100%
}

.play_store_img a {
    display: inline-block
}

.play_store_img img {
    width: 80%
}

.view_client_boxs h2 {
    font-size: 20px;
    color: red
}

.view_client_boxs p {
    font-size: 20px;
    color: #000;
    font-weight: 700
}

.view_client_boxs a {
    font-size: 20px;
    margin-top: 20px;
    display: block
}

.view_client_boxs a span {
    padding-left: 20px
}

.view_client_sec {
    padding: 50px 200px
}

.footer-top .ul1 b {
    color: #fff!important;
    border-bottom: 2px solid #fff
}

.footer-top ul a {
    color: #fff
}

.footer-top ul li {
    color: #3e3e3e;
    display: flex
}

.footer-top ul a {
    color: #3e3e3e;
    position: relative;
    padding-left: 0;
    font-size: 14px;
    line-height: 26px
}

.footer-top ul a::before {
    color: #f89b1c;
    position: absolute;
    left: 0
}

.footer-top .ul1 {
    margin-top: 15px
}

.footer-top .ul1 li i {
    padding-right: 5px
}

.footer-top ul a:hover {
    color: #00aeef;
    text-decoration: underline
}

.global_img img {
    width: 35px
}

.global_img a {
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block
}

ul.foot_social_network li a i:hover {
    color: #f89b1c
}

.opening_boxs {
    padding-bottom: 20px;
    display: block;
    float: left;
    width: 100%
}

.opening_boxs_top h3 {
    float: left;
    font-size: 18px;
    margin: 0;
    line-height: 24px
}

.opening_boxs_top a {
    float: right;
    color: #f79c14
}

.opening_boxs_top {
    background: #f9f9f9;
    width: 100%;
    float: left;
    padding: 10px;
    margin-top: 5px
}

.opening_boxs p {
    margin: 0;
    padding-top: 20px;
    display: block;
    float: left;
    width: 100%
}

.press_relese_sec2_inner h2 {
    font-size: 24px
}

.press_relese_sec2 {
    padding: 50px 0
}

.press_relese_sec2_inner p {
    font-size: 16px
}

.press_relese_bottom p {
    font-size: 16px
}

.press_relese_bottom .font_class {
    font-weight: 700
}

.press_relese_bottom h2 {
    font-size: 24px
}

.press_relese_bottom a {
    color: #f89b1c;
    font-weight: 700
}

.career_model .modal-dialog {
    max-width: 80%;
    padding: 18px
}

.career_model .modal-dialog .modal-content {
    overflow: auto;
    max-height: 75vh;
    border-radius: 18px
}

.career_model .row_top {
    margin-top: 20px
}

.career_model button.btn {
    z-index: 9;
    position: absolute;
    right: 0;
    top: 0;
    background: #f89b1c;
    color: #ffff;
    border-radius: 0 10px 0 0;
    font-size: 20px;
    padding: 2px 6px;
    cursor: pointer
}

.career_model button.btn .fa-window-close:before {
    content: "\f410"!important
}

.roles_sec_right p {
    font-size: 14px;
    margin: 0;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative
}

.roles_sec_right {
    counter-reset: section
}

.roles_sec_right p:before {
    counter-increment: section;
    content: counter(section) "";
    position: absolute;
    left: 0;
    background: #f89b1d;
    width: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #000;
    justify-content: center;
    font-weight: 700;
    border-radius: 50%;
    font-size: 12px;
    height: 20px;
    top: 3px
}

.roles_sec_left h3 {
    font-size: 18px
}

.portfolio_page .casestudies_all_img_boxs {
    height: 300px
}

.portfolio_page .casestudies_all img {
    height: 100%
}

.portfolio_page .casestudies_all {
    min-height: 490px;
    display: flex;
    align-items: center
}

.portfolio_page .casestudies_all_next h2 {
    font-size: 16px;
    text-align: left;
    margin: 0;
    padding-bottom: 0;
    display: block;
    float: left;
    width: 100%
}

.portfolio_page .casestudies_all_next {
    padding-left: 10px
}

.portfolio_page .casestudies_all_next img {
    width: 200px;
    float: left;
    margin-top: 10px
}

.portfolio_page .casestudies_all_next_img_box {
    min-height: 100px
}

.whatsapp-icon img {
    width: 130px
}

.point_list p {
    text-align: left;
    margin: 0;
    line-height: 24px!important;
    font-weight: 700!important
}

.Our_Web_application_after p {
    position: relative;
    padding-left: 30px
}

.Our_Web_application_after p:before {
    position: absolute;
    left: 0;
    top: 8px;
    content: "";
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%
}

.Our_Web_application_after p span {
    font-weight: 700
}

.product_dropdown a {
    color: #f89b1c;
    font-weight: 700
}

.hardware_right_rezofy {
    background: url(http://www.rezofy.com/wp-content/uploads/2016/01/downloaded_DPC_resized.jpg)!important;
    background-size: 100% 100%!important
}

.mega_drop_next img {
    width: auto;
    margin: 0 auto;
    display: block;
    border: #f89b1c solid 10px
}

.mega_drop_next p {
    height: auto
}

.mega_drop_next a {
    font-size: 20px
}

.consulting_services h1 {
    font-weight: 700;
    font-size: 28px
}

.advantages.as_partner_sec {
    margin-top: 2em
}

.smart_padding {
    padding: 0!important
}

.cnt-block.consulting_equal_hight {
    min-height: 380px
}

.chat_bot_heading {
    padding-top: 20px
}

.need_odc_sec .need_paddi {
    padding-top: 20px
}

.need_paddi h2 {
    font-size: 25px
}

.need_paddi h3 {
    font-size: 22px
}

section.about-section2.Known_bg {
    background: #eaeaea
}

.offer_development_padding {
    padding-top: 0
}

.as_partner_sec span {
    display: block;
    font-size: 18px;
    color: #0ab0ef;
    line-height: 30px
}

.as_partner_sec h3 {
    font-size: 22px
}

.as_parent_box {
    padding-top: 20px;
    position: relative;
    padding-left: 40px
}

.as_parent_box h3 {
    font-size: 22px
}

.advantages.known_sec {
    margin-top: 2em
}

.as_parent_box::before {
    content: "1";
    position: absolute;
    left: 0;
    top: 20px;
    font-size: 16px;
    color: #000;
    width: 25px;
    height: 25px;
    background: #10b3f0;
    display: flex;
    align-items: center;
    justify-content: center
}

.as_parent_box2::before {
    content: "2"
}

.as_parent_box3::before {
    content: "3"
}

.as_parent_box4::before {
    content: "4"
}

.as_parent_box5::before {
    content: "5"
}

.as_parent_box6::before {
    content: "6"
}

.odc_setup_box h3 {
    position: relative;
    padding-left: 20px
}

.odc_setup_box p {
    padding-left: 20px
}

.odc_setup_box h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%
}

.team_composition_img img {
    float: right
}

.team_flex_sec {
    display: flex;
    align-items: center;
    justify-content: center
}

.machine_learning_text h3 {
    color: #f89b1c;
    padding: 15px 0
}

.machine_learning_services .cnt-block {
    min-height: auto
}

.machine_learning_text h2 {
    font-size: 24px;
    font-weight: 700
}

.technology_box h3 {
    color: #000;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 5px
}

.technology_box ul li a {
    font-size: 14px;
    color: #616161;
    font-weight: 400;
    line-height: normal;
    display: flex;
    padding: 5px 10px;
    align-items: center;
    min-height: 45px;
    white-space: nowrap
}

.technology_box ul li a i {
    padding-right: 12px;
    font-size: 18px;
    color: #616161
}

.technology_box ul li {
    border-top: 1px solid #b4b3b3
}

.technology_box ul li:last-child {
    border-bottom: 1px solid #b4b3b3
}

.technology_box ul li:hover {
    background: #ee4132;
    border-color: #c13529
}

.technology_box.mob_tech h3 {
    color: #ee4132
}

.technology_box ul li:hover a {
    color: #fff
}

.technology_box ul li:hover i {
    color: #fff
}

.web_tech h3 {
    color: #77b202
}

.web_tech ul li:hover {
    background: #77b202;
    border-color: #619002
}

.frontent_tech h3 {
    color: #f75314
}

.frontent_tech ul li:hover {
    background: #f75314;
    border-color: #c94310
}

.Cloud_tech h3 {
    color: #1adabd
}

.Cloud_tech ul li:hover {
    background: #1adabd;
    border-color: #1adabd
}

.iot_tech h3 {
    color: #fabc05
}

.iot_tech ul li:hover {
    background: #fabc05;
    border-color: #cb9904
}

.technology_box ul li a img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    float: left;
    margin-top: 9px
}

.technology_box ul li a span i {
    padding-right: 7px
}

.apache_w {
    display: none
}

.technology_box ul li:hover .apache_b {
    display: none
}

.technology_box ul li:hover .apache_w {
    display: block
}

.Xamarin_w {
    display: none
}

.technology_box ul li:hover .Xamarin_b {
    display: none
}

.technology_box ul li:hover .Xamarin_w {
    display: block
}

.knockout_w {
    display: none
}

.technology_box ul li:hover .knockout_b {
    display: none
}

.technology_box ul li:hover .knockout_w {
    display: block
}

.dnet_w {
    display: none
}

.technology_box ul li:hover .dnet_b {
    display: none
}

.technology_box ul li:hover .dnet_w {
    display: block
}

.mean_w {
    display: none
}

.technology_box ul li:hover .mean_b {
    display: none
}

.technology_box ul li:hover .mean_w {
    display: block
}

.ruby_w {
    display: none
}

.technology_box ul li:hover .ruby_b {
    display: none
}

.technology_box ul li:hover .ruby_w {
    display: block
}

.scala_w {
    display: none
}

.technology_box ul li:hover .scala_b {
    display: none
}

.technology_box ul li:hover .scala_w {
    display: block
}

.reactjs_w {
    display: none
}

.technology_box ul li:hover .reactjs_b {
    display: none
}

.technology_box ul li:hover .reactjs_w {
    display: block
}

.boot_w {
    display: none
}

.technology_box ul li:hover .boot_b {
    display: none
}

.technology_box ul li:hover .boot_w {
    display: block
}

.ember_w {
    display: none
}

.technology_box ul li:hover .ember_b {
    display: none
}

.technology_box ul li:hover .ember_w {
    display: block
}

.coffee_w {
    display: none
}

.technology_box ul li:hover .coffee_b {
    display: none
}

.technology_box ul li:hover .coffee_w {
    display: block
}

.amazon_w {
    display: none
}

.technology_box ul li:hover .amazon_b {
    display: none
}

.technology_box ul li:hover .amazon_w {
    display: block
}

.windows_w {
    display: none
}

.technology_box ul li:hover .windows_b {
    display: none
}

.technology_box ul li:hover .windows_w {
    display: block
}

.dev_w {
    display: none
}

.technology_box ul li:hover .dev_b {
    display: none
}

.technology_box ul li:hover .dev_w {
    display: block
}

.googleapp_w {
    display: none
}

.technology_box ul li:hover .googleapp_b {
    display: none
}

.technology_box ul li:hover .googleapp_w {
    display: block
}

.cassa_w {
    display: none
}

.technology_box ul li:hover .cassa_b {
    display: none
}

.technology_box ul li:hover .cassa_w {
    display: block
}

.new_technology_sec .row {
    justify-content: space-between
}

.new_technology_sec .col_2 {
    margin-right: 0;
    flex: 0 0 18.5%;
    margin-bottom: 20px
}

.hardware_right_rezofy {
    height: auto!important
}

.ui_ux_before {
    margin-bottom: 20px
}

.product_design_services h3 {
    font-size: 18px
}

.ui_ux_second_sec h3 {
    font-size: 18px
}

.ui_ux_before p {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px
}

.ui_ux_before p:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    left: 0;
    top: 10px;
    background: #000;
    border-radius: 20px
}

.product_design_services {
    margin-top: 20px
}

.ui_ux_before span {
    font-weight: 700
}

.product_images_sec img {
    width: 100%
}

.software_services_left h2 {
    text-align: left;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 28px
}

.software_flex {
    display: flex;
    align-items: center
}

.software_services_left p {
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px;
    margin-bottom: 0
}

.software_services_right {
    width: 350px;
    height: 350px;
    float: right
}

.software_services_right_next {
    float: left
}

.software_services_right img {
    width: 350px;
    height: 350px;
    border-radius: 50%
}

.software_services {
    padding: 50px 0
}

.software_services_btm {
    background: #f6f6f6
}

.software_services_left a {
    border: #f89b1c solid 2px;
    padding: 10px 20px;
    text-align: center;
    background: #f89b1c;
    color: #fff;
    font-weight: 700;
    margin-top: 25px;
    display: inline-block;
    font-size: 16px
}

.software_services_left a:hover {
    background: 0;
    color: #f89b1c
}

.what_we_more_sec p {
    margin-bottom: 10px;
    font-size: 16px
}

.waht_we_more_point p {
    position: relative;
    padding-left: 30px
}

.what_we_more_sec h2 {
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 28px
}

.waht_we_more_point p:before {
    content: "";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000
}

.what_we_more_sec p span {
    font-weight: 700
}

.what_we_more_sec p a {
    color: #f89b1c;
    font-weight: 700
}

.what_we_more_sec {
    padding: 50px 0;
    background: #f9f9f9
}

.hardware_right_side a {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-top: 10px;
    display: block;
    padding-left: 65px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 3px;
    display: block;
    float: left;
    width: 80%;
    text-align: justify
}

.hardware_right_side p {
    float: left;
    width: 100%;
    padding-left: 64px;
    font-size: 11px;
    cursor: pointer;
    color: #888
}

.hardware_right_side a:before {
    width: 50px;
    content: " ";
    background: url(../images/communication.jpg);
    position: absolute;
    left: 0;
    background-size: cover;
    top: 0;
    height: 50px
}

.hardware_right_side .communication2:before {
    background: url(../images/communication2.jpg);
    background-size: cover
}

.hardware_right_side .communication3:before {
    background: url(../images/communication3.jpg);
    background-size: cover
}

.hardware_right_side .communication4:before {
    background: url(../images/communication4.jpg);
    background-size: cover
}

.hardware_right_side .communication5:before {
    background: url(../images/e-learning-app.png);
    background-size: cover
}

.hardware_right_side a:hover {
    color: #f89b1c
}

.hardware_right_side {
    padding: 50px 0;
    text-align: left;
    padding-left: 50px
}

.hardware_right_side h2 {
    font-weight: 700;
    padding-bottom: 5px;
    font-size: 28px;
    color: #f89b1c
}

.hardware_right_side h3 {
    float: left;
    width: 100%;
    font-size: 16px
}

.social_hardware {
    float: left;
    padding-left: 55px;
    padding-bottom: 20px
}

.social_hardware h3 {
    font-size: 16px
}

.social_hardware a {
    border: #de8d21 solid 1px;
    width: 20px;
    height: 20px;
    background: #de8d21;
    display: inline-block;
    text-align: center;
    color: #fff;
    padding: 2px;
    font-size: 13px;
    margin: 0 10px;
    margin-top: 20px
}

.social_hardware a:hover {
    background: 0;
    color: #de8d21
}

.banner_team_sec {
    background: #02aeef;
    padding: 65px 0
}

.banner_team_sec h1 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    background-image: url(../images/our-team1.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0.3em 0;
    text-transform: capitalize;
    text-shadow: 0px 0px 5px #00000091;
    margin-bottom: 1em;
}

.banner_team_sec .teamsuccess {
    color: #fff;
    padding: 0 13%;
    width: 90%;
    margin: 0 auto;
    /* font-family: Merriweather, serif; */
    font-weight: 400;
    /* font-style: italic; */
    font-size: 20px;
    line-height: 170%;
    text-align: center;
    text-shadow: 0px 0px 3px #3c3737;
}

.banner_team_sec .teamsuccess b {
    font-weight: 400;
    padding-top: 6px;
    display: block
}

.founder_sec {
    padding: 50px 0
}

.founder_sec h2 {
    font-size: 30px;
    color: #02aeef;
    margin-bottom: 15px
}

.founder_sec p {
    font-size: 16px;
    color: #7b7979;
    padding-right: 0;
    line-height: 27px
}

.frontdev {
    text-align: center;
    padding: 42px 0;
    background: #fbfbfb
}

.frontdev h2 {
    padding-bottom: 15px;
    font-size: 38px
}

.frontdev p,
.lifeatinner p {
    font-size: 18px
}

.frontdevbox {
    padding: 30px 70px 0
}

.frontdevbox ul li {
    display: inline-block;
    padding: 0 15px;
    width: 24%;
    margin-bottom: 30px
}

.devbox_inner img {
    width: 100%;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.devbox_inner,
.humanR .frontdevbox {
    border-radius: 4px;
    box-shadow: 0 2px 20px 0 rgb(20, 20, 20, .08);
    background-color: #fff
}

.dev_cont {
    padding: 16px 0
}

.frontdev h3 {
    font-size: 18px
}

.frontdevbox p.subcont {
    font-size: 15px;
    line-height: 20px
}

.artifical-text-ser {
    margin-top: 40px;
    margin-bottom: 10px
}

.arttifical-pro-text {
    margin-top: 31px
}

h4.ui-design-text {
    color: #000;
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 36px
}

h4.ui-design-text-1 {
    color: #000;
    font-weight: 700;
    font-size: 1.5rem
}

.mobile-develop-text {
    height: 350px;
    background-image: url(../images/App-Development-Cost-new.jpg);
    padding: 0;
    margin: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0
}

.mobile-develop-text .mobile-develop-text-wrapper {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    z-index: 3
}

.mobile-develop-text:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background-color: #212529ab;
    z-index: 2
}

.button-4 {
    width: 178px;
    height: 50px;
    border: #f89b1c solid 2px!important;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 18px 0 40px 0
}

.button-4 a {
    font-family: inherit;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative
}

.eff-4 {
    width: 178px;
    height: 50px;
    left: -182px;
    background: #f89b1c;
    position: absolute;
    transition: all .5s ease;
    z-index: 1
}

.button-4:hover .eff-4 {
    left: 0
}

.button-4:hover a {
    color: #fff
}

.con_box {
    text-align: center
}

.mob_app_main_heading {
    text-align: center
}

.con_box h3 {
    font-size: 18px;
    color: #222;
    text-align: center;
    font-weight: 600;
    padding-top: 20px
}

.what_we_do_border {
    border-bottom: 3px solid #f6822e;
    width: 40px;
    margin: auto;
    margin-top: 15px
}

.con_box p {
    font-size: 14px;
    color: #777;
    line-height: 26px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 18px
}

li.nav-item.active {
    list-style: none
}

a.nav-link.moblie_app_icons {
    margin: 0 auto;
    text-align: center
}

.what_we_do_box {
    padding: 15px;
    border-radius: 5px;
    transition: all .5s 0s ease;
    margin-top: 30px
}

.what_we_do_box:hover {
    background-color: #fff;
    box-shadow: 0 5px 25px 0 rgb(204, 204, 204, .55);
    cursor: pointer;
    box-shadow: 0 5px 25px 0 rgb(204, 204, 204, .55);
    color: #fff;
    transition: all .5s 0s ease
}

li.nav-item {
    list-style: none
}

.con_box a {
    color: #00aeef;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    transition: all .5s 0s ease
}

.what_we_do_box:hover i.fa.fa-arrow-right {
    margin-left: 15px;
    transition: all .5s 0s ease
}

i.web-mark {
    font-weight: 700
}

.whats-seo-text h1 {
    padding-top: 3em;
    line-height: 45px;
    font-size: 35px;
    margin-bottom: 20px
}

.service-box.service-box-border {
    border: #f4f4f4 solid 2px;
    margin-top: 36px
}

.service-box {
    padding: 27px;
    background: #fff;
    transition: .4s;
    display: block;
    float: left
}

.service-thumb {
    margin-bottom: 26px
}

.service-thumb img {
    width: 100%;
    height: auto;
    cursor: pointer;
    transition: transform .5s ease
}

.service-thumb img:hover {
    transition: transform .5s ease
}

.service-content h3 a {
    margin-bottom: 22px;
    color: #f89b1c;
    width: 100%;
    font-size: 22px;
    transition: all .5s 0s ease;
    margin: 0;
    padding: 0;
    float: left
}

.service-content p {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 26px;
    padding-top: 47px
}

.service-box.service-box-border:hover {
    border: transparent solid 2px;
    transition: all .5s 0s ease
}

.service-box:hover {
    background-color: #fff;
    box-shadow: 0 16px 32px 0 rgb(196, 203, 255, .3);
    transition: all .5s 0s ease
}

h4.modal-title a {
    margin-bottom: 22px;
    color: #f89b1c;
    width: 100%;
    transition: all .5s 0s ease;
    margin: 0;
    padding: 0;
    float: left
}

button.read-more-web {
    border: #f89b1c solid 2px!important;
    background-color: transparent;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    transition: all .5s ease
}

button.read-more-web:hover {
    color: #fff;
    background: #f89b1c
}

.btn-danger-1 {
    color: #fff;
    background-color: #f89b1c;
    border-color: #f89b1c
}

.modal-dialog {
    position: relative;
    min-width: 70%;
    padding: 28px;
    top: 53px;
    margin: 30px auto;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 16px 32px 0 rgb(196, 203, 255, .3);
    pointer-events: none
}

.close {
    float: right;
    font-size: 32px;
    line-height: 1;
    position: absolute;
    color: #000;
    right: 0;
    top: 0;
    margin: 0 16px;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.img-web img {
    width: 100%;
    height: 239px
}

.img-web {
    width: 40%;
    float: left
}

ul.web-develop-link li {
    float: left;
    text-align: left;
    margin-right: 42px;
    margin-top: 4px;
    cursor: pointer;
    padding-left: 20px;
    position: relative
}

ul.web-develop-link li i {
    color: #000;
    font-size: 14px
}

ul.web-develop-link li i a {
    color: #000;
    font-size: 15px;
    font-family: Poppins, sans-serif
}

.tab_content {
    width: 57%;
    float: right;
    padding: 14px 36px
}

h2.box-title a {
    font-size: 19px
}

ul.web-develop-link li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    position: absolute;
    left: -8px;
    top: 0
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}

.tab_content.modal-body h3 {
    text-align: left;
    width: 100%;
    font-size: 20px;
    padding-bottom: 20px
}

ol.breadcrumb {
    background: 0;
    width: 18%;
    float: left
}

.portfolio,
.services-develop-text {
    background-image: url(../images/pic-images.jpg);
    margin: 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    min-height: 500px
}

.advantages h2 {
    text-align: center;
    font-size: 30px
}

.services-develop-text-wrapper h1 {
    text-align: center;
    color: #fff;
    font-size: 70px;
    font-weight: 700
}

.services-develop-text .services-develop-text-wrapper {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center
}

.services-develop-text:after {
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    position: absolute;
    background-color: #212529ab;
    z-index: 2
}

.services-text {
    text-align: center;
    color: #fff;
    margin: 28px auto;
    background-color: #0db2f0;
    border-radius: 6px;
    width: 80px;
    height: 80px
}

.services-icons img {
    margin-top: 15px
}

.services-single-text h4 {
    font-size: 23px;
    margin-top: 16px;
    color: #232935;
    font-weight: 600
}

.services-single-text p {
    font-size: 15px;
    color: #83858b;
    font-weight: 500
}

.read-services a {
    color: #00aeef;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: Poppins, sans-serif;
    transition: all .5s 0s ease
}

.single-box-services:hover .services-text {
    background-color: #030202;
    border-radius: 50%;
    transition: .4s
}

.single-box-services {
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgb(0, 3, 143, .1)
}

.single-box-services:hover {
    background: linear-gradient(-40deg, #0db2f0 0, #0db2f0 106%);
    transition: all .3s ease-in-out;
    box-shadow: 0 16px 32px 0 rgb(196, 203, 255, .3)
}

.single-box-services:hover .services-single-text h4 {
    color: #fff;
    transition: .4s
}

.single-box-services:hover .services-single-text p {
    color: #fff;
    transition: .4s
}

.single-box-services:hover .read-services a {
    color: #fff;
    margin-left: 15px;
    transition: all .5s 0s ease
}

.single-box-services:hover i.fa.fa-arrow-right {
    margin-left: 15px;
    transition: all .5s 0s ease
}

.portfolio-pic img {
    width: 100%
}

.section-features .right-red-img {
    width: auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 1px;
    z-index: 1;
    margin-left: -240px;
    position: relative;
    width: 500px;
    left: 85px
}

.section-features .red-color-right {
    width: 80%;
    float: right;
    border-radius: 24px 0 0 24px;
    padding-top: 91px;
    padding-bottom: 91px;
    margin-top: 60px
}

.section-features .red-color-right .key-features {
    color: #fff;
    font-size: 34px;
    margin-bottom: 15px
}

.section-features .red-color-right .discription {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 7px;
    font-size: 16px;
    padding-left: 0;
    color: #fff;
    margin-bottom: 20px
}

.discription ul {
    padding: 0;
    margin: 15px 0 25px;
    list-style-type: none
}

.discription ul li {
    color: #fff;
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px
}

.discription ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff
}

.section-features .red-color-left {
    width: 80%;
    float: left;
    border-radius: 0 24px 24px 0;
    padding-top: 125px;
    padding-bottom: 155px;
    margin-top: 70px
}

.section-features .red-color-left .key-features {
    color: #fff;
    font-size: 34px;
    margin-bottom: 15px
}

.section-features .red-color-left .discription-left {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 7px;
    font-size: 16px;
    padding-left: 0;
    color: #fff;
    margin-bottom: 20px
}

.discription-left ul {
    padding: 0;
    margin: 15px 0 25px;
    list-style-type: none
}

.discription-left ul li {
    color: #fff;
    padding-left: 18px;
    position: relative;
    margin-bottom: 10px
}

.discription-left ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff
}

.section-features .left-red-img {
    width: 600px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 1px;
    z-index: 1;
    float: right;
    position: relative;
    left: 140px;
    top: 45px
}

.section-features .samsung_img {
    width: 305px;
    top: 0
}

.section-features .see-history-color-right {
    width: 80%;
    float: right;
    border-radius: 24px 0 0 24px;
    padding-top: 103px;
    padding-bottom: 82px;
    margin-top: 70px
}

.section-features .see-history-color-right .key-features {
    color: #fff;
    font-size: 34px;
    margin-bottom: 15px
}

.section-features .see-history-color-right .discription {
    background-image: none;
    background-repeat: no-repeat;
    background-position: 0 7px;
    font-size: 16px;
    padding-left: 0;
    color: #fff;
    margin-bottom: 20px
}

.section-features .see-history-red-img {
    width: 270px;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 1px;
    z-index: 1;
    position: relative;
    top: 15px
}

.section-features .imi_img {
    width: 440px;
    right: 50px
}

.tab_wrapper .owl-carousel .owl-item {
    transition: auto!important;
    height: 299px!important
}

.fade {
    opacity: inherit;
    transition: opacity .15s linear
}

.silider-domain img {
    width: 100%
}

.main-heading-domain-border-1 div:first-child {
    background: #0db2f0;
    border-radius: 10px;
    height: 5px;
    width: 55px;
    display: inline-block
}

.main-heading-domain-border-1 div:last-child {
    background: #ff9c16;
    border-radius: 10px;
    height: 5px;
    width: 25px;
    display: inline-block;
    margin: auto;
    margin: auto
}

a:focus,
a:hover {
    outline: 0;
    text-decoration: none
}

.tab .nav-tabs {
    position: relative;
    border: 0;
    justify-content: center;
    margin-bottom: 1.5em
}

.tab .nav-tabs li {
    text-align: center
}

.serve_domains {
    padding: 30px 0
}

.domain_heading {
    margin: 0;
    text-align: center;
    font-size: 35px;
    font-weight: 600
}

.tab-links {
    margin-top: 2.5em
}

.tab .nav-tabs li a:after {
    position: absolute;
    bottom: 3px;
    content: "";
    height: 2px;
    width: 0;
    background: #0db2f0;
    transition: all 1s
}

.tab .nav-tabs li a.active:after {
    width: 55%;
    transition: all 1s
}

.tab .nav-tabs li a:hover:after {
    width: 55%;
    transition: all 1s
}

.tab .nav-tabs li a {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #231123;
    text-transform: uppercase;
    padding: 10px 30px;
    background: #fff;
    margin-right: 0;
    border-radius: 0;
    border: 0;
    position: relative;
    transition: all .5s 0s ease;
    border: 2px solid transparent;
    border-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

.tab .nav-tabs li a i {
    font-size: 25px
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent
}

.tab .tab-content h3 {
    font-size: 24px;
    margin-top: 0
}

.our-team-section {
    width: 80%;
    margin: 0 auto
}

#team {
    display: flex;
    flex-wrap: wrap
}

.card {
    flex: 0 0 23.5%;
    overflow: hidden;
    position: relative;
    margin-right: 0%;
    margin-bottom: 1em
}

.card:nth-child(4n) {
    margin-right: 0
}

.card img {
    width: 100%;
    min-height: 100%;
    transition: all .9s
}

.card:hover img {
    transform: scale(1.2, 1.2)
}

.data {
    position: absolute;
    bottom: 2%;
    background: #fff;
    text-align: center;
    width: 91%;
    height: 66px;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 5%;
    box-sizing: border-box;
    opacity: .8;
    transition: all .4s
}

.card:hover .data {
    width: 100%;
    height: 100%;
    bottom: 0;
    opacity: .9;
    padding: 90px 9%
}

.data h2 {
    margin: 0 0 5px 0;
    margin: 0 0 5px 0;
    font-size: 13px;
    color: #02aeef;
    transition: color .4s
}

.data p {
    opacity: 0;
    text-align: justify;
    transition: all .2s
}

.card:hover .data a,
.card:hover .data p {
    opacity: 1
}

.data a {
    color: #333;
    text-decoration: none;
    padding: 16px;
    opacity: 0;
    font-size: 20px;
    width: 100%
}

.card:hover h2,
.data a:hover {
    color: #38c
}

.btn-twtr {
    color: #ddd;
    border: solid 2px;
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    font-family: sans-serif;
    font-weight: 600;
    margin-top: 100px;
    opacity: .8
}

.low-back-gradient-i {
    position: relative
}

.bg-video {
    background: url(../images/video-bg.jpg) 0 0/cover repeat fixed
}

.low-back-up {
    position: relative;
    z-index: 1
}

.text-con-app {
    padding: 47px 0 90px
}

.achivement-box {
    margin: 20px 0;
    border: #636363 solid 1px;
    padding: 1em;
    min-height: 315px!important;
}
.achivement-box .count {
    font-size: 20px;
    color: #fff;
    display: block;
    font-weight: 600;
    margin-top: 55px;
}

.achivement-box a {
    background: #f79a16;
    color: #fff;
    padding: 0.3em 1em;
    display: inline-block;
    margin-top: 1em;
    border-radius: 5px;
    font-size: 14px;
}

.achivement-box p {
    font-size: 15px;
    color: rgb(224, 222, 222);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.low-back-gradient-i:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none 0 0 repeat scroll #000;
    opacity: .65
}

.achivement-box:hover {
    border: #f89b1c solid 1px;
}

.ico {
    position: absolute;
    background: #f79a13;
    padding: 1.4em;
    max-width: 90px;
    border-radius: 50%;
    top: -25px;
}

.ico img {
    max-width: 100%;
}
.client-desktop-view .item {
    display: flex;
    min-height: 500px;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.client-desktop-view .item img {
    width: auto!important;
    background-color: #fff;
    padding: 5px;
    box-shadow: 0px 0px 5px #807e7e;
}
.copyright {
    padding: 0.3em 0;
    background: linear-gradient(to left,#f3f2f2, #e2e1e1, #f3f0f0);
    text-align: center;
    font-size: 14px;
}
.copyright p {
    margin: 0;
    color:#908d8d;
}
.copyright p a {
    color:#908d8d;
}

.footer-form {
    background-color: #75a3ff;
    padding: 2em 0
}

.submit-form {
    margin-top: 30px
}

.footer-form .col-md-2,
.footer-form .col-md-8 {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.footer-form .form-group {
    display: flex;
    justify-content: space-between
}

.form-text img {
    width: 100px;
    height: 100px;
    float: left
}

.form-text h2 {
    color: #fff;
    font-weight: 500
}

.footer-form .form-group input {
    flex: 0 0 48%;
    transition: all .2s linear;
    font-weight: 400;
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10px 15px;
    border: #fff solid 1px;
    max-width: 100%;
    color: #949494;
    background: #fff;
    height: auto;
    line-height: normal
}

.submit-form .sub_btn {
    background: #ffb85b;
    border-radius: 10px;
    color: #fff!important;
    text-transform: uppercase;
    padding: 10px 15px;
    font-weight: 500;
    border: 0;
    outline: 0;
    cursor: pointer;
    width: 100%
}

.submit-form .sub_btn:hover {
    background-color: #ffb85b;
    color: #000;
    transition: all .4s
}

.submit-form .sub_btn:focus {
    border: 0;
    outline: 0
}

.form-control:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: none
}

::placeholder {
    color: #949494!important
}

.main-banner {
    position: relative;
    height: 469px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-color: #00aeef;
    background-repeat: no-repeat
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: text-bottom;
    padding-top: 95px
}

.hero-content h1 {
    color: #fff
}

.hero-content p {
    color: #fff
}

.hero-content {
    position: relative;
    z-index: 1
}

.why-business-wrap {
    padding: 60px 0
}

.why-business-wrap h1 {
    text-align: left;
    font-size: 24px;
    color: #000;
    margin-bottom: 40px
}

.about-service {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 18px
}

.about-service li {
    float: left;
    width: 91%;
    font-size: 14px;
    font-weight: 700;
    color: #656464;
    line-height: 30px;
    position: relative;
    padding-left: 25px
}

.about-service li:before {
    content: "\f058";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    color: #f79d14;
    font-size: 17px
}

.business-image {
    text-align: right;
    padding: 60px 0
}

.business-image img {
    box-shadow: 9px 9px 0 0 #f79d14;
    width: 100%
}

.business-image-1 {
    text-align: right;
    padding: 40px 0
}

.business-image-1 img {
    box-shadow: 9px 9px 0 0 #f79d14;
    width: 100%;
    padding: 10px
}

.funfacts-area {
    position: relative;
    background: #00aeef;
    padding: 33px 0
}

.fun-fact {
    position: relative;
    padding-left: 65px;
    transition: .4s;
    margin: 20px 0;
    border-radius: 5px;
    border: #fff solid 1px;
    padding: 49px 0 0 0
}

.fun-fact:hover {
    text-align: center;
    margin: 20px 0;
    border: #fff solid 1px;
    padding: 49px 0 0 0
}

.fun-fact:hover {
    transform: translateY(-10px)
}

.fun-fact img {
    font-size: 45px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 5px;
    right: 0;
    margin: 0 auto;
    text-align: center;
    padding: 12px;
    animation: movebounce 3s linear infinite;
    transition: .4s
}

.fun-fact p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin: 34px
}

.travel-app {
    margin-top: 49px
}

.travel-app h1 {
    font-size: 2.5rem;
    color: #000;
    text-align: center
}

.travel-app p {
    text-align: center;
    padding: 19px 0 0
}

.make-trip-text {
    margin-top: 6px;
    padding: 30px
}

.make-trip-text h2 {
    font-size: 2.5rem;
    color: #000;
    font-weight: 600;
    text-align: center
}

.travel-services {
    margin-bottom: 30px;
    background: #fff;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    transition: .4s;
    text-align: center
}

.travel-services:hover {
    transform: translateY(-8px);
    box-shadow: 0 2px 48px 0 rgb(0, 0, 0, .08)
}

.travel-services .icon-img {
    display: inline-block;
    width: 85px;
    height: 85px;
    text-align: center;
    line-height: 77px;
    background: #17a2b82e;
    border-radius: 50%;
    font-size: 25px;
    color: #13c4a1;
    transition: .4s
}

.travel-services h3 {
    font-size: 23px;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 15px
}

.travel-services p {
    margin-bottom: 0
}

.blog-link p {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0
}

.blog-link {
    padding: 35px 0 35px
}

.button-trip a {
    font-family: inherit;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    line-height: 50px;
    transition: all .5s ease;
    z-index: 2;
    position: relative
}

.park-text-content {
    margin-top: 12rem;
    position: relative;
    z-index: 1;
    padding-right: 100px
}

.park-banner {
    position: relative;
    height: 500px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-color: #00aeef;
    background-repeat: no-repeat
}

.park-manage-image {
    margin-top: 2em
}

.product_img.park-manage-image {
    margin-top: 7em
}

.park-text-content h1 {
    color: #fff
}

.park-text-content p {
    color: #fff
}

.amusement-park-text {
    margin-top: 49px
}

.amusement-park-text h3 {
    font-size: 2.5rem;
    color: #000;
    font-weight: 600
}

.managment-trip-wrapper {
    border-radius: 6px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .16);
    transition: .4s;
    min-height: 380px;
    margin-bottom: 15px;
    padding: 1em
}

.managment-trip-text h4 {
    font-weight: 600;
    text-align: center;
    font-size: 24px;
    padding: 30px
}

.managment-img {
    text-align: center;
    margin-top: 26px;
    margin-bottom: 19px
}

.managment-content h3 {
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
    line-height: 35px
}

.amusement_park .managment-park .managment-content h3 {
    color: #859e31
}

.managment-text {
    overflow: hidden;
    min-height: 90px
}

.managment-text p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px
}

.managment-trip-text {
    display: block;
    float: left;
    width: 100%;
    text-align: center
}

.managment-trip_images_side img {
    width: 100%
}

.managment-trip-wrapper.mb-75.managment_sec {
    padding: 20px 15px;
    min-height: 470px
}

.managment-trip-wrapper.mb-75.managment_sec h3 {
    font-size: 18px;
    margin-bottom: 0;
    text-align: left;
    line-height: 27px;
    font-weight: 600
}

.managment-trip-wrapper.mb-75.managment_sec p {
    margin-bottom: 0;
    text-align: left;
    padding: 0;
    padding-top: 10px
}

.managment_sec .managment-text p {
    position: relative;
    padding-left: 20px!important
}

.managment_sec .managment-text p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 20px;
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%
}

.robotic-process-box {
    padding: 15px
}

.robotic-trip-texts {
    padding-bottom: 20px;
    text-align: left
}

.robotic-trip-texts h5 {
    padding-top: 0;
    font-size: 18px;
    padding-bottom: 15px
}

.robotic-trip-texts h4 {
    padding-bottom: 20px;
    padding-top: 15px
}

.robotic-trip-texts-point p {
    position: relative;
    padding-left: 20px
}

.robotic-trip-texts-point p:after {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #000
}

.robotic_img img {
    width: 100%
}

.robotic_img {
    margin-bottom: 30px
}

.robot-text-content {
    margin-top: 9rem
}

.robotic_banner {
    background: #10054d;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 468px
}

.robot_border_heading div:first-child {
    background: #10054d
}

.robotic_img_box {
    height: 95px
}

.robotic_img_box img {
    height: 100%
}

.decentralized_banner {
    height: 500px;
    background-color: #000
}

.decentralize_manage_image {
    margin-top: 55px
}

.quote_form .form-control {
    border-radius: 0;
    border: 0!important;
    box-shadow: none!important;
    background: #ecedf0!important;
    color: #444;
    padding-left: 45px!important;
    height: 40px;
    font-size: 14px!important;
    width: 100%!important
}

#contactt .close:focus {
    color: #000;
    text-decoration: none;
    opacity: .75;
    outline: 0
}

#contactt .modal-dialog {
    padding: 10px;
    border-radius: 0;
    background-color: transparent
}

#contactt .modal-content {
    border: 0
}

#contactt .modal-header .close {
    padding: 2rem
}

#contactt .modal-body {
    padding-bottom: 20px
}

.input_cover i {
    width: 35px;
    text-align: center;
    position: absolute;
    left: 16px;
    top: 8px;
    line-height: 24px;
    border-right: 1px solid #75a3ff;
    margin: auto;
    height: 24px;
    font-size: 16px;
    color: #75a3ff;
    z-index: 1
}

.contact_btn {
    background: #75a3ff;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    padding: 7px 20px;
    text-align: center;
    outline: 0;
    border: 0
}

.contact_btn:focus {
    outline: 0
}

.milk_bas_padd {
    padding: 88px 0 50px 0
}

.Benefitsoxs {
    width: 33%;
    float: left;
    margin-bottom: 10px
}

.Product_eng {
    width: 25%;
    float: left;
    margin-bottom: 10px
}

.Product_eng img {
    width: 100px
}

.Benefitsoxs img {
    width: 100px
}

.Product_eng p {
    padding-top: 10px;
    font-weight: 700
}

.Benefitsoxs p {
    padding-top: 10px;
    font-weight: 700
}

section.contact_form {
    background: #58c9f4;
    padding-bottom: 2.5em
}

form#contact-form, .quickconnect {
    width: 80%;
    margin: auto;
    display: flex;
    flex: 1;
    position: relative;
    background: #fff;
    padding: 25px;
    justify-content: space-between;
    border-radius: 0;
    box-shadow: 10px 10px 15px 0 #0000002e
}

.messages {
    width: 40%;
    background: #f89b1c;
    padding: 15px;
    border-radius: 0;
    position: relative;
    left: -100px;
    margin: 0;
    box-shadow: 10px 10px 15px 0 #0000002e;
    top: 5px
}

.messages:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 75px solid #f89b1c;
    border-left: 15px solid transparent;
    position: absolute;
    top: -45px;
    transform: rotate(90deg);
    left: 30px;
    z-index: 0
}

.messages h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 1;
    background: #ffd33c;
    padding: 5px 15px;
    box-shadow: 0 0 10px #b57716;
    font-weight: 600
}

.social {
    position: relative;
    width: 100%
}

.messages:before {
    content: "";
    width: 100%;
    height: 170px;
    position: absolute;
    bottom: 120px;
    left: 0;
    transform: skew(0deg, 23deg);
    z-index: 0;
    box-shadow: 0 0 20px 0 #de9816 inset
}

.social ul {
    display: flex;
    justify-content: center;
    width: 100%
}

.social ul li {
    margin: 0 10px;
    margin-bottom: 0!important
}

.social ul li a {
    font-size: 30px;
    color: #fff
}

.controls {
    width: 70%
}

.controls label {
    font-weight: 600;
    color: #000
}

.controls input.form-control,
.controls select.form-control {
    border-radius: 0;
    height: 45px!important;
    border: #f79c14 solid 2px
}

.controls textarea.form-control {
    border: #f79c14 solid 2px;
    border-radius: 0;
    resize: none
}

.error {
    display: none;
    color: red;
    font-size: 14px
}

.error_show {
    color: red;
    font-size: 14px
}

#reqQuote_form .error {
    font-size: 12px
}

#reqQuote_form .error_show {
    font-size: 12px;
    width: 100%;
    display: block;
    text-align: right
}

input.invalid,
select.invalid,
textarea.invalid {
    border: red solid 2px!important;
    transition: all 1s
}

input.valid,
select.valid,
textarea.valid {
    border: #05a01f solid 2px!important;
    transition: all 1s
}

.form-control.valid+span.error_show {
    display: none!important;
    transition: all 1s
}

.form-control.invalid+span.error {
    display: block!important;
    transition: all 1s;
    text-align: right
}

.messages ul {
    position: relative;
    z-index: 1
}

.messages ul h3 {
    font-size: 14px;
    color: #fff
}

.messages ul h3 a {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
    display: inline-block
}

.messages ul li span {
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
    display: flex
}

.messages ul li {
    display: flex;
    margin-bottom: 1em
}

.controls .btn-send {
    border-radius: 0;
    color: #fff!important;
    text-transform: uppercase;
    padding: 8px 25px 8px!important;
    border: 0;
    font-weight: 600;
    background-color: #00aeef
}

.col-md-12 .get_touch {
    display: flex;
    margin-top: 3em
}

/* .req_quote {
    flex: 0 0 35%
} */

.feedback {
    flex: 0 0 65%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 3em
}

.feedback_child {
    flex: 0 0 35%;
    height: 275px;
    padding: 15px;
    border-radius: 10px;
    text-align: left;
    background: #55c2eb59
}

.feedback_child:first-child {
    margin-top: -50px;
    margin-right: 30px
}

.feedback_child:nth-child(2) {
    margin-top: 20px;
    margin-right: 0
}

.feedback_child:nth-child(3) {
    margin-top: -40px;
    margin-right: 30px
}

.feedback_child:nth-child(4) {
    margin-top: 30px;
    margin-right: 0
}

h3.child_tit {
    color: #f8c71f;
    font-size: 1.2em;
    font-weight: 700;
    margin-top: 10px
}

span.child_icon {
    background: #fff;
    height: 50px;
    width: 50px;
    display: inline-flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center
}

.feedback_child p {
    color: #fff;
    margin: 0;
    font-size: 14px;
    letter-spacing: .3px
}

.feedback_child p a {
    color: #f89f15
}

.feedback_child p a:hover {
    color: #00aeef
}

.get_connect {
    display: inline-block;
    padding: 10px 20px;
    color: #000;
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 25px;
    background: #f89b1c;
    box-shadow: 0 0 5px #523a3a inset;
    border: #fff solid 2px;
    transition: all .5s
}

.get_connect:hover {
    box-shadow: 0 0 15px #fff;
    border: #fff solid 2px;
    color: #000
}

section.start_project {
    padding: 2em 0
}

.buttons-wrapper ul {
    display: flex;
    margin-top: 5em
}

li.call-now a {
    background: #00aeef;
    padding: 15px 20px;
    color: #fff
}

li.drop-email a {
    background: #f8a016;
    padding: 15px 20px;
    color: #fff;
    margin-left: 15px
}

.req_quote ul {
    margin-top: 20px
}

.req_quote h4 b {
    color: #fff
}

.req_quote ul li {
    color: #fff;
    align-items: flex-start;
    margin-top: 10px;
    line-height: normal;
    font-size: 14px
}

.req_quote ul li a {
    margin-left: 3px;
    color: #f8a016
}

.req_quote ul li strong {
    font-size: 12px
}

.req_quote ul li a:hover {
    color: #00aeef
}

.req_quote ul li b {
    margin-right: 5px;
    display: inline-flex;
    align-items: flex-start;
    color: #f7a015
}

section.getquote_main {
    background: url(../images/contact-us-banner.jpg);
    background-size: cover;
    background-position: center;
    padding: 2em 0;
    position: relative
}

.process h2 {
    font-weight: 700;
    color: #000
}

.process p {
    width: 75%;
    margin: 0 auto;
    margin-bottom: 20px
}

.process ul {
    width: 60%;
    margin: 0 auto;
    text-align: left;
    margin-top: 3em
}

.process ul li {
    margin-bottom: 2em;
    color: #000;
    font-weight: 500
}

.process ul li p {
    width: 100%;
    padding-left: 20px
}

.process ul li h3 {
    font-weight: 700;
    margin-left: -50px;
    color: #f79e15;
    font-size: 22px
}

.process ul li h3 b {
    margin-right: 15px;
    position: relative
}

.park-banner.crypto_fund.decentralized_banner {
    background-image: url(../images/Banner_1.png);
    background-color: transparent
}

.park-banner.crypto_fund.decentralized_banner .park-text-content h1 {
    color: #df635a;
    font-weight: 700
}

.park-banner.crypto_fund.decentralized_banner .park-text-content {
    margin-top: 8em;
    padding: 0
}

.park-banner.crypto_fund.decentralized_banner .park-text-content h2 {
    font-size: 20px;
    color: #777070;
    font-weight: 600;
    margin: 20px 0
}

.park-banner.crypto_fund.decentralized_banner .park-text-content .button-trip {
    height: auto;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center
}

.park-banner.crypto_fund.decentralized_banner .park-text-content .button-trip a {
    background: #d53c59;
    border-radius: 50px;
    width: auto;
    height: auto;
    padding: 0 30px;
    margin: 0;
    border: 0;
    display: inline-block;
    text-transform: lowercase;
    position: relative;
    text-transform: uppercase
}

section.know_crypto_fund {
    padding: 30px 0;
    background-image: url(../images/currency.jpg)
}

.know_crypto_fund h2 {
    margin: 0
}

.know_crypto_fund .amusement-text p {
    line-height: 2
}

.need_create {
    padding: 30px 0;
    background-image: linear-gradient(#4500ca 4%, #4500ca00 50%), url(../images/crypto-background.jpg), linear-gradient(60deg, #28005f 16%, #8300e5 64%, #0f3bff 100%);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 10vw;
    padding-bottom: 12vw;
    transform-origin: 50% 85%;
    padding-top: 100px
}

.need_create .managment-trip-text {
    margin-bottom: 30px
}

.need_create .managment-trip-text,
.need_create .managment_trip_left {
    text-align: left;
    color: #fff
}

.need_create .managment_trip_left p {
    line-height: 2
}

.need_create .managment_trip_left ul {
    list-style: disc;
    margin-left: 15px;
    margin-top: 30px
}

.need_create .managment_trip_left ul li {
    line-height: 3
}

section.categ_sect {
    background: #00aeef;
    padding: 2em 0
}

section.categ_sect h3 {
    margin-bottom: 1.5em
}

section.categ_sect P,
section.categ_sect h2 {
    color: #fff
}

section.categ_sect ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 2em
}

section.categ_sect ul li {
    padding: 20px 15px;
    margin-left: 1em;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0 2px 5px #ccc;
    border-radius: 10px;
    color: #fff;
    transition: all 1s;
    border: solid 1px
}

.thumbnail_img img {
    max-width: 70px
}

.thumbnail_img {
    margin-bottom: 15px
}

section.categ_sect ul li:first-child {
    margin: 0
}

section.fund_manager {
    margin: 3em 0 2em
}

section.basic_modules {
    background: url(../images/bread-bg.png);
    background-position: center;
    background-size: cover
}

.timeline-split {
    position: relative;
    width: 100%
}

.timeline-split .timeline {
    position: relative;
    padding: 50px;
    overflow: hidden;
    margin-top: 30px
}

.timeline-split .timeline h3 {
    font-size: 22px;
    color: #25cbd3
}

.timeline-split .timeline h3 img {
    max-width: 45px;
    height: auto;
    width: 100%
}

.timeline-split .timeline .block.block-left h3 img {
    margin-left: 15px
}

.timeline-split .timeline .block.block-right h3 img {
    margin-right: 15px
}

.timeline-split .timeline p {
    color: #fff;
    display: block
}

.timeline-split .timeline::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    background: #25cbd3;
    left: calc(50% - 10px)
}

.timeline-split .timeline::after {
    content: "";
    width: 2px;
    height: 4000px;
    display: block;
    position: absolute;
    top: 10px;
    left: 50%;
    left: calc(50% - 1px);
    background: #25cbd3
}

.timeline-split .timeline .block {
    width: 50%;
    padding: 20px;
    background: #0d003b;
    border: #25cbd3 solid 2px;
    width: calc(50% - 74px);
    text-align: left;
    position: relative;
    border-radius: 15px 0
}

.timeline .block .date {
    padding: 5px 10px;
    display: inline-block;
    background: #25cbd3;
    margin: 10px 0;
    color: #fff;
    font-size: 13px;
    border-radius: 15px
}

.timeline .block .between {
    padding: 5px 10px;
    display: inline-block;
    color: #fff
}

.timeline-split .timeline .block::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background: #25cbd3;
    top: 30px
}

.timeline-split .timeline .block.block-left::after,
.timeline-split .timeline .block.block-right::after {
    content: "";
    width: 79px;
    height: 2px;
    position: absolute;
    background: #25cbd3;
    top: 34px;
    z-index: 0;
    right: -79px
}

.timeline-split .timeline .block.block-right::after {
    left: -80px
}

.timeline-split .timeline .block.block-left {
    text-align: right
}

.timeline-split .timeline .block.block-left::before {
    right: -80px
}

.timeline .block p {
    margin-bottom: 0
}

.timeline-split .timeline .block.block-right {
    text-align: left;
    margin-left: 50%;
    margin-left: calc(50%+74px)
}

.timeline-split .timeline .block.block-right::before {
    left: -80px
}

section.basic_modules {
    background: url(../images/bread-bg.png);
    background-position: center;
    background-size: contain;
    padding: 2em 0
}

section.benefit_feat {
    position: relative;
    overflow: hidden;
    padding: 3em 0
}

section.benefit_feat .col-md-6 {
    position: relative;
    z-index: 1
}

section.benefit_feat ul {
    list-style: disc;
    padding-left: 15px
}

section.benefit_feat ul li {
    margin-bottom: 10px
}

section.benefit_feat:after {
    content: "";
    height: 600px;
    width: 500px;
    position: absolute;
    left: -160px;
    top: -200px;
    border-radius: 10%;
    transform: rotate(240deg);
    z-index: 0
}

section.benefit_feat:before {
    content: "";
    height: 600px;
    width: 500px;
    position: absolute;
    right: -160px;
    bottom: -200px;
    border-radius: 10%;
    transform: rotate(240deg)
}

.blist_para {
    font-size: 18px;
    text-align: center;
    margin: 25px auto 0;
    font-weight: 500;
    width: 90%
}

section.luking_simi {
    background: #efefef;
    padding: 2em 0;
    margin-bottom: 1.5em
}

.con_req a {
    color: #fff;
    margin: 0 15px;
    margin-top: 25px;
    box-shadow: 2px 2px 3px #e2ded5;
    border-radius: 8px;
    background: #f7a016;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    min-width: 240px;
    padding: 10px 15px
}

.fund_sec_heading {
    font-size: 30px
}

section.luking_simi h2 {
    color: #393939;
    font-weight: 600
}

.luking_simi h2.section_heading + span {
    color:#EBC218;
    font-size:28px;
    font-weight:bold;
}


.con_req a:last-child {
    background: #00aeef
}

.park-banner.catalog_mgmt.decentralized_banner {
    background-image: url(../images/catalog-banner.png);
    background-color: transparent;
    height: 600px
}

.park-banner.catalog_mgmt.decentralized_banner .park-text-content {
    margin-top: 11.5em;
    padding-right: 0
}

.button-trip.btn-hsr {
    line-height: normal;
    height: auto;
    width: auto;
    margin: 0;
    border: 0!important
}

.button-trip.btn-hsr a {
    line-height: normal;
    display: inline-block;
    padding: 10px 25px;
    border: #fff solid 2px;
    box-shadow: 0 0 5px #fff inset;
    border-radius: 8px;
}

.button-trip.btn-hsr a:hover {
    border-color: #f79914;
    color: #000;
    box-shadow: 0 0 5px #f79e14 inset;
    background: #fff
}

.call_now {
    display: inline-flex;
    background: #17ace8;
    border-radius: 40px;
    padding: 5px
}

#or {
    margin: 0 10px;
    font-size: 15px;
    font-weight: 600;
    color: #000
}

.park-banner.crypto_fund.decentralized_banner .park-text-content .button-trip .call_now a {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #000;
    background: #fff;
    line-height: 40px;
    padding: 0 25px
}

.call_now img {
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    margin-right: 10px;
    width: 40px
}

.flags:after {
    content: "Call Us Now!";
    position: absolute;
    width: auto;
    top: -17px;
    right: 20px;
    z-index: 9;
    padding: 2px 15px;
    font-weight: 600;
    background: #fff;
    color: #17ace8;
    border-radius: 50px;
    font-style: italic
}

.flags {
    position: relative
}

.park-banner.catalog_mgmt.decentralized_banner h2.fund_sec_heading {
    font-size: 25px;
    font-weight: 600
}

.park-banner.catalog_mgmt.decentralized_banner h2.fund_sec_heading b {
    color: #fff;
    font-size: 30px;
    line-height: 2
}

section.know_crypto_fund.step_processes ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: section
}

section.know_crypto_fund.step_processes .amusement-text+ul li {
    flex: 0 0 48.5%;
    padding: 15px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0 0 10px #a58a8a;
    border-radius: 15px 0 15px 0;
    text-align: left!important
}

section.know_crypto_fund.step_processes .amusement-text+ul li h3 {
    display: flex;
    align-items: center
}

section.know_crypto_fund.step_processes .amusement-text+ul li:before {
    counter-increment: section;
    content: "Step " counter(section);
    background: #f8a116;
    padding: 7px 20px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-style: italic;
    font-weight: 600
}

section.know_crypto_fund.step_processes .amusement-text+ul li h3 img {
    max-width: 50px;
    margin-right: 15px
}

section.benefit_feat.oms_features ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    padding: 0
}

section.benefit_feat.oms_features ul li {
    flex: 0 0 32%;
    min-width: 0;
    text-align: center;
    border-radius: 18px;
    box-shadow: 0 13px 27px 0 rgba(201, 201, 201, .32);
    border: solid .3px rgba(103, 207, 247, .7);
    background-color: #fff;
    padding: 25px;
    margin-bottom: 1.5em
}

section.benefit_feat.oms_features ul li h3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center
}

section.benefit_feat.oms_features ul li h3 img {
    max-width: 90px;
    margin-bottom: 20px;
    width: 100%
}

section.benefit_feat.oms_features ul li h3 span {
    font-size: 20px;
    font-weight: 600
}

section.benefit_feat.oms_features ul li p {
    color: #313566;
    margin: 0;
    font-size: 15px
}

.smp_niche_ideas ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.smp_niche_ideas ul li {
    flex: 0 1 15%;
    text-align: center;
    margin-bottom: 2em
}

.smp_niche_ideas ul li:nth-child(n+7) {
    margin-bottom: 0
}

.smp_niche_ideas ul li img {
    max-width: 100px
}

.smp_niche_ideas ul li h4 {
    margin-top: 10px;
    color: #313566;
    font-size: 22px
}
.smp_niche_ideas ul li h4 a{
    margin-top: 10px;
    color: #313566;
    font-size: 22px
}

.smp_niche_ideas {
    padding: 2em 0;
    background-color: #f8f9ff;
}

section.benefit_feat.oms_features {
    padding: 2em 0;
}

section.fund_manager.right_order_mgmt {
    margin: 0;
}

section.benefit_feat.oms_features:before {
    display: none;
}

section.benefit_feat.oms_features:after {
    display: none;
}

.flip-box {
    background-color: transparent
}

.order_mgmt_img img {
    max-width: 390px;
}

ul.choose_system_parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.choose_system_parent ul {
    display: flex;
}

ul.choose_system_parent li {
    flex: 0 0 49%;
    margin-bottom: 20px;
}

ul.choose_system_parent li:last-child {
    flex: 0 0 100%;
}

ul.choose_system_parent li h3 span {
    margin-right: 10px;
    padding: 10px;
    display: inline-block;
    background: #004344;
}

ul.choose_system_parent li h3 {
    margin: 0;
    background: #00898c;
    color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 0 10px #004344 inset;
    font-size: 18px;
    border-radius: 5px 5px 0 0;
    overflow: hidden
}

ul.choose_system_parent p {
    font-size: 15px!important;
    font-weight: 400!important;
    text-align: left!important;
    margin: 0!important;
    padding: 15px;
    border-top: 0;
    box-shadow: 0 0 5px #004344 inset;
    border-radius: 0 0 10px 10px
}

ul.choose_system_child {
    list-style: disc;
    margin-left: 18px
}

ul.choose_system_child li {
    line-height: 2;
    font-size: 15px
}

section.fund_manager.right_order_mgmt p {
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

.banner_area.market_place {
    background-image: url(../images/service-marketplace.jpg)
}

.banner_area.market_place h1 {
    color: #06b1cc;
}

.banner_area.market_place .req_quote {
    background: linear-gradient(to bottom, #00d6f8, #006b7c)
}

.banner_area.market_place a:hover {
    background: #06b1cc;
}

.banner_area.market_place h2.fund_sec_heading {
    font-size: 30px;
    text-transform: capitalize;
}

.banner_area.market_place h2.fund_sec_heading span {
    font-size: 20px;
    color: #000;
}

section.know_crypto_fund.intro_serv_mart .section_heading {
    color: #fff;
    margin-bottom: 1em;
}

section.know_crypto_fund.intro_serv_mart .section_heading:after {
    background-color: #fff;
}

section.know_crypto_fund.intro_serv_mart {
    background-image: unset;
    background-color: #007ca4;
    color: #fff;
}

section.know_crypto_fund.intro_serv_mart p {
    color: #fff;
}

section.fund_manager.why_service {
    background-color: #f7f7f7;
    margin: 0;
    padding: 2em 0;
}

section.fund_manager.why_service p {
    color: #313566;
}

.key_modules.modules_smp ul li h3 span {
    display: block;
    margin-top: 10px;
}

section.categ_sect.key_to_use {
    background: 0;
}

section.categ_sect.key_to_use .section_heading {
    color: #393939;
}

section.categ_sect.key_to_use ul li {
    flex: 1;
    border-radius: 30px;
    box-shadow: 0 22px 31px 0 rgba(116, 116, 116, .16);
    margin-left: 3em;
    padding: 25px;
}

section.categ_sect.key_to_use ul li p {
    color: #313566;
}

section.categ_sect.key_to_use ul li h3 {
    color: #313566;
}

section.categ_sect.key_to_use ul li .thumbnail_img img {
    max-width: 100%;
}

section.categ_sect.key_to_use h3 {
    margin-bottom: 10px;
    color: #000;
}

section.benefit_feat.using_ervice:after,
section.benefit_feat.using_ervice:before {
    display: none;
}

section.benefit_feat.using_ervice {
    background: linear-gradient(45deg, #3b0382, #3b038238);
    color: #fff;
}

section.benefit_feat.using_ervice ul {
    list-style: decimal;
    margin-top: 30px;
}

section.benefit_feat.using_ervice h3 {
    font-size: 25px
}

section.benefit_feat.using_ervice .tittle-line1 {
    width: 100px;
    height: 2px;
    background: #00d6f8;
}

section.benefit_feat.using_ervice .tittle-line2 {
    width: 150px;
    height: 2px;
}

section.benefit_feat.using_ervice.business_models {
    background: 0;
    color: inherit;
}

section.benefit_feat.using_ervice.business_models ul.bm_ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 -10px;
}

section.benefit_feat.using_ervice.business_models ul.bm_ul li {
    flex: 1 1 auto;
    text-align: center;
    border: #8463b0 solid 3px;
    margin: 10px;
    padding: 15px;
    box-shadow: 2px 5px #8462ad;
    background: #a881da;
    color: #fff;
    border-style: ridge;
}

section.benefit_feat.using_ervice.business_models ul.bm_ul li h3 {
    background: linear-gradient(45deg, transparent, #400a85, transparent);
    font-size: 20px;
    padding: 7px 0;
}

span#span_mega {
    display: none;
}

.why-choose-column {
    background: 0 0 no-repeat padding-box #fff;
    box-shadow: 1px 3px 6px #00000029;
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 15px;
    display: flex;
    align-items: flex-start;
    height: auto;
}

.why-choose-column .why-text {
    flex: 1;
    position: static;
}

.why-choose-column .why-text h3 {
    font-size: 16px;
    text-align: left;
}

.why-choose-column img {
    max-width: 55px;
    margin-right: 10px;
    max-height: 55px;
}

.why-text h2 {
    letter-spacing: 0;
    color: #363636;
    font-size: 20px;
    font-family: Poppins, sans-serif;
    font-weight: 600;
}

.why-text p {
    text-align: left;
    letter-spacing: 0;
    color: #363636;
    font-size: 14px;
    font-weight: 300;
    margin: 0;
}

.provide_cutting_headi {
    color: #444;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}

.anch_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .7s;
}

.silider-domain:hover .anch_overlay {
    visibility: visible;
    opacity: 1
}

.anch_overlay svg {
    max-width: 40px;
    width: 100%;
}

.anch_overlay .anch_childs {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    transition: all .8s;
    position: relative;
}

.anch_childs:after {
    content: "";
    width: 90%;
    height: 90%;
    position: absolute;
    border: 4px solid #fff;
    border-style: double;
}

.anch_childs a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #000;
    flex-direction: column;
    padding: 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.silider-domain:hover .anch_overlay .anch_childs:first-child {
    margin-left: 0;
    background: rgba(247, 161, 22, .95);
}

.silider-domain .anch_overlay .anch_childs:first-child {
    margin-left: -200%;
}

.silider-domain {
    position: relative
}

.silider-domain .anch_overlay .anch_childs:last-child {
    margin-right: -200%;
}

.silider-domain:hover .anch_overlay .anch_childs:last-child {
    margin-right: 0;
    background: rgba(12, 216, 248, .95);
}

.banner_area {
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    min-height: 700px;
    background-color: #f1fffd;
}

.fleet_banner {
    background-image: url(../images/fleet-banner.jpg);
    background-size: contain;
    background-position: center right;
}

.fleet_banner h1 {
    color: #4d89ff;
}

.fleet_banner h2 {
    color: #000;
}

/* .banner_area h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: capitalize;
} */

.banner_area h2 {
    font-size: 22px;
    font-weight: 300;
    /* text-transform: capitalize; */
    margin: 1em 0 1.3em;
}

/* .banner_area .req_quote,
.req_quote_fleet .req_quote {
    border-radius: 8px;
    background: linear-gradient(to bottom, #4d89ff, #274580);
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #f6f6f6;
    padding: 10px 15px;
    max-width: 292px;
    max-height: 51px;
    width: 100%;
} */

.banner_area .req_quote,
.req_quote_fleet .req_quote {
    border-radius: 8px;
    background: linear-gradient(to bottom, #4d89ff, #274580);
    display: inline-block;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    color: #f6f6f6;
    padding: 10px 15px;
    min-width: 200px;
    align-self: baseline;
}

.banner_area .req_quote:hover,
.req_quote_fleet .req_quote:hover {
    background: #4d89ff;
}

.para_style {
    font-size: 22px;
    font-weight: 300;
    color: #313566;
    margin: 0;
}

.small_p_style {
    font-size: 18px;
}

.para_style a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}


.section_heading {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #393939;
    margin-bottom: 1em;
    position: relative;
    text-transform: capitalize;
}

.section_heading.heading_after:after {
    content: "";
    height: 3px;
    width: 150px;
    background-color: #f79c14;
    position: absolute;
    bottom: -15px;
    left: 0;
    border-radius: 5px;
}

.key_modules .section_heading.heading_after:after {
    left: 50%;
    transform: translate(-50%);
}

.client_deliv .section_heading.heading_after:after {
    left: 50%;
    transform: translate(-50%);
    background-color: #f6f6f6;
}

.heading_after_center:after {
    left: 50%!important;
    transform: translate(-50%);
}

.best_fleet {
    background-color: #edffff;
    padding: 3em 0;
}

.client_require,
.fleet_assets,
.intero_area,
.key_modules,
.vehicle_mgmt_feat {
    padding: 2em 0;
}

.fleet_assets .assets_row_col {
    display: table;
    border-collapse: separate;
    border-spacing: 50px 0;
}

.fleet_assets .assets_group {
    display: table-row;
}

.fleet_assets .asset_keys {
    border-radius: 31px;
    box-shadow: 0 22px 31px 0 rgba(116, 116, 116, .16);
    background-color: #fff;
    text-align: center;
    padding: 25px;
    max-width: 750px;
    display: table-cell;
}

.client_require.key_benefits img {
    max-width: 90%;
}

.sec_sub_heading {
    font-size: 16px;
    color: #313566;
    font-weight: 600;
    margin: 0 0 .5em;
}

.feat_img.rounded-circle {
    width: 162px;
    height: 162px;
    background-color: #4d89ff;
    padding: 40px;
    display: FLEX;
    align-items: CENTER;
    justify-content: CENTER;
}

.vehicle_mgmt_feat ul {
    display: flex;
    padding: 0;
    margin: 0;
    min-width: 0;
    flex-wrap: wrap;
}

.vehicle_mgmt_feat ul li {
    display: flex;
    align-items: center;
    flex: 0 0 50%;
    margin-bottom: 1.5em;
}

.feat_cont h4 {
    font-size: 30px;
    font-weight: 500;
    color: #4d89ff;
}

.feat_cont {
    margin-left: 20px;
    flex: 0 0 75%;
}

.feat_cont p {
    max-width: 85%;
}

.key_modules ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.key_modules ul li {
    flex: 0 0 32%;
    min-width: 0;
    text-align: center;
    border-radius: 18px;
    box-shadow: 0 13px 27px 0 rgba(201, 201, 201, .32);
    background-color: #fff;
    padding: 25px;
    margin-bottom: 1.5em;
}

.client_require ul li {
    font-size: 22px;
    color: #313566;
    margin-bottom: .9em;
    position: relative;
    padding-left: 1.5em;
}

.client_require ul li:before {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #4d89ff;
    content: "";
    left: 0;
    top: 8px;
    border-radius: 50%;
}

.client_deliv {
    background-color: #4d89ff;
    padding: 3em 0
}

.client_deliv h2,
.client_deliv p {
    color: #f6f6f6
}

.req_quote_fleet {
    padding: 3em 0
}

.req_quote_fleet .req_quote.contact {
    background: 0;
    border: solid 3px #2a4b8b;
    color: #2a4b8b;
    padding: 7px 15px;
}

.fleet_benefits img {
    max-width: 900px;
}

.amadeus-color {
    color: #07699e!important
}

.best_fit_img {
    display: flex;
    max-width: 800px;
    justify-content: space-between;
    margin: 0 auto
}

.best_fit_img img {
    max-width: 200px
}

.amadeus-bg-color {
    background-color: #07699e!important
}

.client_require.other_api_serv {
    padding: 2em 0;
}

.banner_area.amadeus_banner {
    background-image: url(../images/amadeus.jpg)
}

.banner_area.amadeus_banner .req_quote {
    background: linear-gradient(to bottom, #2cc8f6, #07699e)
}

.intero_area.intro_amadeus {
    background-color: rgba(7, 105, 158, .06);
    padding: 2em 0;
}

.client_require.amad_services {
    background: url(../images/ama_serv.png);
    background-size: 75% 90%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5em 0 1em
}

.smp_niche_ideas.ama_features {
    background-color: transparent;
    background: url(../images/ama_feat.png);
    background-size: 75% 85%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 5em 0 1em
}

.img_ama_box {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #07699e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 15px solid #ccc;
}

.smp_niche_ideas.ama_features ul li {
    flex: 0 0 24%
}

.client_require.other_api_serv ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 1em auto 0
}

.client_require.other_api_serv.ama_benefits ul {
    display: inline-block;
    column-count: 2;
    max-width: 100%;
    margin: 0
}

.client_require.other_api_serv ul li {
    color: #fff;
    flex: 0 0 48.5%;
    min-width: 0
}

.client_require.other_api_serv ul li a {
    color: #fff
}

.client_require.other_api_serv .heading_after:after,
.client_require.other_api_serv ul li:before {
    background-color: #fff
}

.care-fit-banner {
    background-image: url(../images/care-fit-banner.jpg)
}

.careFit-color {
    color: #6370aa!important
}

.careFit-bg-color {
    background-color: #6370aa!important
}

.client_require.cost_of_CF,
.intero_area.intro_carefit {
    background-color: #e4e7f0;
    padding: 2em 0
}

.client_require.cost_of_CF .para_style a,
.intero_area.intro_carefit {
    color: #313566
}

.smp_niche_ideas.CF_solut_tool {
    background-color: transparent
}

.smp_niche_ideas.CF_solut_tool ul li {
    flex: 0 0 19.5%
}

.best_part_of_CF {
    text-align: center
}

.best_part_of_CF h2 {
    padding: .7em 0;
    font-size: 50px;
    font-weight: 700;
    margin: 0;
    color: #313566
}

.best_part_of_CF h3 {
    font-size: 30px;
    color: #fff;
    margin: 0
}

.callus_CF {
    padding: 1em 0
}

.callus_CF h3 a {
    color: #fff
}

.form_holder {
    margin-bottom: 2em
}

.req_quote_banner {
    background-image: url(../images/req_quote_banner.jpg);
    min-height: 500px
}

.req_quote_banner h1 {
    margin-top: 20px
}

.form_holder ul.coonect_with {
    display: flex;
    justify-content: space-around;
    margin: 1.5em 0 2.5em
}

.form_holder .form_shadow {
    border-radius: 30px;
    box-shadow: 0 41px 51px 0 rgba(122, 122, 122, .16);
    background-color: #fff;
    padding: 2em;
    margin-top: -15em;
    position: relative
}

#reqQuote_form .form-row input,
#reqQuote_form .form-row select {
    width: 100%;
    max-width: 100%;
    height: 45px;
    padding: 10px 10px;
    border-radius: 4px;
    background-color: #fff
}

#reqQuote_form .form-row .form-control:focus {
    border-color: #ced4da
}

#reqQuote_form .form-row textarea {
    width: 100%;
    border-radius: 0;
    max-width: 100%;
    resize: none;
    border-radius: 4px
}

.form_holder ul.coonect_with li>a {
    background: #00d6f8;
    display: inline-block;
    padding: 10px;
    height: 75px;
    width: 75px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
    background-color: #00d6f8
}

.form_holder ul.coonect_with li h5 {
    font-size: 18px;
    font-weight: 400;
    color: #313566;
    margin: 10px 0 0
}

.form_holder ul.coonect_with li {
    margin: 0 10px
}

.form_holder ul.coonect_with li a svg {
    max-width: 50px;
    height: 50px
}

.budget-known .custom-control-label::before {
    top: -3px;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: transparent;
    border-radius: 4px;
    border: solid 1px #707070;
    z-index: 3;
}

.budget-known .custom-control-label {
    /* margin-left: 15px; */
    font-size: 20px;
    color: #313566;
    padding-left: 45px;
    cursor: pointer;
}

.custom-control-label::after {
    position: absolute;
    top: 3px;
    left: 5px;
    display: block;
    width: 1em;
    height: 1em;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.budget-known .custom-control-input:checked~.custom-control-label::before {
    background-color: #0bd8f8;
    border: 0
}

.custom-control.custom-checkbox {
    display: flex;
    padding: 0;
}

#reqQuote_form {
    position: relative
}

#reqQuote_form .form-row input#isBudgetNotKnow {
    width: auto;
    max-width: 20px
}

.form-group.col-md-12.budget-group label {
    text-align: left;
    display: inherit;
    margin-bottom: 20px;
    font-size: 20px
}

.form-group.budget-group input {
    bottom: 0;
    left: 0
}

button.btn.btn-primary.form_validation {
    background: #0bd8f8;
    border: 0;
    border-radius: 8px;
    background-image: linear-gradient(to bottom, #00d6f8, #00a4be);
    padding: 8px 15px;
    min-width: 250px;
    font-size: 20px;
    font-weight: 600;
    color: #f6f6f6
}

.soacial_way ul {
    display: flex;
    justify-content: center
}

.soacial_way {
    width: 100%
}

.soacial_way ul li {
    margin: 0 10px
}

.soacial_way ul li img {
    max-width: 50px
}

.form_shadow h3 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    color: #313566
}

.form_shadow h4 {
    position: relative;
    display: inline-block;
    top: -27px;
    background: #fff;
    z-index: 9;
    margin: 0;
    padding: 0 20px;
    font-size: 18px;
    font-weight: 400;
    color: #313566
}

.form_shadow hr {
    border-color: rgba(122, 122, 122, .16)
}

.us_in_num {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #00d6f8;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    top: 0;
    right: 133px;
    height: 75px;
    transition: all 1.2s;
    z-index: -3;
    width: 150px;
    transform: scale(0)
}

.us_in_num a {
    color: #fff;
    font-size: 14px;
    display: block
}

.form_holder ul.coonect_with li.call_us {
    position: relative
}

.form_holder ul.coonect_with li.call_us:hover {
    overflow: visible!important
}

.form_holder ul.coonect_with li.call_us:hover .us_in_num {
    z-index: 0;
    right: -137px;
    transform: scale(1);
    transition: all 1.2s
}

.form_holder ul.coonect_with li.call_us .us_in_num a:hover {
    color: #000
}

div#thanks-msg {
    width: auto;
    height: 100%;
    background: #fff;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9
}

.amusement_banner {
    background-image: url(../images/amusement_banner.jpg)
}

.amusement_banner .req_quote,
.bc_verify_banner .req_quote {
    background: 0;
    border: 1px solid
}

.amusement_banner .req_quote:hover {
    color: #85a132;
    background: #fff
}

.travelport_banner {
    background-image: url(../images/travelport-banner.jpg)
}

.travelport_banner h1 {
    color: #313566
}

.travelport_banner .req_quote {
    background: #313566
}

.travelport_banner .req_quote:hover {
    background: #495fa6
}

.intero_area.travelport_api {
    background: url(../images/travel-api-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px
}

.intero_area.travelport_api img {
    max-width: 100%
}

.benefits_travelport {
    padding: 1.5em 0
}

.benefits_travelport ul li {
    border-radius: 184px;
    background-color: #ffb948;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    margin: 10px;
    text-align: center;
    padding: 10px 25px
}

.benefits_travelport ul li span {
    font-size: 18px;
    text-align: center;
    color: #313566
}

.benefits_travelport ul {
    display: flex
}

.benefits_travelport .section_heading.heading_after:after {
    left: 50%;
    transform: translate(-50%);
    background-color: #313566
}

.client_require.key_benefits .section_heading span {
    text-transform: lowercase
}

.pop_form {
    min-width: 300px;
    position: absolute;
    margin-left: -600px;
    transition: all 1s;
    top: -100px;
    opacity: 0;
    z-index: 1
}

.tnx-msg * {
    color: #00a8b0;
    text-align: center;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
    font-weight: 600
}

.pop_form form#contact-form1 {
    width: 100%;
    padding: 20px;
    min-height: 415px;
    position: absolute;
    top: 0;
    left: -5px;
    border-radius: 0 10px 10px 0;
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px #ccc
}

.pop_form form#contact-form1 .form-control {
    font-size: 12px;
    border-radius: 2px;
    resize: none
}

.form-control:focus {
    border-color: #e2e2e2
}

.pop_form form#contact-form1 label {
    margin-bottom: 0;
    font-size: 12px
}

.float_form {
    position: fixed;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    padding: 5px 0;
    z-index: 9;
    border-radius: 0 5px 5px 0
}

.pop_form.open-form {
    margin-left: 0;
    opacity: 1
}

a#close-form {
    position: absolute;
    right: 10px;
    z-index: 99;
    top: 10px
}

a#close-form img {
    max-width: 30px
}

.float_form ul li img {
    max-width: 40px
}

.float_form ul li {
    margin-bottom: 5px;
    position: relative
}

.float_form ul li:last-child {
    margin-bottom: 0
}

.pop_form form#contact-form1 .btn-success {
    color: #fff;
    background-color: #00a8b0;
    border-color: #00a8b0;
    padding: 3px 15px
}

.pop_form form#contact-form1 input.invalid,
.pop_form form#contact-form1 select.invalid,
.pop_form form#contact-form1 textarea.invalid {
    border: red solid 1px!important
}

.pop_form form#contact-form1 .form-group {
    position: relative
}

.pop_form form#contact-form1 .form-group .error_show {
    font-size: 12px;
    position: absolute;
    text-align: right;
    width: 100%
}

.call_us_pop {
    position: absolute;
    width: 130px;
    background: #cd3b00;
    padding: 5px;
    top: 0;
    transition: all 1s;
    z-index: -1;
    transform: scale(0);
    transform-origin: left;
    height: 40px;
    line-height: 14px
}

.call_us_pop a {
    color: #fff;
    font-size: 12px;
    font-weight: 600
}

.float_form ul li:nth-child(2) {
    position: relative
}

.float_form ul li:nth-child(2):hover .call_us_pop {
    transform: scale(1);
    margin-left: 40px
}

.float_form ul li:nth-child(2) .call_us_pop a:hover {
    color: #afc5f4
}

.pop_form form#contact-form1 input.valid,
.pop_form form#contact-form1 select.valid,
.pop_form form#contact-form1 textarea.valid {
    border: #00a8b0 solid 1px!important;
    transition: all 1s
}

#campaign-alert {
    transition: all .5s
}

.arrows_div {
    top: -35px;
    position: absolute
}

.open_float,
.close_float {
    cursor: pointer
}

.removeFloat {
    margin-left: -500px;
    transition: all 1.5s;
    margin-right: 25px
}
.float_arrow {
    position: absolute;
    background: #f79a13;
    padding: 5px;
    border-radius: 0 10px 10px 0;
    color: #fff;
    width: 20px;
    cursor: pointer;
    text-align: right;
    transition: all .5s
}

.open_float:hover {
    width: 35px;
    transition: all .5s
}

.bc_verify_banner {
    background-image: url(../images/tradetrust-bg.jpg)
}

.bc_verify_banner h1 {
    line-height: 55px
}

.bc_verify_banner h1 strong {
    color: #fcd605;
    font-weight: 700;
    font-size: 50px
}

.bc_verify_banner .req_quote:hover {
    color: #252f84;
    background: #fff;
    border-color: transparent
}

.digi_verif_sys img {
    max-width: 85%;
    margin: 0 auto;
    display: block
}

.client_require.other_api_serv.spe_feat,
.digi_verif_sys {
    padding: 2em 0
}

.digi_verif_sys h3 {
    font-size: 24px;
    font-weight: 600;
    color: #353535
}

.tradetrust {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em 0
}

.tradetrust_verfi {
    border-radius: 6px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .16);
    padding: 2em
}

.bc_verify_color {
    color: #1e2873
}

.spe_feat-bg-color {
    background-color: #1e2873
}

.hs_verify {
    background-color: #e8eaff;
    padding: 2em 0
}

.client_require.other_api_serv.spe_feat ul {
    max-width: 100%;
    column-count: 2;
    display: block
}

.bc_driven {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding: 2em 0
}

.bc_driven ul {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    max-width: 70%;
    margin: 3em auto 0
}

.bc_driven ul li {
    margin: 0 1em
}

.certi_img {
    border-radius: 4px;
    border: solid 2px #1e2873;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 2em
}

.smp_niche_ideas.blockchain_why_choose_us ul li {
    flex: 0 0 32%;
    border-radius: 15px;
    box-shadow: 0 6px 19px 0 rgba(88, 88, 88, .16);
    padding: 1em
}

.smp_niche_ideas.blockchain_why_choose_us ul li:nth-child(n+4) {
    margin-bottom: 0
}

.smp_niche_ideas.blockchain_why_choose_us,
.smp_niche_ideas.building_trust {
    background-color: transparent
}

.smp_niche_ideas.building_trust ul li {
    flex: 0 0 24%;
    border-radius: 15px;
    box-shadow: 0 6px 19px 0 rgba(88, 88, 88, .16);
    padding: 1em
}

.client_require.why_blockchain {
    background-color: #e8eaff;
    padding: 2em 0
}
.client_require.why_blockchain ul li:before {
    background: #1e2873
}

.otheruse_bc,
.technology_used {
    padding: 2em 0
}

.otheruse_bc ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2em
}

.otheruse_bc ul li {
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid #fff;
    margin: 0 .5em;
    text-align: center
}
.otheruse_bc ul li:first-child {
    margin-left: 0
}

.otheruse_bc ul li:last-child {
    margin-right: 0
}

.client_require.other_api_serv.spe_feat .heading_after:after {
    background-color: #f79c14
}
.tradetrust .para_style span {
    color: #000;
    text-transform: capitalize;
    font-weight: 600
}

.filter_heading {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 3em 0 1em;
    min-height: 45px;
    align-items: center
}

.filter_heading h1 {
    font-size: 40px;
    font-weight: 600;
    color: #f89d21;
    border-bottom: 2px solid #ccc;
    padding: 0 20px;
    margin: 0
}

.filter_heading .dropdown {
    position: absolute;
    right: 0;
    z-index: 1
}

.filter_heading .dropdown .dropdown-menu {
    border-radius: 10px
}

.filter_heading .dropdown .dropdown-menu a.active,
.filter_heading .dropdown .dropdown-menu a:hover {
    background-color: #02d6f7
}

.casestudies_all {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap
}

.not-active {
    pointer-events: none;
    cursor: not-allowed;
    text-decoration: none;
    color: #000
}

.casestudies {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 0 calc(100% - 20px);
    margin: 10px
}

.casestudies:nth-child(3n) {
    margin-right: 0
}

.casestudies_all_img_boxs {
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    height: 175px;
}

.casestudies_all_img_boxs img {
    width: 100%
}

.casestudies_all_bottom h2 {
    font-size: 18px;
    font-weight: 600;
    color: #2a2a2a
}

.casestudies_all_bottom {
    box-shadow: 0 9px 20px 0 rgba(187, 187, 187, .25);
    background-color: #fff;
    padding: 15px;
    border-radius: 15px;
    min-height:200px;
}

.casestudies_all_bottom p {
    position: relative;
    margin: 0;
    font-size: 15px
}

.casestudies_all_bottom p a {
    border-radius: 30px;
    background-color: #f79b14;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: normal;
    color: #fff;
    padding: 7px 20px;
    display: block;
    margin-top: 1em;
    max-width: 120px;
    text-align: center
}

a#dropdownFilter {
    box-shadow: 0 0 5px 2px rgba(187, 187, 187, .45);
    background-color: #fff;
    padding: 7px 20px;
    border-radius: 12px;
    color: #333
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

/* .case_study2_banner {
    height: 700px
} */

section.blog_sec2.case_study2_banner {
    height: 680px;
    min-height: auto;
    padding: 40px 0;
}
section.blog_sec2.case_study2_banner .blog_sec2_left {
    /* min-height: 450px; */
    padding-right: 8rem;
    height: 100%;
}

.case_study2_banner:before {
    background-image: linear-gradient(to right, #083db2, #210d04)
}

.casestudy2_overcoming_section .overcoming_left p {
    padding-top: 15px;
    margin: 0
}

.casestudy2_solution_approach .solution_left p {
    font-size: 16px;
    padding-right: 0;
    line-height: 36px;
    margin: 0
}

.case_study3_banner {
    background-image: linear-gradient(to right, #f89b1c, #05afef);
    padding: 40px 0;
}

/* .case_study3_banner .blog_sec2_left {
    padding-top: 30px
} */
.case_study3_banner .blog_sec2_left {
    padding-top: 0px
}

.casestudy3_process_sec img {
    width: 100%
}

.casestudy2_salient_sec p {
    font-size: 18px
}

.casestudy3_solution_left p {
    font-size: 16px;
    padding-right: 0;
    margin: 0;
    line-height: 33px
}

.casestudy3_salient_sec p {
    padding-top: 30px;
    font-size: 16px;
    line-height: 30px
}

.casestudy3_salient_sec h3 {
    font-size: 32px
}

.casestudy3_overcoming_section {
    padding: 60px 0 10px
}

.casestudy2_overcoming_section {
    padding: 30px 0
}

.casestudy3_overcoming_section .overcoming_left p {
    padding-top: 10px
}

.casestudy3_solution_approach {
    padding: 10px 0 20px
}

.col_ul {
    display: flex;
    flex-wrap: wrap
}

.col_ul .col_li {
    flex: 0 0 20%;
    border: #eee solid 1px;
    text-align: center;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 200px
}

.col_li:hover {
    background: #fff;
    transition: .3s;
    box-shadow: 0 7px 21px rgb(0, 0, 0, .15)
}

h2.robotics_tools_h2 {
    font-size: 20px;
    font-weight: 700;
    flex: 0 0 100%;
    margin: 0;
    background: #0f084d;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 10px 0;
    margin-top: 20px;
    color: #fff
}

.col_ul .col_li .robotic_img {
    margin: 0
}

.mpt_banner {
    background-image: url(../images/mpt_banner.jpg);
    background-color: #f8fcff;
    background-size: contain!important
}

.mpt_banner h1,
.mpt_banner h2 {
    color: #e88379
}

.mpt_banner .req_quote {
    background: linear-gradient(to bottom, #ad94f2, #3f2380)
}

.mpt_banner .req_quote:hover {
    background: #ad94f2
}

.mpt_sync,
.tech_support_mpt {
    background: #6ca4f4;
    margin-top: 1em;
    padding: 1.5em 0!important
}

.downloads_3d_car {
    padding: 2em 0
}

.downloads_3d_car ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.downloads_3d_car ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 7em
}

.downloads_3d_car ul li h3 {
    font-size: 25px;
    color: #463080;
    margin: 0;
    margin-top: 10px
}

.downloads_3d_car ul li img {
    max-width: 125px
}

.downloads_3d_car ul li span {
    font-size: 25px;
    font-weight: 700
}

.pink_circle ul li:before {
    background: #669cea
}

.tech_support_mpt ul {
    column-count: 2;
    max-width: 70%;
    margin: 0 auto
}

.tech_support_mpt ul li {
    color: #fff
}

.tech_support_mpt ul li:before {
    background: #fff
}

.intero_area h3+ul {
    column-count: 2;
    margin-top: 0;
    list-style: disc;
    padding-left: 18px
}

.intero_area h3+ul li {
    font-size: 14px;
    margin-bottom: 5px;
    color: #313566
}

.intero_area .para_style+h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 20px
}

.review_3d_car {
    padding: 2em 0
}

.review_3d_car ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.review_3d_car ul li {
    border-radius: 18px;
    box-shadow: 0 13px 27px 0 rgba(201, 201, 201, .32);
    background-color: #fff;
    flex: 0 0 31.5%;
    padding: 15px;
    text-align: center
}

.rating_star span {
    color: #ffc107
}

.review_3d_car ul li h3 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #313566;
    margin: 0;
    margin-top: 15px
}

.review_3d_car ul li p {
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #0e263f
}

.review_3d_car ul li p .fa-heart {
    color: #ff5023
}

.banner_om_stream {
    background: #444 url(../images/onms-banner.jpg)
}

.banner_cs {
    background-image: url(../images/3d-bann.jpg)
}

.cs_main {
    padding: 2em 0
}

.challanges {
    background-color: #fff4d9;
    padding: 1.5em 0
}

.business_req {
    padding: 1.5em 0
}

.config_results .email_subscribe h2 {
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize
}

.config_results .email_subscribe p {
    color: #ccc;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize
}

.email_subscribe input[type=submit]:focus,
.email_subscribe input[type=text]:focus {
    outline: 0
}

.email_subscribe input[type=text]:focus {
    border: 1px solid #fccb5c
}

.email_subscribe input[type=text] {
    color: #000
}

.email_subscribe input[type=submit],
.email_subscribe input[type=text] {
    width: 100%;
    padding: 12px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 5px
}

.email_subscribe input[type=submit] {
    background-color: #fccb5c;
    color: #fff;
    border: 0;
    cursor: pointer
}

.email_subscribe input[type=submit]:hover {
    background: linear-gradient(to right, #f79713 0, #f9d423 106%)
}

.td_car_benefits {
    background: url(../images/3d-car3.jpg);
    padding: 2em 0;
    background-size: cover
}

.onms_benefits {
    background: url(../images/onms-benefits.jpg);
    background-size: 100%
}


.td_car_benefits * {
    color: #fff
}

.td_car_benefits ul {
    list-style: disc;
    padding-left: 15px
}

.td_car_benefits ul li {
    margin-bottom: 10px;
    color: #fff
}

.email_subscribe {
    background: #fff4d9;
    padding: 40px;
    max-width: 350px;
    margin: 0 auto;
    width: 100%
}

.business_req ul {
    list-style: disc;
    padding-left: 18px
}

.config_highlightd {
    padding: 2em 0
}

.config_highlightd ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.config_highlightd ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 32%
}

.config_highlightd ul li span {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #000;
    display: block;
    margin-top: 15px
}

.ML_banner {
    background: linear-gradient(45deg, #003c71, #408cd0 45%, #003c71)
}

.ML_banner.banner_area .req_quote {
    font-size: 16px;
    font-weight: 600;
    color: #3882c4;
    background: #fff;
    line-height: 25px
}

.iot_serv_sec.ml_serv_sec {
    min-height: 0
}

.iot_consult_services.ml_solutions ul li {
    flex: 0 0 49.5%;
    padding: 1em;
    font-size: 14px;
    margin: 0 5px 10px 0;
    background: #e2e2e24d;
    box-shadow: 1px 1px 3px #cccccc9e;
    border-radius: 5px;
    position: relative
}

.iot_consult_services.ml_solutions ul li:before {
    content: '';
    width: 10px;
    height: 100%;
    background: linear-gradient(to right, #11191f2b, transparent);
    position: absolute;
    left: 0;
    top: 0
}

.iot_consult_services.ml_solutions ul li:after {
    content: '';
    width: 10px;
    height: 100%;
    background: linear-gradient(to left, #11191f2b, transparent);
    position: absolute;
    right: 0;
    top: 0
}

.iot_consult_services.ml_solutions ul li:nth-child(2n) {
    margin-right: 0
}

.iot_consult_services.ml_solutions ul li b {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: #074f88
}

.iot_consult_services.ml_solutions ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.ml_platforms ul li {
    flex-direction: column;
    padding: 1em!important;
    height: 120px;
    position: relative
}

.ml_platforms ul li h4 {
    width: 100%;
    transform-origin: center;
    font-size: 18px!important;
    text-align: center;
    transition: all 1.5s;
    position: absolute;
    bottom: 35px
}

.ml_platforms ul li p {
    transform: scale(0);
    transition: all 1.5s;
    position: absolute;
    bottom: 15px;
    transform-origin: center;
    margin: auto;
    width: 90%
}

.ml_platforms ul li:hover p {
    transform: scale(1);
    position: absolute;
    bottom: 15px;
    transform-origin: center;
    margin: auto;
    width: 90%
}

.ml_platforms ul li:hover h4 {
    transform: scale(0)
}

.process {
    width: 100%;
    padding: 0 15px;
    text-align: center
}

.process__item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    position: relative;
    padding: 15px;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.process__item:hover {
    background: linear-gradient(to top, rgb(1 60 113 / .2), transparent)
}

.process__item:hover .process__number {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    color: #003c71
}

.process__number {
    font-size: 90px;
    -webkit-text-stroke: 1px #003c71;
    display: block;
    color: transparent;
    font-weight: 700;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out
}

.process__title {
    display: block;
    font-weight: 700;
    letter-spacing: 1.5px;
    font-size: 18px;
    color: #003c71;
    text-transform: uppercase
}

.process__subtitle {
    display: block;
    font-size: 14px;
    color: #8c8c8c;
    margin-top: 15px;
    line-height: 1.5
}

.AI_banner {
    background: linear-gradient(to right, #7a66a2, #7a66a27a, #7a66a2)
}

.AI_banner.banner_area .req_quote {
    font-size: 16px;
    font-weight: 500;
    color: #a7dcea;
    background: #fff;
    line-height: 25px
}

.iot_serv_sec.ai_serv_sec {
    min-height: 375px
}

.serv_cate.ai_services ul {
    flex: 1;
    column-count: 2
}

.ai_need ul {
    display: flex;
    font-size: 12px;
    margin-top: 5em
}

.ai_need ul li h4 {
    font-size: 14px;
    color: #606060;
    margin: 0;
    margin-top: 25px;
    width: 100%
}

.ai_need {
    padding: 3em 0
}

.ai_need ul li {
    padding: 2em 1em;
    border: 1px solid #cac5c561;
    margin-right: 1em;
    flex: 1;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 0 #cac5c5;
    border-radius: 3px;
    position: relative;
    transition: all .5s
}

.ai_need ul li:last-child {
    margin: 0
}

.ai_need ul li span {
    position: absolute;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -50px;
    background: #fff;
    padding: .5em;
    left: 50%;
    transform: rotate(0) translate(-50%, 15px);
    border: 1px solid #cac5c561;
    border-radius: 3px;
    box-shadow: 0 2px 3px #cac5c5;
    transform-origin: center
}

.ai_need ul li span img {
    max-width: 35px;
    transform-origin: center
}

.ai_need ul li:hover {
    border: 1px solid transparent;
    box-shadow: none;
    background: #efefef;
    transition: all .5s
}

.ai_need ul li:hover span {
    transform: rotate(45deg) translate(-50%, 15px);
    border: 1px solid transparent;
    box-shadow: none;
    background: #efefef;
    transition: all .5s;
    top: -22px
}

.ai_need ul li:hover span img {
    transform: rotate(-45deg);
    transition: all .5s
}

.ai_need h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 1.5em
}

div#case_study_IOT .carousel-inner .carousel-item {
    min-height: 450px
}

.IOT_dev_banner {
    background: linear-gradient(to right, #02284a, #054479, #054275);
}

.IOT_dev_banner.banner_area .req_quote {
    font-size: 16px;
    font-weight: 500;
    color: #012e55;
    background: #fff;
    line-height: 25px
}

.iot_consult_services {
    padding: 2em 0
}

.cloud_computing h2,
.cluod_benefit h2,
.industry_focused h2,
.iot_consult_services h2,
.iot_solutions h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 1.5em
}

.iot_consult_services p {
    font-size: 15px;
    font-weight: 400;
    color: #606060;
    text-align: left;
    margin: 0;
}

.iot_serv_sec {
    min-height: 500px;
    border-radius: 10px;
    border: solid 1px #00aeef;
    background-color: #f3fcff;
    padding: 1em;
    display: inline-block;
    text-align: left
}

.IOT_dev_banner.banner_area .req_quote:hover {
    background: #cdf3ff
}

.serv_cate ul {
    flex: 0 0 48.5%
}

.serv_cate {
    display: flex;
    justify-content: space-between;
    margin-top: 1em
}

.iot_serv_sec h3 span {
    width: 110px;
    height: 110px;
    border-radius: 8px;
    background-color: #cdf3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .7em
}

.iot_serv_sec h3 {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 18px
}

.iot_serv_sec p {
    font-size: 15px;
    font-weight: 400;
    color: #606060;
    margin: 0
}

.industry_focused h4,
.iot_serv_sec ul h4 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a
}

.industry_focused p,
.iot_serv_sec ul li {
    font-size: 15px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a
}

.industry_focused a.nav-link {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    border: 0;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.19;
    text-align: center;
    color: #1a1a1a;
    padding-bottom: 1em;
    text-transform: capitalize
}

.svg_thumb {
    width: 95px;
    height: 95px;
    border-radius: 8px;
    border: solid 1px #00aeef;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .7em
}

.industry_focused .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: space-between
}

.industry_focused .nav-tabs .nav-item.show .nav-link .svg_thumb,
.industry_focused .nav-tabs .nav-link.active .svg_thumb,
.industry_focused .nav-tabs .nav-link:focus .svg_thumb,
.industry_focused .nav-tabs .nav-link:hover .svg_thumb {
    background-color: #00aeef
}

.industry_focused .nav-tabs .nav-item.show .nav-link .svg_thumb svg *,
.industry_focused .nav-tabs .nav-link.active .svg_thumb svg *,
.industry_focused .nav-tabs .nav-link:focus .svg_thumb svg *,
.industry_focused .nav-tabs .nav-link:hover .svg_thumb svg * {
    fill: #fff
}

.industry_focused .nav-tabs .nav-item.show .nav-link,
.industry_focused .nav-tabs .nav-link.active,
.industry_focused .nav-tabs .nav-link:focus,
.industry_focused .nav-tabs .nav-link:hover {
    border: 0;
    color: #00aeef;
    border-bottom: 2px solid #00aeef
}

.idea_2_iot {
    padding: 2em 0;
    background: rgba(84, 42, 211, .06)
}

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

.idea_2_iot form input {
    max-width: 400px;
    width: 100%!important;
    margin-right: 1em;
    border: solid 1px #00aeef;
    background-color: #fff
}

.idea_2_iot form button {
    max-width: 400px;
    width: 100%!important;
    flex: 1;
    border-radius: 4px;
    background-color: #00aeef;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    border: solid 1px #00aeef
}

.idea_2_iot h2 {
    font-size: 26px;
    font-weight: 700;
    color: #1a1a1a
}

.idea_2_iot h3 {
    font-size: 18px;
    font-weight: 400;
    color: #1a1a1a;
    margin: .5em 0 1em
}

.industry_focused {
    padding: 1.5em 0
}

.iot_solutions {
    margin: 2em 0
}

.iot_solutions .col-md-12>ul {
    display: flex;
    justify-content: space-between;
    padding: 5.5em 0;
    position: relative
}

.iot_solutions .col-md-12>ul:after {
    content: '';
    height: 5px;
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #00aeef;
    transform: translate(-50%, -50%);
    z-index: -1
}

.sol_icon {
    width: 81px;
    height: 81px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff
}

.iot_solutions ul li h4 {
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: normal;
    text-align: center;
    color: #1a1a1a;
    position: absolute;
    top: -60px;
    margin: 0;
    display: block;
    white-space: nowrap;
    left: 50%;
    transform: translate(-50%, 0)
}

.iot_solutions ul li {
    position: relative
}

.iot_solutions ul li:nth-child(even) h4 {
    top: 130px
}

.iot_solutions ul li:first-child .sol_icon {
    border-color: #e55454
}

.iot_solutions ul li:nth-child(2) .sol_icon {
    border-color: #25d64e
}

.iot_solutions ul li:nth-child(3) .sol_icon {
    border-color: #ff950a
}

.iot_solutions ul li:nth-child(4) .sol_icon {
    border-color: #e24eff
}

.iot_solutions ul li:nth-child(5) .sol_icon {
    border-color: #54d0e3
}

.iot_solutions ul li:nth-child(6) .sol_icon {
    border-color: #542ad3
}

.iot_solutions ul li:nth-child(7) .sol_icon {
    border-color: #3f69d0
}

.iot_solutions ul li:last-child .sol_icon {
    border-color: #ff7c7c
}

.iot_solutions ul li .sol_icon:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #ccc;
    position: absolute
}

.iot_solutions ul li:nth-child(odd) .sol_icon:before {
    top: -40px;
    left: 40px
}

.iot_solutions ul li:nth-child(even) .sol_icon:before {
    bottom: -40px;
    left: 40px
}

.iot_solutions ul li:first-child .sol_icon:before {
    background: #e55454
}

.iot_solutions ul li:nth-child(2) .sol_icon:before {
    background: #25d64e
}

.iot_solutions ul li:nth-child(3) .sol_icon:before {
    background: #ff950a
}

.iot_solutions ul li:nth-child(4) .sol_icon:before {
    background: #e24eff
}

.iot_solutions ul li:nth-child(5) .sol_icon:before {
    background: #54d0e3
}

.iot_solutions ul li:nth-child(6) .sol_icon:before {
    background: #542ad3
}

.iot_solutions ul li:nth-child(7) .sol_icon:before {
    background: #3f69d0
}

.iot_solutions ul li:last-child .sol_icon:before {
    background: #ff7c7c
}

.iot_solutions ul li .sol_icon:after {
    content: '';
    width: 15px;
    height: 15px;
    background: #ccc;
    border-radius: 50%;
    position: absolute
}

.iot_solutions ul li:nth-child(odd) .sol_icon:after {
    top: -45px;
    left: 33px
}

.iot_solutions ul li:nth-child(even) .sol_icon:after {
    bottom: -45px;
    left: 33px
}

.iot_solutions ul li:first-child .sol_icon:after {
    background: #e55454
}

.iot_solutions ul li:nth-child(2) .sol_icon:after {
    background: #25d64e
}

.iot_solutions ul li:nth-child(3) .sol_icon:after {
    background: #ff950a
}

.iot_solutions ul li:nth-child(4) .sol_icon:after {
    background: #e24eff
}

.iot_solutions ul li:nth-child(5) .sol_icon:after {
    background: #54d0e3
}

.iot_solutions ul li:nth-child(6) .sol_icon:after {
    background: #542ad3
}

.iot_solutions ul li:nth-child(7) .sol_icon:after {
    background: #3f69d0
}

.iot_solutions ul li:last-child .sol_icon:after {
    background: #ff7c7c
}

.solu_more {
    width: 200px;
    min-height: 200px;
    border-radius: 8px;
    box-shadow: 0 6px 20px 0 rgba(0, 0, 0, .1);
    background-image: linear-gradient(133deg, #00aeef 2%, #5dd2ff 99%);
    z-index: 99;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transform-origin: center;
    transition: all 1s;
    left: 50%;
    top: 50%;
    padding: 1em;
    transform: translate(-50%, -50%) scale(0);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    color: #fff
}

.solu_more h6 {
    font-size: 15px
}

.iot_solutions ul li .solu_more:hover,
.iot_solutions ul li:hover .solu_more {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1)
}

.solu_more ul li:before {
    margin-left: 0;
    margin-right: 5px;
    content: '.';
    font-size: 22px;
    line-height: .5;
    font-weight: bolder
}

.solu_more ul li {
    display: flex;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    color: #fff
}

.case_study_IOT {
    background-image: linear-gradient(290deg, #00aeef, #91e0ff);
    padding: 2.5em 0;
    position: relative
}

.case_study_IOT:before {
    content: 'Case Study';
    position: absolute;
    transform: rotate(-90deg) translate(-50%, 0);
    font-size: 75px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: left;
    color: rgba(255, 255, 255, .52);
    left: -160px;
    top: -8%
}

.carousel-indicators {
    bottom: -25px
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%
}

.carousel-item h2 {
    font-size: 26px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}

.carousel-item p {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #fff
}

.iot_serv_sec ul li {
    position: relative;
    padding-left: 1em
}

.iot_serv_sec ul li:before {
    width: 8px;
    height: 8px;
    background-color: #25d64e;
    content: '';
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0
}

.industry_focused h6 {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: center;
    color: #606060;
    margin-bottom: 2em
}

.cs_IOT_img {
    max-width: 390px;
    height: 390px;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}

.carousel-inner .carousel-item {
    opacity: 0;
    transition-duration: 1s;
    transition-property: opacity
}

.carousel-inner .carousel-item-next.carousel-item-left,
.carousel-inner .carousel-item-prev.carousel-item-right,
.carousel-inner .carousel-item.active {
    opacity: 1
}

.carousel-inner .active.carousel-item-left,
.carousel-inner .active.carousel-item-right {
    opacity: 0
}

.carousel-inner .active.carousel-item-left,
.carousel-inner .active.carousel-item-prev,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev,
.carousel-inner .carousel-item.active {
    transform: translateX(0);
    transform: translate3d(0, 0, 0)
}

h2.top_sub_head {
    margin-top: 4em!important
}

.banner_area.blockchain_dev_banner h1 {
    color: #1a1a1a
}

.banner_area.blockchain_dev_banner h2 {
    color: #606060
}

.banner_area.blockchain_dev_banner a.req_quote {
    border-radius: 4px;
    border: solid 1px #fff;
    background: #f89b1c;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    align-self: flex-start;
    flex: 0
}

.hire_blockchain_deve h2,
.key_benefits_blockchain h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 1.5em
}

.benef_box span {
    width: 80px;
    height: 80px;
    background-color: #e4e4e4;
    display: flex;
    align-items: center;
    justify-content: center
}

.benef_box {
    display: flex
}

.benef_cont {
    flex: 1;
    margin-left: 1em
}

.benef_cont h3 {
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.22;
    letter-spacing: normal;
    text-align: left;
    color: #1a1a1a
}

.benef_cont p,
.hire_blockchain_deve p {
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.88;
    letter-spacing: normal;
    text-align: left;
    color: #606060
}

.hire_blockchain_deve,
.key_benefits_blockchain {
    padding: 2.5em 0
}

.banner_area.blockchain_dev_banner {
    background-color: transparent
}

.case_study_IOT.case_study_blockchain:before {
    top: 3%
}

.benef_box span:hover {
    box-shadow: 0 6px 11px 0 rgba(50, 50, 50, .16);
    background-color: #fff
}

.benef_box span:hover svg * {
    fill: #09aeef
}

@font-face {
    font-family: SegoeUI-Bold;
    src: url(../Font/SegoeUI-Bold.eot?#iefix) format('embedded-opentype'), url(../Font/SegoeUI-Bold.woff) format('woff'), url(../Font/SegoeUI-Bold.ttf) format('truetype'), url(../Font/SegoeUI-Bold.svg#SegoeUI-Bold) format('svg');
    font-weight: 400;
    font-style: normal
}

.slider1 {
    background: #f5fbff;
    height: 510px;
    width: 100%;
    position: relative;
    /* font-family: SegoeUI-Bold; */
    padding-top: 50px
}

.slider1 .internet-things-headings {
    position: relative
}

.slider1 .internet-things-headings .heading2 {
    font-size: 84px;
    text-align: center;
    text-transform: uppercase;
    color: #455a64;
    font-weight: 600;
    position: absolute;
    top: 54px;
    width: 100%;
    text-shadow: 2px 2px #fff;
    /* font-family: SegoeUI-Bold */
}

.slider1 .internet-things-headings .border-slide {
    border-bottom: 4px dashed #8f8f8f;
    height: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
    width: 77.3%;
    margin-left: auto;
    margin-right: auto
}

.slider1 .internet-things-headings .water-mark-h1 {
    font-size: 100px;
    text-align: center;
    text-transform: uppercase;
    color: #455a64;
    font-weight: 600;
    opacity: .06
}

.slider1 .internet-things-headings .box1 {
    padding-top: 85px
}

.slider1 .internet-things-headings .box1::before {
    content: '';
    height: 58px;
    width: 4px;
    border-right: 4px dashed #8f8f8f;
    position: absolute;
    right: 0;
    top: 2px;
    left: 0;
    margin: auto
}

.slider1 .internet-things-headings .box1 img {
    width: 90px;
    height: 90px
}

.slider1 .internet-things-headings .box1 h4 {
    color: #455a64;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px
}

.slider2 {
    background: #fff;
    height: 510px;
    width: 100%;
    position: relative;
    /* font-family: SegoeUI-Bold; */
    padding-top: 80px;
    box-shadow: 0 3px 6px #00000029;
    border-top: 1px solid #0000000a;
    border-bottom: 1px solid #0000000a
}

.slider2 h1 {
    color: #0a81d3;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 183px;
    margin-bottom: 20px
}

.slider2 .left-grid .d-flex {
    padding-left: 80px
}

.slider2 .left-grid img {
    width: 150px
}

.slider2 .right-grid img {
    width: 70%
}

.slider2 .right-grid {
    text-align: right;
    padding-right: 19px
}

.slider2 .left-grid ul li {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    line-height: 3
}

.slider3 {
    background: #fff;
    height: 510px;
    width: 100%;
    position: relative;
    /* font-family: SegoeUI-Bold; */
    box-shadow: 0 3px 6px #00000029;
    border-top: 1px solid #0000000a;
    border-bottom: 1px solid #0000000a;
    background-repeat: no-repeat;
    background-position: right
}

.slider3 h1 {
    color: #49748a;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
}

.slider3 .left-grid {
    padding-left: 123px;
    padding-top: 40px
}

.slider3 .left-grid img {
    width: 300px
}

.slider3 .bg-right {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0
}

.slider3 .plane {
    position: absolute;
    right: 50px;
    top: 130px;
    width: 350px
}

.slider3 .right-grid {
    text-align: left;
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0
}

.slider3 .travel-app {
    width: 155px;
    margin-bottom: -9px
}

.slider3 .flower {
    width: 60px
}

.slider3 .left-grid ul li {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    list-style: disc;
    line-height: 2;
    margin-left: 22px
}

.slider3-row {
    height: 510px
}

#earth {
    position: absolute;
    top: 0;
    left: 40%;
    width: 120px;
    height: 120px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 3em auto;
    background: #fff url(../images/slider/slider3/map.jpg) 0 0 repeat;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: 630px;
    animation: rotate 4s linear infinite;
    -webkit-animation: rotate 4s linear infinite;
    -moz-animation: rotate 4s linear infinite;
    -ms-animation: rotate 4s linear infinite;
    -o-animation: rotate 4s linear infinite;
    -webkit-transition: -webkit-transform .2s linear;
    -webkit-transform-style: preserve-3d;
    -moz-transition: -moz-transform .2s linear;
    -moz-transform-style: preserve-3d;
    transition: transform .2s linear;
    transform-style: preserve-3d;
    box-shadow: inset 20px 0 80px 6px #d6d6d6;
    -moz-box-shadow: inset 20px 0 80px 6px #d6d6d6;
    -webkit-box-shadow: inset 20px 0 80px 6px #d6d6d6
}

@keyframes rotate {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 630px 0
    }
}

.slider4 {
    background: #fff;
    height: 510px;
    width: 100%;
    position: relative;
    /* font-family: SegoeUI-Bold; */
    box-shadow: 0 3px 6px #00000029;
    border-top: 1px solid #0000000a;
    border-bottom: 1px solid #0000000a;
    background-repeat: no-repeat;
    background-position: right
}

.slider4 .left-grid {
    background: #fff;
    display: flex;
    justify-content: center
}

.slider4 h1 {
    color: #455a64;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9
}

.slider4 .backend {
    transform: matrix(0, -1, 1, 0, -20, -100);
    opacity: .21;
    position: absolute;
    left: -136px;
    z-index: 9;
    bottom: 98px;
    font-size: 90px;
    font-weight: 600;
    color: #1aa28b;
}

.slider4 .frontend {
    transform: matrix(0, 1, -1, 0, 5, 75);
    opacity: .21;
    position: absolute;
    right: -164px;
    z-index: 9;
    top: 131px;
    font-size: 90px;
    font-weight: 600
}

.slider4 .left-grid img {
    width: 300px
}

.slider4 .right-grid img {
    width: 300px
}

.slider4 .right-grid {
    background: #93eedf;
    display: flex;
    justify-content: center
}

/* .language-icon {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%
}

.language-icon .col-md-2 {
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.language-icon img {
    width: 110px
} */


.language-icon {
    width: 100%;
    padding: 0 2rem;
    position: absolute;
    bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5rem;
}
.language-icon img {
    max-width: 110px;
}

.slider5 {
    background: #fff;
    height: 510px;
    width: 100%;
    position: relative;
    /* font-family: SegoeUI-Bold; */
    box-shadow: 0 3px 6px #00000029;
    border-top: 1px solid #0000000a;
    border-bottom: 1px solid #0000000a;
    background-repeat: no-repeat;
    background-position: right;
    position: relative;
}

.slider5 h1 {
    color: #3c57ab;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 30px;
}

.slider5 .left-grid {
    padding-left: 123px;
    padding-top: 40px
}

.slider5 .left-grid img {
    width: 80px
}

.mobile-development-img {
    height: 510px
}

.mobile-right {
    position: absolute;
    z-index: 9;
    bottom: 44px;
    left: 0;
    width: 600px
}

.boy {
    position: absolute;
    z-index: 99;
    bottom: 59px;
    left: 25px;
    width: 200px
}

.girl {
    position: absolute;
    z-index: 99;
    bottom: 45px;
    right: 225px;
    width: 200px
}

#main-slider .carousel-control-prev {
    z-index: 99
}

#main-slider .carousel-control-next {
    z-index: 99
}

.slider5 .left-grid {
    padding-left: 123px;
    padding-top: 40px
}

/* .slider5 .left-grid img {
    width: 80px
} */

.slider5 .icons-mobiles {
    position: static;
    top: 0;
    width: 100%;
    margin-top: 6.5em
}

/* salesforce slider slide css start */
.slider6 {
    background: #F7FDFF;
    height: 510px;
    width: 100%;
    position: relative;
    padding-top: 50px;
    padding-left: 1.5rem;
}
.slider6 h1 {
    color: #0a81d3;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

ul.salesforce-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.35rem;
}
ul.salesforce-list li.salesforce-item {
    color: #002532;
    font-size: 17px;
    font-weight: 500;
}
ul.salesforce-list li.salesforce-item span {
    display: inline-block;
    background: #00A1E0;
    width: 60px;
    height: 60px;
    padding: .75rem;
    border-radius: 50%;
}
ul.salesforce-list li.salesforce-item span img.salesforce-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.salesfarce-btn-combine {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    margin-top: 1.5rem;
}
.salesfarce-btn-combine a {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 12px 20px 12px 20px;
    border-radius: 16px;
    display: inline-block;
}
.salesfarce-btn-combine a.salesforce-explore {
    background: #00A1E0;
}
.salesfarce-btn-combine a.salesforce-consultation {
    background: #F89B1C;
}
/* salesforce slider slide css exit */

/* devops consulting slider slide css start */
.slider7 {
    background: #FFF;
    height: 510px;
    width: 100%;
    position: relative;
    padding-top: 50px;
}
.slider7 h1 {
    color: #F89B1C;
    font-size: 55px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2rem;
}
.devops-slide {
    padding-left: 1.5rem;
}
.devops-listing {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2.5rem;
}
.devops-listing li.salesforce-item {
    display: flex;
    align-items: center;
    color: #002532;
    font-size: 18px;
    font-weight: 600;
    gap: .5rem;
}
.devops-listing li.salesforce-item span {
    display: inline-block;
    max-width: 50px;
}
.devops-listing li.salesforce-item span img.salesforce-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* devops consulting slider slide css exit */


.mobile-development-img {
    height: 510px
}

ul.tech_icons {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    justify-content: center
}

.icons-mobiles .row {
    display: flex;
    height: 100%
}

ul.tech_icons li {
    flex: 0 0 32%
}

ul.tech_icons li:nth-child(n+4) {
    margin-top: 2.5em
}

.cloud_app_banner {
    background: linear-gradient(45deg, #45108a, #30065a, #10054d)!important;
}

.cloud_app_banner.banner_area .req_quote {
    font-size: 16px;
    font-weight: 500;
    color: #450f8a;
    background: #fff;
    line-height: 25px;
    transition: all 1s;
    border: 1px solid #fff
}

.cloud_app_banner.banner_area .req_quote:hover {
    background-color: #450f8a;
    color: #fff
}

.col-md-12.feature_saas h3 {
    text-align: center;
    font-size: 16px;
    margin-top: .7em
}

.col-md-12.feature_saas .col {
    border: 1px solid #ccc;
    padding: 1em;
    margin: 0 5px;
    border-radius: 5px
}

.col-md-12.feature_saas .col:first-child {
    margin-left: 15px
}

.col-md-12.feature_saas .col:last-child {
    margin-right: 15px
}

.cloud_based_dev_serv .iot_serv_sec {
    min-height: 300px
}

.cloud_computing .nav-tabs {
    justify-content: center
}

.cloud_computing .nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-right: 15px
}

.cloud_computing .nav-tabs .nav-item:last-child {
    margin-right: 0
}

.cloud_computing .nav-tabs .nav-item .nav-link {
    color: #333;
    min-width: 220px
}

.cloud_computing .nav-tabs .nav-item .nav-link img {
    max-width: 60px
}

.cloud_computing .nav-tabs .nav-item.show .nav-link .svg_thumb,
.cloud_computing .nav-tabs .nav-link.active .svg_thumb,
.cloud_computing .nav-tabs .nav-link:focus .svg_thumb,
.cloud_computing .nav-tabs .nav-link:hover .svg_thumb {
    background-color: transparent;
    box-shadow: inset 0 0 42px 0 #09aeef
}

.cloud_computing .tab-content ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 1em;
    align-items: center;
    height: 100%;
    margin-top: 2em
}

.cloud_computing .tab-content ul li {
    flex: 0 0 25%;
    text-align: left;
    margin-bottom: 1.5em;
    padding: 1em 0
}

.cloud_computing .tab-content ul li .cloud_serv {
    max-width: 150px
}

.cloud_computing .tab-content {
    padding: 0 1em;
    overflow: hidden
}

.cloud_computing .tab-content .col-md-3 {
    padding: 1em
}

.cloud_computing .tab-content>.tab-pane {
    margin: 0 -1px
}

.three_benefits ul {
    display: flex;
    justify-content: center
}

.three_benefits ul li {
    flex: 1;
    text-align: left
}

.update_sec.prod_desig_oth_serv .cnt-block.ui_ux_hight {
    min-height: 0;
    box-shadow: none;
    border: 1px solid #ccc;
    border-radius: 0;
    margin-bottom: 1em
}

.update_sec.prod_desig_oth_serv .cnt-block.ui_ux_hight p {
    margin: 0
}

.about_subsec {
    padding: 3em 0 0
}

.about_subsec h2 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #1a1a1a;
    margin-bottom: 1em
}

.about_subsec h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.about_subsec p {
    font-size: 15px;
    margin: .5em 0;
    min-height: 42px
}

.swiper-container,
.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%
}

.swiper-container {
    width: 100%;
    height: 100%;
    height: 550px
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 1em
}

.swiper-container-vertical .swiper-slide:nth-child(1) {
    background: url(../images/swipe1.jpg);
    background-size: cover
}

.swiper-container-vertical .swiper-slide:nth-child(1) *,
.swiper-container-vertical .swiper-slide:nth-child(3) * {
    color: #fff
}

.swiper-container-vertical .swiper-slide:nth-child(3) {
    background: url(../images/swipe2.jpg);
    background-size: cover
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(1):after {
    content: 'Expertise';
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(2):after {
    content: 'Work';
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet:nth-child(3):after {
    content: 'Process';
    display: block
}

.screenshot {
    position: relative;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 100%;
    width: 100%
}

.frame__body {
    width: 480px;
    height: 380px;
    overflow: hidden;
    border: 1px solid #ccc
}

.frame__body:hover .screenshot {
    animation: 5s linear 0s infinite alternate tb-anim;
    -webkit-animation: 5s linear 0s infinite alternate tb-anim;
    -ms-animation: 5s linear 0s infinite alternate tb-anim
}

.svg_button {
    margin-bottom: 5px
}

@keyframes tb-anim {
    0%,
    10% {
        background-position: 0 0
    }
    30%,
    40% {
        background-position: 0 33%
    }
    60%,
    70% {
        background-position: 0 66%
    }
    100%,
    90% {
        background-position: 0 100%
    }
}

@-webkit-keyframes tb-anim {
    0%,
    10% {
        background-position: 0 0
    }
    30%,
    40% {
        background-position: 0 33%
    }
    60%,
    70% {
        background-position: 0 66%
    }
    100%,
    90% {
        background-position: 0 100%
    }
}

.expertise.about_subsec .nav-pills {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}

.expertise.about_subsec .nav-pills:after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    background: rgb(247 239 239 / 1);
    border-radius: 2px
}

.expertise.about_subsec .expertise_div ul li {
    position: relative;
    padding-left: 1em
}

.expertise.about_subsec .expertise_div ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #09aeef;
    display: inline-block;
    position: absolute;
    top: 12px;
    left: 0
}

.about_subsec .nav-pills li {
    font-size: 14px;
    flex: 0 0 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(247 239 239 / .5);
    min-width: 175px;
    min-height: 175px
}

.about_subsec .nav-pills li:nth-child(2n) {
    margin-right: 0
}

.about_subsec .nav-pills li:nth-child(1) {
    border-left: 0;
    border-top: 0
}

.about_subsec .nav-pills li:nth-child(2) {
    border-right: 0;
    border-top: 0
}

.about_subsec .nav-pills li:nth-child(3) {
    border-left: 0;
    border-bottom: 0
}

.about_subsec .nav-pills li:nth-child(4) {
    border-right: 0;
    border-bottom: 0
}

.about_subsec .nav-pills .nav-link {
    font-size: 22px;
    padding: 10px;
    font-weight: 500;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
    color: rgb(247 239 239 / 1)!important
}

.about_subsec .nav-pills .nav-link .svg_button svg {
    max-width: 75px;
    max-height: 75px
}

.about_subsec .nav-pills .nav-link .svg_button svg * {
    fill: rgb(247 239 239 / 1)
}

.about_subsec .nav-pills .nav-link:hover .svg_button svg *,
.about_subsec .nav-pills li .nav-link.active .svg_button svg *,
.about_subsec .nav-pills li .show>.nav-link .svg_button svg * {
    fill: #09aeef
}

.about_subsec .nav-pills .nav-link:hover,
.about_subsec .nav-pills li .nav-link.active,
.about_subsec .nav-pills li .show>.nav-link {
    transition: all 1s;
    color: #09aeef!important;
    background-color: transparent
}

.about_subsec .tab-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    padding: 1em
}

.expertise.about_subsec .expertise_div h3 {
    font-size: 20px;
    font-weight: 600;
    background: linear-gradient(to right, #fff 50%, transparent);
    padding: 5px 10px;
    color: #000304;
    margin-bottom: 1em
}

.expertise.about_subsec .swiper-slide h2 {
    width: 100%;
    text-align: left;
    margin-bottom: .5em;
    font-size: 45px;
    text-transform: capitalize
}

.expertise.about_subsec .swiper-slide h2 b {
    color: #09aeef
}

.benefit_abt {
    display: flex;
    justify-content: space-between;
    padding: 0 3em;
    margin-top: 2em
}

.benefit_abt ul {
    flex: 0 0 45%
}

.benefit_abt ul:first-child {
    text-align: right;
    padding-right: 3em
}

.benefit_abt ul:nth-child(2) {
    text-align: left;
    padding-left: 3em
}

.benefit_abt h3 {
    color: #09aeef
}

.benefit_abt ul li {
    margin-bottom: 1.5em;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding-right: 4em;
    position: relative
}

.benefit_abt ul li:last-child {
    margin-bottom: 0
}

.benefit_abt ul:nth-child(2) li {
    flex-direction: row;
    padding: 0;
    padding-left: 4em
}

.benefit_abt ul li span {
    display: block;
    width: 130px;
    height: 130px;
    border: 1px solid #09aeef;
    padding: 1em;
    position: absolute;
    right: -6.5em;
    top: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.benefit_abt ul:nth-child(2) li span {
    left: -6.5em
}

.benefit_abt ul li:last-child span {
    top: -32px
}

.benefit_abt ul li:first-child span {
    top: 2px
}

.benefit_abt ul li span img {
    max-width: 75px
}

.benefit_data {
    flex: 1
}

.benefit_data p {
    min-height: 90px
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 0!important;
    display: flex;
    flex-direction: column;
    width: 100px!important;
    align-items: flex-end;
    height: auto!important;
    top: initial!important;
    bottom: -15px
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    border-radius: 0;
    height: auto;
    transition: all 1s!important;
    width: auto;
    font-size: 14px;
    color: #1a1a1a;
    top: 0!important;
    opacity: 1;
    background-color: transparent;
    transform: scale(.8)!important;
    transform-origin: right;
    margin: 0!important;
    text-align: right;
    padding: 0 5px;
    background: linear-gradient(to left, #09aeef, transparent);
    color: #fff;
    background: #09aff0;
    width: auto
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    border-radius: 0;
    height: auto;
    color: #000;
    transform: scale(1)!important;
    font-size: 14px
}

.knw_more {
    display: flex;
    width: 100%;
    margin-top: 1em
}

.knw_more a {
    background: #09aeef;
    padding: 5px 20px;
    margin-right: 1em;
    color: #fff;
    border-radius: 25px;
    font-size: 14px
}

.compare_hs {
    text-align: center;
    padding: 2.5em 0
}

.amus_timeline {
    padding: 50px 0
}

.amus_timeline h2,
.amusement-park-text h2,
.compare_hs h2 {
    font-weight: 600;
    font-size: 24px
}

.compare_hs h3 {
    font-size: 20px;
    margin: .5em 0
}

.caompare_ul {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    border-radius: 10px;
    overflow: hidden
}

.caompare_ul>ul {
    flex: 1;
    text-align: left;
    position: relative
}

.caompare_ul>ul li {
    padding: 10px 5px;
    background: #09aeef;
    font-size: 15px;
    color: #fff;
    text-transform: lowercase
}

.caompare_ul>ul li:first-child,
.caompare_ul>ul:first-child li:first-child {
    background-color: #333;
    color: #fff
}

.caompare_ul>ul li:first-child b,
.caompare_ul>ul:first-child li:first-child b {
    font-weight: 500;
    font-size: 18px;
    line-height: 45px
}

.caompare_ul>ul li::first-letter {
    text-transform: capitalize
}

.caompare_ul>ul:first-child li {
    background: #efeaea;
    color: #000;
    text-align: right;
    padding-right: 30px
}

.caompare_ul>ul:nth-child(2) li {
    padding-left: 30px
}

.caompare_ul>ul:first-child:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: -25px;
    color: #fff;
    top: 43%;
    z-index: 9;
    font-size: 40px;
    content: '\f35a';
    background: linear-gradient(to right, #09aeef 50%, #efeaea 50%);
    padding: 0 5px;
    height: 60px;
    line-height: 60px;
    color: #333;
    border-radius: 5px
}

.about_cta {
    background: url(../images/abt-cta.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 5em 0 0
}

.about_cta ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.abt_cta_cont {
    text-align: center;
    padding: 1em;
    background: #fff;
    margin: 4em auto;
    max-width: 250px;
    position: relative;
    margin-right: 4.5em
}

.abt_cta_cont:before {
    content: '';
    background: url(../images/abt-cta-dots.png);
    width: 200px;
    height: 110px;
    position: absolute;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    top: -35px;
    right: -55px
}

.about_cta ul li {
    flex: 1;
    margin: 1em;
    text-align: center
}

.about_cta ul li img {
    max-width: 60px
}

.about_cta ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #242424;
    padding: 5px 12px;
    margin-top: 1em;
    display: inline-block;
    border-radius: 6px
}

.about_cta ul li:first-child a {
    background-color: #3aff67
}

.about_cta ul li:last-child a {
    background-color: #3dd2ff
}

.about_cta ul li:nth-child(2) a {
    background-color: #ffcc24
}

.abt_cta_cont h3 {
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
    color: #525252
}

.about_banner.banner_area .req_quote {
    background: #07c2cb;
    line-height: 28px
}

.about_banner.banner_area h1 {
    color: #f89b1c
}

.amus_timeline.timeline ul {
    overflow: hidden
}

.amus_timeline.timeline ul li {
    list-style-type: none;
    position: relative;
    width: 3px;
    margin: 0 auto;
    padding-top: 50px;
    background: #f79a13
}

.amus_timeline.timeline ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: inherit
}

.amus_timeline.timeline ul li div {
    position: relative;
    bottom: 0;
    width: 400px;
    padding: 15px;
    background: #09aeef;
    color: #fff
}

.amus_timeline.timeline ul li div::before {
    content: '';
    position: absolute;
    bottom: 7px;
    width: 0;
    height: 0;
    border-style: solid
}

.amus_timeline.timeline ul li:nth-child(odd) div {
    left: 45px;
    text-align: left
}

.amus_timeline.timeline ul li:nth-child(odd) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #09aeef transparent transparent
}

.amus_timeline.timeline ul li:nth-child(even) div {
    left: -439px;
    text-align: right
}

.amus_timeline.timeline ul li:nth-child(even) div::before {
    right: -15px;
    border-width: 8px 0 8px 16px;
    border-color: transparent transparent transparent #09aeef
}

.amus_timeline.timeline time {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 8px
}

.amus_timeline.timeline ul li::after {
    transition: background .5s ease-in-out
}

.amus_timeline.timeline ul li.in-view::after {
    background: #09aeef
}

.amus_timeline.timeline ul li div {
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out
}

.amus_timeline.timeline ul li:nth-child(odd) div {
    transform: translate3d(200px, 0, 0)
}

.amus_timeline.timeline ul li:nth-child(even) div {
    transform: translate3d(-200px, 0, 0)
}

.amus_timeline.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1
}

.case_study_IOT.cloud_app_cs {
    min-height: 600px
}

.ca_expertise.mt-5 .col span {
    display: inline-block;
    width: 100px;
    height: 100px
}

.ca_expertise.mt-5 .col {
    flex: 0 0 33%;
    text-align: center;
    padding: 1em;
    margin-top: 1.5em
}

.ca_expertise.mt-5 .col h4 {
    font-size: 15px;
    font-weight: 400;
    margin: 15px 0 0
}

.cs_IOT_img1 a {
    display: block;
    max-width: 130px;
    margin: 0 auto;
    color: #fff;
    background: #000;
    padding: 5px 0;
    border-radius: 10px
}

.feature_saas.deal_areas .col,
.feature_saas.deal_areas .col:first-child {
    border: 1px solid #ccc;
    padding: 1em;
    margin: 5px;
    border-radius: 5px;
    flex: 0 0 23.5%
}

.feature_saas.deal_areas .row {
    justify-content: center
}

.feature_saas.deal_areas .col img {
    max-width: 75px
}

.android_mob_view {
    display: flex;
    align-items: center;
    justify-content: center
}

.android_mob_view ul:first-child {
    text-align: right;
    padding-right: 1em
}

.android_mob_view ul:last-child {
    padding-left: 1em
}

.android_mob_view ul {
    flex: 1
}

.android_mob_view ul:first-child li:hover:after {
    content: '';
    border-bottom: 10px solid #2054e400;
    border-left: 15px solid #1b6169;
    border-top: 10px solid #06bfad00;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translate(0, -50%)
}

.android_mob_view ul:first-child li {
    border-radius: 5px 0 0 5px
}

.android_mob_view ul:last-child li {
    border-radius: 0 5px 5px 0
}

.android_mob_view ul:last-child li:hover:after {
    content: '';
    border-bottom: 10px solid #2054e400;
    border-right: 15px solid #1b6169;
    border-top: 10px solid #06bfad00;
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translate(0, -50%)
}

.android_mob_view ul li {
    padding: .5em;
    border: 1px solid rgb(27 97 105 / .2);
    margin-bottom: 1em;
    position: relative;
    font-size: 14px
}

.android_mob_view ul li b {
    display: block;
    font-size: 15px;
    color: #1b6169
}

.android_mob_view ul li:hover b {
    color: #c3c53d
}

.android_mob_view ul li:hover {
    background: #1b6169;
    color: #fff
}

.android_app_banner {
    background: #ffce8c
}

.android_app_banner .req_quote {
    background: #ff950a
}

.android_app_banner .req_quote:hover {
    background: #a06619
}

.cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-right: 10px
}

.cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item .nav-link {
    min-width: 200px;
    padding: 1em 0
}

.cloud_serv {
    text-align: center
}

.cloud_computing.industry_focused.technlogies_prog .tab-content ul li .cloud_serv {
    max-width: 100%
}

.cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item.show .nav-link .svg_thumb,
.cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-link.active .svg_thumb,
.cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-link:focus .svg_thumb,
.cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-link:hover .svg_thumb {
    background-color: #00aeef;
    box-shadow: none
}

.cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item.show .nav-link,
.cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-link.active,
.cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-link:focus,
.cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-link:hover {
    color: #00aeef
}

.cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-link .svg_thumb svg * {
    fill: #09aeef
}

.cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item.show .nav-link .svg_thumb svg *,
.cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-link.active .svg_thumb svg *,
.cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-link:focus .svg_thumb svg *,
.cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-link:hover .svg_thumb svg * {
    fill: #fff
}

.cloud_computing.industry_focused.technlogies_prog .tab-content ul {
    margin-top: 1em;
    justify-content: center;
    align-items: flex-start
}

.cloud_computing.industry_focused.technlogies_prog .tab-content ul li {
    flex: 0 0 16%;
    text-align: center;
    font-size: 15px
}

.ios_app_banner {
    background: #e2e1e0
}

.banner_area.ios_app_banner .req_quote {
    background: #313131
}

.cloud_based_dev_serv.ios_custom_req ul {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 3em;
    flex-wrap: wrap
}

.cloud_based_dev_serv.ios_custom_req ul h4 {
    font-size: 16px;
    color: #313131;
    margin: 1.5em 0 .3em
}

.cloud_based_dev_serv.ios_custom_req ul li {
    flex: 1;
    border: 1px solid #e2e2e2;
    margin: 0 5px;
    padding: 1em
}

.cloud_based_dev_serv.ios_custom_req ul li img {
    position: absolute;
    transform: translate(-50%, -85%);
    background: #fff
}

.android_mob_view.ios_mob_view ul li b {
    color: #f79d14;
    margin-bottom: .3em
}

.android_mob_view.ios_mob_view ul li {
    margin-bottom: 2em;
    background-color: transparent;
    border-radius: 5px;
    color: grey
}

.android_mob_view.ios_mob_view ul li:hover {
    background-color: transparent;
    border-radius: 5px;
    box-shadow: 0 0 5px 3px #e2e2e2
}

.android_mob_view.ios_mob_view ul li b {
    color: #333
}

.android_mob_view.ios_mob_view ul:first-child li:hover:after,
.android_mob_view.ios_mob_view ul:last-child li:hover:after {
    display: none
}

ul.ios_app_benef {
    counter-reset: section;
    display: flex;
    flex-wrap: wrap;
    width: 85%;
    margin: 2em auto 0
}

ul.ios_app_benef li:before {
    counter-increment: section;
    content: counter(section) ":";
    margin-right: 10px;
    color: #09adee;
    font-weight: 600;
    display: none
}

ul.ios_app_benef li i {
    font-size: 20px;
    color: #f2f5f7;
    text-align: center;
    margin-right: 10px;
    background: #09aeef;
    padding: 4px;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center
}

ul.ios_app_benef li {
    text-align: left;
    display: flex;
    flex: 0 0 33%;
    margin-bottom: 1.5em;
    color: #111;
    align-items: center
}

.elearning_banner {
    background-color: #fff;
    background-image: url(../images/e-learning.jpg)
}

.elearning_banner.banner_area .req_quote {
    background: #04959b;
    transition: all 1s
}

.elearning_banner.banner_area .req_quote:hover {
    background: #0b3c5f
}

.row.easy-learn img {
    margin: auto;
    display: block;
    max-width: 70px
}

.row.easy-learn h4 {
    font-size: 16px;
    margin: 0;
    text-align: center;
    margin-top: 1em;
    position: relative
}

.col-md-12.feature_saas .col:nth-child(2) h4:before {
    content: '';
    background: url(../images/round-arrow.png);
    width: 150px;
    height: 50px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    left: -100px;
    bottom: -25px;
    transform: rotate(15deg)
}

.col-md-12.feature_saas .col:nth-child(2) h4:after {
    content: '';
    background: url(../images/round-arrow.png);
    width: 175px;
    height: 40px;
    background-size: contain;
    display: inline-block;
    background-repeat: no-repeat;
    position: absolute;
    right: 112px;
    top: -215px;
    transform: rotate(225deg)
}

.e_learning.industry_focused .nav-item {
    flex: 1;
    border-radius: 0;
    border: 1px solid #eee;
    margin: 0;
    transition: all 1s
}

.e_learning.industry_focused .nav-tabs {
    border-bottom: 0
}

.e_learning.industry_focused .nav-item .nav-link {
    width: 100%;
    border-radius: 0;
    border: 0;
    padding: 0;
    padding: 10px 1em;
    color: #333
}

.e_learning.industry_focused .nav-item a.nav-link.active {
    background: #09aeef;
    color: #fff;
    position: relative
}

.e_learning.industry_focused .nav-item:last-child a.nav-link.active:after {
    display: none
}

.e_learning.industry_focused .tab-content {
    border: 1px solid #eee;
    border-top: 0
}

.e_learning.industry_focused .tab-content ul {
    display: flex;
    flex-wrap: wrap
}

.e_learning.industry_focused .tab-content ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 25%;
    margin-bottom: 2em
}

.e_learning.industry_focused .tab-content ul li img {
    max-width: 64px;
    margin-bottom: 1em
}

.featu_elearn ul {
    column-count: 2;
    padding-left: 18px
}

.featu_elearn ul li {
    margin-bottom: 1em;
    position: relative
}

.featu_elearn ul li:before {
    content: '';
    background: url(../images/e-learning/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    transform: translate(-15px, 5px)
}

.on_demand_tutor .num_circle {
    width: 80px;
    height: 80px;
    top: -30px;
    border-width: 5px!important;
    background-color: #57cdf9;
    font-size: 22px
}

.on_demand_tutor .num_circle svg {
    max-width: 40px
}

.on_demand_tutor .num_circle svg * {
    fill: #fff
}

.on_demand_tutor h4 {
    font-size: 20px
}

.on_demand_tutor p {
    font-size: 15px;
    margin: 0!important;
    min-height: 135px
}

.facilities ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 1em
}

.facilities ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #00aeef;
    display: block;
    margin-right: 10px
}

.elearn_techno ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.elearn_techno ul li {
    border: #eee solid 1px;
    text-align: center;
    padding: 1em;
    min-height: auto;
    flex: 0 0 25%;
    transition: all .5s
}

.elearn_techno ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #333
}

.elearn_techno ul li a img {
    margin-bottom: 1em
}

.elearn_techno ul li:hover {
    background: #fff;
    transition: .3s;
    box-shadow: 0 5px 15px rgb(0, 0, 0, .15)
}

.row.easy-learn {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.row.easy-learn .col:first-child {
    flex: 0 0 100%;
    margin: 0
}

.row.easy-learn .col {
    border: 0;
    flex: 0 0 49%
}

.row.easy-learn .col:last-child {
    order: 2
}

.row.easy-learn .col:nth-child(2) {
    order: 3
}

.banner_area.travel_techno_serv {
    background: rgb(217 234 254 / .5);
    padding: 40px 0 0;
    min-height: 440px;
}

.travelTechHero {
    position: absolute;
    bottom: -3px;
    right: 0;
}
.travelTechHero img {
    max-width: 740px;
}

.banner_area.travel_techno_serv .req_quote {
    background: #1c468a
}

.banner_area.travel_techno_serv .req_quote:hover {
    background: #e86767
}

.row.comprehensive_tech ul li:before,
.iot_consult_services.work_with_hs ul li:before {
    content: '';
    background: url(../images/e-learning/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    transform: translate(-15px, 5px);
    position: absolute;
    top: -3px;
    left: -5px
}

.row.comprehensive_tech ul li:hover {
    background: transparent
}

.travel_service .serv_cate ul {
    flex: 1
}

.travel_service .serv_cate ul li {
    flex: 1
}

.travel_service .cloud_based_dev_serv .iot_serv_sec {
    min-height: 470px
}

.iot_consult_services.grow_travel_busi .col h3 {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    text-align: center;
    width: 100%;
    left: 0;
    right: 0;
    background: linear-gradient(to top, black, transparent);
    padding: 2em 0;
    color: #fff;
    margin: 0;
    max-height: 0;
    transition: max-height .2s ease-in-out
}

.iot_consult_services.grow_travel_busi .grow_with_us h3 br {
    display: none
}

.grow_with_us {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: block
}

.iot_consult_services.grow_travel_busi .grow_with_us:hover h3 {
    height: 100%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / .7);
    max-height: 100%;
    transition: max-height .3s;
    font-size: 22px;
    text-shadow: 5px 5px 15px #ccc;
    font-weight: 500;
    line-height: 30px
}

.iot_consult_services.grow_travel_busi .grow_with_us:hover h3 br {
    display: block
}

.iot_consult_services.work_with_hs {
    background-color: #f0f4fb
}

.iot_consult_services.work_with_hs ul li {
    margin-bottom: 1em;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding-left: 15px;
    text-transform: capitalize
}

.travel_api_assets.iot_consult_services ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.travel_api_assets.iot_consult_services ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 0 0 19%
}

.travel_api_assets.iot_consult_services ul li h3 {
    font-size: 15px;
    margin: 4em 0;
    text-align: center;
    min-height: 36px;
    position: relative
}

.travel_api_assets.iot_consult_services ul li h3.box_top {
    margin-top: 0
}

.travel_api_assets.iot_consult_services ul li h3.box_bottom {
    margin-bottom: 0
}

.travel_api_assets.iot_consult_services ul li:nth-child(even) {
    margin-top: -4.5em
}

.travel_api_assets.iot_consult_services ul li:nth-child(odd) {
    margin-top: 4.5em
}

.travel_api_assets.iot_consult_services ul li h3.box_top:before {
    width: 2px;
    height: 70px;
    background: #333;
    display: block;
    position: absolute;
    content: '';
    bottom: -75px;
    left: 50%;
    transform: translate(-50%, 0px)
}

.travel_api_assets.iot_consult_services ul li h3.box_top:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    content: '';
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -15px
}

.travel_api_assets.iot_consult_services ul li h3.box_bottom:before {
    width: 2px;
    height: 70px;
    background: #333;
    display: block;
    position: absolute;
    content: '';
    top: -75px;
    left: 50%;
    transform: translate(-50%, 0px)
}

.travel_api_assets.iot_consult_services ul li h3.box_bottom:after {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    content: '';
    left: 50%;
    transform: translate(-50%, 0);
    top: -15px
}

.iot_consult_services.trav_solu_to ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.iot_consult_services.trav_solu_to ul li {
    flex: 0 0 28%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center
}

.iot_consult_services.trav_solu_to ul li h4 {
    margin-top: .5em
}

.iot_consult_services.trav_solu_to ul li p {
    text-align: center
}

.iot_consult_services.trav_solu_to ul li p b {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
    display: inline-block;
    color: #333
}

.row.comprehensive_tech ul {
    flex-wrap: wrap;
    margin: 0
}

.row.comprehensive_tech ul li {
    box-shadow: none;
    border: 0;
    flex: 0 0 100%;
    padding: 0!important;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: inherit;
    margin-bottom: 1em;
    font-size: 15px;
    position: relative;
    padding-left: 15px!important;
    text-align: left
}


/* 404 page */

.page_not a {
    background: #24aeef;
    color: #fff;
    padding: 0.5em 1em;
    display: inline-block;
    margin-bottom: 2em;
    border-radius: 5px;
}

.page_not p {
    color: #000;
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 1.5em;
    font-size: 15px;
}

.page_not h3 {
    color: #24aeef;
    margin: 0.5em 0;
}


.slider1 {
    background: #f5fbff;
    height: 510px;
    width: 100%;
    position: relative;
    /* font-family: SegoeUI-Bold; */
    padding-top: 50px
}

.slider1 .internet-things-headings {
    position: relative
}

/* .slider1 .internet-things-headings .heading2 {
    font-size: 84px;
    text-align: center;
    text-transform: uppercase;
    color: #455a64;
    font-weight: 600;
    position: absolute;
    top: 54px;
    width: 100%;
    text-shadow: 2px 2px #fff;
    font-family: SegoeUI-Bold
} */

/* .slider1 .internet-things-headings .border-slide {
    border-bottom: 4px dashed #8f8f8f;
    height: 10px;
    margin-top: 20px;
    margin-bottom: 5px;
    width: 77.3%;
    margin-left: auto;
    margin-right: auto
} */

/* .slider1 .internet-things-headings .water-mark-h1 {
    font-size: 112px;
    text-align: center;
    text-transform: uppercase;
    color: #455a64;
    font-weight: 600;
    opacity: .06
} */

/* .slider1 .internet-things-headings .box1 {
    padding-top: 71px
} */

/* .slider1 .internet-things-headings .box1::before {
    content: '';
    height: 58px;
    width: 4px;
    border-right: 4px dashed #8f8f8f;
    position: absolute;
    right: 0;
    top: 2px;
    left: 0;
    margin: auto
} */

/* .slider1 .internet-things-headings .box1 img {
    width: 90px;
    height: 90px
} */

/* .slider1 .internet-things-headings .box1 h4 {
    color: #455a64;
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px
} */

.slider2 {
    background: #fff;
    height: 510px;
    width: 100%;
    position: relative;
    /* font-family: SegoeUI-Bold; */
    padding-top: 80px;
    box-shadow: 0 3px 6px #00000029;
    border-top: 1px solid #0000000a;
    border-bottom: 1px solid #0000000a
}

.slider2 h1 {
    color: #0a81d3;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 183px;
    margin-bottom: 20px
}

.slider2 .left-grid .d-flex {
    padding-left: 80px
}

.slider2 .left-grid img {
    width: 150px
}

.slider2 .right-grid img {
    width: 70%
}

.slider2 .right-grid {
    text-align: right;
    padding-right: 19px
}

.slider2 .left-grid ul li {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    line-height: 3
}

/* .slider3 {
    background: #fff;
    height: 510px;
    width: 100%;
    position: relative;
    font-family: SegoeUI-Bold;
    box-shadow: 0 3px 6px #00000029;
    border-top: 1px solid #0000000a;
    border-bottom: 1px solid #0000000a;
    background-repeat: no-repeat;
    background-position: right
} */

/* .slider3 h1 {
    color: #49748a;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px
} */

/* .slider3 .left-grid {
    padding-left: 123px;
    padding-top: 40px
} */

/* .slider3 .left-grid img {
    width: 300px
} */

/* .slider3 .bg-right {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0
} */

/* .slider3 .plane {
    position: absolute;
    right: 50px;
    top: 130px;
    width: 350px
} */

/* .slider3 .right-grid {
    text-align: left;
    display: flex;
    align-items: flex-end;
    position: absolute;
    bottom: 0
} */

/* .slider3 .travel-app {
    width: 155px;
    margin-bottom: -9px
} */

/* .slider3 .flower {
    width: 60px
} */

/* .slider3 .left-grid ul li {
    color: #555;
    font-size: 16px;
    font-weight: 600;
    list-style: disc;
    line-height: 2;
    margin-left: 22px
} */

/* .slider3-row {
    height: 510px
} */

/* #earth {
    position: absolute;
    top: 0;
    left: 40%;
    width: 120px;
    height: 120px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin: 3em auto;
    background: #fff url(../images/slider/slider3/map.jpg) 0 0 repeat;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background-size: 630px;
    animation: rotate 4s linear infinite;
    -webkit-animation: rotate 4s linear infinite;
    -moz-animation: rotate 4s linear infinite;
    -ms-animation: rotate 4s linear infinite;
    -o-animation: rotate 4s linear infinite;
    -webkit-transition: -webkit-transform .2s linear;
    -webkit-transform-style: preserve-3d;
    -moz-transition: -moz-transform .2s linear;
    -moz-transform-style: preserve-3d;
    transition: transform .2s linear;
    transform-style: preserve-3d;
    box-shadow: inset 20px 0 80px 6px #d6d6d6;
    -moz-box-shadow: inset 20px 0 80px 6px #d6d6d6;
    -webkit-box-shadow: inset 20px 0 80px 6px #d6d6d6
} */

/* @keyframes rotate {
    0% {
        background-position: 0 0
    }
    100% {
        background-position: 630px 0
    }
} */

/* .slider4 {
    background: #fff;
    height: 510px;
    width: 100%;
    position: relative;
    font-family: SegoeUI-Bold;
    box-shadow: 0 3px 6px #00000029;
    border-top: 1px solid #0000000a;
    border-bottom: 1px solid #0000000a;
    background-repeat: no-repeat;
    background-position: right
} */

/* .slider4 .left-grid {
    background: #fff;
    display: flex;
    justify-content: center
} */

/* .slider4 h1 {
    color: #455a64;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9;
} */

/* .slider4 .backend {
    transform: matrix(0, -1, 1, 0, -20, -100);
    opacity: .21;
    position: absolute;
    left: -136px;
    z-index: 9;
    bottom: 98px;
    font-size: 90px;
    font-weight: 600
} */

/* .slider4 .frontend {
    transform: matrix(0, 1, -1, 0, 5, 75);
    opacity: .21;
    position: absolute;
    right: -164px;
    z-index: 9;
    top: 131px;
    font-size: 90px;
    font-weight: 600
} */

/* .slider4 .left-grid img {
    width: 300px
}

.slider4 .right-grid img {
    width: 300px
} */

/* .slider4 .right-grid {
    background: #93eedf;
    display: flex;
    justify-content: center
} */

/* .language-icon {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%
} */

/* .language-icon .col-md-2 {
    display: flex;
    justify-content: center;
    align-items: flex-end
} */

/* .language-icon img {
    width: 110px
} */

/* .slider5 {
    background: #fff;
    height: 510px;
    width: 100%;
    position: relative;
    font-family: SegoeUI-Bold;
    box-shadow: 0 3px 6px #00000029;
    border-top: 1px solid #0000000a;
    border-bottom: 1px solid #0000000a;
    background-repeat: no-repeat;
    background-position: right
} */

/* .slider5 h1 {
    color: #3c57ab;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
} */

/* .slider5 .left-grid {
    padding-left: 123px;
    padding-top: 40px
} */

/* .slider5 .left-grid img {
    width: 80px
} */

/* .mobile-development-img {
    height: 510px
} */

/* .mobile-right {
    position: absolute;
    z-index: 9;
    bottom: 44px;
    left: 0;
    width: 600px
} */

.boy {
    position: absolute;
    z-index: 99;
    bottom: 59px;
    left: 25px;
    width: 200px
}

.girl {
    position: absolute;
    z-index: 99;
    bottom: 45px;
    right: 225px;
    width: 200px
}

#main-slider .carousel-control-prev {
    z-index: 99
}

#main-slider .carousel-control-next {
    z-index: 99
}

/* .slider5 .left-grid {
    padding-left: 100px;
    padding-top: 40px
} */

.slider5 .left-grid {
    padding-left: 0px;
    padding-top: 0px
}

/* .slider5 .left-grid img {
    width: 80px
} */

/* .slider5 .icons-mobiles {
    position: static;
    top: 0;
    width: 100%;
    margin-top: 3.5em
} */

.mobile-development-img {
    height: 510px
}

ul.tech_icons {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    justify-content: center
}

.icons-mobiles .row {
    display: flex;
    height: 100%
}

ul.tech_icons li {
    flex: 0 0 48%
}

ul.tech_icons li:nth-child(n+3) {
    margin-top: 2.5em
}

/* .slider5 .icons-mobiles {
    position: static;
    top: 0;
    width: 100%;
    margin-top: 3.5em
} */

.mobile-development-img {
    height: 510px
}

ul.tech_icons {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    justify-content: center
}

.icons-mobiles .row {
    display: flex;
    height: 100%
}

/* ul.tech_icons li {
    flex: 0 0 48%
}

ul.tech_icons li:nth-child(n+3) {
    margin-top: 2.5em
} */


/*chatbot page css*/

  .chatbot_dev_serv {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .chatbot_dev_serv .chatbot_serv {
        flex: 0 0 23.7%;
        justify-content: center;
        padding: 1em;
        margin-right: 1em;
        min-height: 230px;
        box-shadow: 0px 0px 7px #d0d0d0;
        border-radius: 10px;
        overflow: hidden;
        position: relative
    }

    .chatbot_dev_serv .chatbot_serv h3 {
        font-size: 22px;
        margin: 0;
        height: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: flex-start;
        transition: all 1s;
        transform-origin: bottom;
        font-weight: 600;
        color: #393939;
        text-align: left;
        margin-top: -15px;
    }

    .chatbot_dev_serv .chatbot_serv:hover h3 {
        font-size: 18px;
        height: auto;
        display: none
    }

    .chatbot_dev_serv .chatbot_serv p {
        text-align: left;
        width: 90%;
        transform: translate(0px, 100px);
        transition: all 1s;
        transform-origin: bottom;
        color: #393939;
    }

    .chatbot_dev_serv .chatbot_serv:hover p {
        transform: translate(0px, 35px);
    }

    .iot_consult_services.chatbot_services h2 strong {
        font-size: 20px;
        font-weight: 600;
        color: #848181;
    }

    .chatbot_serv:before {
        content: '';
        width: 90px;
        height: 90px;
        background: rgb(0 174 239 / 0.77);
        display: block;
        position: absolute;
        right: -5px;
        top: -5px;
        border-radius: 10px;
        z-index: -1;
        box-shadow: 0px 0px 5px #ccc;
    }

    .chatbot_serv:before {
        transform: translate(0px, -300px);
        transition: all 1s;
        transform-origin: top right;
    }

    .chatbot_serv:after {
        content: '';
        width: 90%;
        height: 90%;
        background: rgb(248 155 20 / 0.77);
        display: block;
        position: absolute;
        left: -5px;
        bottom: 0;
        border-radius: 10px;
        z-index: -1;
        box-shadow: 0px 0px 5px #ccc;
        opacity: 0.6;
        transform: translate(0px, 300px);
        transition: all 1s;
        transform-origin: bottom left;
    }

    .chatbot_serv:hover:after {
        transform: translate(0px, 10px);
    }

    .chatbot_serv:hover:before {
        transform: translate(0px, 0px);
    }

    .chatbot_platforms h2+ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .chatbot_platforms h2+ul li {
        flex: 0 0 24%;
        border: 1px solid #ccc;
        padding: 1em;
        margin: 5px;
    }

    .chatbot_platforms h2+ul li h5 {
        font-size: 16px;
        margin-top: 0.5em;
    }

    .chatbot_platforms h2+ul li img {
        max-height: 40px;
    }

    .bots_on_social_media ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .bots_on_social_media ul li {
        flex: 0 0 24%;
        padding: 1em;
        border: 1px solid #ccc;
        margin: 5px;
        text-align: center;
    }

    .chatbot_serv span {
        position: absolute;
        right: -2px;
        top: -5px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 90px;
        height: 90px;
        background: rgb(0 174 239 / 0.77);
    }

    .chatbot_serv:hover span {
        display: none;
    }

    .chatbot_serv span img {
        max-width: 50px;
        /* display: block; */
    }

    .why_hash_chatbot.iot_consult_services ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .why_hash_chatbot.iot_consult_services ul li {
        flex: 0 0 49%;
        margin-right: 0.5em;
        margin-bottom: 0.5em;
        padding: 1em;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .why_hash_chatbot.iot_consult_services ul li:nth-child(2n) {
        margin-right: 0;
    }

    .hash_chatbot h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .why_hash_chatbot.iot_consult_services ul li span {
        width: 80px;
        height: 80px;
        padding: 20px;
        background-color: #e4e4e4;
        margin-right: 1em;
        transition: all 1s;
    }
    .why_hash_chatbot.iot_consult_services ul li span svg * {
    fill: #000;
}
.why_hash_chatbot.iot_consult_services ul li:hover span{
    box-shadow: 0 6px 11px 0 rgba(50, 50, 50, 0.16);
  background-color: #ffffff;
}
.why_hash_chatbot.iot_consult_services ul li:hover span svg *{
    fill: #0098ed;
}
    .useCase_chatbot.iot_consult_services {
        background: #eff2f6;
    }

    .useCase_chatbot.iot_consult_services ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .useCase_chatbot.iot_consult_services ul li {
        flex: 0 0 19%;
        margin-right: 0.5em;
        margin-bottom: 0.5em;
        padding: 1em;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        border-radius: 4px;
        box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
        background-color: #ffffff;
        min-height: 192px;
        min-width: 192px;
    }
    .hash_chatbot {
    text-align: center;
    margin-top: 1em;
}
    .useCase_chatbot.iot_consult_services ul li:nth-child(5n) {
        margin-right: 0;
    }

    .hash_chatbot h3 {
        font-size: 15px;
        font-weight: 600;
    }

    .dont_waste {
        background-color: #1f1567;
        padding: 2em 0;
    }

    .dont_waste p {
        font-size: 15px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 20px;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
        margin: 0;
    }

    .dont_waste h3 {
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.27;
        letter-spacing: normal;
        text-align: left;
        color: #ffffff;
    }

    .cta_4_chatbot {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-end;
        height: 100%;
    }

    .cta_4_chatbot a:first-child {
        font-size: 24px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.27;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
    }

    .cta_4_chatbot a:last-child {
        padding: 11px 68px 13px 62px;
        border-radius: 4px;
        border: solid 1px #ffffff;
        background-color: #1f1567;
        color: #fff;
        margin-top: 1em;
    }
    .hash_chatbot_align{
        text-align: left;
    }

    
    /*chatbot page css end*/


/*react native css*/

.react_n_banner {
    background: url(../images/react_n_banner.png);
    background-size: cover;
}
.react_n_banner.react_native_mob_img{
    background: url(../images/react_n_banner.png) !important;
}

.power_ract_native p {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    text-align: left;
    line-height: 30px;
    padding-top: 10px;
}
.power_ract_native h2 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.7em;
}

.react_native_start_inner{
    padding: 50px 0px 30px;
}
.react_native_start_inner h2{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 0.6em;
}
.react_native_start_inner p {
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    text-align: left;
    line-height: 30px;
    padding-top: 10px;
}
.lesser_time_icon{
    float: left;
    width: 70px;
}
.lesser_time_content {
    float: left;
    width: 80%;
}
.lesser_time_boxs{
    padding: 22px 156px 22px 30px;
    box-shadow: 0 3px 16px 0 rgba(130, 130, 130, 0.16);
    background-color: #ffffff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    height: 100px;
}
.leverage {
    padding: 20px 0px 30px;
}
.lesser_time_content p {
    font-size: 18px;
    font-weight: 400;
    color: #606060;
    text-align: left;
    line-height: 30px;
    padding-top: 10px;
}
.app_development_services_inner h2{
   font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 0.7em;
}
.app_development_services_inner p{
       font-size: 16px;
    font-weight: 400;
    color: #606060;
    text-align: left;
}

.app_development_services_inner .iot_serv_sec {
    min-height: 250px;
}


.languages_frameworks h2{
      font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 1.7em;
}

.languages_frameworks_inner .nav{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.languages_frameworks_inner .nav li a{
    border: 2px solid #00aeef;
    padding: 8px 10px; 
    font-size: 22px;
    color: #00aeef;
    display: inline-block;
    width: 270px;
    text-align: center;
        border-radius: 0;
}
.languages_frameworks_inner .nav li a.active{
    background: #00aeef;
    color: #fff;
}
.frontend_logos p span{
    font-size: 22px;
    font-weight: 600;
    border-bottom: 2px solid #ff950a;
    padding-bottom: 5px;
}
.frameworks_tab_content{
    padding-top: 70px;
    padding-left: 80px;
}
.frontend_logos{
    margin-bottom: 70px;
}
/*.frontend_alignc{
    text-align: center;
}
.frontend_alignr{
    text-align: right;
}*/
.languages_frameworks {
    padding: 50px 0px 0px;
}
.frontend_logos a {
    padding-right: 15px;
}
.why_react_app  .whyhash_para{
    margin-bottom: 0.2em;
} 
.why_react_app .hashapp{
    font-size: 15px;
    font-weight: 400;
    color: #606060;
    text-align: center;
    margin: 0;
    margin-bottom: 1.5em;
}
.prefers_react_native_inner h2{
     font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 1.7em;
}
.prefers_react_icon a{
    display: block;
    padding-bottom: 50px;
}


.highly_interactive{
    background-color: #f5f2fd;
    padding: 50px 0px 20px;
    margin-top: 50px;
    margin-bottom: 20px;
}
.why_react_app_paddi {
    padding-top: 10px;
}
.highly_interactive_inner h2{
         font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 1.2em;
}
.platform_form_input input{
    width: 100%;
    border-radius: 4px;
    border: solid 1px #00aeef;
    background-color: #ffffff;
    color: #9f9f9f;
    height: 40px;
    padding:10px;
}

.platform_form_input .btn{
  border-radius: 4px;
  background-color: #048cb6;
  color: #fff;
  text-transform: uppercase; 
  width: 100%;
}
.chatbot_services .strong_heading{
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #606060 !important;
}
.frontend_logos a img {
    width: 55px;
}


/*online-driving-school css*/

.online_driving_heading h4{
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    color: #000;
}
.online_driving_heading span {
    color: #000;
    font-size: 20px;
    padding-bottom: 10px;
    display: inline-block;
}

.online_driving_heading p{
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    color: #000000;
    margin: 0;
}

.online_driving_heading h1 {
    color: #00aeef;
}


.setup_with p{
    position: relative;
    padding-left: 20px;
}

.setup_with p::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 12px;
    width: 9px;
    height: 9px;
    background: #00aeef;
    border-radius: 50px;
}
.onlinedriving_banner{
    background: #fff9ef;
}
.onlinedriving_banner.banner_area .req_quote {
    border: 2px solid #000;
    border-radius: 5px;
    max-width: 200px;
    background: transparent;
    color: #000;
}

/*.car_driving_img img {
    position: relative;
    top: 65px;
}*/

.schedule_personalized{
    background: #dedede;
    padding: 20px 0px;
}

.schedule_personalized h2{
    font-size: 24px;
    color: #000;
    font-weight: 700;
}
.schedule_personalized h3{
   font-size: 20px;
}
.schedule_personalized h3 span{
    color: #00aeef;
    text-decoration: underline;
}
.schedule_personalized h3 a{
    color: #00aeef;
}


.drive_experience h2{
       font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 0.6em;
}
.drive_experience p{
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    text-align: left;
    line-height: 30px;
    padding-top: 10px;
}



.optimize_driving_wrp {
    padding: 30px 0px 50px;
}


.register_pay_box h3{
    font-size: 14px;
    font-weight: 600;
    color: #606060;
    padding-top: 10px;
    margin-bottom: 0px;
}
.register_pay_box p{
    font-size: 14px;
    color: #606060;
}
.register_pay_box img{

}
.register_pay_box{
    text-align: center;
    padding: 10px 0px;
}

.all_in_one_online_driving {
    background: #fffbf2;
    padding: 35px 0px;
}
.all_in_driving_inner h2 {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0.6em;
    text-transform: capitalize;
}
.all_in_driving_inner h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.all_in_driving_inner p{
    font-size: 16px;
    font-weight: 400;
    color: #606060;
    text-align: left;
    line-height: 30px;
    padding-top: 10px;
}
.online_driving_school_img {
    text-align: right;
}

.key_modules_inner p{
}

.key_modules_wrp {
    padding: 30px 0px 0px;
}

.key_modules_wrp .whyhash_para {
    margin-bottom: 20px;
}
.hash_drive_soft{
}
.convenient_para p{
    
}

.assistance_sec{
    background: #ffe6c7;
    padding: 50px 0px;
    margin-top: 40px;
}

.assistance_sec h2{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #414141;
    margin-bottom: 0.6em;
    text-transform: capitalize;
}
.design_img_boxs {
    width: 120px;
    height: 120px;
    background: #ffd39a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #f3b970;
    float: left;
}

.ui_ux_designer_img_box {
     display: flex;
    align-items: center;
    padding-top: 25px;
}
.design_img_content p {
    padding-left: 15px;
    text-transform: capitalize;
    font-size: 20px;
    color: #1a1a1a;
}
/*.social_media_img_box {
    display: inline-block;
}*/
.design_img_content {
    float: left;
    width: 60%;
    padding-top: 30px;
}
.Certificates_boxs{
    padding-left: 140px;
}
.assign_instructor_boxs{
    padding-right: 140px;
}
.provide_online_drive p a{
    color: #00aeef;
    text-decoration: underline;
}
.online_driving_heading{
    padding-left: 130px;
}
.car_driving_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

/*online-driving-school end*/

/*mobile app css*/

.mobile_app_bannerr {
    background-size: cover;
    background: #f1f8fc;
}
.mobile_app_bannerr h1{
    color: #379dcd;
}
.mobile_app_bannerr h2{
    color: #707070;
}
.mobile_app_bannerr.banner_area .req_quote {
    background: #379dcd;
    color: #fff;
}
.approach_app_development h2{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #333;
}
.development_services .cnt-block figure {
    height:auto;
}
.development_services {
    padding: 50px 0px;
}
.development_services .cnt-block {
    min-height: auto; 
}
.development_services  p {
    font-size: 16px;
    color: #707070;
}
.app_development_services_we_offer_content h2{
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
}
.app_development_services_we_offer_content p{
    color: #707070;
    line-height: 28px;
}
.app_development_img{
    text-align: right;
}
.app_development_services_we_offer_content_check p {
    position: relative;
    padding-left: 25px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 20px;
}
.app_development_services_we_offer_content_check p:before{
    position: absolute;
   font-family: "Font Awesome 5 Free";
   content:"\f00c";
   display: inline-block;
   padding-right: 3px;
   vertical-align: middle;
   font-weight: 900;
   left: 0px;
   top: 0px;
}
.native_app_development p{
    font-size: 16px;
    padding-bottom: 15px;
}
.iot_serv_sec_min{
    min-height: auto;
}
.serv_catew ul{
    width: 100%;
    flex: 0 0 100%;
}
.iot_serv_sec_min {
    min-height: auto;
}
.customized_business {
    background: #f1f8fc;
    padding: 50px 0px;
}
.customized_business h2{
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin-bottom: 15px;
    text-align: center;
}

.customized_business h2{
    padding-bottom: 30px
}
.customized_business_inner img{
    margin:0 auto;
    display: block;
}


.customized_business .slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
    text-align: center;
    opacity: 1;
    color: black;
    background: #78d3f6;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50px;
}
.customized_business .slick-dots {
    bottom: -40px;
}
.customized_business .slick-dots li.slick-active button:before{
    background: #00aeef;
}
.white_bgbox_text {
    background: #fff;
    padding: 12px 10px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    width: 200px;
    margin: 0 auto;
    display: block;
    text-align: center;
    color: #606060;
    position: relative;
    bottom: 20px;
}

.mobi_app_contact{
    background: #f5f2fd;
}
.mobi_app_contact .contact{
    background: transparent;
    border: 2px solid #00aeef;
    color:#00aeef;
}
.mobi_app_contact .section_heading {
    text-transform: inherit;
}


.customized_business .slick-list {
    margin-top: 0px;
}
.customized_business .slick-dots li {
    margin: 0;
    width: 20px;
    height: 20px;
}
.customized_business li.slick-active button {
    background-color:transparent;
}


/* crm page stylesheet */
.crm_top_banner_area {
    background: #1C7279;
}

.crm_top_banner_area h1 {
    color: #fff;
    font-size: 36px;
}
.crm_top_banner_area h2 {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    margin: 10px 0;
}

#crm_in_detl {
    padding-top: 3rem;
}

.crm_lets_talk_btn {
    border-radius: 4px;
    background: #EBC218;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 10px 15px;
    max-width: 240px;
    max-height: 45px;
    width: 100%;
}

#odoo_in_detl {
    padding-top: 6rem;
}

.odoo_benefits {
    list-style: inside;
}

.odoo_benefits>li:nth-of-type(n) {
    padding-bottom: 10px;
}

.odoo_benefits>li::marker {
    color: #4D89FF;
}

#end_end_crm {
    background: url('../images/crm_bg.svg') no-repeat;
}

#end_end_crm .box {
    padding: 7px 15px;
    box-shadow: 0px 10px 10px #00000029;
    background: #FFFFFF;
    border-radius: 6px;
    opacity: 1;
    margin-bottom: 10px;
    width: 456px;
}

#crm_in_detl h2 {
    font-weight: bold;
}

#grow_ur_business h3,
#crm_software h3 {
    font-size: 26px;
}

#crm_software-benefit h4 {
    font-size: 20px;
    font-weight: 600;
}

#crm_software-benefit h2 {
    font-weight: 600;
}

#end_end_crm h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}

#end_end_crm .box>h5 {
    font-size: 16px!important;
    font-weight: bold;
}

#end_end_crm .box>p {
    font-size: 14px;
}

#crm_faq {
    width: 70%;
    margin: 0 auto;
    margin-top: 70px;
}

#crm_faq h4 {
    font-weight: bold;
}


/* accordian style */

/* #crm_faq .accordion {
    width: 100%;
    padding: 0 10px;
    cursor: pointer;
    display: flex;
    margin: 23px 0;
    align-items: center;
} */
#crm_faq .accordion {
    width: 100%;
    padding: 0;
    cursor: pointer;
    display: flex;
    margin: 15px 0 5px;
    align-items: center;
}

#crm_faq .accordion .icon {
    margin: -5px 10px 0 0;
    width: 25px;
    height: 25px;
    background: url('../images/crm_plus.svg') center no-repeat;
    float: left;
    transition: all .3s ease-in;
}

#crm_faq .accordion h5 {
    font-size: 22px;
    margin: 0;
    padding: 3px 0 0 0;
    font-weight: normal;
    color: #000;
}

#crm_faq.accordion h6 {
    margin: 0;
}

#crm_faq .accordion h6:nth-of-type(n) {
    font-weight: 600;
}

#crm_faq .active .icon {
    width: 25px;
    height: 25px;
    background: url(../images/crm_minus.svg) no-repeat;
    transform: translateY(11px);
    transition: all 0.3s ease-in;
}

#crm_faq .panel {
    padding: 0 15px;
    border-left: 1px solid yellow;
    margin-left: 25px;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in;
}

/* #crm_faq .panel p {
    text-align: justify;
} */


/* accordian style end here */


.odoo_benefits>li:nth-of-type(n) {
    font-size: 00.8rem;
}

#crm_faq .accordion .icon {
    padding-left: 2rem;
}

/* crm style ends here       */

/* Online Heath care page stylesheet */
.banner_area_online_health_care {
background: #fff;
}

.online_health_care_btn {
border-radius: 4px;
background: #3688ff;
text-align: center;
font-size: 20px;
font-weight: 500;
color: #fff;
padding: 10px 15px;
max-width: 240px;
/* max-height: 45px; */
width: 100%;
}
.online-health-care-consultant-heading {
font-size: 26px;
}
.online_health_care_details {
color: #606060;
font-size: 16px;
}
.online_health_care_text_center {
color: #000;
text-align: center;
font-size: 18px;
}
.img_online_health_care_doctor {
text-align: center;
}
.health_care_app_logo_img,
.health_care_app_desc {
text-align: center;
}
.online_health_care_consultation_desc {
text-align: center;
color: #606060;
font-size: 16px;
}
.health_care_app_title {
text-align: center;
font-size: 18px;
}
.consultation_box {
display: flex;
box-shadow: 0px 3px 16px #82828229;
padding: 22px 24px;
justify-content: flex-start;
/* width: 477px; */
/* height: 333px; */
}
.consultation_logo {
    width: 200px;
}
.consultation_box_bottom .consultation_logo {
    width: 100px;
}
.health_care_consultation_desc_with_title {
padding-left: 10px;
}
.online_health_care_consultation_title {
color: #000;
font-size: 18px;
font-weight: 700;
padding-bottom: 0;
margin: 0;
}
.optimise_health_care_box,
.optimise_health_care_bottom_box {
display: flex;
}
.optimise_health_care_title {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.online_health_care_consultation_box_desc {
    font-size: 18px;
    padding-right: 20px;
    margin-bottom: 0;
}
.consultation_box_bottom {
box-shadow: 0px 3px 16px #82828229;
/* width: 1053px; */
padding: 12px 20px;
display: flex;
}
.optimise_healthcare_desc_box {
font-size: 16px;
color: #606060;
}
.optimise_health_care_logo {
background: #e4e4e4;
width: 80px;
height: 80px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
}
.health_care_app_container {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 10px;
}
.health_care_app_container-bottom {
display: flex;
justify-content: space-around;
}
.health_care_app_box {
display: flex;
align-items: center;
}
.health_care_app_box span {
padding-left: 10px;
font-size: 18px;
font-weight: 600;
}
.health_care_mobile_support_container {
display: flex;
justify-content: space-around;
width: 637px;
}
.health_care_mobile_support_box {
display: flex;
flex-direction: column;
}
.health_care_mobile_support_box span {
display: flex;
justify-content: center;
width: 96px;
font-size: 18px;
font-weight: 600;
padding-top: 10px;
}

#online_health_care_faq {
width: 70%;
margin: 0 auto;
margin-top: 100px;
}
/* accordian style */

.online_health_care_accordion {
width: 100%;
padding: 0 10px;
cursor: pointer;
display: flex;
margin: 23px 0;
align-items: center;
}

.online_health_care_accordion .icon {
margin: -5px 10px 0 0;
width: 25px;
height: 25px;
background: url("../images/health-care-plus.svg") center no-repeat;
float: left;
transition: all 0.3s ease-in;
}

.online_health_care_accordion h5 {
font-size: 22px;
margin: 0;
padding: 3px 0 0 0;
font-weight: normal;
color: #000;
}

.online_health_care_accordion h6 {
margin: 0;
}

.active .icon {
width: 25px;
height: 25px;
background: url(../images/health-care-minus.svg) no-repeat;
transform: translateY(11px);
transition: all 0.3s ease-in;
}

.online_health_care_panel {
padding: 0 15px;
border-left: 1px solid yellow;
margin-left: 25px;
font-size: 14px;
overflow: hidden;
max-height: 0;
transition: all 0.3s ease-in;
}

.online_health_care_panel p {
text-align: justify;
}


/*electric vehicle solutions page stylesheet (evs) */

.evs_solution_top_banner_area {
  background-image: url('../images/evs_solution_bkg.svg');
  background-size: cover;
}

.evs_solution_talk_btn {
  border-radius: 4px;
  background: #8BC540;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  max-width: 240px;
  max-height: 45px;
  width: 100%;
  transform: translateY(27px);
}
#evs_software_overview p,.evs_electric_vehicle_ecosys_desc p {
  line-height: 30px;
  margin: 0!important;
  color: #606060;
}
.evs_electric_vehicle_img {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.evs_electric_vehicle_ecosys_indetl{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 16px #82828229;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 13px 6px;
}
.evs_electric_vehicle_ecosys_indetl span{
  font-weight: 500;
}

#evs_software_overview h2,
#evs_electric_vehicle_ecosys h2,
#evs_software_services h2,
#evs_transformation h2,
#evs_launch_software h2,
#evs_features_and_benefits h2,
#evs_why_choose_hashstudioz h2,
#evs_fleet_owner h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}



#evs_software_services p {
  line-height: 25px;
}

.evs_software_services_box {
  background: #F3FCFF;
  border: 1px solid #00BFFF;
  border-radius: 10px;
  /* max-width: 501px; */
}

.evs_software_services_bottom_box,.evs_software_services_bottom_box1 {
  background: #F3FCFF;
  border: 1px solid #00BFFF;
  border-radius: 10px;
  /* max-width: 1074px; */
}

.evs_software_services_header {
  align-items: center;
  padding: 13px 23px;
  display: flex;
}


.evs_software_services_header p {
  padding-left: 32px;
  font-size: 18px;
  font-weight: 700;
}

.evs_software_services_box p
 {
  padding: 13px 22px;
  line-height: 30px;
  font-size: 16px;

}
.evs-cust{
  padding: 0px 22px;
  font-size: 18px;
  font-weight: bold;
}
.evs-cust-desc{
  padding: 0px 22px;
  color: #606060;
  font-size: 16px;
  text-transform: capitalize;
}
.evs_software_services_top_header{
  display: flex;
  padding: 26px;
  width: 100%;
}
.evs_charging_station1 {
  background: #CDF3FF;
  width: 12%;
  height: 110px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.evs_charging_station {
  background: #CDF3FF;
  width: 110px;
  height: 110px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.evs_customer_desc{
  width: 88%;
}

.evs_fleet_detl p,.text{
  color: #606060;
}
.evs_software_services_top_box,
.evs_features_and_benefits_top_box,
.evs_launch_top_box {
  padding-top: 2rem;
}

.evs_manufacturing {
  list-style: none;
  padding: 13px 30px;
}

.evs_manufacturing>li {
  padding-bottom: 5px;
  position: relative;
  padding-left: 20px;
  color: #484848;
  font-weight: 500;
}
.evs_manufacturing p{
  color: #606060;
}

.evs_manufacturing li:before {
  width: 8px;
  height: 8px;
  background-color: #00AEEF;
  content: '';
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
}

#evs_launch_software,
#evs_features_and_benefits,
#evs_why_choose_hashstudioz {
  padding-top: 4rem;
}

.evs_launch_software_img_box {
  width: 80px;
  height: 80px;
  background: #E4E4E4;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.evs_launch_software_title_text,
.evs_features_and_benefits_title_text {
  padding-left: 23px;
}

.evs_launch_software_title_text>.title,
.evs_features_and_benefits_title_text>.title {
  font-size: 18px;
  font-weight: 700;
}

.evs_features_and_benefits_box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 16px #82828229;
  padding: 32px;
}

.evs_why_choose_hashstudioz_bkg {
  background-image: url(../images/evs_solution_curved-bkg.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.evs_choose_hashstudioz_text p {
  line-height: 30px;
}

.evs_whys_choose-hashstudioz_right_box {
  background: #FFFFFF;
  box-shadow: 0px 10px 10px #00000029;
  border-radius: 6px;
}

.evs_whys_choose-hashstudioz_right_box .title {
  font-weight: 700;
  padding: 8px 22px;
}

.evs_whys_choose-hashstudioz_right_box .desc-text {
  font-size: 14px;
  padding: 11px 22px;
}


/* evs accordian style */

#evs_faq {
  width: 70%;
  margin: 0 auto;
  margin-top: 100px;
}

#evs_faq h4 {
  font-weight: bold;
}

#evs_faq .accordion {
  width: 100%;
  padding: 0 10px;
  cursor: pointer;
  display: flex;
  margin: 23px 0;
  align-items: center;
}

#evs_faq .accordion .icon {
  margin: -5px 10px 0 0;
  width: 25px;
  height: 25px;
  background: url('../images/evs_solution_plus_accordian.svg') center no-repeat;
  transition: all .3s ease-in;
}

#evs_faq .accordion h5 {
  font-size: 22px;
  margin: 0;
  padding: 3px 0 0 0;
  font-weight: normal;
  color: #000;
}

#evs_faq.accordion h6 {
  margin: 0;
}

#evs_faq .accordion h6 {
  font-weight: 600;
  width: 100%;
}

#evs_faq .active .icon {
  width: 25px;
  height: 25px;
  background: url(../images/evs_solution_minus_accordian.svg) no-repeat;
  transform: translateY(11px);
  transition: all 0.3s ease-in;
}

#evs_faq .panel {
  padding: 0 15px;
  border-left: 1px solid #8BC540;
  margin-left: 25px;
  font-size: 14px;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in;
}

#evs_faq .panel p {
  text-align: justify;
}

/* travel-process-outsourceing styling */

.travel-outsourcing-reservations-bookings,.travel-outsourcing-inbound-outbound-sales,.travel-outsourcing-coordinators-itinerary-planners{
    background: #70707014;
      margin-top: 28px;
  }

  /* sales force development */
.salesforce-offering-container{
    display: flex;
    /* background: #CAE2FF; */
    border:1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    min-height: 305px;
  }
  .salesforce-partner-container p{
    text-align: justify;
  }
  .slaesforce-img-box{
    display: flex;
    align-items: center;
    padding: 31px;
  }
  .slaesforce-img-box img{
    height:80px;
  }
  .slaesforce-desc-box ul{
    list-style: disc;
    padding-left: 30px;
    word-break: break-word;
  }
  .slaesforce-desc-box ul>li{
    padding: 5px;
  }
  .slaesforce-desc-box h4{
    font-size: 18px;
  }
  
  /* sales force development ends here */


  
/*********** NFT PAGE CSS ******************/

.white-text {
    color: #fff !important;
}

.nft_banner_sec {
    padding-top: 30px;
}

.nft_sec-space {
    padding: 30px 0px;
}

.nft_banner_sec p {
    margin-bottom: 2rem;
}

.banner_heading {
    font-weight: bold;
    font-size: 55px;
    margin-bottom: 25px;
}

.request_quote {
    border-radius: 4px;
    background: #3688ff;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 10px 15px;
    max-width: 240px;
    max-height: 45px;
    width: 100%;
}

.nft_heading h4 {
    font-weight: 600;
    font-size: 26px;
}

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

.marketPlace_heading h5 {
    font-weight: 600;
}

.contact_request_nft {
    margin-top: 11px;
}

.contact_request_nft a {
    color: #fff;
    margin: 0 15px;
    margin-top: 25px;
    box-shadow: 2px 2px 3px #e2ded5;
    border-radius: 8px;
    background: #f7a016;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    min-width: 240px;
    padding: 10px 15px;
    cursor: pointer;
}

.contact_request_nft a:last-child {
    background-color: #00aeef;
}

.contact_request_nft a:hover {
    color: #fff;
}

.popular_solution_section {
    align-items: center;
}

.popular_img {
    margin: auto;
    display: block;
    width: 100%;
    max-width: 316px;
}

.popular_sol {
    padding: 30px;
    font-weight: 500;
    border: 1px solid rgb(20 20 20 / 27%);
    text-align: center;
    font-size: 20px;
}
.card.popular_shadow:nth-child(4n) {
    margin-right: 7px;
}
.popular_shadow {
    -webkit-box-shadow: 10px 10px 10px 1px rgba(0, 0, 0.1, 0.1);
    box-shadow: 10px 10px 10px 1px rgba(0, 0, 0.1, 0.1);
}

.features_background {
    background: #f8f8f8;
}

.market_industries {
    width: 18%;
    margin-bottom: 25px;
    position: relative;
    padding: 26px 40px;
    -webkit-box-shadow: 2px 4px 7px 1px rgb(0 0 0 / 20%);
    box-shadow: 2px 4px 7px 1px rgb(0 0 0 / 20%);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.market_industries div {
    color: #fff;
    top: 0;
    clip-path: polygon(100% 0, 100% 69%, 52% 100%, 0 69%, 0 0);
    position: absolute;
    left: 50%;
    margin-left: -30px;
    height: 52px;
    width: 60px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    padding-top: 6px;
}

.industry_sno1 {
    background: #DB4453;
}

.industry_sno2 {
    background: #e9573e;
}

.industry_sno3 {
    background: #f3bb40;
}

.industry_sno4 {
    background: #8dc153;
}

.industry_sno5 {
    background: #37bd9c;
}

.industry_sno6 {
    background: #3aadd9;
}

.industry_sno7 {
    background: #4b89dc;
}

.industry_sno8 {
    background: #947add;
}

.industry_sno9 {
    background: #d870ad;
}

.industry_sno0 {
    background: #aab2bd;
}

.market_industries span {
    width: 70px;
    height: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-top: 70px;
}

.industry_icon1 {
    background-image: url(../images/art.svg);
}

.industry_icon2 {
    background-image: url(../images/music-notes.svg);
}

.industry_icon3 {
    background-image: url(../images/digital-campaign.svg);
}

.industry_icon4 {
    background-image: url(../images/video-game.svg);
}

.industry_icon5 {
    background-image: url(../images/sport.svg);
}

.industry_icon6 {
    background-image: url(../images/accessories.svg);
}

.industry_icon7 {
    background-image: url(../images/video-camera.svg);
}

.industry_icon8 {
    background-image: url(../images/infrastructure.svg);
}

.industry_icon9 {
    background-image: url(../images/domain-name.svg);
}

.industry_icon0 {
    background-image: url(../images/photography.svg);
}

.market_industries p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 12px;
    min-height: 50px;
}

.industry_name1 {
    color: #DB4453;
}

.industry_name2 {
    color: #e9573e;
}

.industry_name3 {
    color: #f3bb40;
}

.industry_name4 {
    color: #8dc153;
}

.industry_name5 {
    color: #37bd9c;
}

.industry_name6 {
    color: #3aadd9;
}

.industry_name7 {
    color: #4b89dc;
}

.industry_name8 {
    color: #947add;
}

.industry_name9 {
    color: #d870ad;
}

.industry_name0 {
    color: #aab2bd;
}

.nft_last_sec {
    margin: auto;
    width: 77%;
    text-align: center;
}

.nft_last_sec h4,
.nft_last_sec p {
    font-size: 27px;
}

.nft_letDiscuss {
    margin-top: 20px;
}

.numerous_feature {
    text-align: center;
    font-size: 20px;
}

.feature_space {
    padding-top: 20px;
    padding-bottom: 45px;
}

.marketPlatform h5 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 22px;
}

.opensea_space p {
    margin-top: 29px;
    margin-bottom: 45px;
}

.faq-sec {
    margin-top: 20px;
    background: #f8f8f8;
}

.why_hashStudioz {
    margin-bottom: 20px;
}

.accordion .card-header:after {
    pointer-events: none;
    content: '';
    width: 20px;
    height: 20px;
    /* background: url(../images/plusBlue.svg) no-repeat center center; */
    background-size: 20px;
    display: inline-block;
    position: absolute;
    right: 20px;
    top: 20px;
}

.accordion .card-header.activeNav:after {
    background-image: url(../images/close.svg);
    background-size: 18px;
}

.accordion .card-header {
    background: #fff;
}

.accordion .card-header .btn {
    color: #000;
    font-weight: 600;
    font-size: 20px;
}

.accordingCardConent .card-body {
    font-size: 16px;
}
.nft-banner-imges{
    max-width: 650px;
    width: 100%;
}
.marketPlatform-imges{
    max-width: 600px;
    width: 100%;
}

.nft-imges {
    max-width: 1000px;
    width: 100%;
}
.imges-marketPlaceDev{
    max-width: 780px;
    width: 100%;
}
.various-field {
    flex-wrap: wrap;
}

.nft-development {
    margin-bottom: 20px;
}

.faq-sec {
    padding: 2rem 0;
}

.faq-sec h4 {
    font-size: 36px;
}

.img_center {
    text-align: center;
}

.features_headings h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
}

.content_space {
    margin-bottom: 29px;
}


/************* NFT CSS END *****************/
    
    /*thanku css*/

.thanku_process{
    flex-direction: column;
  }


  /* spa-and-salon-page */
.spa_and_saloon_banner{
  background-image: url('../images/saloon.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.spa_and_saloon_banner_text{
  padding-top: 8%;
}
.spa_and_saloon_banner_text h2{
  line-height: 1.5;

}

.spa_and_saloon_plain-text{
  line-height: 1.8;
}
.spa_and-saloon_software img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.spa_and-saloon_software p,.spa_and_saloon_text{
  text-align: justify;
  line-height: 1.8;
}

.spa_and_saloon_business .carousel-item p{
  color:#000;
}

.spa_and_saloon_business .carousel-indicators li{
  width: 29px;
  height: 4px;
  background-color: #000000;
  border-radius:0!important;
  opacity: .3;
}

.spa_and_saloon_business .carousel-indicators .active{
  opacity: 1;
}
.spa_digital_text{
  line-height: 1.6;
}
.spa_img_shadow{
  box-shadow: -7px 6px 2px 3px #00000057;
}
.spa_color_text{
  color: #D7711D;
}
.spa-hashstudioz-app{
  background-image: url('../images/spa-best-application.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#spa_Carousel .carousel-inner{
  height: 253px;
}



/* new team page css */


.our_teambanner_wrapper.banner_team_sec h1 {
    /* background-image: none; */

    background-image: url(../images/team/team_heading_wrp.png);
    text-shadow: none;
    font-weight: normal;
}
/* .our_teambanner_wrapper.banner_team_sec h1 span{
   background: #F89B1C;
   padding: 10px 35px;
   border-radius: 10px;
} */
.our_team_wrapper .team_images img {
   width: 100%;
}

.our_teambanner_wrapper.banner_team_sec .teamsuccess {
   padding: 0 8%;
}
.our_teambanner_wrapper.banner_team_sec .teamsuccess{
   text-shadow: none;
}
.our_team_wrapper .team_title {
   text-align: center;
   padding: 27px 0px;
}
.our_team_wrapper .team_profile_details{
   text-align: center;
}
.our_team_wrapper .team_boxs_wrapper{
   margin-left: -16px;
   margin-right: -16px;
}

.our_team_wrapper .team_boxs_wrapper .col-md-4 {
   padding-left: 32px;
   padding-right: 32px;
}
.our_team_wrapper .team_boxs {
   text-align: center;
   margin-bottom: 60px;
}
.our_team_wrapper .team_images {
   background: #dedbdb;
}
.our_team_wrapper .team_profile_details h3 {
   color: #4E8ECB;
   font-size: 24px;
   padding-top: 15px;
}
.our_team_wrapper .team_profile_details h4{
   font-size: 20px;
   color:#000000;
   font-weight: 600;
}


/* new team css end */




/* XML API INTEGRATIONS  */
section.xml-api-integrations {
    background-color: #6ef2ff;
  }
  p.xml_api_integrations_data{
    font-size: 16px;
    color: #616161;
    line-height: 1.8;
    text-align: justify;
    margin-top: 2rem;
    margin-bottom: 2rem;
  
  }
  h2.xml-api-integrations_headers{
    color: #070707;
    line-height: 38px;
    font-size: 26px;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  h3.xml-api-integrations_subHead{
    font-size: 25px;
    color: #000;
    font-weight: 800;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  section.xml-api-integrations .banner_area h1 {
    color: #000;
    padding-top: 80px;
    font-size: 50px;
  }
  
  
  section.xml-api-integrations .banner_area .req_quote {
    font-weight: normal;
    margin-bottom: 5px;
    background-color: #24a0ed;
  }
  
  section.about-xml-api-integrations {
    padding-top: 20px;
  }
  
  section.xml-api-integrations-services .travel_service h2 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  
  section.xml-api-integrations-services .travel_service p {
    text-align: left !important;
  }
  
  section.xml-api-integrations-services .iot_serv_sec {
    border: none;
    background: none;
  }
  
  
  section.xml-api-integrations-services .iot_serv_sec h3 {
    padding-top: 20px;
  }
  
  
  
  /* Section xml-api-integrations ends here */
  
  /* Section xml-api-integrations-services */
  section.xml-api-integrations-services .travel_service {
    height: 100%;
    min-height: 100px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  
  /* Section integrations-api-travels */
  
  section.integrations-api-travels .api_travels_details {
    margin-top: 38px;
  }
    
  /* Section integrations-api-travels ends here */
  
  /* Section benefits_api_integrations starts here */
  section.benefits_api_integration h2 {
    color: #000;
    font-weight: 700;
    font-size: 26px;
    margin-top: 2rem;
    margin-bottom: 0rem;
  }
  
  /* Section benefits_api_integrations ends here */
  
  /* Section integration-expertise-and-offering starts here */
  
  section.integration-expertise-and-offering {
    display: flex;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    margin-top: 5rem;
    background-position: top center;
    
  }
  
  
  section.integration-expertise-and-offering h2 {
    padding-top: 7px;
    font-size: 45px;
    text-align: center;
    font-weight: 600;
  }
  section.integration-expertise-and-offering h2 .hash{
    color: #f89c1e;
    font-weight: 600;
  }
  section.integration-expertise-and-offering h2 .studioz{
    color: #0fb1ef;
    font-weight: 600;
  }
  
  
  /* Section hashstudioz-details-about-expertise-and-offering starts here */
  .hashstudioz-details-about-expertise-and-offering{
    padding-top: 30px;
  }
  
  .hashstudioz-details-about-expertise-and-offering .expertise-and-offering-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .expertise-and-offering-details p.xml_api_integrations_data {
      margin-bottom: 0px;
      /* background: red; */
  }
  .xml_img_wrp {
      min-height: 120px;
  }
  section.xml-api-integrations .banner_area .req_quote {
      padding-top: 6px;
  }
  .xml-api-integrations .req_quote {
      flex: 0 0 auto !important;
  }
  .xml-api-integrations .banner_area .req_quote {
      height: auto;
      min-height: auto;
      max-height: initial;
  }
  
  /* Section hashstudioz-details-about-expertise-and-offering ends here */
  
  /* xml-api-integrations ends here */



  
/* Magento Application css  */

.magento_application_wrapper .mobile_app_bannerr {
    background: transparent;
}
.magento_application_wrapper .mobile_app_bannerr h1 {
    color: #000;
}
.magento_application_wrapper .banner_area .req_quote {
    background: #3688FF;
}
.magento_application_wrapper .magento_services{
    background: #EAF3FF;
    padding: 30px 0px;
    display: inline-block;
}
.magento_application_wrapper .magento_services p {
    font-size: 16px;
    padding-top: 12px;
    color: #242424;
}
.magento_application_wrapper .magento_headings {
    font-size: 24px;
    color: #212529;
    font-weight: 600;
}
.magento_application_wrapper .explore_the_world {
    padding: 50px 0px;
}
.magento_application_wrapper .ecommerce_web_text p{
    color: #606060;
}
.magento_application_wrapper .ecommerce_web_img{
     text-align: center;
}
.magento_application_wrapper .ecommerce_web_img img {
    max-width: 299px;
}
.eCommerce_development_tabs ul.nav.nav-tabs {
    flex-direction: column;
    display: flex;
}



.magento_circleboxs {
    background: #F8F8F8 !important;
    width: 375px!important;
    height: 375px!important;
    border-radius: 50%!important;
    align-items: center!important;
    justify-content: center!important;
    flex-direction: column!important;
    padding: 100px 40px!important;
    text-align: center!important;
}
.eCommerce_development_tabs .nav-tabs li {
    padding: 10px 0px;
}
.eCommerce_development_tabs .nav-tabs li a{
    color: #36454F;
    font-size: 20px;
    padding-left: 100px;
}
.eCommerce_development_tabs .nav-tabs li .active{
    color: #3688FF;
    position: relative;
}
.eCommerce_development_tabs .nav-tabs li .active:before{
    position: absolute;
    content: '';
    left: 0px;
    top: 13px;
    background: #3688ff;
    width: 92px;
    height: 2px;
}
.magento_circleboxs h3{
    font-size: 22px;
    color: #3688FF;
}
.eCommerce_development_tabs .magento_circleboxs p{
  font-size: 16px;
  color: #242424;
}
.eCommerce_development_tabs .nav-tabs {
    border-bottom: 0;
}
.eCommerce_solution_inner p {
    color: #606060;
    font-size: 16px;
}
.eCommerce_development_solution {
    padding: 30px 0px;
}
.magento_application_wrapper .magento_services_benefit p{
    padding-top: 5px;
}
.fashion_industry_innerbox{
    background: #FFFFFF;
    padding: 20px;
    box-shadow: 0px 3px 12px #00000029;
    margin-top: 20px;
    border-radius: 8px;
}
.fashion_industry_innerbox h4 {
    color: #3688FF;
    font-size: 16px;
    padding-top: 12px;
}
.fashion_industry_innerbox p{
    color: #606060;
}
.fashion_industry_innerbox a {
    border: 1px solid #3688FF;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.development_process_innerboxs ul li {
    background-image: url(../images/process_bg_img.png);
    background-size: 100% 100%;
    height: 252px;
    width: 20%;
    float: left;
    margin-top: 30px;
    padding: 50px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.development_process_innerboxs {
    padding: 130px 0px 30px;
    display: inline-block;
    position: relative;
    width:100%;
}
.development_process_innerboxs ul li:nth-child(2) {
    position: absolute;
    top: 0px;
    left: 20%;
}
.development_process_innerboxs ul li:nth-child(3) {
    position: absolute;
    left: 40%;
}
.development_process_innerboxs ul li:nth-child(4) {
    position: absolute;
    top: 0px;
    left: 60%;
}
.development_process_innerboxs ul li:nth-child(5) {
    position: absolute;
    left: 80%;
}
.development_process_innerboxs ul li:nth-child(6) {
    position: absolute;
    top: 0px;
    left: 100%;
}

.our_magento_development_process {
    padding: 30px 0px;
    display: block;
    float: left;
    width: 100%;
}

.development_process_innerboxs span.requirement_heading {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color:#3688FF;
}

.development_process_innerboxs span.requirement_para {
    display: block;
    text-align: center;
    font-size: 14px;
    color:#242424;
}

.eCommerce_platform_wrp .fashion_industry_innerbox {
    background: transparent;
    box-shadow: none;
    padding: 5px;
    margin-top: 0;
}
.eCommerce_platform_wrp .fashion_industry_innerbox h4 {
    font-size: 80px;
    font-weight: 700;
}
.magento_development_services{
    padding: 30px 0px;
}
.magento_development_services p{
    color: #606060;
    padding-top: 10px;
}
.luking_simi_magento h3.magento_heading {
    font-size: 24px;
    color: #212529;
    font-weight: 600;
}

/* Magento Application css end */

/*moden css*/
.buttonStylewindow {
    position: absolute;
    right: -15px;
    top: -15px;
    background: #f79713;
    border: 0;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}
  #modalOverlay {
      position: fixed;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 99999;
      height: 100%;
      width: 100%;
  }
.modalPopup {
     position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 50%;
    /* padding: 0 0 30px; */
    -webkit-box-shadow: 0 2px 10px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
    box-shadow: 0 2px 10px 3px rgb(0 0 0 / 20%);
    height: 560px;
   
  }
  .bgpopimage img{
    width: 100%;
    height: 100%;
  }
  .bgpopimage{
    height: 100%;
  }

/*model css*/
  
/*home brands page css*/

.brands_logo_slides ul{
  display: flex;
}
.brands_logo_slides ul li {
    background: #fff;
    box-shadow: 1px 4px 18px #0000000f;
    display: inline-block;
    padding: 10px;
    margin: 10px;
    flex: 0 0 20%;
    border-radius: 10px;
    height: 150px;
}
.brands_logo_slides ul li a img {
    height: 100%;
    object-fit: contain;
    width: 200px;
    margin: 0 auto;
    display: block;
}
/*.cdac_img{
  width: 200px !important;
}*/
.brands_logo_slides {
    background-image: url(../images/brands_bg_img.png);
    background-size: cover;
    padding: 90px 0px 80px;
}

/*sldier css*/
.slide-option {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.slide-option div.container {
  transition: all 0.3s ease;
}



div.highway-slider {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 165px;
}
div.highway-slider div.highway-barrier {
  overflow: hidden;
  position: relative;
}
div.highway-slider ul.highway-lane {
  display: flex;
  height: 100%;
}
div.highway-slider ul.highway-lane li.highway-car {
  flex: 0 0 20%;
/*  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;*/
  color: #343434;
}
.brands_logo_slides .slick-list {
     margin-top: 0px; 
}

@-webkit-keyframes translatestf {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-500%);
  }
}
@keyframes translatestf {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-500%);
  }
}
#stffull div.highway-barrier ul.highway-lane {
   width: 500%;
}
#stffull div.highway-barrier ul.highway-lane li.highway-car {
  -webkit-animation: translatestf 40s linear infinite;
          animation: translatestf 40s linear infinite;
}
#stffull div.highway-barrier ul.highway-lane li.highway-car h4 {
  font-size: 28px;
}
@-webkit-keyframes translateinfinite {
  0%{
     transform: translateX(10);
  }

  100% {
    transform: translateX(-300%);
  }
}

@keyframes translateinfinite {
   0%{
     transform: translateX(10);
  }

  100% {
    transform: translateX(-300%);
  }

}
#infinite div.highway-barrier {
  box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.3);
}
#infinite div.highway-barrier::before,
#infinite div.highway-barrier::after {
  content: " ";
  position: absolute;
  z-index: 9;
  width: 180px;
  height: 100%;
}
#infinite div.highway-barrier::before {
  top: 0;
  left: 0;
}
#infinite div.highway-barrier::after {
  top: 0;
  right: 0;
}
#infinite div.highway-barrier ul.highway-lane {
    width:100%;
     -webkit-animation: translateinfinite 30s linear infinite;
          animation: translateinfinite 30s linear infinite;
          transform-origin: left;
}
#infinite div.highway-barrier ul.highway-lane li.highway-car {
  width: 220px;
 
}
#infinite div.highway-barrier ul.highway-lane li.highway-car span.fab {
  font-size: 65px;
}


/*slider css end*/
/*home brands page css end*/


header .navbar.bg-light{
  background: transparent !important;
}
/*recode iot gateway*/ 

.wrapper-recode-iot {
  position: relative;
}

.recode-iot {
  background-image: url(../images/recode-iot.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 293px;
  display: flex;
  align-items: flex-end;
}

.under-recode-iot {
  width: 507px;
  height: 88px;
  background: rgba(0, 0, 0, .3);
  display: flex;
  align-items: center;
  justify-content: center;
}

.recode-iot h1 {
  font: normal normal bold 34px/26px Segoe UI;
  color: #FFFFFF;
}

.slick-iot {
  padding-top: 20px;
  border-top: 4px solid #F89B1C;
}

/* .slick-iot ul {
  list-style-image: url('../images/list-boolet.jpg');
  background-size: 10px 11px;
  background-position: bottom;
} */

.slick-iot li {
  /* font: normal normal normal 16px/24px Segoe UI; */
  letter-spacing: 0px;
  color: #4F4F4F;
  margin: 5px 0;
  padding-left: 10px;
}

.slick-image {
  height: 498px;
  background-color: #F3F3F3;
  padding: 5px 11px;
}

.rs_slick_wrapper .slick-image {
    background-color: transparent;
  }
.slider.slider_click_tabs{
    padding-top: 0px;
    background-color: transparent  !important;
    height: auto !important;
}
.rs_slick_wrapper .slick-dots{
    display: none !important;
}
.outer-slick-image {
  position: static;
  right: 0px;
  top: 203px;
  padding: 0 100px;
}

.thumb-img {
  width: 98%;
  border-radius: 2px;
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
}
.rs_485_new_wrp .thumb-img {
    margin-top: 6px;
}

.slider-for {
  width: 99%;
  height: 366px !important;
  border-radius: 4px;
  overflow: hidden;
}

.slider-for img {
  width: 60%;
  height: 316px;
  margin-left: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
}
.rs_485_new_wrp .slider-for img {
    width: 100%;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  /* margin-top: -57px; */
}

.hardware-interface {
  background-color: #F3F3F3;
  margin-top: 30px;
  padding: 50px 0px;
}

.hr-interface {
  background-color: #F89B1C;
  padding: 36px;
}

.hr-interface p {
  text-align: center;
  /* font: normal normal normal 18px/26px Segoe UI; */
  letter-spacing: 0px;
  color: #FFFFFF;
}

.gateway_tabs_bg {
  background: #E7E7E7 0% 0% no-repeat padding-box;
  padding: 20px 0px;
}

.characteristics {
  margin-left: -14px;
}

.characteristics li {
  width: 233px;
  height: 60px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.characteristics li .active {
  width: 233px;
  height: 60px;
  background: #00AEEF 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.characteristics li a {
  font: normal normal medium 15px/1px Roboto;
  color: #000000;
  opacity: 1;
}

.background-interface {
  background-color: #fff;
  padding: 28px 0 28px 28px;
}

.background-interface h4 {
  /* font: normal normal bold 16px/24px Segoe UI; */
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

.background-interface p {
  /* font: normal normal normal 16px/24px Segoe UI; */
  color: #000000;
}

.background-interface li,
.slick-iot li {
  /* font: normal normal normal 16px/24px Segoe UI; */
  color: #4F4F4F;
  position: relative;
  margin: 10px 0;
  padding-left: 20px;
}

.background-interface .before_dots li:before,
.slick-iot .before_dots li:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 7px;
  width: 11px;
  height: 11px;
  background-size: cover;
  background-image: url('../images/list-boolet.jpg');
}

.justFor-mt {
  margin-top: 2px;
}

.iot-rs {
  width: 349px;
  height: 349px;
  margin-left: auto;
  margin-right: auto;
}

.inter-face-two {
  background-color: #fff;
}

.ethernet-two li {
  display: block;
}

.ethernet-tap h3 {
  font: normal normal bold 24px/24px Segoe UI;
  color: #000000;
}

.tabs-button {
  display: inline-block;
  background: #F3F3F3 0% 0% no-repeat padding-box;
  width: 261px;
  height: 60px;
  margin: 2px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal normal medium 15px/1px Segoe UI;
  color: #000000;
}

.nav-pills-custom-two .tabs-button.active {
  display: inline-block;
  background: #00AEEF 0% 0% no-repeat padding-box;
  color: #fff;
  width: 261px;
  height: 60px;
  margin: 2px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slick-track .slick-active.slick-current .thumb-img {
  border-bottom: 4px solid #F89B1C;
}

/*tables*/ 

.ethernet-img table {
  /* font-family: arial, sans-serif; */
  border-collapse: collapse;
  width: 100%;
}

.ethernet-img td,
.ethernet-img th {
  border: 1px solid #D2D2D2;
  padding-left: 10px;
}

.ethernet-img th {
  border: none;
}

.ethernet-img {
  margin-top: -27px;
}

.ethernet-img img {
  width: 100%;
  border: 1px solid #D2D2D2;
}

.alfreds-row {
  height: 50px;
}

.alfreds-row .first-td {
  width: 30%;
  background-color: #ECECEC;
  /* font: normal normal normal 16px/24px Segoe UI; */
  color: #000000;
}

.second-td {
  /* font: normal normal normal 16px/24px Segoe UI; */
  color: #000000;
}

.alfreds-row .second-td-two {
  font: normal normal 500 16px/24px Segoe UI;
  letter-spacing: 0px;
  color: #000000;
}

.for-accordion {
  background-image: url('../images/accordion-img.jpg');
  background-size: cover;
  height: 565px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.iot-accordion {
  width: 100%;
  background-color: #fff;
  padding: 20px;
}

.outer-accordion {
  display: flex;
  justify-content: center;
  align-items: center;
}

.iot-accordion .iot-content p {
  /* font: normal normal normal 16px/24px Segoe UI; */
  font-size: 16px;
  color: #4F4F4F;
}

.iot-accordion #iot-accordion-1 .iot-arrow {
  color: #000;
  font-size: 20px;
  transition: 0.25s ease;
  opacity: 0.3;
  transform: rotate(-90deg);
}

.iot-accordion #accordion-1 .iot-head:hover .iot-arrow {
  opacity: 1;
}

.iot-head {
  display: flex;
  justify-content: space-between;
  background-color: #ECECEC;
  padding: 20px;
}

.iot-accordion h4 {
  /* font: normal normal bold 24px/24px Segoe UI; */
  color: #000000;
}

.iot-accordion-1 {}

.iot-accordion #iot-accordion-1 .iot-head:hover,
.iot-accordion #iot-accordion-1 .active {
  background: #ECECEC;
}

.iot-accordion #iot-accordion-1 .iot-arrow-animate {
  transform: rotate(0deg);
  /*/ opacity: 1; /*/
}

.iot-accordion #iot-accordion-1 .iot-content {
  background-color: #ECECEC;
  display: none;
  padding: 0px 20px 20px 20px;
  color: #333333;
}

.iot-head .heading-accordion {
  font-size: 16px;
  font-weight: 500;
  /* font-family: Segoe UI; */
  color: #000000 !important;
}

.slick-dots li button:before {
   content: '' !important;
}

/*/ Add indicator arrow for the active tab /*/

/*gitex-registration*/

.gitex_wrapper .banner {
  width: 100%;
  min-height: 870px;
  background-size: cover;
  background-position: bottom;
  padding-top: 150px;
  padding-bottom: 90px;
}
.fix-background {
  position: relative;
}
.gitex_wrapper section {
  padding: 60px 0;
}
.gitex_wrapper .bg-black {
  background: #000;
}
.gitex_wrapper .opacity-dark {
  opacity: 0.8;
}
.gitex_wrapper .opacity-light,
.gitex_wrapper .opacity-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.gitex_wrapper .opacity-dark {
  opacity: 0.1;
}
.gitex_wrapper .opacity-light,
.gitex_wrapper .opacity-dark {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.gitex_wrapper .banner-text h2 {
    font-size: 48px;
    color: #fff;
    line-height: 60px;
    font-weight: 600;
    padding-right: 50px;
    width: 100%;
    /* text-transform: uppercase; */
}
.gitex_wrapper .signup-box-body label {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.gitex_wrapper .signup-box-body input {
  font-size: 14px;
  height:48px;
}
.gitex_wrapper .please_proceed{
   font-size: 12px;
} 

.gitex_wrapper .banner-text h3 {
  padding-top: 0;
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-size: 55px;
  font-weight: 500;
  text-shadow: 0 0 11px #000;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 9px;
}
.gitex_wrapper .banner-text span {
  color: #f89b1c;
}
.gitex_wrapper .banner-text span {
  color: #f89b1c;
}
.gitex_wrapper img.img-gitex {
  height: 67px;
  width: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}
.gitex_wrapper .signup-box {
position: relative;
padding: 30px;
border-radius: 10px;
background-color: #fff;
min-height: 450px;
}
.gitex_wrapper button.btn.btn-primary.sub-btn {
  background-image: linear-gradient(to right, #f9d022, #f79b14);
  padding: 5px 5px;
  width: 100%;
  font-size: 20px;
  border: none;
  text-transform: uppercase;
}

/*ticket start here**/
.gitex_wrapper .cardF.cardLeftF h1 {
color: #000;
font-size: 28px;
text-align: left;
margin-left: 30px;
font-weight: 700;
margin-top: -15px;
line-height: 25px;
}
.gitex_wrapper span.meeting-txt {
color: #04afef;
font-weight: 600;
font-size: 18px;
}

.gitex_wrapper .title h6 {
font-size: 12px;
color: #000;
margin-left: 30px;
}
.gitex_wrapper img.img-icon {
width: 80px;
height: 90px;
text-align: center;
margin: 0 auto;
margin-left: 120px;
}

.gitex_wrapper .ticket {
    background-image: url(../images/ticket.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.left-side-content-ticket-box{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 15px;
}
.gitex_wrapper .left-side-content-ticket-box img{
  margin-bottom: 0px !important;
}
.gitex_wrapper .left-side-content-ticket-box h2{
    font-size: 27px;
    color: #000;
    font-weight: 600;
    width: 100%;
}
.gitex_wrapper .left-side-content-ticket-box h2 span{
  color: #02aeef;
  font-size: 32px;

}
.gitex_wrapper .left-side-content-ticket-box p{
  font-size: 14px;
   margin: 0;
  color:#000000;
}
.gitex_wrapper .left-side-content-ticket-box span{
    font-size: 24px;
    color: #F89B1C;
    padding-top: 10px;
}
.gitex_wrapper .right-side-ticket-box span{
    font-size: 14px;
}

.gitex_wrapper .right-side-ticket-box p {
    font-size: 18px;
    margin: 0;
    color: #000000;
}
.gitex_wrapper .meeting_expert_flex{
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.gitex_wrapper .content {
  position: absolute;
  top: 40px;
  width: 100%;
  height: 170px;
}

.gitex_wrapper .airline {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: rgba(0, 0, 102, 1);
}

.gitex_wrapper .Meeting-text {
  position: absolute;
  top: 10px;
  left: 20px;
  font-family: roboto;
  font-size: 16px;
  color: #222;
  font-weight: 600;
}

.gitex_wrapper .sfo {
  position: absolute;
  top: 10px;
  left: 180px;
  font-family: Arial;
  font-size: 38px;
  color: #222;
}


.gitex_wrapper .sub-content {
  width: 100%;
  height: 100px;
  position: absolute;
  top: 70px;
}


.gitex_wrapper .airlineslip {
  left: 455px;
}
/**ticket end here*/

/**new ticket start here*/
.gitex_wrapper .title h6 {
font-size: 12px;
color: #000;
}

.gitex_wrapper .title span {
color: #F89B1C;
font-size: 14px;
font-weight: 400;
margin-left: 22px;
}

.gitex_wrapper .right.RP.d-flex {
position: relative;
}
.gitex_wrapper .title.Left-Title h2 {
font-size: 12px;
margin-left: 80px;
}

.gitex_wrapper .titleRight {
position: absolute;
bottom: 30px;
left: 485px;
font-family: Roboto;
font-size: 28px;
color: #222;
}
.gitex_wrapper .titleRight img {
position: absolute;
bottom: 64px;
left: -90px;
}
.gitex_wrapper .titleRight small {
font-size: 16px;
}
.gitex_wrapper .titleRight h6 {
margin-bottom: 0px;
}
.gitex_wrapper .Left-Title.title span {
color: #F89B1C;
font-size: 14px;
font-weight: 400;
margin-left: 80px;
}
.gitex_wrapper .gitex_banner{
    background-image: url(../images/gitex_banner.png);
    background-size: cover;
    padding: 50px 0px;
}

/* web and mobile */

.web-portfolio {
  background-image: url(../images/web-portfolio-images/web-portfolio-bg-banner.png);
  background-size: cover;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: right;
  display: flex;
  align-items: center;
  padding: 20px 0px;
}

.web-portfolio h1 {
  font: normal normal bold 91px/109px Segoe UI;
  color: #4E4E4E;
}

.web-portfolio h1 span {
  color: #FF7C3B;
}

.web-mobile {
  display: flex;
  align-items: center;
}

.web-thinkGas {
  background-image: url(../images/web-portfolio-images/web-portfolio-thinkGas-left.png);
  background-size: 82% 100%;
  background-repeat: no-repeat;
  background-position: right;
  margin-top: 130px;
  padding: 60px 0;
  display: flex;
  align-items: center;
}

.under-web-thinkGas {
  padding: 0 85px;
}

.web-thinkGas h3 {
  font-size: 36px;
  font-weight: bold;
  /* / font: normal normal bold 36px/43px Segoe UI; / */
  color: #020202;
  position: relative;
}

.web-thinkGas h3::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 55px;
  width: 98px;
  height: 3px;
  background: #F89B1C;
  border-radius: 50px;
}

.web-thinkGas p {
  font-size: 16px;
  /* / font: normal normal normal 22px/38px Segoe UI; / */
  letter-spacing: 0px;
  color: #020202;
  opacity: 0.73;
}

.web-thinkGas-two {
  background-image: url(../images/web-portfolio-images/web-portfolio-JoyScore-left.png);
  background-size: 82% 100%;
  background-repeat: no-repeat;
  margin-top: 130px;
  padding: 60px 0;
  display: flex;
  align-items: center;
}

.web-thinkGas-two h3 {
  font-size: 36px;
  font-weight: bold;
  /* / font: normal normal bold 36px/43px Segoe UI; / */
  letter-spacing: 0px;
  color: #020202;
  opacity: 1;
}

.web-thinkGas-two p {
  font-size: 16px;
  /* / font: normal normal normal 22px/38px Segoe UI; / */
  letter-spacing: 0px;
  color: #020202;
  opacity: 0.73;
}

.web-thinkGas-two h3::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 135px;
  width: 98px;
  height: 3px;
  background: #F89B1C;
  border-radius: 50px;
}

.shield-dispatcher h3::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 195px;
  width: 98px;
  height: 3px;
  background: #F89B1C;
  border-radius: 50px;
}

.rezofy h3::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 95px;
  width: 98px;
  height: 3px;
  background: #F89B1C;
  border-radius: 50px;
}

.web-GoKeyLess h3::after {
  content: "";
  position: absolute;
  top: 45px;
  left: 80px;
  width: 98px;
  height: 3px;
  background: #F89B1C;
  border-radius: 50px;
}

.web-port-GoKeyLess {
  padding: 20px 0;
  margin-bottom: 130px;
}

/* Section iot-final-portfolio starts here */
section.iot-portfolio-hash-top-banner {
  background: url("../images/iot-final-portfolio/iot-portfolio-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 96% 100%;
  height: 537px;
  overflow-x: hidden !important;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 130px;
}
#iot-portfolio-slider{
  overflow-x: hidden !important;
  padding-bottom: 100px;
}
.iot-portfolio-banner-content{
  margin-top: 7rem;
}
.iot-portfolio-banner-content h1{
  font-size:55px;
  padding-right: 10rem;
  line-height: 80px;
  font-weight: 600;
  color: #FFFFFF;
}
.iot-portfolio-banner-content h1 span.iot-solutions-portfolio{
  color: #FDC11F;
}
.iot-bg-top-banner{
  display: none !important;
}
.slider-row{
  position: relative;
}
#moving-iot-col{
  position: absolute;
  left: 36%;
  top: 15%;
}
#smart-lock-row{
  margin-top: 15rem;
}
div#moving-iot-col\ smart-lock{
  position: absolute;
  left: 0;
  bottom: 20%;
}
.iot-slider-content{
  width: 100%;
  height: 100%;
  min-width: 1095px;
  min-height: 495px;
  background: #fff;
  color: #000;
  box-shadow: 1px 4px 18px #00000014;
  border-radius: 10px;
  opacity: 1;
  position: relative;
  padding: 40px 60px;
  padding-top: 80px !important;
}
.celes-power{
  padding-right: 250px;
}

.slick-carousel img{
  height: 495px;
  object-fit: cover;
}
.double-square{
  position: absolute;
  right: 30px;
  top: 20px;
}
.double-square img{
  width:102px;
  height:109px;
}

.slider-heading{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.smart-table-img{
background: rgba(29, 104, 181, 0.2);
width:116px;
border-radius: 100%;
height:116px;
display:flex;
justify-content:center;
align-items:center;
}
.smart-table-img img{
  z-index:10;
}
.smart-table-icon{
  width: 92px;
  height: 92px;
}
.slider-heading h2{
  margin-left: 2rem;
  font-size: 36px;
  line-height: 43px;
  font-weight: bold;
}
.slider-paragraph-iot-portfolio{
  margin-top: 2rem;
}
.slider-paragraph-iot-portfolio p{
  /* padding-right: 93px; */
  line-height: 36px;
  font-size: 22px;
  color: #020202;
}
.celes-paragraph{
  /* padding-right: 93px !important; */
}
.see-more-desktop-arrow-mobile{
  display:none !important;
}
section.iot-smart-door-lock-solutions{
  padding: 50px 0px;
}
.smart-door-lock-solution-iot-image{
  display:flex;
  justify-content:center;
}
.iot-smart-web-portal-solutions{
  display:flex;
  justify-content:center;
  margin: 0 auto;
}
#iot-smart-web-portal-content{
  color:#FFFFFF;
}
#iot-smart-web-portal-content p{
  font-size: 18px;
  line-height: 36px;
  margin-bottom: 5px !important;
}
.iot-portfolio-slider-btn{
  margin-top: 1.5rem;
  font-size: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.iot-portfolio-slider-btn img{
  margin-left: 10px;
}
/* Slider */

#iot-portfolio-slider{
  margin-top: 7rem;
}
.slick-dots{
  bottom:30px;
  display: block !important;
}

.slick-dots li button:before{
  color: #ffffff !important;
  font-size: 20px !important;
}
li.slick-active button {
  background-color: #ffffff;
  width: 63px;
  height:19px;
  border-radius: 20px;
}

.slick-dots li {
  margin: 0 30px;
  width:27px;
  height:27px;
}


/* Section waste-soritng starts here */
.iot-mobile-fix{
  display: flex;
  justify-content: center;
  align-items: center;
}
section.iot-waste-sorting-and-machine-banner{
  background:url('../images/iot-final-portfolio/waste-sorting-and-disposal-machine-second.jpg');
  background-size:cover;
  /* height:679px; */
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 20% 20%;
  background-repeat:no-repeat;
}
#iot-waste-sorting-problem h2{
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  font-weight: bold;
}
#waste-sorting-solutions h2{
  color:#ffffff;
  font-size:32px;
  line-height:38px;
  font-weight:bold;
}
#waste-sorting-solutions-image{
  margin-top:2rem;
  display:flex;
  align-items:center;
  justify-content: center;
}
#iot-smart-web-portal-content p b:before{
  background:#ffffff;
}

section.iot-paramill-automation-with-bluetooth-banner{
  background:url('../images/iot-final-portfolio/paramill-automation-with-bluetooth-second.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  /* height:679px; */
  height: 100vh;
  background-position: 100% 0%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#iot-paramill-automation_content{
  height:275px;
}
#iot-paramill-automation_content p{
  padding:0px !important;
}
section.iot-motion-activated-audio-playern-banner{
  background:url('../images/iot-final-portfolio/iot-motion-activated-audio-playern.png');
  background-size:cover;
  background-repeat:no-repeat;
  /* height:972px; */
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
#iot-motion-activated-audio_content{
  height:244px;
  background:rgba(0,0,0,0.6)
}
#iot-motion-activated-audio_content p{
  padding: 0px;
  margin-top: 1rem;
}
#iot-motion-activated-solutions-image{
  display:flex;
  align-items: center;
  justify-content: space-evenly;
}
section.iot-celes-power-management-banner{
  background:url('../images/iot-final-portfolio/celes-power-mngmt-third.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  /* height:710px; */
  height: 100vh;
  width:100%;
  background-position: 100% 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#iot-celes-power-home_content{
  height:324px;
  background: rgba(255,255,255,0.3);
}
#iot-smart-washing-home_content{
  background:rgba(0,0,0,0.3);
  height:324px;
}
h2#iot-celes-power-heading{
  line-height: 48px;
  font-weight: medium;
  padding-left: 200px;
  padding-right: 200px;
}
section.iot-ev-health-monitoring-banner{
  background: url('../images/iot-final-portfolio/eve-health-monitoring.png');
  background-size: cover;
  background-repeat: no-repeat;
  /* height:790px; */
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: center !important;
}
div#celes-power-descripiton{
  align-items: flex-start !important;
}
section.iot-smart-washing-machine-banner{
  background: url('../images/iot-final-portfolio/smart-washing-machine-third.png');
  background-size: cover;
  background-repeat: no-repeat;
  /* height:670px; */
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.iot-fluid-wave-mechanism-banner{
  background: url('../images/iot-final-portfolio/fluid-wave-mechanism-iot-banner.png');
  background-size: cover;
  background-repeat: no-repeat;
  /* height:670px; */
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
div#iot-fluid-wave-home_content{
  /* margin: 11rem auto; */
  height:320px;
}
/* Section waste-soritng ends here */

/* Section iot-smart-table starts here */

section.iot-smart-table-top-banner{
  background: url('../images/iot-final-portfolio/smart-table-third.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: 0% 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.iot-smart-table-top-banner .iot-smart-table-banner-content{
  position: relative;
}
.iot-smart-table_content{
  /* margin: 20rem auto 0rem auto; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height:164px;
  background-color: rgba(27, 103, 180, 0.4);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  opacity: 1;
}
.iot-smart-table_content h2{
  font-size: 42px;
  font-weight: bold;
  line-height: 51px;
  color:#FFFFFF;
  margin-bottom: 1rem;
}
.iot-smart-table_content p{
  font-size: 24px;
  line-height: 29px;
  color:#FFFFFF;
  font-weight: normal;
}
.iot-smart-table-description-box, .iot-smart-table-solutions-box{
  background-color: #1B67B4;
}
.iot-smart-table-description-area{
  margin: 6rem auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.iot-smart-table-description-area h2{
  font-size: 32px;
  line-height: 38px;
  color: #FFFFFF;
  font-weight:  bold;
  margin-bottom: 2rem;
}
.iot-smart-table-description-area p{
  font-size: 18px;
  line-height: 36px;
  color: #FFFFFF;
  font-weight: normal;
}
.iot-smart-table-problem-statement{
  padding: 50px 0px;
}
.iot-smart-problem-statement h2{
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  font-weight: bold;
}
.iot-smart-problem-statement p{
  font-size: 18px;
  line-height: 36px;
  padding-top: 10px;
  margin-bottom: 0px !important;

}
.iot-smart-problem-statement p.smart-problem-statement-p{
  padding-left: 20px;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
}
.iot-smart-problem-statement-solutions p.smart-problem-statement-p{
  margin-bottom: 0px !important;
  color: #fff;
  padding-top: 0px !important;
}
.iot-smart-problem-statement p b{
  position:relative;
  padding-left: 20px;
  margin-bottom: 0px !important;
}
.iot-smart-problem-statement p b:before{
   position:absolute;
   content:'';
   top:6px;
   left: 0;
   width:12px;
   height:12px;
   background:#104889;
   border-radius: 20px;
}
.iot-smart-problem-statement-solutions h2{
  color: white;
}
.iot-smart-problem-statement-solutions p{
  margin-top: 2rem;
  font-size: 18px !important;
}
.iot-smart-problem-statement-solutions p b{
  position: relative;
  padding-left: 20px;
  color: #FFFFFF;
  font-size: 18px !important;

}
.iot-smart-problem-statement-solutions p b::before{
  position:absolute;
  content:'';
  top:6px;
  left: 0;
  width:12px;
  height:12px;
  background:#ffffff;
  border-radius: 20px;
}
.iot-smart-table-solutions-box{
  height: auto;
  padding: 50px 0px;
}
.iot-smart-table-solutions-image{
  display: flex;
  justify-content: flex-end
}
/* Section iot-smart-table ends here */


/* Section iot-smart-door-lock starts here */
section.iot-smart-door-lock-top-banner{
  background: url('../images/iot-final-portfolio/smart-door-lock-third.png');
  background-size: cover;
  background-repeat: no-repeat;
  /* min-height: 768px; */
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.iot-smart-door-lock_content{
  /* margin: 20rem auto 0rem auto; */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  /* width:1010px; */
  height:199px;
  color: white;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  opacity: 1;
}
.iot-smart-door-lock_content h1{
  font-size: 42px;
  line-height: 51px;
  font-weight: bold;
  text-align: center;
}
.iot-smart-door-lock_content p{
  font-size: 24px;
  text-align: center;
  line-height: 35px;
  padding-left: 100px;
  padding-right: 100px;
}

/* Section smart-door-lock-iot ends here */

/* Section smart-table-system-iot starts here */
section.smart-table-system-iot-port{
  padding: 50px 0px;
}

.smart-table-system-heading{
  display: flex;
  justify-content: center;
}
.smart-table-system-heading h2{
  font-size: 32px;
  line-height: 38px;
  color: #000000;
  font-weight: bold;
}

/*new portfolio section*/
.new_portfolio_wrp {
    scroll-snap-type: y mandatory;
    height: 100vh;
    overflow: auto;
}
.new_portfolio_wrp::-webkit-scrollbar {
    width: 0;
  }

.ev_health_monitoring_bg {
    background-image: url(../images/ev-health-monitoring.gif);
    background-size: cover;
    padding: 40px 0px;
    height: 100vh;
    scroll-snap-align: center;
        display: flex;
    align-items: center;
}
.ev_health_monitoring_bg .ev_flex{
  align-items: center;
}
.ev_health_monitoring_details_side h2 {
    color: #fff;
    font-size: 22px;
}
.ev_health_monitoring_details_side span {
    color: #f9d423;
    font-size: 13px;
    padding-top: 12px;
    display: block;
    font-weight: 700;
}
.ev_health_monitoring_details_side p {
    color: #fff;
    font-size: 14px;
    opacity: 0.73;
    line-height: 34px;
    padding-top: 20px;
}
.ev_health_monitoring_details_side a {
    margin-top: 20px;
    display: inline-block;
}
/*.ev_health_monitoring_bg{
  margin-bottom: 20px;
}*/
.max_banner_img{
     background-image: url(../images/max_banner_img.gif);
    display: flex;
    align-items: center;
}
.comos_banner_img{
     background-image: url(../images/comos_smart_banner_img.png);
    display: flex;
    align-items: center;
}
.smart_door_lock_banner_img{
  background-image: url(../images/smart_door_lock_banner_img.gif);
    display: flex;
    align-items: center;
}

.comos_banner_img .ev_health_monitoring_pro_img {
    text-align: center;
}
.comos_banner_img .smart_table_inner_boxs {
    text-align: center;
    padding-top: 50px;
}
.ev_health_monitoring_pro_img img {
    width: 100%;
}
.comos_smart_table_img img {
    max-width: 50%;
}
/* .footer_smooth_scrolling {
    display: block;
    padding: 0px 0px 70px 0px !important;
 
} */

.footer_smooth_scrolling .footer-top{
  height: auto;
}
.ev_with_scroll_wrp{
    height: auto;
}


/*new web and mobile portfolio css*/

.thinkgas_bg_image{
    background-image: url(../images/thinkgas_bg.jpg);
    background-size: cover;
}

.joyscore_bg_img{
   background-image: url(../images/joyscore_bg.jpg);
   background-size: cover;
   position: relative;

}
.sheild_bg_img{
   background-image: url(../images/sheild_bg.jpg);
   background-size: cover;
}
.rezofy_bg_img{
  background-image: url(../images/rezofy_bg.jpg);
   background-size: cover;
}
.gokeyless_bg_img{
  background-image: url(../images/gokeyless_bg.jpg);
   background-size: cover;
   display: block;
}


.joyscore_logo_fix{
    position: absolute;
    top: 35px;
    left: 5%;
}
.joyscore_bg_img .ev_health_monitoring_pro_img img{
  max-width: 90%;
}
.sheild_bg_img .ev_health_monitoring_pro_img img{
  max-width: 90%;
}
.joysore_d_flex{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.joyscore_bg_img .ev_health_monitoring_details_side h2{
  margin-top: 20px;
}

/*new web and mobile portfolio css*/




/*new travel portfolio css*/

.vacation_exotica_bg_image{
   background-image: url(../images/vacation_exotica_bg.jpg);
   background-size: cover;
}
.buy_air_ticket_bg_img{
   background-image: url(../images/buy_air_ticket_bg.jpg);
   background-size: cover;
}
.buy_air_ticket_bg_img .ev_health_monitoring_pro_img img{
  max-width: 78%;
}
.wtfare_bg_img {
   background-image: url(../images/wtfare_bg.jpg);
   background-size: cover;
}
.tiptaptoi_bg_img{
   background-image: url(../images/tiptaptoi_bg.jpg);
   background-size: cover;
}
.travel_portfolio_wrp .ev_health_monitoring_details_side h2{
  padding-top: 10px;
}

.iot_hardware_banner {
    background: url(../images/iot_hardware_bg_img.jpg);
    background-size: cover;
}
.iot_hardware_banner.banner_area .req_quote {
    color: #fff;
    background: #F79E22;
}
.hardware_design_approach {
    background: #F1FBFF;
    padding: 50px 0px;
}
.hardware_design_approach .hardware_design_heading {
    text-align: center;
    padding-bottom: 35px;
    color: #07B0EF;
    font-size: 26px;
    font-weight: 700;
}
.hardware_design_approach .hardware_design_heading span{
  color: #F79E22;
}
.hardware_design_approach .col-md-3 {
    padding-left: 0px;
    padding-right: 0px;
}
.hardware_design_approach_paddi{
  padding: 0px 15px;
}
.research_discovery_box {
    background: #fff;
    text-align: center;
    padding: 25px 15px;
    display: flex;
/*    justify-content: center;*/
    flex-direction: column;
    align-items: center;
     min-height: 407px;
    position: relative;
}
.research_discovery_box h4 {
    font-weight: 600;
    color: #000;
    font-size: 18px;
    padding-top: 20px;
}
.research_discovery_box p {
    color: #6C6C6C;
    font-size: 14px;
}

.research_discovery_box span.num_count {
    background: #07B0EF;
    width: 60px;
    height: 60px;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50px;
    position: absolute;
    bottom: -34px;
    left: 42%;
    border: 5px solid #fff;
}
.rapid_prototyping span.num_count {
     position: absolute;
    top: -23px;
    left: 42%;
}
.dotted_border_boxs {
    border: 2px dashed #07B0EF;
    padding: 5px;

}
.dotted_border_boxs_trans_1,.dotted_border_boxs_trans_4{
  position: relative;
}

.dotted_border_boxs_trans_2{
  border-top: 2px solid transparent;
   border-left: 2px solid transparent;
}
.dotted_border_boxs_trans_3{
   border-bottom: 2px solid transparent;
   border-left: 2px solid transparent;
}
.dotted_border_boxs_trans_4{
   border-left: 2px solid transparent;
}
.dotted_border_boxs_trans_1:before {
    position: absolute;
    content: '';
    width: 50%;
    height: 5px;
       background: #F1FBFF; 
    bottom: -4px;
    right: 0px;
}
.dotted_border_boxs_trans_4:before{
    position: absolute;
    content: '';
    width: 50%;
    height: 5px;
     background: #F1FBFF; 
   /* background: red;*/
    top: -4px;
    left: 0px;
}
.research_discovery_box  img{
  width: 100px;
}
.research_discovery_box.rapid_prototyping {
    padding-top: 45px;
}
.iot_hardware_prototyping {
    padding: 50px 0px;
    position: relative;
}
.iot_hardware_prototyping .hardware_design_heading {
    color: #07B0EF;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.iot_hardware_prototyping .hardware_design_heading span{
  color: #F79E22;
}

.iot_hardware_tabs_navs ul.nav.nav-pills {
    display: block;
}
.iot_hardware_tabs_navs ul.nav.nav-pills li a {
    color: #000;
    padding: 10px 0px 10px 50px;
    display: inline-block;
    border-left: 5px solid transparent;
    font-weight: 600;
}
.iot_hardware_tabs_navs ul.nav.nav-pills li a.active{
    color: #07B0EF;
    border-left: 5px solid;
}
.labs_side_boxs {
    background: #FFFFFF;
    box-shadow: 0px 8px 22px rgb(0 0 0 / 7%);
    padding: 20px;
    z-index: 2;
    position: relative;
}
.labs_side_boxs h3 {
    font-size: 18px;
    color: #07B0EF;
}
.iot_hardware_prototyping_tabs {
    padding-top: 70px;
}
.labs_side_boxs p {
    font-size: 16px;
    color: #6C6C6C;
}
.iot_hardware_tabs_navs_content{
  position: relative;
}
.iot_hardware_tabs_navs_content .tab-content>.active {
    transition-delay: .5s;
     transition-duration: .5s;
}
span.boll_box1 {
    position: absolute;
    width: 140px;
    height: 139px;
    background: #07B0EF;
    opacity: 0.32;
    top: 26px;
    left: -45px;
    border-radius: 50%;
    z-index: 1;
}
span.boll_box2 {
    position: absolute;
    width: 140px;
    height: 140px;
    background: #F79E22;
    opacity: 0.32;
    opacity: 0.32;
    bottom: -65px;
    left: 20%;
    border-radius: 50%;
    z-index: 1;
}
.with_out_case .labs_side_boxs {
    background: transparent;
    padding: 0px;
    box-shadow: none;
}
.labs_img {
/*    position: absolute;
    right: 0;
    top: -135%;*/
        margin-bottom: 30px;
}
.offer_iot_designing_services {
    background: #07B0EF;
    padding: 50px 0px;
    margin-top: 100px;
}
.iot_hardware_designing_services_text h4 {
    color: #fff;
    font-size: 18px;
    border-left: 7px solid #f79713;
    padding: 20px 0px 20px 30px;
}

.iot_hardware_designing_services_btn a {
    color: #009DD8;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
}
.we_offer_iot_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
img.iot_hardware_prototyping_frame {
    position: absolute;
    left: 0;
    top: 0;
}
.less_expenses_inner_boxs {
    background: linear-gradient(180deg, #F79E22 0%, #E89420 100%);
    padding: 40px 20px;
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.less_expenses_inner_boxs h3 {
    color: #fff;
    padding: 15px 0px;
    font-size: 18px;
    margin: 0;
        font-weight: 600;
}
.less_expenses_inner_boxs p {
    color: #fff;
    font-size: 14px;
}

.less_expenses_inner_boxs_context .hardware_design_heading {
    color: #07B0EF;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
}
.less_expenses_inner_boxs_context .hardware_design_heading span {
    color: #F79E22;
}
.less_expenses_more_benefits {
    padding: 80px 0px 60px;
}
.less_expenses_inner_boxs span.boxs_number {
    color: #000000;
    font-size: 34px;
    position: absolute;
    right: 40px;
    top: 20px;
    opacity: 0.2;
    font-weight: 600;
}
.row.less_expenses_inner_boxs_context_all_boxs {
    display: flex;
    align-items: center;
}
.less_expenses_more_benefits_dflex{
      display: flex;
    align-items: center;
}
img.from_co_covered {
    position: absolute;
    right: 40%;
    top: 80px;
}
.hardware_prototyping_section {
    background: #F1FBFF;
    padding: 70px 0px;
}
.hardware_prototyping_section .hardware_design_heading {
    color: #07B0EF;
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.hardware_prototyping_section .enrich_para{
    text-align: center;
}
.hardware_prototyping_section .hardware_design_heading span {
    color: #F79E22;
}

.hardware_prototyping_section_inner_boxs {
    background: #FFFFFF;
    padding: 20px;
    margin-top: 30px;
    border: 1px solid #EAEAEA;
}

.icons_with_count_number span.boxs_number {
    color: #000000;
    font-size: 34px;
    opacity: 0.2;
    font-weight: 600;
}
.icons_with_count_number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.hardware_prototyping_section_inner_boxs h4 {
    color: #2C2C2C;
    padding: 15px 0px;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}
.hardware_prototyping_section_inner_boxs p{
  font-size: 16px;
  margin: 0;
}
.tell_about_your_product {
    padding: 100px 0px;
    background-image: url(../images/form_with_footer.png);
    background-size: cover;
}
.call_us_sales_side h5{
  color: #fff;
  font-size: 18px;
}
.call_us_sales_side p {
    font-size: 14px;
    color: #fff;
}
.call_us_boxs {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
}
.call_us_sales_side {
    padding-left: 15px;
}
.call_us_sales_side span a {
    margin-right: 5px;
}
.tell_about_your_form_side {
    background: #FFFFFF;
    padding: 20px 30px;
    box-shadow: 0px 8px 22px rgb(0 0 0 / 7%);
    margin-top: -80px;
}
.tell_about_your_form_side h3 {
     font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 20px;
}
.tell_about_your_address_side {
    padding-right: 110px;
}
.tell_about_your_form_side div#quick_connect3 button {
    background: #F79E22;
    padding: 8px 30px;
    border: 0;
 
}
.tell_about_your_product_bg{
  background: #F1FBFF;
}


/*iot inner pages start */
.ev-health{
  background-color: #fff;
  background-image: url(../images/ev-background-banner.png);
  background-size: cover;
  background-repeat: repeat;
  height: 485px;
  display: flex;
  align-items: center;
      background-position: right;
}
.waste-sorting{
  background-color: #fff;
  background-image: url(../images/waste-sorting-bg.png);
  background-size: cover;
  background-repeat: repeat;
  height: 485px;
  display: flex;
  align-items: center;
}
.smart-table-iot{
  background-color: #fff;
  background-image: url(../images/smart-table-iot-bg.png);
  background-size: cover;
  background-repeat: repeat;
  height: 485px;
  display: flex;
  align-items: center;
}
.smart-door-iot{
  background-color: #fff;
  background-image: url(../images/smart-door-iot-bg.png);
  background-size: cover;
  background-repeat: repeat;
  height: 485px;
  display: flex;
  align-items: center;
}
.ev-health h1{
  font: normal normal bold 42px/69px Poppins;
  color: #00AEEF;
}
.waste-sorting h1{
  font: normal normal bold 39px/50px Poppins;
  color: #A9C244;
  opacity: 1;
}
.smart-table-iot h1{
  font: normal normal bold 46px/69px Poppins;
  color: #E31E25;
}
.smart-door-iot h1{
  color: #E7983A;
}
.ev-health p{
  font: normal normal normal 14px/28px Poppins;
  color: #000000;
}
.measure{
  background-color: #fff;
  background-image: url(../images/ev-measure-bg.png);
  background-size: cover;
  background-repeat: repeat;
  padding-top: 50px;
}
.measure h2{
  text-align: center;
  font: normal normal bold 30px/49px Poppins;
  color: #00AEEF;
}
.waste-materials h2{
  color: #A9C244;
}
.smart-digital h2{
  color: #E31E25;
}
.smart-door-measure h2{
  color: #E7983A;
}
.measure h3{
  font: normal normal bold 30px/53px Poppins;
  color: #000000;
}
.measure ul li{
  font: normal normal 600 18px/36px Poppins;
  color: #000000;
  padding-left: 30px;
  margin: 10px 0;
  position: relative;
}
.measure ul li p{
  font: normal normal normal 16px/25px Poppins;
  color: #000000;
  opacity: 0.79;

}
.measure ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-color: #000;
  transform: rotate(40deg);
}
.measure .row{
  padding-top: 43px;
}
.waste-materials .row{
  padding-top: 90px;
}
.smart-digital .row{
  padding-top: 95px;
}
.measure .col-lg-7{
  padding-bottom: 50px;
}
.ev-monitoring{
  background-image: url(../images/ev-monitoring.png);
  background-size: cover;
  background-repeat: repeat;
  height: 502px;
  display: flex;
  align-items: center;
}
.machine-solution{
  background-image: url(../images/waste-machine-solution.png);
  background-size: cover;
  background-repeat: repeat;
  height: 502px;
  display: flex;
  align-items: center;
}
.smart-table-solution{
  background-image: url(../images/smart-table-solution-iot.png);
  background-size: cover;
  background-repeat: repeat;
  height: auto;
  display: flex;
  align-items: center;
  padding: 50px 0px;
}
.smart-door-ev{
    background-image: url(../images/smart-door-ev.png);
    background-size: cover;
    background-repeat: repeat;
    height: auto;
    display: flex;
    align-items: center;
    padding: 30px 0px;
}
.smart-door-ev img {
    max-width: 60%;
}
.ev-monitoring h3{
  font: normal normal bold 30px/53px Poppins;
  color: #FFFFFF;
}
.ev-monitoring ul li{
  font: normal normal 600 18px/27px Poppins;
  color: #FFFFFF;
  padding-left: 30px;
  margin: 20px 0;
  position: relative;
}
.ev-monitoring ul li p{
  font: normal normal normal 16px/25px Poppins;
  color: #FFFFFF;
  opacity: 0.79;
}
.ev-monitoring ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  transform: rotate(40deg);
}
.ev-monitoring .col-lg-5{
  display: flex;
  align-items: center;
}
.system-architecture{
  background-color: #fff;
  padding: 30px 0;
}
.system-architecture h3{
  font: normal normal bold 30px/53px Poppins;
  color: #000000;
  text-align: center;
}

/* .ev_health_wrapper{
    scroll-snap-type: y mandatory;
    height: 100vh;
    overflow: auto;
} */
/* .ev_health_scrollbar{
  height: 100vh;
    scroll-snap-align: center;
} */
.ev-measur-img img{
  max-width: 80%;
}
.ev-system-architecture-boxs{
  text-align: center;
}
.ev-system-architecture-boxs img{
  max-width: 80%;
}  

.smart-door-lock-boxs img{
   max-width: 80%;
    margin: 0 auto;
    display: block;
}

.waste-disposa-boxs img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}

.Smart-Table-System img {
    max-width: 65%;
    margin: 0 auto;
    display: block;
}
.smart-table-IoT-Challenges img{
  max-width: 70%;
}

.ev_health_monitoring_details_side .iot_see_more{
  margin: 0;
  color: #F89B1C;
  display: block;
}
.ev_health_monitoring_details_side .iot_see_more img{
  width: 20px;
  margin-left: 10px;
}

/* flutter applicaton start */

/* logo animation start */
.flutters-logo .logo {
  width: auto;
  height: 300px;
  left: 0px;
  position: absolute;
  top: -220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flutters-logo .logo .flutter-animation-first{
  width: 277px !important;
  height: 224px !important;
}
.flutters-logo .logo .flutter-animation-second{
  position: relative;
  right: 190px;
  bottom: -140px;
}
.flutters-logo .logo .raya-arriba {
  position: absolute;
  width: 50px;
  height: 260px;
  margin-bottom: 150px;
  transform: rotate(45deg);
  background: rgba(69, 209, 253, .9);
  animation-name: rayas;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.flutters-logo .logo .raya-abajo {
  position: absolute;
  width: 50px;
  height: 140px;
  margin-bottom: -55px;
  transform: rotate(45deg) translateY(-10px);
  background: rgba(69, 209, 253, .9);
  z-index: 2;
  animation-name: rayas;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

.flutters-logo .logo .raya-abajo::before {
  content: '';
  background: #fff;
  width: 80px;
  height: 40px;
  transform: rotate(-45deg) translateY(-25px) translateX(-12px);
  border-top-left-radius: 20px;
  position: absolute;
}

.flutters-logo .logo .pie {
  position: absolute;
  width: 50px;
  height: 190px;
  margin-bottom: -205px;
  margin-left: 51px;
  transform: rotate(-45deg);
  background: rgb(2, 83, 154);
  animation-name: pie;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}

@keyframes pie {
  0% {
    transform: rotate(-45deg) translateY(400px);
  }

  10% {
    transform: rotate(-45deg) translateY(400px);
  }

  80% {
    transform: rotate(-45deg) translateY(0px);
  }
}

@keyframes rayas {
  0% {
    transform: rotate(45deg) translateY(400px);
  }

  10% {
    transform: rotate(45deg) translateY(400px);
  }

  80% {
    transform: rotate(45deg) translateY(0px);
  }
}

/* logo animation end */

.flutter-head {
  padding: 100px 0px 140px 0px;
  display: flex;
  align-items: center;
}

.flutter-head h1 {
  font: normal normal bold 50px/76px Poppins;
  color: #02539A;
  animation-name: fade-in;
  animation-duration: 8s;
}

.flutter-head h5 {
  font: normal normal medium 18px/27px Poppins;
  color: #2E2E2E;
  animation-name: fade-in;
  animation-duration: 8s;
}

.flutter-head p {
  font: normal normal normal 16px/25px Poppins;
  color: #606060;
  margin: 30px 0;
  padding: 0px 130px 0 0;
  animation-name: fade-in;
  animation-duration: 8s;
}

.flutter-head a {
  font: normal normal normal 18px/30px Poppins;
  color: #fff;
  background: #3ABDEE 0% 0% no-repeat padding-box;
  border: 1px solid #3ABDEE;
  border-radius: 6px;
  padding: 10px 20px;
  animation-name: fade-in;
  animation-duration: 8s;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.outer-ZipCred {
  background-color: #EAF3FF;
}

.ZipCred h2 {
  font: normal normal 600 30px/46px Poppins;
  color: #02539A;
}

.ZipCred h3 {
  font: normal normal 600 20px/30px Poppins;
  color: #212529;
}

.ZipCred p {
  font: normal normal normal 16px/25px Poppins;
  color: #242424;
}

.ZipCred h4 {
  font: normal normal 600 20px/30px Poppins;
  color: #212529;
}

.ZipCred ul li {
  font: normal normal normal 16px/25px Poppins;
  color: #242424;
}

.eotfy {
  margin-top: 20px;
}

.smooth-apps {
  width: 100%;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}

.smooth-apps h2 {
  font: normal normal 600 45px/64px Poppins;
  color: #02539A;
  text-transform: capitalize;
}

.smooth-apps p {
  font: normal normal normal 16px/25px Poppins;
  color: #242424;
}

.first-build {
  width: 45%;
}

.smooth-flutter {
  width: 45%;
  height: 400px;
  overflow-y: scroll;
  padding-top: 20px;
}

.smooth-flutter::-webkit-scrollbar {
  width: 10px;
}

.smooth-flutter::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.smooth-flutter::-webkit-scrollbar-thumb {
  background: #02539A;
  border-radius: 34px;
}

.smooth-flutter::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.under-smooth h6 {
  font-size: 20px;
  font-weight: 600;
  color: #383C56;
}

.under-smooth p {
  font: normal normal normal 16px/25px Poppins;
  color: #242424;
}

.under-smooth-1 {
  position: relative;
}

.under-smooth-1 h6::after {
  position: absolute;
  top: -35px;
  left: 0;
  content: "01";
  font: normal normal bold 50px/76px Poppins;
  color: #EAEAEA;
  z-index: -1;
}

.under-smooth-2,
.under-smooth-3,
.under-smooth-4,
.under-smooth-5,
.under-smooth-6,
.under-smooth-7,
.under-smooth-8 {
  position: relative;
  margin-top: 50px;
}

.under-smooth-2 h6::after {
  position: absolute;
  top: -35px;
  left: 0;
  content: "02";
  font: normal normal bold 50px/76px Poppins;
  color: #EAEAEA;
  z-index: -1;
}

.under-smooth-3 h6::after {
  position: absolute;
  top: -35px;
  left: 0;
  content: "03";
  font: normal normal bold 50px/76px Poppins;
  color: #EAEAEA;
  z-index: -1;
}

.under-smooth-4 h6::after {
  position: absolute;
  top: -35px;
  left: 0;
  content: "04";
  font: normal normal bold 50px/76px Poppins;
  color: #EAEAEA;
  z-index: -1;
}

.under-smooth-5 h6::after {
  position: absolute;
  top: -35px;
  left: 0;
  content: "05";
  font: normal normal bold 50px/76px Poppins;
  color: #EAEAEA;
  z-index: -1;
}

.under-smooth-6 h6::after {
  position: absolute;
  top: -35px;
  left: 0;
  content: "06";
  font: normal normal bold 50px/76px Poppins;
  color: #EAEAEA;
  z-index: -1;
}

.under-smooth-7 h6::after {
  position: absolute;
  top: -35px;
  left: 0;
  content: "07";
  font: normal normal bold 50px/76px Poppins;
  color: #EAEAEA;
  z-index: -1;
}

.under-smooth-8 h6::after {
  position: absolute;
  top: -35px;
  left: 0;
  content: "08";
  font: normal normal bold 50px/76px Poppins;
  color: #EAEAEA;
  z-index: -1;
}

.benefit-business {
  height: 470px;
  display: flex;
  align-items: center;
  position: relative;
}

.benefit-business h4 {
  font: normal normal 600 30px/46px Poppins;
  color: #02539A;
}

.benefit-business p {
  font: normal normal normal 16px/25px Poppins;
  color: #606060;
}

.benefit-business .slider {
  position: relative;
}

.benefit-business .fa-angle-double-left {
  position: absolute;
  bottom: -41px;
  right: 52%;
  font-size: 20px;
  color: #bebebe;
}

.benefit-business .fa-angle-double-right {
  position: absolute;
  bottom: -41px;
  right: 45%;
  font-size: 20px;
  color: #bebebe;
}

.benefit-business .fa-angle-double-right.active,
.benefit-business .fa-angle-double-left.active {
  color: #3688FF;
}

.slider {
  background-color: #fafafb;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 366px;
  width: 366px;
  /* border-radius: 50%; */
}

i#slick-next {
  cursor: pointer;
}

i#slick-pre {
  cursor: pointer;
}

.slider-item {
  padding: 0 15px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  flex-direction: column !important;
  width: 366px;
  margin: 6rem auto 0 0;
  height: 366px !important;
}

.slider-item h3 {
  text-align: center;
  font-weight: 500;
  font-size: 22px !important;
  line-height: 31px !important;
  color: #3688FF;
}

.slider-item p {
  text-align: center;
  font: normal normal normal 16px/25px Poppins;
  color: #242424;
}

.com-content {
  margin-top: 30px;
}

.com-content h2 {
  font: normal normal 600 30px/46px Poppins;
  color: #02539A;
}

.constant-communication {
  position: relative;
}

.before-com {
  margin: 25px 0;
}

.before-com h4 {
  font: normal normal medium 25px/38px Poppins;
  color: #383C56;
}

.before-com p {
  font: normal normal normal 16px/25px Poppins;
  color: #242424;
  margin-top: 30px;
}

.before-com p {
  position: relative;
}

.before-com p::after {
  position: absolute;
  top: -16px;
  left: 0px;
  content: "";
  width: 80px;
  height: 6px;
  background-color: #02539A;
}

.under-com-content {
  margin-top: 50px;
}

.constant-communication-1 h4::after {
  position: absolute;
  top: -55px;
  left: 13px;
  content: "01";
  font: normal normal bold 70px/106px Poppins;
  color: #EAEAEA;
  z-index: -1;
}

.constant-communication-2 h4::after {
  position: absolute;
  top: -55px;
  left: 13px;
  content: "02";
  font: normal normal bold 70px/106px Poppins;
  color: #EAEAEA;
  z-index: -1;
}

.constant-communication-3 h4::after {
  position: absolute;
  top: -55px;
  left: 13px;
  content: "03";
  font: normal normal bold 70px/106px Poppins;
  color: #EAEAEA;
  z-index: -1;
}

.constant-communication-4 h4::after {
  position: absolute;
  top: -55px;
  left: 13px;
  content: "04";
  font: normal normal bold 70px/106px Poppins;
  color: #EAEAEA;
  z-index: -1;
}

.constant-communication-5 h4::after {
  position: absolute;
  top: -55px;
  left: 13px;
  content: "05";
  font: normal normal bold 70px/106px Poppins;
  color: #EAEAEA;
  z-index: -1;
}

.constant-communication-6 h4::after {
  position: absolute;
  top: -55px;
  left: 13px;
  content: "06";
  font: normal normal bold 70px/106px Poppins;
  color: #EAEAEA;
  z-index: -1;
}

.flutter-hr h3 {
  font: normal normal 600 30px/46px Poppins;
  color: #02539A;
}

.flutter-healthcare {
  height: auto;
  min-height: 296px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #F8FBFF;
  padding: 50px 30px;
  border-radius: 8px;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.flutter-healthcare h5 {
    font: normal normal normal 20px/25px Poppins;
    color: #02539A;
    font-weight: 600;
}

.flutter-healthcare p {
  font: normal normal normal 16px/25px Poppins;
  color: #606060;
}

.our-flutter-dev {
  background-color: #F8FBFF;
}

.our-flutter-dev h2 {
  font: normal normal medium 23px/34px Poppins;
  color: #02539A;
}

.our-flutter-dev button {
  width: 273px;
  font: normal normal normal 18px/30px Poppins;
  color: #fff;
  background: #3ABDEE 0% 0% no-repeat padding-box;
  border: 1px solid #3ABDEE;
  border-radius: 6px;
  padding: 10px 20px;
  margin: 30px 0 0 0;
}

.our-flutter-dev .col-md-9 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 20px 0;
}

.flutter-quest {
  background-color: #E8F8FE;
}

.best-flutter {
  background-color: #EAF3FF;
  padding: 30px 0;
}

.best-flutter h2 {
  font: normal normal 600 24px/35px Poppins;
  color: #02539A;
  text-transform: capitalize;
  margin-bottom: 30px;
}

.flutter-industry {
  height: 180px;
  background-color: #F8FBFF;
  border-radius: 0px 30px;
  padding: 30px;
}

.flutter-industry h5 {
  font: normal normal medium 20px/30px Poppins;
  color: #383C56;
}

.flutter-industry p {
  font: normal normal normal 16px/25px Poppins;
  color: #606060;
}

.outer-dot {
  width: 100%;
  position: relative;
}

.blue-dot,
.blue-dot-2,
.blue-dot-3 {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #02539A 0% 0% no-repeat padding-box;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block !important;
}

.blue-dot span {
  display: inline-block;
  position: relative;
}

.blue-dot::after,
.blue-dot-3::after {
  position: absolute;
  right: 32px;
  top: 10px;
  content: "";
  width: 130px;
  height: 4px;
  background-color: #02539A;
}

.blue-dot::before,
.blue-dot-2::before {
  position: absolute;
  right: 11px;
  top: 32px;
  content: "";
  width: 4px;
  height: 140px;
  background-color: #02539A;
}

.blue-dot-2::after {
  position: absolute;
  left: 32px;
  top: 10px;
  content: "";
  width: 130px;
  height: 4px;
  background-color: #02539A;
}

/* Section faq */
.flutter-quest section#cannabis_mobile_app_development_company_faq {
  padding: 10vh 0 0;
}

/* Accordion section */
.flutter-quest .cannabis_mobile_app_development_company_accordion {
  width: 100%;
  padding: 0 10px;
  cursor: pointer;
  display: flex;
  margin: 15px 0;
  align-items: center;
}

/* Heading faq */
.flutter-quest h2.text-center.cannabis-mobile-app-development-company-heading.pb-5 {
  position: relative;
}

.flutter-quest h2.text-center.cannabis-mobile-app-development-company-heading.pb-5::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 60px;
  height: 3px;
  background: #F89B1C;
  bottom: 20px;
  margin-left: -30px;
}

.flutter-quest .cannabis-mobile-app_development-company-heading {
  font: normal normal 600 20px/31px Poppins;
  color: #02539A;
}

/* faq panel */
.flutter-quest .cannabis_mobile_app_development_company_panel {
  padding: 0 15px;
  border-left: 1px solid yellow;
  margin-left: 25px;
  font-size: 14px;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in;
}

.flutter-quest .cannabis_mobile_app_development_company_panel p {
  text-align: justify;
  margin-bottom: 14px;
}

/* Plus Minus icons */
.flutter-quest .cannabis_mobile_app_development_company_accordion .icon {
  margin: -5px 10px 0 0;
  width: 25px;
  height: 25px;
  background: url("../images/health-care-plus.svg") center no-repeat;
  float: left;
  transition: all 0.3s ease-in;
}

.flutter-quest .active .icon {
  margin: -30px 10px 0 0;
  width: 25px;
  height: 25px;
  background: url("../images/health-care-minus.svg") center no-repeat;
  float: left;
  transition: all 0.3s ease-in;
}

.flutter-head button:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.flutter-logo-img img {
  display: none !important;
}

.blue-dot,
.blue-dot-2,
.blue-dot-3 {
  display: none;
}

.flutter-industry {
  margin-bottom: 1rem !important;
}

.flutter-hr,
.best-flutter,
.com-content,
.our-flutter-dev,
.flutter-quest,
.smooth-apps,
.outer-ZipCred {
  padding: 50px 0px;
}
.com-content{
  padding-left: 15px;
  padding-right: 15px;
}

section.flutter-application-main{
  overflow: hidden !important;
}

/* flutter applicaton end */
/*new add iod development css*/

.accelerate_project .accelerate_heading{
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    color: #333;
    margin-bottom: 1.5em;
}
.hardware_prototyping {
    background: #00AEEF;
    padding: 50px 0px;
}
.hardware_prototyping2{
    background: #F3FCFF;
}
.hardware_prototyping4{
    background: #F3FCFF;
}
.drototyping_designing h3{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.drototyping_designing h1{
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
}
.drototyping_designing p{
    color: #fff;
    text-transform: uppercase;
}
.drototyping_designing_inner_sec {
    display: flex;
}
.capturing_user{
    flex: 0 0 40%;
    padding-right: 10px;
}
.capturing_user_right{
    flex: 0 0 60%;
    padding-right: 10px;
}

.capturing_user p{
    position: relative;
    padding-left: 28px;
    font-weight: 600;
}
.capturing_user p:before{
    position: absolute;
    content: "";
    left: 0px;
    top: 12px;
    background: #fff;
    width: 20px;
    height: 2px;

}
.hardware_seemore_btn a{
    color: #000;
    background: #fff;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 2px;
    font-weight: bold;
}

.hardware_prototyping2 .drototyping_designing h3 {
    color: #00AEEF;
}

.hardware_prototyping2 .drototyping_designing h1{
     color: #00AEEF;
}

.hardware_prototyping2 .drototyping_designing p {
    color: #000000B2;
}
.hardware_prototyping2 .capturing_user p:before {
    background: #F89B1C;
}

.hardware_prototyping2 .hardware_seemore_btn a {
    color: #fff;
    background: #00AEEF;
}
.top_rated_dev_sewrvice{
    padding-bottom: 20px;
}

.drototyping_img img {
    width: 100%;
}

/*new add iod development css*/

/* ======================================== new css adding start ======================================== */
:root {
    --primaryColor: #F79E22;
    --primaryDarkColor: #d9830c;
    --secondaryColor: #07B0EF;
    --secondaryDarkColor: #19a2d6;
    --yellowLight: #FEF8F0;
    --yellowMedium: #feefda;
    --yellowDark: #FFD9A6;
    --blueLight: #EAF3FF;
    --bluedarkColor: #00023A;
    --whiteColor: #ffffff;
    --blackColor: #000000;
    --grayDark: #606060;
    --headingColor: #2C2C2C;
    --paraColor: #6C6C6C;
}


.primaryBg{
    background: var(--primaryColor);
    color: var(--whiteColor);
}
.primaryColor{
    color: var(--primaryColor);
}
.secondaryBg{
    background: var(--secondaryColor);
    color: var(--whiteColor);
}
.secondaryColor{
    color: var(--secondaryColor);
}
.primaryBtn {
    min-width: 165px;
    font: normal normal normal 18px/30px Poppins;
    background: var(--primaryColor);
    color: var(--whiteColor);
    border: 1px solid var(--primaryColor);
    border-radius: 6px;
    padding: 10px 20px;
    margin: 30px 0 0 0;
}
.primaryBtn:hover {
    background: var(--primaryDarkColor);
}
.secondaryBtn {
    min-width: 165px;
    font: normal normal normal 18px/30px Poppins;
    background: var(--secondaryColor);
    color:var(--whiteColor);
    border: 1px solid var(--secondaryColor);
    border-radius: 6px;
    padding: 10px 20px;
    margin: 30px 0 0 0;
}
.secondaryBtn:hover {
    background: var(--secondaryDarkColor);
}

.heading1 {
    color: var(--headingColor);
    font: normal normal bold 50px/76px Poppins;
}
.heading2 {
    color: var(--headingColor);
    font: normal normal 600 30px/46px Poppins;
    text-align: center;
}

.paragraph{
    color: var(--paraColor);
    font: normal normal normal 16px/25px Poppins;
    margin-bottom: 15px;
}
a:not([href]) {
    color: var(--whiteColor);
}
a:not([href]):hover {
    color: var(--whiteColor);
}
img{
    max-width: 100%;
}

html{
    overflow-x: hidden;
}

.web_application_development_page section {
    padding: 70px 0;
}


/* ===================== centric section css start ===================== */
.centricSection {
    display: flex;
    align-items: center;
    background: var(--bluedarkColor);
    height: 608px;
}
.centricRight .btn.primaryBtn:hover {
    color: var(--whiteColor);
}
/* ===================== centric section css exit ===================== */

/* ===================== case study section css start ===================== */
.casestudySection {
    background: var(--blueLight);
}
.caseStudyBox {
    background: var(--secondaryColor);
    color: var(--whiteColor);
    padding: 15px;
    margin-top: 25px;
    text-align: center;
    transition: .5s ease;
    border: 1px solid var(--secondaryColor);
}
.caseStudyBox:hover {
    background: var(--whiteColor);
    color: var(--secondaryColor);
}
.caseStudyBox:hover h3, .caseStudyBox:hover p.paragraph {
    color: var(--secondaryColor);
}
.caseStudyBox:hover .btn.primaryBtn {
    background: var(--secondaryColor);
    color: var(--whiteColor);
}

.caseStudyBox h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--whiteColor);
    line-height: 27px;
    height: 60px;
    overflow: hidden;
}
.caseStudyBox p.paragraph {
    color: var(--whiteColor);
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.caseStudyBox a.btn.primaryBtn {
    padding: 3px 12px;
    min-width: auto;
    font-size: 15px;
    margin-top: 0;
    background: var(--whiteColor);
    color: var(--blackColor);
    border-color: var(--white);
}
/* ===================== case study section css start ===================== */

/* ===================== impactful product section css start ===================== */
.impactproductSection {
    background: var(--yellowLight);
}
.impactProductBox {
    background: var(--whiteColor);
    color: var(--blackColor);
    padding: 15px;
    text-align: center;
    margin-top: 25px;
    transition: .4s ease;
}
.impactProductBox:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.impactIcon {
    margin-bottom: 20px;
}
.impactIcon img.img-fluid {
    height: 50px;
}

.impactProductBox h3 {
    font-size: 18px;
    font-weight: 600;
}
.impactProductBox p.paragraph {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
/* ===================== impactful product section css exit ===================== */

/* ===================== followed section css start ===================== */
.followedSection {
    background: var(--bluedarkColor);
}

.followedBox h4 {
    font-size: 16px;
    font-weight: 600;
}
.followedBox p.paragraph {
    height: 160px;
    overflow: hidden;
    margin: 0;
}


.followedBox {
    background-color: transparent;
    color: var(--whiteColor);
    width: 100%;
    height: auto;
    perspective: 400px;
    position: relative;
    overflow: hidden;
}
.followedBox::before {
    position: absolute;
    top: 40px;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: -1;
}

.followedBoxes .col-xl-2:first-child .followedBox::before {
    left: 50%;
}
.followedBoxes .col-xl-2:last-child .followedBox::before {
    width: 50%;
}
.followedBoxes .col-xl-2:last-child .followedBoxFront .followIcon img.img-fluid {
    padding: 0 0 0 30px;
}

.followedBoxInner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    margin-top: 20px;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

  .followedBox:hover .followedBoxInner {
    transform: rotateY(180deg);
  }

  .followedBoxFront{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .followedBoxBack {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .followedBoxFront {
    color: var(--whiteColor);
    padding: 0px 20px;
  }
  .followedBoxFront .followIcon {
    margin-bottom: 20px;
    position: relative;
  }
  .followedBoxFront .followIcon img.img-fluid {
    height: 50px;
    background: #00023a;
    padding: 0 30px;
}

.followedBoxBack {
    background: var(--secondaryColor);
    color: white;
    padding: 15px 10px;
    transform: rotateY(180deg);
    position: relative;
}
.followedBoxBack.active {
    background: var(--secondaryColor);
    color: white;
    padding: 15px 10px;
    transform: rotateY(180deg);
    position: relative;
}

.followedBoxBack h4 {
    font-size: 16px;
    font-weight: 600;
    height: 35px;
    overflow: hidden;
}
.followedBoxBack p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    height: 80px;
    overflow: hidden;
    margin: 0;
}

/* ===================== followed section css exit ===================== */

/* ===================== custom web section css start ===================== */
.customApplicatonSection {
    background: #F1FBFF;
}
.customApplicatonSection .heading2 {
    margin-bottom: 0;
}
.customApplicatonSection .paragraph {
    margin: 0;
}

.customApplicatonBox {
    background: var(--whiteColor);
    color: var(--blackColor);
    padding: 15px;
    margin-top: 25px;
    border: 1px solid #EAEAEA;
    transition: all .4s ease;
}
.customApplicatonBox:hover {
    border: 1px solid var(--secondaryColor);
}

.customAppliFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.customAppIcon img.img-fluid {
    height: 75px;
}
.customAppNumb span {
    font-size: 36px;
    font-weight: 600;
    color: var(--blackColor);
    opacity: .2;
}
.customAppText {
    margin-top: 12px;
}

.customAppText h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.customAppText p.paragraph {
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}


/* ===================== custom web section css exit ===================== */

/* ===================== leadership section css start ===================== */
.leadershipSection {
    background: var(--whiteColor);
}
.leadershipSection .heading2 {
    margin-bottom: 25px;
}
.leadershipBox {
    color: var(--whiteColor);
    margin-top: 0px;
    height: 340px;
    transition: .3s ease;
}
.leadershipBox:hover .leadershipBoxAbsolute::before {
    top: 0;
}

.leadershipBox:hover .leadershipContentCombine {
    transform: translateY(-5px);
    height: 110px;
}


.leadershipBox:hover .leadershipBoxRelative img {
    margin-left: 0;
}

.leadershipBox:hover .leadershipContent .paragraph  {
    display: block;
    opacity: 1;
}

.leadershipBoxRelative {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.leadershipBoxRelative::before {
    background:rgba(0, 0, 0, 0.4);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    z-index: 1;
}

.leadershipBoxRelative img {
    margin-left: -20px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.leadershipBoxAbsolute {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.leadershipBoxAbsolute::before {
    background-image:linear-gradient(180deg, rgba(7, 176, 239, 0.38), rgba(7, 176, 239, 1));
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .4s ease;
    z-index: 1;
}
.leadershipContentCombine {
    transform: translateY(0px);
    -webkit-transition: .3s linear;
    transition: .3s linear;
}

.leadershipContent {
    padding: 15px 15px 0;
    position: absolute;
    bottom: 0;
    z-index: 3;
}

.leadershipContent img.img-fluid {
    height: 40px;
    width: auto;
}
.leadershipContent img.img-fluid.arocls {
    height: 50px;
}
.leadershipContent h3 {
    width: 120px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    line-height: 24px;
}

.leadershipContent .paragraph {
    color: var(--whiteColor);
    margin-bottom: 5px;
    display: none;
    opacity: 0;
    -webkit-transition: .3 linear;
    transition: .3s linear;
}


/* ===================== leadership section css exit ===================== */

/* ===================== results section css start ===================== */

.resultSection {
    background: var(--whiteColor);
}
.resultSection .heading2 {
    margin-bottom: 0px;
}
.resultSection p.paragraph {
    margin-bottom: 30px;
}
.resultBoxAnchor .nav-pills .nav-link {
    font-size: 15px;
    padding: 12px;
    text-align: left;
    border-radius: 0;
    margin-bottom: 15px;
    border: none;
    border-left: 2px solid var(--secondaryColor);
}
.resultBoxAnchor .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: var(--secondaryColor);
    color: var(--whiteColor);
}
.resultBoxAnchor .nav-pills .nav-link:focus{
    outline: none;
    box-shadow: none;
}
.resultBoxImage {
    margin-bottom: 15px;
    width: auto;
    height: 240px;
}
.resultBoxImage img {
    max-width: 100%;
    width: 400px;
    height: 100%;
}
.resultBoxDesign {
    text-align: center;
}

.resultBoxText h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--secondaryColor);
}

.resultBoxText p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--blackColor);
}



/* ===================== results section css exit ===================== */


/* ===================== frequentyl section css start ===================== */
.frequentSection {
    background: var(--yellowLight);
}
.frequentSection .heading2 {
    margin-bottom: 25px;
}

.caseStudyBoxes .accordion .card {
    border: none;
}
/* .caseStudyBoxes .accordion .card-header {
    padding: 0px;
    background: var(--yellowDark);
} */
.caseStudyBoxes .accordion .card-header {
    padding: 0px;
    background: transparent;
}
/* .caseStudyBoxes .accordion .card-header .btn {
    font-size: 18px;
    font-weight: 400;
    padding: 15px;
} */    

.caseStudyBoxes .accordion .card-header .btn {
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
}

.caseStudyBoxes .accordion .card-header .btn:focus {
    text-decoration: none;

}
.caseStudyBoxes .accordion .card-header .btn .fa-chevron-down {
    transform: rotate(0deg);
    transition: all .4s ease-in-out;
    padding-left: 5px;
    margin-top: 4px;
}
.caseStudyBoxes .accordion .card-header .btn:focus .fa-chevron-down{
    transform: rotate(180deg);
}


.caseStudyBoxes .accordion .card .card-body {
    background: var(--yellowMedium);
}
.caseStudyBoxes .accordion .card p {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 0;
    margin: 0;
}
.caseStudyBoxes .card-header .btn:hover {
    text-decoration: none;
}
.caseStudyBoxes .card-header .btn {
    display: flex;
    justify-content: space-between;
}

/* ===================== frequentyl section css exit ===================== */

.development_heading_style{
    margin: 0;
    padding-top: 20px;
}
.development_heading_style span{
       font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid;
}

.paraList p {
    margin: 0;
}
.paraList ul {
    list-style: disc;
    padding-left: 1.5rem;
}

.paraList ul li {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: .5rem;
}
.paraList ul li::marker {
    font-size: 12px;
}


.faqOrderList {
    margin: auto;
}
.faqOrderList ol {
    list-style: disc;
    padding-left: 1.5rem;
}

.faqOrderList ol li {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: .5rem;
}
.faqOrderList ol li::marker {
    font-size: 12px;
}


/* ======================================== new css adding exit ======================================== */

/*real time track css start*/


.realtime_banner {
    background-image: url(../images/realtimetrack_bannerimg.svg);
    background-size: cover;
    height: auto;
    padding: 70px 0px;
}
.realtime_banner .centricLeft{
    text-align: center;
}
.realtime_banner .centricRight a.btn{
   background: #00F7B5;
   color: #153078;
   border: transparent;
   font-weight: 500;
}
.banner_all_tabs li {
    display: inline-block;
    margin: 0px 20px;
}
.banner_all_tabs li:nth-child(1){
  margin: 0;
}
.banner_all_tabs li a{
   padding: 0px 20px;
   cursor: pointer;
   color: #fff;
}
.banner_all_tabs li a.active{
  border-bottom: 2px solid #fff;   
}

.banner_all_tabs {
    padding-bottom: 80px;
}
:root {
    --blackColorlight:#050A1A;
    --darkLightColor: #575757;
}

.realtime_our_work{
    padding: 50px 0px;
}
.realtime_our_work_heading{
    font-size: 30px;
    text-align: center;
    color: #153078;
    font-weight: 600;
        text-transform: capitalize;
}
.realtime_our_work .realtime_our_work_inner_boxs {
    margin-top: 50px;
    padding-right: 100px;
}
.realtime_our_work .realtime_our_work_inner_boxs h3{
    color: var(--blackColorlight);
        font-size: 18px;
        margin-bottom: 15px;
}
.realtime_our_work .realtime_our_work_inner_boxs p{
    color: var(--darkLightColor);
}
.realtime_our_work .realtime_our_work_inner_boxs a{
    color: #153078;
    font-weight: 500;
}
.realtime_our_work .realtime_our_work_inner_boxs h3 span {
    margin-right: 15px;
}

.realtime_our_work .realtime_our_work_inner_boxs a img {
    margin-left: 15px;
}

.realtime_our_work_inner_boxs_right {
    text-align: right;
}
.realtime_our_work .realtime_our_work_inner_boxs_right {
    padding-right: 0px;
    padding-left: 100px;
}
.realtime_our_work .realtime_our_work_inner_boxs_right h3 span {
    margin-right: 0;
    margin-left: 15px;
}
.realtime_our_work .realtime_our_work_inner_boxs_right a img {
    margin-left: 0;
    margin-right: 15px;
}

.realtime_track_your_business {
    background: #EFF4F4;
    padding: 50px 0px;
}
.realtime_your_business_inner h2{
    font-size: 50px;
    color: #153078;
    font-weight: 700;
    line-height: 75px;
}
.realtime_your_business_inner p{
   color: var(--darkLightColor);
}
.realtime_your_business_inner_right h3 {
    color: #0F003B;
    font-size: 20px;
    font-weight: 500;
    position: relative;
    z-index: 2;
    padding-top: 10px;
    text-transform: capitalize;
}
.realtime_your_business_inner_right h3 span{
    position: absolute;
    top: -16px;
    left: 0;
    color: #E2E2E2;
    font-size: 50px;
    z-index: -1;
    font-weight: 700;
}
.realtime_your_business_inner_right p{
    color: var(--darkLightColor);
}
.realtime_your_business_inner_right{
    padding-bottom: 40px;
}
.realtime_your_business_scrollbar {
    height: 360px;
    overflow: auto;
    padding: 10px 40px 0px 40px;
}
/* width */
.realtime_your_business_scrollbar::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}

/* Track */
.realtime_your_business_scrollbar::-webkit-scrollbar-track {
  background: #E2E2E2; 
  border-radius: 5px;
}
 
/* Handle */
.realtime_your_business_scrollbar::-webkit-scrollbar-thumb {
  background: #153078; 
  border-radius: 5px;
}

.realtime_your_business_inner {
    padding-right: 100px;
}
.realtime_track_your_business .row{
    display: flex;
    align-items: center;
}
.realtime_explore_our_solutions {
    background-image: url(../images/explore_our_solutions.png);
    background-size: cover;
    padding: 50px 0px;
}
.explore_our_solutions_text p {
    color: #fff;
    margin-bottom: 0px;
}
.explore_our_solutions_btn a {
    color: #153078;
    background: #FFFFFF;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 600;
}
.explore_our_solutions_text {
    padding-left: 25px;
    position: relative;
        padding-top: 10px;
    padding-bottom: 10px;
}
.explore_our_solutions_text:before{
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 6px;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
.explore_our_solution_dflex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.explore_our_solutions_btn{
    text-align: right;
}
.seamless_design_development_process{
    padding: 50px 0px;
}
.seamless_design_development_process h2.seamless_heading {
    font-size: 50px;
    color: #153078;
    font-weight: 700;
    line-height: 75px;
    padding-right: 225px;
}
.seamless_dashboard_design_development_process_contentp {
    color: var(--darkLightColor);
}

.conceptualize_scrollbar {
    background: #EFF4F4;
    padding: 50px;
    border-radius: 10px;
}
.conceptualize_scrollbar_border {
    padding-left: 20px;
}
.conceptualize_scrollbar_border:before{
    background: linear-gradient(180deg, #0E204F 0%, #1AB582 100%);
    border-radius: 4px;
    width: 8px;
    position: absolute;
    top: 28px;
    left: 40px;
    content: '';
    height: 80%;
}
.conceptualize_scrollbar .realtime_your_business_inner_right {
    padding-bottom: 0px;
    padding-left: 20px;
    padding-top: 10px;
}

.conceptualizeslick{
    padding-top: 45px;
}
.conceptualizeslick #slick-pre {
    display: block !important;
    position: absolute;
    z-index: 1;
    right: -62px;
    top: 30%;
    background: #153078;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    padding-top: 7px;

}
.conceptualizeslick #slick-next {
    position: absolute;
    z-index: 1;
    right: -62px;
    top: 60%;
    background: #153078;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    padding-top: 7px;
}

.dashboards_business_ready .heading_business_ready{
    font-size: 30px;
    text-align: center;
    color: #153078;
    font-weight: 600;
    padding-bottom: 70px;
        text-transform: capitalize;
}
.real_time_track_page{
    overflow: hidden;
}
.dashboards_business_ready{
    padding: 40px 0px;
    background: #EFF4F4;
}
.realtime_parameters_right h3 {
    color: #0F003B;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.seamless_dashboard_design_development_process_content p {
    color: var(--darkLightColor);
}
.realtime_parameters_right p {
    color: var(--darkLightColor);
}
.conceptualize_scrollbar .realtime_your_business_inner_right li{
    color: var(--darkLightColor);
}
.realtime_parameters_left span {
    font-size: 70px;
    font-weight: 700;
    color: #D3D3D3;
}
.realtime_parameters{
    display: flex;
    margin-top: 20px;
}
.realtime_parameters_right{
    padding-left: 40px;
    padding-top: 35px;
}
.dashboards_business_ready #slick-pre{
   position: absolute;
   bottom: -30px;
   left: 44%;
   z-index: 11;
}
.dashboards_business_ready #slick-next{
   position: absolute;
   bottom: -30px;
   left: 55%;
   z-index: 11;
}
.dashboards_business_ready .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: #EAEAEA;
    border-radius: 20px;
}
.dashboards_business_ready li.slick-active button {
    background-color: #153078;
    width: 10px;
    height: 10px;
    border-radius: 20px;
}
.dashboards_business_ready .slick-dots li{
    width: 10px !important;
    height: 10px !important;
    margin: 0px 5px !important;
}
.dashboards_business_ready .slick-dots {
    bottom: -30px !important;
}
.dashboards_business_ready .slick-dots li button:before{
    font-size: 0 !important;
}

/*real time track css end*/

 /*embedded development solutions start*/


.embedded_banner {
    background-image: url(../images/embedded_bannerimg.svg);
    background-size: cover;
    height: auto;
}
.embedded_banner .centricRight a.btn {
    background: #C211A1;
    color: #fff;
}
.embedded_trust_with_clients .realtime_our_work_heading {
    color: #14054F;
}

.embedded_trust_with_clients .realtime_our_work_inner_boxs a {
    color: #C211A1;
}


.embedded_trust_with_clients.realtime_our_work .realtime_our_work_inner_boxs h3 {
    color: #14054F;
}
.leverage_reliable{
    background: #FBEEF8;
    position: relative;
    padding: 50px 0px;
}
.leverage_reliable .leverage_left{
    position: absolute;
    left: 0;
    top: 0;
}
.leverage_reliable .leverage_right{
    position: absolute;
    right: 0;
    bottom: 0;
}
.leverage_reliable .eCommerce_development_tabs .nav-tabs li .active:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    background: #C211A1;
    width: 5px;
    height: 70px;
}
.leverage_reliable .eCommerce_development_tabs .nav-tabs li .active {
    color: #C211A1;
    font-weight: bold;
}

.leverage_reliable .eCommerce_development_tabs .nav-tabs li a {
    display: inline-block;
    color: #000000;
    padding: 20px 0px 0px 55px;
    font-size: 16px;
}
.leverage_reliable h3.magento_headings {
    color: #14054F;
    font-weight: 600;
}
.leverage_reliable .eCommerce_solution_inner p {
    font-size: 16px;
    color: var(--darkLightColor);
}
.leverage_reliable .magento_circleboxs {
    background: #F8F8F8 !important;
    width: auto !important; 
    height: auto !important; 
    border-radius: 5px!important; 
    align-items: center!important;
    justify-content: center!important;
    flex-direction: column!important;
    padding: 30px 40px!important;
    text-align: left!important;
    box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.07);
}
.d_flex_leverage_reliable{
    align-items: center;
}
.leverage_reliable .magento_circleboxs h3 {
    font-size: 18px;
    color: #C211A1;
}
.leverage_reliable .magento_circleboxs p{
   color: #6C6C6C;
    font-size: 14px;
}

.enabling_complete .enabling_complete_heading {
    font-size: 30px;
    text-align: left;
    color: #153078;
    font-weight: 600;
}
.enabling_complete {
    padding: 50px 0px;
}

.enabling_complete_inner_boxss {
    margin-top: 50px;
    padding: 15px;
    cursor: pointer;
}

.enabling_complete_inner_boxss h3 {
    color: #14054F;
    font-size: 18px;
    line-height: 27px;
}
.enabling_complete_inner_boxss p{
    color: var(--darkLightColor);
}
.enabling_complete_inner_boxss:hover{
    background: #FFE3F9;
    border-radius: 8px;
}
.enabling_complete_inner_boxss:hover h3{
   color: #C211A1;
}

.lets_build_scale .explore_our_solutions_text{
    padding-left: 0px;
}
.lets_build_scale .explore_our_solutions_text:before {
    position: absolute;
    left: 0;
    top: -12px;
    content: '';
    width: 100px;
    height: 6px;
    background: #C211A1;
    border-radius: 5px;
}
.lets_build_scale .explore_our_solutions_btn a {
    color: #C211A1;
    background: #FFFFFF;
    padding: 10px 30px;
    border-radius: 10px;
    font-weight: 600;
}
.lets_build_scale.realtime_explore_our_solutions {
    background-image: url(../images/lets_build_scale.png);
    padding: 70px 0px 50px;
}
.hashstudioz_complete_compilation .realtime_your_business_inner_right p{
    margin-bottom: 0px;
}
.hashstudioz_complete_compilation .hashstudioz_complete_compilation_bg_color{
    background: #FBEEF8;
    border-radius: 12px;
    padding: 25px;
}
.hashstudioz_complete_compilation .realtime_your_business_scrollbar {
    padding: 10px 20px 0px 10px;
}
.hashstudioz_complete_compilation .realtime_your_business_inner_right li {
    color: var(--darkLightColor);
} 

/* Handle */
.hashstudioz_complete_compilation .realtime_your_business_scrollbar::-webkit-scrollbar-thumb {
  background: #C211A1; 
  border-radius: 5px;
}
.hashstudioz_complete_compilation .realtime_your_business_inner_right h3 {
    color: #0F003B;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    padding-top: 10px;
}

.using_latest_tools .heading_business_ready {
    text-align: left;
    padding-bottom: 0px;
    color: #14054F;
}
.dashboards_business_ready.using_latest_tools p {
    color: var(--darkLightColor);
}
.using_latest_tools .embedded_systems h3 {
    color: #14054F;
    font-size: 20px;
    padding: 15px 0px 10px;
}
.using_latest_tools .embedded_systems {
    margin-top: 20px;
}

.using_latest_tools.dashboards_business_ready {
    background: #fff;
}
.embedded_reliable_software_engineering {
    padding: 50px 0px;
    background: #FBEEF8;
}

.embedded_reliable_text_side h2 {
    font-size: 40px;
    color: #14054F;
    font-weight: 600;
    line-height: 60px;
        text-transform: capitalize;
}
.embedded_reliable_text_side p {
    color: var(--darkLightColor);
}
.embedded_reliable_slider_side {
    padding: 0;
    background: transparent;
}
.conceptualizeslick3_dflex{
    align-items: center;
}
.conceptualizeslick3_dflex .realtime_parameters {
    display: flex;
    margin-top: 60px;
}
.embedded_wrp .tell_about_your_product_bg {
    background: #FBEEF8 !important;
}
.embedded_wrp{
    overflow: hidden;
}

.embedded_wrp .dashboards_business_ready .slick-dots li button {
    background: #C1C1C1;
}

.embedded_wrp .dashboards_business_ready li.slick-active button {
    background-color: #C211A1;
}
.embedded_tellus_section_wrp .call_us_sales_side span a {
  
    background: #fff;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}

 /*embedded development solutions end*/



 /*connected-devices css start*/

.connected_devices_banner {
    background-image: url(../images/connected_bannerimg.png);
    height: auto;
}
.connected_devices_banner .centricRight a.btn {
    background: #5E2AE7;
    color: #fff;
}
.connected_devices_solutions {
    background: #F9F9FC;
}
.solutions_connected_devices .nav-tabs li a {
    color: #575757;
    font-size: 18px;
    font-weight: 400;
     text-transform: capitalize;
}
.solutions_connected_devices .eCommerce_solution_inner h3{
      text-align: center;
      text-transform: capitalize;
      color: #0F003B;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}
.solutions_connected_devices {
    padding: 50px 0px;
}
.solutions_connected_devices .eCommerce_development_tabs .nav-tabs li .active {
    color: #452C9F;
    font-weight: 500;
}
.solutions_connected_devices .eCommerce_development_tabs .nav-tabs li .active:before {
    background: #452C9F;
}
.solutions_connected_devices .magento_circleboxs h3 {
    color: #452C9F;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.solutions_connected_devices .magento_circleboxs  p{
    color: #575757;
}
.solutions_connected_devices .magento_circleboxs {
    background: #EEECF6 !important;
    padding: 75px 55px!important;
    width: 400px!important;
    height: 400px!important;
}
.solutions_connected_devices .eCommerce_development_tabs_inner{
   display: flex;
   justify-content: center;
}
.connected_development_company_trust{
   background: #F9F9FC;
}
.connected_development_company_trust .heading_business_ready {
    color: #0F003B;
}
 .connected_development_company_trust .realtime_parameters_right p {
     color: #0F003B;
}
.connected_development_company_trust li.slick-active button {
    background-color: #0F003B !important;
}
.connected_development_company_trust #slick-pre{
    display: block !important;
}
.discover_more_wrp {
    background: #DFDBEF;
}
.discover_more_wrp .explore_our_solutions_text p {
    color: #0F003B;
}
.discover_more_wrp .explore_our_solutions_btn a {
    color: #fff;
    background: #5E2AE7;
}
.discover_more_wrp .explore_our_solutions_text:before {
    background: #5E2AE7;
}
.connected_app_solutions{
    padding: 50px 0px 100px;
    position: relative;
}
.connected_app_solutions .heading2 {
    margin-bottom: 45px;
    color: #0F003B;
    text-transform: capitalize !IMPORTANT;
    font-size: 30px;
}
.connected_app_solutions .leadershipBoxRelative img{
  width: 100%;
}
.connected_app_solutions .leadershipBoxAbsolute::before {
    width: 93.8%;
    border-radius: 10px;
}
.connected_app_solutions .slick-list {
    margin-top: 0px !important;
}
.connected_app_solutions i#slick-next {
    cursor: pointer;
    position: absolute;
    left: 52%;
    bottom: -55px;
}
.connected_app_solutions i#slick-pre {
    cursor: pointer;
    position: absolute;
    left: 49%;
    bottom: -55px;
    display: block !important;
}

.connected_devices_solutions .realtime_our_work_inner_boxs h3 {
    color: #0F003B;
}
.connected_devices_solutions .realtime_our_work_inner_boxs a {
    color: #452C9F;
}
.connected_app_solutions .leadershipContent h3 {
    width: 130px;
}
.connected_app_solutions .leadershipContent {
    width: 95%;
}
.connected_app_solutions .leadershipBox {
    height: 400px;
    border-radius: 10px;
}
.connected_app_solutions .leadershipBoxRelative {
    border-radius: 10px;
}
.connected_wrp .tell_about_your_product_bg {
    background: #DFDBEF !important;
}
.connected_devices_solutions .realtime_our_work_heading {
    color: #0F003B;
    font-weight: 600;
}
.connected_wrp{
    overflow: hidden;
}


 /*connected-devices css end*/




/*development costs css start*/

.development_costs_wrp{

}
.read_our_case_studies .read_our_case_studies_inner .read_case_s_heading{
    font-size: 30px;
    font-weight: 700;
    padding-top: 15px;
    color: #000;
}
.read_our_case_studies .read_our_case_studies_inner .read_case_s_heading span{
   color: #275EE9;
}
.read_our_case_studies_inner_radius {
    border: 2px dotted #00AEEF;
    padding: 20px 20px 60px 20px;
    text-align: center;
    border-radius: 10px;
}
.read_our_case_studies_inner_radius h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
}
.read_our_case_studies_inner_radius p{
    color: rgba(0, 0, 0, 0.7);
        font-size: 14px;
}
.read_our_case_studies_inner_radius a{
    background: #0475E5;
    border-radius: 40px 0px 10px;
    padding: 10px 30px;
    color: #fff;
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.read_our_case_studies_inner_radius{
    position: relative;
}
.read_our_case_studies_inner {
    margin-bottom: 30px;
    min-height: 285px;
}
.hire_dedicated_programmers h2.heading{
    font-size: 30px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
}
.hire_dedicated_programmers h2.heading span{
    color: #0475E5;
}
section.hire_dedicated_programmers {
    background: #F1FBFF;
}

section.centricSection.development_costs_wrp {
    background-image: url(../images/development_costs_banner.jpg);
    background-size: cover;
}
.reduced_turnaround_icon_side span {
    width: 80px;
    height: 80px;
    background: #0475E4;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 6px solid #00AEEF;
}
.reduced_turnaround_time_flex {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.reduced_turnaround_text h5{
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.reduced_turnaround_text p{
    margin-bottom: 0px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
}
.reduced_turnaround_icon_side {
    margin-right: 25px;
}
.our_committed_developers_wrp h2.heading{
    font-size: 30px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin-bottom: 40px;
}
.our_committed_developers_wrp h2.heading span{
    color: #0475E5;
}


section.hiring_dedicated_developer {
    background: #F1FBFF;
}

.hiring_dedicated_developer .read_case_s_heading {
    font-size: 30px;
    font-weight: 700;
    padding-top: 15px;
    color: #000;
}
.hiring_dedicated_developer .read_case_s_heading span {
    color: #275EE9;
}
.hiring_dedicated_developer .customApplicatonBox {
    background: #275EE9;
    color: #fff;
    border: 1px solid #275EE9;
    border-radius: 5px;
    text-align: center;
}
.hiring_dedicated_developer .customApplicatonBox h3 {
    font-size: 20px;
    font-weight: 700;
}
.hiring_dedicated_developer .customApplicatonBox p{
    color: #FFFCFC;
}
.hiring_dedicated_developer .customAppNumb {
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
}
.hiring_dedicated_developer .customAppNumb span{
       color: #fff;
       opacity: 1;
}
.hiring_dedicated_developer .customAppText img {
    margin-bottom: 15px;
}
.consult_our_experts_boxs_height {
    min-height: 305px;
}
.consult_our_experts_boxs_height_dflex{
    display: flex;
    align-items: center;
    justify-content:center ;
}
.consult_our_experts_boxs{
    position: relative;
}
.consult_our_experts_boxs_rel_dotted img.dotted_img {
    position: absolute;
    left: 30%;
    bottom: -50px;
}
.engagement_model_dotted{
    position: relative;    
    margin-top: 65px;
}
.engagement_model_dotted img.dotted_img {
    position: absolute;
    right: 0;
    top: -50px;
}

.boost_your_business_your{
   background: transparent;
}
.boost_your_business_your .customApplicatonBox {
    background: #F1FBFF;
}

.boost_your_business_your .heading2 {
    font-size: 30px;
    font-weight: 700;
    padding-top: 15px;
    color: #000;
}
.boost_your_business_your .heading2 span {
    color: #275EE9;
}
.boost_your_business_your .customAppIcon {
    border: 2px dotted #EAEAEA;
    border-radius: 5px;
}
.boost_your_business_your .customAppIcon img{
  padding: 10px;
}

.specific_digital_solutions h2.heading{
    font-size: 30px;
    font-weight: 700;
    padding-top: 0;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}
.specific_digital_solutions h2.heading span{
    color: #275EE9;
}
section.specific_digital_solutions {
    background: #F1FBFF;
}
.specific_health_fitness {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 8px 0px 20px rgb(0 0 0 / 15%);
    padding: 15px 15px 70px 15px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
    min-height: 304px;
}

.specific_health_fitness h4{
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
}
.specific_health_fitness p{
    font-size: 14px;
    color: #6C6C6C;
}
.specific_health_fitness img {
    margin-bottom: 20px;
}
.specific_health_fitness span.radius_top_right {
    width: 100px;
    height: 100px;
    background: #F1FBFF;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    right: -20px;
    top: -20px;
}
.specific_health_fitness span.radius_bottom_left {
    width: 80px;
    height: 80px;
    background: #F1FBFF;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    bottom: -20px;
}

.question_look_here_wrp .heading2 span{
    color: #275EE9; 
} 
.question_look_here_wrp {
    background: transparent;
}
.question_look_here_wrp .caseStudyBoxes .accordion .card .card-body {
    background: rgba(216, 243, 254, 0.35);
}
.question_look_here_wrp .caseStudyBoxes .accordion .card-header {
    background: #D8F3FE;
}
.question_look_here_wrp .card-header {
    border-bottom: 0;
}
.development_costs_footer_bg{
    background: transparent !important;
}
.development_costs_footer_bg_img{
    background-image: url(../images/development_costs_footer_bg.png);
}


/*development costs css end*/


/*leadingmobileapp  css start*/

.leading_mobile_app_banner_img {
    background-image: url(../images/leading_mobile_app_banner_img.png);
    background-size: cover;
}
.leading_mobile_app_banner_img a.btn {
    background: #fff;
    color: #343434;
    border: 1px solid #fff;
}

.leading_mobile_app_banner_img .centricRight .btn.primaryBtn:hover{
    background: #343434;
    color: #fff;
    border: 1px solid #343434;
}
.read_our_case_studies{
    padding: 50px 0px;
}
.read_our_case_studies h2.heading{
    font-size: 30px;
    font-weight: 700;
    padding-top: 15px;
    color: #343434;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.read_our_case_studies .thinkgas_text_boxs h3{
    font-size: 32px;
    font-weight: 500;
    color: #525252;

}
.read_our_case_studies .thinkgas_text_boxs p{
    color: #575757;
    padding-top: 15px;
}
.read_our_case_studies .thinkgas_text_boxs a{
    margin-top: 20px;
    display: inline-block;
}
.read_our_case_studies .readour_mrtop{
    margin-bottom: 70px;
}
.read_our_case_studies .shield_dispatcher_right_side{
    text-align: right;
}
.boost_your_brand_inner h2.heading {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
}
.boost_your_brand_inner p, .boost_your_brand_inner li{
  color: #575757;
}
.boost_your_brand_wrp_tabs{
    padding-top: 50px !important;
    background: #F8F8F8;
    padding-bottom: 20px !important;
}

.boost_your_brand_wrp_tabs .nav-pills .nav-link {
    color: #525252;
    font-size: 15px;
    padding: 12px;
    text-align: left;
    border-radius: 0;
    margin-bottom: 15px;
    border: none;
    border-left: 5px solid transparent;
    background: transparent;
    text-transform: capitalize;
    z-index: 2;
}
.boost_your_brand_wrp_tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: transparent;
    color:  #525252;
    font-weight: 600;
    border-left: 5px solid #525252;
}
.boost_your_brand_wrp_tabs .resultBoxDesign {
    text-align: left;
    background: #FFFFFF;
    box-shadow: 0px 8px 22px rgb(0 0 0 / 7%);
    border-radius: 5px;
    padding: 20px;
}
.boost_your_brand_wrp_tabs .resultBoxText h3 {
    color: #525252;
    text-transform: capitalize;
}
.boost_your_brand_wrp_tabs .resultBoxText p {
    margin-bottom: 10px;
    color: #6C6C6C;
}
.boost_your_brand_wrp_tabs .resultBoxText li {
    color: #6C6C6C;
    font-size: 14px;

}

.resultBoxContent_right_side .nav-link{
    text-align: right !important;
}
.resultBoxContent_dflex{
    display: flex;
    align-items: center;
    justify-content: center;
}

.boost_your_brand_wrp_tabs .resultBoxContent_right_side .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border-right: 5px solid #525252;
    border-left: 0px;
}

.how_hashStudioz_gets_wrp .realtime_parameters {
    display: block;
    margin-top: 40px;
}
.how_hashStudioz_gets_wrp .realtime_parameters_right {
    padding-left: 0;
    padding-top: 0;
}
.how_hashStudioz_gets_wrp #slick-pre{
    display: block !important;
}
.how_hashStudioz_gets_wrp .realtime_parameters_right h3 {
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
    color: #525252;
}
.how_hashStudioz_gets_wrp .realtime_parameters_left span {
    font-size: 50px;
    position: absolute;
    top: 10px;
}
.how_hashStudioz_gets_wrp {
    background: transparent;
}
.how_hashStudioz_gets_wrp .heading_business_ready {
    color: #343434;
}
.project_next_label_bg {
    background-image: url(../images/project_next_label_bg.png);
    background-size: cover;
    padding: 50px 0px;
}
.hundreds_of_companies_wrp .eCommerce_solution_inner h3 {
    color: #343434;
}
.hundreds_of_companies_wrp .eCommerce_development_tabs .nav-tabs li .active {
    color: #343434;
}
.hundreds_of_companies_wrp .eCommerce_development_tabs .nav-tabs li .active:before {
    background: #343434;
}

.hundreds_of_companies_wrp{
    background: #F8F8F8;
}
.hundreds_of_companies_wrp .magento_circleboxs {
    background: transparent !important; 
    background-image: url(../images/hundreds_companies_bg.png) !important;
    background-size: cover !important;
    padding: 20px 40px!important;
}
.hundreds_of_companies_wrp .magento_circleboxs h3 {
    color: #fff;
}
.hundreds_of_companies_wrp .magento_circleboxs p {
    color: #fff;
}

.industries_ve_excelled_in .heading2 {
    color: #343434;
    padding-top: 0px;
}
.industries_ve_excelled_in .customApplicatonBox {
    background: #FFFFFF;
    box-shadow: 0px 0px 23px rgb(0 0 0 / 14%);
    border-radius: 5px;
    min-height: 235px;
}

.industries_ve_excelled_in .customAppText {
    margin-top: 15px;
}
.industries_ve_excelled_in .customAppText h3 {
    color: #525252;
}

.hundreds_of_companies_wrp .magento_circleboxs_inner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.how_hashStudioz_gets_wrp li.slick-active button {
    background-color: #343434;
}
.industries_ve_excelled_in .customAppIcon {
    border: 0;
}
.leanding_mobile_app_faq {
    background: #F8F8F8;
}
.leadingmobileapp_footer_wrp{
    background: #F8F8F8 !important;
}
.leanding_mobile_app_faq .frequentSection .heading2 {
    color: #263238;
}
.leanding_mobile_app_faq .caseStudyBoxes .accordion .card-header .btn {
    background: #fff;
}
.leanding_mobile_app_faq .caseStudyBoxes .accordion .card .card-body {
    background: #edecec;
}
.leadingmobileapp_footer_bg{
    background-image: url(../images/leadingmobileapp_footer_bg.png);
}
.leadingmobileapp_footer_bg .call_us_sales_side span a {
    background: #fff;
    padding: 8px;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 5px;
}
.leadingapptravel_wrp{
    overflow: hidden;
}
.boost_your_brand_wrp {
    background: #F8F8F8;
    padding-top: 50px;
}

.leverage_rel_wrp{
    position: relative;
}
.leverage_rel_wrp .leverage_left {
    position: absolute;
    left: 0;
    top: 0;
}
.leverage_rel_wrp .leverage_right {
    position: absolute;
    right: 0;
    bottom: 0;
}
.thinkgas_img_boxs img{
   width: 100%;
}
.industries_ve_excelled_in .customAppIcon img{
    height: auto;
}


/*leadingmobileapp css end*/



/*hire ios developer css start*/

.hire_ios_case_studies h2.heading {
    color: #023D71;
}
.hire_ios_case_studies .thinkgas_text_boxs h3 {
    color: #023D71;
}
.hire_ios_case_studies{
   background: #F5FCFF;   
}

.hire_ios_bes_choice .magento_headings{
    color: #023D71;
    font-size: 30px;
    font-weight: 700;
    padding-top: 15px;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.initial-text {
    text-transform: initial;
}

.hire_ios_bes_choice .development_process_innerboxs span.requirement_heading {
    color: #023D71;
    font-weight: 600;
}
.hire_ios_bes_choice .development_process_innerboxs span.requirement_para {
    color: #031045;
}

.hire_ios_bes_choice .development_process_innerboxs ul li {
    background-image: url(../images/hire_ios_process_bg_img.png);
    background-size: 100% 100%;
}
.hireios_developer_expertise{
    background: #F5FCFF;
}
.hire_ios_bes_choice {
    float: inherit;
}
.dashboards_business_ready #slick-pre {
    display: block !important;
}   
.approach_followed_by_our_ios_developers{
  background: #fff;
}
.approach_followed_by_our_ios_developers .eCommerce_solution_inner h3 {
    font-size: 30px;
    text-align: left;
    color: #153078;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.approach_followed_by_our_ios_developers .eCommerce_solution_inner p {
    color: #031045;
}
.approach_followed_by_our_ios_developers .eCommerce_development_tabs .nav-tabs li .active {
    color: #023D71;
}
.approach_followed_by_our_ios_developers .solutions_connected_devices .nav-tabs li a {
    color: #969696;
    font-size: 20px;
}
.approach_followed_by_our_ios_developers .eCommerce_development_tabs .nav-tabs li .active:before {
    background: transparent;
    width: 0;
}
.approach_followed_by_our_ios_developers .magento_circleboxs {
    background-image: none !important;
    width: 500px !important;
    padding: 0 !important;
    height: 300px !important;
}
.approach_followed_by_our_ios_developers .magento_circleboxs h3 {
    color: #023D71;
}
.approach_followed_by_our_ios_developers .magento_circleboxs p {
    color: #031045;
}
.approach_followed_by_our_ios_developers .realtime_your_business_inner h2 {
    color: #023D71;
}
.approach_followed_by_our_ios_developers .realtime_your_business_inner_right h3 {
    color: #023D71;
}
.approach_followed_by_our_ios_developers .realtime_your_business_inner_right p {
    color: #031045;
}
.deploy_best_class{
    background: #F5FCFF;
}
.industry_sectors_served_wrp .heading2 {
    color: #023D71;
}
.industry_sectors_served_wrp .customAppText h3 {
    color: #023D71;
}
.industry_sectors_served_wrp .customAppText p{
    color: #031045;
}
.hire_ios_project_next_label_bg {
    background-image: url(../images/hire_ios_project_next_label_bg.png);
}
.hire_ios_footer_bg {
    background-image: url(../images/hire_ios_footer_bg.png);
}
.hire_ios_faq {
    background: #F5FCFF;
}
.hire_ios_footer_wrp{
    background: #F5FCFF !important;
}
.approach_followed_by_our_ios_developers .eCommerce_development_tabs {
    height: 225px;
    overflow: auto;
     direction:rtl; 
     margin-left: 20px;
}
.approach_followed_by_our_ios_developers .eCommerce_development_tabs .eCommerce_development_tabs ul.nav.nav-tabs{
  direction: ltr;
}
.approach_followed_by_our_ios_developers .approach_dflex{
  align-items: center;
}

/* width */
.approach_followed_by_our_ios_developers .eCommerce_development_tabs::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.approach_followed_by_our_ios_developers .eCommerce_development_tabs::-webkit-scrollbar-track {
  background: #E2E2E2;
  border-radius: 10px;
}
 
/* Handle */
.approach_followed_by_our_ios_developers .eCommerce_development_tabs::-webkit-scrollbar-thumb {
  background: #023D71; 
  border-radius: 10px;
}

.approach_followed_by_our_ios_developers .eCommerce_development_tabs .nav-tabs li {
  padding: 15px 0px;
}
.approach_followed_by_our_ios_developers .nav-tabs li a {
    color: #969696;
    padding-left: 30px !important;
}
.deploy_best_class .realtime_your_business_inner_right h3 {
    color: #023D71;
}
.deploy_best_class .realtime_your_business_inner_right p {
    color: #031045;
}

.hire_ios_faq .caseStudyBoxes .accordion .card p {
    color: #031045;
}

.hire_ios_faq .caseStudyBoxes .accordion .card .card-body {
    background: #fff;
}

.hire_ios_faq .caseStudyBoxes .accordion .card-header{
    background: #fff;
}

.hire_ios_faq .heading2 {
    color: #023D71;
}

.mega-menu-mobile {
    position: absolute;
    height: auto !important;
    display: none;
    width: auto;
    min-width: auto !important;
    min-height: auto;
    left: 0;
    /* top: 14.5%; */
}
 .description li#mobile-app-development:hover .mega-menu-mobile{
    min-width:auto !important;
    display: block !important;
    z-index: 99999;
    width:auto !important;
}
.mega-menu-mobile li a svg {
    position: relative;
    top: 3px;
}

/* iot agumentation solutions styling starts here */

.carouselFading {
    width: auto;
}
.carouselFading h2 {
    font-size: 30px;
    line-height: 45px;
    color: #646D7B;
    font-weight: 600;
    text-align: center;
    padding: 2rem 0rem;
    margin: 0;
    text-transform: capitalize;
}
.carouselFading .carousel-caption {
    width: 100%;
    top: 50%;
    left: 0;
    padding: 0rem 2rem;
    text-align: left;
    transform: translateY(-50%);
}
.carouselFading .carousel-inner .carousel-item {
    height: 370px;
}
.carouselFading .carousel-inner .carousel-item img {
    height: 100%;
    object-fit: cover;
}
.carouselFading .carousel-caption span.count {
    font-size: 30px ;
    line-height: 45px ;
    color: #ffffff ;
    font-weight: 500;
}

.readMoreFlex {
    width: 100%;
    display: flex ;
    align-items: center ;
    gap: 1.25rem;
}
.read-more-icons  {
    display: flex;
    align-items: center;
}
.read-more-icons img {
    width: 30px;
    margin-left: -.75rem;
}
.readMoreFlex a.mvpReadmore {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}


section.caseStudyManage .container-fluid {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}


#iot-agumentation-banner{
    background: url('../images/iot-agumentation-solutions-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}
.agumentation-banner-inner{
    padding:60px 0;
    width: 100%;
}
.agumentation-banner-inner h2{
    font-size:40px;
    font-weight:700;
    color: #FFFFFF;
    font-style: normal;
    line-height:60px;
    margin-bottom:1rem;
    text-transform: capitalize;
}
.agumentation-banner-inner p.agumentation-banner-para{
    color:#fff;
    font-weight:500;
    font-size:18px;
}
.agumentation-banner-inner p#agumentation-banner-para2{
    margin-top:2rem;
}
.agumentation-banner-inner button.agumentation-inner-btn{
    padding: 11px 30px !important;
    border: 1px solid #fff;
    border-radius: 10px;
    color: #646D7B;
    font-size: 18px !important;
    outline: none !important;
    font-weight: 500;
    margin-top: 1.5rem;
}

/* .iot-agumentation-case-studies{
    padding: 60px 0 0 0;
} */
.iot-agumentation-case-studies{
    padding: 50px 0 0 0;
}
/* .iot-agumentation-case-studies h2{
    font-size: 30px;
    line-height: 45px;
    color: #646D7B;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 7rem;
    text-align: center;
} */

.iot-agumentation-case-studies h2 {
    font-size: 30px;
    line-height: 45px;
    color: #646D7B;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2.5rem;
    text-align: center;
}

.scale-up-team-iot h2{
    font-size: 30px;
    line-height: 45px;
    color: #646D7B;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 3rem;
}

.slick-case-studies{
    width: 100%;
}
.iot-agumentation-case-studies-inner.slick-case-studiess{
    width: 100%;
}
.case-studies-inner-one,.case-studies-inner-two,.case-studies-inner-three,.case-studies-inner-four,.case-studies-inner-five{
    background: url(../images/iot-agumentation-case-studies-one.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    min-height: 350px;
    padding: 100px 40px;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.case-studies-inner-two{
    background: url(../images/iot-agumenation-case-studies-2.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.case-studies-inner-three{
    background: url(../images/iot-agumenation-case-studies-3.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.case-studies-inner-four{
    background: url(../images/iot-agumenation-case-studies-4.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.case-studies-inner-five{
    background: url(../images/iot-agumenation-case-studies-5.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.case-studies-inner-one span.count{
    font-size: 30px !important;
    line-height: 45px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
}
.case-studies-inner-two span.count{
    font-size: 30px !important;
    line-height: 45px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
}
.case-studies-inner-three span.count{
    font-size: 30px !important;
    line-height: 45px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
}
.case-studies-inner-four span.count{
    font-size: 30px !important;
    line-height: 45px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
}
.case-studies-inner-five span.count{
    font-size: 30px !important;
    line-height: 45px !important;
    color: #ffffff !important;
    font-weight: 500 !important;
}
.case-studies-inner-one, .case-studies-inner-two, .case-studies-inner-three, .case-studies-inner-four, .case-studies-inner-five h3{
    font-size: 20px !important;
    line-height: 30px !important;
    font-weight: 500 !important;
    color: #ffffff !important;
}
.case-studies-inner-one, .case-studies-inner-two, .case-studies-inner-three, .case-studies-inner-four, .case-studies-inner-five p{
    font-size: 16px !important;
    line-height: 24px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
}
/* .read-more-icons{
    position: relative !important;
} */
/* .read-more-icons img{
    position: absolute;
    top: 30%;
    right: -55%;
} */

.read-more-inner{
    display: flex !important;
    align-items: center !important;
}
.read-more-inner p.read-more-para{
    margin-left: 40px !important;
    font-size: 14px !important;
    line-height: 21px !important;
    color: #FFFFFF !important;
    font-weight: 500 !important;
    font-style: normal !important;
    margin-bottom: 0px !important;
}
.scale-up-team-iot{
    padding: 50px 0;
}
.scale-up-team-iot-inner {
    border: 1px solid #9DA3AC;
    border-radius: 8px;
    background-color: #ffffff;
    padding: 13px;
    min-height: 300px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.scale-up-team-iot-inner:hover{
    background: #646D7B;
}
.scale-up-team-iot-inner:hover h2{
    color: white;
    transition: all 0.3s ease-in-out;
}
.scale-up-team-iot-inner:hover p{
    color: white;
    transition: all .3s ease-in-out;
}
.scale-up-team-iot-inner:hover .line{
    background-color: white;
    transition: all 0.3s ease-in-out;
}
.scale-up-team-iot-inner .line{
    width: 72px;
    height: 3px;
    background-color: #9DA3AC;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.scale-up-team-iot-inner h2{
    color: #646D7B;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 1rem !important;
}
.scale-up-team-iot-inner p{
    font-size: 16px;
    line-height: 24px;
    color: #575757;
    font-weight: 400;
    font-style: normal;
}

.chatbox-iot-agumenation .chatbox-inner{
    box-shadow: 0px 0px 23px rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    padding: 25px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    min-height: 276px;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
}
.chatbox-iot-agumenation{
    margin: 3rem auto;
}
.chatbox-iot-agumenation h2{
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    /* identical to box height */

    text-align: center;
    text-transform: capitalize;
    color: #343434;
}
.chatbox-iot-agumenation .chatbox-inner h2{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-top: 10px;
    text-transform: capitalize;
    color: #525252;
    text-align: left;
}
.chatbox-iot-agumenation .chatbox-inner p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
}

/* .iot-agumentation-credible h2{
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    text-transform: capitalize;
    color: #646D7B;
} */

.iot-agumentation-credible h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 65px;
    text-transform: capitalize;
    color: #646D7B;
}

.iot-agumentation-credible p{
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #575757;
}
.iot-agumentation-credible{
    background-color: #f5f5f5;
    padding: 50px 0;
}
.iot-agumenation-realtime_business_right h2{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #646D7B;
}
.iot-agumenation-realtime_business_right p{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
}

/* Contact us */
.iot-agumentation-contact-bg #tell_about_your_product_agumenation{
    background: url(../images/iot-agumentation-contact-bg.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
#iot-agumenation-form .controls input.form-control, #iot-agumenation-form .controls select.form-control, #iot-agumenation-form .controls textarea.form-control{
    border: 2px solid #E6E6E6;
    background-color: #E6E6E6;
    border-radius: 6px;
}

#iot-agumentation-form .controls input.form-control::placeholder,#iot-agumenation-form .controls textarea.form-control, #iot-agumenation-form .controls select.form-control::placeholder{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #777777;
}

.iot-agumentation-manner-process h2.manner-process-heading{
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-transform: capitalize;
    text-align: center;
    color: #646D7B;
}
.iot-agumentation-manner-process{
    padding: 50px 0;
    background: #F5F5F5;
}
.iot-agumentation-manner-process #accordion{
    padding: 10px 0;
}
.iot-agumentation-manner-process .card-header button.btn {
    padding: 0;
}
.iot-agumentation-manner-process .manner-process {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* .iot-agumentation-manner-process .manner-process span{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
    text-transform: capitalize;
    color: #8B8B8B;
} */
.iot-agumentation-manner-process .manner-process span {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
    text-transform: capitalize;
    color: #112441;
}
.iot-agumentation-manner-process #accordion .card{
    border: none !important;
    border-bottom: 1px solid #DDDDDD !important;
    /* margin-right: 0px !important; */
    cursor: pointer;
    background: #F5F5F5;
}
.iot-agumentation-manner-process #accordion .card .card-header{
    background-color: #F5F5F5 !important;
    border: none !important;
}
.iot-agumentation-manner-process .card-header {
    padding: .75rem 0rem 0.5rem;
}
/* .iot-agumentation-manner-process #accordion .card .manner-process h5.manner-process-heading button{
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    color: #8B8B8B;
    text-decoration: none !important;
} */
.iot-agumentation-manner-process #accordion .card .manner-process h5.manner-process-heading button {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    color: #112441;
    text-decoration: none !important;
}
.iot-agumentation-manner-process #accordion .card .card-body {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #575757;
    padding: 0;
    margin:0 0 10px;
}

.talent-iot-agumentation{
    padding: 50px 0;
}
.talent-agumentation-inner{
    background: url(../images/it-agumentation-contact-us-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 800px;
    position: relative;
    border-radius: 30px;
    margin-top: -200px;
}
.talent-agumentation-inner .floating-talent-div{
    position: absolute;
    bottom: 0%;
    right: 0;
    width: 36%;
    left: auto;
    border-radius: 30px 0 0 0;
    background: #F5F5F5;
}
.floating-talent-div h2{
    font-weight: 700;
    font-size: 28px;
    line-height: 40px;
    text-transform: capitalize;
    color: #646D7B;
    margin-top: 1rem;
    margin-left: 3rem;
    padding: 20px 30px;
}
#qualified-talent{
    padding-top: 0;
    margin-top: 0;
}

h2.separate-heading{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #575757;
    text-align: center;
    margin: 4rem 0 0rem 0;
}
#qualified-talent h4{
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #646D7B;
    position: relative;
    z-index: 10;
}
#qualified-talent h4::after{
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    color: #E2E2E2;
    z-index: -1;
    top: -32px;
    left: -2px;
}
#qualified-talent .constant-communication-7 h4::after{
    content: "07";
        font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    color: #E2E2E2;
    z-index: -1;
    top: -32px;
    left: -2px;
    position: absolute;

}
#qualified-talent .constant-communication-8 h4::after{
    content: "08";
        font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    color: #E2E2E2;
    z-index: -1;
    top: -32px;
    left: -2px;
    position: absolute;

}
#qualified-talent .constant-communication-9 h4::after{
    content: "09";
        font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    color: #E2E2E2;
    z-index: -1;
    top: -32px;
    left: -2px;
    position: absolute;
}
#qualified-talent .before-com p{
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
}
#qualified-talent .before-com p::after{
    background: none !important;
}
#qualified-talent span{
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    color: #E2E2E2;
    position: absolute;
    top: -25%;
    z-index: 1;
}
#qualified-talent  .qualified-before{
    position: relative;
}

#contact-us-banner-inner{
    background: url(../images/it-contact-us-banner-img.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
#contact-us-banner-inner p{
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}
#contact-us-banner-inner a{
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #646D7B;
}
#contact-us-banner-inner .explore_our_solutions_text{
    font-weight: 400;
font-size: 18px;
line-height: 27px;
/* identical to box height */
color: #FFFFFF;
}

#iot-agumentation-contact-us-main{
    background: #fff !important;
    padding: 100px 0px 0px !important;
}
#iot-agumentation-contact-us{
    background: url(../images/it-agumentation-contact-us-background.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
/* iot agumentation solutions styling ends here */



/* MVP development starts here */
#mvp-development-banner .mvp-development-banner-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: calc(100vh - 70px);
}

.mvp-development-banner-inner video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* .mvp-development-banner-inner .mvp-development-banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    position: absolute;
    top: 40%;
    bottom: 100%;
    width: 100%;
    padding: 0 400px;
} */

.mvp-development-banner-inner .mvp-development-banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55%;
    height: 100%;
    transform: translate(-50%, -50%);
    padding: 0;
}

.mvp-development-banner-inner .mvp-development-banner-content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    margin-bottom: 2rem;
}

/* .mvp-development-banner-inner .mvp-development-banner-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 4rem;
} */

.mvp-development-banner-inner .mvp-development-banner-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
    margin-bottom: 2rem;
    text-align: center;
}

.mvp-development-banner-inner .mvp-development-banner-content a {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 11px 30px;
    border: 1px solid #FFFFFF;
    cursor: pointer !important;
    cursor: pointer;
}

.mvp-development-banner-inner .mvp-development-banner-content a {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #395B64;
    cursor: pointer !important;
}

#mvp-slider-banner .container-fluid {
    padding: 0;
    margin: 0;
    width: 100%;
}

#mvp-minimum-viable {
    padding: 0px;
    padding-left: 0;
    padding-right: 0;
}

#mvp-minimum-viable #mvp-minimum-credible {
    background: #F2FCFF !important;
}

#mvp-minimum-credible h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 56px;
    text-transform: capitalize;
    color: #2C3333;
    padding-right: 50px;
}

#mvp-development-services .mvp-app-icon {
    background-color: #395B64;
    border-radius: 50%;
    padding: 16px;
}

/* #mvp-development-services {
    padding: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
} */
section.breakthrough {
    padding: 30px 0;
}

#mvp-development-services h2 {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #2C3333;
    text-transform: capitalize;
}

#mvp-development-services .mvpDevelopmentBox {
    border: none !important;
    min-height: 210px;
    cursor: pointer;
    padding:0 15px;
}

#mvp-development-services .mvp-app-icon img {
    width: 31px;
    height: 31px;
}

#mvp-development-services .mvpDevelopmentBox .mvp-app-text h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #2C3333;
    display: block !important;
}

#mvp-development-services .mvpDevelopmentBox .mvp-app-text p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
    display: block !important;
    /* text-transform: capitalize; */
}

#mvp-hashstudioz-competition {
    padding: 100px 0 0 0;
}

#mvp-hashstudioz-competition .mvp-hashstudioz-heading-main {
    position: relative;
    height: 100%;
}

#mvp-hashstudioz-competition .mvp-hashstudioz-heading-main h2 {
    position: absolute;
    top: 20%;
    bottom: 0%;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 60px;
    text-transform: uppercase;
    color: #2C3333;
    font-family: "Poppins";
}

#mvp-bottom-content {
    margin-top: -120px;
}

#mvp-hashstudioz-competition .mvp-hashstudioz-heading-main h2 {
    top: 0;
    padding: 0 150px;
}

#mvp-hashstudioz-competition #mvp-top-content {
    margin-top: -50px;
}

#mvp-hashstudioz-competition .mvp-hashstudioz-heading-main h2 span.competition {
    color: #395B64;
}

#mvp-hashstudioz-competition .mvp-right-content-main {
    margin-bottom: 2.5rem;
}

#mvp-hashstudioz-competition .mvp-right-content-main h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #2C3333;
}

#mvp-hashstudioz-competition .mvp-right-content-main p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #575757;
}

.mvp-industry-slick .slick-list {
    margin-left: -10px;
    margin-right: -10px;
}
.mvp-industry-specific-main.slick-slide {
    margin: 0 10px;
}

#mvp-industry-specific {
    padding: 30px 0;
    background-color: #F2FCFF;
}

#mvp-industry-specific .mvp-industry-specific-header {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

#mvp-industry-specific .mvp-industry-specific-header h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-transform: uppercase;
    color: #2C3333;
    margin: 0;
}

#mvp-industry-specific .mvp-industry-specific-header p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #575757;
    margin-top: 1rem;
    margin-left: 40px;
    margin-right: auto;
    width: 50%;
}

#mvp-industry-specific .mvp-industry-specific-main .mvp-industry-specific-inner {
    display: flex;
    align-items: center;
}

.mvp-industry-specific-main .mvp-industry-specific-inner img {
    margin-right: 1.5rem;
}

#mvp-industry-specific .mvp-industry-specific-main .mvp-industry-specific-inner {
    position: relative;
    margin-top: 1rem;
}

#mvp-industry-specific .row {
    margin-top: 3rem;
}

#mvp-industry-specific .mvp-industry-specific-main .mvp-industry-specific-inner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 12px;
    background-color: #2C3333;
    top: -40%;
}

#mvp-industry-specific .mvp-industry-specific-main .mvp-industry-specific-inner h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    text-transform: capitalize;
    color: #2C3333;
    margin-top: 0.5rem;
}

#mvp-industry-specific .mvp-industry-specific-main p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    text-transform: capitalize;
    color: #575757;
    margin-top: 0rem;
    padding-right: 70px;
}

#mvp-development-company-faqs {
    padding: 50px 0;
}

#mvp-development-company-faqs h2#mvp-development-company-heading {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-transform: capitalize;
    color: #2C3333;
    padding-bottom: 20px;
}

#mvp-development-company-faqs .mvp-development-faqs-inner {
    background-color: #F5F5F5;
}

#mvp-development-accordion {
    padding: 30px 30px 0px 30px;
    cursor: pointer;
    display: flex;
    margin: 23px 0;
    align-items: center;
    position: relative;
    background: #F5F5F5;
    transition: all 0.3s ease-in-out;
}

#mvp-development-accordion h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #2C3333;
}

#mvp-development-acc-panel p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #575757;
}

#mvp-development-accordion .icon {
    background: url(../images/downArrow.svg) center no-repeat;
    width: 19px;
    height: 11px;
    position: absolute;
    right: 3%;
    transition: all 0.3s ease-in;
}

#mvp-development-accordion.active .icon {
    position: absolute;
    right: 2.5%;
    width: 25px;
    height: 25px;
    transform: rotate(180deg);
    background: url(../images/downArrow.svg) center no-repeat !important;
    transition: all 0.3s ease-in;
}

#mvp-development-acc-panel {
    padding: 0px 0px 0px 30px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in;
}

#mvp-development-acc-panel ul {
    list-style-type: disc;
    padding-left: 50px;
}

.iot_development_company_panel .is-active {
    max-height: max-content;
}

#mvp-agile-approach {
    padding: 50px 0;
    background-color: #F2FCFF;
}

#mvp-agile-approach .agile-approach-left-content {
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 0rem;
}

#mvp-agile-approach .agile-approach-left-content h2 {
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 67px;
    text-transform: uppercase;
    color: #2C3333;
}

#mvp-agile-approach .agile-approach-left-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 42px;
    color: #575757;
}

.agile-approach-right-content {
    height: auto;
}

.agile-approach-right-content .right-content-inner {
    margin-top: 0rem;
    margin-left: -5rem;
}

.agile-approach-right-content .right-content-number {
    background: #395B64;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    text-transform: capitalize;
    color: #FFFFFF;
    text-align: center;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px; */
    width: 85px;
    height: 85px;
    position: relative;
}

.agile-approach-right-content .right-content-number span {
    z-index: 10;
}

.agile-approach-right-content .right-content-inner h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-transform: capitalize;
    color: #2C3333;
}

.agile-approach-right-content .right-content-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #575757;
    margin-top: 2rem;
    margin-bottom: 2rem;
    /* text-transform: capitalize; */
    /* padding-right: 285px; */
}

.mvp-development-contact-us-banner #contact-us-banner-inner {
    background: url(../images/mvp-contact-us-bg.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    border-radius: 30px;
}

.mvp-development-contact-us-banner #contact-us-banner-inner a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #395B64;
    padding: 18px 40px !important;
}

.mvp-development-contact-us-banner #contact-us-banner-inner .explore_our_solutions_text:before {
    display: none !important;
}

/* .mvp-development-contact-us-banner #contact-us-banner-inner p {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    color: #FFFFFF;
    padding: 0 400px 0 100px;
} */

.mvp-development-contact-us-banner #contact-us-banner-inner p {
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 46px;
    color: #FFFFFF;
    padding: 0 320px 0 60px;
}

#mvp-development-contact-us-main {
    background: none !important;
}

#mvp-development-contact-us-main #mvp-development-contact-us {
    background-image: url(../images/mvp-development-contact-bg.svg) !important;
}

#mvp-line-below-contact-us {
    background: #2C3333;
    /* height: 8px; */
}
.iot_agumentation_credible_dflex{
    display: flex;
    align-items: center;
}

.mvp-development-banner-inner{
    position: relative;
}
.mvp-development-banner-inner:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}


/* MVP development company ends here */


/*main changes start */

.read_our_case_studies .caseStudyBox p.paragraph {
    text-overflow: initial;
    overflow: initial;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.read_our_case_studies .caseStudyBox {
    min-height: 295px;
}
.impactProductBoxes_new .impactProductBox p.paragraph{
    text-overflow: initial;
    overflow: initial;
    -webkit-line-clamp: inherit;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.impactProductBoxes_new .impactProductBox {
    min-height: 275px;
}

.customApplicatonSection_new .customAppText p.paragraph {
    text-overflow: ellipsis;
    overflow: auto;
    -webkit-line-clamp: initial;
}
.customApplicatonSection_new .customApplicatonBox {
    min-height: 290px;
}

.read_our_case_studies_new .caseStudyBox h3 {
   height: auto;
   overflow: initial;
}

.followedSection_new .followedBoxBack p {
    overflow: initial;
    height:auto;
}

.boost_your_business_your_new .customAppText p.paragraph {
    overflow: auto;
    -webkit-line-clamp: inherit;
}
.boost_your_business_your_new .customApplicatonBox {
    min-height: 295px;
}
.industries_ve_excelled_in_new .customAppText p.paragraph {
    overflow: inherit;
    -webkit-line-clamp: inherit;
}

/*main changes end*/

/* PRESS RELEASE LISTING SECTIONS STARTS HERE */
.press-release-listing-main {
    background: url(../images/price-listing-banner-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 70px 120px 70px 0;
}

.press-release-noida {
    background: url(../images/press-lisiting-noida.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 120px 170px 0;
}

.press-release-dehradun {
    background: url(../images/press-listing-dehradun.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 120px 170px 0;
}
.press-release-dehradunNew {
    background: url(../images/press-listing-dehradunNewimg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 120px 170px 0;
}

.all_in_One_waste_collection_software_solution_img {
    background: url(../images/all_in_One_waste_collection_software_solution_img.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 120px 170px 0;
}

.prBannerGps {
    background: url(../images/pr-banner-gps.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 170px 120px 170px 0;
    min-height: 375px;
}

.press-release-iot-heading .press-dehradun-heading {
    padding: 0 25px;
}

.press-release-iot-main a {
    color: #424242 !important;
}

.moreInfo .website,
.register .linkedin,
.moreInfo .web {
    color: #00BAFF !important;
    font-weight: 600;
    text-decoration: underline;
}

.register .linkedin {
    margin-left: 5px;
}

.press-release-iot-main a:hover {
    color: #424242 !important;
}

.press-release-listing-inner h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-transform: capitalize;
    color: #FFFFFF;
}

.press-release-listing-inner p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

section.press-release-listing-events {
    background: #BCDFEA;
    padding: 30px 0;
}

.press-release-listing-events-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.press-release-listing-events-inner h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #212529;
    margin-bottom: 0;
    margin-top: .5rem;
}

/* .whiteBg h4 {
    width: 77%;
} */

.press-release-listing-events-inner .title {
    font-weight: 600;
}

/* .press-release-listing-events-inner .view-more-btn {
    display: flex;
    align-items: left;
    margin-right: 4rem;
} */

.press-release-listing-events-inner .view-more-btn {
    display: flex;
    align-items: center;
    margin-right: 0;
    min-width: 150px;
    text-align: right;
}

.press-release-listing-events-inner .view-more-btn a {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000000;
    position: relative;
}

.whiteBg {
    background-color: white !important;
}

.press-release-listing-events-inner .view-more-btn img {
    width: 24px;
    margin-left: 7px;
    transition: transform 0.3s ease-out;
}

.press-release-listing-events-inner .view-more-btn:hover img {
    animation: bounceRight 2s;
}

/* right bounce */
@-webkit-keyframes bounceRight {

    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    40% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    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 */
/* PRESS RELEASE LISTINGS SECTION ENDS HERE */

/* PRESS RELEASE IOT GATEWAY SECTION STARTS HERE */
.press-release-iot-gateway {
    background: url(../images/press-listing-iot-gateway.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 0;
}

.press-release-iot-gateway-content.prBannerGpsContent {
    margin-top: -110px;
    margin-bottom: 20px;
}
.press-release-iot-gateway-content {
    margin-top: -110px;
    margin-bottom: 20px;
}

.press-release-iot-gateway-inner {
    background-color: white;
    width: 100%;
    padding: 50px;
    border-radius: 20px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.press-release-iot-gateway-inner .press-release-iot-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.press-release-iot-heading h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-align: center;
    text-transform: capitalize;
    color: #212529;
    padding: 0 300px;
}

.headingNoida h2 {
    padding: 0 190px;
}

.press-release-iot-heading p {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    color: #212529;
    position: relative;
    margin-bottom: 3.5rem;
    text-align: center;
}

.press-release-iot-heading span {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #707070;
}

.press-release-iot-main {
    margin-top: 40px;
}

.press-release-iot-main p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    color: #424242;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.press-release-iot-main .aboutUs {
    margin-top: 3rem;
}

.press-release-iot-main a {
    color: #00BAFF;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-left: 7px;
}

.press-release-iot-main h4 {
    color: #212529;
    font-style: normal;
    font-weight: 600;
    margin: 1.5rem 0;
    font-size: 20px;
    line-height: 30px;
}

.press-release-iot-main .moreInfo {
    margin: 3rem 0;
}

.press-release-iot-heading p::after {
    content: '';
    position: absolute;
    bottom: -30px;
    background-color: #707070;
    width: 600px;
    height: 2px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
}

.press-release-iot-main .register {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}



.press-introduce-4g-lte-5di-banner {
    background: url(../images/press-introduce-4g-lte-5di-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 120px 170px 0;
}

.press-release-iot-main ul.press-release-list {
    list-style: disc;
    text-decoration: none;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}
.press-release-iot-main ul.press-release-list li {
    color: #333; 
    margin-bottom: .75rem;
}


/* PRESS RELEASE IOT GATEWAY SECTION ENDS HERE */

/* PRESS RELEASE HashStudioz Launches RS485 to LoRaWAN Converter for IoT Efficiency SECTION STARTS HERE */
.launch-rs485-lorawan-converter-efficiency-banner {
    background: url(../images/press-release-banner-rs485-modbus-to-lorawan-converter.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 120px 170px 0;
}

/* PRESS RELEASE HashStudioz Launches RS485 to LoRaWAN Converter for IoT Efficiency SECTION END HERE */

/* PRESS RELEASE LAUNCH-OF-THE-RS-232 IOT GATEWAY SECTION STARTS HERE */
.launch-rs-232-iot-gateway-banner {
    background: url(../images/launch-of-the-rs-232-iot-gateway.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 120px 170px 0;
}
/* PRESS RELEASE LAUNCH-OF-THE-RS-232 IOT GATEWAY SECTION END HERE */

/* PRESS RELEASE ashStudioz Transforms Massage Chair Management with IoT STARTS HERE */
.transforms-massage-chair-management {
    background: url(../images/transforms-massage-chair-management-with-iot.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 120px 170px 0;
}

/* PRESS RELEASE ashStudioz Transforms Massage Chair Management with IoT STARTS Exit */

.whatsapp_icon_wrp{
    display: block;
    margin-top: 10px;
}
.whatsapp_btn_wrp{
    flex-direction: column-reverse;
}
.whatsapp_icon_wrp i.fab.fa-facebook-f {
    color: #fff;
    background: #3b5998;
}
.whatsapp_icon_wrp i.fab.fa-linkedin-in.icon {
    color: #fff;
    background: #0e76a8;
}
.whatsapp_icon_wrp i.fab.fa-twitter.icon {
    color: #fff;
    background: #55acee;
}
.whatsapp_icon_wrp i.fab.fa-whatsapp-square {
    color: #4caf4f;
    font-size: 34px;
}


.req_whatsapp_icon i.fab.fa-whatsapp-square {
    color: #fff;
    font-size: 52px;
    height: 64px;
}


.whatsapp_icon_wrp i.fas.fa-share-alt {
    background: #ee8e2d;
    position: relative;
    left: 5px;
}

.whatsapp_icon_wrp i{
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}
.whatsapp_icon_wrp .whatsapp-icon a {
    margin-left: 0px;
}
ul.heateor_sss_sharing_ul {
    display: flex;
}
.press-release-hashStudioz-technologies {
    background: url(../images/press-4-years-of-hashStudioz-technologies.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 120px 170px 0;
}


/* ON DEMAND APP DEVELOPMENT COMPANY SECTION STARTS HERE */

/* Banner */
section.on-demand-app-development-banner {
    background: url(../images/on-demand-app-development-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 55px 0 55px 0;
}

.on-demand-app-development-banner-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.on-demand-app-development-banner-inner h1 {
    font-weight: 700;
    font-size: 130px;
    line-height: 160px;
    /* text-transform: uppercase; */
    color: transparent;
    -webkit-text-stroke: 4px white;
}

.on-demand-app-development-banner-inner h3 {
    font-weight: 500;
    font-size: 40px;
    line-height: 65px;
    color: #FFFFFF;
}

.on-demand-app-development-banner-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

.on-demand-app-development-banner-inner a.on-demand-app-banner-btn {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #00618E;
    background-color: #FFFFFF;
    padding: 14px 50px;
    border-radius: 10px;
    margin-top: 2rem;
}

/* How to enlarge business */
section.on-demand-how-to-enlarge-business {
    padding: 50px 0;
}

.on-demand-how-to-enlarge-business-heading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.on-demand-how-to-enlarge-business-heading h4 {
    text-align: center;
    font-weight: 600;
    font-size: 29px;
    line-height: 44px;
    text-transform: capitalize;
    color: #092B3C;
    margin-bottom: 3rem;
}

.on-demand-how-to-enlarge-business-inner span.count {
    color: #00618E;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
}

.on-demand-how-to-enlarge-business-inner h4 {
    color: #00618E;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 1.5rem;
}

.on-demand-how-to-enlarge-business-inner p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-right: 25px;
    color: #575757;
}

/* On demand dominating section */
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 5rem !important;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: .25rem;
    background-color: white !important;
}

ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "/\00a0";
}

form#contact-form,
.quickconnect {
    width: auto !important;
    /* margin: auto !important; */
    display: block !important;
    flex: auto !important;
    position: relative !important;
    /* background: transparent !important; */
    /* padding: 0 !important; */
    justify-content: space-between !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.controls textarea.form-control {
    border: 0 !important;
    font-size: 14px;
    border-radius: 0px !important;
    border-bottom: 1px solid #ced4da !important;
    padding-top: 21px;
    padding-left: 0;
    height: 54px;
}

.controls input.form-control,
.controls select.form-control {
    border: 0 !important;
    font-size: 16px;
    border-radius: 0px !important;
    border-bottom: 1px solid #ced4da !important;
    color: #000;

}

.controls select.form-control {
    padding-left: 0;
}

/*focus css*/

.controls .form-group {
    position: relative;
}

.controls label {
    font-weight: normal !important;
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #333;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-out 0s;
    transition: all 0.15s ease-out 0s;
}

.controls input {
    display: inline-block;
    font-family: "Titillium Web", Arial, Tahoma;
    padding: 5px 0;
    margin: 10px 0 0 0;
    font-size: 16px;
    background: none;
    border: 0;
    border-bottom: 1px solid #E1523D;
    color: #333;
    box-shadow: none;
    outline: none;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.manageForm .iti .iti__country-list {
    width: 350px;
}

.manageForm label.countryLabel {
    position: absolute;
    top: 0;
    display: none;
}

.manageForm .iti__selected-flag {
    background: transparent !important;
    padding: 0;
    height: auto;
    margin-top: 10px;
}   
.manageForm .iti {
    margin-top: .75rem;
    width: 100%;
}

.manageForm .form-control.invalid+span.error {
    text-align: left;
}

.manageForm input::-webkit-input-placeholder { 
    font-family: Poppins, sans-serif!important;
    color: #333 !important;
    font-size: 16px;
    font-weight: 400;
  }

   .manageForm input::-moz-placeholder { 
    color: #333 !important;
    font-size: 16px;
    font-weight: 400;
  }
   .manageForm input:-ms-input-placeholder { 
    font-family: Poppins, sans-serif!important;
    color: red !important;
    font-size: 16px;
    font-weight: 400;
  }
   .manageForm input:-moz-placeholder { 
    font-family: Poppins, sans-serif!important;
    color: #333 !important;
    font-size: 16px;
    font-weight: 400;
  }
  .manageForm input::placeholder {
    font-family: Poppins, sans-serif!important;
    color: #333 !important;
    font-size: 16px;
    font-weight: 400;
  }

  .manageForm input:placeholder-shown {
    font-family: Poppins, sans-serif!important;
    color: #333 !important;
    font-size: 16px;
    font-weight: 400;
  }


.controls input:focus+label,
.has-value label {
    top: 5px;
    font-size: 14px;
    color: #00aeef;
}

.controls input.has-value+label,
.has-value label {
    top: 5px;
    font-size: 14px;
    color: #00aeef;
}

.controls textarea:focus+label,
.has-value label {
    top: 5px;
    font-size: 14px;
    color: #00aeef;
}

.controls textarea.has-value+label,
.has-value label {
    top: 5px;
    font-size: 14px;
    color: #00aeef;
    top: 5px;
    font-size: 14px;
    color: #00aeef;
}

.controls textarea:focus+label,
.has-value label {
    top: 5px;
    font-size: 14px;
    color: #00aeef;
    background: #fff;
    width: 100%;
}

.controls textarea.has-value+label,
.has-value label {
    top: 5px;
    font-size: 14px;
    color: #00aeef;
    background: #fff;
    width: 100%;
}

#recatpchaWidget {
    margin-top: 20px;
    margin-bottom: 30px;
}

.controls input:focus::-webkit-input-placeholder {
    color: transparent;
}

.has-value .error_show {
    display: none;
}

/*focus css*/

.tell_about_your_product_bg {
    background: #EFF4F4 !important;
}

.tell_about_your_product {
    padding: 100px 0px !important;
    background-image: url(../images/footer_bg_img.png) !important;
    background-size: cover !important;
}

section.on-demand-app-development-dominating-industry {
    background: #F5FCFF;
    padding: 50px 0;
}

.on-demand-app-development-dominating-industry-heading {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.on-demand-app-development-dominating-industry-heading h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
    color: #092B3C;
    margin-bottom: 1rem;
}

.on-demand-app-development-dominating-industry-heading p {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    text-transform: capitalize;
    color: #092B3C;
}

.on-demand-app-developemnt-dominating-industry-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.07);
    border-radius: 16px;
    padding: 100px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
}

.on-demand-app-developemnt-dominating-industry-inner:hover {
    background-color: #00618E;
    transition: all 0.3s ease-in-out;
}

.on-demand-app-developemnt-dominating-industry-inner .on-demand-dominating-up-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.on-demand-app-developemnt-dominating-industry-inner:hover .on-demand-dominating-up-content img {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.on-demand-app-developemnt-dominating-industry-inner:hover .on-demand-dominating-up-content h4 {
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.on-demand-dominating-up-content img {
    margin-bottom: 1rem;
    opacity: 1;
    display: block;
    transition: all 0.3s ease-in-out;
}

.on-demand-dominating-up-content h4 {
    font-weight: 500;
    display: block;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #00618E;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.on-demand-app-developemnt-dominating-industry-inner .on-demand-dominating-up-content h3 {
    opacity: 0;
    display: none;
    font-weight: 600;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;
}

.on-demand-app-developemnt-dominating-industry-inner .on-demand-dominating-up-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0;
    display: none;
    transition: all 0.3s ease-in-out;
}

.on-demand-app-developemnt-dominating-industry-inner .on-demand-dominating-hover-content {
    position: absolute;
    top: 50%;
    display: none !important;
    transform: translate(0%, -40%);
    text-align: center;
    padding: 0 20px;
    transition: all 0.3s ease-in-out;
}

.on-demand-app-developemnt-dominating-industry-inner .on-demand-dominating-hover-content h3 {
    font-weight: 600;
    font-size: 23px;
    line-height: 34px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.on-demand-app-developemnt-dominating-industry-inner .on-demand-dominating-hover-content p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
}

.on-demand-app-developemnt-dominating-industry-inner:hover .on-demand-dominating-hover-content {
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}

/* Contact us */
#on-demand-development-contact-us-main {
    background: none !important;
}

#on-demand-development-contact-us-main .tell_about_your_product {
    /* background: #00618E !important; */
    background-image: url(../images/on-demand-contact-us-bg.png) !important;
}

section#on-demand-app-development-line-below-contact-us {
    background-color: #092B3C !important;
    height: 9px;
}

section.on-demand-app-solutions-with-system-integrations {
    padding: 50px 0;
}

.on-demand-app-solutions-with-system-integrations-heading {
    transform: translate(0%, 60%);
}

.on-demand-app-solutions-with-system-integrations-heading h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 52px;
    text-transform: capitalize;
    color: #092B3C;
    padding-right: 150px;
}

.on-demand-app-solution-with-system-inner .line {
    background-color: #00618E;
    width: 309px;
    height: 2px;
    margin-bottom: 1rem;
}

.on-demand-app-solution-with-system-inner h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #00618E;
}

.on-demand-app-solution-with-system-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
}

section.on-demand-app-solutions-smooth-process {
    padding: 50px 0 0 0;
    background: #F5FCFF;
}

.on-demand-app-solutions-smooth-process-heading {
    display: flex;
    justify-content: center;
}

.on-demand-app-solutions-smooth-process-heading h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 33px;
    line-height: 50px;
    text-transform: capitalize;
    color: #092B3C;
}

.on-demand-app-solutions-smooth-process-inner {
    background-color: #FFFFFF;
    padding: 30px 20px;
    border-radius: 8px;
    margin-bottom: 6rem;
    position: relative;
    margin-top: 1rem;
}

.on-demand-app-solutions-smooth-process-inner img {
    position: absolute;
    top: -40px;
}

.on-demand-app-solutions-smooth-process-inner h4 {
    margin-top: 1.5rem;
}

#on-demand-app-solutions-kickoff-banner-inner {
    background: url(../images/on-demand-app-solutions-start-kickoff.png) !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

#on-demand-app-solutions-kickoff-banner-inner a {
    color: #00618E !important;
}

#on-demand-app-solutions-kickoff-banner-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #FFFFFF;
}

#on-demand-app-solutions-kickoff-inner::before {
    width: 3px;
    height: 49px;
    border-radius: 20px;
}

section.on-demand-app-solutions-our-latest-technologies {
    padding: 50px 0;
}

.on-demand-app-solutions-our-latest-technologies-heading h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 44px;
    text-transform: capitalize;
    color: #092B3C;
}

.on-demand-app-solutions-our-latest-technologies-heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 1rem 0;
    margin-bottom: 2rem;
    color: #092B3C;
}

.on-demand-app-solutions-our-latest-tech-inner {
    background-color: #F5FCFF;
    min-height: 260px;
    padding: 20px;
    margin-bottom: 1.5rem;
}

.on-demand-app-solutions-our-latest-tech-inner .on-demand-app-solutions-latest-tech-top {
    display: flex;
    align-items: center;
}

.on-demand-app-solutions-latest-tech-top h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 33px;
    color: #00618E;
    margin-left: 1rem;
    margin-top: 0.8rem;
}

.on-demand-app-solutions-latest-tech-bottom {
    margin-top: 1rem;
    margin-left: 2rem;
}

.on-demand-app-solutions-latest-tech-bottom ul {
    list-style: disc !important;
}

.on-demand-app-solutions-latest-tech-bottom ul li {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #575757;
}

section.why-on-demand-app-development-is-best-development-company {
    background: url(../images/on-demand-app-solutions-best-app.png);
    background-size: cover !important;
    background-repeat: no-repeat !important;
    padding: 100px 0;
}
.navitaire-solutions-faqs-on-demand{
    padding-top: 50px;
}

.why-on-demand-app-development-is-best-company-heading {
    margin-left: 6rem;
}

.why-on-demand-app-development-is-best-company-heading h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 29px;
    line-height: 44px;
    text-transform: capitalize;
    color: #092B3C;
}

.why-on-demand-app-development-is-best-company-heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #092B3C;
}

.navitaire-solutions-faqs-on-demand #mvp-development-accordion {
    padding: 10px 30px 0px 30px;
}

#on-demand-app-development-best-nav .tab-content {
    position: relative;
    top: 50px;
    right: 200px;
    background-color: white;
    padding: 30px 40px;
    box-shadow: 0px 8px 22px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

#on-demand-app-development-best-nav .tab-content h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
    color: #00618E;
}

#on-demand-app-development-best-nav .tab-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #575757;
    margin-bottom: 0;
}

#on-demand-app-development-best-nav .nav .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    background-color: transparent !important;
    color: #092B3C;
    position: relative;
    padding: 20px;
    padding-bottom: 10px;
}

#on-demand-app-development-best-nav .nav .nav-link.active {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #00618E;
    background-color: transparent !important;
}

#on-demand-app-development-best-nav .nav .nav-link.active::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 60px;
    left: 0px;
    top: 0px;
    background: #00618E;
}

#on-demand-app-development-best-nav .nav {
    align-items: flex-start;
    margin-left: 6rem;
    margin-top: 1.5rem;
}

#on-demand-faq-inner #mvp-development-acc-panel {
    padding: 0 30px !important;
}

/* ON DEMAND APP DEVELOPMENT SECTION ENDS HERE */



/* HASHSTUDIOZ HOME PAGE STARTS HERE */
section.hashstudioz-home-page-banner-area {
    background: url(../images/hashstudioz-home-page-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0;
    min-height: 539px;
    position: relative;
}

.hashstudioz-home-page-banner-area-inner h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 60px;
    color: #FFFFFF;
    padding-right: 300px;
    margin-bottom: 1rem;
}

.hashstudioz-home-page-banner-area-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    padding-right: 300px;
    margin-bottom: 4rem;
}

.hashstudioz-home-page-banner-area-inner .banner-btn {
    background: #FFFFFF;
    border-radius: 10px;
    padding: 14px 50px;
    font-style: normal;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #0DB2F0;
    transition: all 0.3s ease-in-out;
}

.hashstudioz-home-page-banner-area-inner .banner-btn:hover {
    background-color: black !important;
    color: white !important;
    transition: all 0.3s ease-in-out;
}

section.hashstudioz-home-page-banner-area .floating-div {
    position: absolute;
    right: 2%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

section.hashstudioz-home-page-banner-area .floating-div img {
    margin-bottom: 2rem;
}

section.hashstudioz-home-page-banner-area .floating-div .line {
    width: 2px;
    height: 90px;
    margin-top: -5rem;
    margin-right: .5rem;
}

section.hashstudioz-home-page-banner-area .line-down {
    margin-top: 0rem !important;
}

section.shows-how-innovative-we-are {
    background: #F4FBFF;
    padding: 50px 0;
}

.shows-how-innovative-we-are-heading {
    display: flex;
    justify-content: center;
}

.shows-how-innovative-we-are-heading h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #213137;
}

.shows-how-innovative-we-are-inner {
    background-color: white;
    padding: 20px;
    border-radius: 12px;
    margin-top: 2rem;
    min-height: 280px;
}
.hashstudioz-home-page-banner-area-inner{
    position: relative;
    z-index: 1;
}
.shows-how-innovative-we-are-inner img {
    background-color: #0DB2F0;
    padding: 15px;
    border-radius: 100px;
    margin-bottom: 1rem;
}

.shows-how-innovative-we-are-inner h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #0DB2F0;
}

.shows-how-innovative-we-are-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #575757;
    padding-right: 30px;
}

section.our-digital-transformation-and-development-capabilities {
    padding: 50px 0;
}

.our-digital-transformation-and-developemnt-capabilities-heading {
    display: flex;
    justify-content: center;
}

.our-digital-transformation-and-developemnt-capabilities-heading h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    text-transform: capitalize;
    color: #213137;
}

section.expansion-of-expertise-leading-industries {
    padding: 100px 0;
}

.expansion-of-expertise-leading-industries-heading h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 45px;
    color: #213137;
}

.expansion-of-expertise-leading-industries-heading p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #213137;
    margin-bottom: 3rem;
}

.expansion-of-expertise-leading-industries-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    background: #F4FBFF;
    padding: 70px 0;
    margin-bottom: 1rem;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.expansion-of-expertise-leading-industries-inner img {
    margin-bottom: 1rem;
}

.expansion-of-expertise-leading-industries-inner:hover {
    background-color: #0DB2F0 !important;
    transition: all 0.3s ease-in-out;
}

.expansion-of-expertise-leading-industries-inner:hover h4 {
    opacity: 0 !important;
    transition: all 0.3s ease-in-out;
}

.expansion-of-expertise-leading-industries-inner:hover img {
    opacity: 0 !important;
    transition: all 0.3s ease-in-out;
}

.expansion-of-expertise-leading-industries-inner .hoverable-content {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 0 70px;
    transition: all 0.3s ease-in-out;
    top: 55%;
    bottom: 50%;
}

.expansion-of-expertise-leading-industries-inner .hoverable-content h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.expansion-of-expertise-leading-industries-inner:hover .hoverable-content h4 {
    transition: all 0.3s ease-in-out;
    opacity: 1 !important;
}

.expansion-of-expertise-leading-industries-inner:hover .hoverable-content p {
    transition: all 0.3s ease-in-out;
    opacity: 1 !important;
}

.expansion-of-expertise-leading-industries-inner .hoverable-content p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
    color: #FFFFFF;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

section.we-focus-on-your-intentions {
    padding: 50px 0;
    background-color: #F4FBFF;
}

.we-focus-on-your-intentions-heading-area h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 75px;
    text-transform: capitalize;
    color: #213137;
    margin-bottom: 2rem;
}

.we-focus-on-your-intentions-heading-area p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #213137;
    padding-right: 50px;
}

.we-focus-on-your-intentions-inner-area {
    margin-top: 3.5rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.we-focus-on-your-intentions-inner-area .line {
    background: #213137;
    border-radius: 20px;
    width: 100%;
    height: 2px;
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.we-focus-on-your-intentions-developers-inner {
    display: flex;
    margin-top: 2rem;
}

.we-focus-on-your-intentions-developers-inner .we-focus-on-your-intentions-developers-main:nth-child(1) {
    margin-right: 3rem;
}

.we-focus-on-your-intentions-developers-main {
    background-color: #FFFFFF;
    padding: 40px 20px;
    border-radius: 8px;
}

.we-focus-on-your-intentions-developers-main h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #213137;
}

.we-focus-on-your-intentions-developers-main p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #797979;
    min-height: 165px;
}

.we-focus-on-your-intentions-developers-main a.learn-more-intentions {
    display: flex;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #0DB2F0;
    align-items: center;
}

.we-focus-on-your-intentions-developers-main a.learn-more-intentions img {
    margin-left: 10px;
}

section.achieve-business-goals-with-hashstudioz {
    padding: 50px 0;
}

.achieve-business-goals-with-hashstudioz-heading h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 52px;
    text-transform: capitalize;
    color: #213137;
    transform: translate(0%, 100%);
}

.achieve-business-goals-with-hashstudioz-middle-content,
.achieve-business-goals-with-hashstudioz-right-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.achieve-business-goals-with-hashstudioz-right-content {
    margin-top: 5.5rem;
}

.achieve-business-goals-with-hashstudioz-middle-content-inner,
.achieve-business-goals-with-hashstudioz-right-content-inner {
    background-color: #F4FBFF;
    padding: 30px;
    margin-bottom: 1rem;
    width: 100%;
}

.achieve-business-goals-with-hashstudioz-middle-content-inner h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #213137;
}

.achieve-business-goals-with-hashstudioz-right-content-inner h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #213137;
}

.achieve-business-goals-with-hashstudioz-middle-content-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #797979;
}

.achieve-business-goals-with-hashstudioz-right-content-inner p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #797979;
}

section.hashstudioz-home-page-our-vision #hashstudioz-home-page-our-vision-inner {
    background: url(../images/home-page-vision-bg.png) !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 70px 0 !important;
}

#hashstudioz-home-page-our-vision-inner-section p {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
}

#hashstudioz-home-page-our-vision-btn a {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #213137;
    padding: 18px 40px;
    border-radius: 12px;
}

.our-digital-transformation-and-development-capabilities-inner .nav-pills .nav-link.active {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    background-color: transparent !important;
    text-transform: capitalize;
    color: #0DB2F0
}

.our-digital-transformation-and-development-capabilities-inner .nav-pills .nav-link {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    color: #717171;
}

.our-digital-transformation-and-development-capabilities #v-pills-home-page {
    background: #F4FBFF !important;
    border-radius: 5px !important;
    padding: 42px 20px !important;
    width: 327px;
    transform: translate(70%, 0%);
    min-height: 324px;
}


/* HASHSTUDIOZ HOME PAGE ENDS HERE */

/* waste management page css */

.waste_management_banner_img{
    background-image: url(../images/waste_management_banner_img.webp);
    background-size: cover;
    height: auto;
}
.waste_management_banner_img .centricRight{
    text-align: center;
}
.waste_management_banner_img .centricRight h1{
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    text-transform: capitalize;
}
.waste_management_banner_img .centricRight p{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    padding-top: 5px;
}
.waste_management_banner_img a.btn{
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #00AEEF;
    margin-top: 50px;
    background: #fff;
    border-color: #fff;
}
.waste_management_banner_img a.btn:hover{
    background: #f79713 !important;
    border-color: #f79713!important;
}
.experience_for_waste_management{
    background: #F2F7FF;
    padding: 40px 0px;
}
.experience_for_waste_management p{
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    color: #112441;
}
.challenges_with_traditional_waste_collection_systems{
    padding: 40px 0px;
}
.challenges_with_traditional_heading h4 {
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-transform: capitalize;
    color: #112441;
}
.often_suffer_section p{
    font-weight: 400;
    line-height: 27px;
    color: #112441;
}
.why_wasteTrack_section {
    background: #F2F7FF;
    position: relative;
}
.why_wasteTrack_section_flex {
    display: flex;
    align-items: center;
    height: 450px;
}
.why_wasteTrack_boxs {
    flex: 0 0 50%;
    padding-left: 5%;
    padding-right: 250px;
}
.why_wasteTrack{
    flex: 0 0 50%;
    height: 100%;
}
.why_wastetrack_img{
    height: 100%;
}
.why_wastetrack_img img{
  width: 100%;
  height: 100%;
}
.Why_WasteTrack_content h4 {
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    text-transform: capitalize;
    color: #112441;
}
.key_features_section{
    padding: 50px 0px 0px;
}
span.survey_app_img {
    width: 70px;
    height: 70px;
    border: 2px solid #F89B1C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.survey_app_flex {
    display: flex;
    margin-bottom: 20px;
}
.survey_app_img_wrp{
    margin-right: 15px;
}
span.survey_app_content h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    color: #112441;
}
.key_features_section h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    text-transform: capitalize;
    color: #112441;
    text-align: center;
    margin-bottom: 40px;
}
.key_features_flex{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.wastemanagement_faq {
    background: #F2F7FF;
    padding: 40px 0;
}
.wastemanagement_footer_wrp {
    background: #fff !important;
}
.wastemanagement_footer_bg {
    background-image: url(../images/form_with_footer.png) !important;
}
.wastemanagement_footer_bg .call_us_sales_side span a {
    background: transparent;
    padding: 0px;
}
.appimgslider {
    position: absolute;
    width: 180px;
    left: 45%;
    top: 23%;
}
.appimgslider img{
  max-width: 180px;
}
.key_features_img_side_paddileft{
    padding-left: 50px;
}
.key_features_img_side_new{
    text-align: center;
}
/* media css */

/* Generative AI Development Page css start */
.generativeBanner{
    background-image: url(../images/generativebg.svg);
    background-size: cover;
    min-height: 480px;
}

.generativeText .bookBtn {
    min-width: 243px;
    background: #fff;
    color: #00AEEF;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    margin-top: 50px;
    line-height: 25px;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease;
}
.generativeText .bookBtn:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}

.unleashContent {
    background: #F2F7FF;
    padding: 40px 0px;
}
.unleashContent h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-transform: capitalize;
    color: #112441;
}
.unleashContent p {
    font-weight: 400;
    line-height: 27px;
    color: #112441;
}

.trustedSection {
    padding: 50px 0px 20px;
    background: var(--whiteColor);
    margin-bottom: 5px;
}
.trustedSection h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    text-transform: capitalize;
    color: #112441;
    text-align: center;
    margin-bottom: 40px;
}


.trustedSection .col-sm-12 .trustCard {
    border: 2px solid #00AEEF;
    border-style: dotted;
    border-radius: 10px;
    padding: 40px 15px 30px;
    margin-bottom: 30px;
    height: 300px;
}
.trustedSection .col-sm-12 .trustCard h3 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #00AEEF;
    margin-bottom: 2px;
}
.trustedSection .col-sm-12 .trustCard h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #00AEEF;
    margin-bottom: 12px;
}
.trustedSection .col-sm-12 .trustCard p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #686868;
    margin-bottom: 0;

    text-overflow:ellipsis;
    overflow:hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;

}


.drivingAcross {
    background: #F2F7FF;
    padding: 50px 0px 30px;
}
.drivingAcross h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    text-transform: capitalize;
    color: #112441;
    text-align: center;
    margin-bottom: 40px;
}

.drivingAcrossBox {
    margin-bottom: 30px;
}
.drivingCircle {
    width: 70px;
    height: 70px;
    border: 2px solid #F89B1C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.drivingContent {
    padding-right: 10px;
}

.drivingContent h5 {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #00AEEF;
    margin: 15px 0;
}





.multiverse {
    background: var(--whiteColor);
    padding: 40px 0px;
}
.multiverse h2 {
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    text-transform: capitalize;
    color: #112441;
}

.excitingBox {
    padding-right: 70px;
}


.ContentGeneration::-webkit-scrollbar {
    width: 5px;
}
  
.ContentGeneration::-webkit-scrollbar-track {
    background: #E7E7E7; 
    border-radius: 20px;
}
   
.ContentGeneration::-webkit-scrollbar-thumb {
    background: #00AEEF; 
    border-radius: 20px;
}
.ContentGeneration{
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.ContentGenerationBox {
    margin-bottom: 30px;
    width: 585px;
}
.ContentGenerationBox h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    color: #00AEEF;
    margin:0 0 15px;
}
.ContentGenerationBox p {
    font-size: 16px;
    font-weight: 400;
    line-height: 27px;
    color: #112441;
    margin-bottom: 0px;
}


.revolutionary {
    background: #F2F7FF;
}
.revolutionary h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    color: #00AEEF;
}
.productivityBox {
    border-top: 3px solid #112441;
    position: relative;
    padding: 15px 0px;
}
.productivityBox:last-child {
    padding-bottom: 0px;
}
.productivityBox::before {
    content: "";
    width: 218px;
    height: 4px;
    background: #112441;
    position: absolute;
    top: -2px;
    left: 0;
    
}

.productivityFlex h4 {
    font-size: 16px;
    font-weight: 500;
    width: 32%;
}
.productivityFlex p {
    font-size: 14px;
    font-weight: 400;
    width: 68%;
}




.consultExpert {
    background: #00AEEF;
    padding: 45px 0;
}
.consultExpert h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 0;
    position: relative;
}
.consultExpert h4::before {
    background: #fff;
    position: absolute;
    content: "";
    top: -15px;
    left: 0;
    width: 113px;
    height: 3px;
    border-radius: 20px;
}
.consultExpert .consutlBtn {
    min-width: 247px;
    background: #fff;
    color: #00AEEF;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    line-height: 25px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    transition: all .3s ease;
}
.consutlBtn:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}



.stackSection {
    background: var(--whiteColor);
}

.stackSection h2 {
    margin-bottom: 40px;
}

.stackBox span.stackIcon {
    display: inline-block;
    margin-bottom: 15px;
}
.stackBox .stackIcon img{
    height: 40px;
}
.stackBox h4 {
    color: #00AEEF;
    font-size: 18px;
    font-weight: 600;
}
.stackList {
    list-style: disc;
    list-style-position: inside;
}

.engagementModelOuter {
    padding: 0px !important;
}

.engagementModel {
    background: url(../images/engagementbg.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    width: 75%;
    height: 420px;
    position: relative;
    display:flex;
    align-items: center;
}
.engagementModel:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .74);
}
.engagementModelContent {
    color: var(--whiteColor);
    position: relative;
    z-index: 1;
}
.engagementModelContent h2 {
    font-size: 40px;
    font-weight: 700;
}

.engagementGray {
    background: #F2F7FF;
    margin-top: -210px;
    padding-top: 270px !important;
}

.engagementGrayBox {
    margin-bottom: 10px;
}
.engagementGrayBox h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #00AEEF;
    margin-bottom: 2px;
}
.engagementGrayBox h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #00AEEF;
    margin-bottom: 12px;
}
.engagementGrayBox p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #686868;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    white-space: normal;
}



section.workProcess {
    padding: 50px 0;
}
.workProcess {
    background: var(--whiteColor);
    padding: 45px 0;
}
.workProcess h2 {
    font-size: 30px;
    font-weight: 700;
}

.processInner {
    margin-top: 30px;
}
.processBox {
    position: relative;
    text-align: center;
}
.processInner li.nav-item {
    width: 25%;
}
.processBox::after {
    position: absolute;
    content: "";
    background: url(../images/progressdotted.svg);
    background-repeat: no-repeat;
    top: 45px;
    right: -80px;
    width: 128px;
    height: 2px;
}
.processInner.nav-pills .nav-link.active, .processInner.nav-pills .show>.nav-link {
    color: #007bff;
    background-color: transparent;
}


.processBox h1 {
    color: #B4B4B4;
    font-size: 50px;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
}
.processBox h4 {
    color: #B4B4B4;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}
.processBox.active h1 {
    color: #00AEEF;
}
.processBox.active h4 {
    color: #00AEEF;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
}

.processBox.lastBox::after {
    display: none;
}

.processContent {
    margin-top: 30px;
}
.processContent.tab-content>.active {
    display: block;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 400;
}


/* RS-485 IoT Gateway- 5 Digital I/O css start */


.slick-iot.rs-digital-custom {
    padding-top: 40px;
    border-top: 0px;
}
.digi-logo {
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 1;
}
.digi-logo img.img-fluid {
    max-width: 120px;
}
.rs-digital-slider-left  {
    position: static;
    right: 0px;
    top: 203px;
  }
  .rs-digital-sticky{
    position: sticky;
    top: 100px;
  }
  .slick-image.rs-digital-sticky {
    height: auto;
}
.slider-for.rs-digital-slider {
    background: #EEFAFF;
    width: 100%;
    height: auto !important;
    border-radius: 4px;
    overflow: hidden;
  }
  
.slider-for.rs-digital-slider img.slider-img.img-fluid {
    width: 100%;
    height: 100%;
    margin: auto;
    object-fit: cover;
}


  .rs-digital-slider-bottom.slider {
    width: 440px;
}
.rs-digital-slider-bottom.slider .slick-track {
    display: flex;
    gap: 10px;
}
  .slider-nav-digital .slick-track .slick-active.slick-current .thumb-img {
    border-bottom: 0px;
}
.slider-nav-digital .thumb-img {
    border: 0px;
    cursor: pointer;
    border-radius: 12px;
}
.rs-digitalbg {
    background: #EEFAFF;
    margin: 55px 0 0;
    margin: 0;
    height: inherit;
    border-radius: 12px;
}

.five4g-digital-box h2.headblue {
    color: #00AEEF;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
}

.five4g-digital-box ul.digitalList {
    list-style: disc;
    list-style-position: outside;
    padding-left: 16px;
}

.five4g-digital-box ul.digitalList li {
    color: #5D677D;
    padding: 0;
    font-weight: 400;
}

.five4g-digital-box .five4g-digitalList li::marker {
    font-size: 12px;
    font-weight: 500;
}


.buttons4g {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}
.buttons4g a {
    color: #fff;
    box-shadow: 2px 2px 3px #e2ded5;
    border-radius: 5px;
    background: #f7a016;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    min-width: 206px;
    padding: 10px 30px;
}
.buttons4g a:last-child {
    background: #00aeef;
}

.five4g-digital-content .hr-m {
    margin: 45px 0 30px;
    border-top: 2px solid #E0EAFF;
}

.five4g-digital-box-bottom h2.headblack {
    color: #344054;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.five4g-digital-box h2.headblack {
    color: #344054;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}
.five4g-digital-box-bottom h5 {
    color: #3F4C67;
    font-size: 18px;
    font-weight: 600;
}
.five4g-digital-box-bottom ul.digitalListbtm {
    list-style: decimal;
    list-style-position: outside;
    padding-left: 15px;
}
.five4g-digital-box-bottom ol.digitalListbtm {
    list-style: decimal;
    list-style-position: outside;
    padding-left: 15px;
}

.five4g-digital-box-bottom .digitalListbtm li {
    color: #5D677D;
    padding: 0;
    font-weight: 400;
    margin-bottom: 15px;
    padding-left: 5px;
}
.five4g-digital-box-bottom .digitalListbtm li strong {
    font-weight: 600;
}
.five4g-digital-box-bottom .digitalListbtm > li::marker {
    font-size: 15px;
    font-weight: 400;
}
.five4g-digital-box-bottom .digitalListbtm li span {
    font-weight: 600;
}


ul.digitalListbtm.faq {
    list-style: none;
    padding-left: 0;
}
ul.digitalListbtm ul {
    list-style: "- ";
    list-style-position: inside;
    padding: 0 15px;
}

.digitalListdesign {
    margin-bottom: 20px;
}



.modbus-design {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.modbus-row {
    display: flex;
    gap: 10px;
}

.modbus-item {
    width: 50%;
    background: #E4F8FF;
    padding: 10px;
}
.modbus-item .modbold {
    font-weight: 500;
}
.modbus-item.font-weight-bold {
    color: #F89B1C;
}




/* .similar-modbus-design {
    background: var(--whiteColor);
    padding: 50px 0;
} */

.similar-modbus-design {
    background: var(--whiteColor);
    padding: 15px 0 30px;
}
.similar-modbus-design h3 {
    color: #344054;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
/* .modbus-selection-flex {
    display: flex;
    gap: 20px;
} */
/* .modbus-selection-flex .modbus-selection-item {
    width: 50%;
} */
.modbus-selection-flex {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.modbus-selection-flex .modbus-selection-item {
    width: 100%;
}

.modbusCarousel  .slick-list {
    margin-top: inherit;
    padding-left: 0px !important;
}

.modbusCarousel.slick-slider {
    margin:0 -15px;
}
.modbusCarousel .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

/* .modbus-selection-flex.flexThree {
    flex-wrap: wrap;
}
.modbus-selection-flex.flexThree .modbus-selection-item {
    width: 30.50%;
} */

/* .modbus-selection-flex.flexFour {
    align-content: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.modbus-selection-flex.flexFour .modbus-selection-item {
    width: 100%;
} */

.modbus-selection-box {
    background: #D0F3FF;
    display: flex;
    gap: 10px;
    border-radius: 12px;
}

.modbus-selection-picture {
    height: 160px;
    width: 50%;
}
.modbus-selection-picture img {
    width: 100%;
    height: 100%;
    border-radius: 12px 0px 0px 12px;
}

.modbus-selection-text h4 {
    font-size: 16px;
    font-weight: 400;
    color: #5D677D;
    padding-right: 10px;
    margin-bottom: 0px;
}

.modbus-selection-text {
    width: 50%;
    display: flex;
    align-items: center;
}



/* RS-485 IoT Gateway- 5 Digital I/O css exit */


/* RS-485 IoT Gateway old css start */

.iotCustomOuter .outer-slick-image {
    padding: 0;
    padding-left: 30px;
}

.rs-iotCustom {
    width: auto;
}
.rs-iotCustom .thumb-img {
    margin-top: 30px;
}

/* RS-485 IoT Gateway old css exit */



/* Digital Transformation Services Page CSS start */
.transformation-banner{
    background-image: url(../images/transformation-banner.webp);
    background-size: cover;
    background-position: center;
    min-height: 430px;
}

.transformationText .bookBtn {
    min-width: 243px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    margin-top: 50px;
    line-height: 25px;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease;
}
.transformationText .bookBtn:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}


.empoweringContent {
    background: #F2F7FF;
    padding: 40px 0px;
}
/* .empoweringContent h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 50px;
    text-transform: capitalize;
    color: #112441;
} */
.empoweringContent p {
    font-weight: 400;
    line-height: 27px;
    color: #112441;
}
.empoweringContent p:last-child {
    margin-bottom: 0px;
}

.streamlineSection  {
    padding: 50px 0px 20px;
    background: var(--whiteColor);
    /* margin-bottom: 5px; */
}
/* .streamlineSection h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 60px;
    text-transform: capitalize;
    color: #112441;
    text-align: center;
    margin-bottom: 40px;
} */


.streamlineGrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr) 120px;
    border-bottom: 2px solid #D9D9D9;
    /* width: 1400px; */
}

.nav-tabs.streamlineGrid .nav-link {
    background: transparent;
    height: 100%;
}

.nav-tabs.streamlineGrid .nav-link:focus, .nav-tabs.streamlineGrid .nav-link:focus-visible {
    outline: 0px solid #000;
    border: 0px solid #000;
}
.nav-tabs.streamlineGrid  .nav-link.active {
    border-bottom: 2px solid #00AEEF;
}

.streamline-heading {
    font-size: 18px;
    font-weight: 500;
    /* height: 75px; */
    margin: 20px 0 10px;
}

.streamlineContentFlex {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0 10px;
}
.streamline-h3 {
    min-width: 360px;
}
.streamline-h3 h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}
.streamlineContent p {
    margin: 0;
}
.streamlineIcon img {
    max-width: 85px;
}



.transformationTechno {
    background: #F2F7FF;
    padding: 50px 0px 30px;
}

/* .transformationTechno h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    color: #112441;
    text-align: center;
    margin-bottom: 10px;
} */

.transTechno {
    margin-bottom: 20px;
}

/* .transTechno h3 {
    font-size: 35px;
    font-weight: 700;
    text-transform: capitalize;
    color: #00AEEF;
    margin-bottom: 5px;
} */

.transTechno h5 {
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    color: #00AEEF;
}

.partnerTransformation {
    padding: 50px 0;
}


/* .partnerTransform h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    color: #112441;
    margin-bottom: 20px;
} */

.partnerBlank h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    color: #112441;
    margin-bottom: 40px;
}

.partnerCarouselSlick.slick-slider {
    margin: 0 -10px;
    padding-top: 30px;
    border-top: 2px solid #112441;
}

.partnerSlickItems h4 {
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.partnerSlickItems p {
    margin: 0;
    height: 100px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.partnerCarouselSlick .slick-list {
    margin: inherit;
}

.partnerSlickItems {
    background: #F2F7FF;
    padding:12px;
    margin-right:5px;
    margin-left:5px;
    border-radius: 6px;
}


.partnerCarouselSlick .slick-prev:before {
    content: "";
    background: url(../images/partern-transfm-arrow-prev.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    line-height: initial;
    width: 24px;
    height: 24px;
}

.partnerCarouselSlick .slick-next:before {
    content: "";
    background: url(../images/partern-transfm-arrow-next.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    line-height: inherit;
    width: 24px;
    height: 24px;
}

.partnerCarouselSlick .slick-next.slick-disabled:after {
    color: #979797;
    background: url(../images/partern-transfm-arrow-next-grayl.svg);
    background-size: cover;
}

.partnerCarouselSlick .slick-prev.slick-disabled:after {
    color: #979797;
    background: url(../images/partern-transfm-arrow-next-grayr.svg);
    background-size: cover;
}

.partnerCarouselSlick.slick-slider button.slick-arrow {
    top: 0px;
}

.partnerCarouselSlick.slick-slider button.slick-prev {
    top: -32px;
    right: 50px;
    left: inherit;
    width: auto;
    height: auto;
    position: absolute;
}

.partnerCarouselSlick.slick-slider button.slick-next {
    top: -32px;
    right: -4px;
    width: auto;
    height: auto;
    position: absolute;
}

.partnerCarouselSlick .slick-next.slick-disabled:before, .partnerCarouselSlick .slick-prev.slick-disabled:before {
    opacity: 1;
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}


section.transformingDiverse {
    padding: 40px 0;
    background: #f1f6fe;
}
.transformingDiverse h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    color: #112441;
    margin-bottom: 40px;
}
.transformingDiverseBox {
    position: relative;
}
.diverseArrowDown{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 12px;
    bottom: 0;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    border: .75em solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: translate(-50%, -50%) rotate(-45deg);
    box-shadow: -1px 1px 1px 0 rgb(255 255 255 / 20%);
}

.diverseArrowUp {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-top: 12px;
    margin-left: 30px;
    bottom: 0;
    left: 50%;
    top: 50%;
    box-sizing: border-box;
    border: .75em solid #de0a0a;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: translate(-50%, -50%) rotate(135deg);
    box-shadow: -1px 1px 1px 0 rgb(255 255 255 / 20%);
}

.transformingDiverseText {
    background: #fff;
    text-align: center;
    padding: 15px;
    height: 230px;
}
.transformingDiverseText h4 {
    color: #112441;
    font-size: 18px;
    font-weight: 600;
}
.transformingDiverseText p {
    color: #5C5C5C;
    text-align: center;
    margin: 0;
    height: 170px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.transformingDiversePicture {
    width: 100%;
    height: 230px;
}
.transformingDiversePicture img {
    width: 100%;
    height: 100%;
}

.methodologySection {
    background: #fff;
    padding: 40px 0px;
}
/* .methodologySection h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    text-transform: capitalize;
    color: #112441;
} */

.assessmentBox {
    padding: 20px 0;
    border-top: 2px solid #00AEEF;
}
.assessmentBox h4 {
    color: #00AEEF;
    font-size: 18px;
    font-weight: 500;
}
.assessmentBox p {
    color: #5C5C5C;
}


.transformationEngagement {
    background: #F2F7FF;
    padding: 40px 0px;
}
.transformationEngagement h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    text-transform: capitalize;
    color: #112441;
}

.transformationEngagement .col-sm-12 .transformEngagementTeam {
    border-right: 2px solid #00AEEF;
}
.transformationEngagement .col-sm-12:last-child .transformEngagementTeam {
    border-right: 0px solid #00AEEF;
}

.transformEngagementTeam h4 {
    color: #00AEEF;
    font-size: 18px;
    font-weight: 500;
}
.transformEngagementTeam p {
    color: #5C5C5C;
}

.transformContact {
    background: url(../images/transform-ctabg.webp);
    padding: 45px 0 !important;
    text-align: center;
}
/* .transformContact h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    text-transform: capitalize;
    color: #ffffff;
} */

.transformContact .consutlBtn {
    min-width: 160px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    margin-top: 30px;
    line-height: 25px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    transition: all .3s ease;
}
.transformContact .consutlBtn:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}


.transformationCaseStudy {
    background: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
}
.transformationCaseStudy h2 {
    font-weight: 700;
    font-size: 30px;
    line-height: 50px;
    text-transform: capitalize;
    color: #112441;
}

.transformCasestudyslickItems {
    padding: 15px;
    border-radius: 6px;
}

.transformationStudyPicture {
    border-radius: 6px 6px 0 0;
}
.transformationStudyText {
    background: #f2f7ff;
    padding: 15px;
    border-radius: 0 0 6px 6px;
}
.transformationStudyText img {
    max-width: 110px;
}
.transformationStudyText h4 {
    color: #112441;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.transformationStudyText p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}



.transformationStudyText a.consutlBtn {
    display: flex;
    gap: 10px;
    color: #112441;
    position: relative;
}
.transformationStudyText a.consutlBtn img.transEllip {
    position: relative;
    max-width: 30px;
}

.transformationStudyText a.consutlBtn img.transArrow {
    position: absolute;
    top: 8px;
    left: 15px;
    max-width: 25px;
    -webkit-animation: bounce-arrow 3s infinite;
    animation: bounce-arrow 3s both infinite;
}
.transformationStudyText a.consutlBtn span.transRead {
    padding-left: 15px;
}

.transformationStudyText a.consutlBtn:hover {
    background: transparent;
}

.invisibleText {
    visibility: hidden;
}

   
  @-webkit-keyframes bounce-arrow {
    0% {-webkit-transform: translateX(0); opacity: 0;}
    60% { opacity: 1;}
    100% {-webkit-transform: translateX(5px); opacity: 0}
  }
   
  @-moz-keyframes bounce-arrow {
    0% {-webkit-transform: translateX(0); opacity: 0;}
    60% { opacity: 1;}
    100% {-webkit-transform: translateX(5px); opacity: 0}
  }
   
  @-o-keyframes bounce-arrow {
    0% {-webkit-transform: translateX(0); opacity: 0;}
    60% { opacity: 1;}
    100% {-webkit-transform: translateX(5px); opacity: 0}
  }
  @keyframes bounce-arrow {
    0% {-webkit-transform: translateX(0); opacity: 0;}
    60% { opacity: 1;}
    100% {-webkit-transform: translateX(5px); opacity: 0}
  }




/* Digital Transformation Services Page CSS Exit */




/* HTML Sitemap Design Page CSS Start */
section.sitemapDesignOuter {
    padding:30px 0 50px;
}

.sitemapDesignGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}

.sitemapDesign {
    background: #F2F7FF;
}
.sitemapDesignImage {
    height: 230px;
    border-radius: 8px 8px 0 0;

}
.sitemapDesignImage img {
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.sitemapDesignContent {
    padding: 15px;
    border-radius: 0 0 8px 8px;
}

.sitemapDesignContent h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 15px;
}
.sitemapDesignContent h4 {
    color: #F89B1C;
    font-size: 16px;
    font-weight: 500;
    margin: 20px 0 15px;
}
.sitemapDesignContent ul.sitemapList {
    list-style: disc;
    list-style-position: inside;
    padding-left: 10px;
}
.sitemapDesignContent ul.sitemapList li {
    font-size: 14px;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
}
.sitemapDesignContent ul.sitemapList li a {
    color: #000;
}
.sitemapDesignContent ul.sitemapList li::marker {
    font-size: 12px;
}

.sitemapDesignContent ul.sitemapList li ul {
    list-style: disc;
    list-style-position: inside;
    padding-left: 20px;
}
.sitemapDesignContent ul.sitemapList li ul li {
    margin-top: 5px;
    margin-bottom: 0px;
}


/* HTML Sitemap Design Page CSS Exit */


/* HTML Event Page Template Design CSS Start */
.event-banner {
    background-image: url(../images/event/event-banner-image.webp);
    min-height: 430px;
    position: relative;
    background-size: cover;
}
.event-banner:before{
    position: absolute;
    content: "";
    left: 0px;
    top:0px;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 30%);
}




.event-banner h1.text-white {
    font-size: 60px;
}
.transformationText img {
    max-width: 250px;
}
.eventBtn {
    gap: 30px;
    position: absolute;
    right: 0;
    bottom: -75px;
}

.eventBtn .evntbtn {
    min-width: 110px;
    background: linear-gradient(to right, #f79713 0, #f9d423 106%);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    margin-top: 30px;
    line-height: 25px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    transition: all .4s ease;
    position: relative;
}
.eventBtn .evntbtn:hover {
    background: linear-gradient(to right, #f9d423 0, #f79713 106%);
    color: var(--whiteColor);
}
.eventBtn .evntbtn:last-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 3px;
    height: 100%;
    background: linear-gradient(to top, #00aeef 0, #f9d423 106%);
}
ul.event-banner-address li {
    color: #fff;
    font-size: 18px;
}
ul.event-banner-address li span {
    color: #fff;
    font-size: 24px;
    padding-right: 5px;
}
ul.event-banner-address li span svg {
    width: auto;
    height: 28px;
}

.event_page_heading{
    position: relative;
    overflow: hidden;
    background: linear-gradient(90deg, #fff, #fff, #fff);
    background-repeat: no-repeat;
    /* background-size: 80%; */
    animation: animate 5s linear;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(255, 255, 255, 0);
    font-weight: 800;
  }
  
  @keyframes animate {
    0% {
      background-position: -500%;
    }
    100% {
      background-position: 500%;
    }
  }
.event_details_section{
    padding-top: 50px;
  }
  .event_details_section h2 {
    font-size: 24px;
    font-weight: 500;
    padding: 0 0 10px;
    margin-bottom: 15px;
    position: relative;
}
.event_details_section h2::before {
    position: absolute;
    content: "";
    bottom: 3px;
    width: 4rem;
    height: 2px;
    background: linear-gradient(to right, #f79713 0, #00aeef 106%);
}
.event_details_section_left {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 30px;
}
.event_details_section_left .user_details label{
    font-weight: 600;
    margin-bottom: 3px;
}
.event_details_section_left {
    border: 1px solid #e7e7e7;
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 12px;
}
.abcNew {
    border-radius: 12px 12px;
}
.user_details_flex{
    display: flex;
    flex-wrap: wrap;
}
.event_details_section_left .user_details {
    flex: 0 0 50%;
    margin-bottom: 20px;
}
.event_details_btn a {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 20px;
    transition: all .4s ease;
}
.event_contact_us{
    background: #f79713;
    color: #fff;
    border: 2px solid #f79713;
}
.event_contact_us:hover{
    background: #fff;
    color: #f79713;
}
.event_join_us{
    background: #09aeef;
    color: #fff;
    border: 2px solid #09aeef;
}
.event_join_us:hover{
    background: #fff;
    color: #09aeef;
}
.speaker_events_flex{
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
.speaker_events{
    border: 1px solid #e7e7e7;
    background-color: #f2f2f2;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 12px;
}
.speaker_events_flex_paddi{
    flex: 0 0 33.33%;
}
.speaker_events .speaker_boxs {
    width: 100%;
    height: 270px;
    border: 1px solid #09aeef;
    border-radius: 40px 0px 40px;
    transition: all .3s ease-in-out;
    background: linear-gradient(45deg, #09aeef, #b3c1d4, #f79713);
}
.speaker_events .speaker_boxs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: 40px 0px 40px;
}
.speaker_events .speaker_boxs:hover {
    box-shadow: 0px 2px 10px 0px #5ea7c4;
}


.speaker_events_flex_paddi h5 {
    padding-top: 20px;
    color: #09aeef;
}

.other_event_flex_boxs {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
    width: 100%;
}
.other_event_section_content{
    padding: 0px;
    width: 75%;
}
.other_event_section_content p{
    margin-bottom: 5px;
    padding-top: 0px;
}
.other_event_section .speaker_boxs {
    height: auto;
    width: 25%;

}

.event-autobox {
    height: auto;
    width: 25%;
    border: 1px solid #09aeef;
    border-radius: 40px 0px 40px;
    transition: all .3s ease-in-out;
    background: linear-gradient(45deg, #09aeef, #b3c1d4, #f79713);
}

.event-autobox img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 0px 20px;
}


.other_event_section  .speaker_boxs img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: top;
    border-radius: 20px 0px 20px;
}
/* .other_event_section  .speaker_boxs img {
    object-fit:initial;
    border-radius: 40px 0px 40px;
} */

.about_event_section label, .event_media_section label, .speaker_events label{
    font-weight: 600;
}
.short_details_wrp.event_details_section_left .user_details {
    flex: 0 0 100%;
    margin-bottom: 20px;
}


.event-media-flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.event-media-item {
    width: auto;
}
.event-media-box {
    width: 100%;
    height: auto;
    border: 1px solid #09aeef;
    border-radius: 40px 0px 40px;
}
.event-media-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 40px 0px 40px;
}


/* event images gellary  */

.magnific-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.magnific-img {
    display: inline-block;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }


/* HTML LoRa Case Study Design CSS Start */
section.loRaStudyBanner {
    background-image: linear-gradient(110deg, transparent 60%, #7E3D019C 50%), url(../images/loracasebg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 450px;
    padding: 30px 0;
}
.loRaStudyBannerText h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
}
.loRaStudyBannerText h1 span {
    color: #F89B1C;
}

.loRaStudyBannerLeft {
    text-align: center;
}
.loRaStudyBannerLeft img {
    width: 250px;
}


section.loraContentSection {
    padding: 40px 0;
}

.loraContentBox h2 {
    font-size: 35px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 30px;
    position: relative;
}
.loraContentBox h2::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 14vw;
    height: 6px;
    background: #F89B1C;
    border-radius: 20px;
}
.loraContentBox p {
    margin-bottom: 0px;
}

.loraContentBox h3 {
    font-size: 25px;
    font-weight: 600;
    color: #393939;
    margin-bottom: 10px;
}

.loraGraybox {
    background: #F3FCFF;
}

.loraContentPicture {
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
}
.loraContentPicture img {
    position: relative;
    z-index: 1;
}

.loraContentPicture:after {
    position: absolute;
    content: "";
    background: #00AEEF;
    width: 100%;
    height: 100%;
    top: 20px;
    right: -20px;
}

.loraCaseList {
    margin-top: 2.5rem;
}

.loraCaseList ul {
    list-style: disc;
    padding-left: 30px;
}

.loraCaseList ul li {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    margin-bottom: 5px;
}
.loraCaseList ul li:last-child {
    margin-bottom: 0px;
}
.loraCaseList ul li b {
    font-weight: 600;
}
.loraCaseList ul li::marker {
    font-size: 12px;
}

.headCenter {
    text-align: center;
    margin-bottom: 40px;
}
.headCenter h2 {
    font-size: 35px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 30px;
    position: relative;
}
.headCenter h2::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
    width: 14vw;
    height: 6px;
    background: #F89B1C;
    border-radius: 20px;
}
.headCenter p {
    margin-bottom: 0;
}

.solutionGrayBox .loraContentBox {
    margin-bottom: 30px;
}

section.loraCaseResult {
    background: url(../images/resultsbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.loraContentBox h2.text-white::before {
    background: #fff;
}


/* HTML LoRa Case Study Design CSS Exit */


/* HTML Case Study transformation spring manufacturing CSS Start */
section.caseStudyBannerIiot {
    background-image: url(../images/case-study-transformation.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 400px;
    padding: 30px 0;
}
.loRaStudyBannerText {
    width: 80%;
}
.loRaStudyBannerText h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 80px;
    margin: 0;
}

section.casesIiotLightYellow {
    background: #FDF7EE;
    padding: 40px 0;
}

.casestudyIiotContent h2 {
    font-size: 35px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 30px;
    position: relative;
}
.casestudyIiotContent h2::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 14vw;
    height: 6px;
    background: #F89B1C;
    border-radius: 20px;
}

.sectionBox .casestudyIiotContent h2 {
    font-size: 35px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 30px;
    position: relative;
}
.sectionBox .casestudyIiotContent h2::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 14vw;
    height: 6px;
    background: #F89B1C;
    border-radius: 20px;
}

.casestudyIiotContent p {
    margin-bottom: 0px;
}

.casestudyIiotContent.blueIiotBorder h2::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 14vw;
    height: 6px;
    background: #00AEEF;
    border-radius: 20px;
}

.sectionBox .casestudyIiotContent.blueIiotBorder h2::before {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    width: 14vw;
    height: 6px;
    background: #00AEEF;
    border-radius: 20px;
}


section.casesIiotLightBlue {
    background: #F3FCFF;
    padding: 40px 0;
}

.casestudyIiotGrid {
    display: grid;
    grid-template-columns: 100px 1fr;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
}

.casestudyIiotItem h3 {
    color: #112441;
    font-size: 26px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 7px;
}
.casestudyIiotItem p {
    color: #2F4667;
    margin: 0;
}

.caseIiotResult {
    margin-bottom: 20px;
}
.caseIiotResult h2.caseDigit {
    font-size: 40px;
    font-weight: 600;
    color: #00AEEF;
}
.caseIiotResult h4{
    font-size: 18px;
    font-weight: 600;
    color: #112441;
}


/* HTML Case Study transformation spring manufacturing CSS Exit */



/* HTML Portfolio Design CSS Start */

section.portfolioBanner {
    background-image:url(../images/portfolio-banner.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 45px 0;
    text-align: center;
}
.portfolioBannerText h1 {
    font-size: 55px;
    font-weight: 700;
    line-height: 70px;
    margin: 0;
}
.portfolioBannerText p {
    margin: 0;
}

section.portfolioBox {
    padding: 40px 0;
}
.portfolioNavigation {
    margin-bottom: 40px;
}

.portfolioList li.portfolioItems {
    display: inline-block;
}

.portfolioNavigation .portfolioList .portfolioItems .portfolioLink {
    color: #bcbcbc;
    font-size: 20px;
    font-weight: 500;
    margin-right: 80px;
    position: relative;
    transition: all .2s ease;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #bcbcbc;
    text-decoration-thickness: 3px;
}
.portfolioNavigation .portfolioList .portfolioItems .portfolioLink:hover {
    color: #00AEEF;
    text-decoration-color: #00AEEF;
}

.portfolioNavigation .portfolioList .portfolioItems .portfolioLink.active {
    color: #00AEEF;
    text-decoration-color: #00AEEF;
    transition: all .2s ease;
}

.portfolioNavigation .portfolioList .portfolioItems:last-child .portfolioLink {
    margin-right: 0px;
}

form.form-inline.portfolioSearch {
    position: relative;
}

form.form-inline.portfolioSearch input.portfoInput {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #898B8D;
    border: 2px solid #E0E0E0;
    padding-left: 40px;
}
form.form-inline.portfolioSearch button.btn {
    color: #898B8D;
    font-size: 14px;
    position: absolute;
}

.portfolioGrayBox {
    background: #F2F7FF;
}

.portfolioPicture {
    margin: 0px;
    width: 100%;
    height: 230px;
}
.portfolioPicture img {
    height: 100%;
    object-fit: contain;
}

.portfolioText h2 {
    font-size: 22px;
    font-weight: 700;
    color: #112441;
    margin-bottom: 16px;
}
.portfolioText h5 {
    font-size: 18px;
    font-weight: 500;
    color: #112441;
    margin-bottom: 12px;
}
.portfolioText p {
    color: #5C5C5C;
    margin-bottom: 0px;
}
.viewBtnPortfolio {
    margin-top: 5px;
}
.viewBtnPortfolio .btn {
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0px;
}

.viewBtnPortfolio .btn .arrowimg{
    padding-left: 5px;
}
.viewBtnPortfolio .btn img {
    max-width: 24px;
}


/* HTML Portfolio Design CSS Exit */


/* Zoofood Case Study Design CSS Start */
section.zoofoodHero {
    background: #EBFAFF;
    width: 100%;
    min-height: 450px;
    padding: 0px;
}
.zoofoodHeroBannerText {
    width: auto;
}
.zoofoodHeroBannerText h1 {
    color: #00AEEF;
    font-size: 85px;
    font-weight: 700;
    margin-bottom: 10px;
}
.zoofoodHeroBannerText p {
    font-size: 32px;
    font-weight: 500;
    margin: 0;
}
.zoofoodHeroBannerText p .hyperLink {
    color: #00AEEF;
    position: relative;
    z-index: 1;
}
.zoofoodHeroBannerText p .hyperLink::after {
    content: "";
    position: absolute;
    bottom: -13px;
    right: -1px;
    background-image: url(../images/zooline.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 32px;
    width: 100%;
    z-index: -1;
    transform: rotate(1deg);
}

section.zoofoodBox {
    background: #FFFFFF;
    padding: 40px 0;
}

.zoofoodBoxContent h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 52px;
    color: #393939;
    margin-bottom: 0;
}

.zoofoodBoxContent p:not(.firstPara) {
    margin-top: 15px;
    margin-bottom: 0px;
}

section.zoofoodplatform {
    background-image: url(../images/platformbg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 155px;
    width: 100%;
    padding: 40px 0;
    color: #ffffff;
}
section.zoofoodplatform h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}
section.zoofoodplatform p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}


section.zoofoodBox.zoofoodLightblue {
    background: #F3FCFF;
}
.crucialBox {
    margin-top: 0px;
}
.crucialBox .col-md-3 {
    margin-top: 30px;
    text-align: center;
}
.crucialBox .col-md-3 h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 15px;
}

.crucialBox img {
    width: 80px;
    height: auto;
}


.zoofoodProcess {
    padding-left: 3rem;
}

.zoofoodProcess .nav-pills .nav-item .nav-link {
    font-size: 18px;
    color: #969696;
    margin: 0 85px 0 0;
    padding: 0px;
    border: 0px;
    border-radius: 0rem;
    background: transparent;
    position: relative;
}
.zoofoodProcess .nav-pills .nav-item:last-child .nav-link {
    margin-right: 0px;
}
.zoofoodProcess .nav-pills .nav-item .nav-link.active, .nav-pills .nav-item .show>.nav-link {
    color: #00AEEF;
    background: transparent;
}
.zoofoodProcess .nav-pills .nav-item .nav-link.active {
    color: #00AEEF;
    background: transparent;
    position: relative;
}

.zoofoodProcess .nav-pills .nav-item .nav-link.active::after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -25px;
    min-height: 15px;
    content: "\f078";
    font-weight: 500;
    font-family: FontAwesome;
    animation: zoofoodanim 2.5s linear infinite;
}

@keyframes zoofoodanim{
    0% {
        margin-top: 0;
      }
      50% {
        margin-top: 10px;
      }
      100% {
        margin-top: 0;
      }
  }

.zoofoodProcess .zoofoodList {
    list-style: disc;
    padding-left: 20px;
    margin-top: 30px;
}
.zoofoodProcess .zoofoodList li {
    font-size: 15px;
    color: #575757;
}
.zoofoodProcess .zoofoodList li::marker {
    font-size: 12px;
}

.zoofoodProcess .nav-pills .nav-link:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}



section.zoofoodBox.zoofoodBlue {
    background: #00AEEF;
}

.zoofoodBlue .zoofoodBoxContent h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
}
.zoofoodBlue .zoofoodBoxContent p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 0;
}
.zoofoodBlue .zoofoodBoxContent a {
    min-width: 270px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 18px;
    border-radius: 10px;
    display: inline-block;
}


.zoofoodExpertise {
    margin-top: 20px;
}

.zooExpertiseIcon {
    margin-bottom: 15px;
}
.zooExpertiseIcon img {
    width: 70px;
}

.zoofoodExpertise h4 {
    font-size: 18px;
    font-weight: 500;
    color: #2C3333;
    margin: 0;
}
.zoofoodExpertise p {
    color: #575757;
}

.zoofoodStackGrid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 15px;
}

.zoofoodStackGrid .stackIcon {
    text-align: center;
    margin-top: 30px;
}
.zoofoodStackGrid .stackIcon img {
    height: 70px;
}
.zoofoodStackGrid .stackIcon h5 {
    font-size: 18px;
    font-weight: 400;
    color: #575757;
    margin: 12px 0 0;
}


/* Zoofood Case Study Design CSS Exit */



/* Mean Stack Development Design CSS Start */
section.meanStackBanner {
    background: linear-gradient(96.22deg, #A35E00 3.58%, #FF9300 97.37%);
    width: 100%;
    min-height: 400px;
    padding: 30px 0;
}

section.meanStackSection {
    padding: 40px 0;
}

.meanStackBannerText {
    width: auto;
    padding-right: 65px;
}
.meanStackBannerText h2 {
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    margin: 0 0 15px;
}
.meanStackFramework ul {
    display: flex;
    justify-content: space-between;
}

.meanStackFramework li {
    display: inline-block;
}

.meanStackFramework h1 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 25px 0 0;
}

.meanStackBannerText .bookBtn {
    min-width: 243px;
    background: #fff;
    color: #F8A12B;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease;
    text-transform: capitalize;
}
.meanStackBannerText .bookBtn:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}

section.meanStackBlue {
    background: #F3FCFF;
}
.meanStackContent{
    padding: 0px;
}
.meanStackContent h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    color: #393939;
    margin-bottom: 1.25rem;
}
.meanStackContent h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    color: #393939;
    margin-bottom: 0rem;
}
.meanStackTitle h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    color: #393939;
    margin-bottom: 1.5rem;
    text-transform: capitalize;
}

.meanStackMultiple h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    color: #393939;
    margin-bottom: 0;
    text-transform: capitalize;
}

.meanStackContent .card {
    background: transparent;
    border: 0px;
    padding: 1.25rem 0;
    margin: 0;
    border-radius: 0px;
    border-bottom: 4px solid #DBF5FF !important;
}
.meanStackContent .card:last-child {
    border-bottom: 0px solid #DBF5FF !important;
}

.meanStackContent .accordion .card-header {
    background: transparent;
    border-bottom: 0px;
    padding: 0rem;
}

.meanStackContent .accordion .card-header .btn {
    font-size: 1.25rem;
    font-weight: 500;
    padding: 0;
    color: #00AEEF;
    text-align: left;
    text-transform: capitalize;
}
.meanStackContent .accordion .card-header :is(.btn:hover, .btn:focus)  {
    text-decoration: none;
}
.meanStackContent .accordion .card-header .btn.collapsed {
    color: #575757;
    font-size: 1.125rem;
    font-weight: 400;
}

.meanStackContent .card .card-body {
    padding: 0rem;
}
.meanStackContent .card .card-body p {
    font-size: 1rem;
    font-weight: 400;
    margin: 12px 0 0px;
    min-height: 50px;
}

/* .meanStackContent .accordion>.card:not(:last-of-type) {
    border-bottom: 4px solid #DBF5FF;
}

.meanStackContent .accordion>.card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 4px solid #DBF5FF;
} */

section.meanStackYellow {
    background: #FDF7EE;
}

.meanHireBg1 {
    background: #FFE6C1;
    padding: 1rem;
    position: relative;
    box-shadow: 0px 0px 2px 0px #D4D4CA;
}
.meanHireBg1:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -10px;
    margin-left: -10px;
    content: "";
    display: block;
    border-top: 10px solid transparent;
    border-left: 10px solid #ffe6c1;
    border-bottom: 10px solid transparent;
    z-index: 1;
}

.meanHireBg2 {
    background: #FFECD0;
    padding: 1rem;
    position: relative;
    box-shadow: 0px 0px 2px 0px #E6E6DA;
}
.meanHireBg2:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -9px;
    margin-left: -10px;
    content: "";
    display: block;
    border-top: 10px solid transparent;
    border-left: 10px solid #FFECD0;
    border-bottom: 10px solid transparent;
    z-index: 1;
}

.meanHireBg3 {
    background: #FFF4E4;
    padding: 1rem;
    position: relative;
    box-shadow: 0px 0px 2px 0px #E6E6DA;
}
.meanHireBg3:before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -9px;
    margin-left: -10px;
    content: "";
    display: block;
    border-top: 10px solid transparent;
    border-left: 10px solid #FFF4E4;
    border-bottom: 10px solid transparent;
    z-index: 1;
}
.meanHireBg4 {
    background: #FFFCF8;
    padding: 1rem;
}
.meanPowerUp {
    min-height: 232px;
    background: #fff;
    padding: 1rem;
    margin-top: 1.75rem;
}
.meanPowerUp img {
    height: 50px;
}
.meanPowerUp h5 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #00AEEF;
    margin: 1rem 0;
    text-transform: capitalize;
}
.meanHire h5 {
    color: #F89B1C;
    text-transform: capitalize;
}
.meanPowerUp p {
    margin: 0;
}
.meanStackDark {
    background: linear-gradient(131deg, #A35E00 0%, #FF9300 100%);
}
.meanscanle h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
}
.meanscanle p {
    margin: 15px 0 0;
}
.meanStackDark p {
    border-left: 3px solid #fff;
    padding-left: 1rem;
    margin: 0;
}
.meanStackDark .bookBtn {
    min-width: 166px;
    background: #fff;
    color: #F8A12B;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    margin-top: 0;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease;
}

.meanApproach {
    border-top: 2px solid #033640;
    padding-top: 15px;
}

.meanApproach h5 {
    color: #F89B1C;
    font-size: 1.125rem;
    margin-bottom: 12px;
    text-transform: capitalize;
}
.meanApproach p {
    color: #033640;
}


.meanstackCarousel .slick-list {
    margin-top: 0;
}

.meanExpertiseFlex {
    display: flex;
    gap: 10px;
}
.meanExpertise {
    padding-right: 5px;
}
.meanExpertiseFlex h3.meanExpertNum {
    color: #00AEEF;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
}
.meanExpertise h5 {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 25px;
    color: #00AEEF;
}
.meanExpertise p {
    font-size: 1rem;
    font-weight: 400;
    color: #092B3C;
}
.meanConnect {
    text-align: right;
}

.meanstackCarousel .slick-prev:before {
    content: "";
    background: url(../images/uxleftarrow.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: -5px;
    line-height: initial;
    width: 16px;
    height: 16px;
}
.meanstackCarousel .slick-next:before {
    content: "";
    background: url(../images/uxrightarrow.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: -5px;
    height: auto;
    line-height: inherit;
    width: 16px;
    height: 16px;
}

/* Mean Stack Development Design CSS Exit */

/* Navitaire Integration Solutions Design CSS Start */

section.navitaireBanner {
    background-image: url(../images/navitairebanner.webp);
    background-position: center center;
    background-size: cover;
    min-height: 480px;
    padding: 30px 0;
}
.navitaireBannerText {
    text-align: center;
    padding: 0 9.5rem;
}
.navitaireBannerText h2 {
    font-size: 38px;
    font-weight: 700;
    line-height: 57px;
    margin-bottom: 20px;
}
.navitaireBannerText .bookBtn {
    min-width: 243px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    margin-top: 50px;
    line-height: 25px;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease;
    text-transform: capitalize;
}
.navitaireBannerText .bookBtn:hover {
    background: var(--primaryColor);
    color: var(--whiteColor);
}


section.navitaireSection {
    padding: 40px 0;
}
section.navitaireYellow {
    background: #FDF7EE;
}
section.navitaireBlue {
    background: #F3FCFF;
}

.navitaireTitle h3 {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    color: #393939;
    margin-bottom: 1.5rem;
}

.navitaireApart h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    color: #393939;
    margin-bottom: 0;
}

.navitaireInitiatives {
    background: #fff;
    padding: 1rem;
    min-height: 185px;
    border-radius: 8px;
    transition: all .4s ease;
}
.navitaireInitiatives:hover {
    background: #F89B1C;
}
.navitaireInitiatives:hover :is(h5, p) {
    color: #fff;
}

.navitaireInitiatives h5 {
    font-size: 18px;
    font-weight: 500;
    color: #F89B1C;
}

.navitaireInitiatives p {
    color: #575757;
    margin-bottom: 0;
}

.navitaireNavLeft .nav-pills .nav-link {
    color: #575757;
    text-align: left;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    border: none;
    padding: 15px 0;
    padding-left: 0px;
    border-bottom: 2px solid #E2E2E2;
    border-radius: 0px;
}
.navitaireNavLeft .nav-pills .nav-link:last-child {
    border-bottom: 0px;
}
.navitaireNavLeft .nav-pills .nav-link.active {
    color: #00AEEF;
    background-color: transparent;
}

.navitaireNavLeft .nav-pills .nav-link:focus-visible, .navitaireNavLeft .nav-pills .nav-link:focus {
    outline: 0px solid crimson;
}  


.navitaireNavItem h3 {
    color: #00AEEF;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.navitaireNavItem p {
    margin: 0;
}

.navitaireContent ul.highlightList {
    list-style-type: disc;
}

.navitaireContent ul.highlightList li {
    color: #575757;
    margin-bottom: 5px;
}
.navitaireContent ul.highlightList li::marker {
    font-size: 13px;
}

.navitaireApartGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 2rem;
}
.navitaireApartItems {
    width: 32.333%;
    background: #fff;
    padding: 1rem;
    border-radius: 12px;
}
.navitaireApartItems img {
    width: 70px;
}
.navitaireApartItems h5 {
    font-size: 1.125rem;
    font-weight: 500;
    color: #00AEEF;
    margin: 1rem 0;
}
.navitaireApartItems p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0;
}



.navitaireContent h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    color: #393939;
    margin-bottom: 8px;
}

.navitaireContent .navitaireTitle h3 {
    margin-bottom: 1.5rem;
}


.navitaireContent .accordion>.card:not(:last-of-type) {
    border-bottom: 4px solid #EFEFEF;
}
.navitaireContent .card {
    background: transparent;
    border: 0px;
    padding: 1.25rem 0;
    margin: 0;
    border-radius: 0px;
}
.navitaireContent .accordion .card-header {
    background: transparent;
    border-bottom: 0px;
    padding: 0rem;
}
.navitaireContent h3 {
    color: #031D26;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}
.navitaireContent .accordion .card-header .btn {
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0;
    color: #00AEEF;
    text-align: left;
    transition: all .3s ease;
}
.navitaireContent .accordion .card-header .btn.collapsed {
    color: #575757;
    font-size: 1.125rem;
    font-weight: 400;
}
.navitaireContent .card .card-body {
    padding: 0rem;
}
.navitaireContent .card .card-body p {
    font-size: 1rem;
    font-weight: 400;
    margin: 12px 0 0px;
    padding-right: 40px;
}
.navitaireContent .accordion .card-header :is(.btn-link.focus, .btn-link:focus) {
    text-decoration: none;
    box-shadow: none;
}
.navitaireContent .accordion .card-header .btn-link:hover {
    text-decoration: none;
    box-shadow: none;
}

.chooseSectionGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 2.5rem;
    grid-column-gap: 1rem;
}
.chooseNavitBox {
    width: auto;
}
.chooseNavitBox h3 {
    color: #DAF5FF;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 0;
}
.chooseNavitBox h5 {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 25px;
    color: #00AEEF;
    margin-top: -18px;
}
.chooseNavitBox p {
    font-size: 1rem;
    font-weight: 400;
    color: #092B3C;
}

.caseStudyBoxes ul.faqlist {
    margin-top: 10px;
    list-style: disc;
    padding-left: 25px;
}
.caseStudyBoxes ul.faqlist li {
    margin-bottom: 5px;
    color: #575757;
}
.caseStudyBoxes ul.faqlist li::marker  {
    font-size: 13px;
}

/* Navitaire Integration Solutions Design CSS Exit */


/* ================= UI UX Design CSS Start ================= */
.uiuxBanner {
    background-image: url(../images/uiuxhero.webp);
    background-size: cover;
    background-position: center;
    min-height: 430px;
}
.uiuxBannerText h1.text-white {
    font-size: 45px;
    font-weight: 700;
}
.uiuxBannerText .bookBtn {
    min-width: 243px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    margin-top: 50px;
    line-height: 25px;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease;
}

section.uiuxSection {
    padding: 40px 0px;
}
.uiuxBox h3 {
    font-weight: 700;
    font-size: 2rem;
    margin: 0 0 2rem;
}

.uiuxContent h2 {
    font-size: 2rem;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    color: #112441;
    margin-bottom: 20px;
}
.uiuxContent p {
    margin-bottom: 0px;
}

.uiuxblue {
    width: 85%;
    background: #00AEEF;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -40px;
    right: 0;
    padding: 2rem 1.5rem;
}
.uiuxblue p {
    margin: 0;
}
.uiuxblue p span {
    display: block;
}

.uiuxTextManage {
    margin: 65px 0 15px;
}
.uiuxTextManage h3 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.uiuxContent h4 {
    font-size: 20px;
    font-weight: 600;
}

.uiuxBoxGray {
    background: #F2F7FF;
    padding: 40px 0;
}


/* .uiuxCarouselBobCustom.slick-slide {
    height: 180px;
} */
.uiuxCarouselBobCustom.slick-slide {
    height: auto;
}

/* .uiuxCarouselFlex {
    display: flex !important;
    align-items: center;
    background: #fff;
    border-radius: 12px;
} */

.uiuxCarouselFlex {
    display: grid !important;
    grid-template-columns: 70% 30%;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    height: 100%;
}

.uiuxCarousel .slick-list {
    margin: 0;
}

.uiuxCarouselFlex .uiuxCarouselText h4 {
    font-size: 1.25rem;
    position: relative;
    padding: 0 0 15px;
}
.uiuxCarouselFlex .uiuxCarouselText h4::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 2px;
    width: 120px;
    height: 4px;
    background: #00AEEF;
    border-radius: 50px;
}


.uiuxCarouselFlex .uiuxCarouselText {
    width: 100%;
    padding: 1rem;
}

.uiuxCarouselFlex .uiuxCarouselPicture {
    width: 100%;
    height: 100%;
}
.uiuxCarouselFlex .uiuxCarouselPicture img {
    border-radius: 0px 12px 12px 0px;
    height: 100%;
}
.uiuxCarouselFlex .uiuxCarouselText p {
    font-size: 15px;
    font-weight: 400;
    margin: 0;
}


.uiuxCarousel .slick-prev:before {
    content: "";
    background: url(../images/uxleftarrow.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: -5px;
    line-height: initial;
    width: 16px;
    height: 16px;
}
.uiuxCarousel .slick-next:before {
    content: "";
    background: url(../images/uxrightarrow.svg);
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    right: -5px;
    height: auto;
    line-height: inherit;
    width: 16px;
    height: 16px;
}

.upliftedUpperOuter{
    margin-top: 3rem;
}
.upliftedUpperOuter .upliftedUpper {
    background-image: url(../images/uplifted.webp);
    background-size: 100% 100%;
    background-position: center;
    min-height: 180px;
    margin-top: 1.75rem;
    border-radius: 6px;
    position: relative;
    display: flex;
}
.upliftedUpper:hover .upliftedBox {
    opacity: 1;
    visibility: visible;
}
.upliftedUpperText {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    padding: .85rem 1rem;
}
.upliftedUpperText h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}
.upliftedUpperText h2 {
    font-size: 1.25rem;
}
.upliftedUpperText p {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.upliftedBox {
    background: #F2F7FF;
    color: #fff;
    padding: .85rem 1rem;
    height: 180px;
    border-radius: 5px;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
}
.upliftedBox h3 {
    color: #00AEEF;
    font-size: 1.35rem;
    font-weight: 500;
    margin-bottom: .5rem;
}
.upliftedBox p {
    color: #3c3737;
    margin: 0;
}


.upliftedBottomOuter {
    margin-bottom: 3rem;
}
.upliftedBottom {
    background-image: url(../images/uplifted.webp);
    background-size: 100% 100%;
    background-position: center;
    min-height: 180px;
    margin-bottom: 1.75rem;
    border-radius: 6px;
    position: relative;
    display: flex;
}

.upliftedBottom:hover .upliftedBox {
    opacity: 1;
    visibility: visible;
}


/* .uiuxApproachList {
    display: grid;
    grid-template-columns: repeat(5, 1fr) 150px;
    border-bottom: 2px solid #D9D9D9;
} */
.uiuxApproachList {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    position: relative;
}
.uiuxApproachList::before {
    position: absolute;
    bottom: -4px;
    content: "";
    width: 100%;
    height: 4px;
    background: #00AEEF;
    border-radius: 30px;
}
.nav-tabs.uiuxApproachList .nav-item .nav-link {
    padding: .5rem 0rem;
    background: transparent;
    height: 100%;
    position: relative;
}
.nav-tabs.uiuxApproachList .nav-item .nav-link::after {
    position: absolute;
    top: 6px;
    right: -4.5rem;
    content: "/";
    font-size: 20px;
    font-weight: 700;
}
.nav-tabs.uiuxApproachList .nav-item:last-child .nav-link::after {
    content: "";
}
.nav-tabs.uiuxApproachList .nav-item .nav-link h4 {
    color: #082935;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.nav-tabs.uiuxApproachList  .nav-item .nav-link.active {
    position: relative;
}
.nav-tabs.uiuxApproachList .nav-item .nav-link.active h4 {
    color: #00aeef;
    font-size: 20px;
    font-weight: 600;
}
.nav-tabs.uiuxApproachList  .nav-item .nav-link.active::before {
    position: absolute;
    bottom: 0px;
    left: -.5px;
    content: "";
    width: 100%;
    height: 4px;
    background: #00AEEF;
    border-radius: 30px;
}
.nav-tabs.uiuxApproachList .nav-link:focus, .nav-tabs.uiuxApproachList .nav-link:focus-visible {
    outline: 0px solid #000;
}

.uiuxApproachText {
    margin-top: 1.75rem;
}



.uiuxCater {
    background-image: url(../images/uiuxcater.webp);
    background-size: cover;
    background-position: center;
    min-height: 550px;
    position: relative;
    border-radius: 30px;
}
.uiuxCater h2.uiuxCaterTitle {
    background: #fff;
    width: 45%;
    font-size: 40px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    padding: 4.5rem 1rem;
    margin: 0;
    border-radius: 0px 25px 0px 0px;
}

.uxCaterDesign {
    margin-top: 1.5rem;
}
.uxCaterDesign img {
    width: 50px;
}
.uxCaterDesign h4 {
    font-size: 18px;
    color: #00aeef;
    margin: 15px 0 10px;
}
.uxCaterDesign p {
    margin-bottom: 0;
}

.uiuxBlue {
    background: #00AEEF;
}
.uiuxBlue p {
    color: #fff;
    margin: 0;
    position: relative;
}
.uiuxBlue p::before {
    content: "";
    position: absolute;
    top: -14px;
    width: 100px;
    height: 2px;
    background: #fff;
}
.uiuxBlue .contactBtn {
    min-width: 166px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    margin-top: 0;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease;
}

.uiuxVerticalManage .slick-list {
    margin: 0;
}
.uiuxVertical {
    display: flex !important;
    align-items: center;
    gap: 1.5rem;
    padding: .5rem 0rem;
}

.uiuxVertical .uiuxPicture {
    width: 30%;
    height: 280px;
}
.uiuxVertical .uiuxPicture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.uiuxVertical .innovativeText {
    width: 70%;
}
.uiuxVertical .innovativeText h3 {
    font-size: 1.5rem;
    margin-bottom: .75rem;
}

/* ================= UI UX Design CSS Exit ================= */



/* ================= Offshore Development Center Design CSS Start ================= */

section.odcBanner {
    background-image: url(../images/odcbanner.webp);
    background-position: center center;
    background-size: cover;
    min-height: 480px;
    padding: 30px 0;
}
.odcBannerText h1 {
    font-size: 45px;
    font-weight: 700;
}
.odcBannerText .bookBtn {
    min-width: 166px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    margin-top: 50px;
    line-height: 25px;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease;
}

section.odcSection {
    padding-top: 40px;
    padding-bottom: 50px;
}

.odclightBlue {
    background: #F3FCFF;
}
.odclightOrange {
    background: #FDF7EE;
}

.odcSection h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    text-transform: capitalize;
    color: #112441;
    margin-bottom: 10px;
}
.odcSection h2.odcesta {
    font-size: 30px;
    line-height: 44px;
}
.indusodc h2 {
    margin-bottom: 1rem;
}
.odcOfferbox {
    background: #fff;
    padding: 1.5rem;
    margin-top: 1rem;
    border-left: 10px solid #F89B1C;
}

.odcOfferFlex {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.odcOfferFlex h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}
.odcOfferFlex img {
    width: 60px;
}
.odcOfferbox p {
    margin: 0;
}


.odcBenefits {
    margin-top: 1.75rem;
}
.odcBenefits h2.odcNumber {
    font-size: 40px;
    font-weight: 700;
    color: #00AEEF;
    margin-bottom: .5rem;
}
.odcBenefits h4 {
    font-size: 18px;
    font-weight: 600;
}
.odcBenefits p {
    margin: 0;
}



.odcslickCarousel.slick-slider {
    margin: 0 -10px;
}
.odcItems {
    background: #fff;
    margin-right:10px;
    margin-left:10px;
    border-radius: 6px;
}
.odcItems h4 {
    font-size: 1.25rem;
    font-weight: 600;
}
.odcItems p {
    margin: 0;
}
.odcslickCarousel .slick-list {
    margin: inherit;
}

.odcslickFlex {
    display: flex;
    gap: 1rem;
    min-height: 230px;
}

.odcslickPicture {
    width: 50%;
}
.odcslickPicture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.odcslickText {
    width: 50%;
    padding: .85rem 1rem .85rem 0rem;
}


.odcslickCarousel .slick-prev:before {
    content: "";
    background: url(../images/arrowleftodc.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    line-height: initial;
    width: 24px;
    height: 24px;
}

.odcslickCarousel .slick-next:before {
    content: "";
    background: url(../images/arrowrightodc.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    line-height: inherit;
    width: 24px;
    height: 24px;
}

.odcslickCarousel .slick-next.slick-disabled:after {
    color: #979797;
    background: url(../images/partern-transfm-arrow-next-grayl.svg);
    background-size: cover;
}

.odcslickCarousel .slick-prev.slick-disabled:after {
    color: #979797;
    background: url(../images/partern-transfm-arrow-next-grayr.svg);
    background-size: cover;
}

.odcslickCarousel.slick-slider button.slick-arrow {
    top: 0px;
}

.odcslickCarousel.slick-slider button.slick-prev {
    top: 340px;
    right: 50px;
    left: inherit;
    width: auto;
    height: auto;
    position: absolute;
}

.odcslickCarousel.slick-slider button.slick-next {
    top: 340px;
    right: -4px;
    width: auto;
    height: auto;
    position: absolute;
}

.odcslickCarousel .slick-next.slick-disabled:before, .odcslickCarousel .slick-prev.slick-disabled:before {
    opacity: 1;
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}


.odcSteperOuter {
    background: #F3FCFF;
}
.odcStepper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin: 5px 0 0;
    padding: 0;
    width: 100%;
    list-style: none;
    position: relative;
}

.odcStepper li.stepper__item {
    width: 100%;
    /* border: 1px solid; */
    text-align: center;
    position: relative;
    /* min-height: 640px; */
    display: grid;
    place-items: center;
}
/* .odcStepperTextUpp {
    position: absolute;
    top: -15px;
} */
.odcStepperTextUpp h4 {
    font-size: 17px;
    font-weight: 700;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* .odcStepperTextDown {
    position: absolute;
    bottom: -30px;
} */

.odcStepperTextUpp p {
    height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.odcStepperTextDown {
    margin-top: 1.2rem;
}
.odcStepperTextDown h4 {
    font-size: 17px;
    font-weight: 700;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.odcStepperTextDown p {
    height: 120px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.stepHidden {
    visibility: hidden;
}

.stepperStep {
    font-size: 1.7rem;
    font-weight: 700;
    background: #00AEEF;
    color: #fff;
    position: relative;
    width: 85%;
    padding: .75rem;
    margin: auto;
    text-transform: uppercase;
    z-index: 1;
}

.stepperStep:before {
    border-width: 36px 0 29px 30px;
    border-color: #00AEEF transparent;
    top: 0;
    left: -29px;
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
}
.stepperStep:after {
    border-width: 36px 0px 29px 29px;
    border-color: transparent #00AEEF;
    top: 0px;
    right: -28px;
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
}

/* .stepLinetop {
    background: #F89B1C;
    height: 100px;
    width: 5px;
    margin: auto;
    position: absolute;
    top: 195px;
} */

.stepLinetop {
    background: #F89B1C;
    height: 50px;
    width: 5px;
    margin: auto;
    position: relative;
    top: 0px;
}

.stepLinetop:after {
    top: -10px;
    right: -30px;
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: #F89B1C;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

/* .stepLinebottom {
    background: #F89B1C;
    height: 100px;
    width: 5px;
    margin: auto;
    position: absolute;
    bottom: 195px;
    z-index: 0;
} */
.stepLinebottom {
    background: #F89B1C;
    height: 50px;
    width: 5px;
    margin: auto;
    position: relative;
    bottom: 0;
    z-index: 0;
}

.stepLinebottom:before {
    bottom: -10px;
    right: -30px;
    content: '';
    position: absolute;
    height: 15px;
    width: 15px;
    background: #F89B1C;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

section.odcSection.odcDark {
    padding: 35px 0px;
    background: #062B39;
}
.odcDark p {
    border-left: 4px solid #f3dfff;
    padding: .7rem;
    padding-left: 1rem;
    margin: 0;
}
.odcDark .consutlBtn {
    min-width: 320px;
    background: #fff;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    margin-top: 0;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease;
}

.odcInfraList {
    margin-bottom: 1rem;
}

.odcInfraList ul {
    list-style: disc;
    padding-left: 30px;
}
.odcInfraList ul li {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    margin-bottom: 5px;
}
.odcInfraList ul li::marker {
    font-size: 12px;
}


.engagementGsap {
    min-height: 180px;
    overflow: hidden;
}
section.odcEngagment {
    background-image: url(../images/odcengagement.webp);
    background-position: center center;
    background-size: cover;
    min-height: 180px;
    padding: 30px 0;
}

.odcEngagment.engageCenter {
    display: flex;
    align-items: center;
}

.odcDedicated.dediborder {
    border-left: 4px solid #F89B1C;
    padding-left: 2rem;
}

.odcDedicated h4 {
    font-size: 20px;
    font-weight: 600;
}
.odcDedicated p {
    margin: 0;
}


.odcListChoose ul {
    list-style: none;
    padding-left: 2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}
.odcListChoose ul li {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    position: relative;
}
.odcListChoose ul li::before {
    position: absolute;
    left: -30px;
    top: 4px;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #00AEEF;
    border: 4px solid #89DFFF;
}

.odcListChoose h4 {
    font-size: 20px;
    font-weight: 600;
}
.odcListChoose p {
    margin: 0;
}

/* ================= Offshore Development Center Design CSS Exit ================= */



.request_wrapper .form-group .error_show{
   float: left;
   width: 100%;
   display: block;
   text-align: left;
}
.request_wrapper div#quick_connect3 button {
    background: #00aeef;
    border: #00aeef;
}
.request_wrapper .form-group label{
    text-align: left;
}

/* ================= Common Classes CSS Start ================= */
section.banner-custom {
    background: transparent;
    min-height: 440px;
    padding: 40px 0;
}
section.banner-custom.red {
    background: #CB504B;
}
section.banner-custom.red {
    background: #CB504B;
}
section.banner-custom.red {
    background: #CB504B;
}
section.banner-custom.blue {
    background: #155D97;
}
section.banner-custom.front-end-bg {
    background: #273237;
}
section.banner-custom.vision-pro-blue {
    background: #005788;
}

.hero-box {
    width: 100%;
    height: auto;
}
.hero-box.sm {
    height: 340px;
    margin-top: .85rem;
}
.hero-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-content {
    width: auto;
}
.heading {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 0;
}
.heading.sm {
    font-size: 38px;
    line-height: 60px;
}
.heading.md {
    font-size: 45px;
    line-height: 60px;
}
.heading.lg {
    font-size: 50px;
    line-height: 65px;
}
.text-black{
    color: #000000;
}
.text-blue {
    color: #00AEEF;
}
.text-orange {
    color: #f89b1c;
}
.text-yellow {
    color: #FFC727;
}

section.sectionBox {
    padding: 40px 0px;
    overflow: hidden;
}
section.yellowBoxbg {
    background: #F89D22;
}
section.yellowLightbg {
    background: #FDF7EE;
}
.yellowBoxbg .yellowLeftborder {
    border-left:3px solid #fff
}
.yellowBoxbg.yellowLeftborder p {
    border-left: 3px solid #fff;
}
.yellowBoxbg p {
    color: #fff;
    margin: 0;
    padding-left: 1rem;
}
section.blueGrayLightbg {
    background: #F3FCFF;
}
.sectionBox h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px;
    color: #092B3C;
    margin-bottom: .5rem;
}

.hero {
    width: auto;
}

.contentBox {
    margin:auto;
}
.contentBox h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 45px;
    text-transform: capitalize;
    color: #112441;
}
.contentBox p {
    font-weight: 400;
    line-height: 27px;
    color: #112441;
}

.startBtn {
    min-width: 220px;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 1.25rem;
    margin-top: 0;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    text-transform: capitalize;
    display: inline-block;
    transition: all .3s ease;
}

.blueBtn {
    background: #fff;
    color: #00AEEF; 
}
.orangeBtn {
    background: #fff;
    color: #F89D22;
}

.borderYlow {
    padding-left: 2.5rem;
    border-left: 6px solid #F89B1C;
}
.borderBlue {
    padding-left: 2.5rem;
    border-left: 6px solid #00AEEF;
}

/* ================= Common Classes CSS Exit ================= */

/* ================= It Consulting Service Design CSS Start ================= */
.mainConsulting {
    width: 100%;
    min-height: 100vh;
}
.combineheadPara {
    width: auto;
}
.combineheadPara h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    color: #112441;
    margin-bottom: 10px;
}

section.consultingBanner {
    background-image: url(../images/bannerconsulting.webp);
    background-size: cover;
    background-position: center;
    min-height: 430px;
    overflow: hidden;
}
.consultBannerText h1.text-white {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
section.consultingBanner .consultBtn {
    width: auto;
    text-align: center;
}
section.consultingBanner .consultBtn a {
    display: inline-block;
    min-width: 200px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    padding: .7rem 1.2rem;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}

.consultAdvance {
    margin-top: 1.5rem;
}
.consultPicture img {
    width: 65px;
}
.consultAdvance h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 1.5rem;
}
.consultAdvance p {
    margin: 0;
}


.ItConsultAccordionTitle .nav-pills .nav-link {
    color: #062B39;
    text-align: left;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    border: none;
    padding: 15px 0;
    padding-left: 0px;
    border-bottom: 1px solid #F89B1C;
    border-radius: 0px;
}
.ItConsultAccordionTitle .nav-pills .nav-link:last-child {
    border-bottom: 0px;
}
.ItConsultAccordionTitle .nav-pills .nav-link.active {
    color: #062B39;
    font-weight: 600;
    background-color: transparent;
}

.ItConsultAccordionTitle .nav-pills .nav-link:focus-visible, .ItConsultAccordionTitle .nav-pills .nav-link:focus {
    outline: 0px solid crimson;
}  


.ItConsultItems h3 {
    color: #062B39;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: .75rem;
}

.ItConsultItems p {
    margin: 0;
}

.consultPartner {
    margin-top: 1.5rem;
}
.consultPartner h3 {
    color: #00AEEF;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 1.5rem;
}
.consultPartner h5 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 25px;
    color: #062B39;
    margin-top: .5rem;
}
.consultPartner p {
    font-size: 1rem;
    font-weight: 400;
    color: #092B3C;
}


.blueBox {
    background: #00AEEF;
    color:#fff
}

.blueBox p {
    color: #fff;
    margin: 0;
    padding-left: 1rem;
}
.blueBox.blueLeftborder p {
    border-left:3px solid #fff
}
.blueBox .contactBtn {
    min-width: 166px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    margin-top: 0;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    text-transform: capitalize;
    display: inline-block;
    transition: all .3s ease;  
}

.consultCaterList {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    position: relative;
}
.consultCaterList::before {
    position: absolute;
    bottom: -4px;
    content: "";
    width: 100%;
    height: 4px;
    background: #F89B1C;
    border-radius: 30px;
}
.nav-tabs.consultCaterList .nav-item .nav-link {
    color: #062B39;
    padding: .5rem 0rem;
    background: transparent;
    height: 100%;
    position: relative;
}
.nav-tabs.consultCaterList .nav-item .nav-link h4 {
    color: #062B39;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}
.nav-tabs.consultCaterList  .nav-item .nav-link.active {
    position: relative;
}
.nav-tabs.consultCaterList .nav-item .nav-link.active h4 {
    color: #F89B1C;
    font-weight: 600;
}
.nav-tabs.consultCaterList  .nav-item .nav-link.active::before {
    position: absolute;
    bottom: 0px;
    left: -.5px;
    content: "";
    width: 100%;
    height: 4px;
    background: #F89B1C;
    border-radius: 30px;
}
.nav-tabs.consultCaterList .nav-item .nav-link::after {
    position: absolute;
    top: 6px;
    right: -4.5rem;
    content: "/";
    font-size: 20px;
    font-weight: 700;
}
.nav-tabs.consultCaterList .nav-item:last-child .nav-link::after {
    content: "";
}

.nav-tabs.consultCaterList .nav-link:focus, .nav-tabs.consultCaterList .nav-link:focus-visible {
    outline: 0px solid #000;
}

.consultCaterText {
    margin-top: 1.75rem;
}
.combinetwo {
    text-align: left;
}

.agileGrid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 3rem;
    position: relative;
}

.agileHorizontal {
    content: "";
    position: absolute;
    top: 50%;
    left: 0%;
    width: 100%;
    height: 3px;
    text-align: center;
    background: #F89B1C;
}

.agileVertical {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    height: 100%;
    width: 3px;
    text-align: center;
    background: #F89B1C;
}


.combinetwo p {
    margin: .75rem 0rem 2rem;
}
.agileGrid .agileBox {
    margin: 0rem;
}

.agileIcon img {
    width: 65px;
}
.agileBox h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1.5rem 0 .75rem;
}
.agileBox p {
    margin-bottom: 0;
}


/* ================= It Consulting Service Design CSS Exit ================= */

/* ================= press release embarks-expansion CSS Start ================= */
.press-embarks-banner {
    background: url(../images/embarks-press-release-banner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 170px 120px 170px 0;
}
/* ================= press release embarks-expansion CSS Exit ================= */


/* ================= Data Analytics Consulting Services Design CSS Start ================= */


.dataAnalyticsBannerBg {
    min-height: 430px;
}
section.dataAnalyticsBanner {
    background-image: url(../images/banner-data-analytics.webp);
    background-size: cover;
    background-position: center;
    min-height: 430px;
    overflow: hidden;
}
.dataAnalyticsText h1.text-white {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.dataAnalyticsText .bannerPara {
    padding-right: 9.5rem;
}
.dataAnalyticsText .consultBtn {
    width: auto;
}
.dataAnalyticsText .consultBtn a {
    display: inline-block;
    min-width: 200px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    padding: .7rem 1.2rem;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}

.dataAnaList {
    list-style: disc;
    padding-left: 10px;
}
.dataAnaList li {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-bottom: 10px;
}
.dataAnaList li::marker {
    font-size: 12px;
}


.analyticsTabGrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-bottom: 2px solid #D9D9D9;
}
.nav-tabs.analyticsTabGrid .nav-link {
    background: transparent;
    padding: .5rem 2.5rem;
    height: 100%;
}

.nav-tabs.analyticsTabGrid .nav-link:focus, .nav-tabs.analyticsTabGrid .nav-link:focus-visible {
    outline: 0px solid #000;
}
.nav-tabs.analyticsTabGrid .nav-link:focus {
    border: 1px solid transparent;
}
.nav-tabs.analyticsTabGrid  .nav-link.active {
    border-bottom: 2px solid #F89B1C;
}
.analysTabIcon img {
    width: 75px;
}
.analysTabHead {
    font-size: 18px;
    font-weight: 500;
    margin: 20px 0 10px;
}

.analysTabContentFlex {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 0 10px;
    min-height: 140px;
}
.analysTabHead-h3 {
    min-width: 360px;
}
.analysTabHead-h3 h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
}


.analysTabContent p {
    margin: 0;
}

.analyticParting {
    padding-right: 0px;
}
.analyticParting h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 50px;
    color: #092B3C;
    margin-bottom: .5rem;
}

.analyticPartingBox::-webkit-scrollbar {
    width: 5px;
}
  
.analyticPartingBox::-webkit-scrollbar-track {
    background: #E7E7E7; 
    border-radius: 20px;
}
   
.analyticPartingBox::-webkit-scrollbar-thumb {
    background: #00AEEF; 
    border-radius: 20px;
}

.analyticPartingBox {
    width: 100%;
    height: 280px;
    overflow-y: scroll;
    overflow-x: hidden;
}



.analyticPartingText {
    width: 95%;
    padding: 0 1rem;
}
.analyticPartingText h2 {
    color: #00AEEF;
    font-size: 55px;
    font-weight: 700;
}
.ContentGenerationBox h5 {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-transform: capitalize;
    color: #062B39;
    margin: 0 0 15px;
}
.ContentGenerationBox p {
    margin: 0px;
}

.analyGrowthCustom {
    padding-left: 1rem;
}
.analyticsGrowth {
    margin: auto;
}
.analyGrowthBox {
    min-height: 140px;
    margin-top: 1.75rem;
    border-radius: 6px;
    display: flex;
}
.analyGrowthBox:first-child {
    margin-top: 0rem;
}

.analyGrowthText {
    background: #fff;
    color: #fff;
    padding: .85rem 1rem;
    min-height: 140px;
    border-radius: 5px;
}
.analyGrowthText h3 {
    color: #062B39;
    font-size: 1.1rem;
    font-weight: 500;
    margin-bottom: .5rem;
}

.analyGrowthText p {
    color: #3c3737;
    margin: 0;
}



.dataLeverageFlex {
    background: #fff;
    min-height: 150px;
    padding: 1rem;
    margin-top: 1.2rem;
    border-radius: 6px;
}
.dataLeverageBox {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 15px;
}
.dataLeverageBox h4 {
    color: #062B39;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
}
.dataLeverageBox span.leverageIcon {
    display: inline-block;
}
.dataLeverageBox .leverageIcon img {
    height: 40px;
}
.leverageList {
    list-style: disc;
    padding-left: 1.5rem;
}


.dataIndustryBox {
    display: grid;
    justify-content: center;
    align-items: center;
    background: #fff;
    min-height: 185px;
    padding: 1rem;
    margin-top: 1.5rem;
    border-radius: 6px;
    transition: all .4s ease-in;
    overflow: hidden;
}
.dataIndustryBox:hover .dataIndustryData {
    display: none;
    transition: all .4s ease-in;
}
.dataIndustryBox:hover .dataIndustryText {
    display: block;
    transition: all .4s ease-in;
}

.dataIndustryData {
    text-align: center;
    transition: all .4s ease-in;
}
.dataIndustryData img {
    max-width: 70px;
}
.dataIndustryData h4 {
    font-size: 1.12rem;
    font-weight: 600;
    margin: 1rem 0 0;
}

.dataIndustryText {
    text-align: center;
    display: none;
    transition: all .4s ease-in;
}
.dataIndustryText h4 {
    font-size: 1.12rem;
    font-weight: 600;
}
.dataIndustryText p {
    font-size: .93rem;
    margin-bottom: 0px;
}


section.dataAnalyticsOuter {
    padding-bottom: 70px;
}
.analyticsCaro.slick-slider {
    margin: 0 -10px;
    position: relative;
}
.analyticsCaroItems {
    background: #fff;
    padding: 1rem;
    margin-right: 15px;
    margin-left: 15px;
    border-radius: 8px;
    min-height: 185px;
}
.analyticsCaroItems h4 {
    font-size: 1.15rem;
    font-weight: 600;
}
.analyticsCaroItems p {
    margin: 0;
}
.analyticsCaro .slick-list {
    margin: inherit;
}

.analyticsCaro .slick-prev:before {
    content: "";
    background: url(../images/partern-transfm-arrow-prev.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    line-height: initial;
    width: 24px;
    height: 24px;
}

.analyticsCaro .slick-next:before {
    content: "";
    background: url(../images/partern-transfm-arrow-next.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    line-height: inherit;
    width: 24px;
    height: 24px;
}
.analyticsCaro .slick-next.slick-disabled:after {
    color: #979797;
    background: url(../images/partern-transfm-arrow-next-grayl.svg);
    background-size: cover;
}

.analyticsCaro .slick-prev.slick-disabled:after {
    color: #979797;
    background: url(../images/partern-transfm-arrow-next-grayr.svg);
    background-size: cover;
}

.analyticsCaro.slick-slider button.slick-arrow {
    top: 0px;
}

.analyticsCaro.slick-slider button.slick-prev {
    top: 200px;
    right: 50px;
    left: inherit;
    width: auto;
    height: auto;
    position: absolute;
}
.analyticsCaro.slick-slider button.slick-next {
    top: 200px;
    right: -4px;
    width: auto;
    height: auto;
    position: absolute;
}

.analyticsCaro .slick-next.slick-disabled:before, .analyticsCaro .slick-prev.slick-disabled:before {
    opacity: 1;
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.analyticEngage {
    overflow: hidden;
}

.analyticEngage .col-xl-4 .odcDedicated {
    height: 100%;
    border-right: 4px solid #F89B1C;
}

.analyticEngage .col-xl-4:last-child .odcDedicated.machinebased {
    border-right: 0px solid #F89B1C;
}

/* ================= Data Analytics Consulting Services Design CSS Exit ================= */

/* ================= RS 232 IOT Gateway Design CSS Start ================= */
.gatewayPilltab .nav-pills {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1.25rem;
}
.gatewayPilltab .nav-pills li.nav-item {
    padding-left: 0px;
    width: 100%;
    height: 110px;
}

.gatewayPilltab .nav-pills li.nav-item .nav-link {
    width: 100%;
    height: 100%;
    background: #F3F3F3;
    font-size: 1.15rem;
    font-weight: 600;
    padding: .35rem .5rem;
    border: 0px;
    border-radius: 0px;
}
.gatewayPilltab .nav-pills li.nav-item .nav-link.active, .gatewayPilltab .nav-pills li.nav-item .show>.nav-link {
    color: #fff;
    background-color: #00AEEF;
}
.gatewayPilltab .nav-pills .nav-link:focus{
    outline: none;
    box-shadow: none;
}

.gatewayPillRow .gatewayPillGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top:1rem;
}
.gatewayPillGrid .gatewayPillItems {
    background: #E4F8FF;
    padding: 1rem;
    display: flex;
    align-items: center;
}
.gatewayPillGrid .gatewayPillItems p {
    margin: 0rem;
}

.gatewayPillGrid.gatewayPillFull {
    grid-template-columns: 1fr;
}


/* ================= RS 232 IOT Gateway Design CSS Exit ================= */

/* ================= Validation Kit Machanical-Parameters Design CSS Start ================= */

section.validationBanner {
    background: #00AEEF;
    width: 100%;
    min-height: 450px;
    padding: 30px 0;
}
.validationBannerText {
    width: 100%;
}
.validationBannerText h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 80px;
    margin: 0;
}

.validationBannerLeft img {
    width: 100%;
}
.loraContentPicture.validPic {
    margin: 0;
}
.loraContentPicture.validPic::after {
    content: "";
    width: 0;
    height: 0;
}

/* ================= Validation Kit Machanical-Parameters Design CSS Exit ================= */

/* ================= Machine Learning Development Design CSS Start ================= */
section.machineLearningBanner {
    background-image: url(../images/machinebanner.webp);
    background-size: cover;
    background-position: center;
    min-height: 430px;
    overflow: hidden;
}
.machineLearningText {
    text-align: center;
}
.machineLearningText h1.text-white {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
section.machineLearningBanner .consultBtn {
    width: auto;
    text-align: center ;
}

section.machineLearningBanner .consultBtn a {
    display: inline-block;
    min-width: 200px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    padding: .7rem 1.2rem;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}

.machineList {
    list-style: disc;
    padding-left: 25px;
}
.machineList li {
    font-size: 16px;
    color: #434B4F;
    line-height: 24px;
    margin-bottom: 5px;
}
.machineList li::marker {
    font-size: 12px;
    color: #434B4F;
}


.machineDevelop {
    margin-bottom: 30px;
}
.machineDevelopIcon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.machineDevelopText {
    padding-right: 10px;
}
.machineDevelopText h5 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: capitalize;
    color: #062B39;
    margin: 15px 0;
}


.talkstartBox h3 {
    font-size: 1.65rem;
    color: #fff;
}
.blueBox.blueLeftborder .talkstartBox p {
    border: none;
    padding-left: 0;
    margin: 1rem 0rem 1.75rem;
}
.talkClientBox {
    text-align: center;
}
.talkClientIcon img {
    width: 70px;
}
.talkClientBox h2 {
    color: #fff;
    font-size: 3rem;
    margin: 1.2rem 0rem;
}
.talkClientBox h4 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
}
.blueBox .talkstartBox .contactBtn {
    width: 220px;
}


.buzzword h2 {
    margin-bottom: 1rem;
}
.buzzwordBorder {
    background: #333;
    width: 100%;
    height: 2px;
    margin: 5rem 0rem 2rem;
}

.buzzwordCarousel.slick-slider {
    margin: 0 -15px;
}
.buzzwordCarousel  .slick-list {
    margin-top: inherit;
    padding-left: 0px !important;
}
.buzzwordCarousel .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}
.buzzwordBox {
    background: #fff;
    padding: 1rem;
    margin-right: 0px;
    margin-left: 0px;
    border-radius: 8px;
    min-height: 275px;
}

.buzzwordBox h4 {
    font-size: 1rem;
    font-weight: 600;
}
.buzzwordBox p {
    margin: 0;
}


.buzzwordCarousel .slick-prev:before {
    content: "";
    background: url(../images/arrowleftodc.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    line-height: initial;
    width: 24px;
    height: 24px;
}

.buzzwordCarousel .slick-next:before {
    content: "";
    background: url(../images/arrowrightodc.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    line-height: inherit;
    width: 24px;
    height: 24px;
}

.buzzwordCarousel .slick-next.slick-disabled:after {
    color: #979797;
    background: url(../images/partern-transfm-arrow-next-grayl.svg);
    background-size: cover;
}

.buzzwordCarousel .slick-prev.slick-disabled:after {
    color: #979797;
    background: url(../images/partern-transfm-arrow-next-grayr.svg);
    background-size: cover;
}

.buzzwordCarousel.slick-slider button.slick-arrow {
    top: 0px;
}
.buzzwordCarousel.slick-slider button.slick-prev {
    top: -60px;
    right: 75px;
    left: inherit;
    width: auto;
    height: auto;
    position: absolute;
}
.buzzwordCarousel.slick-slider button.slick-next {
    top: -60px;
    right: 15px;
    width: auto;
    height: auto;
    position: absolute;
}

.buzzwordCarousel .slick-next.slick-disabled:before, .buzzwordCarousel .slick-prev.slick-disabled:before {
    opacity: 1;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
}


.analyzeCaroRow {
    display: flex;
    align-items: center;
    gap: 20px;
}

.analyzeCaroTitle {
    max-width: 10%;
}
.analyzeCaroTitle h2 {
    margin: 0;
    font-size: 3.5rem;
    line-height: 50px;
    text-transform: uppercase;
}

.analyzeCaroColum {
    max-width: 100%;
}
.analyzeCaro {
    position: relative;
    overflow: hidden;
    height: 150px;
}
.analyzeCaro.slick-slider {
    margin: 0 -10px;
}
.analyzeCaroItem {
    background: #fff;
    margin-right:10px;
    margin-left:10px;
    border-radius: 6px;
}

.analyzeCaroText h4 {
    color: #F89B1C;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0;
    align-self: end;
}

.analyzeCaro .slick-list {
    margin: inherit;
}

.analyzeCaroFlex {
    width: 100%;
    min-height: 150px;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: .75rem .25rem;
    overflow: hidden;
}

.analyzeCaroText {
    min-width: 15%;
}
.analyzeCaroText.analyzeCaroTitle {
    display: flex;
    gap: 10px;
    align-items: center;
}

.analyzeCaroList {
    width: 85%;
    height: 170px;
    padding: 0.75rem 4rem 0.75rem 4rem;
    position: relative;
    display: flex;
    align-items: center;
}
.analyzeCaroList::after {
    background: #062B39;
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 4px;
    height: 100%;
}
.analyzeCaroList ul {
    list-style: disc;
}
.analyzeCaroList ul li {
    color: #434B4F;
    font-size: 15px;
    text-align: left;
    margin-bottom: .35rem;
}
.analyzeCaroList ul li::marker {
    color: #434B4F;
    font-size: 12px;
}


.analyzeCaro .slick-prev:before {
    content: "";
    background: url(../images/arrowleftodc.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    line-height: initial;
    width: 24px;
    height: 24px;
}

.analyzeCaro .slick-next:before {
    content: "";
    background: url(../images/arrowrightodc.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    line-height: inherit;
    width: 24px;
    height: 24px;
}

.analyzeCaro .slick-next.slick-disabled:after {
    color: #979797;
    background: url(../images/partern-transfm-arrow-next-grayl.svg);
    background-size: cover;
}

.analyzeCaro .slick-prev.slick-disabled:after {
    color: #979797;
    background: url(../images/partern-transfm-arrow-next-grayr.svg);
    background-size: cover;
}

.customSlide .carousel-inner .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 30px 0px;
}

.analyzeCaro.slick-slider button.slick-prev {
    bottom: 40px;
    right: 40px;
    left: inherit;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 1;
    transform: rotate(90deg);
}
.analyzeCaro.slick-slider button.slick-next {
    bottom: -70px;
    right: 95px;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 1;
    transform: rotate(90deg);
}

.analyzeCaro .slick-next.slick-disabled:before, .analyzeCaro .slick-prev.slick-disabled:before {
    opacity: 1;
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}


.analyticPartingText.signedBox {
    background: #fff;
    padding: .5rem 1rem;
    margin-bottom: 1rem;
}

.analyticEngage .col-xl-4 .odcDedicated.machinebased {
    border-right: 4px solid #00AEEF;
}

.customSlide .carousel-inner {
    height: 250px;
    display: flex;
}
.customSlide .carousel-inner .carousel-caption {
    top: 0;
    height: 250px;
    display: flex;
    align-items: center;
}


.machinePlatfrmTitle h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    color: #092B3C;
    margin-bottom: .5rem;
}

.machinePlatfrm {
    margin: auto;
}
.machinePlatfrmBox {
    min-height: 155px;
    margin-top: 1.75rem;
    border-radius: 6px;
    display: flex;
}
.machinePlatfrmBox:first-child {
    margin-top: 0rem;
}

.machinePlatfrmText {
    background: #fff;
    color: #fff;
    padding: .85rem 1rem;
    min-height: 155px;
    border-radius: 5px;
    transition: all .3s ease;
}
.machinePlatfrmText:hover p {
    display: inherit;
    text-overflow: inherit;
    
}
.machinePlatfrmText img {
    height: 40px;
}
.machinePlatfrmText h4 {
    color: #062B39;
    font-size: 1.15rem;
    font-weight: 500;
    margin: 1rem 0rem .5rem;
}
.machinePlatfrmText p {
    color: #3c3737;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease;
}

.faqList {
    margin-top: .5rem;
}
.faqList ul {
    list-style: disc;
    padding-left: 1.75rem;
}
.faqList ul li {
    color: #686868;
    font-size: 14px;
    line-height: 24px;
}
.faqList ul li::marker {
    font-size: 12px;
    color: #686868;
}

.paraList ol {
    list-style: disc;
    padding-left: 1.75rem;
}
.paraList ol li {
    color: #686868;
    font-size: 14px;
    line-height: 24px;
}
.paraList ol li::marker {
    font-size: 12px;
    color: #686868;
}


/* ================= Machine Learning Development Design CSS Exit ================= */

/* ================= Product Design and Engineering Services Page CSS Start ================= */

section.engineeringBanner {
    background-image: url(../images/engineering-banner.webp);
    background-position: center center;
    background-size: cover;
    min-height: 480px;
    padding: 30px 0;
}

.engineeringHeading h2 {
    margin: 0;
}
.engineeringText {
    border-left: 8px solid #00AEEF;
    padding-left: 1.5rem;
}

.engineeringDarkFlex {
    display: flex;
    gap: 1.5rem;
}
.engineeringDark {
    width: 45%;
    background-image: url(../images/engineering-dark.webp);
    background-position: center center;
    background-size: cover;
    min-height: 750px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.engineeringDark h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 55px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
}
.engineeringDark p {
    color: #fff;
    margin: 0;
}

.engineeringDarkGrid {
    width: 55%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
.engineeringDarkText {
    background: #fff;
    width: 100%;
    padding: 1.5rem;
}
.engineeringDarkText h4 {
    font-size: 18px;
    font-weight: 600;
}
section.productEngineeringServices {
    background: #062B39;
    color: #fff;
}
.sectionBox h2.engprotitle {
    color: #fff;
}
.productEngineeringSlick .slick-list.draggable {
    margin-top: 0;
    margin-bottom: 0;
}
.productEngineeringSlick ul.slick-dots {
    bottom: inherit;
}
.productEngineeringSlick .slick-list {
    padding-left: 0px!important;
}

.productEngineerGridScroll {
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
    min-height: 360px;
    padding: 0 0px;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
 .productEngineerGridScroll {
    scrollbar-width: auto;
    scrollbar-color: #062B39 #ffffff;
  }

.productEngineerGrid {
    display:flex;
}
.engNumerous {
    width: 100%;
    margin-top: 2rem;
    height: 324px;
}
.engNumerous h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 48px;
    color: #062B39;
    margin-bottom: .5rem;
    -webkit-text-stroke: 2px #00AEEF;
}
.engNumerous h2.numInherit {
    color: #00AEEF;
    -webkit-text-stroke: 0px #00AEEF;
}

.engNumerous.slick-current h2{
    color: #00AEEF;
    -webkit-text-stroke: 0px #00AEEF;
}
.engNumerous.slick-current .engHorizontal::before {
    content: "";
    position: absolute;
    top: -11px;
    left: -12px;
    background: #00AEEF;
    opacity: 0.4;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.engNumerous.slick-current .engHorizontal::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -6px;
    background: #00AEEF;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.engHorizontal {
    background: #fff;
    width: 100%;
    height: 8px;
    margin: 2.5rem 0rem 2rem;
    position: relative;
}

.engNumerous .engNumerousDD {
    padding-left: 12px;
}
.engNumerous:last-child .engNumerousDD {
    padding-right: 12px;
}
.engHorizontal::before {
    content: "";
    position: absolute;
    top: -11px;
    left: -8px;
    background: #152329;
    opacity: 0.4;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    z-index: 2;
}
.engHorizontal::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -2px;
    background: #152329;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    z-index: 2;
}

.engHorizontal .engLast {
    position: absolute;
    top: 0;
    left: -12px;
    background: #fff;
    width: 1rem;
    height: 8px;
    border-radius: 0px;
}

.engNumerous.slick-current .engLast {
    width: 0rem;
}

.engNumerous h4 {
    color: #00aeef;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
}
.engNumerous p {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}
.engNumerous p:last-child {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.productEngineeringSlick .slick-prev:before {
    content: "";
    background: url(../images/partern-transfm-arrow-prev.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    line-height: initial;
    width: 24px;
    height: 24px;
}

.productEngineeringSlick .slick-next:before {
    content: "";
    background: url(../images/partern-transfm-arrow-next.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: -30px;
    height: auto;
    line-height: inherit;
    width: 24px;
    height: 24px;
}
.productEngineeringSlick .slick-next.slick-disabled:after {
    color: #979797;
    background: url(../images/partern-transfm-arrow-next-grayl.svg);
    background-size: cover;
}

.productEngineeringSlick .slick-prev.slick-disabled:after {
    color: #979797;
    background: url(../images/partern-transfm-arrow-next-grayr.svg);
    background-size: cover;
}

.productEngineeringSlick.slick-slider button.slick-arrow {
    top: 0px;
}

.productEngineeringSlick.slick-slider button.slick-prev {
    top: 200px;
    right: inherit;
    left: -30px;
    width: auto;
    height: auto;
    position: absolute;
}

.productEngineeringSlick.slick-slider button.slick-next {
    top: 200px;
    right: 0px;
    width: auto;
    height: auto;
    position: absolute;
}

.productEngineeringSlick .slick-next.slick-disabled:before, .productEngineeringSlick .slick-prev.slick-disabled:before {
    opacity: 1;
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

.engagementGsap.customSlide .carousel {
    height: 250px;
}
.customSlide .carousel-inner {
    height: 200px;
}

.customSlide .carousel-inner .carousel-caption {
    top: 0;
}
.analyzeCaroBtn {
    position: absolute;
    bottom: 10px;
    right: 15px;
    min-height: 60px;
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.analyzeCaroBtn .carousel-control-next, .analyzeCaroBtn .carousel-control-prev {
    width: 30px;
    height: 30px;
    top: 0;
    left: 0;
    border: none;
    background: transparent;
    position: relative;
    display: inherit;
    transform: translate(0px, 0px);
    box-shadow: none;
}

.customSlide .carousel-control-prev span.carousel-control-prev-icon {
    background: none;
    position:relative;
    background: url(../images/partern-transfm-arrow-next-grayl.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    line-height: initial;
    width: 24px;
    height: 24px;
}
.customSlide .carousel-control-next span.carousel-control-next-icon {
    background: none;
    position:relative;
    background: url(../images/arrowrightodc.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    height: auto;
    line-height: inherit;
    width: 24px;
    height: 24px;
}

.productToolOne {
    text-align: right;
}
.productToolList {
    margin-bottom: 1rem;
    border-bottom: 3px solid #D9D9D9;
}
.productToolList h4 {
    color: #062B39;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: .35rem;
}
.productToolList p {
    margin-bottom: .75rem;
}
.productToolList:last-child {
    margin-bottom: 0rem;
    border-bottom: 0px solid #D9D9D9;
}
.productToolList:last-child p {
    margin-bottom: 0rem;
}

.productToolBlue {
    background: #00AEEF;
    padding: 20px;
    height: 100%;
}
.productToolBlueInside {
    color: #fff;
    border: 6px solid #fff;
    padding: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.productToolBlueInside h3 {
    font-size: 1.85rem;
    font-weight: 600;
    text-align: center;
}
.productToolBlueInside p {
    text-align: center;
    margin: 0;
}

.productToolTwo {
    text-align: left;
}

.productProcessMobOuter {
    display: none;
}

.productProcessCaroMobo .slick-list {
    margin: inherit;
}
.productProcessCaroMobo .productProcessItem {
    box-shadow: inherit;
    width: auto;
    height: 225px;
}
.productProcessCaroMobo .productProcessItem.active {
    position: inherit;
}

.productProcessCaroMobo .slick-slide {
    margin: 0 5px;
}

.productProcessCaroMobo .slick-list {
    margin: 0 -5px;
}

.productProcessItem.slick-current.slick-active {
    background: #00AEEF;
    color: #fff;
}

/* ================= Product Design and Engineering Services Page CSS Exit ================= */

/* ================= Product Listing Web Page Design CSS Start ================= */
section.productListingBanner {
    background: #00AEEF;
    min-height: 260px;
    padding: 40px 0;
}
.productListing {
    color: #fff;
    padding-right: 1.5rem;
}
.productListing h1 {
    font-size: 45px;
    font-weight: 700;
    text-transform: uppercase;
}
.productListing p {
    margin: 0;
}
.productListingImage {
    text-align: right;
    width: 100%;
}
.productListingImage img {
    max-width: 800px;
    width: 100%;
}


.productListingGrid {
    display: grid;
    grid-template-columns: 1fr 25%;
    gap: 1.5rem;
}
.productListingRow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}
.productListingCol {
    border-radius: 12px 12px;
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.08);
}
.productCardbg {
    background: #3F3F3F;
    color: #fff;
    padding: 1rem 1rem;
    text-align: center;
    border-radius: 12px 12px 0 0;
    position: relative;
}


.productListingPicture {
    width: 100%;
    height: 340px;
    padding: 1rem 0rem;
}
.productListingPicture img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.productListingCol span.prolistnew {
    background: #00adee;
    font-size: .88rem;
    padding: .2rem .85rem;
    border-radius: 0px 4px 4px 0px;
    display: inline-block;
    position: absolute;
    top: 2rem;
    left: 0;
}

.listingExploreBox {
    background: #F8F8F8;
    padding: 1rem;
    border-radius: 12px;
    height: 280px;
}

.productsidesticky {
    position: sticky;
    top: 20px;
}

.listingExploreBox h3 {
    color: #062B39;
    font-size: 1.65rem;
    font-weight: 700;
}

.listingExploreBox ul {
    list-style: disc;
    padding-left: 1rem;
}
.listingExploreBox li {
    font-size: 15px;
    margin-bottom: .35rem;
}
.listingExploreBox li::marker {
    font-size: 12px;
    color: #434B4F;
}
.listingExploreBox li a {
    color: #434B4F;
    font-size: 15px;
    text-decoration: underline;
}

.productListingCard {
    color: #000;
    padding: 1rem;
}
.productCardFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.productCardPrice h4.prolistdigit {
    display: inline-flex;
    align-items: center;
    font-size: 2rem;
    font-weight: 700;
}
.productCardPrice h4.prolistdigit span.prolistprice {
    font-size: 1.2rem;
    padding-right: .5rem;
}
.productCardPrice small.prolistthro .fa-inr {
    font-size: .65rem;
}
.productListingCard hr.prolisthr {
    border-top: 2px solid #EFEFEF;
}
.productCardPrice h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0;
}

.productCardLogo img {
    max-width: 60px;
}

.productListingText h4 {
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase;
}
.productListingText p {
    min-height: 94px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.productListingText h6 {
    font-size: 1rem;
    font-weight: 400;
}

.productListingBtn {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 1.5rem;
}
.productListingBtn .btn-warning {
    width: 100%;
    background: #F89B1C;
    color: #fff;
    font-size: 1rem;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.productListingBtn .btn-warning:not(:disabled):not(.disabled).active, .productListingBtn .btn-warning:not(:disabled):not(.disabled):active, .productListingBtn .show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #da8107;
    border-color: #c69500;
}
.productListingBtn .btn-primary {
    width: 100%;
    background: #00AEEF;
    color: #fff;
    font-size: 1rem;
    padding: 10px 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-color: #00aeef;
}
.productListingBtn .btn-primary:not(:disabled):not(.disabled).active, .productListingBtn .btn-primary:not(:disabled):not(.disabled):active, .productListingBtn .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00AEEF;
    border-color: #00AEEF;
}

.productListingBtn .btn-primary .fa-phone {
    transform: rotate(90deg);
}

.robustProduct {
    margin: auto;
}
.robustProductColo {
    margin-top: 1.75rem;
    border-radius: 6px;
    display: flex;
}
.robustProductColo:first-child {
    margin-top: 0rem;
}

.robustProductText {
    background: #fff;
    color: #fff;
    padding: .85rem 1rem;
    min-height: 155px;
    border-radius: 5px;
    transition: all .3s ease;
}
.robustProductText h4 {
    color: #062B39;
    font-size: 1rem;
    font-weight: 600;
    margin-top: .5rem;
}

.robustProductText p {
    font-size: .95rem;
    color: #3c3737;
    margin: 0;
}

.productProcessGrid {
    display: flex;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 3fr 2fr 3fr 4fr 3fr;
    position: relative;
    min-height: 225px;
}

.productProcessItem {
    background: #fff;
    color: #333;
    padding: 0.5rem;
    border-radius: 8px;
    box-shadow: 1px 1px 5px 1px #ccc;
    z-index: 1;
    width: 15.85%;
    height: 225px;
    transition: all .4s ease;
    cursor: pointer;

}

.productProcessItem p {
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.productProcessItem.active {
    width: 20%;
    background: #00AEEF;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}

.productProcessGrid:first-child:hover .productProcessItem.active{
    background: #00AEEF;
    color: #fff;
    z-index: 8;
    border: red;
}

.productProcessItem.processOne {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}
.productProcessItem.processTwo {
    position: absolute;
    top: 0;
    left: 15%;
    z-index: 7;
}
.productProcessItem.processThree {
    position: absolute;
    top: 0;
    left: 27%;
    z-index: 6;   
}

.productProcessItem.processFour {
    position: absolute;
    top: 0;
    left: 39%;
    z-index: 5;
}

.productProcessItem.processFive {
    position: absolute;
    top: 0;
    left: 51%;
    z-index: 4;
}

.productProcessItem.processSix {
    position: absolute;
    left: 63%;
    top: 0;
    z-index: 3;  
}

.productProcessItem.processSeven {
    position: absolute;
    left: 74%;
    top: 0;
    z-index: 2;
}

.productProcessItem.processEight {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.productProcessItem:hover {
    width: 20%;
    background: #00AEEF;
    color: #fff;
    z-index: 9;
}

.productProcessItem h4 {
    font-size: 1.1rem;
}

.productBuildTeam {
    height: auto;
}
.productBuildTeam .productBuildTeamContent {
    margin-bottom: 2rem;
}
.productBuildTeam .col-xl-6:nth-last-of-type(2) .productBuildTeamContent {
    margin-bottom: 0rem;
}
.productBuildTeam .col-xl-6:nth-last-of-type(1) .productBuildTeamContent {
    margin-bottom: 0rem;
}

.productBuildTeamContent img {
    max-width: 65px;
}
.productBuildTeamContent h4 {
    font-size: 1.2rem;
    margin: 1rem 0rem .65rem;
}
.productBuildTeamContent p {
    margin: 0;
}


/* ================= Product Listing Web Page Design CSS Exit ================= */

/* ================= Cloud Infrastructure Page Design CSS Start ================= */

section.cloudInfrastBanner {
    background-image: url(../images/cloud-banner.webp);
    background-position: center center;
    background-size: cover;
    min-height: 480px;
    padding: 30px 0;
}
.cloudInfrastBannerText {
    color: #fff;
}
.cloudInfrastBannerText .bookBtn {
    min-width: 166px;
    text-align: center;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 15px;
    margin-top: 50px;
    line-height: 25px;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease;
}
.cloudTabs .nav.nav-pills li.nav-item {
    padding-right: .75rem;
    margin-top: 1rem;
}
.cloudTabs .nav.nav-pills li.nav-item:last-child {
    padding-right: 0rem;
}
.cloudTabs .nav.nav-pills li.nav-item .nav-link {
    width: 260px;
    height: 70px;
    color: #F89B1C;
    font-size: .95rem;
    font-weight: 500;
    padding: .5rem .35rem;
    border: 2px solid #000;
    border-radius: 6px;
    transition: all .3s ease;
}
.cloudTabs .nav.nav-pills li.nav-item .nav-link:hover {
    background: #F89B1C;
    color: #fff;
}

.cloudTabs .nav.nav-pills li.nav-item .nav-link.active {
    background: #F89B1C;
    color: #fff;
    border-color: #F89B1C;
}

.cloudLogolist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}
.cloudLogolist ul li {
    height: 50px;
    width: 15%;
    text-align: center;
}
.cloudLogolist ul li img {
    width: 150px;
    height: 60px;
}
.cloudLogolist ul li img.cicd {
    width: 120px;
}

.cloudLogolist ul.cloudLogoGrid li {
    width: 22%;
}
.cloudLogolist ul.cloudLogoGrid li img {
    width: 200px;
    height: 50px;
}

.cloudLogolist ul.cloudLogoGrid li:nth-child(5){
    width: 10%;
}
.cloudLogolist ul.cloudLogoGrid li:nth-child(6){
    width: 10%;
}
.cloudLogolist ul.cloudLogoGrid li:nth-child(7){
    width: 10%;
}
.cloudLogolist ul.cloudLogoGrid li:nth-child(8){
    width: 10%;
}

.serviceCloud {
    padding: 0rem 1rem;
    margin-bottom: 1rem;
}

.serviceCloud h3.cloudNum {
    font-size: 3.25rem;
    font-weight: 700;
    color: #00AEEF;
}
.serviceCloud h5 {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 25px;
    color: #062B39;
    margin-top: .5rem;
}
.serviceCloud p {
    font-size: 1rem;
    font-weight: 400;
    color: #092B3C;
    margin-bottom: 0;
}

/* ================= Cloud Infrastructure Page Design CSS Exit ================= */

/* ================= Hire the Best Java Developers Page Design CSS Start ================= */
section.javaDevelopersHero {
    background: #7830E8;
    min-height: 430px;
    padding: 40px 0;
}
.javaDeveloperHeroText h1.text-white {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.javaDeveloperHeroText .consultBtn a {
    display: inline-block;
    min-width: 200px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    padding: .7rem 1.2rem;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}

.javaHero {
    width: 100%;
    height: 430px;
    padding-left: 4rem;
}
.javaHero img {
    width: 100%;
    height: 100%;
}

.javaExpertiseHead h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 45px;
    color: #092B3C;
    margin-bottom:0rem;
}

.javaExpertise {
    background: #fff;
    color: #062B39;
    padding: 1.2rem 1rem;
    border-radius: 7px;
    margin-top: 1.5rem;
    transition: all .3s ease-in;
}
.javaExpertise:hover {
    background: #00AEEF;
    color: #fff;
    padding: 1.2rem 1rem;
    border-radius: 7px;
}
.javaExpertise h5 {
    font-weight: 600;
    font-size: 1.12rem;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: .5rem;
}
.javaExpertise p {
    margin: 0;
}

.benefitsJava {
    padding: 1rem 0;
}
.benefitsJava h3.javaNum {
    font-size: 3.25rem;
    font-weight: 700;
    color: #F89B1C;
}
.benefitsJava h4 {
    font-size: 1.25rem;
}
.benefitsJava h5 {
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 25px;
    color: #062B39;
    margin-top: .5rem;
}
.benefitsJava p {
    font-size: 1rem;
    font-weight: 400;
    color: #092B3C;
    margin-bottom: 0;
}

.toolsJavaOuter {
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.toolsJavaCol {
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 1rem;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.12);
}
.toolsJavaBlue {
    background: #00AEEF;
    color: #fff;
    padding: 1rem;
    display: flex;
    align-items: center;
}
.toolsJavaBlue h4 {
    font-size: 1rem;
    margin: 0;
}
.toolsJava {
    background: #fff;
    color: #434B4F;
    padding: 1rem;
}
.toolsJava ul.toolsJavaList {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.toolsJava ul.toolsJavaList li {
    margin-right: 1rem;
    padding-right: 1rem;
    border-right: 1px solid #434B4F;
    display: inline-block;
}
.toolsJava ul.toolsJavaList li:last-child {
    margin-right: 0rem;
    padding-right: 0rem;
    border-right: 0px solid #434B4F;
}



.javaBlueCustom h3 {
    margin-bottom: 1.5rem;
}

.javaBlueText ul.javaBlueList {
    list-style: none;
}
.javaBlueText ul.javaBlueList li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 1rem;
    display: flex;
}

.javaBlueText ul.javaBlueList li:last-child {
    margin-bottom: 0rem;
}
.javaBlueText a.contactBtn {
    margin-top: 2.5rem;
}  

.javaBlueText ul.javaBlueList li::before {
    content: "";
    background-image: url(../images/check-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    min-width: 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
    position: relative;
    top: 0.11rem;
    left: -12px;
}

.javaBlueImage {
    text-align: right;
}
.javaBlueImage img {
    width: 400px;
}

.whyJavaVertical::-webkit-scrollbar {
    width: 5px;
}
  
.whyJavaVertical::-webkit-scrollbar-track {
    background: #E7E7E7; 
    border-radius: 20px;
}
.whyJavaVertical::-webkit-scrollbar-thumb {
    background: #F89B1C; 
    border-radius: 20px;
}
.whyJavaVertical {
    width: 100%;
    height: 280px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.whyJavascroll h3.javaNumscl {
    font-size: 3.25rem;
    font-weight: 700;
    color: #F89B1C;
}
.whyJavascroll h5 {
    font-size: 1.15rem;
}
.javaThroughGrid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 3.5rem;
}
.javaThroughItems {
    background: #fff;
    padding: 1rem;
    position: relative;
}

.javaThroughItems::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -2.85rem;
    background-image: url(../images/arrow-static.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 100%;
}
.javaThroughItems:last-child:after {
    display: none;
}

.whyJavascroll {
    padding-right: .75rem;
}
.whyJavascroll h3.javaNumscl {
    font-size: 3.25rem;
    font-weight: 700;
    color: #F89B1C;
}

.javaThroughItems h3.throNum {
    font-size: 2.25rem;
    font-weight: 700;
    color: #00AEEF;
}

.blueChoosejava {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.blueChooseIcon img {
    width: 170px;
}

/* ================= Hire the Best Java Developers Page Design CSS Exit ================= */

/* ================= Train Reservation System Page Design CSS Start ================= */
section.trainReservationHero {
    background-image: url(../images/train-hero.webp);
    background-size: cover;
    background-position: center;
    min-height: 430px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
}

.challengesBorder {
    padding-left: 1.5rem;
    border-left: 4px solid #00AEEF;
}

.trainChallenges h2 {
    margin: 0;
}
.trainChallenges p {
    margin: 0;
}

.trainKey {
    text-align: left;
}
.trainKey img {
    width: 370px;
}

.trainKeyfeature {
    width: 100%;
    height: 280px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.trainKeyfeature::-webkit-scrollbar {
    width: 5px;
}
  
.trainKeyfeature::-webkit-scrollbar-track {
    background: #E7E7E7; 
    border-radius: 20px;
}
   
.trainKeyfeature::-webkit-scrollbar-thumb {
    background: #00AEEF; 
    border-radius: 20px;
}
.trainKeyText {
    padding-right: .75rem;
}
.trainKeyText h3.trainNumscl {
    font-size: 3.25rem;
    font-weight: 700;
    color: #00AEEF;
}
.trainKeyfeatureBox h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.trainKeyfeature h4 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.trainKeyText h5 {
    font-size: 1.15rem;
    font-weight: 600;
}
.trainKeyfeature.leftscroll p {
    direction: ltr;
}

.trainKeyfeatureCustom .row {
    margin-top: 1rem;
}

.trainKeyfeature.leftscroll {
    padding-left: 1rem;
    direction:rtl;
}

.trainKey.trainKeyright {
    text-align: right;
}

.trainChoice {
    background: #fff;
    padding: 1rem;
    margin-top: 1.2rem;
    border-radius: 6px;
}
.trainChoice img {
    max-width: 70px;
}
.trainChoice h4 {
    font-size: 1.12rem;
    font-weight: 600;
    margin: 1rem 0 0;
}
.trainChoice p {
    font-size: .93rem;
    margin-bottom: 0px;
}

.trainListCustom ol.trainList {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0rem 1rem;
    padding-left: 1rem;
    margin-bottom: 0rem;
}
.trainListCustom ol.trainList li {
    font-size: 16px;
    margin-bottom: .75rem;
}
.trainListCustom ol.trainList li:nth-last-of-type(1) {
    margin-bottom: 0rem;
}
.trainListCustom ol.trainList li:nth-last-of-type(2) {
    margin-bottom: 0rem;
}

.edgeTrain ul {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

.edgeTrain ul li {
    text-align: center;
}
.edgeTrain ul li img {
    height: 120px;
}

.trainPlaystore {
    padding: 2rem 0rem;
}
.trainPlaystore h4 {
    text-align: center;
}
.trainPlayIcons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 2rem;
}
.trainPlayIcons a img {
    height: 60px;
}


/* ================= Train Reservation System Page Design CSS Exit ================= */

/* ================= DevOps Services and Solutions Design CSS Start ================= */
section.devopsHero {
    background: #00AEEF;
    min-height: 430px;
    padding: 40px 0;
}
.devopsHeroRight {
    width: 100%;
    height: 430px;
    padding-left: 4rem;
}
.devopsHeroRight img {
    width: 100%;
    height: 100%;
}

.devopSolubox {
    background: #fff;
    height: auto;
    min-height: 382px;
    color: #062B39;
    padding: 1.5rem 1.75rem;
    border-radius: 7px;
    margin-top: 1.5rem;
    transition: all .3s ease-in;
}
.devopSolubox:hover {
    background: #00AEEF;
    color: #fff;
    border-radius: 7px;
}
.devopSolubox h5 {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: .5rem;
}
.devopSolubox p {
    margin: 0;
}

.devopSolubox .devohide {
    display: none;
    opacity: 0;
}
.devopSolubox:hover .devohide {
    display: block;
    opacity: 1;
}
.devopSolubox:hover .devovisible {
    display: none;
    opacity: 0;
}
.devoicon {
    margin-bottom: 1rem;
}
.devoicon img {
    width: 70px;
}

.yellowBoxbg .contactBtn {
    min-width: 166px;
    background: #fff;
    color: #F89D22;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 15px;
    margin-top: 0;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    text-transform: capitalize;
    display: inline-block;
    transition: all .3s ease;
}


.devopsHire {
    padding: 1rem 0;
}
.devopsHire img {
    width: 75px;
}

.devopsHire h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1rem 0rem .5rem;
}
.devopsHire p {
    font-size: 1rem;
    font-weight: 400;
    color: #434B4F;
    margin-bottom: 0;
}

.devopsBenefit {
    position: relative;
}

.devopsBenefit img.devops-dots-top {
    width: 160px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}

.devopsBenefit img.devops-dots-btm {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
}


.devopsTabingLeft .nav-pills .nav-link {
    color: #575757;
    text-align: left;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    border: none;
    padding: 10px 0;
    padding-left: 1rem;
    border-bottom: 0px solid #E2E2E2;
    border-radius: 0px;
}

.devopsTabingLeft .nav-pills .nav-link.active {
    color: #F89D22;
    background-color: transparent;
    position: relative;
}
.devopsTabingLeft .nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #F89D22;
    transition: all .3s ease;
}
.devopsTabingLeft .nav-pills .nav-link:focus{
    outline: none;
    box-shadow: none;
}

.devopsTabingRight {
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.devopsTabingItem h3 {
    color: #F89D22;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: .75rem;
}

.devOpsEngineer {
    height: auto;
}
.devOpsEnginBox {
    min-height: 145px;
    margin-top: 1.75rem;
    border-radius: 6px;
    display: flex;
}
.devOpsEnginText {
    background: #fff;
    color: #fff;
    padding: .85rem 1rem;
    min-height: 145px;
    border-radius: 5px;
    transition: all .3s ease;
}
.devOpsEnginText img {
    height: 60px;
}
.devOpsEnginText h4 {
    color: #062B39;
    font-size: 1.15rem;
    font-weight: 500;
    margin: 1rem 0rem .5rem;
}
.devOpsEnginText p {
    color: #3c3737;
    margin: 0;
    height: 25px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s ease;
}

.devOpsEnginText:hover p {
    color: #3c3737;
    margin: 0;
    height: auto;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.devopsExperienceGrid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1rem;
}
.devopsExperienceBox {
    position: relative;
}
.devopsExperienceBox h3.numcircle {
    font-size: 1.85rem;
    font-weight: 700;
    color: #fff;
    width: 55px;
    height: 55px;
    background: #00AEEF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.devopsExperienceBox::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 1.75rem;
    background-image: url(../images/arrow-devops.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 21px;
}

.devopsExperienceBox:last-child:after {
    display: none;
}

.devopsExperienceBox h5 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 20px 0 10px;
}

.devOpsYellow h3 {
    margin-bottom: 1.5rem;
}
.devOpsYellow ul.devOpsYellowList {
    list-style: none;
}
.devOpsYellow ul.devOpsYellowList li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 2rem;
}
.devOpsYellow ul.devOpsYellowList li::before {
    content: "";
    background-image: url(../images/devops-check-icon.svg);
    background-size: contain;
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    position: absolute;
    top: 0;
    left: 0;
}
.devOpsYellow a.contactBtn {
    margin-top: 1.5rem;
}
.devOpsYellowImage {
    text-align: right;
}
.devOpsYellowImage img {
    width: 400px;
}


.devOpsMaterial {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3.75rem;
}

.devOpsMaterialBox {
    position: relative;
}
.devOpsMaterialBox::after {
    content: "";
    background: #F89D22;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -32px;
}
.devOpsMaterialBox:last-child:after {
    width: 0px;
}
.devOpsMaterialBox h4 {
    font-size: 1.25rem;
    font-weight: 600;
}
.devOpsMaterialBox p {
    margin: 0;
}

/* ================= DevOps Services and Solutions Design CSS Exit ================= */

/* ================= Hire .Net Developer Design CSS Start ================= */
section.dotNetDevelop {
    background: #18217D;
    min-height: 440px;
    padding: 40px 0 0;
}

.dotNetDevelopImage {
    width: 100%;
    height: 470px;
    padding-left: 2rem;
}
.dotNetDevelopImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.dotNetExpertise {
    background: #fff;
    height: auto;
    min-height: 330px;
    color: #062B39;
    padding: 1.5rem 1.75rem;
    border-radius: 7px;
    margin-top: 1.5rem;
    transition: all .3s ease-in;
}
.dotNetExpertise h5 {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: .5rem;
}
.dotNetExpertise p {
    margin: 0;
}

.dotNetLayerOuter {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.dotNetLayer {
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 1rem;
    box-shadow: 0px 0px 46px 0px rgba(0, 0, 0, 0.12);
}
.dotNetLayerYlw {
    background: #F89B1C;
    color: #fff;
    padding: 1rem;
    display: flex;
    align-items: center;
}
.dotNetLayerYlw h4 {
    font-size: 1rem;
    margin: 0;
}
.dotNetLayerListing {
    background: #fff;
    color: #434B4F;
    padding: 1rem;
}

.dotNetLayerListing ul.dotNetLayerUl {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.dotNetLayerListing ul.dotNetLayerUl li {
    margin-right: .88rem;
    padding-right: 1rem;
    border-right: 1px solid #434B4F;
    display: inline-block;
}
.dotNetLayerListing ul.dotNetLayerUl li:last-child {
    margin-right: 0rem;
    padding-right: 0rem;
    border-right: 0px solid #434B4F;
}

.whyDotnetLeft h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    color: #092B3C;
    margin-bottom: .5rem;
}

.whyDotnetBox {
    height: auto;
}

.whyDotnetContent {
    width: 100%;
    background: #fff;
    color: #fff;
    padding: .85rem 1rem;
    min-height: 200px;
    border-radius: 6px;
    margin-top: 1.75rem;
    transition: all .3s ease;
}
.whyDotnetContent:first-child {
    margin-top: 0rem;
}
.whyDotnetContent h4 {
    color: #062B39;
    font-size: 1.15rem;
    font-weight: 500;
    margin: 0rem 0rem .5rem;
}
.whyDotnetContent p {
    color: #3c3737;
    margin: 0;
}

/* ================= Hire .Net Developer Design CSS Exit ================= */


/* ================= Industry 4.0 Consulting Company CSS Start ================= */
section.industry4ConsultingHero {
    background: #214EA6;
    min-height: 520px;
    padding: 40px 0;
}
.industry4-0Banner {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 430px;
}
.industry4Text h1.text-white {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.industry4Text .consultBtn a {
    display: inline-block;
    min-width: 200px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    padding: .7rem 1.2rem;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}

.industryWideRange {
    display: grid;
    justify-content: center;
    align-items: center;
    background: #fff;
    min-height: 240px;
    padding: 1rem;
    margin-top: 1.5rem;
    border-radius: 6px;
    transition: all .4s ease-in;
    overflow: hidden;
}
.industryWideRange:hover .industryWideRangeText {
    display: block;
    transition: all .4s ease-in;
}
.industryWideRange:hover .industryWideRangeCombo {
    display: none;
    transition: all .4s ease-in;
}
.industryWideRangeCombo {
    text-align: center;
    transition: all .4s ease-in;
}
.industryWideRangeCombo img {
    max-width: 70px;
}
.industryWideRangeCombo h4 {
    font-size: 1.12rem;
    font-weight: 600;
    margin: 1rem 0 0;
}
.industryWideRangeText {
    text-align: center;
    display: none;
    transition: all .4s ease-in;
}
.industryWideRangeText h4 {
    font-size: 1.12rem;
    font-weight: 600;
}
.industryWideRangeText p {
    font-size: .93rem;
    margin-bottom: 0px;
}

.industry4Text {
    flex-basis: auto;
}
.industry4Text p.bannerPara {
    margin-bottom: 2rem;
}
.industry4Image img {
    width: 100%;
    height: 100%;
}

.industry4Image {
    width: 50%;
    height: 440px;
    position: absolute;
    right: 0;
    top: 0;
}


.drivingIndustry4 {
    background: #fff;
    min-height: 350px;
    color: #062B39;
    padding: 1.2rem 1rem;
    border-radius: 7px;
    margin-top: 1.5rem;
    transition: all .3s ease-in;
}
.drivingIndustry4 img {
    width: 70px;
}
.drivingIndustry4 h5 {
    font-weight: 600;
    font-size: 1.12rem;
    line-height: 24px;
    text-transform: capitalize;
    margin: 1rem 0rem 0.75rem;
}
.drivingIndustry4 p {
    margin: 0;
}


.industryProductization::-webkit-scrollbar {
    width: 5px;
}
  
.industryProductization::-webkit-scrollbar-track {
    background: #E7E7E7; 
    border-radius: 20px;
}
   
.industryProductization::-webkit-scrollbar-thumb {
    background: #00AEEF; 
    border-radius: 20px;
}

.industryProductization {
    width: 100%;
    height: 280px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.industryProductscroll {
    padding-right: .75rem;
}

.industryProductscroll h3.industNum {
    font-size: 3.25rem;
    font-weight: 700;
    color: #00AEEF;
}
.industryProductscroll h5 {
    font-size: 1.15rem;
}

.industry4Explore {
    min-height: 145px;
    margin-top: 1.75rem;
    border-radius: 6px;
    display: flex;
}

.industry4ExploreTxt {
    background: #fff;
    color: #fff;
    padding: .85rem 1rem;
    min-height: 145px;
    border-radius: 5px;
    transition: all .3s ease;
}

.industry4ExploreTxt h4 {
    color: #062B39;
    font-size: 1.15rem;
    font-weight: 500;
    margin: 1rem 0rem .5rem;
}
.industry4ExploreTxt p {
    color: #3c3737;
    margin: 0;
}


.industryReliability {
    margin-top: 1.5rem;
}
.industryReliability img {
    max-width: 70px;
}
.industryReliability h4 {
    font-weight: 600;
    font-size: 1.12rem;
    line-height: 24px;
    text-transform: capitalize;
    margin: 1.2rem 0rem .5rem;
}
.industryReliability p {
    font-size: 1rem;
    font-weight: 400;
    color: #092B3C;
    margin-bottom: 0;
}

.SeamlessIndustryGrid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    row-gap: 1rem;
    column-gap: .5rem;
    position: relative;
    min-height: 450px;
}
.SeamlessIndustryBox {
    position: relative;
}
.SeamlessIndustryBox:nth-child(odd) .SeamlessIndustryOuter {
    min-height: 230px;
}
.SeamlessIndustryBox:nth-child(odd) {
    align-self: start;
    position: relative;
    text-align: center;
}
.SeamlessIndustryBox h3.seamNum {
    position: relative;
}
.seamlessCombine {
    display: inline;
    position: relative;
}
.seamlessCombine span.seamArrow {
    position: absolute;
    top: 50%;
    left: 40px;
    width: 140px;
    height: 22px;
    transform: translateY(-50%);
}
.seamlessCombine span.seamArrow img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

.SeamlessIndustryBox h3.seamNum {
    background: #F89D22;
    color: #fff;
    font-size: 1.75rem;
    font-weight: 600;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}
.SeamlessIndustryBox h4 {
    font-size: 1rem;
    font-weight: 600;
    color: #F89B1C;
}
.SeamlessIndustryBox:nth-child(even) {
    align-self: end;
    position: relative;
    text-align: center;
    margin-top: 14.4rem;
}
.SeamlessIndustryBox:nth-child(even) .SeamlessIndustryOuter {
    min-height: 230px;
}
.SeamlessIndustryOuter p {
    min-height: 175px;
    margin-bottom: 0;
}

/* ================= Industry 4.0 Consulting Company CSS Exit ================= */


/* ================= Hire Python Developer Design CSS Start ================= */

section.hirePythonBanner {
    background: #18217D;
    background-image:linear-gradient(96deg, #4A0B2F 2.68%, #330B48 49.99%, #0E355F 95.81%);;
    min-height: 430px;
    padding: 40px 0;
}
.hirePythonText h1.text-white {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.hirePythonText .consultBtn a {
    display: inline-block;
    min-width: 280px;
    background: #fff;
    color: #00AEEF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: .7rem 1.2rem;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}
.hirePythonImage {
    width: 100%;
    height: 430px;
    padding-left: 4rem;
}
.hirePythonImage img {
    width: 100%;
    height: 100%;
}

.blueBox .talkPython a.contactBtn {
    width: 280px;
}
.talkPython h3 {
    font-size: 1.65rem;
    color: #fff;
}
.blueBox.blueLeftborder .talkPython p {
    border: none;
    padding-left: 0;
    margin: 1rem 0rem 1.75rem;
}


.hirePythonBenefitBg {
    background: #3877AD;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    height: 100%;
    border-radius: 30px;
}

.hirePythonBenefitPicture {
    display: flex;
    justify-content: center;
    flex-basis: 55%;
}

.hirePythonBenefitText {
    background: #fff;
    flex-basis: 45%;
    align-self: flex-end;
    padding: 1.5rem;
    border-radius: 20px 0px 0 0;
}

.hirePythonBenefitText h4 {
    font-size: 2.15rem;
    font-weight: 700;
    line-height: 50px;
}

.hirePythonBenefitGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-top: 2.5rem;
}
.hirePythonBenBox h3.pythonNum {
    font-size: 2.75rem;
    font-weight: 700;
    color: #00AEEF;
}
.hirePythonBenBox h5 {
    font-size: 1.15rem;
    font-weight: 500;
}
.hirePythonBenBox p {
    margin: 0;
}



.pythonConductGrid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 1rem;
}
.pythonConductBox {
    position: relative;
}
.pythonConductBox::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 1.75rem;
    background-image: url(../images/arrow-python.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 21px;
}
.pythonConductBox:last-child:after {
    display: none;
}
.pythonConductBox h3.numcircle {
    font-size: 1.85rem;
    font-weight: 700;
    color: #fff;
    width: 55px;
    height: 55px;
    background: #F89D22;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.pythonConductBox h5 {
    font-size: 1rem;
    font-weight: 600;
    margin: 20px 0 10px;
}
.pythonConductBox p {
    margin: 0;
}
.devOpsMaterialBox.dedicatePython::after {
    background: #00AEEF;
}


/* ================= Hire Python Developer Design CSS Exit ================= */


/* ================= Salesforce Development Design CSS Start ================= */
section.salesforceBanner {
    background: #18217D;
    background-image: radial-gradient(83.77% 83.77% at 50% 36.69%, #3899D4 0%, #0164AE 100%);
    min-height: 430px;
    padding: 40px 0;
}

.salesforceHeroText h1.text-white {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}

.salesforceHeroPicture {
    width: 100%;
    height: 430px;
    padding-left: .5rem;
}
.salesforceHeroPicture img {
    width: 100%;
    height: 100%;
}


.salesforceHeroText .consultBtn a {
    display: inline-block;
    min-width: 250px;
    background: #fff;
    color: #00AEEF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: .7rem 1.2rem;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}


.reliableSalesforce h2 {
    font-size: 2.1rem;
    font-weight: 700;
}

.reliableSalesforceImg img {
    width: auto;
}

.salesforceProvider {
    background: #fff;
    height: auto;
    min-height: 330px;
    color: #062B39;
    padding: 1.5rem 1.75rem;
    border-radius: 7px;
    margin-top: 1.5rem;
    transition: all .3s ease-in;
}
.salesIcon {
    margin-bottom: 1rem;
}
.salesIcon img {
    width: 70px;
}
.salesforceProvider h5 {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: .5rem;
}
.salesforceProvider p {
    margin: 0;
}


.slaesLogoslide {
    margin-top: 1.5rem;
}
.slaesLogoslide ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    grid-column-gap: 1rem;
    grid-row-gap: 1.5rem;
    padding: 0 1rem;
}

.slaesLogoslide ul li {
    width: 140px;
    text-align: center;
}
.slaesLogoslide ul li img {
    height: 65px;
}
.salesAgile {
    position: relative;
}
.salesAgile img.blue-dots-top {
    width: 160px;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(180deg);
}
.salesAgile img.blue-dots-btm {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 160px;
}

.salesAgileLeft .nav-pills .nav-link {
    color: #575757;
    text-align: left;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    border: none;
    padding: 10px 0;
    padding-left: 1rem;
    border-bottom: 0px solid #E2E2E2;
    border-radius: 0px;
}
.salesAgileLeft .nav-pills .nav-link.active {
    color: #00AEEF;
    background-color: transparent;
    position: relative;
}

.salesAgileLeft .nav-pills .nav-link.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #00AEEF;
    transition: all .3s ease;
}

.salesAgileLeft .nav-pills .nav-link:focus{
    outline: none;
    box-shadow: none;
}

.salesAgileRight {
    background: #fff;
    padding: 1rem;
    border-radius: 5px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.salesAgileItem h3 {
    color: #00AEEF;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: .75rem;
}
.salesAgileItem p {
    margin: 12px 0 15px;
}

.salesDiscoverList {
    list-style: disc;
    padding-left: 1.5rem;
}
.salesDiscoverList li {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-bottom: 5px;
}
.salesDiscoverList li b {
    font-weight: 600;
}

.analyticEngage .col-xl-6 .odcDedicated.saleborder {
    height: 100%;
    border-right: 4px solid #F89B1C;
}
.analyticEngage .col-xl-6:last-child .odcDedicated.saleborder {
    border-right: 0px solid #F89B1C;
}

/* ================= Salesforce Development Design CSS Exit ================= */

/* ================= Hire Full Stack PHP Developer Design CSS Start ================= */
section.hireFullStackPHPhero {
    background: #463C6D;
    min-height: 440px;
    padding: 40px 0 0;
}
.hireFullStackPHPBanner {
    width: 100%;
    height: 500px;
    padding-left: 2rem;
}
.hireFullStackPHPBanner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.hirePHPExceptional {
    background: #fff;
    min-height: 250px;
    color: #062B39;
    padding: 1rem;
    border-radius: 7px;
    margin-top: 1.5rem;
    transition: all .3s ease-in;
}
.phpExceptIcon {
    margin-bottom: 1rem;
}
.phpExceptIcon img {
    width: 70px;
}
.hirePHPExceptional h5 {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: .5rem;
}
.hirePHPExceptional p {
    margin: 0;
}


.hirephpDevScroll::-webkit-scrollbar {
    width: 5px;
}
  
.hirephpDevScroll::-webkit-scrollbar-track {
    background: #E7E7E7; 
    border-radius: 20px;
}
   
.hirephpDevScroll::-webkit-scrollbar-thumb {
    background: #00AEEF; 
    border-radius: 20px;
}

.hirephpDevScroll {
    width: 100%;
    height: 280px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.hirephpDevsclBox h3.javaNumscl {
    font-size: 3.25rem;
    font-weight: 700;
    color: #00AEEF;
}
.hirephpDevsclBox h5 {
    font-size: 1.15rem;
}


.reasonsBoxphp {
    background: #fff;
    padding: 1rem;
    text-align: center;
    margin-bottom: 1.8rem;
}
.reasonsBoxphp img {
    width: 75px;
}
.reasonsBoxphp h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1rem 0rem .5rem;
}
.reasonsBoxphp p {
    font-size: 1rem;
    font-weight: 400;
    color: #434B4F;
    margin-bottom: 0;
}


/* ================= Hire Full Stack PHP Developer Design CSS Exit ================= */

/* ================= Hire Angular Developers Design CSS Start ================= */
section.hireAngularHero {
    background: #043547;
    min-height: 440px;
    padding: 40px 0;
}
.hireAngularPicture {
    width: 100%;
    height: 440px;
    padding-left: 2rem;
}
.hireAngularPicture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

section.hireAngularCarousel {
    padding-bottom: 40px;
}
.hireAngularCaro.slick-slider {
    margin: 0 -10px;
    position: relative;
}
.hireAngularCaroItem {
    background: #fff;
    padding: 1rem;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 8px;
    min-height: 220px;
}
.hireAngularCaroItem h4 {
    font-size: 1rem;
    font-weight: 600;
}
.hireAngularCaroItem p {
    margin: 0;
}
.hireAngularCaro .slick-list {
    margin: inherit;
}

.hireAngularCaro .slick-prev:before {
    content: "";
    background: url(../images/partern-transfm-arrow-prev.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    line-height: initial;
    width: 24px;
    height: 24px;
}

.hireAngularCaro .slick-next:before {
    content: "";
    background: url(../images/partern-transfm-arrow-next.svg);
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    line-height: inherit;
    width: 24px;
    height: 24px;
}
.hireAngularCaro .slick-next.slick-disabled:after {
    color: #979797;
    background: url(../images/partern-transfm-arrow-next-grayl.svg);
    background-size: cover;
}

.hireAngularCaro .slick-prev.slick-disabled:after {
    color: #979797;
    background: url(../images/partern-transfm-arrow-next-grayr.svg);
    background-size: cover;
}

.hireAngularCaro.slick-slider button.slick-arrow {
    top: 0px;
}

.hireAngularCaro.slick-slider button.slick-prev {
    top: -65px;
    right: 50px;
    left: inherit;
    width: auto;
    height: auto;
    position: absolute;
}

.hireAngularCaro.slick-slider button.slick-next {
    top: -65px;
    right: -4px;
    width: auto;
    height: auto;
    position: absolute;
}

.hireAngularCaro .slick-next.slick-disabled:before, .hireAngularCaro .slick-prev.slick-disabled:before {
    opacity: 1;
    filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

/* ================= Hire Angular Developers Design CSS Exit ================= */

/* ================= Hire nodejs Developers Design CSS Start ================= */
section.nodeJsBanner {
    background-image: url(../images/nodejs-banner.webp);
    background-size: cover;
    background-position: center;
    overflow: hidden;
    padding: 50px 0;
    min-height: 470px;
    display: flex;
    align-items: center;    
}

.nodeJsHero {
    width: 90%;
    height: auto;
    padding-left: 5rem;
    position: relative;
    z-index: 2;
}
.nodeJsHero img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.hireNodejsGrowing {
    background: #fff;
    min-height: 344px;
    color: #062B39;
    padding: 1rem;
    border-radius: 7px;
    margin-top: 1.5rem;
    transition: all .3s ease-in;
}
.nodeGrowIcon {
    margin-bottom: 1rem;
}
.nodeGrowIcon img {
    width: 75px;
}

.hireNodejsGrowing h5 {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: .5rem;
}
.hireNodejsGrowing p {
    margin: 0;
}

.nodejsChoose {
    background: #fff;
    padding: .75rem;
    margin-bottom: 1.8rem;
    min-height: 305px;
}
.nodejsChoose img {
    width: 75px;
}
.nodejsChoose h4 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 1rem 0rem .5rem;
}
.nodejsChoose p {
    font-size: 1rem;
    line-height: 1.65rem;
    font-weight: 400;
    color: #434B4F;
    margin-bottom: 0;
}


/* ================= Hire nodejs Developers Design CSS Exit ================= */

/* ================= Hire Viejs Developers Design CSS Start ================= */
section.hireVuejsBanner {
    background: linear-gradient(60deg, #34495E 65%, #fff 45%);
    min-height: 440px;
    padding: 40px 0;
    position: relative;
}

.hireVuejsText {
    color: #fff;
}
.hireVuejsText h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.hireVuejsText .consultBtn a {
    display: inline-block;
    min-width: 200px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    padding: .7rem 1.2rem;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}
.hireVuejsHero {
    width: 70%;
    margin-left: auto;
}
.hireVuejsHero img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vuejsInteractive {
    height: auto;
}
.vuejsInteractiveText {
    width: 100%;
    background: #fff;
    color: #fff;
    padding: .85rem 1rem;
    min-height: 150px;
    border-radius: 6px;
    margin-top: 1.75rem;
    transition: all .3s ease;
}
.vuejsInteractiveText:first-child {
    margin-top: 0rem;
}
.vuejsInteractiveText h4 {
    color: #062B39;
    font-size: 1.15rem;
    font-weight: 500;
    margin: 0rem 0rem .5rem;
}
.vuejsInteractiveText p {
    color: #3c3737;
    margin: 0;
}


.hireVuejsEvolving {
    background: #fff;
    min-height: 292px;
    color: #062B39;
    padding: 1rem;
    border-radius: 7px;
    margin-top: 1.5rem;
    transition: all .3s ease-in;
}
.VuejsEvolvIcon {
    margin-bottom: 1rem;
}
.VuejsEvolvIcon img {
    width: 70px;
}
.hireVuejsEvolving h5 {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: .5rem;
}
.hireVuejsEvolving p {
    margin: 0;
}

/* ================= Hire Viejs Developers Design CSS Exit ================= */

/* ================= Hire Laravel Developers Design CSS Start ================= */
section.hireLaravelBanner {
    background: #EE605D;
    color: #fff;
    min-height: 440px;
    padding: 40px 0;
    position: relative;
}
.hireLaravelText h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.hireLaravelText .consultBtn a {
    display: inline-block;
    min-width: 200px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    padding: .7rem 1.2rem;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}
.hireLaravelHero {
    width: 85%;
    margin-left: auto;
}
.hireLaravelHero img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.laravelAdvantage {
    position: relative;
    padding-left: 2.25rem;
    margin-top: 1.75rem;
}
.laravelAdvantage::before {
    content: "";
    background: #FFC97E;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.laravelAdvantage::after {
    content: "";
    background: #F89B1C;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}

.laravelAdvantText h5 {
    font-size: 1.25rem;
    font-weight: 600;
}
.laravelAdvantText p {
    color: #434B4F;
    margin: 0;
}

/* ================= Hire Laravel Developers Design CSS Exit ================= */

/* ================= Hire Django Developers Design CSS Start ================= */
section.hireDjangoBanner {
    background: #004F30;
    color: #fff;
    min-height: 440px;
    padding: 40px 0;
    position: relative;
}
.hireDjangoText h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.hireDjangoText .consultBtn a {
    display: inline-block;
    min-width: 200px;
    background: #fff;
    color: #00AEEF;
    font-size: 16px;
    font-weight: 500;
    padding: .7rem 1.2rem;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}
.hireDjangoHero {
    width: 85%;
    margin-left: auto;
}

.ourDjangoDevelop {
    background: #fff;
    min-height: 341px;
    color: #062B39;
    padding: 1rem;
    border-radius: 7px;
    margin-top: 1.5rem;
    transition: all .3s ease-in;
}
.ourDjangoIcon {
    margin-bottom: 1rem;
}
.ourDjangoIcon img {
    width: 70px;
}
.ourDjangoDevelop h5 {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: .5rem;
}
.ourDjangoDevelop p {
    margin: 0;
}

.whyDjangoDevelop {
    width: 100%;
    background: #fff;
    color: #fff;
    padding: .85rem 1rem;
    min-height: 180px;
    border-radius: 6px;
    margin-top: 1.75rem;
    transition: all .3s ease;
}
.whyDjangoDevelop h4 {
    color: #062B39;
    font-size: 1.15rem;
    font-weight: 500;
    margin: 0rem 0rem .5rem;
}
.whyDjangoDevelop p {
    color: #3c3737;
    margin: 0;
}


/* ================= Hire Django Developers Design CSS Exit ================= */

/* ================= Case Study smartrelax-iot-enabled-massage CSS Start ================= */
section.smartrelaxIotBanner {
    background: #0099BB;
    min-height: 430px;
    padding: 40px 0;
}
.smartrelaxContent h1.text-white {
    font-size: 60px;
    font-weight: 800;
    line-height: 75px;
    margin-bottom: 0rem;
}

.smartrelaxHero {
    width: 100%;
    height: 430px;
}
.smartrelaxHero img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: msaageheroAnima 5s linear 3s infinite;
}
@keyframes msaageheroAnima{
    0%{transform:translateY(0px)}
    50%{transform:translateY(20px)}
    100%{transform:translateY(0px)}
}

.keyChallengesBox {
    margin-top: 0.8rem;
}

.keyChallengesBox img {
    height: 65px;
}

.keyChallengesBox h4 {
    font-size: 1.15rem;
    margin: .75rem 0 .3rem;
}

.massageChallengeImage img {
    height: auto;
    animation: msaageheroAnima 5s linear 3s infinite;
}

@keyframes keyChallengeAnim{
    0%{transform:translateY(0px)}
    50%{transform:translateY(20px)}
    100%{transform:translateY(0px)}
}



.loraCaseList h4.proposedList-h4 {
    font-size: 1.15rem;
    line-height: 30px;
    font-weight: 700;
    color: #393939;
    margin-bottom: 0.5rem;
}
.loraCaseList ul.proposedUl {
    padding-left: 20px;
}

.massageProcessAcordion .nav-pills .nav-link {
    color: #062B39;
    text-align: left;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    border: none;
    padding: 15px 0;
    padding-left: 0px;
    border-bottom: 1px solid #00AEEF;
    border-radius: 0px;
}
.massageProcessAcordion .nav-pills .nav-link:last-child {
    border-bottom: 0px;
}
.massageProcessAcordion .nav-pills .nav-link.active {
    color: #062B39;
    font-weight: 600;
    background-color: transparent;
}

.massageProcessAcordion .nav-pills .nav-link:focus-visible, .massageProcessAcordion .nav-pills .nav-link:focus {
    outline: 0px solid crimson;
}  

.massageProcessItem h3 {
    color: #062B39;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: .75rem;
}
.massageProcessItem p {
    margin: 0;
}
.massageProcessItem ul.massageList {
    list-style: disc;
    padding-left: 25px;
    margin: 12px 0;
}
.massageProcessItem ul.massageList li {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    line-height: 20px;
    margin-bottom: 5px;
}

.massageProcessItem ul.massageList li::marker {
    font-size: 12px;
}


/* ================= Case Study smartrelax-iot-enabled-massage CSS Exit ================= */

/* ================= Smart Agriculture Solutions CSS Start ================= */
section.smartAgriculture {
    background-image: linear-gradient(45deg, #655648, #504841);
    min-height: 430px;
    padding: 40px 0;
}

.smartAgricultureContent h1.bannerHead {
    color:#F2C716;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 1.2rem;
}
.smartAgricultureContent .consultBtn a {
    display: inline-block;
    min-width: 280px;
    background: #fff;
    color: #00AEEF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: .7rem 1.2rem;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}

.combinetwo h2.practAgri {
    margin-bottom: 1.5rem;
}

.agriculturePracticeItem {
    background: #fff;
    text-align: center;
    padding: 20px;
    margin-bottom: 1.5rem;
    border-radius: 20px;
    min-height: 404px;
}
.agriPractIcon {
    margin-bottom: 1rem;
}
.agriPractIcon img {
    width: 80px;
}

.agriculturePracticeText {
    color: #fff;
}
.agriculturePracticeBx:hover .agriculturePracticeText {
    opacity: 1;
}
.agriculturePracticeText h3 {
    font-size: 20px;
    color: #333;
}
.agriculturePracticeText p {
    font-size: 15px;
    color: #434B4F;
    margin: 0;
}

.agriculCaption h4 {
    color: #062B39;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    height: 35px;
}

section.sectionBox.AgriculareChoose {
    position: relative;
    min-height: 200px;
    background-image: url(../images/why-choose-agricalcure.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
section.sectionBox.AgriculareChoose::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #485f2b2e;
    width: 100%;
    height: 100%;
}

.AgriculareChooseText {
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}
.AgriculareChooseText h2 {
    color: #fff;
}
.AgriculareChooseText p {
    margin: 0;
}

.agricalTechnolyBx {
    background: #fff;
    padding: 15px;
    border-radius: 20px;
}
.agricalTechnolyBx img {
    max-width: 70px;
}
.agricalTechnolyBx h4 {
    font-size: 1.12rem;
    font-weight: 600;
    margin: 1rem 0 5px;
}

.analyticPartingBox.agrigatway {
    height: 330px;
}

.agrigatway .analyticPartingText {
    margin-bottom: 1rem;
}
.agricaltureGatewayList {
    list-style: disc;
    padding-left: 15px;
}
.agricaltureGatewayList li {
    font-size: 15px;
    margin-bottom: 10px;
}
.agricaltureGatewayList li:last-child {
    margin-bottom: 0px;
}

/* ================= Smart Agriculture Solutions CSS Exit ================= */

/* ================= Hire Bootstrap Developer CSS Start ================= */

section.hireBootstrap {
    background: #00033A;
    min-height: 430px;
    padding: 40px 0;
}
.hireBootstrapText h1 {
    color: #fff;
}
.hireBootstrapText .consultBtn a {
    display: inline-block;
    min-width: 280px;
    background: #fff;
    color: #00AEEF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: .7rem 1.2rem;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}

.hireBootleft h2 {
    font-size: 36px;
}

.bootstrapMastery {
    background: #fff;
    height: auto;
    min-height: 330px;
    color: #062B39;
    padding: 1.5rem 1.75rem;
    border-radius: 7px;
    margin-top: 1.5rem;
    transition: all .3s ease-in;
}
.masteryicon {
    margin-bottom: 1rem;
}
.masteryicon img {
    width: 70px;
}
.bootstrapMastery h5 {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: .5rem;
}
.bootstrapMastery p {
    margin: 0;
}

.industryBootstrap {
    display: grid;
    justify-content: center;
    align-items: center;
    background: #fff;
    min-height: 195px;
    padding: 1rem;
    margin-top: 1.5rem;
    border-radius: 6px;
    transition: all .4s ease-in;
    overflow: hidden;
}
.industryBootMix {
    text-align: center;
    transition: all .4s ease-in;
}
.industryBootMix img {
    max-width: 70px;
}
.industryBootMix h4 {
    font-size: 1.12rem;
    font-weight: 600;
    margin: 1rem 0 0;
}
.industryBootText {
    text-align: center;
    display: none;
    transition: all .4s ease-in;
}
.industryBootText h4 {
    font-size: 1.12rem;
    font-weight: 600;
}
.industryBootText p {
    font-size: .93rem;
    margin-bottom: 0px;
}
.industryBootstrap:hover .industryBootMix {
    display: none;
    transition: all .4s ease-in;
}
.industryBootstrap:hover .industryBootText {
    display: block;
    transition: all .4s ease-in;
}

.laravelAdvantage.bootDot::before {
    content: "";
    background: #B4EAFF;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.laravelAdvantage.bootDot::after {
    content: "";
    background: #00AEEF;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
}

/* ================= Hire Bootstrap Developer CSS Exit ================= */

/* ================= IoT-Based Smart Agriculture Solution CSS Start ================= */
section.iotSmartAgriculture {
    background: #1C549C;
    min-height: 430px;
    padding: 40px 0;
}

.iotSmartAgriHero {
    width: 100%;
    height: 430px;
}
.iotSmartAgriHero img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.iotArgricaltureProblem {
    background: #fff;
    padding: 20px;
    margin-bottom: 1.5rem;
    border-radius: 20px;
    min-height: 235px;
}

.iotProblemText h3 {
    font-size: 20px;
    color: #062B39;
}
.iotProblemText p {
    font-size: 15px;
    color: #434B4F;
    margin: 0;
}

.iotAgricaltureImplementNav {
    min-height: 354px;
    display: flex;
    align-items: center;
}
.iotAgricaltureImplementNav .nav-pills .nav-link {
    color: #575757;
    text-align: left;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    border: none;
    padding: 12px 0 12px 12px;
    border-radius: 0px;
    border-left: 5px solid transparent;
}
.iotAgricaltureImplementNav .nav-pills .nav-link:last-child {
    border-bottom: 0px;
}
.iotAgricaltureImplementNav .nav-pills .nav-link.active {
    color: #00AEEF;
    background-color: transparent;
    border-left: 5px solid #00AEEF;
}

.iotAgricaltureImplementNav .nav-pills .nav-link:focus-visible, .iotAgricaltureImplementNav .nav-pills .nav-link:focus {
    outline: 0px solid crimson;
}

.iotAgricaltureImplementBox {
    background: #fff;
    padding: 15px 20px;
    border-radius: 20px;
    box-shadow: 0px 0px 26px 0px #0000000F;
}

.iotAgricaltureImplementText h3 {
    color: #00AEEF;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0.5rem;
}
.iotAgricaltureImplementText p {
    color: #434B4F;
    margin-bottom: .3rem;
}
.iotAgricaltureImplementText p span {
    font-weight: 600;
}

.iotAgriList {
    list-style: disc;
    padding-left: 20px;
}
.iotAgriList li {
    color: #434B4F;
    font-size: 15px;
    margin-bottom: 5px;
}
.iotAgriList li::marker {
    font-size: 12px;
}
.iotAgriList li b {
    font-weight: 600;
}

.resultAgricalture .nav-pills .nav-link {
    color: #112441;
    text-align: left;
    background: transparent;
    font-size: 20px;
    font-weight: 600;
    border: none;
    padding: 25px 0;
    padding-left: 0px;
    border-bottom: 2px solid #E2E2E2;
    border-radius: 0px;
}
.resultAgricalture .nav-pills .nav-link:last-child {
    border-bottom: 0px;
}
.resultAgricalture .nav-pills .nav-link:focus-visible, .resultAgricalture .nav-pills .nav-link:focus {
    outline: 0px solid crimson;
}
.resultAgricalture .nav-pills .nav-link.active {
    color: #F89D22;
    background-color: transparent;
}

.resultAgricalture .nav-pills .nav-link.active p.resultPara {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    display: block;
    margin-top: .4rem;
}
.resultAgricalture .nav-pills .nav-link p.resultPara {
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    display: none;
    margin: 0;
}

.resultAgricaltureText img {
    width: auto;
}

/* ================= IoT-Based Smart Agriculture Solution CSS Exit ================= */


/* ================= Hire Ionic Developers CSS Start ================= */
section.hireIonicBanner {
    background: #00033A;
    min-height: 430px;
    padding: 40px 0;
}
/* .hireIonicBannerText h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
} */
.hireIonicBannerText .consultBtn a {
    display: inline-block;
    min-width: 280px;
    background: #fff;
    color: #00AEEF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: .7rem 1.2rem;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
    text-align: center;
}

.ionicHero {
    width: 100%;
    height: 430px;
}
.ionicHero img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.hireIonicleft h2 {
    font-size: 34px;
}

.ionicExceptionalBx {
    background: #fff;
    height: auto;
    min-height: 288px;
    color: #062B39;
    padding:1.25rem 1.35rem;
    border-radius: 7px;
    margin-top: 1.5rem;
    transition: all .3s ease-in;
}
.ionicExcepIcon {
    margin-bottom: 1rem;
}
.ionicExcepIcon img {
    width: 80px;
}
.ionicExceptionalBx h5 {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: .5rem;
}
.ionicExceptionalBx p {
    margin: 0;
}

/* ================= Hire Ionic Developers CSS Exit ================= */

/* ================= Hire Ruby on Rails Developers CSS Start ================= */
section.hireRubyonRailBanner {
    background: #636363;
    min-height: 430px;
    padding: 40px 0;
}
.hireRubyonRailBannerText h1 {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.hireRubyonRailBannerText .consultBtn a {
    display: inline-block;
    min-width: 280px;
    background: #fff;
    color: #00AEEF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: .7rem 1.2rem;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
}

.rubyRailOfferBox {
    background: #fff;
    height: auto;
    min-height: 260px;
    color: #062B39;
    padding: 1.25rem 1.35rem;
    border-radius: 7px;
    margin-top: 1.5rem;
    transition: all .3s ease-in;
}
.rubyOfferIcon {
    margin-bottom: 1rem;
}
.rubyOfferIcon img {
    width: 70px;
}
.rubyRailOfferBox p {
    margin: 0;
}

section.frequentSection {
    padding: 40px 0;
}
.faq-unorder-list ul {
    list-style: disc;
    padding-left: 1rem;
}
.faq-unorder-list ul li {
    color: #686868;
    font-size: 15px;
    font-weight: 400;
}

.faq-order-list ol {
    padding-left: 1rem;
    margin-bottom: 0;
}
.faq-order-list ol li {
    color: #686868;
    font-size: 15px;
    font-weight: 400;
}
.faq-order-list ol li span.faqBold {
    font-weight: 600;
}

/* ================= Hire Ruby on Rails Developers CSS Exit ================= */

/* ================= Brocher CSS Start ================= */
.brochureBanner {
    text-align: right;
    width: 100%;
}
.brochureBanner img {
    max-width: 900px;
    width: 100%;
}
.productCardbg.brochureBox {
    padding: 0rem;
    padding-bottom: 0px;
    background: transparent;
}
.brochurePdf {
    width: 100%;
    height: 360px;
    padding: 0rem;
}
.brochurePdf iframe {
    width: 100%;
    height: 100%;
    border-radius: 10px 10px 0px 0px;
    box-shadow: none;
    border: 1px solid #333;
    border-left: 0px;
}

.productCardLogo.brochQR {
    overflow: hidden;
    transition: .4s ease-in-out;
}

.productCardLogo.brochQR:hover {
    transform: scale(1.25);
    transition: .4s ease-in-out;
}

/* ================= Brocher CSS Exit ================= */

/* ================= Case Study Booking Portal for tour and travel agency CSS Start ================= */
section.bookingPortalBanner {
    background: #CB504B;
    min-height: 430px;
    padding: 40px 0;
}
.bookingPortalBannerText h1.bannerHead {
    color: #fff;
    font-size: 50px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 0;
}
.bookingPortalHero {
    width: 100%;
    height: 400px;
}
.bookingPortalHero img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.casestudyIiotContent.removeYellowborder h2 {
    margin: 0;
}
.sectionBox .casestudyIiotContent.removeYellowborder h2::before {
    display: none;
}

.numBlue {
    color: #00AEEF;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.45rem;
    margin-bottom: .35rem;
    display: inline-block;
}
.numYellow {
    color: #F89B1C;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.45rem;
    margin-bottom: .35rem;
    display: inline-block;
}
.numBlue.md {
    font-size: 2.5rem;
    line-height: 3.25rem;
    margin-bottom: .25rem;
}

.numYellow.md {
    font-size: 2.5rem;
    line-height: 3.25rem;
    margin-bottom: .25rem;
}
.numYellow.lg {
    font-size: 3.25rem;
    line-height: 3.75rem;
}

.iotAgricaltureImplementNav.heightNavCustomLeft {
    min-height: 320px;
}
.iotAgricaltureImplementBox.heightNavCustomRight {
    min-height: 260px;
    display: flex;
    align-items: center;
}

/* ================= Case Study Booking Portal for tour and travel agency CSS Exit ================= */
/* ================= Hire Back-end Developers Design CSS Start ================= */

section.banner-custom.red {
    background: transparent;
}
section.banner-custom.red-dark {
    background: #CB504B;
}
section.banner-custom.red-light {
    background: #ED7565;
}

.consultBtn a {
    display: inline-block;
    min-width: 280px;
    background: #fff;
    color: #00AEEF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    padding: .7rem 1.2rem;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
}
.backendExpertise {
    background: #fff;
    height: 348px;
    min-height: 260px;
    color: #062B39;
    padding: 1.25rem 1.35rem;
    border-radius: 7px;
    margin-top: 1.5rem;
    transition: all .3s ease-in;
}
.backendExpertIcon {
    margin-bottom: 1rem;
}
.backendExpertIcon img {
    width: 70px;
}
.backendExpertise h5 {
    font-size: 1.15rem;
}
.backendExpertise p {
    margin: 0;
}

/* ================= Hire Back-end Developers Design CSS Exit ================= */


/* ================= 5 Analog Input Modbus Rs 485 Gateway Design CSS Start ================= */
.orderList {
    list-style: disc;
    padding-left: 25px;
}
.orderList li {
    color: #5D677D;
    padding: 0;
    font-weight: 400;
    margin-bottom: 15px;
}

.analogModbusFlex {
    display: flex;
    gap: 10px;
}
.modbus30 {
    width: 30%;
    background: #E4F8FF;
    padding: 10px;
    display: flex;
    align-items: center;
}
.modbus70 {
    width: 70%;
    background: #E4F8FF;
    padding: 10px;
}

.specifyInput {
    background: #FFF1DE;
    color: #FF9300;
    padding: .45rem .75rem;
}
.specifyInput h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
}

/* ================= 5 Analog Input Modbus Rs 485 Gateway Design CSS Exit ================= */

/* ================= Audeohost Case Study: Bringing Screen Sound CSS Start ================= */
.audeohostList {
    list-style: disc;
    padding-left: 1rem;
}
.audeohostList li {
    line-height: 28px;
}
.audeohostList li::marker {
    font-size: 12px;
    color: #212529;
}

/* ================= Audeohost Case Study: Bringing Screen Sound CSS Exit ================= */

/* ================= Hire Front-End Developers Design CSS Start ================= */
.frontEntOfferLeft .nav-pills .nav-link {
    color: #062B39;
    text-align: left;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    border: none;
    padding: 15px 0;
    padding-left: 0px;
    border-bottom: 1px solid #00AEEF;
    border-radius: 0px;
}
.frontEntOfferLeft .nav-pills .nav-link.active {
    color: #062B39;
    font-size: 20px;
    font-weight: 600;
    background-color: transparent;
}

.frontEntOfferLeft .nav-pills .nav-link:last-child {
    border-bottom: 0px;
}
.frontEntOfferLeft .nav-pills .nav-link:focus-visible, .frontEntOfferLeft .nav-pills .nav-link:focus {
    outline: 0px solid crimson;
}

.frontEntOfferItem h3 {
    color: #062B39;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: .75rem;
}
.frontEntOfferItem p {
    margin: 0;
}
.frontEntOfferItem h4.relatedh4 {
    font-size: 18px;
    font-weight: 500;
    margin: .85rem 0 .65rem;
}

.frontEndFrameworkOuter {
    display: grid;
    justify-content: center;
    align-items: center;
    background: #fff;
    min-height: 185px;
    padding: 1rem;
    margin-top: 1.5rem;
    border-radius: 6px;
    transition: all .4s ease-in;
    overflow: hidden;
    box-shadow: 0px 0px 3px 0px #efe9e9;
}
.frontEndIcon {
    transition: all .4s ease-in;
}
.frontEndIcon img {
    height: 45px;
}

.frontEndFramework {
    text-align: center;
    transition: all .4s ease-in;
}
.frontEndFramework h4 {
    font-size: 1.12rem;
    font-weight: 600;
    margin: 1rem 0 0;
}
.frontEndFrameworkOuter:hover .frontEndFramework {
    display: none;
    transition: all .4s ease-in;
}

.frontEndFrameworkText {
    text-align: center;
    display: none;
    transition: all .4s ease-in;
}
.frontEndFrameworkText h4 {
    font-size: 1.12rem;
    font-weight: 600;
    margin: 1rem 0 0;
}
.frontEndFrameworkOuter:hover .frontEndFrameworkText {
    display: block;
    transition: all .4s ease-in;
}
.frontEndFrameworkText p {
    font-size: .93rem;
    margin-bottom: 0px;
}

/* ================= Hire Front-End Developers Design CSS Exit ================= */


/* ================= RS-232 to Ethernet Converter Design CSS Start ================= */
.rstoEtherConvertReview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}
.EtherConvertReviewBox {
    background: #fff;
    padding: .75rem;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 13px 27px 0 rgba(201, 201, 201, .45);
    transition: .4s;
}
.EtherConvertReviewBox:hover {
    box-shadow: 0 13px 27px 0 rgba(201, 201, 201, .72);
}
.EtherReviewStar ul {
    display: flex;
    justify-content: center;
    gap: .25rem;
}
.EtherReviewStar ul li {
    font-size: 14px;
    margin: 0;
    padding: 0;
    color: #ffc107;
}
.EtherReviewStar ul li .fas {
    margin: 0;
    padding: 0;
}
.EtherReviewIcon img {
    width: 60px;
}
.EtherConvertReviewBox h4 {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 5px;
}
.EtherConvertReviewBox p {
    font-size: 15px;
    margin: 2px 0 0;
}

/* ================= RS-232 to Ethernet Converter Design CSS Exit ================= */

/* ================= Vision Pro App Development Company CSS Start ================= */

.visionProApp {
    background: #fff;
    min-height: 320px;
    color: #062B39;
    padding: 1rem;
    border-radius: 7px;
    margin-top: 1.5rem;
    transition: all .3s ease-in;
}
.visionProApp h5 {
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: .5rem;
}
.visionProApp p {
    margin: 0;
}

.visionAppleGrid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 1rem;
}

.pythonConductBox.visionAppleBox h3.numcircle {
    font-size: 1.75rem;
    width: 50px;
    height: 50px;
}
.pythonConductBox.visionAppleBox::after {
    content: "";
    position: absolute;
    top: 18px;
    left: 4rem;
    background-image: url(../images/arrow-python.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 75%;
    height: 21px;
}

/* ================= Vision Pro App Development Company CSS Exit ================= */