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)
}

.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
}

.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
}

@media(min-width:768px) {
    .navbar {
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s
    }
    .navbar-default .navbar-brand {
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .navbar-default.navbar-shrink {
        padding: 0
    }
}

.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-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: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 {
    color: #fff
}

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

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

.blog_sec2_left {
    padding-top: 100px;
    padding-right: 50px
}

.blog_sec2_right {
    padding-top: 40px
}

.blog_sec2_right img {
    width: 100%;
    float: right
}

.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: 2%;
    margin-bottom: 1em
} */

.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
}

@media(max-width:767px) {
    .iot_bann_img {
        display: none
    }
    .IOT_dev_banner h2.top_sub_head {
        margin-top: 0!important
    }
    .iot_tech h3 {
        background-color: #fabc05;
        color: #000
    }
    .technology_box.mob_tech h3 {
        background: #ee4132;
        color: #000
    }
    .web_tech h3 {
        background: #77b202;
        color: #000
    }
    .frontent_tech h3 {
        background: #f75314;
        color: #000
    }
    .Cloud_tech h3 {
        background: #1adabd;
        color: #000
    }
    .smart-factories .cnt_block_next {
        min-height: auto
    }
    .client-desktop-view {
        display: none
    }
    .owl-carousel-client {
        display: block!important;
        margin-top: 20px
    }
    .owl-stage-outer * {
        height: 100%
    }
    .mobile_view.owl-carousel .item {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 75px
    }
    .mobile_view.owl-carousel .owl-item img {
        display: inline-block;
        height: auto;
        width: auto;
        max-width: 100%
    }
    .timeline-split .timeline {
        padding: 50px 20px
    }
    .timeline-split .timeline h3 {
        font-size: 19px
    }
    .timeline-split .timeline .block.block-left::after {
        left: -80px
    }
    .timeline-split .timeline::after {
        left: 9px
    }
    .timeline-split .timeline::before {
        left: 0
    }
    .timeline-split .timeline .circle {
        left: 2px
    }
    .timeline-split .timeline .block {
        width: 100%!important;
        text-align: left;
        padding-left: 20px
    }
    .timeline-split .timeline .block::before {
        left: -17px
    }
    .timeline-split .timeline .block.block-left {
        text-align: left;
        margin-top: 20px
    }
    .timeline-split .timeline .block.block-right {
        margin-left: 0;
        margin-top: 20px
    }
    .timeline-split .timeline .block.block-right::before {
        left: -17px
    }
}

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
}

.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: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
}

@media(min-width:520px) {
    .casestudies {
        -webkit-box-flex: 0;
        flex: 0 0 calc((100% / 2) - 20px)
    }
}

@media(min-width:860px) {
    .casestudies {
        -webkit-box-flex: 0;
        flex: 0 0 calc((100% / 3) - 20px)
    }
}

.casestudies:nth-child(3n) {
    margin-right: 0
}

/* .casestudies_all_img_boxs {
    border-radius: 15px 15px 0 0;
    overflow: hidden
} */
.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
}

.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: 0 0 30px
}

.case_study3_banner .blog_sec2_left {
    padding-top: 30px
}

.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
}

@media(min-width:768px) {
    .process {
        display: inline-block
    }
    .process__item {
        width: 49%;
        display: inline-block
    }
}

@media(min-width:1200px) {
    .process {
        display: -webkit-box;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -webkit-box-pack: justify;
        justify-content: space-between
    }
    .process__item {
        width: 100%
    }
    .process__item:not(:last-of-type)::after {
        content: "";
        width: 1px;
        height: 75%;
        background: #8c8c8c;
        position: absolute;
        right: 0;
        top: 50%;
        opacity: .2;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.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: 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: -22px;
    right: 15%;
    width: 120px;
    height: 120px;
    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-weight: 600;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9
}

.slider4 .backend {
    transform: matrix(0, -1, 1, 0, 0, 0);
    opacity: .2;
    position: absolute;
    left: -160px;
    bottom: 120px;
    z-index: 9;
    font-size: 90px;
    font-weight: 600;
    color: #1aa28b
}

.slider4 .frontend {
    transform: matrix(0, 1, -1, 0, 0, 0);
    opacity: .4;
    position: absolute;
    right: -180px;
    z-index: 9;
    top: 150px;
    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-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
}

.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: 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 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
}

@media(max-width:767px) {
    .swiper-wrapper {
        flex-direction: column
    }
    .swiper-container {
        overflow: visible;
        height: auto
    }
    .swiper-slide {
        flex-shrink: 0;
        width: 100%;
        height: 100%;
        position: relative;
        transition-property: transform;
        background: linear-gradient(to bottom, #b5b3b3, transparent);
        margin: 2em 0 0;
        padding: 2em 0
    }
}

.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
}

@media screen and (max-width:900px) {
    .amus_timeline.timeline ul li div {
        width: 250px;
        font-size: 14px
    }
    .amus_timeline.timeline ul li:nth-child(even) div {
        left: -289px
    }
    .ca_expertise.mt-5 .col {
        flex: 0 0 48%
    }
    .col-md-12.feature_saas .row {
        justify-content: center
    }
    .col-md-12.feature_saas .col {
        flex: 0 0 45%;
        margin: 0 5px 10px!important
    }
    .cloud_computing .nav-tabs .nav-item {
        flex: 1;
        margin: 0
    }
    .cloud_computing .tab-content>.tab-pane {
        margin: 0 -15px;
        background: 0 0!important
    }
    .cloud_computing .tab-content ul li {
        flex: 0 0 45%;
        margin: 5px
    }
    .three_benefits ul {
        flex-wrap: wrap
    }
    .three_benefits ul li {
        flex: 0 0 100%
    }
}

@media screen and (max-width:600px) {
    .amus_timeline.timeline ul li {
        margin-left: 20px
    }
    .amus_timeline.timeline ul li div {
        width: calc(100vw - 91px);
        font-size: 14px
    }
    .amus_timeline.timeline ul li:nth-child(even) div {
        left: 45px;
        text-align: left
    }
    .amus_timeline.timeline ul li:nth-child(even) div::before {
        left: -15px;
        border-width: 8px 16px 8px 0;
        border-color: transparent #09aeef transparent transparent
    }
    .ca_expertise.mt-5 .col {
        flex: 0 0 48%
    }
    .col-md-12.feature_saas .row {
        justify-content: center
    }
    .col-md-12.feature_saas .col {
        flex: 0 0 45%;
        margin: 0 5px 10px!important
    }
    .cloud_computing .nav-tabs .nav-item {
        flex: 1;
        margin: 0
    }
    .cloud_computing .tab-content>.tab-pane {
        margin: 0 -15px;
        background: 0 0!important
    }
    .cloud_computing .tab-content ul li {
        flex: 0 0 45%;
        margin: 5px
    }
    .three_benefits ul {
        flex-wrap: wrap
    }
    .three_benefits ul li {
        flex: 0 0 100%
    }
    .banner_area .req_quote {
        margin: auto
    }
}

.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)
}

.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;
}

@media only screen and (min-width:320px) and (max-width:479px) {
    .elearning_banner img {
        display: none
    }
    section.luking_simi.elean-luking h2.section_heading br {
        display: block!important
    }
    .col-md-12.feature_saas .col:nth-child(2) h4:after,
    .col-md-12.feature_saas .col:nth-child(2) h4:before {
        display: none
    }
    .row.easy-learn .col:last-child,
    .row.easy-learn .col:nth-child(2) {
        order: unset
    }
    .e_learning.industry_focused .nav-tabs {
        border-bottom: 0;
        border: 0
    }
    .e_learning.industry_focused .tab-content ul li {
        flex: 0 0 49%
    }
    .featu_elearn ul {
        column-count: 1
    }
    .elearn_techno ul li {
        flex: 0 0 49%;
        flex: 0 0 49%;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .e_learning.industry_focused .nav-item {
        margin-bottom: 5px;
        flex: 0 0 100%
    }
    .featu_elearn ul li {
        display: flex
    }
    header.sticky-header {
        height: 60px
    }
    .cloud_based_dev_serv.ios_custom_req ul li {
        flex: 0 0 100%;
        margin: 0;
        margin-bottom: 3em
    }
    ul.ios_app_benef {
        width: 100%;
        margin: 2em auto 0
    }
    ul.ios_app_benef li {
        flex: 0 0 100%
    }
    .android_mob_view {
        flex-wrap: wrap
    }
    .android_mob_view ul {
        flex: 0 0 100%!important;
        padding: 0!important;
        text-align: center!important
    }
    .android_mob_view img {
        display: none
    }
    .feature_saas.deal_areas .col,
    .feature_saas.deal_areas .col:first-child {
        flex: 0 0 45.5%!important
    }
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item .nav-link {
        min-width: 0;
        padding: 0;
        opacity: .3;
        font-size: 14px
    }
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item .nav-link.active {
        opacity: 1
    }
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item {
        flex: 0 0 48%;
        margin-right: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 14px
    }
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item:nth-child(2n) {
        margin-right: 0
    }
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item .nav-link img {
        max-width: 35px
    }
    .col-md-12.prog_navs {
        display: flex
    }
    .cloud_computing.industry_focused.technlogies_prog .tab-content {
        border: 1px solid #09aeef;
        border-radius: 5px;
        flex: 1;
        margin-left: 5px
    }
    .cloud_computing.industry_focused.technlogies_prog.industry_focused .nav-tabs {
        border: 1px solid #09aeef;
        border-radius: 5px;
        padding: .5em;
        max-width: 110px
    }
    .cloud_computing.industry_focused.technlogies_prog .tab-content ul {
        margin-top: 0;
        padding: 0
    }
    .cloud_computing.industry_focused.technlogies_prog .tab-content ul li {
        flex: 0 0 100%;
        padding: 1em 0 .2em;
        margin: 0
    }
    .android_app_banner {
        background: #ffce8c!important
    }
    .benefit_abt {
        padding: 0
    }
    .benefit_data {
        text-align: center
    }
    .benefit_abt ul:first-child,
    .benefit_abt ul:last-child {
        flex: 1;
        padding: 0
    }
    .benefit_abt ul:first-child li,
    .benefit_abt ul:last-child li {
        flex: 1;
        padding: 0;
        display: flex;
        flex-direction: column
    }
    .benefit_abt ul li:last-child {
        margin-bottom: 1.5em
    }
    .benefit_abt ul li span {
        position: static
    }
    .benefit_abt {
        flex-direction: column
    }
    .benefit_abt ul li span {
        display: block;
        width: 90px;
        height: 90px;
        margin-right: 10px
    }
    .benefit_abt ul:first-child li span {
        margin: 0 0 0 10px
    }
    .benefit_abt ul li span img {
        max-width: 90%
    }
    .work_done_img {
        margin-top: 1em
    }
    .frame__body {
        width: 290px;
        height: 275px
    }
    .about_cta ul li {
        margin: 0;
        flex: 0 0 100%
    }
    .expertise.about_subsec .swiper-slide h2 {
        font-size: 25px;
        margin-top: 2em
    }
    .swiper-slide {
        padding: 0
    }
    .about_subsec .tab-content {
        padding: 1em 0 0
    }
    .knw_more a:last-child {
        margin: 0
    }
    .expertise.about_subsec .expertise_div ul li {
        font-size: 15px
    }
    .swiper-container-vertical .swiper-slide .tab-content>.active {
        background: 0
    }
    .about_banner.banner_area img {
        display: none
    }
    .about_subsec .nav-pills li {
        min-width: 100px;
        min-height: 100px
    }
    .about_subsec .nav-pills .nav-link {
        padding: .5em;
        font-size: 12px
    }
    .about_subsec .nav-pills .nav-link .svg_button svg {
        max-width: 35px;
        max-height: 35px
    }
    .compare_hs h2 {
        font-size: 20px
    }
    .compare_hs h3 {
        font-size: 16px;
        color: #09aeef
    }
    .compare_hs .caompare_ul>ul li {
        font-size: 10px;
        padding: 5px;
        min-height: 55px
    }
    .caompare_ul>ul:first-child li {
        padding-right: 5px
    }
    .caompare_ul>ul:nth-child(2) li {
        padding-left: 5px
    }
    .caompare_ul>ul:first-child:before {
        display: none
    }
    .caompare_ul>ul li:first-child,
    .caompare_ul>ul:first-child li:first-child {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .caompare_ul>ul li:first-child b,
    .caompare_ul>ul:first-child li:first-child b {
        font-size: 12px
    }
    .ML_banner {
        background-image: linear-gradient(45deg, #003c71, #408cd0 45%, #003c71)!important
    }
    .AI_banner {
        background-image: linear-gradient(to right, #7a66a2, #7a66a27a, #7a66a2)!important
    }
    .AI_banner .text-white,
    .ML_banner .text-white {
        align-items: center
    }
    .ai_need ul {
        flex-wrap: wrap
    }
    .ai_need ul li,
    .iot_consult_services.ml_solutions ul li {
        flex: 0 0 100%;
        margin-right: 0
    }
    .ai_need ul li {
        margin-bottom: 6em
    }
    div#main-slider .carousel-indicators {
        display: block;
        text-align: center;
        bottom: -30px
    }
    div#main-slider .carousel-indicators li {
        width: 9px;
        height: 9px;
        display: inline-block
    }
    .banner_area.blockchain_dev_banner {
        background-color: #f1fffd
    }
    .hire_blockchain_deve h2,
    .key_benefits_blockchain h2 {
        font-size: 20px
    }
    .benef_cont h3 {
        font-size: 15px
    }
    .benef_cont p,
    .hire_blockchain_deve p {
        font-size: 12px
    }
    .hire_blockchain_deve,
    .key_benefits_blockchain {
        padding: 1em 0
    }
    .banner_area.blockchain_dev_banner a.req_quote {
        margin: 0 auto!important
    }
    .IOT_dev_banner {
        background-image: linear-gradient(45deg, #013e6fc2, #074876, #013e6fc9)!important
    }
    .IOT_dev_banner.banner_area .req_quote {
        font-size: 12px
    }
    .IOT_dev_banner.banner_area.react_native_mob_img .req_quote{
         padding-top: 12px;
         font-size: 14px;
     }

     .flutter-head.flutter_head_mob{
        padding: 0px 0px;
     }

     .flutter-head.flutter_head_mob a {
        display: block;
        text-align: center;
    }

    .cloud_computing .nav-tabs .nav-item .nav-link {
        min-width: 0
    }
    .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
    }
    .industry_focused .nav-tabs {
        border: 1px solid #09aeef;
        border-radius: 5px;
        padding: 1em 0 .5em
    }
    .industry_focused .tab-content.text-left {
        margin-top: 1em
    }
    .industry_focused .tab-content>.active {
        display: block;
        background: rgba(9, 173, 239, .3);
        border-radius: 5px
    }
    .iot_serv_sec {
        min-height: 0;
        margin-top: 1em
    }
    .carousel-indicators li {
        width: 12px;
        height: 12px
    }
    .idea_2_iot h2 {
        font-size: 20px
    }
    .case_study_IOT:before {
        display: none
    }
    .carousel-item h2 {
        font-size: 20px;
        margin-top: 1em
    }
    .idea_2_iot form {
        margin: 0 auto;
        max-width: 250px
    }
    .idea_2_iot form input {
        max-width: 250px;
        margin: 0;
        margin-bottom: 1em
    }
    .idea_2_iot form button {
        max-width: 250px
    }
    .industry_focused .nav-tabs .nav-link .svg_thumb {
        width: 65px;
        height: 65px
    }
    .industry_focused .nav-tabs .nav-link .svg_thumb svg {
        max-width: 40px
    }
    .industry_focused a.nav-link {
        font-size: 15px;
        padding: .3em;
        min-width: 90px
    }
    .iot_serv_sec h3 span {
        width: 75px;
        height: 75px
    }
    .iot_serv_sec h3 span img {
        max-width: 50px
    }
    .iot_solutions .col-md-12>ul {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0
    }
    .iot_solutions .col-md-12>ul>li {
        flex: 0 0 48%;
        margin: 1.5em 0
    }
    .ai_need h2,
    .industry_focused h2,
    .iot_consult_services h2,
    .iot_solutions h2 {
        font-size: 26px;
        margin-bottom: 1em
    }
    .industry_focused p,
    .iot_serv_sec ul li {
        font-size: 12px
    }
    .iot_serv_sec ul li:before {
        width: 5px;
        height: 5px
    }
    .sol_icon {
        width: 54px;
        height: 54px
    }
    .sol_icon img {
        max-width: 25px
    }
    .iot_solutions ul li:nth-child(even) .sol_icon:before,
    .iot_solutions ul li:nth-child(odd) .sol_icon:before {
        left: 54px;
        height: 1px;
        width: 50px;
        top: 27px
    }
    .iot_solutions ul li:nth-child(even) .sol_icon:after,
    .iot_solutions ul li:nth-child(odd) .sol_icon:after {
        left: 95px;
        width: 10px;
        height: 10px;
        top: 22.3px
    }
    .iot_solutions ul li h4,
    .iot_solutions ul li:nth-child(even) h4 {
        transform: unset;
        left: 115px;
        top: 20px;
        text-align: left
    }
    .iot_solutions .col-md-12>ul:after {
        display: none
    }
    .solu_more {
        min-width: 175px;
        width: 100%;
        min-height: 0;
        transform-origin: left
    }
    .solu_more h6 br {
        display: none
    }
    .solu_more ul {
        column-count: 2;
        width: 100%
    }
    .solu_more ul li {
        font-size: 12px
    }
    .col_ul .col_li {
        flex: 0 0 50%;
        padding: 15px;
        min-height: 150px
    }
    h2.robotics_tools_h2 {
        font-size: 16px;
        padding: 10px
    }
    .filter_heading {
        margin: 2em 0 3em
    }
    .filter_heading h1 {
        font-size: 25px
    }
    .filter_heading .dropdown {
        top: 50px
    }
    .filter_heading .dropdown .dropdown-menu .dropdown-item {
        color: #333
    }
    .casestudies {
        margin: 10px 0
    }
    .casestudies_all_bottom h2 {
        font-size: 15px
    }
    .casestudies_all_bottom p {
        font-size: 14px
    }
    .call_us_pop {
        width: 95px;
        padding: 2px;
        height: 30px;
        line-height: 13px
    }
    .float_form ul li:nth-child(2):hover .call_us_pop {
        margin-left: 30px
    }
    .call_us_pop a {
        font-size: 10px;
        display: block
    }
    .req_quote_banner h1+p.para_style.text-white,
    h1.section_heading {
        color: #000!important
    }
    .form_shadow h3 {
        font-size: 20px
    }
    .form_holder ul.coonect_with {
        flex-wrap: wrap
    }
    .form_holder ul.coonect_with li a svg {
        max-width: 30px;
        height: 30px
    }
    .form_holder ul.coonect_with li>a {
        height: 50px;
        width: 50px
    }
    .form_holder ul.coonect_with li h5 {
        font-size: 10px;
        font-weight: 700
    }
    .form_holder .form_shadow {
        padding: 1em;
        margin-top: 0
    }
    .form_holder ul.coonect_with li {
        margin: 0 5px
    }
    .float_form ul li img {
        max-width: 30px
    }
    .form_shadow h4 {
        font-size: 15px;
        padding: 0 10px
    }
    #reqQuote_form .form-row input,
    #reqQuote_form .form-row select {
        padding: 7px 10px;
        font-size: 12px
    }
    .form-group.col-md-12.budget-group label {
        font-size: 12px
    }
    .budget-known .custom-control-label {
        font-size: 14px
    }
    .budget-known .custom-control-label::before {
        top: 0;
        width: 20px;
        height: 20px
    }
    div#req_submit {
        margin-top: 10px
    }
    button.btn.btn-primary.form_validation {
        font-size: 15px
    }
    .soacial_way ul li img {
        max-width: 35px
    }
    .custom-control-label::after {
        left: 3px
    }
    .us_in_num {
        right: -40px;
        transform-origin: bottom;
        height: auto;
        width: auto;
        display: flex;
        justify-content: center;
        width: 125px;
        padding: 5px;
        border-radius: 5px
    }
    .form_holder ul.coonect_with li.call_us:hover .us_in_num {
        z-index: 0;
        right: -35px;
        top: -60px;
        transform: scale(1);
        transition: all 1.2s;
        width: 125px
    }
    .us_in_num a {
        font-size: 12px
    }
    .us_in_num:after {
        content: "";
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid;
        border-top-color: #0bd8f8;
        position: absolute;
        bottom: -10px;
        width: 0;
        height: 0;
        display: block
    }
    header.sticky-header .promo_link {
        position: static
    }
    header.promo_show.sticky-header .navbar.navbar-shrink {
        top: 0
    }
    .promo_link h3 {
        font-size: 10px;
        line-height: 16px
    }
    .promo_link a {
        font-size: 8px;
        padding: 3px 7px;
        border-radius: 3px
    }
    .portfolio_li {
        flex-wrap: wrap;
        margin-bottom: 15px
    }
    .portfolio_detail {
        flex: 0 0 100%;
        padding-right: 0
    }
    .portfolio_thumbnail {
        flex: 0 0 100%
    }
    .portfolio_slider .fix_portfoilo_title {
        display: none
    }
    .portfolio_li .portfolio_detail .key-features {
        text-align: left!important;
        font-size: 22px;
        font-weight: 600
    }
    .portfolio_li .portfolio_detail .key-features+p {
        font-size: 14px;
        text-align: justify
    }
    .img-pos>img {
        display: none
    }
    .tab-links nav {
        flex-wrap: wrap
    }
    .anchor-link {
        flex: 0 0 50%;
        text-align: center;
        margin-bottom: 20px
    }
    .anchor-link a img {
        width: 40px
    }
    .anchor-link a {
        font-size: 16px;
        font-weight: 400
    }
    .anchor-link a span+img {
        width: 25px
    }
    .img-pos h2 {
        font-size: 20px
    }
    .expandWrpr {
        padding: 15px 0
    }
    .img-pos p {
        font-size: 12px
    }
    .btn-shutter-more {
        font-size: 10px
    }
    label.close_tab {
        right: 5px;
        top: 5px
    }
    .smp_niche_ideas.CF_solut_tool ul li {
        flex: 0 0 49%
    }
    .best_part_of_CF h2 {
        font-size: 18px;
        padding: 15px
    }
    .best_part_of_CF h3 {
        font-size: 14px;
        padding: 0 15px;
        line-height: 1.5
    }
    .banner_area.amadeus_banner {
        background-color: #9deafe;
        background-image: unset
    }
    .client_require.other_api_serv.ama_benefits ul {
        column-count: 1;
        margin: 1em 0
    }
    .client_require.other_api_serv.ama_benefits ul li {
        margin: 0 0 .9em
    }
    .smp_niche_ideas.ama_features ul li {
        flex: 0 0 49%
    }
    .img_ama_box {
        width: 100px;
        height: 100px;
        border: 5px solid #ccc
    }
    .smp_niche_ideas ul li img {
        max-width: 45px
    }
    .smp_niche_ideas ul li h4 {
        font-size: 12px
    }
    .client_require.amad_services,
    .smp_niche_ideas.ama_features {
        padding: 1em 0
    }
    .client_require.other_api_serv ul li {
        margin: 0;
        font-size: 12px
    }
    #reqQuote_form .form-row {
        width: auto
    }
    .req_a_quote h1 {
        font-size: 22px;
        color: #fff
    }
    .req_a_quote .col-md-6.text-left h2 {
        font-size: 16px
    }
    .req_a_quote p {
        font-size: 12px;
        color: #fff
    }
    .process.req_process ul {
        width: 100%
    }
    .process ul li {
        margin-bottom: 0;
        display: flex;
        flex-direction: column
    }
    .process ul li p {
        width: 100%;
        padding-left: 40px;
        font-size: 12px
    }
    .process ul li h3 {
        font-size: 18px;
        display: flex;
        align-items: center;
        margin-left: 0
    }
    .process ul li h3 b {
        margin-right: 10px
    }
    .banner_area,
    .banner_area.market_place {
        min-height: 150px;
        padding: 1em 0;
        text-align: center;
        background-color: #edffff;
        background-image: unset
    }
    .banner_area h1 {
        font-size: 22px;
        margin-top: 0!important
    }
    .banner_area h1 br {
        display: none
    }
    .banner_area h2 {
        font-size: 16px
    }
    .banner_area h2 br {
        display: none
    }
    .banner_area .req_quote {
        padding: 5px 10px;
        font-size: 12px;
        min-width: 150px;
        font-weight: 600;
        margin: 0 auto!important;
        border-radius: 5px
    }
    .client_deliv,
    .client_require,
    .client_require.other_api_serv,
    .fleet_assets,
    .intero_area,
    .intero_area.intro_amadeus,
    .key_modules,
    .req_quote_fleet,
    .vehicle_mgmt_feat,
    section.luking_simi {
        padding: 1em 0
    }
    .client_require.cr_img_left .container-fluid>.row {
        flex-direction: column-reverse
    }
    .section_heading.heading_after:after {
        display: none
    }
    .section_heading {
        font-size: 25px;
        margin-bottom: .5em
    }
    .section_heading br {
        display: none
    }
    .para_style {
        font-size: 12px
    }
    .intero_area img {
        max-width: 300px
    }
    .sec_sub_heading {
        font-size: 15px;
        margin: .2em 0;
        font-weight: 700
    }
    .feat_cont h4 {
        font-size: 22px
    }
    .feat_img.rounded-circle {
        width: 100px;
        height: 100px;
        padding: 30px
    }
    .feat_cont p {
        max-width: 100%
    }
    .feat_cont {
        margin-left: 10px;
        flex: 0 0 75%
    }
    .key_modules ul li img {
        max-width: 55px
    }
    .client_require ul li {
        font-size: 12px;
        margin-bottom: .9em
    }
    .client_require ul li:before {
        width: 8px;
        height: 8px;
        top: 4px
    }
    .con_req a {
        border-radius: 5px;
        font-weight: 600;
        min-width: 140px;
        padding: 7px 5px;
        font-size: 12px;
        margin: 0
    }
    .key_modules ul li {
        padding: 10px;
        margin-bottom: 1em;
        flex: 0 1 auto
    }
    .client_require img {
        max-width: 300px;
        margin: 0 auto;
        display: inherit
    }
    .best_fit_img {
        flex-direction: column
    }
    .best_fit_img img {
        max-width: 200px
    }
    .services-develop-text-wrapper {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .services-develop-text-wrapper h1 {
        font-size: 30px
    }
    .services-develop-text .services-develop-text-wrapper {
        padding: 20px 0
    }
    .portfolio,
    .services-develop-text {
        min-height: 200px
    }
    .need_paddi h3 {
        text-align: center
    }
    .analysis_box.Our_Web_application_after p,
    .known_boxs.Our_Web_application_after p {
        text-align: left
    }
    .team_composition_img {
        text-align: center
    }
    .team_composition_img img {
        float: none
    }
    .about-section2 .as_parent_box p {
        text-align: left
    }
    .robotics_h4 {
        font-size: 16px;
        text-align: center
    }
    .about-section2 .as_parent_box .robotics_h4 {
        text-align: left
    }
    .development h4 {
        text-align: center
    }
    .cnt-block.consulting_equal_hight {
        min-height: auto
    }
    .ux-ui-banner {
        background-image: linear-gradient(45deg, #f7a817, #fac938);
        padding-top: 1em
    }
    .ui_ux_second_sec h3+p {
        font-size: 14px
    }
    .Product_eng {
        width: 100%
    }
    .amusement-park-text h3 {
        font-size: 20px;
        text-align: center
    }
    .managment-trip-wrapper {
        min-height: auto
    }
    .managment-content .robotics_h3,
    .robotics_h3 {
        font-size: 18px;
        text-align: center
    }
    .service-box {
        padding: 0
    }
    .service-content h3 a {
        font-size: 18px
    }
    .mobile-app p {
        font-size: 14px;
        text-align: center
    }
    .mobile-app h2,
    .robotics_h2 {
        font-size: 20px;
        text-align: center;
        margin-top: 20px
    }
    .whats-seo-text h1 {
        padding-top: 2em;
        line-height: normal;
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px
    }
    .mob_app_main_heading {
        font-size: 20px;
        font-weight: 600
    }
    .ux-ui-banner .advantages {
        margin-top: 0
    }
    .advantages h1 {
        display: block
    }
    .smart-factories ul li h2 {
        margin-bottom: .5em;
        font-size: 18px
    }
    .advantages h1:after,
    .smart-factories ul li h2:after {
        bottom: -10px;
        width: 60px
    }
    .advantages ul li img {
        max-width: 40px
    }
    .smart-factories .cnt-block h3 {
        font-size: 15px;
        font-weight: 600
    }
    .cloud-box .equal-hight {
        min-height: auto
    }
    section.career iframe {
        width: 100%!important
    }
    section.career iframe .hs-input {
        width: 100%;
        max-width: 100%
    }
    .nation_ios {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .nation_ios_boxs {
        border: #eee solid 1px;
        text-align: center;
        padding: 10px;
        min-height: auto;
        flex: 0 0 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 150px
    }
    .nation_ios_boxs_img {
        min-height: auto
    }
    .nation_ios_boxs_img img {
        max-width: 100%;
        height: auto;
        max-height: 75px
    }
    .nation_ios h3 {
        font-size: 15px
    }
    .nation_ios_boxs p {
        font-size: 14px
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none
    }
    .why-choose-column .why-text {
        position: static;
        transform: initial;
        text-align: center
    }
    .why-choose-column img {
        width: 45px;
        height: 45px
    }
    .why-choose-column {
        height: auto!important;
        flex-wrap: wrap
    }
    .why-choose-column .why-text h3 {
        font-size: 14px;
        margin-bottom: 5px
    }
    .why-choose-column p {
        text-align: left;
        font-size: 10px
    }
    .new_technology_sec .col_2 {
        flex: 100%;
        margin-right: 0;
        padding: 0 15px
    }
    .section8 h1 {
        font-size: 30px;
        margin-bottom: 20px
    }
    .section6 {
        margin-bottom: 10px;
        background: #fff;
        padding: 15px 0
    }
    .achivement-box {
        padding: 15px;
    }
    .achivement-box span.count {
        font-size: 18px
    }
    .achivement-box h4 {
        font-size: 12px
    }
    .bg-video h2,
    .domain_heading,
    .section6 h2,
    .section7 h2,
    .section8 h2 {
        font-size: 25px;
        padding: 0
    }
    .text-con-app {
        padding: 15px 0
    }
    .tab .nav-tabs li[role=presentation] {
        flex: 0 0 49%;
        margin: 5px auto
    }
    .tab .nav-tabs li a {
        display: flex;
        font-size: 12px;
        text-transform: capitalize;
        padding: 7px 5px;
        background: #ccc;
        align-items: center;
        justify-content: center
    }
    .tab .nav-tabs li a.active {
        background-color: #fabc05;
        color: #000;
        border-radius: 0;
        border-color: #fabc05
    }
    .tab .tab-content {
        padding: 10px
    }
    .tab .nav-tabs li a:after,
    .tab .nav-tabs li a:before {
        display: none
    }
    .footer-top {
        padding-top: 15px
    }
    .footer-top h2 {
        margin: 20px 0 0;
        padding: 0 0 5px
    }
    .navbar-toggler {
        padding-right: 0
    }
    .navbar-light .navbar-brand {
        width: 45%!important
    }
    #navbar.sticky.navbar-light .navbar-brand {
        width: 35%!important;
        margin: 5px 0
    }
    .navbar-light .navbar-brand {
        width: 35%
    }
    .container-fluid {
        width: 100%;
        padding: 0 15px
    }
    .park-banner.crypto_fund.decentralized_banner {
        height: 220px!important;
        background: #fff;
        text-align: center
    }
    .park-banner.crypto_fund.decentralized_banner .park-text-content {
        margin-top: 2em
    }
    .park-banner.crypto_fund.decentralized_banner .park-text-content h1 {
        font-size: 20px
    }
    .park-banner.crypto_fund.decentralized_banner .park-text-content h2 {
        font-size: 16px
    }
    .park-banner.crypto_fund.decentralized_banner .park-text-content .button-trip a {
        padding: 0 20px;
        line-height: 40px
    }
    section.categ_sect ul {
        flex-wrap: wrap;
        justify-content: space-between
    }
    section.categ_sect ul li,
    section.categ_sect ul li:first-child {
        margin: 0 0 15px;
        flex: 0 0 48%
    }
    h2.fund_sec_heading {
        font-size: 20px
    }
    .fund_para {
        font-size: 14px
    }
    section.benefit_feat ul li,
    section.categ_sect ul li {
        font-size: 14px
    }
    .need_create .managment_trip_left ul li {
        line-height: 2;
        font-size: 14px
    }
    .need_create {
        padding: 2em 0 25vw;
        background-size: contain
    }
    .managment-trip_images_side {
        display: none
    }
    section.fund_manager .fund_sec_heading {
        margin-top: 20px;
        text-align: center
    }
    .blist_para {
        font-size: 15px
    }
    .timeline-split .timeline p {
        font-size: 14px
    }
    .timeline-split .timeline .block.block-right h3 img {
        margin-right: 5px;
        max-width: 30px
    }
    .timeline-split .timeline .block.block-left h3 img {
        margin-right: 0;
        margin-left: 5px;
        float: left;
        max-width: 30px
    }
    .timeline-split .timeline h3 {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }
    .timeline-split .timeline .block.block-left h3 {
        flex-direction: row-reverse;
        justify-content: flex-end
    }
    .thumbnail_img img {
        max-width: 45px
    }
    section.categ_sect.key_to_use ul li .thumbnail_img img {
        max-width: 70%
    }
    .carousel-item .desk_img {
        display: none
    }
    #main-slider .carousel-caption {
        position: static;
        text-align: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    .footer-form .form-group {
        display: inline-flex;
        flex-direction: column
    }
    .form-text h2 {
        font-size: 20px
    }
    .footer-form .form-group input {
        margin-top: 20px;
        border-radius: 5px
    }
    .submit-form {
        margin-top: 5px
    }
    .submit-form .sub_btn {
        border-radius: 5px
    }
    .park-banner.crypto_fund.decentralized_banner .park-text-content .button-trip {
        text-align: center
    }
    .order_mgmt_img img {
        max-width: 100%
    }
    .park-banner.catalog_mgmt.decentralized_banner {
        background-color: #ffb000;
        height: auto;
        background-image: none
    }
    .park-banner.catalog_mgmt.decentralized_banner .park-text-content {
        margin-top: 0;
        padding-right: 0;
        text-align: center;
        padding: 20px 0
    }
    .park-banner.catalog_mgmt.decentralized_banner h2.fund_sec_heading b {
        color: #fff;
        font-size: 20px;
        line-height: normal;
        font-weight: 600
    }
    .park-banner.catalog_mgmt.decentralized_banner h2.fund_sec_heading {
        font-size: 16px;
        font-weight: 600
    }
    .park-banner.catalog_mgmt.decentralized_banner h1 {
        font-size: 22px;
        font-weight: 700
    }
    .button-trip.btn-hsr a {
        font-size: 12px;
        padding: 7px 15px
    }
    section.benefit_feat.oms_features ul li {
        flex: 0 0 100%
    }
    section.know_crypto_fund.step_processes .amusement-text+ul li,
    ul.choose_system_parent li {
        flex: 0 0 100%
    }
    section.benefit_feat.oms_features {
        padding: 0
    }
    #main-slider .carousel-caption h3 {
        font-size: 18px
    }
    #main-slider .carousel-caption h2 {
        font-size: 22px
    }
    #main-slider .carousel-caption h2 span {
        font-size: 30px
    }
    section.know_crypto_fund.step_processes .amusement-text+ul li:before {
        font-weight: 400;
        font-size: 12px
    }
    .navbar-brand img {
        width: 160px
    }
    .navbar.navbar-shrink {
        padding: 0;
        height: auto
    }
    .navbar.navbar-shrink .navbar-brand img {
        width: 120px
    }
    ul.choose_system_parent li h3 {
        display: flex;
        padding: 5px;
        font-size: 15px;
        align-items: center
    }
    section.fund_manager.right_order_mgmt p {
        font-size: 14px
    }
    ul.choose_system_parent li {
        margin-bottom: 15px
    }
    .button-trip.btn-hsr {
        float: none;
        text-align: center
    }
    section.fund_manager {
        margin: 0
    }
    .flip-box-back p {
        font-size: 14px
    }
    ul.choose_system_parent {
        margin-top: 20px
    }
    .know_crypto_fund h2 {
        font-size: 16px
    }
    .hero-content {
        text-align: center;
        margin-top: 2em
    }
    .hero-content p {
        width: 100%
    }
    .hero-image {
        display: none
    }
    .main-banner {
        height: auto;
        min-height: 300px
    }
    .d-table-cell {
        display: block;
        padding: 0
    }
    .hero-content h1 {
        font-size: 25px
    }
    .why-business-wrap h1 {
        text-align: center;
        font-size: 18px;
        margin: 0
    }
    .why-business-wrap p {
        font-size: 14px
    }
    .make-trip-text {
        margin-top: 0;
        padding: 10px 0 0
    }
    .make-trip-text h2 {
        font-size: 18px;
        margin: 0
    }
    .travel-services {
        padding: 15px;
        text-align: center;
        min-height: 100%
    }
    .travel-services {
        padding: 15px;
        text-align: center;
        min-height: 100%
    }
    .travel-services:hover {
        transform: none
    }
    section.section7 .col-lg-4 {
        margin-bottom: 15px
    }
    .travel-services h3 {
        margin: 5px 0;
        font-size: 16px
    }
    .blog-link p {
        font-size: 16px
    }
    .fun-fact:hover {
        transform: none
    }
    .fun-fact {
        margin: 5px 0
    }
    .fun-fact p {
        font-size: 15px!important
    }
    .travel-app {
        margin-top: 20px
    }
    .travel-app p {
        font-size: 14px;
        padding: 0
    }
    .travel-app h1 {
        font-size: 18px;
        margin: 0
    }
    .main-heading-domain-border-1 div:first-child,
    .main-heading-domain-border-1 div:last-child {
        height: 2px
    }
    .navbar-expand-lg .navbar-nav .get-touch {
        border-radius: 0;
        text-align: center
    }
    ul.navbar-nav.text-right.ml-auto {
        background: #00bcd4;
        z-index: 1;
        width: 100%
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff
    }
    li.nav-item {
        text-align: left
    }
    li.nav-item i {
        float: right;
        color: #f79d15
    }
    .whats-seo-text h2 {
        text-align: center;
        width: 100%!important;
        margin-top: 1em;
        font-size: 20px;
        line-height: normal;
        padding-top: 1.5em
    }
    .mobile-develop-text {
        height: 200px
    }
    .dropdown-menu {
        border: 0;
        border-radius: 0
    }
    .dropdown-bg {
        background: #000
    }
    .dropdown .dropdown-menu .dropdown-item {
        padding-left: 15px;
        font-size: 12px;
        line-height: normal;
        color: #fff
    }
    .dropdown-menu a {
        white-space: unset
    }
    .mega-menu {
        background: #000
    }
    .mega-menu h4 {
        color: #f79713
    }
    .mega-menu .description li a {
        color: #fff;
        font-size: 12px
    }
    .decentralized_banner.park-banner {
        height: auto!important;
        text-align: center
    }
    .park-text-content h1 {
        color: #fff;
        font-size: 18px
    }
    .park-text-content p {
        font-size: 14px
    }
    .amusement-park-text {
        margin-top: 20px
    }
    .amusement-park-text h2,
    .managment-trip-text h4 {
        font-size: 20px;
        padding: 0;
        text-align: center
    }
    .amusement-park-text p,
    .managment_trip_left p {
        text-align: center;
        font-size: 14px
    }
    .park-text-content {
        padding: 0;
        text-align: center;
        margin-top: 3em
    }
    .decentralize_manage_image {
        display: none
    }
    .park-banner {
        height: auto;
        min-height: 250px
    }
    .managment-text {
        margin: 0
    }
    .park-manage-image {
        display: none
    }
    .main-heading-domain-border-1 {
        text-align: center
    }
    .managment-content h3 {
        font-size: 18px
    }
    .managment-text p {
        font-size: 14px
    }
    .park-banner.market_place {
        background: 0;
        height: auto
    }
    .park-banner.market_place .park-text-content {
        margin-top: 0;
        text-align: center
    }
    .park-banner.market_place .park-text-content h1 {
        font-size: 25px
    }
    .park-banner.market_place h2.fund_sec_heading {
        font-size: 20px
    }
    .park-banner.market_place .button-trip a {
        padding: 7px 12px;
        border-radius: 5px;
        font-size: 12px
    }
    .fund_para {
        font-size: 14px;
        text-align: center
    }
    section.categ_sect.key_to_use ul li {
        flex: 0 0 100%;
        margin: 0 0 10px;
        padding: 15px
    }
    .smp_niche_ideas ul li {
        flex: 0 1 49%
    }
    section.categ_sect P,
    section.categ_sect h2 {
        font-size: 14px
    }
    section.benefit_feat.using_ervice.business_models ul.bm_ul {
        flex-direction: column;
        margin: 0
    }
    section.benefit_feat.using_ervice.business_models ul.bm_ul li {
        flex: 0 0 100%;
        margin: 0 0 10px
    }
    .col-md-12.get_touch {
        display: flex;
        flex-direction: column
    }
    form#contact-form, .quickconnect {
        width: 100%;
        padding: 10px;
        flex-direction: column
    }
    .messages {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        left: 0
    }
    .controls {
        width: 100%
    }
    .buttons-wrapper ul {
        display: flex;
        margin-top: 1em;
        flex-wrap: wrap;
        justify-content: center
    }
    .buttons-wrapper ul li a {
        padding: 10px 15px;
        color: #fff;
        font-size: 12px
    }
    .about-section2 h1 {
        font-size: 20px;
        text-align: center
    }
    .advantages h2 {
        font-size: 20px;
        text-align: center;
        font-weight: 600
    }
    .what_we_do_box {
        width: 100%!important;
        padding: 0
    }
    div#iphone_app h2 {
        font-size: 20px;
        text-align: center;
        font-weight: 600
    }
    div#iphone_app .table-bordered td,
    div#iphone_app .table-bordered th {
        border: 1px solid #dee2e6;
        font-size: 12px;
        padding: 10px
    }
    .advantages p {
        font-size: 14px;
        text-align: center
    }
    .process-point h3 {
        text-align: center;
        font-size: 22px
    }
    .process-point {
        padding-bottom: 0;
        margin: 2em 0 3em
    }
    .process-point p {
        text-align: center;
        font-size: 14px;
        top: 25px
    }
    section#how-we-work {
        margin-top: 30px
    }
    .process-point .col-md-2.text-center {
        margin-bottom: 20px
    }
    .slide2nd h3 {
        font-size: 15px!important;
        text-align: center
    }
    .slide2nd .first {
        margin-top: 20px
    }
    .feedback_child {
        flex: 0 0 100%;
        margin: 10px 0;
        height: auto;
        text-align: center
    }
    .feedback_child:first-child,
    .feedback_child:nth-child(2),
    .feedback_child:nth-child(3),
    .feedback_child:nth-child(4) {
        margin: 10px 0
    }
    section.start_project h4 b {
        font-size: 18px!important
    }
    .messages:before {
        display: none
    }
    .col-md-12 .get_touch {
        display: flex;
        flex-direction: column
    }
    .req_quote {
        flex: 0 0 100%
    }
    .feedback {
        margin-top: 2em;
        flex: 0 0 100%
    }
    .tittle-line1,
    .tittle-line2 {
        display: none
    }
    .about-section2 p {
        color: #000;
        text-align: center;
        font-size: 14px
    }
    .ui_ux_before p {
        font-size: 14px
    }
    .how_we_work h1 {
        text-align: center;
        font-size: 25px
    }
    .banner_team_sec {
        background: #02aeef;
        padding: 30px 0
    }
    .banner_team_sec .teamsuccess {
        padding: 0;
        width: 100%;
        font-size: 18px;
        line-height: normal
    }
    .our-team-section h1 {
        font-size: 20px;
        font-weight: 600;
        background: linear-gradient(to right, #02aeef, transparent);
        padding: 5px 15px;
        color: #fff
    }
    .card:nth-child(2n),
    .card:nth-child(4n) {
        margin-right: 0
    }
    .data {
        width: 100%;
        height: 62px;
        padding: 5px 2%;
        bottom: 0
    }
    #team .card {
        flex: 0 0 49%
    }
    #team {
        justify-content: space-between
    }
    .card:hover .data {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0
    }
    .data a {
        padding: 0
    }
    .benefits_travelport ul {
        flex-wrap: wrap
    }
    .benefits_travelport ul li span {
        font-size: 15px
    }
    .benefits_travelport ul li {
        height: auto
    }
    .bc_verify_banner {
        background-color: #222a79
    }
    .bc_verify_banner h1 {
        line-height: 25px;
        font-size: 20px
    }
    .bc_verify_banner h1 strong {
        font-size: 18px
    }
    .bc_verify_banner h1 br {
        display: block
    }
    .otheruse_bc ul {
        flex-wrap: wrap;
        margin: 0
    }
    .client_require.other_api_serv.spe_feat ul {
        column-count: 1
    }
    .bc_driven ul {
        max-width: 100%;
        flex-wrap: wrap;
        margin: 0
    }
    .bc_driven {
        background-size: cover
    }
    .bc_driven ul li {
        flex: 0 0 100%;
        margin: 0 0 1em
    }
    .smp_niche_ideas.building_trust ul li {
        flex: 0 0 50%
    }
    .otheruse_bc ul li {
        flex: auto;
        padding: 5px 10px;
        margin: .5em;
        font-size: 10px;
        text-align: center
    }
    .client_require.why_blockchain img {
        max-width: 60%
    }
    .smp_niche_ideas {
        padding: 1em 0
    }
    .tradetrust {
        background-size: cover
    }
    .tradetrust img {
        max-width: 200px;
        margin: 0 auto;
        display: block
    }
    .certi_img {
        width: 100px;
        padding: 1em
    }
    p.para_3d_car {
        font-size: 14px
    }
    .td_car_benefits ul li {
        font-size: 14px
    }
    .email_subscribe {
        padding: 25px
    }
    .intero_area h3+ul {
        column-count: 1
    }
    .intero_area .para_style+h3 {
        font-size: 15px
    }
    .intero_area h3+ul li {
        font-size: 12px
    }
    .client_require.pink_circle.speci_feat_mpt .row,
    .client_require.pink_circle.speci_preg_mpt .row {
        flex-direction: column-reverse
    }
    .downloads_3d_car ul li,
    .review_3d_car ul li {
        flex: 0 0 300px;
        margin: 10px auto
    }
    .review_3d_car ul li p {
        font-size: 12px
    }
    .review_3d_car ul li h3 {
        font-size: 16px
    }
    .downloads_3d_car ul li img {
        max-width: 90px
    }
    .downloads_3d_car ul li h3 {
        font-size: 18px
    }
    .downloads_3d_car,
    .review_3d_car {
        padding: 1em 0
    }
    .banner_cs {
        background-color: #1a171d
    }
    .config_highlightd ul {
        justify-content: space-between
    }
    .config_highlightd ul li {
        flex: 0 0 70%;
        margin: 0 auto;
        margin-bottom: 1em
    }
    .config_highlightd ul li span {
        font-size: 12px
    }
    .config_highlightd ul li img {
        max-width: 90px
    }
    .float_form {
        display: none
    }
    .config_highlightd .section_heading {
        margin-bottom: .5em!important
    }
    .travel_api_assets.iot_consult_services ul li img {
        max-width: 75px
    }
    .iot_consult_services.trav_solu_to ul li {
        flex: 0 0 100%;
        margin-top: 2em
    }
    .row.comprehensive_tech ul {
        margin-top: 2em;
        padding-left: 20px
    }
    .row.comprehensive_tech ul li {
        margin: 0 0 1em
    }
    .iot_consult_services.work_with_hs ul {
        padding-left: 20px
    }
    .iot_consult_services.grow_travel_busi {
        overflow: hidden
    }
    .iot_consult_services.grow_travel_busi .row {
        justify-content: center
    }
    .iot_consult_services.grow_travel_busi .col {
        flex: 0 0 47%;
        margin-bottom: 1em
    }
    .iot_consult_services.grow_travel_busi .col h3 {
        font-style: 15px;
        padding: 3em 0
    }
    .travel_api_assets.iot_consult_services ul li {
        flex: 0 0 49%;
        margin: 2.5em 0 0!important
    }
    .travel_api_assets.iot_consult_services ul li h3.box_top:before {
        height: 55px;
        bottom: -65px
    }
    .travel_api_assets.iot_consult_services ul li h3.box_bottom:before {
        height: 55px;
        top: -65px
    }
}

@media(max-width:991px) {
    .slider1,
    .slider2,
    .slider3,
    .slider4,
    .slider5 {
        display: none
    }
    .our-team-section {
        width: 100%
    }
    .sticky {
        padding: 0 3%
    }
    .navbar-nav li .nav-link {
        padding: 10px 15px!important
    }
    .navbar-expand-lg .navbar-nav .get-touch {
        border-radius: 0;
        text-align: center
    }
    li.nav-item.mega-drop-down {
        position: relative
    }
    div#main-slider .carousel-indicators {
        display: block;
        text-align: center;
        bottom: -30px
    }
    div#main-slider .carousel-indicators li {
        width: 9px;
        height: 9px;
        display: inline-block
    }
    span#span_mega {
        background: rgb(0, 0, 0, .2);
        padding: 5px 10px;
        display: block;
        text-align: center;
        font-weight: 700;
        position: absolute;
        right: 15px;
        top: 10px
    }
    .navbar-expand-lg .navbar-nav .nav-link i.fas {
        display: inline-block;
        margin-left: 5px;
        background: rgb(0, 0, 0, .2);
        padding: 5px 10px;
        display: block;
        text-align: center;
        font-weight: 700
    }
    .navbar-expand-lg .navbar-nav li.nav-item.mega-drop-down .nav-link i {
        display: none
    }
    .mega-menu {
        height: 350px;
        overflow-x: auto;
        border-radius: 0
    }
    .mega-menu .description li a svg * {
        fill: #fff!important
    }
    .navbar.navbar-shrink {
        top: 0
    }
    .amusement_banner {
        background-color: #819d2e
    }
    .banner_area.amusement_banner h2 br {
        display: block
    }
    .banner_om_stream {
        background: #444
    }
    .banner_area.banner_om_stream h1 br {
        display: block
    }
    .mega-menu {
        min-width: 100%;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    section.luking_simi.elean-luking h2.section_heading br {
        display: block!important
    }
    .elearning_banner img {
        display: none
    }
    .row.easy-learn .col {
        margin: 0;
        flex: 0 0 46%
    }
    .col-md-12.feature_saas .col:nth-child(2) h4:after {
        width: 150px;
        height: 40px;
        right: 25px;
        top: -210px;
        transform: rotate(230deg)
    }
    .col-md-12.feature_saas .col:nth-child(2) h4:before {
        width: 130px;
        height: 40px;
        left: -100px;
        bottom: 40px;
        transform: rotate(20deg)
    }
    .e_learning.industry_focused .nav-tabs {
        border-bottom: 0;
        border: 0
    }
    .e_learning.industry_focused .tab-content ul li {
        flex: 0 0 49%
    }
    .featu_elearn ul {
        column-count: 1
    }
    .elearn_techno ul li {
        flex: 0 0 49%;
        flex: 0 0 49%;
        display: flex;
        align-items: center;
        justify-content: center
    }
    .e_learning.industry_focused .nav-item {
        margin-bottom: 5px;
        flex: 0 0 100%
    }
    .featu_elearn ul li {
        display: flex
    }
    header.sticky-header {
        height: 60px
    }
    .cloud_based_dev_serv.ios_custom_req ul {
        justify-content: space-between
    }
    .cloud_based_dev_serv.ios_custom_req ul li {
        flex: 0 0 48.5%;
        margin: 0;
        margin-bottom: 3em
    }
    .cloud_based_dev_serv.ios_custom_req ul li:nth-child(n+3) {
        margin: 0
    }
    ul.ios_app_benef {
        width: 100%;
        margin: 2em auto 0
    }
    ul.ios_app_benef li {
        flex: 0 0 49%
    }
    .android_mob_view.ios_mob_view {
        justify-content: space-between;
        align-items: flex-start
    }
    .android_mob_view.ios_mob_view ul {
        flex: 0 0 49%!important
    }
    .android_mob_view {
        flex-wrap: wrap
    }
    .android_mob_view ul {
        flex: 0 0 100%!important;
        padding: 0!important
    }
    .android_mob_view img {
        display: none
    }
    .feature_saas.deal_areas .col,
    .feature_saas.deal_areas .col:first-child {
        flex: 0 0 45.5%!important
    }
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item .nav-link {
        min-width: 0;
        padding: 0;
        opacity: .3;
        font-size: 14px
    }
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item .nav-link.active {
        opacity: 1
    }
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item,
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item:nth-child(2n) {
        flex: 0 0 16%;
        margin-right: 5px;
        display: flex;
        justify-content: center;
        margin-bottom: 14px
    }
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item .nav-link img {
        max-width: 35px
    }
    .cloud_computing.industry_focused.technlogies_prog .tab-content {
        border: 1px solid #09aeef;
        border-radius: 5px;
        flex: 1;
        margin-left: 0
    }
    .cloud_computing.industry_focused.technlogies_prog.industry_focused .nav-tabs {
        border: 1px solid #09aeef;
        border-radius: 5px;
        padding: .5em
    }
    .cloud_computing.industry_focused.technlogies_prog .tab-content ul {
        margin-top: 0;
        padding: .5em;
        align-items: flex-start
    }
    .cloud_computing.industry_focused.technlogies_prog .tab-content ul li {
        flex: 0 0 25%;
        padding: 0;
        margin: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .android_app_banner {
        background: #ffce8c!important
    }
    .benefit_abt {
        padding: 0
    }
    .benefit_abt ul:first-child,
    .benefit_abt ul:last-child {
        flex: 1;
        padding: 0
    }
    .benefit_abt ul:first-child li,
    .benefit_abt ul:last-child li {
        flex: 1;
        padding: 0
    }
    .benefit_abt ul li span {
        position: static
    }
    .benefit_abt {
        flex-direction: column
    }
    .benefit_abt ul li span {
        display: block;
        width: 90px;
        height: 90px;
        margin-right: 10px
    }
    .benefit_abt ul:first-child li span {
        margin: 0 0 0 10px
    }
    .benefit_abt ul li span img {
        max-width: 90%
    }
    .work_done_img {
        margin-top: 1em
    }
    .frame__body {
        width: 290px;
        height: 275px
    }
    .about_cta ul li {
        margin: 0;
        flex: 0 0 100%
    }
    .expertise.about_subsec .swiper-slide h2 {
        font-size: 25px
    }
    .swiper-slide {
        padding: 0
    }
    .about_subsec .tab-content {
        padding: 1em 0 0
    }
    .knw_more a:last-child {
        margin: 0
    }
    .expertise.about_subsec .expertise_div ul li {
        font-size: 15px
    }
    .swiper-container-vertical .swiper-slide .tab-content>.active {
        background: 0
    }
    .about_banner.banner_area img {
        display: none
    }
    .swiper-container {
        height: 750px
    }
    .about_subsec .nav-pills li {
        min-width: 100px;
        min-height: 100px
    }
    .about_subsec .nav-pills .nav-link {
        padding: .5em;
        font-size: 12px
    }
    .about_subsec .nav-pills .nav-link .svg_button svg {
        max-width: 35px;
        max-height: 35px
    }
    .compare_hs h2 {
        font-size: 20px
    }
    .compare_hs h3 {
        font-size: 16px;
        color: #09aeef
    }
    .compare_hs .caompare_ul>ul li {
        font-size: 14px;
        padding: 5px;
        min-height: 75px
    }
    .caompare_ul>ul:first-child li {
        padding-right: 5px
    }
    .caompare_ul>ul:nth-child(2) li {
        padding-left: 5px
    }
    .caompare_ul>ul:first-child:before {
        display: none
    }
    .caompare_ul>ul li:first-child,
    .caompare_ul>ul:first-child li:first-child {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .ML_banner {
        background-image: linear-gradient(45deg, #003c71, #408cd0 45%, #003c71)!important
    }
    .AI_banner {
        background-image: linear-gradient(to right, #7a66a2, #7a66a27a, #7a66a2)!important
    }
    .AI_banner .text-white,
    .ML_banner .text-white {
        align-items: center
    }
    .ai_need ul {
        flex-wrap: wrap
    }
    .ai_need ul li,
    .iot_consult_services.ml_solutions ul li {
        flex: 0 0 100%;
        margin-right: 0
    }
    .ai_need ul li {
        margin-bottom: 6em
    }
    .ux-ui-banner {
        background-image: linear-gradient(45deg, #f7a817, #fac938);
        padding-top: 1em
    }
    .ux-ui-banner .advantages {
        margin-top: 0
    }
    .advantages h1 {
        display: block
    }
    .smart-factories ul li h2 {
        margin-bottom: .5em;
        font-size: 18px
    }
    .advantages h1:after,
    .smart-factories ul li h2:after {
        bottom: -10px;
        width: 60px
    }
    .advantages ul li img {
        max-width: 40px
    }
    .banner_area.blockchain_dev_banner {
        background-color: #f1fffd
    }
    .hire_blockchain_deve h2,
    .key_benefits_blockchain h2 {
        font-size: 20px
    }
    .benef_cont h3 {
        font-size: 15px
    }
    .benef_cont p,
    .hire_blockchain_deve p {
        font-size: 12px
    }
    .hire_blockchain_deve,
    .key_benefits_blockchain {
        padding: 1em 0
    }
    .banner_area.blockchain_dev_banner a.req_quote {
        margin: 0 auto!important
    }
    .IOT_dev_banner {
        background-image: linear-gradient(45deg, #013e6fc2, #074876, #013e6fc9)!important
    }
    .IOT_dev_banner.banner_area .req_quote {
        font-size: 12px
    }
    .cloud_computing .nav-tabs .nav-item .nav-link {
        min-width: 0
    }
    .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
    }
    .industry_focused .nav-tabs {
        border: 1px solid #09aeef;
        border-radius: 5px;
        padding: 1em 0 .5em;
        justify-content: center
    }
    .industry_focused .nav-tabs .nav-item {
        flex: 0 0 25%;
        margin-top: 8px;
        text-align: center
    }
    .tab-content.text-left {
        margin-top: 1em
    }
    .tab-content>.active {
        display: block;
        background: rgba(9, 173, 239, .3);
        border-radius: 5px
    }
    .swiper-slide.services_our .tab-content>.active {
        background: transparent;
    }
    .iot_serv_sec {
        min-height: 0;
        margin-top: 1em
    }
    .carousel-indicators li {
        width: 12px;
        height: 12px
    }
    .idea_2_iot h2 {
        font-size: 26px
    }
    .case_study_IOT:before {
        display: none
    }
    .carousel-item h2 {
        font-size: 26px;
        margin-top: 1em
    }
    .idea_2_iot form input {
        flex: 1
    }
    .idea_2_iot form button {
        max-width: 80px
    }
    .industry_focused .nav-tabs .nav-link .svg_thumb {
        width: 65px;
        height: 65px
    }
    .industry_focused .nav-tabs .nav-link .svg_thumb svg {
        max-width: 40px
    }
    .industry_focused a.nav-link {
        padding: .3em;
        min-width: 90px
    }
    .iot_serv_sec h3 span {
        width: 75px;
        height: 75px
    }
    .iot_serv_sec h3 span img {
        max-width: 50px
    }
    .iot_solutions .col-md-12>ul {
        flex-wrap: wrap;
        flex-direction: column;
        padding: 0
    }
    .iot_solutions .col-md-12>ul>li {
        flex: 0 0 48%;
        margin: 1.5em 0
    }
    .industry_focused h2,
    .iot_consult_services h2,
    .iot_solutions h2 {
        font-size: 20px;
        margin-bottom: 1em
    }
    .iot_consult_services p {
        font-size: 14px
    }
    .industry_focused p,
    .iot_serv_sec ul li {
        font-size: 15px
    }
    .iot_serv_sec ul li:before {
        width: 5px;
        height: 5px
    }
    .sol_icon {
        width: 54px;
        height: 54px
    }
    .sol_icon img {
        max-width: 25px
    }
    .iot_solutions ul li:nth-child(even) .sol_icon:before,
    .iot_solutions ul li:nth-child(odd) .sol_icon:before {
        left: 54px;
        height: 1px;
        width: 50px;
        top: 27px
    }
    .iot_solutions ul li:nth-child(even) .sol_icon:after,
    .iot_solutions ul li:nth-child(odd) .sol_icon:after {
        left: 95px;
        width: 10px;
        height: 10px;
        top: 22.3px
    }
    .iot_solutions ul li h4,
    .iot_solutions ul li:nth-child(even) h4 {
        transform: unset;
        left: 115px;
        top: 20px;
        text-align: left
    }
    .iot_solutions .col-md-12>ul:after {
        display: none
    }
    .solu_more {
        min-width: 175px;
        width: 100%;
        min-height: 0;
        transform-origin: left
    }
    .solu_more h6 br {
        display: none
    }
    .solu_more ul {
        column-count: 2;
        width: 100%
    }
    .solu_more ul li {
        font-size: 12px
    }
    .col_ul .col_li {
        flex: 0 0 33.33%;
        padding: 15px;
        min-height: 180px
    }
    h2.robotics_tools_h2 {
        padding: 10px
    }
    .filter_heading {
        margin: 2em 0 1em
    }
    .filter_heading h1 {
        font-size: 25px
    }
    .casestudies {
        margin: 10px
    }
    .casestudies_all_bottom h2 {
        font-size: 15px
    }
    .casestudies_all_bottom p {
        font-size: 14px
    }
    .req_quote_banner h1+p.para_style.text-white,
    h1.section_heading {
        color: #000!important
    }
    .form_shadow h3 {
        font-size: 20px
    }
    .form_holder ul.coonect_with {
        flex-wrap: wrap
    }
    .form_holder ul.coonect_with li a svg {
        max-width: 30px;
        height: 30px
    }
    .form_holder ul.coonect_with li>a {
        height: 50px;
        width: 50px
    }
    .form_holder ul.coonect_with li h5 {
        font-size: 10px;
        font-weight: 700
    }
    .form_holder .form_shadow {
        padding: 1em;
        margin-top: 0
    }
    .form_holder ul.coonect_with li {
        margin: 0 5px
    }
    .float_form ul li img {
        max-width: 30px
    }
    .form_shadow h4 {
        font-size: 15px;
        padding: 0 10px
    }
    #reqQuote_form .form-row input,
    #reqQuote_form .form-row select {
        padding: 7px 10px;
        font-size: 12px
    }
    .form-group.col-md-12.budget-group label {
        font-size: 12px
    }
    .budget-known .custom-control-label {
        font-size: 14px
    }
    .budget-known .custom-control-label::before {
        top: 0;
        width: 20px;
        height: 20px
    }
    div#req_submit {
        margin-top: 10px
    }
    button.btn.btn-primary.form_validation {
        font-size: 15px
    }
    .soacial_way ul li img {
        max-width: 35px
    }
    .custom-control-label::after {
        left: 3px
    }
    .us_in_num {
        right: -40px;
        transform-origin: bottom;
        height: auto;
        width: auto;
        display: flex;
        justify-content: center;
        width: 125px;
        padding: 5px;
        border-radius: 5px
    }
    .form_holder ul.coonect_with li.call_us:hover .us_in_num {
        z-index: 0;
        right: -40px;
        top: -60px;
        transform: scale(1);
        transition: all 1.2s;
        width: 125px
    }
    .us_in_num a {
        font-size: 12px
    }
    .us_in_num:after {
        content: "";
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid;
        border-top-color: #0bd8f8;
        position: absolute;
        bottom: -10px;
        width: 0;
        height: 0;
        display: block
    }
    header.sticky-header .promo_link {
        position: static
    }
    header.promo_show.sticky-header .navbar.navbar-shrink {
        top: 0
    }
    .promo_link h3 {
        font-size: 10px;
        line-height: 16px
    }
    .promo_link a {
        font-size: 8px;
        padding: 3px 7px;
        border-radius: 3px
    }
    .portfolio_li {
        flex-wrap: wrap;
        margin-bottom: 15px
    }
    .portfolio_detail {
        flex: 0 0 100%;
        padding-right: 0
    }
    .portfolio_thumbnail {
        flex: 0 0 100%
    }
    .portfolio_slider .fix_portfoilo_title {
        left: -87px;
        font-size: 25px;
        top: 15vh
    }
    .portfolio_li .portfolio_detail .key-features {
        text-align: left!important;
        font-size: 22px;
        font-weight: 600
    }
    .portfolio_li .portfolio_detail .key-features+p {
        font-size: 14px;
        text-align: justify
    }
    .img-pos>img {
        display: none
    }
    .tab-links nav {
        flex-wrap: wrap
    }
    .anchor-link {
        flex: 0 0 50%;
        text-align: center;
        margin-bottom: 20px
    }
    .anchor-link a {
        font-size: 14px
    }
    .anchor-link a span+img {
        width: 25px
    }
    .img-pos h2 {
        font-size: 22px
    }
    .expandWrpr {
        padding: 15px 0
    }
    .img-pos p {
        font-size: 12px
    }
    .btn-shutter-more {
        font-size: 10px
    }
    label.close_tab {
        right: 5px;
        top: 5px
    }
    .smp_niche_ideas.CF_solut_tool ul {
        justify-content: center
    }
    .smp_niche_ideas.CF_solut_tool ul li {
        flex: 0 0 32%
    }
    .best_part_of_CF h2 {
        font-size: 18px;
        padding: 15px
    }
    .best_part_of_CF h3 {
        font-size: 14px;
        padding: 0 15px;
        line-height: 1.5
    }
    #reqQuote_form .form-row {
        width: auto
    }
    .req_a_quote h1 {
        font-size: 25px;
        color: #fff
    }
    .req_a_quote .col-md-6.text-left h2 {
        font-size: 18px
    }
    .req_a_quote h2 {
        font-size: 18px;
        color: #fff
    }
    .req_a_quote p {
        font-size: 12px;
        color: #fff
    }
    .process.req_process ul {
        width: 100%
    }
    .process ul li {
        margin-bottom: 0;
        display: flex;
        flex-direction: column
    }
    .process ul li p {
        width: 100%;
        padding-left: 40px;
        font-size: 12px
    }
    .process ul li h3 {
        font-size: 18px;
        display: flex;
        align-items: center;
        margin-left: 0
    }
    .process ul li h3 b {
        margin-right: 10px
    }
    form#reqQuote_form {
        padding: 10px;
        margin: 20px 0
    }
    .banner_area.amadeus_banner {
        background-color: #9deafe;
        background-image: unset
    }
    .smp_niche_ideas.ama_features ul li {
        flex: 0 0 33%;
        margin-bottom: 1em
    }
    .img_ama_box {
        width: 100px;
        height: 100px;
        border: 5px solid #ccc
    }
    .smp_niche_ideas ul li img {
        max-width: 45px
    }
    .smp_niche_ideas ul li h4 {
        font-size: 12px
    }
    .client_require.amad_services,
    .smp_niche_ideas.ama_features {
        padding: 1em 0;
        background: 0
    }
    .client_require.other_api_serv ul li {
        font-size: 12px
    }
    .client_require.other_api_serv.ama_benefits ul {
        margin: 1.5em 0
    }
    .banner_area,
    .banner_area.market_place {
        min-height: 150px;
        padding: 1em 0;
        text-align: center;
        background-color: #edffff;
        background-image: unset
    }
    .banner_area h1 {
        font-size: 25px;
        margin-top: 0!important
    }
    .banner_area h2 {
        font-size: 18px
    }
    .banner_area .req_quote {
        padding: 8px 15px;
        font-size: 15px;
        min-width: 190px;
        font-weight: 600;
        margin: 0 auto
    }
    .client_deliv,
    .client_require,
    .fleet_assets,
    .intero_area,
    .key_modules,
    .req_quote_fleet,
    .vehicle_mgmt_feat,
    section.luking_simi {
        padding: 1em 0
    }
    .section_heading {
        font-size: 25px;
        margin-bottom: 1em
    }
    .key_modules .section_heading {
        margin-bottom: 1.5em
    }
    .para_style {
        font-size: 12px
    }
    .intero_area img {
        max-width: 300px
    }
    .sec_sub_heading {
        font-size: 15px;
        margin: .2em 0;
        font-weight: 700
    }
    .section_heading.heading_after:after {
        height: 2px;
        width: 90px;
        bottom: -7px
    }
    .smp_niche_ideas ul li {
        flex: 0 1 33%
    }
    .client_require.cr_img_left .container-fluid>.row {
        flex-direction: column-reverse
    }
    .feat_cont h4 {
        font-size: 22px
    }
    .feat_img.rounded-circle {
        width: 100px;
        height: 100px;
        padding: 30px
    }
    .feat_cont p {
        max-width: 100%
    }
    .feat_cont {
        margin-left: 10px;
        flex: 0 0 75%
    }
    .key_modules ul li img {
        max-width: 55px
    }
    .client_require ul li {
        font-size: 12px;
        margin-bottom: .7em
    }
    .client_require ul li:before {
        width: 12px;
        height: 12px;
        top: 2px
    }
    .con_req a {
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        min-width: 185px
    }
    .key_modules ul li {
        padding: 10px;
        margin-bottom: 1em;
        flex: 0 0 48.5%
    }
    .client_require img {
        max-width: 60%;
        margin: 0 auto;
        display: inherit
    }
    .client_require .best_fit_img {
        max-width: 600px
    }
    .client_require .best_fit_img img {
        max-width: 150px
    }
    .client_require.key_benefits img {
        max-width: 65%
    }
    .services-develop-text-wrapper {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .services-develop-text-wrapper h1 {
        font-size: 30px
    }
    .services-develop-text .services-develop-text-wrapper {
        padding: 20px 0
    }
    .portfolio,
    .services-develop-text {
        min-height: 300px
    }
    .services-single-text h4 {
        font-weight: 700
    }
    .analysis_box.Our_Web_application_after p,
    .known_boxs.Our_Web_application_after p {
        text-align: left
    }
    .need_paddi h3 {
        text-align: center
    }
    .team_composition_img {
        text-align: center
    }
    .team_composition_img img {
        float: none
    }
    .about-section2 .as_parent_box p {
        text-align: left
    }
    .robotics_h4 {
        font-size: 16px;
        text-align: center
    }
    .about-section2 .as_parent_box .robotics_h4 {
        text-align: left
    }
    .development h4 {
        text-align: center
    }
    .cnt-block.consulting_equal_hight {
        min-height: auto
    }
    .Product_eng {
        width: 50%
    }
    .amusement-park-text h3 {
        font-size: 22px;
        text-align: center
    }
    .managment-trip-wrapper {
        min-height: auto
    }
    .managment-content .robotics_h3,
    .robotics_h3 {
        text-align: center;
        font-size: 16px
    }
    .mobile-app h2,
    .robotics_h2 {
        text-align: center;
        font-size: 20px;
        margin-top: 20px
    }
    .mobile-app p {
        font-size: 14px;
        text-align: center
    }
    .whats-seo-text h1 {
        padding-top: 2em;
        line-height: normal;
        font-size: 20px;
        text-align: center;
        margin-bottom: 20px
    }
    .nation_ios {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }
    .nation_ios_boxs {
        border: #eee solid 1px;
        text-align: center;
        padding: 10px;
        min-height: auto;
        flex: 0 0 33.33%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        min-height: 150px
    }
    .nation_ios_boxs_img {
        min-height: auto
    }
    .nation_ios_boxs_img img {
        max-width: 100%;
        height: auto;
        max-height: 75px
    }
    .nation_ios h3 {
        font-size: 15px
    }
    .nation_ios_boxs p {
        font-size: 14px
    }
    .banner_team_sec {
        background: #02aeef;
        padding: 30px 0
    }
    .banner_team_sec .teamsuccess {
        padding: 0;
        width: 100%;
        font-size: 18px;
        line-height: normal
    }
    .our-team-section h1 {
        font-size: 20px;
        font-weight: 600;
        background: linear-gradient(to right, #02aeef, transparent);
        padding: 5px 15px;
        color: #fff
    }
    .card:nth-child(4n) {
        margin-right: 2%
    }
    .card:nth-child(3n) {
        margin-right: 0
    }
    #team .card {
        flex: 0 0 32%
    }
    .data {
        width: 100%;
        height: 62px;
        padding: 5px 2%;
        bottom: 0
    }
    .data i {
        font-size: 14px
    }
    .data a {
        padding: 0
    }
    .card:hover .data {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 0 5px
    }
    .carousel-control-next,
    .carousel-control-prev {
        display: none
    }
    .why-choose-column .why-text {
        position: static;
        transform: initial;
        text-align: center
    }
    .why-choose-column img {
        width: 45px;
        height: 45px
    }
    .why-choose-column {
        height: auto!important;
        flex-wrap: wrap
    }
    .why-choose-column .why-text h3 {
        font-size: 14px;
        margin-bottom: 5px
    }
    .why-choose-column p {
        text-align: left;
        font-size: 10px
    }
    .new_technology_sec .col_2 {
        width: 100%;
        margin-right: 10px;
        padding: 0 15px
    }
    .section8 h1 {
        font-size: 30px;
        margin-bottom: 20px
    }
    .section6 {
        margin-bottom: 10px;
        padding: 15px 0
    }
    .tab .nav-tabs li a {
        font-size: 11px;
        font-weight: 500;
        text-transform: capitalize;
        padding: 5px 7px;
        border: 1px solid transparent;
        border-bottom: 0
    }
    .tab .tab-content {
        padding: 10px
    }
    .nav-tabs li a.active,
    .nav-tabs li a.active:focus,
    .nav-tabs li a.active:hover,
    .nav-tabs li a:hover {
        border-width: 1px;
        border-radius: 5px 5px 0 0
    }
    .new_technology_sec .col_2 {
        flex: 50%;
        margin-right: 0;
        padding: 0 10px
    }
    .form-text {
        display: flex;
        margin-top: .25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }
    .form-row input[type=text] {
        max-width: 100%;
        margin: 0 0 15px
    }
    .form-row,
    .form-text h2 {
        width: 100%
    }
    .submit-form .sub_btn {
        border-radius: 15px
    }
    .footer-form {
        padding: 0 0 15px;
        text-align: center
    }
    .navbar.bg-light {
        padding: 0
    }
    .navbar.navbar-shrink {
        border: 0;
        height: auto
    }
    .navbar-toggler {
        padding-right: 0
    }
    .navbar-light .navbar-brand {
        width: 45%!important
    }
    .navbar.navbar-shrink .navbar-brand {
        width: 35%!important
    }
    .navbar-light .navbar-brand {
        width: 35%
    }
    .container-fluid {
        width: 100%;
        padding: 0 15px
    }
    .park-banner.crypto_fund.decentralized_banner {
        height: 220px;
        background: #fff;
        text-align: center
    }
    .park-banner.crypto_fund.decentralized_banner .park-text-content {
        margin-top: 2em
    }
    .park-banner.crypto_fund.decentralized_banner .park-text-content h1 {
        font-size: 20px
    }
    .park-banner.crypto_fund.decentralized_banner .park-text-content h2 {
        font-size: 16px
    }
    .park-banner.crypto_fund.decentralized_banner .park-text-content .button-trip a {
        padding: 0 20px;
        line-height: 40px
    }
    section.categ_sect ul {
        flex-wrap: wrap;
        justify-content: space-between
    }
    section.categ_sect ul li,
    section.categ_sect ul li:first-child {
        margin: 0 0 15px;
        flex: 0 0 48%
    }
    h2.fund_sec_heading {
        font-size: 20px
    }
    .fund_para {
        font-size: 14px
    }
    section.benefit_feat ul li,
    section.categ_sect ul li {
        font-size: 14px
    }
    .need_create .managment_trip_left ul li {
        line-height: 2;
        font-size: 14px
    }
    .need_create {
        padding: 2em 0 25vw;
        background-size: contain
    }
    .managment-trip_images_side {
        display: none
    }
    section.fund_manager .fund_sec_heading {
        margin-top: 20px;
        text-align: center
    }
    .blist_para {
        font-size: 15px
    }
    .timeline-split .timeline p {
        font-size: 14px
    }
    .timeline-split .timeline .block.block-right h3 img {
        margin-right: 5px;
        max-width: 30px
    }
    .timeline-split .timeline .block.block-left h3 img {
        margin-right: 5px;
        margin-left: 0;
        float: left;
        max-width: 30px
    }
    .timeline-split .timeline h3 {
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: flex-start
    }
    .timeline-split .timeline .block.block-left h3 {
        flex-direction: row-reverse;
        justify-content: flex-end
    }
    .thumbnail_img img {
        max-width: 45px
    }
    section.categ_sect.key_to_use ul li .thumbnail_img img {
        max-width: 150px
    }
    .carousel-item .desk_img {
        display: none
    }
    #main-slider .carousel-caption {
        position: static;
        text-align: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    #main-slider .carousel-item {
        padding: 0!important;
        height: auto!important
    }
    #main-slider p {
        font-size: 22px;
        color: #fff!important
    }
    #main-slider h2 {
        font-size: 28px
    }
    .park-banner.crypto_fund.decentralized_banner .park-text-content .button-trip {
        text-align: center
    }
    .order_mgmt_img img {
        max-width: 100%
    }
    .park-banner.catalog_mgmt.decentralized_banner {
        background-color: #ffb000;
        height: auto;
        background-image: none
    }
    .park-banner.catalog_mgmt.decentralized_banner .park-text-content {
        margin-top: 0;
        padding-right: 0;
        text-align: center;
        padding: 20px 0
    }
    .park-banner.catalog_mgmt.decentralized_banner h2.fund_sec_heading b {
        color: #fff;
        font-size: 20px;
        line-height: normal;
        font-weight: 600
    }
    .park-banner.catalog_mgmt.decentralized_banner h2.fund_sec_heading {
        font-size: 16px;
        font-weight: 600
    }
    .park-banner.catalog_mgmt.decentralized_banner h1 {
        font-size: 22px;
        font-weight: 700
    }
    .button-trip.btn-hsr a {
        font-size: 12px;
        padding: 7px 15px
    }
    section.benefit_feat.oms_features ul li {
        flex: 0 0 100%
    }
    section.know_crypto_fund.step_processes .amusement-text+ul li,
    ul.choose_system_parent li {
        flex: 0 0 100%
    }
    section.benefit_feat.oms_features {
        padding: 0
    }
    #main-slider .carousel-caption h3 {
        font-size: 22px
    }
    #main-slider .carousel-caption h2 {
        font-size: 28px
    }
    #main-slider .carousel-caption h2 span {
        font-size: 35px
    }
    section.know_crypto_fund.step_processes .amusement-text+ul li:before {
        font-weight: 400;
        font-size: 12px
    }
    ul.choose_system_parent li h3 {
        display: flex;
        padding: 5px;
        font-size: 15px
    }
    section.fund_manager.right_order_mgmt p {
        font-size: 14px
    }
    ul.choose_system_parent li {
        margin-bottom: 15px
    }
    .button-trip.btn-hsr {
        float: none;
        text-align: center
    }
    section.fund_manager {
        margin: 0
    }
    ul.choose_system_parent {
        margin-top: 20px
    }
    .know_crypto_fund h2 {
        font-size: 16px;
        text-align: center
    }
    .hero-content {
        text-align: center;
        margin-top: 2em
    }
    .hero-content p {
        width: 100%
    }
    .hero-image {
        display: none
    }
    .main-banner {
        height: auto;
        min-height: 300px
    }
    .d-table-cell {
        display: block;
        padding: 0
    }
    .hero-content h1 {
        font-size: 30px
    }
    .why-business-wrap h1 {
        text-align: center;
        font-size: 18px;
        margin: 0
    }
    .why-business-wrap p {
        font-size: 14px
    }
    .make-trip-text {
        margin-top: 0;
        padding: 10px 0 0
    }
    .make-trip-text h2 {
        font-size: 18px;
        margin: 0
    }
    .travel-services {
        padding: 15px;
        text-align: center;
        min-height: 100%
    }
    .travel-services {
        padding: 15px;
        text-align: center;
        min-height: 100%
    }
    .travel-services:hover {
        transform: none
    }
    section.section7 .col-lg-4 {
        margin-bottom: 15px
    }
    .travel-services h3 {
        margin: 5px 0;
        font-size: 16px
    }
    .blog-link p {
        font-size: 16px
    }
    .fun-fact:hover {
        transform: none
    }
    .fun-fact {
        margin: 5px 0
    }
    .fun-fact p {
        font-size: 15px!important
    }
    .travel-app {
        margin-top: 20px
    }
    .travel-app p {
        font-size: 14px;
        padding: 0
    }
    .travel-app h1 {
        font-size: 18px;
        margin: 0
    }
    .main-heading-domain-border-1 div:first-child,
    .main-heading-domain-border-1 div:last-child {
        height: 2px
    }
    ul.navbar-nav.text-right.ml-auto {
        background: #00bcd4;
        z-index: 1;
        width: 100%
    }
    li.nav-item {
        text-align: left
    }
    li.nav-item i {
        float: right;
        color: #f79d15
    }
    .whats-seo-text h2 {
        text-align: center;
        width: 100%!important
    }
    .dropdown-menu {
        border: 0;
        border-radius: 0
    }
    .dropdown-bg {
        background: #000
    }
    .dropdown-bg a {
        padding-left: 40px;
        font-size: 14px;
        line-height: normal;
        color: #fff
    }
    .mega-menu {
        background: #000
    }
    .mega-menu h4 {
        color: #f79713
    }
    .mega-menu .description li a {
        color: #fff
    }
    .decentralized_banner.park-banner {
        height: auto!important;
        text-align: center
    }
    .park-text-content h1 {
        color: #fff;
        font-size: 18px
    }
    .park-text-content p {
        font-size: 14px
    }
    .amusement-park-text {
        margin-top: 20px
    }
    .amusement-park-text h2,
    .managment-trip-text h4 {
        font-size: 20px;
        padding: 0;
        text-align: center
    }
    .amusement-park-text p,
    .managment_trip_left p {
        text-align: center;
        font-size: 14px
    }
    .park-text-content {
        padding: 0;
        text-align: center;
        margin-top: 3.5em
    }
    .decentralize_manage_image {
        display: none
    }
    .park-banner {
        height: auto!important;
        min-height: 250px
    }
    .managment-text {
        margin: 0!important
    }
    .park-manage-image {
        display: none
    }
    .main-heading-domain-border-1 {
        text-align: center
    }
    .managment-content h3 {
        font-size: 18px
    }
    .managment-text p {
        font-size: 14px
    }
    .park-banner.market_place {
        background: 0;
        height: auto
    }
    .park-banner.market_place .park-text-content {
        margin-top: 0;
        text-align: center
    }
    .park-banner.market_place .park-text-content h1 {
        font-size: 25px
    }
    .park-banner.market_place h2.fund_sec_heading {
        font-size: 20px
    }
    .park-banner.market_place .button-trip a {
        padding: 7px 12px;
        border-radius: 5px;
        font-size: 12px
    }
    .fund_para {
        font-size: 14px;
        text-align: center
    }
    section.categ_sect.key_to_use ul li {
        flex: 0 0 100%;
        margin: 0 0 10px
    }
    section.categ_sect P {
        font-size: 14px
    }
    section.benefit_feat.using_ervice.business_models ul.bm_ul {
        flex-direction: column;
        margin: 0
    }
    section.benefit_feat.using_ervice.business_models ul.bm_ul li {
        flex: 0 0 100%;
        margin: 0 0 10px
    }
    .managment-trip-wrapper.mb-75.managment_sec {
        min-height: 100%!important;
        margin: 0
    }
    .col-md-4.managment-park {
        margin-bottom: 15px
    }
    .col-md-12.get_touch {
        display: flex;
        flex-direction: column
    }
    form#contact-form, .quickconnect {
        width: 100%;
        padding: 10px;
        flex-direction: column
    }
    .messages {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
        left: 0
    }
    .controls {
        width: 100%
    }
    .buttons-wrapper ul {
        display: flex;
        margin-top: 1em;
        flex-wrap: wrap;
        justify-content: center
    }
    .buttons-wrapper ul li a {
        padding: 10px 15px;
        color: #fff;
        font-size: 12px
    }
    .whats-seo-text h2 {
        text-align: center;
        width: 100%!important;
        margin-top: 1em;
        font-size: 20px;
        line-height: normal;
        padding-top: 1.5em
    }
    .mobile-develop-text {
        height: 200px
    }
    .about-section2 h1 {
        font-size: 25px;
        text-align: center
    }
    .advantages h2 {
        font-size: 20px;
        text-align: center;
        font-weight: 600
    }
    .what_we_do_box {
        width: 100%!important;
        padding: 0
    }
    div#iphone_app h2 {
        font-size: 20px;
        text-align: center;
        font-weight: 600
    }
    div#iphone_app .table-bordered td,
    div#iphone_app .table-bordered th {
        border: 1px solid #dee2e6;
        font-size: 12px;
        padding: 10px
    }
    .advantages p {
        font-size: 14px;
        text-align: center
    }
    .slide2nd h3 {
        font-size: 15px!important;
        text-align: center
    }
    .slide2nd .first {
        margin-top: 20px
    }
    .feedback {
        margin-top: 20px
    }
    .feedback_child {
        flex: 0 0 47.5%;
        margin: 10px 0;
        height: auto;
        text-align: center
    }
    .feedback_child:first-child,
    .feedback_child:nth-child(2),
    .feedback_child:nth-child(3),
    .feedback_child:nth-child(4) {
        margin: 5px
    }
    section.start_project h4 b {
        font-size: 18px!important
    }
    .messages:before {
        display: none
    }
    .col-md-12 .get_touch {
        display: flex;
        flex-direction: column
    }
    .req_quote {
        flex: 0 0 100%
    }
    .feedback {
        margin-top: 2em;
        flex: 0 0 100%
    }
    .bg-video h2,
    .domain_heading,
    .section6 h2,
    .section7 h2,
    .section8 h2 {
        font-size: 25px;
        padding: 0
    }
    .tittle-line1,
    .tittle-line2 {
        display: none
    }
    .services-single-text h4 {
        font-size: 18px
    }
    .read-services.text-center {
        margin: 5px!important
    }
    .read-services.text-center a {
        font-size: 12px!important
    }
    .about-section2 p {
        text-align: center;
        font-size: 14px;
        color: #000
    }
    .ui_ux_before p {
        font-size: 14px;
        text-align: left
    }
    .ui_ux_second_sec p {
        text-align: left
    }
    .how_we_work h1 {
        text-align: center;
        font-size: 25px
    }
    .process-point .col-md-9 {
        text-align: center
    }
    .process-point {
        padding-bottom: 0;
        margin: 2em 0 3em
    }
    p.step-label {
        top: 25px
    }
    .process-point h3 {
        font-size: 20px
    }
    .banner_area h1 br {
        display: none
    }
    .amusement_banner {
        background-color: #819d2e
    }
    .banner_area.amusement_banner h2 br {
        display: block
    }
    .benefits_travelport ul {
        flex-wrap: wrap
    }
    .benefits_travelport ul li span {
        font-size: 15px
    }
    .benefits_travelport ul li {
        height: auto
    }
    .intero_area.travelport_api img {
        max-width: 60%
    }
    .bc_verify_banner {
        background-color: #222a79
    }
    .bc_verify_banner h1 {
        line-height: 30px;
        font-size: 30px
    }
    .bc_verify_banner h1 strong {
        font-size: 25px
    }
    .bc_verify_banner h1 br {
        display: block
    }
    .otheruse_bc ul {
        flex-wrap: wrap;
        margin-top: 0
    }
    .client_require.other_api_serv.spe_feat ul {
        column-count: 1
    }
    .bc_driven ul {
        max-width: 100%;
        flex-wrap: wrap;
        margin: 0;
        justify-content: space-between
    }
    .bc_driven {
        background-size: cover
    }
    .bc_driven ul li {
        flex: 0 0 48%;
        margin: 0
    }
    .smp_niche_ideas.building_trust ul li {
        flex: 0 0 50%
    }
    .otheruse_bc ul li {
        flex: 0 auto;
        padding: 5px 10px;
        margin: .5em;
        font-size: 10px;
        text-align: center
    }
    .client_require.why_blockchain img {
        max-width: 60%
    }
    .smp_niche_ideas {
        padding: 1em 0
    }
    .tradetrust {
        background-size: cover
    }
    .tradetrust img {
        max-width: 200px;
        margin: 0 auto;
        display: block
    }
    .certi_img {
        width: 100px;
        padding: 1em
    }
    .intero_area h3+ul {
        column-count: 1
    }
    .intero_area .para_style+h3 {
        font-size: 15px
    }
    .intero_area h3+ul li {
        font-size: 12px
    }
    .client_require.pink_circle.speci_feat_mpt .row,
    .client_require.pink_circle.speci_preg_mpt .row {
        flex-direction: column-reverse
    }
    .downloads_3d_car ul li,
    .review_3d_car ul li {
        flex: 0 0 200px;
        margin: 10px auto
    }
    .review_3d_car ul li p {
        font-size: 12px
    }
    .review_3d_car ul li h3 {
        font-size: 16px
    }
    .downloads_3d_car ul li img {
        max-width: 90px
    }
    .downloads_3d_car ul li h3 {
        font-size: 18px
    }
    .downloads_3d_car,
    .review_3d_car {
        padding: 1em 0
    }
    .banner_cs {
        background-color: #1a171d
    }
    .mpt_intro img {
        margin: 0 auto
    }
    .config_highlightd ul {
        justify-content: center
    }
    .config_highlightd ul li {
        flex: 0 0 32%;
        margin: 0 auto;
        margin-bottom: 1em
    }
    .config_highlightd ul li span {
        font-size: 14px
    }
    .config_highlightd ul li img {
        max-width: 90px
    }
    .config_highlightd .highlight_ul li img {
        max-width: 65px
    }
    .float_form {
        display: none
    }
    p.para_3d_car {
        font-size: 14px
    }
    .td_car_benefits ul li {
        font-size: 14px
    }
    .email_subscribe {
        padding: 25px
    }
    .banner_om_stream {
        background: #444
    }
    .travel_api_assets.iot_consult_services ul li img {
        max-width: 75px
    }
    .iot_consult_services.trav_solu_to ul li {
        flex: 0 0 100%;
        margin-top: 2em
    }
    .row.comprehensive_tech ul {
        margin-top: 2em;
        padding-left: 20px
    }
    .row.comprehensive_tech ul li {
        margin: 0 0 1em
    }
    .iot_consult_services.work_with_hs ul {
        padding-left: 20px
    }
    .iot_consult_services.grow_travel_busi {
        overflow: hidden
    }
    .iot_consult_services.grow_travel_busi .row {
        justify-content: center
    }
    .iot_consult_services.grow_travel_busi .col {
        flex: 0 0 47%;
        margin-bottom: 1em
    }
}

@media only screen and (min-width:768px) {
    .carousel-item .mobile_img {
        display: none
    }
    .mega-menu,
    li.drop-down>ul {
        position: absolute
    }
    .mobile_view.slick-slider {
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .client-desktop-view .item {
        min-height: 400px;
    }
    .client-desktop-view .item img {
        max-width: 100px;
    }
    .elearning_banner {
        background-image: unset;
        background: #f1fffd
    }
    .row.easy-learn .col {
        flex: 0 0 47%
    }
    .col-md-12.feature_saas .col:nth-child(2) h4:after {
        width: 130px;
        height: 40px;
        right: 10px;
        top: -210px;
        transform: rotate(235deg)
    }
    .col-md-12.feature_saas .col:nth-child(2) h4:before {
        width: 115px;
        height: 40px;
        left: -85px;
        bottom: 40px;
        transform: rotate(15deg)
    }
    .cloud_based_dev_serv.ios_custom_req ul {
        justify-content: space-between
    }
    .cloud_based_dev_serv.ios_custom_req ul li {
        flex: 0 0 48.5%;
        margin: 0;
        margin-bottom: 3em
    }
    .cloud_based_dev_serv.ios_custom_req ul li:nth-child(n+3) {
        margin: 0
    }
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item .nav-link {
        min-width: 0;
        white-space: nowrap;
        font-size: 14px
    }
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item,
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item:nth-child(2n) {
        flex: 0 0 16%;
        margin-right: 5px;
        display: flex;
        justify-content: center;
        margin-bottom: 0
    }
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item .nav-link img {
        max-width: 35px
    }
    .cloud_computing.industry_focused.technlogies_prog .tab-content {
        flex: 1;
        margin-left: 0
    }
    .cloud_computing.industry_focused.technlogies_prog .tab-content ul {
        align-items: flex-start
    }
    .cloud_computing.industry_focused.technlogies_prog .tab-content ul li {
        flex: 0 0 25%;
        padding: 0;
        margin: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .android_app_banner {
        background: #ffce8c!important
    }
    .android_mob_view img {
        max-width: 150px
    }
    .about_subsec .nav-pills li {
        min-width: 150px;
        min-height: 150px
    }
    .frame__body {
        width: 360px
    }
    .about_subsec .nav-pills .nav-link {
        font-size: 15px
    }
    .about_cta ul li {
        margin: 0
    }
    .benefit_abt {
        padding: 0
    }
    .benefit_abt ul:first-child,
    .benefit_abt ul:last-child {
        padding: 0
    }
    .benefit_abt ul:first-child li,
    .benefit_abt ul:last-child li {
        padding: 0
    }
    .benefit_data p {
        min-height: 100px
    }
    .benefit_abt ul li span {
        display: block;
        width: 90px;
        height: 90px;
        position: static;
        margin-right: 10px
    }
    .benefit_abt ul:first-child li span {
        margin: 0 0 0 10px
    }
    .benefit_abt ul li span img {
        max-width: 90%
    }
    .compare_hs .caompare_ul>ul li {
        font-size: 14px;
        min-height: 62px
    }
    .caompare_ul>ul:first-child li {
        padding-right: 5px
    }
    .caompare_ul>ul:nth-child(2) li {
        padding-left: 5px
    }
    .caompare_ul>ul:first-child:before {
        display: none
    }
    .ux-ui-banner .advantages {
        margin-top: 5em;
        max-width: 75%
    }
    .carousel-indicators li {
        width: 12px;
        height: 12px
    }
    .idea_2_iot h2 {
        font-size: 20px
    }
    .carousel-item p {
        font-size: 12px
    }
    .case_study_IOT:before {
        font-size: 52px;
        left: -128px;
        top: 0
    }
    .carousel-item h2 {
        font-size: 20px
    }
    .idea_2_iot form input {
        max-width: 250px
    }
    .industry_focused .nav-tabs .nav-link .svg_thumb {
        width: 75px;
        height: 75px
    }
    .industry_focused .nav-tabs .nav-link .svg_thumb svg {
        max-width: 45px
    }
    .industry_focused a.nav-link {
        font-size: 14px
    }
    .iot_serv_sec h3 span {
        width: 75px;
        height: 75px
    }
    .iot_serv_sec h3 span img {
        max-width: 50px
    }
    .iot_solutions .col-md-12>ul {
        margin: 0 auto;
        width: 90%
    }
    .industry_focused h2,
    .iot_consult_services h2,
    .iot_solutions h2 {
        font-size: 20px;
        margin-bottom: 1em
    }
    .iot_consult_services p {
        font-size: 14px
    }
    .industry_focused p,
    .iot_serv_sec ul li {
        font-size: 12px
    }
    .iot_serv_sec ul li:before {
        width: 5px;
        height: 5px
    }
    .sol_icon {
        width: 54px;
        height: 54px
    }
    .sol_icon img {
        max-width: 25px
    }
    .iot_solutions ul li:nth-child(even) .sol_icon:before,
    .iot_solutions ul li:nth-child(odd) .sol_icon:before {
        left: 27px
    }
    .iot_solutions ul li:nth-child(even) .sol_icon:after,
    .iot_solutions ul li:nth-child(odd) .sol_icon:after {
        left: 23px;
        width: 10px;
        height: 10px
    }
    .iot_solutions .col-md-12>ul:after {
        height: 3px
    }
    .iot_solutions ul li:nth-child(even) h4 {
        top: 100px
    }
    .solu_more {
        min-width: 175px;
        min-height: 150px
    }
    .col_ul .col_li {
        flex: 0 0 25%;
        padding: 15px
    }
    h2.robotics_tools_h2 {
        padding: 10px
    }
    .casestudies_all_bottom h2 {
        font-size: 16px
    }
    .casestudies_all_bottom p {
        font-size: 14px
    }
    .form_holder .form_shadow {
        margin-top: 0
    }
    .us_in_num {
        right: -40px;
        transform-origin: bottom;
        height: auto;
        width: auto;
        display: flex;
        justify-content: center;
        width: 125px;
        padding: 5px;
        border-radius: 5px
    }
    .form_holder ul.coonect_with li.call_us:hover .us_in_num {
        z-index: 0;
        right: -35px;
        top: -65px;
        transform: scale(1);
        transition: all 1.2s;
        width: 145px
    }
    .us_in_num a {
        font-size: 14px
    }
    .us_in_num:after {
        content: "";
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 10px solid;
        border-top-color: #0bd8f8;
        position: absolute;
        bottom: -10px;
        width: 0;
        height: 0;
        display: block
    }
    .portfolio_li {
        flex-wrap: wrap;
        margin-bottom: 15px
    }
    .portfolio_slider .fix_portfoilo_title {
        left: -87px;
        font-size: 25px;
        top: 15vh
    }
    .portfolio_li .portfolio_detail .key-features {
        text-align: left!important;
        font-size: 22px;
        font-weight: 600
    }
    .portfolio_li .portfolio_detail .key-features+p {
        font-size: 14px;
        text-align: justify
    }
    .anchor-link a {
        font-size: 15px
    }
    .anchor-link a span+img {
        width: 20px
    }
    .btn-shutter-more {
        font-size: 12px;
        font-weight: 500
    }
    .img-pos h2 {
        font-size: 22px;
        font-weight: 600
    }
    .img-pos p {
        font-size: 12px
    }
    .expandWrpr {
        padding: 15px 0;
        min-height: 250px
    }
    label.close_tab {
        position: absolute;
        right: 10px;
        top: 10px
    }
    label.close_tab svg {
        width: 30px;
        height: 30px
    }
    .smp_niche_ideas.CF_solut_tool ul li {
        flex: 0 0 24%
    }
    .best_part_of_CF h2 {
        font-size: 20px;
        padding: 15px
    }
    .best_part_of_CF h3 {
        font-size: 16px;
        padding: 0 15px;
        line-height: 1.5
    }
    #reqQuote_form .form-row {
        width: auto
    }
    .req_a_quote h1 {
        font-size: 25px;
        color: #fff
    }
    .req_a_quote .col-md-6.text-left h2 {
        font-size: 18px
    }
    .req_a_quote h2 {
        font-size: 18px;
        color: #fff
    }
    .req_a_quote p {
        font-size: 12px;
        color: #fff
    }
    .process.req_process ul {
        width: 100%
    }
    .process ul li {
        margin-bottom: 0;
        display: flex;
        flex-direction: column
    }
    .process ul li p {
        width: 100%;
        padding-left: 40px;
        font-size: 12px
    }
    .process ul li h3 {
        font-size: 18px;
        display: flex;
        align-items: center;
        margin-left: 0
    }
    .process ul li h3 b {
        margin-right: 10px
    }
    .footer-top {
        padding-top: 20px
    }
    .banner_area {
        min-height: 250px;
        padding: 2em 0
    }
    .banner_area h1 {
        font-size: 30px
    }
    .banner_area h2 {
        font-size: 18px
    }
    h2.top_sub_head {
        margin-top: 2em!important
    }
    .banner_area .req_quote {
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        min-width: 185px;
        padding: 8px 10px;
        margin-top: .5em!important
    }
    .client_deliv,
    .client_require,
    .fleet_assets,
    .intero_area,
    .key_modules,
    .req_quote_fleet,
    .vehicle_mgmt_feat {
        padding: 1.5em 0 0
    }
    .section_heading {
        font-size: 18px;
        margin-bottom: 1em
    }
    .key_modules .section_heading {
        margin-bottom: 1.5em
    }
    .section_heading.heading_after:after {
        height: 2px;
        width: 100px;
        bottom: -7px
    }
    .para_style {
        font-size: 14px
    }
    .intero_area img {
        max-width: 300px
    }
    .sec_sub_heading {
        font-size: 16px;
        margin: .2em 0;
        font-weight: 600
    }
    .feat_cont h4 {
        font-size: 22px
    }
    .feat_img.rounded-circle {
        width: 100px;
        height: 100px;
        padding: 30px
    }
    .feat_cont p {
        max-width: 100%
    }
    .feat_cont {
        margin-left: 10px;
        flex: 0 0 75%
    }
    .key_modules ul li img {
        max-width: 65px
    }
    .client_require.key_benefits img {
        max-width: 90%
    }
    section.categ_sect.key_to_use ul li .thumbnail_img img {
        max-width: 60%
    }
    .best_fit_img {
        max-width: 600px
    }
    .best_fit_img img {
        max-width: 150px
    }
    .img_ama_box {
        width: 100px;
        height: 100px;
        border: 5px solid #ccc
    }
    .smp_niche_ideas ul li img {
        max-width: 45px
    }
    .smp_niche_ideas ul li {
        margin-bottom: 1em
    }
    .smp_niche_ideas ul li h4 {
        font-size: 14px
    }
    .client_require ul li {
        font-size: 12px;
        margin-bottom: .5em;
        padding-left: 1.5em
    }
    .client_require ul li:before {
        width: 10px;
        height: 10px;
        top: 3px
    }
    .con_req a {
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        min-width: 185px;
        padding: 8px 10px
    }
    section.luking_simi {
        padding: 1em 0
    }
    .key_modules ul li {
        padding: 10px;
        margin-bottom: 1em
    }
    .services-develop-text-wrapper {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .services-develop-text-wrapper h1 {
        font-size: 40px
    }
    .services-develop-text .services-develop-text-wrapper {
        padding: 20px 0
    }
    .portfolio,
    .services-develop-text {
        min-height: 300px
    }
    .services-single-text h4 {
        font-size: 18px
    }
    .amusement-park-text h3 {
        text-align: center;
        font-size: 25px
    }
    .park-banner.robotic_banner {
        height: 300px
    }
    .product_img.park-manage-image {
        margin-top: 3.5em
    }
    .park-banner.robotic_banner .park-text-content.robot-text-content {
        background: #00000057;
        padding: 15px
    }
    .mobile-app h2,
    .robotics_h2 {
        font-size: 22px;
        margin-top: 20px
    }
    .mob_app_main_heading {
        font-size: 25px
    }
    .smart-factories .cnt-block h3 {
        font-size: 18px
    }
    .smart-factories .cnt-block p {
        font-size: 12px;
        margin: 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: 150px
    }
    .nation_ios_boxs_img {
        min-height: auto
    }
    .nation_ios_boxs_img img {
        max-width: 100%;
        height: auto;
        max-height: 75px
    }
    .nation_ios_boxs p {
        font-size: 15px;
        padding-top: 15px;
        margin: 0;
        color: #000;
        font-weight: 700
    }
    .single-box-services {
        min-height: 360px
    }
    span#span_mega {
        right: 15px
    }
    section.our-team-section h1 {
        font-size: 25px;
        font-weight: 700
    }
    .why-choose-column .why-text {
        position: static;
        transform: initial;
        text-align: center;
        margin-top: 20px;
        min-height: 160px
    }
    .bg-video h2,
    .domain_heading,
    .section6 h2,
    .section7 h2,
    .section8 h2 {
        font-size: 35px;
        padding: 0
    }
    .section8 h2 {
        margin-bottom: 20px
    }
    .technology_box {
        margin-bottom: 0
    }
    .tab .nav-tabs li a {
        padding: 10px 15px;
        font-size: 12px
    }
    .text-con-app {
        padding: 15px 0
    }
    .achivement-box {
        padding: 20px 0 26px 0;
        min-height: auto;
        margin: 15px 0 0
    }
    .why-choose-column p {
        text-align: center
    }
    .why-choose-column img {
        margin: 0
    }
    .why-choose-column {
        height: auto!important;
        flex-direction: column;
        flex-wrap: wrap
    }
    .why-choose-column .why-text h3 {
        font-size: 18px
    }
    .new_technology_sec .row {
        justify-content: space-between
    }
    .new_technology_sec .col_2 {
        margin-right: 0;
        flex: 0 0 32%;
        margin-bottom: 20px;
        padding: 0 15px
    }
    .new_technology_sec .col_2:last-child,
    .new_technology_sec .col_2:nth-last-child(2) {
        flex: 0 0 49%
    }
    .section8 h1 {
        font-size: 30px;
        margin-bottom: 20px
    }
    .section6 {
        margin-bottom: 10px
    }
    .form-text {
        display: flex;
        margin-top: .25rem;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }
    .form-row {
        width: 100%
    }
    .form-row input[type=text] {
        max-width: 100%;
        margin: 0 0 15px
    }
    .submit-form .sub_btn {
        border-radius: 15px;
        padding: 10px 25px!important
    }
    .footer-form {
        padding: 0 0 15px;
        text-align: center
    }
    .container-fluid {
        width: 100%;
        padding: 0 15px
    }
    .achivement-box span.count {
        font-size: 20px
    }
    .achivement-box h4 {
        font-size: 10px;
        margin: 0
    }
    .park-banner.crypto_fund.decentralized_banner {
        height: 265px
    }
    .park-banner.crypto_fund.decentralized_banner .park-text-content {
        margin-top: 2em
    }
    .park-banner.crypto_fund.decentralized_banner .park-text-content h1 {
        font-size: 24px
    }
    .park-banner.crypto_fund.decentralized_banner .park-text-content h2 {
        font-size: 15px
    }
    .timeline-split .timeline {
        padding: 0;
        margin-top: 25px
    }
    .timeline-split .timeline .block {
        width: calc(50% - 35px);
        padding: 15px
    }
    .timeline-split .timeline .block.block-right {
        margin-left: calc(50%+35px)
    }
    .timeline-split .timeline .block.block-left::before {
        right: -42px
    }
    .timeline-split .timeline .block.block-right::before {
        left: -42px
    }
    .timeline-split .timeline .block.block-right::after {
        left: -35px;
        width: 35px
    }
    .timeline-split .timeline .block.block-left::after {
        right: -35px;
        width: 35px
    }
    .timeline-split .timeline h3 {
        font-size: 18px
    }
    .timeline .block p {
        font-size: 14px
    }
    .mt-30 {
        margin-top: 30px
    }
    h2.fund_sec_heading {
        font-size: 20px
    }
    .fund_para {
        font-size: 15px;
        line-height: 1.5!important
    }
    section.benefit_feat ul li,
    section.categ_sect ul li {
        font-size: 14px
    }
    .need_create .managment_trip_left ul li {
        line-height: 2;
        font-size: 14px
    }
    .timeline-split .timeline h3 img {
        max-width: 30px
    }
    .need_create {
        padding: 2em 0 12vw
    }
    .blist_para {
        font-size: 15px;
        width: 100%
    }
    section.benefit_feat {
        padding: 2em 0
    }
    .carousel-item .mobile_img {
        display: none
    }
    #main-slider .carousel-item {
        padding: 0!important
    }
    #main-slider p {
        font-size: 20px;
    }
    #main-slider h2 {
        font-size: 25px
    }
    #main-slider .carousel-item h2 span {
        font-size: 35px!important
    }
    #main-slider .carousel-caption {
        top: 22%;
        left: 45px;
    }
    .carousel-control-next {
        right: 15px;
    }
    .carousel-control-prev {
        left: 15px!important
    }
    .order_mgmt_img img {
        max-width: 100%;
    }
    .park-banner.catalog_mgmt.decentralized_banner {
        height: 340px;
    }
    .park-banner.catalog_mgmt.decentralized_banner .park-text-content {
        margin-top: 6em;
    }
    .park-banner.catalog_mgmt.decentralized_banner h2.fund_sec_heading b {
        color: #fff;
        font-size: 20px;
        line-height: normal;
        font-weight: 600;
    }
    .park-banner.catalog_mgmt.decentralized_banner h2.fund_sec_heading {
        font-size: 16px;
        font-weight: 600;
    }
    .park-banner.catalog_mgmt.decentralized_banner h1 {
        font-size: 22px;
        font-weight: 700;
    }
    .button-trip.btn-hsr a {
        font-size: 14px;
        padding: 7px 15px;
    }
    section.benefit_feat.oms_features ul li {
        flex: 0 0 49%;
    }
    section.know_crypto_fund.step_processes .amusement-text+ul li,
    ul.choose_system_parent li {
        flex: 0 0 49%;
    }
    section.benefit_feat.oms_features {
        padding: 0;
    }
    ul.choose_system_parent li h3 {
        display: flex;
        padding: 5px;
        font-size: 15px
    }
    section.fund_manager.right_order_mgmt p {
        font-size: 14px
    }
    ul.choose_system_parent li {
        margin-bottom: 15px;
    }
    section.fund_manager {
        margin: 2em 0;
    }
    ul.choose_system_parent {
        margin-top: 20px
    }
    .know_crypto_fund h2 {
        font-size: 20px
    }
    .why-business-wrap {
        padding: 15px 0
    }
    .make-trip-text {
        margin-top: 0;
        padding: 10px 0 0
    }
    .make-trip-text h2 {
        font-size: 22px;
        margin: 0
    }
    .travel-services {
        padding: 15px;
        text-align: center;
        min-height: 100%
    }
    .travel-services {
        padding: 15px;
        text-align: center;
        min-height: 100%;
    }
    .travel-services:hover {
        transform: none
    }
    section.section7 .col-lg-4 {
        margin-bottom: 15px
    }
    .travel-services h3 {
        margin: 5px 0;
        font-size: 16px
    }
    .blog-link p {
        font-size: 18px
    }
    .fun-fact {
        padding: 10px;
        text-align: center;
        margin: 0;
        min-height: 160px
    }
    .fun-fact:hover {
        transform: none;
        padding: 5px;
        margin: 0
    }
    .fun-fact p {
        font-size: 15px;
        margin: 0
    }
    .fun-fact img {
        position: static;
        padding: 0;
        margin-bottom: 10px
    }
    .travel-app {
        margin-top: 20px
    }
    .travel-app p {
        font-size: 15px;
        padding: 0
    }
    .travel-app h1 {
        font-size: 22px;
        margin: 0
    }
    .main-heading-domain-border-1 div:first-child,
    .main-heading-domain-border-1 div:last-child {
        height: 2px
    }
    .blog-link {
        padding: 15px 0
    }
    .park-text-content {
        margin-top: 70px;
        width: 100%;
        padding: 0
    }
    .decentralize_manage_image {
        margin-top: 26px
    }
    .managment-text {
        margin: 0!important
    }
    .managment-content h3 {
        font-size: 18px;
        padding: 0 15px
    }
    .managment-text p {
        font-size: 14px
    }
    .park-banner {
        min-height: 300px;
        height: auto
    }
    .park-text-content h1 {
        font-size: 25px
    }
    .amusement-park-text {
        margin-top: 20px
    }
    .amusement-park-text h2,
    .managment-trip-text h4 {
        font-size: 22px
    }
    .col-md-4.managment-park {
        flex: 0 0 50%!important;
        max-width: 50%!important;
        margin-bottom: 20px
    }
    .navbar-nav li .get-touch {
        border-radius: 0;
        text-align: center
    }
    ul.navbar-nav.text-right.ml-auto {
        background: #00bcd4;
        z-index: 1;
        width: 100%
    }
    li.nav-item {
        text-align: left
    }
    li.nav-item i {
        float: right;
        color: #f79d15
    }
    .whats-seo-text h2 {
        text-align: center;
        width: 100%!important
    }
    .dropdown-menu {
        border: 0
    }
    .dropdown-bg {
        background: #000
    }
    .dropdown-bg a {
        padding-left: 40px;
        font-size: 14px;
        line-height: normal;
        color: #fff
    }
    .mega-menu {
        background: #000;
        padding: 10px 10px 0;
        height: auto
    }
    .mega-menu h4 {
        color: #f79713
    }
    .mega-menu .description li {
        margin-bottom: 10px
    }
    .mega-menu .description li a {
        color: #fff;
        font-size: 12px;
        padding: 5px 2px
    }
    .mega-menu .description li a svg {
        width: 14px;
        height: 14px;
        margin-right: 3px
    }
    .mega-menu .description li a svg * {
        fill: #fff!important
    }
    section.benefit_feat.using_ervice.business_models ul.bm_ul li {
        margin: 0 5px
    }
    section.benefit_feat.using_ervice.business_models ul.bm_ul li h3 {
        font-size: 16px
    }
    .main-banner {
        height: auto;
        min-height: 350px
    }
    .d-table-cell {
        display: block;
        padding: 40px 0 0
    }
    .hero-content h1 {
        font-size: 25px
    }
    .managment-trip-wrapper.mb-75.managment_sec {
        min-height: 100%;
        margin: 0
    }
    form#contact-form, .quickconnect {
        width: 90%;
        padding: 20px 15px
    }
    .messages {
        left: -40px
    }
    .messages:after {
        border-top: 26px solid #f89b1c;
        border-left: 15px solid transparent;
        top: -20px;
        left: 5px
    }
    .controls input.form-control,
    .controls select.form-control {
        height: 40px!important;
        font-size: 12px
    }
    .error_show {
        font-size: 12px
    }
    .col-md-12 .get_touch {
        display: flex;
        flex-direction: column
    }
    .req_quote {
        flex: 0 0 100%
    }
    .feedback {
        margin-top: 5em;
        flex: 0 0 100%
    }
    .feedback_child {
        flex: 0 0 47%;
        height: 230px
    }
    .step-label {
        font-size: 12px
    }
    .about-section2 p {
        font-size: 14px;
        color: #000
    }
    .about-section2 h3 {
        font-size: 16px
    }
    .navbar.bg-light {
        padding: 0
    }
    .navbar.navbar-shrink {
        border: 0;
        height: auto;
        top: 0
    }
    .benefits_travelport ul {
        flex-wrap: wrap
    }
    .benefits_travelport ul li span {
        font-size: 15px
    }
    .benefits_travelport ul li {
        height: auto
    }
    .bc_verify_banner h1 {
        line-height: 30px;
        font-size: 28px
    }
    .bc_verify_banner h1 strong {
        font-size: 25px
    }
    .bc_driven ul {
        max-width: 100%
    }
    .smp_niche_ideas.blockchain_why_choose_us ul li img {
        max-width: 75px
    }
    .otheruse_bc ul li {
        flex: 0 auto;
        padding: 5px 10px;
        font-size: 14px
    }
    .otheruse_bc ul {
        margin: 0
    }
    .downloads_3d_car ul li {
        margin: 0 3em
    }
    .config_highlightd ul li span {
        font-size: 14px
    }
    .td_car_benefits ul li,
    p.para_3d_car {
        font-size: 14px
    }
    .email_subscribe {
        padding: 20px
    }
    .td_car_benefits .email_subscribe h2 {
        font-size: 18px
    }
    .iot_consult_services.grow_travel_busi .col h3 {
        font-size: 14px
    }
    .travel_api_assets.iot_consult_services ul li img {
        max-width: 120px
    }
}

@media(min-width:992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0
    }
    .drop-down-ul:hover,
    .mega-drop-down a:hover+.mega-menu,
    .mega-menu:hover {
        display: block
    }
    .mobile_slider {
        display: none
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .row.easy-learn .col {
        flex: 0 0 47%
    }
    .col-md-12.feature_saas .col:nth-child(2) h4:after {
        width: 130px;
        height: 40px;
        right: 60px;
        top: -195px;
        transform: rotate(235deg)
    }
    .col-md-12.feature_saas .col:nth-child(2) h4:before {
        width: 145px;
        height: 41px;
        left: -85px;
        bottom: 40px;
        transform: rotate(15deg)
    }
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item .nav-link {
        min-width: 0;
        white-space: nowrap;
        font-size: 14px
    }
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item,
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item:nth-child(2n) {
        flex: 0 0 16%;
        margin-right: 5px;
        display: flex;
        justify-content: center;
        margin-bottom: 0
    }
    .cloud_computing.industry_focused.technlogies_prog .nav-tabs .nav-item .nav-link img {
        max-width: 35px
    }
    .cloud_computing.industry_focused.technlogies_prog .tab-content {
        flex: 1;
        margin-left: 0
    }
    .cloud_computing.industry_focused.technlogies_prog .tab-content ul {
        align-items: flex-start
    }
    .cloud_computing.industry_focused.technlogies_prog .tab-content ul li {
        flex: 0 0 25%;
        padding: 0;
        margin: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center
    }
    .android_app_banner {
        background: #ffce8c!important
    }
    .android_mob_view img {
        max-width: 150px
    }
    .compare_hs .caompare_ul>ul li {
        font-size: 14px;
        min-height: 62px
    }
    .iot_serv_sec h3 span {
        width: 75px;
        height: 75px
    }
    .iot_solutions .col-md-12>ul {
        margin: 0 auto;
        width: 90%
    }
    .iot_serv_sec h3 span img {
        max-width: 50px
    }
    .casestudies_all_bottom h2 {
        font-size: 16px
    }
    .casestudies_all_bottom p {
        font-size: 14px
    }
    .form_holder .form_shadow {
        margin-top: -8em
    }
    .mega-menu {
        padding: 10px 10px 0;
        height: auto
    }
    .mega-menu .description li a {
        padding: 5px 3px;
        font-size: 12px
    }
    .mega-menu .description li a svg {
        width: 15px;
        height: 15px;
        margin-right: 3px
    }
    .btn-shutter-more {
        font-size: 12px
    }
    .img-pos h2 {
        font-size: 25px;
        font-weight: 600
    }
    .expandWrpr {
        padding: 15px 0;
        min-height: 275px
    }
    .smp_niche_ideas.CF_solut_tool ul li {
        flex: 0 0 20%
    }
    .best_part_of_CF h2 {
        font-size: 24px;
        padding: 15px
    }
    .best_part_of_CF h3 {
        font-size: 18px;
        padding: 0 15px;
        line-height: 1.5
    }
    .img_ama_box {
        width: 120px;
        height: 120px;
        border: 5px solid #ccc
    }
    .smp_niche_ideas ul li img {
        max-width: 55px
    }
    .smp_niche_ideas ul li {
        margin-bottom: 1em
    }
    .smp_niche_ideas ul li h4 {
        font-size: 14px
    }
    .best_fit_img {
        max-width: 600px
    }
    .best_fit_img img {
        max-width: 150px
    }
    .banner_area {
        min-height: 380px
    }
    .banner_area h1 {
        font-size: 35px
    }
    .banner_area h2 {
        font-size: 20px
    }
    .banner_area .req_quote {
        padding: 10px 15px;
        font-size: 15px;
        min-width: 200px
    }
    .client_deliv,
    .client_require,
    .fleet_assets,
    .intero_area,
    .key_modules,
    .req_quote_fleet,
    .vehicle_mgmt_feat {
        padding: 1.5em 0 0
    }
    .section_heading {
        font-size: 20px;
        margin-bottom: 1em
    }
    .key_modules .section_heading {
        margin-bottom: 1.5em
    }
    .section_heading.heading_after:after {
        bottom: -7px;
        height: 2px;
        width: 100px
    }
    .para_style {
        font-size: 15px
    }
    .small_p_style {
        font-size: 12px
    }
    .intero_area img {
        max-width: 375px
    }
    .sec_sub_heading {
        font-size: 15px;
        margin: .5em 0;
        font-weight: 600
    }
    .feat_cont h4 {
        font-size: 22px
    }
    .feat_img.rounded-circle {
        width: 100px;
        height: 100px;
        padding: 30px
    }
    .feat_cont p {
        max-width: 100%
    }
    .feat_cont {
        margin-left: 10px;
        flex: 0 0 75%
    }
    .key_modules ul li img {
        max-width: 75px
    }
    .client_require.key_benefits img {
        max-width: 90%
    }
    section.categ_sect.key_to_use ul li .thumbnail_img img {
        max-width: 60%
    }
    .client_require ul li {
        font-size: 15px;
        margin-bottom: .7em
    }
    .client_require ul li:before {
        width: 15px;
        height: 15px;
        top: 3px
    }
    section.luking_simi {
        padding: 1em 0
    }
    .con_req a {
        border-radius: 5px;
        font-size: 14px;
        font-weight: 600;
        min-width: 185px
    }
    .key_modules ul li {
        padding: 15px
    }
    .product_img.park-manage-image {
        margin-top: 5em
    }
    .mob_app_main_heading {
        font-size: 25px
    }
    .smart-factories .cnt-block h3 {
        font-size: 18px
    }
    .smart-factories .cnt-block p {
        font-size: 12px;
        margin: 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: 200px
    }
    .nation_ios_boxs_img {
        min-height: auto
    }
    .nation_ios_boxs_img img {
        max-width: 100%;
        height: auto;
        max-height: 75px
    }
    .nation_ios_boxs p {
        font-size: 15px;
        padding-top: 15px;
        margin: 0;
        color: #000;
        font-weight: 700
    }
    .nation_ios h3 {
        font-size: 20px;
        font-weight: 700;
        padding-top: 20px;
        flex: 0 0 100%
    }
    section.our-team-section {
        width: 95%
    }
    section.our-team-section h1 {
        font-size: 30px;
        font-weight: 700
    }
    .achivement-box,
    .achivement-box:hover {
        margin: 15px 0 0;
        padding: 15px 5px
    }
    .achivement-box h4 {
        font-size: 12px
    }
    .bg-video h2,
    .domain_heading,
    .section6 h2,
    .section7 h2,
    .section8 h2 {
        font-size: 35px;
        padding: 0
    }
    .section8 h2 {
        margin-bottom: 30px
    }
    .new_technology_sec .row {
        justify-content: space-between
    }
    .new_technology_sec .col_2 {
        margin-right: 0;
        flex: 0 0 32%;
        margin-bottom: 20px
    }
    .new_technology_sec .col_2:last-child,
    .new_technology_sec .col_2:nth-last-child(2) {
        flex: 0 0 48%
    }
    .achivement-box span.count {
        font-size: 18px
    }
    .section8 {
        padding: 30px 0
    }
    .container-fluid {
        width: 95%;
        padding: 0
    }
    .navbar-expand-lg .navbar-nav .nav-link,
    .navbar.navbar-shrink .navbar-nav .nav-link {
        padding: 18px 10px;
        font-size: 12px
    }
    .navbar-expand-lg .navbar-nav .get-touch,
    .navbar.navbar-shrink .navbar-nav .get-touch {
        padding: 5px 15px;
        font-size: 12px
    }
    .timeline-split .timeline {
        padding: 25px;
        margin-top: 25px
    }
    .timeline-split .timeline h3 {
        font-size: 20px
    }
    .timeline .block p {
        font-size: 14px
    }
    .timeline-split .timeline h3 img {
        max-width: 35px
    }
    .sticky {
        padding: 0 15px!important
    }
    .park-banner.crypto_fund.decentralized_banner {
        height: 340px
    }
    .park-banner.crypto_fund.decentralized_banner .park-text-content {
        margin-top: 5em
    }
    .fund_sec_heading {
        font-size: 25px
    }
    .fund_para {
        font-size: 15px
    }
    section.categ_sect ul li {
        font-size: 15px
    }
    .need_create .managment_trip_left ul li,
    section.benefit_feat ul li {
        line-height: 2;
        font-size: 15px
    }
    .need_create {
        padding: 2em 0 15vw
    }
    .need_create .managment-trip-text {
        margin-bottom: 18px
    }
    section.categ_sect {
        margin: 0
    }
    .blist_para {
        font-size: 16px
    }
    .carousel-item .mobile_img {
        display: none
    }
    #main-slider .carousel-item {
        padding: 0!important
    }
    #main-slider p {
        font-size: 25px
    }
    #main-slider h2 {
        font-size: 30px
    }
    #main-slider .carousel-item h2 span {
        font-size: 40px!important
    }
    #main-slider .carousel-caption {
        top: 33%;
        left: 45px
    }
    .carousel-control-next {
        right: 15px
    }
    .carousel-control-prev {
        left: 15px!important
    }
    .order_mgmt_img img {
        max-width: 100%
    }
    .park-banner.catalog_mgmt.decentralized_banner {
        height: 340px
    }
    .park-banner.catalog_mgmt.decentralized_banner .park-text-content {
        margin-top: 6em
    }
    .park-banner.catalog_mgmt.decentralized_banner h2.fund_sec_heading b {
        color: #fff;
        font-size: 20px;
        line-height: normal;
        font-weight: 600
    }
    .park-banner.catalog_mgmt.decentralized_banner h2.fund_sec_heading {
        font-size: 16px;
        font-weight: 600
    }
    .park-banner.catalog_mgmt.decentralized_banner h1 {
        font-size: 22px;
        font-weight: 700
    }
    .button-trip.btn-hsr a {
        font-size: 14px;
        padding: 7px 15px
    }
    section.benefit_feat.oms_features ul li {
        flex: 0 0 49%
    }
    section.know_crypto_fund.step_processes .amusement-text+ul li,
    ul.choose_system_parent li {
        flex: 0 0 49%
    }
    section.benefit_feat.oms_features {
        padding: 0
    }
    .technology_box h3 {
        padding: 10px 5px;
        font-size: 12px
    }
    ul.choose_system_parent li h3 {
        display: flex;
        padding: 5px;
        font-size: 15px
    }
    section.fund_manager.right_order_mgmt p {
        font-size: 14px
    }
    ul.choose_system_parent li {
        margin-bottom: 15px
    }
    section.fund_manager {
        margin: 2em 0
    }
    ul.choose_system_parent {
        margin-top: 20px
    }
    .know_crypto_fund h2 {
        font-size: 20px
    }
    .why-business-wrap {
        padding: 15px 0
    }
    .make-trip-text {
        margin-top: 0;
        padding: 10px 0 0
    }
    .make-trip-text h2 {
        font-size: 22px;
        margin: 0
    }
    .travel-services {
        padding: 15px;
        text-align: center;
        min-height: 100%
    }
    .travel-services {
        padding: 15px;
        text-align: center;
        min-height: 100%
    }
    .travel-services:hover {
        transform: none
    }
    section.section7 .col-lg-4 {
        margin-bottom: 15px
    }
    .travel-services h3 {
        margin: 5px 0;
        font-size: 20px
    }
    .blog-link p {
        font-size: 18px
    }
    .fun-fact:hover {
        transform: none
    }
    .fun-fact {
        margin: 5px 0
    }
    .fun-fact p {
        font-size: 18px!important
    }
    .travel-app {
        margin-top: 20px
    }
    .travel-app p {
        font-size: 16px;
        padding: 0
    }
    .travel-app h1 {
        font-size: 22px;
        margin: 0
    }
    .main-heading-domain-border-1 div:first-child,
    .main-heading-domain-border-1 div:last-child {
        height: 2px
    }
    .blog-link {
        padding: 15px 0
    }
    .section7 {
        padding: 20px 0 10px
    }
    .managment-text {
        margin: 0!important
    }
    .managment-content h3 {
        font-size: 22px;
        padding: 0 15px
    }
    .managment-text p {
        font-size: 15px
    }
    .park-banner {
        height: auto;
        min-height: 350px
    }
    .amusement-park-text {
        margin-top: 20px
    }
    .col-md-4.managment-park {
        flex: 0 0 33%!important;
        max-width: 33%!important
    }
    .park-text-content {
        margin-top: 4.5em
    }
    .req_quote {
        flex: 0 0 45%
    }
    .feedback {
        margin-top: 5em;
        flex: 0 0 55%
    }
    .feedback_child {
        flex: 0 0 47%;
        height: 230px
    }
    .bc_driven ul {
        max-width: 100%;
        margin: 1em 0 0
    }
    .otheruse_bc ul {
        margin: 0
    }
    .otheruse_bc ul li {
        padding: 5px 10px;
        font-size: 15px
    }
    .bc_verify_banner h1 {
        line-height: 40px
    }
    .bc_verify_banner h1 strong {
        font-size: 32px
    }
    .config_highlightd ul li span {
        font-size: 14px
    }
    .td_car_benefits ul li,
    p.para_3d_car {
        font-size: 14px
    }
    .email_subscribe {
        padding: 20px
    }
    .td_car_benefits .email_subscribe h2 {
        font-size: 18px
    }
    .travel_api_assets.iot_consult_services ul li img {
        max-width: 140px
    }
}

@media only screen and (min-width:1200px) and (max-width:1299px) {
    .compare_hs .caompare_ul>ul li {
        font-size: 14px
    }
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .casestudies_all_bottom {
        min-height:210px;
    }
    
    .IOT_dev_banner {
        min-height: 500px
    }
    .iot_serv_sec h3 span {
        width: 85px;
        height: 85px
    }
    .iot_solutions .col-md-12>ul {
        margin: 0 auto;
        width: 95%
    }
    .casestudies_all_bottom h2 {
        font-size: 16px
    }
    .casestudies_all_bottom p {
        font-size: 14px
    }
    .technology_used .nation_ios_boxs img {
        max-width: 100px
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 28px 10px
    }
    .navbar-expand-lg .navbar-nav .get-touch {
        padding: 5px 15px!important
    }
    .client_require.cost_of_CF,
    .intero_area.intro_carefit {
        padding: 1.5em 0
    }
    .best_part_of_CF {
        text-align: center
    }
    .best_part_of_CF h2 {
        font-size: 30px
    }
    .best_part_of_CF h3 {
        font-size: 20px;
        color: #fff
    }
    .callus_CF h3 a {
        color: #fff
    }
    .img_ama_box {
        width: 145px;
        height: 145px;
        border: 10px solid #ccc
    }
    .smp_niche_ideas ul li .img_ama_box img {
        max-width: 60px
    }
    .client_require.amad_services img {
        max-width: 300px
    }
    section.categ_sect.key_to_use ul li .thumbnail_img img {
        max-width: 150px
    }
    .client_require.key_benefits h3 {
        margin: 0 0 1em;
        text-align: left;
        font-size: 18px;
        font-weight: 600
    }
    .smp_niche_ideas ul li {
        flex: 0 1 25%
    }
    .smp_niche_ideas ul li img {
        max-width: 100px
    }
    .smp_niche_ideas ul li h4 {
        font-size: 16px
    }
    .smp_niche_ideas ul li:nth-child(n+9) {
        margin-bottom: 0
    }
    .portfolio_li .portfolio_detail .key-features {
        font-size: 30px
    }
    .portfolio_slider .fix_portfoilo_title {
        font-size: 45px;
        right: -55px;
        top: -4vh
    }
    .banner_area,
    .banner_area.market_place {
        min-height: 450px;
        background-size: 100% 100%;
        background-position: center top
    }
    .banner_area h1,
    .banner_area.market_place h1 {
        font-size: 40px
    }
    .banner_area h2,
    .banner_area.market_place h2 {
        font-size: 20px
    }
    .banner_area .req_quote,
    .banner_area.market_place .req_quote {
        padding: 10px 25px;
        font-size: 16px
    }
    .section_heading {
        font-size: 25px;
        margin-bottom: 1em
    }
    section.categ_sect.key_to_use ul li {
        border-radius: 20px;
        margin-left: 2em;
        padding: 15px
    }
    .key_modules ul li {
        border-radius: 15px;
        padding: 15px;
        margin-bottom: .9em
    }
    .section_heading.heading_after:after {
        bottom: -14px
    }
    .key_modules .section_heading {
        margin-bottom: 2em
    }
    .para_style,
    section.know_crypto_fund.intro_serv_mart .para_style {
        font-size: 15px
    }
    .intero_area img {
        max-width: 450px
    }
    .sec_sub_heading {
        margin: .7em 0
    }
    .feat_cont h4 {
        font-size: 22px
    }
    .feat_img.rounded-circle {
        width: 100px;
        height: 100px;
        padding: 30px
    }
    .feat_cont p {
        max-width: 100%
    }
    .feat_cont {
        margin-left: 10px;
        flex: 0 0 75%
    }
    .key_modules ul li img {
        max-width: 90px
    }
    .client_require ul li {
        font-size: 15px;
        margin-bottom: .7em;
        padding-left: 1.5em
    }
    .client_require ul li:before {
        width: 10px;
        height: 10px;
        top: 5px
    }
    .con_req a {
        font-size: 15px;
        font-weight: 600;
        min-width: 200px;
        padding: 10px 15px
    }
    .client_require,
    .fleet_assets,
    .intero_area,
    .key_modules,
    .vehicle_mgmt_feat {
        padding: 1.5em 0 0
    }
    .benefits_travelport ul li {
        height: 100px;
        padding: 10px
    }
    .benefits_travelport ul li span {
        font-size: 16px
    }
    .otheruse_bc ul li {
        padding: 5px 15px
    }
    .bc_verify_banner h1 {
        line-height: 40px
    }
    .bc_verify_banner h1 strong {
        font-size: 35px
    }
    .review_3d_car ul li img {
        max-width: 80px
    }
}

@media only screen and (min-width:1500px) and (max-width:1799px) {
    .bc_verify_banner h1 {
        font-size: 50px;
        line-height: 50px
    }
    .bc_verify_banner h1 strong {
        font-size: 45px
    }
    .banner_area {
        background-size: 100% 100%;
        background-position: center top;
        background-repeat: no-repeat;
        min-height: 500px
    }
    .IOT_dev_banner {
        min-height: 550px
    }
    .section_heading {
        font-size: 30px
    }
    .client_require ul li,
    .para_style {
        font-size: 18px;
        margin-bottom: .7em
    }
    .intero_area img {
        max-width: 500px
    }
    .client_require,
    .fleet_assets,
    .intero_area,
    .key_modules,
    .vehicle_mgmt_feat {
        padding: 2em 0 0
    }
}

@media only screen and (min-width:1500px) and (max-width:1799px) {
    .bc_verify_banner h1 {
        font-size: 50px;
        line-height: 50px
    }
    .bc_verify_banner h1 strong {
        font-size: 45px
    }
    .banner_area {
        background-size: 100% 100%;
        background-position: center top;
        background-repeat: no-repeat;
        min-height: 500px
    }
    .IOT_dev_banner {
        min-height: 550px
    }
    .section_heading {
        font-size: 30px
    }
    .client_require ul li,
    .para_style {
        font-size: 18px;
        margin-bottom: .7em
    }
    .intero_area img {
        max-width: 500px
    }
    .client_require,
    .fleet_assets,
    .intero_area,
    .key_modules,
    .vehicle_mgmt_feat {
        padding: 2em 0 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-weight: 600;
    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-weight: 600;
    text-transform: uppercase;
    font-size: 40px
}

.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: 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
}

@media only screen and (max-width:575px) {
    .slider1 {
        height: auto
    }
    .slider1 .internet-things-headings .heading2 {
        font-size: 22px;
        position: static
    }
    .slider1 .internet-things-headings .water-mark-h1 {
        font-size: 25px;
        text-align: center
    }
    .slider1 .internet-things-headings .border-slide {
        display: none
    }
    .slider1 .internet-things-headings .box1 img {
        width: 30px;
        height: 30px
    }
    .slider1 .internet-things-headings .box1 h4 {
        font-size: 12px
    }
    .slider1 .internet-things-headings .box1::before {
        display: none
    }
    .slider1 .internet-things-headings .box1 {
        padding-top: 15px
    }
    .slider2 {
        height: auto;
        padding: 0 15px;
        text-align: center
    }
    .slider2 h1 {
        font-size: 22px;
        padding-left: 0
    }
    .slider2 .left-grid .d-flex {
        padding-left: 0;
        flex-direction: column
    }
    .slider2 .left-grid img {
        width: 80px;
        margin: 0 auto
    }
    .slider2 .left-grid ul li {
        font-size: 12px
    }
    .slider3 {
        height: auto;
        padding: 0 15px;
        text-align: center;
        background-position: center
    }
    .slider3 h1 {
        font-size: 22px
    }
    #earth {
        display: none
    }
    .slider3 .left-grid {
        padding: 0 15px
    }
    .slider3 .travel-app {
        width: 90px;
        margin-bottom: 0
    }
    .slider3 .plane {
        position: absolute;
        right: -13px;
        top: 250px;
        width: 150px
    }
    .slider3 .left-grid ul li {
        font-size: 12px;
        margin-left: 15px;
        text-align: left
    }
}

.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
}

@media only screen and (max-width:575px) {
    .slider1 {
        height: auto
    }
    .slider1 .internet-things-headings .heading2 {
        font-size: 22px;
        position: static
    }
    .slider1 .internet-things-headings .water-mark-h1 {
        font-size: 25px;
        text-align: center
    }
    .slider1 .internet-things-headings .border-slide {
        display: none
    }
    .slider1 .internet-things-headings .box1 img {
        width: 30px;
        height: 30px
    }
    .slider1 .internet-things-headings .box1 h4 {
        font-size: 12px
    }
    .slider1 .internet-things-headings .box1::before {
        display: none
    }
    .slider1 .internet-things-headings .box1 {
        padding-top: 15px
    }
    .slider2 {
        height: auto;
        padding: 0 15px;
        text-align: center
    }
    .slider2 h1 {
        font-size: 22px;
        padding-left: 0
    }
    .slider2 .left-grid .d-flex {
        padding-left: 0;
        flex-direction: column
    }
    .slider2 .left-grid img {
        width: 80px;
        margin: 0 auto
    }
    .slider2 .left-grid ul li {
        font-size: 12px
    }
    .slider3 {
        height: auto;
        padding: 0 15px;
        text-align: center;
        background-position: center
    }
    .slider3 h1 {
        font-size: 22px
    }
    #earth {
        display: none
    }
    .slider3 .left-grid {
        padding: 0 15px
    }
    .slider3 .travel-app {
        width: 90px;
        margin-bottom: 0
    }
    .slider3 .plane {
        position: absolute;
        right: -13px;
        top: 250px;
        width: 150px
    }
    .slider3 .left-grid ul li {
        font-size: 12px;
        margin-left: 15px;
        text-align: left
    }
}




/*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;
    }



    @media(max-width: 991px){
    .chatbot_dev_serv .chatbot_serv {
           flex: 0 0 47.9%;
           margin-right: 0em;
           margin-top: 15px !important;
    }
    .chatbot_serv_pd{
        margin-right: 15px !important;
    }

    }
    @media(max-width: 767px){
    .casestudies_all_bottom{
            min-height: auto;
     }
    .chatbot_dev_serv .chatbot_serv h3 {
       font-size: 16px;
    }
    .let_talk_sec{
        display: none;
    }
    .cta_4_chatbot {
        text-align: left;
        padding-top: 10px;
        align-items: start;
    }
    .bots_on_social_media ul li {
        flex: 0 0 46%;
    }
    .hash_chatbot h3 {
        font-size: 16px;
    }

    }

    @media(max-width: 414px){
    .chatbot_dev_serv .chatbot_serv {
        flex: 0 0 100%;
    }
    .chatbot_serv_pd{
        margin-right: 0px !important;
    }
     
    .why_hash_chatbot.iot_consult_services ul li {
        flex: 0 0 100%;
    }
    .useCase_chatbot.iot_consult_services ul li{
         flex: 0 0 100%;
    }
    .chatbot_platforms h2+ul li {
        flex: 0 0 46%;
    }



    }
    
    /*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;
}








@media(max-width: 1499px){
.frontend_logos {
    margin-bottom: 40px;
}
.frontend_logos a img {
    width: 45px;
}
.react_native_banner_img_right img{
    width: 85%;
}



}

@media(max-width: 1199px){
.frameworks_tab_content {
    padding-left: 0px;
}

}
@media(max-width: 991px){
    .lesser_time_boxs{
    padding: 10px 20px;
}
.lesser_time_content p {
    font-size: 14px;
    line-height: 22px;
}

}

@media only screen and (max-width: 767px) and (min-width: 320px){
.react_n_banner {
    min-height: auto;
}
.power_ract_native h2 {
    font-size: 20px;
    text-align: center; 
    padding-top: 20px;
}
.leverage {
    padding: 0px 0px 0px;
}
.react_native_start_inner h2{
    font-size: 20px;
}
.react_native_start_inner {
    padding: 20px 0px 30px;
}
.app_development_services_inner h2 {
    font-size: 20px;
}
.languages_frameworks h2 {
    font-size: 20px;
}
.frameworks_tab_content {
    padding-top: 50px;
    text-align: center;
}
.why_react_app .whyhash_para {
    font-size: 20px;
}
.prefers_react_native_inner h2{
     font-size: 20px;
}
.prefers_react_native {
    text-align: center;
}
.prefers_react_icon a {
    display: block;
    padding-bottom: 15px;
}
.highly_interactive_inner h2 {
    font-size: 20px;
}
.platform_form_input input {
    margin-bottom: 20px;
}
.frontend_logos {
    margin-bottom: 40px;
}




}


@media(max-width:560px){
.why_hash_chatbot.iot_consult_services ul li {
    flex: 0 0 100%;
}

}




/*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;
}




/*responsive css*/
@media(max-width: 1399px){
.online_driving_heading{
    padding-left: 15px;
}

}
@media only screen and (max-width: 1199px) and (min-width: 992px){
.onlinedriving_banner {
    min-height: 500px;
}



}


@media(max-width: 1199px){
.design_img_boxs {
    width: 80px;
    height: 80px;
}
.design_img_boxs img {
    width: 35px;
}
.design_img_content {
    padding-top: 18px;
}
.design_img_content p {
    font-size: 16px;
}



}

@media(max-width: 991px){
.optimize_driving_wrp {
    padding: 0px 0px 50px;
}
.Certificates_boxs {
    padding-left: 0px;
}
.assign_instructor_boxs {
    padding-right: 0px;
}



}


@media only screen and (max-width: 767px) and (min-width: 480px){
  .onlinedriving_banner {
       background-image: linear-gradient(45deg, #fff9ef, #fff9ef, #fff9ef)!important;
}  
}
@media only screen and (max-width: 479px) and (min-width: 320px){
.onlinedriving_banner {
       background-image: linear-gradient(45deg, #fff9ef, #fff9ef, #fff9ef)!important;
}
.schedule_personalized h2 {
    font-size: 20px;
}
.schedule_personalized h3 {
    font-size: 16px;
}
.drive_experience h2 {
    font-size: 20px;
}
.optimize_driving_wrp {
    padding: 20px 0px 50px;
}
.all_in_driving_inner h2 {
    font-size: 20px;
}
.all_in_driving_inner h3 {
    font-size: 18px;
}
.assistance_sec h2 {
    font-size: 20px;
}
.assistance_sec h2 br{
    display: none;
}
.design_img_content {
    width: 72%;
}
section.luking_simi_driving h2 {
    font-size: 20px;
}





}

@media(max-width: 767px){
.setup_with p::before {
   display: none;
}
.online_driving_heading p {
    line-height: 30px;
}
.onlinedriving_banner.banner_area .req_quote {
    margin-top: 20px !important;
}
.online_driving_heading h4 {
    font-size: 18px;
}
.car_driving_img {
    display: none;
}





}


/*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;
}


/*mobile app responsive css*/

@media(max-width: 991px){
.customized_business_inner img {
    margin: 0 auto;
    display: block;
    width: 100%;
}
.white_bgbox_text {
    width: 90%;
}
.app_development_img {
    text-align: center;
}


}


@media only screen and (max-width: 767px) and (min-width: 480px){
.react_n_banner {
    background-image: linear-gradient(45deg, #f1f8fc, #f1f8fc, #f1f8fc)!important;
}

}

@media only screen and (max-width: 479px) and (min-width: 320px){
.react_n_banner {
    background-image: linear-gradient(45deg, #f1f8fc, #f1f8fc, #f1f8fc)!important;
}


}



@media only screen and (max-width: 767px) and (min-width: 320px){
.approach_app_development h2 {
    font-size: 20px;
}
.app_development_services_we_offer_content h2 {
    font-size: 20px;
}
.cross_platform h2{
    font-size: 20px;
}
.app_development_img {
    padding-top: 20px;
}
.customized_business h2 {
    padding-bottom: 20px;
    font-size: 20px;
}









}

@media(max-width: 560px){
.customized_business_inner img {
    width: 70%;
}

}

/*mobile app responsive end*/

/*mobile app css end*/



/* crm page stylesheet */
.crm_top_banner_area {
    background: #1C7279;
}

#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: 100px;
}

#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 .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: 14px;
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease-in;
}

#crm_faq .panel p {
    text-align: justify;
}


/* accordian style end here */


/* media query */

@media only screen and (min-width:727px) and (max-width:991px) {
    #end_end_crm .box {
        width: 351px!important;
    }
    #end_end_crm .box>h5 {
        font-size: .8rem;
    }
    #crm_faq {
        width: 100%;
    }
    #odoo_in_detl h2,
    #crm_software h2,
    #crm_software-benefit h2 {
        font-size: 1.5rem;
    }
    #end_end_crm .box>h5 {
        font-size: 1rem!important;
    }
    #end_end_crm h4 {
        font-size: 1rem!important;
    }
    #end_end_crm p {
        font-size: 0.8rem!important;
    }
    .odoo_benefits>li:nth-of-type(n) {
        font-size: 00.8rem;
    }
    #crm_faq .accordion>h6 {
        font-size: 0.9rem;
    }
}

@media only screen and (min-width: 320px) and (max-width: 726px) {
    #crm_in_detl h2 {
        font-size: 1.5rem;
        padding-top: 10px;
    }
    #odoo_in_detl h2 {
        font-size: 1.5rem;
    }
    #end_end_crm .box {
        width: auto!important;
    }
    #end_end_crm .box>h5 {
        font-size: .9rem;
    }
    #crm_faq {
        width: 100%;
    }
    #crm_faq h4 {
        font-size: 18px;
    }
    #crm_software h2 {
        font-size: 1.5rem!important;
    }
    #crm_software-benefit h2 {
        font-size: 1.5rem;
    }
}

.odoo_benefits>li:nth-of-type(n) {
    font-size: 00.8rem;
}

#crm_faq .accordion .icon {
    padding-left: 2rem;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .banner_area .crm_lets_talk_btn {
        padding: 8px 15px;
        font-size: 15px;
        min-width: 190px;
        font-weight: 600;
        margin: 0 auto;
    }
}


/* crm style ends here       */
/*ruma changes css breadcrumb*/
@media(max-width: 767px){

.float_form + .breadcrumb {
    display: block;
    padding: 1rem!important;
}
ul.breadcrumb li+li:before {
  display:none;
}

ul.breadcrumb li{
  position:relative;
  padding-left:20px;
}
ul.breadcrumb li:after {
  position: absolute;
  content:"";
  left:0;
  top: 10px;
  height:5px;
  width:5px;
  background: black;
 border-radius:20px;
}

}
/*ruma changes css end*/

/* 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;
}
.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;
}
.online_health_care_consultation_box_desc {
font-size: 18px;
}
.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;
}

@media only screen and (min-width: 992px) and (max-width: 1023px) {
.consultation_box {
  height: 333px;
}
.iot_bann_img {
  left: 44px !important;
}
}

@media (max-width: 768px) {
.banner_area_online_health_care h1 {
  font-size: 20px !important;
}
.banner_area_online_health_care h2 {
  font-size: 18px !important;
}
.consultation_box {
  height: 467px;
}

.iot_bann_img {
  left: 0 !important;
}
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
.banner_area_online_health_care h1 {
  font-size: 20px !important;
  margin-top: 11px;
}

.banner_area_online_health_care h2 {
  font-size: 15px !important;
}
.online_health_care_btn {
  font-size: 18px;
  padding: 5px;
}
.consultation_box {
  height: auto;
}
.online-health-care-consultant-heading {
  font-size: 18px !important;
}
.aap_logo img {
  height: 15px;
}
.health_care_app_box span {
  font-size: 11px;
}
.online_health_care_consultation_title {
  font-size: 16px;
}
.online_health_care_consultation_box_desc {
  font-size: 14px;
}
.optimise_health_care_title {
  font-size: 16px;
}
.optimise_healthcare_desc_box {
  font-size: 14px;
}
}



/*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;
  }
  
  @media only screen and (max-width: 779px){
    .slaesforce-img-box img{
      display:none;
    }
    .salesforce-offering-container{
      min-height: 382px;
    }
  }
  /* 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;
}

@media(max-width:1023px) {
    .market_industries {
        width: 32%;
        margin-left: auto;
        margin-right: auto;
    }
    .market_industries:last-child {
        margin-left: 0;
    }
    .various-field {
        flex-wrap: wrap;
    }
    .popular_img {
        width: 100%;
    }
    .various-field {
        justify-content: flex-start !important;
    }
    .nft_heading h4 {
        font-weight: 600;
        font-size: 20px;
    }
    .nft_content p {
        font-size: 14px;
    }
    .accordingCardConent .card-body {
        font-size: 14px;
    }
    .popular_sol {
        font-size: 13px;
    }
}

@media(max-width:767px) {
    .popular_img {
        width: 50%;
    }
    .market_industries {
        width: 33%;
    }
    .various-field {
        justify-content: flex-start !important;
    }
    .banner_heading {
        font-size: 37px;
    }
}

@media(max-width:539px) {
    .market_industries {
        width: 47%;
        margin-left: auto;
        margin-right: auto;
    }
    .banner_heading {
        font-weight: bold;
        font-size: 37px;
        margin-bottom: 25px;
    }
    .popular_solution_section .card {
        margin-right: 0;
        width: 100%;
    }
    section.nft_heading.nft_sec-space.faq-sec .accordion .card {
        margin-right: 0;
        width: 100%;
    }
    section.nft_heading.nft_sec-space.faq-sec .accordion {
        margin-bottom: 1rem;
        padding-bottom: 1rem;
    }
}



/************* 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;
}
@media screen and (max-width:767px) {
  #spa_Carousel .carousel-inner{
    height: auto!important;
  }
}




/* 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;
}





@media(max-width:991px){
   .our_team_wrapper .team_profile_details h3 {
       font-size: 20px;
   }
   .our_team_wrapper .team_profile_details h4{
       font-size: 16px;
   }
}
@media(max-width:767px){
   .our_team_wrapper .team_title h1{
        font-size: 24px;
   }
   .our_team_wrapper .team_boxs {
       margin-bottom: 40px;
   }

}

/* 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;
  }
  
  @media(max-width:1499px){
      .xml-api-integrations p.xml_api_integrations_data{
          line-height: auto;
          text-align:initial;
          margin-top:0;
          margin-bottom: 0;
        
        }
        section.xml-api-integrations .banner_area h1 {
          color: #000;
          padding-top:0;
          font-size: 50px;
        }
  }
  /* MEDIA QUERY FOR H1 */
  @media(max-width:500px) {
    section.xml-api-integrations .banner_area h1 {
      font-size: 40px !important;
    }
  }
  
  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;
  }
  
  
  
  
  @media only screen and (min-width: 1024px) {
    /* ANIMATION ON CARS */
  /* CAR 1 */
  section.xml-api-integrations .rotatorArm .car {
    transform: rotate(324deg);
  }
  
  section.xml-api-integrations .rotatorArm {
    position: relative;
    top: -140px;
    left: 116px;
    display: flex;
    width: 538px;
    animation: rotation1 3s infinite;
  
  }
  
  /* KEYFRAME ANIMATION FOR CAR 1 */
  @keyframes rotation1 {
    100% {
      transform: rotate(40deg);
    }
  
  }
  
  /* CAR 2 */
  section.xml-api-integrations .rotatorArm2 .car2 {
    transform: rotate(275deg);
  }
  
  section.xml-api-integrations .rotatorArm2 {
    position: relative;
    top: -235px;
    left: 119px;
    display: flex;
    width: 538px;
    animation: rotation2 3s infinite;
  }
  
  /* KEYFRAME ANIMATION FOR CAR 2 */
  @keyframes rotation2 {
    100% {
      transform: rotate(90deg);
    }
  
  }
  
  /* ANIMATION FOR AEROPLANES*/
  
  /* AEROPLANE 2 */
  section.xml-api-integrations .rotatorArm3 .aeroplane2 {
    transform: rotate(358deg);
  }
  
  section.xml-api-integrations .rotatorArm3 {
    position: relative;
    top: -405px;
    right: -850px;
    display: flex;
    z-index: 1;
    width: 538px;
    animation: rotation3 3s infinite;
  }
  
  /* KEYFRAME ANIMATION FOR AEROPLANE */
  @keyframes rotation3 {
    100% {
      /* transform: rotate(180deg); */
      top: -620px;
      right: -458px;
    }
  }
  
  /* ANIMATION AEROPLANE 2 */
  section.xml-api-integrations .rotatorArm4 .aeroplane {
    transform: rotate(365deg);
  }
  
  section.xml-api-integrations .rotatorArm4 {
    position: relative;
    top: -395px;
    right: 20px;
    display: flex;
    width: 538px;
    animation: rotation4 3s infinite;
  }
  
  /* KEYFRAME ANIMATION FOR AEROPLANE 2 */
  @keyframes rotation4 {
    100% {
      transform: rotate(0deg);
      top: -500px;
      right: -25px;
    }
  }
  
  /* ANIMATION SUN */
  section.xml-api-integrations .rotatorArm5 .sun {
    transform: rotate(365deg);
  }
  
  section.xml-api-integrations .rotatorArm5 {
    position: relative;
    top: -950px;
    right: -550px;
    display: flex;
    width: 538px;
    transform: rotate(-720deg);
    animation: rotation5 3s infinite;
  }
  
  /* KEYFRAME ANIMATION FOR SUN */
  @keyframes rotation5 {
    100% {
      top: -810px;
      right: -550px;
    }
  }
  
  /* Media Queries For Animation */
  
  /* KEYFRAME ANIMATION FOR CAR 2 */
  @media(max-width:1199px) {
    @keyframes rotation2 {
      100% {
        transform: rotate(90deg);
        top: -200px;
        left: 70px;
      }
    }
  
    /* KEYFRAME ANIMATION FOR CAR 1 */
    @keyframes rotation1 {
      100% {
        transform: rotate(40deg);
        top: -110px;
        left: 80px;
      }
    }
  
    /* ANIMATION FOR AEROPLANE */
    section.xml-api-integrations .rotatorArm4 .aeroplane {
      transform: rotate(6deg);
    }
  
    section.xml-api-integrations .rotatorArm4 {
      position: relative;
      top: -100px;
      right: 220px;
    }
  
    /* KEYFRAME ANIMATION FOR AEROPLANE */
    @keyframes rotation4 {
      100% {
        top: -480px;
        right: -15px;
        transform: rotate(0deg);
      }
    }
  
    /* KEYFRAME ANIMATION FOR AEROPLANE1 */
    @keyframes rotation3 {
      100% {
        right: -400px;
        top: -570px;
      }
    }
  
    /* KEYFRAME ANIMATION FOR SUN */
    @keyframes rotation5 {
      100% {
        top: -770px;
        right: -480px;
      }
  
    }
  }
  
  }
    
  @media only screen and (max-width: 1023px) and (min-width: 768px){ 
    .rotatorArm{
      position: relative;
      top: -164px;
      left: 83px;
    }
    .car{
      transform: rotate(-13deg);
    }
    .rotatorArm2 {
      position: relative;
      top: -351px;
      left: 204px; 
    }
    .car2{
      transform: rotate(355deg);
    }
    .rotatorArm3{
      z-index: 1;
      position: relative;
      top: -465px;
      left: 367px;
  
    }
    .rotatorArm4{
      position: relative;
      top: -584px;
      left: 24px;
  
    }
    .aeroplane{
      transform: rotate(20deg);
    }
    .rotatorArm5 {
      z-index: 0;
      position: relative;
      top: -730px;
      left: 399px;
    }
  }
  
  /* 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;
  }
  
  /* Media Query for integrations-api-travels_details */
  @media(max-width:1199px) {
    section.integrations-api-travels .api_travels_details {
      margin-top: 0px !important;
    }
  }
  
  @media(max-width:820px) {
    section.integrations-api-travels .api_travels_details {
      margin-top: 0px !important;
    }
  }
  
  @media(max-width:768px) {
    section.integrations-api-travels .api_travels_details {
      margin-top: 0px !important;
    }
  }
  
  /* 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;
  }
  
  /* Media Query for integration-expertise-and-offering h2 */
  @media(max-width:991px){
    section.integration-expertise-and-offering h2{
      font-size: 38px;
    }
  }
  @media(max-width:768px){
    section.integration-expertise-and-offering h2{
      font-size: 33px;
    }
  }
  /* Section integration-expertise-and-offering ends here */
  
  /* 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;
  }
  
  @media(max-width:767px){
      .xml_img_wrp {
          min-height:auto;
      }
      section.xml-api-integrations .banner_area h1 {
          padding-top: 48px;
      }
    
      section.xml-api-integrations p.xml_api_integrations_data {
          margin-top: 2rem;
      }
  }
  
  /* 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;
}

@media(max-width:1400px){
    .fashion_industry_innerbox {
        min-height: 260px;
    }
    .development_process_innerboxs ul li {
        height: 214px;
    }
    .development_process_innerboxs span.requirement_para {
        font-size: 12px;
    }
}

@media(max-width:1199px){
    .eCommerce_development_tabs .nav-tabs li a {
        font-size: 16px;
    }
    .magento_circleboxs h3 {
        font-size: 16px;
    }
    .fashion_industry_innerbox {
        min-height: 285px;
    }
    .development_process_innerboxs ul li {
        height: 184px;
    }
}
@media(max-width:991px){
    .eCommerce_development_tabs .nav-tabs li .active:before {
        width: 50px;
    }
    .eCommerce_development_tabs .nav-tabs li a {
        padding-left: 20px;
    }
    .eCommerce_development_tabs .nav-tabs li .active:before {
        top: 11px;
        width: 17px;
    }
    .fashion_industry_innerbox {
        min-height: 330px;
    }
    .development_process_innerboxs ul li {
        width: 26%;
    }
}

@media(max-width:767px){
    .magento_circleboxs {
        width: 320px!important;
        height: 320px!important;
        padding: 63px 40px!important;
    }
    .development_process_innerboxs ul li {
        height: 252px;
        width: 100%;
    }
    .development_process_innerboxs ul li:nth-child(1) {
        position: static;
    }
    .development_process_innerboxs ul li:nth-child(2) {
        position: static;
    }
    .development_process_innerboxs ul li:nth-child(3) {
        position: static;
    }
    .development_process_innerboxs ul li:nth-child(4) {
        position: static;
    }
    .development_process_innerboxs ul li:nth-child(5) {
        position: static;
    }
    .luking_simi_magento h3.magento_heading {
        font-size: 18px;
    }
    .magento_application_wrapper .magento_headings {
        font-size: 20px;
    }
    .fashion_industry_innerbox {
        min-height: auto;
    }
    .development_process_innerboxs {
        padding: 10px 0px 30px;
    }
    .eCommerce_platform_wrp .fashion_industry_innerbox h4 {
        font-size: 62px;
    }
    .eCommerce_development_tabs .nav-tabs li a {
        padding-left: 0px;
    }
    .eCommerce_development_tabs .nav-tabs li .active:before {
         width:auto;
    }
}

@media only screen and (min-width: 1500px) and (max-width: 1799px){
.magento_application_wrapper .mobile_app_bannerr {
    min-height: 500px;
}
}
/* 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%;
  }
  @media(max-width: 1299px){
    .modalPopup { 
       height: auto;
     }
  }
  @media(max-width: 767px){
    .modalPopup {
      position: absolute;
      width: 85%;
      height: auto;
      top: 45%;
     }
 .bgpopimage img{
    height: auto;
  }
     }
   


/*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;
}

@media(max-width: 767px){
.brands_logo_slides ul li {
    height: 100px;
}
#infinite div.highway-barrier ul.highway-lane {
    width: calc(30px * 24);
}
.brands_logo_slides ul li a img {
    width: 120px;
}
div.highway-slider {
    height: auto; 
}
.brands_logo_slides {
    padding: 70px 0px 70px;
}
section.slide-option {
    margin: 0px 0 0px 0;
}
.brands_logo_slides ul li a img.cdac_img {
    width: 70px;
}

@-webkit-keyframes translateinfinite {
  0%{
     transform: translateX(0);
  }

  100% {
    transform: translateX(-600%);
  }
}

@keyframes translateinfinite {
   0%{
     transform: translateX(0);
  }

  100% {
    transform: translateX(-600%);
  }

}

}

/*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: 50px;
    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 /*/

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

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

@media(max-width: 1024px) {
  .outer-slick-image {
    padding: 0 60px !important;
  }

  .tabs-button {
    width: auto !important;
  }
}

@media(max-width: 768px) {
  .recode-iot h1 {
    /* font: normal normal bold 22px/26px Segoe UI; */
    font-size: 22px;
    color: #FFFFFF;
  }

  .outer-slick-image {
    padding: 0 20px !important;
  }

  .under-recode-iot {
    width: 341px;
  }

  .outer-slick-image {
    position: static;
  }
  .slider.slider_click_tabs{
    padding-top: 5px;
}
.hardware-interface {
    margin-top: 10px;
}
}

@media(max-width: 767px) {
  .recode-iot h1 {
    /* font: normal normal bold 22px/26px Segoe UI; */
    font-size: 24px;
    color: #FFFFFF;
    font-weight: bold;
  }

  .outer-slick-image {
    padding: 0 20px !important;
  }

  .under-recode-iot {
    width: 341px;
  }

  .outer-slick-image {
    position: static;
  }

  .slick-image {
    height: auto;
  }

  .slick-list {
    margin-top: 0px;
  }

  .nav-pills-custom-two {
    overflow: scroll;
  }

  .tabs-button.active {
    margin-top: -1px;
  }

  .tabs-button {
    border-radius: 3px;
    padding: 0 10px;
    margin: 0 1px;
  }

  .tab-contant-two {
    margin-top: 40px;
  }
  .nav-pills-custom-two {
    display: flex;
    flex-wrap: inherit;
  }
  .nav-pills-custom-two .tabs-button.active {
    margin-top: 0px;
  }
}

@media(max-width: 425px) {
  .under-recode-iot {
    width: 100%;
  }
  .recode-iot {
    background-image: url(../images/recode-iot.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
  }
  .characteristics li {
    width: 100%;
    margin: 2px 0;
  }
  .characteristics li .active {
    width: 100%;
    margin: 2px 0;
  }
  .characteristics {
      margin-left: 0px;
  }
}



/*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;
}


@media(max-width: 991px){
  .left-side-content-ticket-box.right-side-ticket-box {
    background: #f79b14;
}
    .gitex_wrapper .ticket {
       background-size: cover;
       }
   .gitex_wrapper .right-side-ticket-box h2{
     color: #000 !important;
   }
   .gitex_wrapper .right-side-ticket-box p{
     color: #000 !important;
   }
   .gitex_wrapper .right-side-ticket-box span {
     color: #000 !important;
   }

}

@media(max-width: 767px){
.gitex_wrapper .banner-text h2 {
    font-size: 32px;
    line-height: 38px;
}
.gitex_wrapper .signup-box {
    margin-top: 20px;
}

}
/*gitex registration*/


/* 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;
}


@media(max-width:1366px) {
  .web-portfolio h1 {
    font-size: 80px;
    font-weight: bold;
  }

  .web-thinkGas p {
    font-size: 16px;
    line-height: 29px;
  }

  .web-thinkGas h3,
  .web-thinkGas-two h3 {
    font-size: 25px;
    font-weight: bold;
  }

  .under-web-thinkGas {
    padding: 0 57px;
  }

  .web-thinkGas h3::after {
    top: 38px;
    left: 37px;
    width: 71px;
  }

  .web-thinkGas-two h3::after {
    top: 41px;
    left: 88px;
    width: 71px;
  }

  .web-thinkGas-two p {
    font-size: 16px;
    line-height: 29px;
  }

  .shield-dispatcher h3::after {
    top: 38px;
    left: 132px
  }

  .rezofy h3::after {
    top: 41px;
    left: 28px;
  }

  .JoyScore h3::after {
    top: 38px;
    left: 53px;
  }

  .web-GoKeyLess h3::after {
    top: 38px;
    left: 54px;
  }
}

@media(max-width:1024px) {
  .web-portfolio h1 {
    font-weight: 56px;
    font-weight: bold;
    line-height: 71px;
  }

  .web-thinkGas {
    padding: 20px 0;
  }

  .under-web-thinkGas {
    padding: 0 20px;
  }

  .web-thinkGas-two {
    padding: 30px 0;
  }
}

@media(max-width:768px) {
  .web-portfolio{
    height: auto;
  }
  .web-portfolio h1 {
    font-size: 42px;
    font-weight: bold;
    line-height: 54px;
  }
}

@media(max-width:767px) {
  .web-mobile {
    justify-content: center;
  }
  .web-portfolio h1{
    margin: 20px 0 40px 0;
  }
  .web-portfolio h1 span {
    color: #FF7C3B;
    text-shadow: 1px 1px 1px #000;
  }
  .web-thinkGas,.web-thinkGas-two {
    background: #ffff;
  }
  .web-thinkGas,.web-thinkGas-two {
    margin-top: 50px;
  }
  .web-portfolio img{
    display: none;
  }
}
@media(max-width:425px){
  .web-thinkGas,.web-thinkGas-two {
    margin-top: 20px;
  }
  .web-portfolio h1{
    font-size: 33px;
  }
}

/* web and mobile */

/* 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 */

@media(max-width:1366px){
  .iot-slider-content{
    min-width:776px !important;
  }
  .celes-power{
    padding-right: 0px !important;
  }
  .slider-heading h2{
    font-size:31px !important;
  }
  .slider-paragraph-iot-portfolio p{
    font-size: 18px !important;
    padding-right: 0px !important;
  }
}
@media (max-width:1199px) {
  .iot-slider-content{
    min-width: 715px !important;
  }
  .smart-lock{
    bottom:20% !important;
  }
  section.iot-portfolio-hash-top-banner{
    background-position: 80% 100% !important;
    height: auto;
  }
  .iot-portfolio-banner-content{
    margin-top: 3rem !important;
  }
  .iot-portfolio-banner-content h1{
    padding-right: 2rem;
  }
}
@media(max-width:1024px){
  .iot-slider-content{
    min-width: 615px !important;
  }
  section.iot-portfolio-has-top-banner{
    background-position: 80% 110% !important;
  }
  .iot-portfolio-banner-content{
    margin-top: 4rem !important;
    margin-bottom: 6rem;
  }
  .iot-portfolio-banner-content h1{
    font-size: 36px;
    padding-right: 0px !important;
    line-height: 65px;
  }
}
@media(max-width:991px){
  .iot-portfolio-banner-content h1{
    padding-right: 20rem !important;
  }
}
@media(max-width:768px){
  section.iot-portfolio-hash-top-banner{
    background: url('../images/iot-final-portfolio/background-iot-portfolio.png') !important;
    height:770px !important;
  }

  .iot-top-bg-banner{
    display: block !important;
    margin-top: -7rem;
    background: url('../images/iot-final-portfolio/iot-bg-top-banner.jpg');
    background-size: cover;
    height: 500px;
    width: auto;
  }
  .see-more-desktop-arrow-mobile{
    display: none !important;
  }
  #smart-lock-row{
    margin-top:7rem;
  }
  .iot-portfolio-banner-content{
    margin-top: 3rem !important;
  }
  .iot-portfolio-banner-content h1{
    font-size: 48px;
    line-height: 60px;
    padding-right: 0rem !important;
  }
  .iot-bg-top-banner{
    display: block !important;
  }
  #moving-iot-col, div#moving-iot-col\ smart-lock{
    position:static !important;
  }
  .iot-smart-table-solutions-image{
    justify-content: center;
    width:100% !important;
  }
  .iot-smart-table-solutions-image .iot-enabled-smart-solutions{
    width:100% !important;
    height: auto !important;
  }
  .iot-smart-table_content h2{
    font-size: 38px !important;
    line-height: 40px !important;
  }
  .iot-smart-table_content p{
    font-size: 24px !important;
    line-height: 34px !important;
    text-align: center;
    margin-bottom: 0px !important;
  }
  section.iot-smart-door-lock-top-banner {
    background-position: 70% 100% !important;
}
.iot-smart-door-lock_content{
    /* margin: 14rem auto 0rem auto !important; */
    height: 277px !important;
    width: 100% !important;
}
.iot-smart-web-portal-solutions{
  flex-direction: column;
}
.iot-smart-web-portal-solutions img{
  /* width:100% !important;
  height:auto !important; */
}
h2#iot-celes-power-heading{
  padding:0px !important;
  font-size: 36px !important;
}
p#celes-power-paragraph{
  padding-left: 20px !important;
  padding-right: 20px !important;
  font-size: 22px !important;
}
div#iot-fluid-wave-home_content{
  height:420px !important;
  margin-top: 8rem auto !important;
}
}
@media(max-width:500px){
  section.iot-portfolio-hash-top-banner{
    height:450px !important;
  }
  h2#diat-descripiton-head{
    font-size: 21px !important;
    padding-right: 0px !important;
  }
  #iot-celes-power-home_content{
    height:400px !important;
  }
  p#celes-power-paragraph{
    font-size: 20px !important;
  }
  h2#celes-power-descripiton-head{
    font-size: 24px !important;
    padding-right: 0px !important;
  }
  div#iot-fluid-wave-home_content{
    height:370px !important;
  }
  h2#iot-celes-power-heading{
    padding:0px !important;
  }
  .iot-smart-web-portal-solutions{
    flex-direction: column;
  }

  .iot-smart-table_content h2{
    font-size: 38px !important;
    line-height: 40px !important;
  }
  .iot-smart-table_content p{
    font-size: 24px !important;
    line-height: 34px !important;
    text-align: center;
    margin-bottom: 0px !important;
  }
  .iot-smart-problem-statement h2{
    font-size: 22px !important;
    line-height: 32px !important;
  }
  .iot-smart-table-description-area{
    margin: 3rem auto !important;
    align-items: flex-start !important;
  }
  .iot-smart-table-description-area h2{
    font-size: 28px !important;
    margin-bottom: 1rem !important;
  }
  .iot-smart-table-description-area p{
    margin-bottom: 0px !important;
  }
  .iot-smart-problem-statement p.smart-problem-statement-p{
    line-height: 32px !important;
    font-size: 16px !important;
  }
  .iot-smart-problem-statement-solutions p b{
    font-size: 18px !important;
  }
  .iot-smart-problem-statement-solutions p.smart-problem-statement-p{
    font-size: 16px !important;
    margin-top: 1rem !important;
  }
  .iot-smart-problem-statement-solutions h2{
    font-size: 22px !important;
  }

  .smart-table-system-heading h2{
    font-size: 22px !important;
  }
  #smart-lock-row{
    margin-top: 2rem !important;
  }
  .iot-top-bg-banner{
    display: block !important;
    margin-top: -11rem;
    background: url('../images/iot-final-portfolio/iot-bg-top-banner.jpg');
    background-size: cover;
    height: 300px;
    width: auto;
  }
  .smart-table-img{
    width: 71px !important;
    height:71px !important;
  }
  .smart-table-icon{
    width:51px !important;
    height:51px !important;
  }
  .slick-carousel img{
    height:270px;
  }
  .double-square img{
    width: 80px;
    height: 80px;
  }
  .slider-heading{
    margin-top: -2rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .slider-paragraph-iot-portfolio p{
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .slider-heading h2{
    margin-left: 0rem !important;
    font-size: 24px !important;
    margin-top: 1rem;
    line-height: 36px !important;
  }
  .slider-paragraph-iot-portfolio{
    margin-top: 0.5rem !important;
    padding-right: 0rem !important;
  }
  .iot-portfolio-slider-btn{
    font-size: 20px !important;
  }
  .see-more-desktop-arrow{
    display: none !important;
  }
  .iot-slider-content{
    min-width:300px !important;
    padding-left: 30px !important;
    padding-right: 20px !important;
  }
  .iot-portfolio-banner-content h1{
    font-size: 30px;
    line-height: 45px;
  }
  .iot-smart-door-lock_content{
    /* margin: 14rem auto 0rem auto !important;
    height: 277px !important;
    width: 100% !important; */
    /* align-items: flex-start !important; */
}
.iot-smart-door-lock_content h2{
    font-size: 30px !important;
    line-height: 40px !important;
    text-align: center;
}
.iot-smart-door-lock_content p{
    padding: 0px !important;
    font-size: 22px !important;
    line-height: 34px !important;
    text-align: center;
    margin-bottom: 0px !important;
}
.iot-paramill{
  height: auto;
  padding: 20px 30px;
}
}

/* 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 h2{
  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;
}


@media(max-width: 560px){
  section.iot-smart-table-top-banner {
    height: 300px!important;
}
.iot-smart-table_content {
     height: auto; 
    padding: 10px 0px!important;
}
section.iot-smart-door-lock-top-banner{
  height: 300px !important;
}
.iot-smart-door-lock_content{
  height: auto!important;
  padding: 10px 0px!important;
}
.iot-waste-sorting-and-machine-banner{
  height: 300px !important;
}
section.iot-paramill-automation-with-bluetooth-banner{
  height: 400px!important;
}
section.iot-motion-activated-audio-playern-banner{
  height: 400px!important;
}
.iot-celes-power-management-banner{
   height: 400px!important;
}
#iot-celes-power-home_content {
    height: auto !important;
}
  section.iot-ev-health-monitoring-banner{
  height: 400px!important;
}
.iot-smart-washing-machine-banner{
  height: 400px!important;
  background-position: center !important;
}
.iot-fluid-wave-mechanism-banner{
  height: 450px!important;
}

}





/*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: 70px 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;
}



@media(max-width: 991px){
.footer_smooth_scrolling{
  height: auto;
}
.footer_smooth_scrolling .footer-top {
    height: auto;
}
}
@media(max-width: 767px){
  .ev_health_monitoring_bg {
    text-align: center;
    height: auto;
}
.footer_smooth_scrolling{
  text-align: left;
     scroll-snap-align: end;
}

.ev_health_monitoring_details_side p {
    line-height: 27px;
}
.ev_health_monitoring_pro_img img {
    margin-bottom: 40px;
}
.comos_logo_top_side {
    margin-bottom: 30px;
}
.ev_health_monitoring_bg {
  
    padding: 40px 0px;
}
.ev_health_monitoring_pro_img img {
    max-width: 50%;
}
/*.max_banner_img {
    padding: 250px 0px 50px;
}
.comos_banner_img {
    padding: 150px 0px 50px;
}
.smart_door_lock_banner_img {
    padding: 95px 0px;
}*/
}

/*new portfolio section*/





/*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;
}



@media(max-width:991px){
.joyscore_logo_fix {
    position: static;
    text-align: left;
    padding: 20px 0px;
}

}

@media(max-width: 767px){
 .sheild_bg_img .ev_health_monitoring_pro_img img {
    max-width: 50%;
}
.gokeyless_bg_img{
  height: auto;
}
}

/*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;
}

@media(max-width: 767px){
.vacation_exotica_bg_image {
   height: auto;
}
.ev_health_monitoring_details_side h2 {
    padding-top: 20px;
}
}

/*new travel portfolio css*/


@media screen and (min-device-width: 1199px) and (max-device-width: 1599px) { 
  .comos_smart_table_img img {
    max-width: 40%;
}
.buy_air_ticket_bg_img .ev_health_monitoring_pro_img img {
    max-width: 48%;
}
.tiptaptoi_web_maxwidth .ev_health_monitoring_pro_img img {
    max-width: 72%;
}
.joyscore_bg_img .ev_health_monitoring_pro_img img {
    max-width: 70%;
}

}

/*iot hardware page css*/

.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;
}
/*media css start*/
@media(max-width: 1499px){
 .research_discovery_box {
    min-height: 424px;
}
}

@media(max-width: 1399px){
  .hardware_prototyping_section_inner_boxs {
    min-height: 295px;
}
}


@media(max-width: 1299px){
  .research_discovery_box {
    min-height: 444px;
}

}
@media(max-width: 1199px){
  .research_discovery_box {
    min-height: 488px;
}
.hardware_prototyping_section_inner_boxs {
    min-height: 320px;
}
}

@media(max-width: 991px){
  .hardware_design_approach_paddi .col-md-3 {
    flex: 0 0 50%;
    max-width: 50%;
}
.research_discovery_box {
    min-height: 385px;
    margin-bottom: 50px;
}
.dotted_border_boxs {
    border: 0;
    padding: 0px;
}
.dotted_border_boxs_trans_2 {
    border-top: 0;
    border-left: 0;
}
.research_discovery_box span.num_count {
    position: absolute;
    top: -34px;
    left: 42%;
}
.hardware_design_approach .col-md-3 {
padding-right: 15px;
    padding-left: 15px;
}
.hardware_design_approach .hardware_design_heading {
    padding-bottom: 60px;
}
.hardware_design_approach {
    padding: 50px 0px 0px;
}
.labs_img img {
    max-width: 180px;
}
.we_offer_iot_flex {
    flex-direction: column;
}
.less_expenses_inner_boxs span.boxs_number {
    right: 15px;
    top: 15px;
}
.hardware_prototyping_section_inner_boxs {
    min-height: 390px;
}
.tell_about_your_address_side {
    padding-right: 10px;
}

.tell_about_your_form_side h3 {
    font-size: 22px;
}

}


@media(max-width: 767px){
  .iot_hardware_banner {
    background-image: linear-gradient(45deg, #013e6fc2, #07B0EF, #013e6fc9) !important;
}
.hardware_design_approach_paddi .col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
}
.research_discovery_box {
    min-height: auto;
    margin-bottom: 50px;
}
.hardware_design_approach .hardware_design_heading {
    font-size: 22px;
}
.iot_hardware_prototyping .hardware_design_heading {
    font-size: 22px;
}
.less_expenses_inner_boxs_context .hardware_design_heading {
    font-size: 22px;
}
.hardware_prototyping_section .hardware_design_heading {
    font-size: 22px;
}
.hardware_prototyping_section {
    padding: 40px 0px;
}
.hardware_prototyping_section_inner_boxs {
    min-height: auto;
}
.tell_about_your_form_side {
    margin-top: 20px;
}
.hardware_design_approach {
    padding: 40px 0px 0px;
}
.labs_side_boxs {
    margin-top: 30px;
}
.iot_hardware_banner.banner_area .req_quote {
    font-size: 16px;
    padding: 10px;
}
.offer_iot_designing_services {
    margin-top: 50px;
}
.less_expenses_inner_boxs span.boxs_number {
    display: none;
}
}



/*iot hardware page css*/




/*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%;
}  

@media(max-width: 1399px){
 .ev-health h1 {
    font: normal normal bold 32px/69px Poppins;
  }
  .measure h2 {
    font: normal normal bold 28px/40px Poppins;
  }
  .measure h3 {
    font: normal normal bold 28px/45px Poppins;
  }
  .system-architecture h3 {
    font: normal normal bold 28px/45px Poppins;
  }
  .ev-health {
    background-position: center;
  }
  .measure ul li {
    font: normal normal 600 16px/24px Poppins;
   }
   .measure ul li p {
    font: normal normal normal 14px/24px Poppins;
   }
}

@media(max-width:1024px){
  .ev-health{
    background-image: url(../images/ev-background-banner.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 420px;
  }
  .waste-sorting{
    background-color: #fff;
    background-image: url(../images/waste-sorting-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 420px;
  }
  .smart-table-iot{
    background-color: #fff;
    background-image: url(../images/smart-table-iot-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 420px;
  }
  .smart-door-iot{
    background-color: #fff;
    background-image: url(../images/smart-door-iot-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 420px;
  }
  .ev-health h1{
    font: normal normal bold 32px/69px Poppins;
  }
  .waste-sorting h1{
    line-height: 35px !important;
  }
}
@media(max-width:992px){
  .ev-health,.measure{
    background-image: none;
    height: auto;
  }
  .ev-monitoring{
    height: auto;
    padding: 30px 0;
  }
  .under-ev,.measure .col-lg-5,.ev-monitoring .col-lg-5{
    display: flex;
    justify-content: center;
  }
  .under-ev img,.measure .col-lg-5 img,.ev-monitoring .col-lg-5 img{
    width: 70%;
  }
  .measure h2,.measure h3,.ev-monitoring h3,.system-architecture h3{
    font: normal normal bold 28px/49px Poppins;
  }
  .waste-sorting h1{
    margin-top: 20px;
  }
  .smart-digital .row{
    padding-top: 20px;
  }
  .smart-table-iot h1{
    margin-top: 20px;
  }
  .smart-door-ev .smart-door-room-ab{
    display: flex;
    justify-content: center;
  }
}
@media(max-width:426px){
  .measure h2,.measure h3,.ev-monitoring h3,.system-architecture h3{
    line-height: 37px;
    font-size: 24px;
  }
  .waste-materials .row{
    padding-top: 20px;
  }
}

@media(min-width: 991px){
  section.ev-monitoring.smart-door-ev .row {
    align-items: center;
}
}

@media(max-width: 767px){
  .ev_health_scrollbar.footer_smooth_scrolling {
    scroll-snap-align: end;
    height: auto;
}
.ev_health_scrollbar_monitoring{
   height: auto;
}
.ev-health h1 {
    font: normal normal bold 24px/34px Poppins;
}
.measure h2 {
    font: normal normal bold 24px/34px Poppins;
}
.ev-health, .measure {
    padding-top: 20px;
}
.ev_health_scrollbar {
    height: auto !important;
}
}
/* .smart-door-scrollbar-wrp{
    scroll-snap-type: y mandatory;
    height: 100vh;
    overflow: auto;
} */
/* .smart-door-scrollbar{
    height: 100vh;
    scroll-snap-align: center;
} */
.smart-door-lock-boxs img{
   max-width: 80%;
    margin: 0 auto;
    display: block;
}

/* .waste-sorting-common {
    height: 100vh;
    scroll-snap-align: center;
} */

/* .waste-sorting-common-wrp {
    scroll-snap-type: y mandatory;
    height: 100vh;
    overflow: auto;
} */
.waste-disposa-boxs img {
    max-width: 80%;
    margin: 0 auto;
    display: block;
}
/* .iot_enabled_smart_table_wrp{
    scroll-snap-type: y mandatory;
    height: 100vh;
    overflow: auto;
}
.iot_enabled_smart_scrollbar{
    height: 100vh;
    scroll-snap-align: center;
} */
.Smart-Table-System img {
    max-width: 65%;
    margin: 0 auto;
    display: block;
}
.smart-table-IoT-Challenges img{
  max-width: 70%;
}

@media(max-width: 767px){
  .waste-sorting-common.footer_smooth_scrolling {
    scroll-snap-align: end;
    height: auto;
}
  .smart-door-scrollbar.footer_smooth_scrolling {
    scroll-snap-align: end;
    height: auto;
}
section.system-architecture.smart-door-scrollbar {
    height: auto;
}
section.system-architecture.waste-sorting-common {
    height: auto;
}
.waste_challenges_boxs img{
    max-width: 65%;
    margin: 0 auto;
    display: block;
}
.col-lg-6.smart-door-room-ab img {
    max-width: 50%;
}
.smart-door-lock-kyc-boxs img{
  padding-top: 80px;
}
section.system-architecture.iot_enabled_smart_scrollbar{
  height: auto;
}
.iot_enabled_smart_scrollbar.footer_smooth_scrolling{
    scroll-snap-align: end;
    height: auto;
}
.smart-table-IoT-Challenges img{
  max-width: 50%;
}
section.ev-monitoring.smart-table-solution.iot_enabled_smart_scrollbar{
  height: auto;
}
section.measure.smart-digital.iot_enabled_smart_scrollbar{
  height: auto;
}
section.ev-health.smart-table-iot.iot_enabled_smart_scrollbar {
    height: auto;
}

}
/*iot inner pages end */

.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;
}

/* .benefit-business button.slick-prev.slick-arrow{
  position: absolute;
  top: 0px !important;
} */
.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: 23px 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;
}

/* media queries */
@media(max-width:1024px) {
  .outer-ZipCred {
    overflow: hidden !important;
  }

  .flutter-healthcare {
    height: auto !important;
    justify-content: flex-start !important;
    min-height: 320px !important;
  }
}

@media(max-width:991px) {
  .flutter-industry {
    height: auto;
  }
  .flutter-head p{
    padding: 0px !important;
  }
  .flutters-logo .logo{
    display: none !important;
  }
  .flutters-logo .flutter-logo-img{
    display: block !important;
  }
  .flutter-logo-img img{
    display: block !important;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -5rem;
  }
  .flutter-healthcare {
    height: auto;
    justify-content: flex-start;
    min-height: max-content !important;
    padding: 20px;
    padding-bottom: 0px;
  }

  .flutter-hr {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media(max-width:768px) {
  .flutters-logo .logo {
    display: none !important;
  }

  .flutter-logo-img img {
    display: block !important;
  }

  .blue-dot,
  .blue-dot-2,
  .blue-dot-3 {
    display: none !important;
  }

  .flutters-logo .flutter-logo-img {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .flutter-head h1 {
    font-size: 42px !important;
    line-height: 56px !important;
    margin-bottom: 1rem;
  }

  .flutter-head button {
    font-size: 16px !important;
  }

  .smooth-apps {
    flex-direction: column !important;
    padding: 20px;
  }

  .smooth-apps h2 {
    font-size: 30px !important;
    line-height: 40px !important;
  }

  .smooth-apps .first-build {
    width: 100% !important;
  }

  .smooth-apps .smooth-flutter {
    width: 100% !important;
  }

  .benefit-business {
    height: auto !important;
    padding: 1rem 0rem !important;
  }

  .benefit-business h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .slider {
    background-color: #F8FBFF !important;
  }

  .slider-item {
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .com-content h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .best-flutter h2 {
    font-size: 30px;
    line-height: 40px;
  }

  .before-com h4 {
    font-size: 20px;
  }

  .flutter-hr {
    padding: 20px;
  }

  /* section {
    overflow: hidden !important;
  } */

  .slider {
    width: 366px !important;
    height: 366px !important;
  }

  .flutter-healthcare {
    margin-bottom: 0rem;
    height: auto !important;
    min-height: max-content !important;
  }

  .our-flutter-dev {
    padding: 30px 10px;
  }
  .flutter-quest{
    padding-top: 20px !important;
  }
  .com-content{
    padding-top: 0 !important;
  }
  .our-flutter-dev h2{
    font-size: 23px !important;
  }
}

@media(max-width:767px) {

  .blue-dot,
  .blue-dot-2,
  .blue-dot-3 {
    display: none;
  }

  .flutter-industry {
    margin-bottom: 1rem;
  }

  .flutter-healthcare {
    min-height: max-content !important;
  }
  .flutter-quest{
    padding-top: 0px !important;
  }
}

@media(max-width:425px) {

  .smooth-apps h2,
  .benefit-business h4 {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .com-content h2 {
    font-size: 24px;
  }
  .slider{
    width: 290px !important;
    height: 290px !important;
  }
  .slider-item{
    min-height: 290px !important;
    margin-left: -2.4rem !important;
    margin-top: 1rem !important;
    margin-bottom: 0rem !important;
    padding: 0px 50px;
  }
  .slider-item h3{
    font-size: 18px !important;
    line-height: 21px !important;
  }
  .slider-item p{
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .flutter-logo-img img {
    width: 200px;
    margin-left: -2rem;
    margin-top: -5rem;
    display: block !important;
  }

  .best-flutter h2 {
    font-size: 26px !important;
    line-height: 36px !important;
  }

  .flutter-head button {
    padding: 8px !important;
    font-size: 14px !important;
  }

  .outer-ZipCred {
    /* margin-top: -8rem; */
  }

  .flutter-head h1 {
    font-size: 28px !important;
    line-height: 40px !important;
  }

  .flutters-logo .flutter-logo-img {
    margin-top: 7rem !important;
  }
  .flutter-quest{
    padding-top: 0px !important;
  }
}

@media(max-width:375px) {
  .com-content h2 {
    font-size: 20px;
    line-height: 32px !important;
  }
  .before-com h4::after{
    font-size: 60px !important;
  }
  .before-com h4{
    font-size: 16px !important;
  }
  .before-com p{
    line-height: 20px !important;
    font-size: 13px !important;
  }
  .best-flutter h2 {
    font-size: 22px !important;
  }
  .flutter-logo-img img{
    margin-left: 3rem !important;
  }
  .outer-ZipCred{
    padding-top: 20px !important;
  }
  .ZipCred h2{
    font-size: 26px !important;
  }
  .ZipCred h3,.ZipCred h4{
    font-size: 18px !important;
    margin-top: 10px;
  }
  .ZipCred p,.ZipCred ul li{
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .ZipCred ul li{
    margin-bottom: 7px !important;
  }
  .flutter-application-main h4{
    font-size: 20px !important;
  }
  .flutter-application-main p{
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .flutter-application-main h2{
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .com-content{
    padding-top: 0px !important;
  }
  .com-content h2{
    font-size: 20px !important;
  }
  .flutter-head{
    padding-top: 30px !important;
  }
  .flutter-quest{
    padding-top: 0px !important;
  }
  .flutter-quest h2{
    font-size: 22px !important;
  }
  .flutter-application-main h1{
    font-size: 24px !important;
    line-height: 30px !important;
  }
  .flutter-application-main h5{
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .ZipCred{
    padding-top: 20px !important;
  }
  .benefit-business h4{
    line-height: 28px !important;
    font-size: 20px !important;
  }
  .benefit-business p{
    font-size: 14px !important;
    line-height: 20px !important;
  }
  .flutter-industry h5 {
    font-size: 18px !important;
  }

  .flutter-industry p {
    font-size: 14px !important;
  }

  .flutter-hr h3 {
    font-size: 26px !important;
    line-height: 30px !important;
  }

  .flutter-head h1 {
    font-size: 24px !important;
    line-height: 30px !important;
  }

}
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%;
}

@media(max-width: 767px){
.drototyping_designing h1 {
    font-size: 28px;
}
.drototyping_designing h3{
   font-size: 18px;
}
.capturing_user {
    flex: 0 0 100%;
}
.capturing_user_right {
    flex: 0 0 100%;
}
.drototyping_designing_inner_sec {
    display: flex;
    flex-direction: column;
}
.drototyping_designing{
    padding-top: 30px;
}
.hardware_prototyping2 .drototyping_img {
    padding-top: 30px;
}

}
/*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: 30px;
}

.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: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;
    list-style-position: inside;
}
.paraList ul {
    list-style: disc;
    list-style-position: inside;
}
.paraList ul li {
    font-size: 16px;
    font-weight: 300;
}
.paraList ul li::marker {
    font-size: 12px;
}


/* ===================== media query  css start ===================== */

@media screen and (max-width:991px) {
    .web_application_development_page section {
        padding: 50px 0;
    }
    .centricSection {
        display: flex;
        align-items: inherit;
        padding-left: 30px;
        padding-right: 30px;
        background: var(--bluedarkColor);
        height: auto;
    }
    .heading2 {
        font: normal normal 600 24px/32px Poppins;
    }
    .heading1 {
        font: normal normal bold 32px/40px Poppins;
    }

    .customApplicatonSection .heading2 {
        margin-bottom: 15px;
    }
    .centricRight {
        text-align: center;
        margin-bottom: 30px;
    }
    .primaryBtn {
        margin: 15px 0 0 0;
    }
    .centricLeft {
        text-align: center;
    }

    .followedBox::before {
        height: 0px;
    }
    .leadershipContent h3 {
        width: 100%;
    }

    .leadershipSection .owl-carousel button.owl-dot {
        outline: none;
    }

}

@media screen and (max-width:767px) {
    .resultBoxContent .tab-content>.active {
        background: transparent;
    }

    .owl-carousel:not(.leaderSlider):not(.leadershipBoxes):not(.leadershipContent) .owl-stage-outer * {
        height: 100%
    }
    .leadershipContent h3 {
        width: 100%;
    }
    .leadershipSection button:focus {
       outline: 0;
       outline: 0;
   }
   .followedBoxes .col-xl-2:last-child .followedBoxFront .followIcon img.img-fluid {
    padding: 0 0 0 0px;
   }
}

@media screen and (max-width:575px) {
    .web_application_development_page section {
        padding: 30px 0;
    }
    .leadershipSection .owl-theme .owl-dots {
        margin-top: 5px;
    }
    .leadershipBox {
        height: 100R;
    }
    .leadershipContent {
        top: 0;
    }
    

}
/* ===================== media query  css exit ===================== */

/* ======================================== 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;
}
.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;
}





@media(max-width: 1499px){
.banner_all_tabs li a {
    padding: 0px 12px;
}
}

@media(max-width: 1399px){
.banner_all_tabs li a {
    padding: 0px 5px;
}
.realtime_your_business_inner h2 {
    font-size: 42px;
    line-height: 60px;
}
.seamless_design_development_process h2.seamless_heading {
   font-size: 42px;
    line-height: 60px;
}


}



@media(max-width: 1199px){
.realtime_banner .heading1 {
    font: normal normal bold 42px/60px Poppins;
}

}

@media(max-width: 991px){
.realtime_our_work .realtime_our_work_inner_boxs {
    padding-right: 20px;
}
.realtime_our_work .realtime_our_work_inner_boxs_right {
    padding-right: 0px;
    padding-left: 20px;
}
.realtime_your_business_inner h2 {
    font-size: 32px;
    line-height: 45px;
}
.seamless_design_development_process h2.seamless_heading {
    font-size: 32px;
    line-height: 45px;
}

.realtime_banner .heading1 {
    font: normal normal bold 32px/40px Poppins;
}
.realtime_banner {
    padding: 50px 0px;
}

}

@media(max-width: 767px){
    .banner_all_tabs li {
    display: block;
    margin: 5px 20px;
}
.realtime_your_business_inner h2 {
    font-size: 24px;
    line-height: 34px;
}
.realtime_your_business_inner {
    padding-right: 0;
    text-align: center;
}
.explore_our_solutions_btn {
    text-align: center;
    padding: 40px 0px 0px;
}
.banner_all_tabs {
    padding-bottom: 70px;
}

.seamless_design_development_process h2.seamless_heading {
    font-size: 24px;
    line-height: 34px;
    padding-right: 0;
    text-align: center;
}
.seamless_dashboard_design_development_process_content p{
    text-align: center;
}
.dashboards_business_ready #slick-pre {
    left: 32%;
}
.dashboards_business_ready #slick-next {
    left: 65%;
}
.realtime_parameters_left span {
    font-size: 54px;
}
.realtime_parameters_right {
    padding-left: 26px;
    padding-top: 20px;
}
.dashboards_business_ready .slick-dots {
    bottom: -5px !important;
}
.dashboards_business_ready #slick-pre {
    bottom: -5px;
}
.dashboards_business_ready #slick-next {
    bottom: -5px;
}
.conceptualizeslick #slick-pre {
    right: -40px;
}
.conceptualizeslick #slick-next {
     right: -40px;
}
.banner_all_tabs {
    padding-bottom: 15px;
}

.realtime_banner {
    padding: 30px 0px;
}


}


/*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;
}

@media(max-width: 767px){
    .leverage_reliable .eCommerce_development_tabs_inner {
    margin-top: 30px;
}
.enabling_complete_inner_boxss {
    margin-top: 10px;
    padding: 15px;
    cursor: pointer;
}
.embedded_reliable_text_side h2 {
    font-size: 24px;
    line-height: 34px;
}

}
 /*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;
}



@media(max-width: 1399px){
.solution_make_wrp .explore_our_solutions_btn a {
    display: block;
    text-align: center;
}
.iot_hardware_banner {
    padding: 50px 0px;
}


}

@media(max-width: 1199px){
    
}


@media(max-width: 991px){
    
}


@media(max-width: 767px){
.realtime_our_work_heading {
    font-size: 24px;
}
.solutions_connected_devices .eCommerce_solution_inner h3 {
    font-size: 24px;
}
.solutions_connected_devices .magento_circleboxs {
    width: 345px!important;
    height: 345px!important;
}
.solutions_connected_devices .magento_circleboxs p {
    font-size: 14px;
}

.dashboards_business_ready .heading_business_ready {
    font-size: 24px;
    padding-bottom: 25px;
}
.connected_app_solutions .leadershipBoxAbsolute::before {
    width: 100%;
}
.connected_app_solutions .col-md-4 {
    padding: 0;
}
.leverage_reliable h3.magento_headings {
    font-size: 24px;
}
.enabling_complete .enabling_complete_heading {
    font-size: 24px;
}
.banner_all_tabs_iot_hardware {
    text-align: center;
    width: 100%;
}


}

@media(max-width: 560px){


.connected_app_solutions i#slick-next {
    left: 55%;
}
.connected_app_solutions i#slick-pre {
    left: 43%;
}

}






 /*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);
}





@media(max-width: 1399px){
.read_our_case_studies_inner {
    min-height: 315px;
}

}
@media(max-width: 1299px){
.specific_health_fitness {
    min-height: 325px;
}

}

@media(max-width: 1199px){
.read_our_case_studies_inner {
    min-height: 358px;
}

}


@media(max-width: 767px){
.read_our_case_studies_inner {
    min-height: auto;
}
.committed .item.slick-slide {
    width: 270px;
    height: 330px !important;
}
.committed .item {
    padding: 15px 20px;
}
.consult_our_experts_boxs_rel_dotted{
    margin-bottom: 50px;
}
.specific_health_fitness {
    min-height: auto;
}
.consult_our_experts_boxs_height {
    min-height:auto;
}
.read_our_case_studies .read_our_case_studies_inner .read_case_s_heading {
    font-size: 24px;
}
.hire_dedicated_programmers h2.heading {
    line-height: 34px;
    font-size: 24px;
}
.our_committed_developers_wrp h2.heading {
    font-size: 24px;
    margin-bottom: 10px;
}
.committed {
    margin: 3rem auto 0rem;
}
.hiring_dedicated_developer .read_case_s_heading {
    font-size: 24px;
    line-height: 34px;
}
.boost_your_business_your .heading2 {
    font-size: 24px;
    line-height: 34px;
}
.specific_digital_solutions h2.heading {
    font-size: 24px;
    line-height: 34px;
}

}


/*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;
}

/*media css*/

@media(max-width: 767px){
.read_our_case_studies h2.heading {
    font-size: 24px;
}
.read_our_case_studies .thinkgas_text_boxs h3 {
    font-size: 24px;
}
.thinkgas_text_boxs img{
    margin-top: 20px;
}
.shield_dispatcher_right_side{
    margin-top: 20px;
}
.read_our_case_studies .readour_mrtop {
    margin-bottom: 30px;
}
.boost_your_brand_inner h2.heading {
    font-size: 24px;
}
.boost_your_brand_inner{
    text-align: center;
}
.resultBoxContent_right_side{
    margin-top: 20px;
}
.how_hashStudioz_gets_wrp #slick-next {
    left: 70%;
}
.how_hashStudioz_gets_wrp #slick-pre {
    left: 30%;
}
.hundreds_of_companies_wrp .magento_circleboxs {
    width: 320px!important;
    height: 320px!important;
}
.hundreds_of_companies_wrp .nav-tabs li a {
    font-size: 16px;
}
.hundreds_of_companies_wrp .eCommerce_development_tabs .nav-tabs li {
    padding: 7px 0px;
    text-align: center;
}

.boost_your_brand_wrp_tabs .nav-pills .nav-link {
    padding: 5px 12px;
    margin-bottom: 10px;
}



}

/*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;
}


/*media css*/


@media(max-width: 991px){

.hire_ios_bes_choice .development_process_innerboxs ul li {
    width: 21%;
    height: 184px;
}

.approach_followed_by_our_ios_developers .magento_circleboxs {
    width: 450px !important;
}

}

@media(max-width: 767px){
    .hire_ios_bes_choice .development_process_innerboxs ul li {
    width: 50%;
}
.hire_ios_bes_choice .magento_headings {
    font-size: 24px;
    margin-bottom: 0px;
}
.approach_followed_by_our_ios_developers .eCommerce_solution_inner h3 {
    font-size: 24px;
    margin-bottom: 25px;
    text-align: center;
}
.approach_followed_by_our_ios_developers .eCommerce_development_tabs .nav-tabs li {
    text-align: left;
}
.approach_followed_by_our_ios_developers .magento_circleboxs {
    width: 100% !important;
}
.hireios_developer_expertise #slick-pre {
    left: 26%;
}
.hireios_developer_expertise #slick-next {
    left: 71%;
}

}

@media(max-width: 560px){
   .hire_ios_bes_choice .development_process_innerboxs ul li {
    width: auto;
    height: 252px;
}
}



/*hire ios developer css end*/


.mega-menu-mobile {
    position: absolute;
    height: auto !important;
    display: none;
    width: 81% !important;
    min-width: auto !important;
    min-height: auto;
    left: 19%;
    top: 16.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;
}

@media(max-width: 991px){
.mega-menu-mobile {
    left: 0%;
    top: 22.5%;
}
}




/* iot agumentation solutions styling starts here */

#iot-agumentation-banner{
    background: url('../images/iot-agumentation-solutions-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}
.agumentation-banner-inner{
    padding:100px 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: 4rem;
}

.iot-agumentation-case-studies{
    padding: 60px 0 30px 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;
}
.scale-up-team-iot h2{
    font-size: 30px;
    line-height: 45px;
    color: #646D7B;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 5rem;
}

.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 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: 50px 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 #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 #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 .card-body{
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #575757;
    margin-left: 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;
}
/* Media Queries */

@media(max-width:1366px){
    .iot-agumentation-credible h2{
        font-size: 45px;
        line-height: 65px;
    }
}
@media(max-width:1024px){
    .agumentation-banner-inner h2{
        font-size: 34px;
        line-height: 55px;
    }
    .scale-up-team-iot-inner{
        margin-bottom: 1rem;
        min-height: 200px;
    }
    .iot-agumentation-credible h2{
        font-size: 38px;
        line-height: 50px;
    }
}

@media(max-width:991px){
.case-studies-inner-one,.case-studies-inner-two,.case-studies-inner-three,.case-studies-inner-four,.case-studies-inner-five{
    padding: 100px 20px !important;
}    
}
@media(max-width:800px){
    .agumentation-banner-inner button.agumentation-inner-btn{
        font-size: 15px !important;
        padding: 11px 24px !important;
    }
    .iot-agumentation-contact-us-banner{
        margin: 2rem auto;
    }
}

@media(max-width:768px){
    #iot-agumentation-banner{
        background-position: 25% 100%;
    }
    .iot-agumentation-credible h2{
        font-size: 34px;
        line-height: 42px;
    }
    .case-studies-inner-one,.case-studies-inner-two,.case-studies-inner-three,.case-studies-inner-four,.case-studies-inner-five{
        padding-right: 0px !important;
    }
    .iot-agumentation-case-studies{
        padding-top: 20px;
    }
    .iot-agumentation-case-studies h2{
        margin-bottom: 1rem;
    }
    .talent-agumentation-inner{
        margin-left: 0rem !important;
        margin-top: 0rem !important;
    }
    .talent-agumentation-inner .floating-talent-div{
        position: absolute;
        bottom: -20px;
        right: 0%;
        width: 100%;
        background: #F5F5F5;
        border-radius: 0px;
    }
    #two-section-iot-agumenation{
        margin: 20px 0 0 0 !important;
    }
    .floating-talent-div h2{
        margin-top: 2rem;
        font-size: 24px;
        line-height: 45px;
        margin-left: 0;
    }
    h2.separate-heading{
        margin-top: 1.5rem;
        text-align: left;
    }
    .iot-agumentation-manner-process{
        padding-bottom: 0px !important;
    }
    .chatbox-iot-agumenation h2{
        text-align: left !important;
        font-size: 24px;
        line-height: 36px;
    }
    .chatbox-iot-agumenation{
        margin: 0 auto !important;
    }
    .iot-agumentation-manner-process #accordion .card .manner-process h5.manner-process-heading button{
        font-size: 20px;
        line-height: 30px;
        text-align: left;
    }
    .iot-agumentation-manner-process #accordion .card .card-body{
        font-size: 18px;
        line-height: 27px;
    }
}

@media(max-width:500px){
    .agumentation-banner-inner h2{
        font-size: 30px;
        line-height: 44px;
    }
    #iot-agumentation-accordion .icon{
        right: 0;
        bottom: 13px;
    }
    .talent-agumentation-inner{
        background-size: contain !important;
        height: 100% !important;
        min-height: 400px !important;
    }
    .case-studies-inner-one,.case-studies-inner-two,.case-studies-inner-three,.case-studies-inner-four,.case-studies-inner-five{
        padding: 40px 20px !important;
    }
    .iot-agumentation-case-studies{
        padding: 10px 0 0 0 !important;
    }
    .iot-agumentation-contact-us-banner{
        margin-bottom: 0px;
    }
    section#iot_agumentation_solutions_faq{
        padding-top: 0;
    }
    h2.text-center.iot-development-company-heading.pb-5{
        font-size: 28px;
        line-height: 36px;
    }
    .iot-agumentation-case-studies h2{
        margin-bottom: 2rem !important;
        font-size: 24px !important;
        line-height: 36px !important;
    }
    .iot-agumentation-credible h2{
        font-size: 30px;
        line-height: 40px;
    }
    .iot-agumentation-credible p{
        text-align: left;
    }
    .iot-agumentation-case-studies, .scale-up-team-iot h2{
        margin-bottom: 2rem !important;
        font-size: 20px !important;
        line-height: 30px !important;
        text-align: left !important;
        margin-top: 1rem;
    }
    .scale-up-team-iot-inner h2{
        font-size: 18px !important;
        margin-bottom: .5rem !important;
    }
    .scale-up-team-iot{
        padding: 10px;
    }
}

@media(max-width:425px){
    .agumentation-banner-inner h2{
        font-size: 28px;
        line-height: 40px;
    }
    .agumentation-banner-inner button.agumentation-inner-btn{
        padding: 11px 10px !important;
        font-size: 14px;
    }
}
#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: auto;
}

.mvp-development-banner-inner video {
    height: 100%;
    width: 100%;
}

.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 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 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: 50px;
    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: 300px;
}

#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;
}

#mvp-development-services h2 {
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    color: #2C3333;
}

#mvp-development-services .mvpDevelopmentBox {
    border: none !important;
    min-height: 250px;
    cursor: pointer;
    padding: 20px;
}

#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: 18px;
    line-height: 27px;
    text-transform: capitalize;
    color: #575757;
    display: block !important;
}

#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-specific {
    padding: 50px 0;
    background-color: #F2FCFF;
}

#mvp-industry-specific .mvp-industry-specific-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2rem;
}

#mvp-industry-specific .mvp-industry-specific-header h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 90px;
    text-transform: uppercase;
    color: #2C3333;
}

#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: 50px;
    margin-right: auto;
    width: 27%;
}

#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: 375px;
    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: 1.5rem;
    padding-right: 130px;
}

#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: 5rem;
}

#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;
    text-transform: capitalize;
    color: #575757;
    margin-top: 2rem;
    margin-bottom: 2rem;
    /* 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-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%;
}

/* Media Queries for mvp development services */
@media(max-width:1366px) {
    .mvp-development-banner-inner .mvp-development-banner-content {
        padding: 0 150px;
    }

    #mvp-hashstudioz-competition .mvp-hashstudioz-heading-main h2 {
        top: 0;
        padding: 0;
    }

    #mvp-industry-specific .mvp-industry-specific-header {
        align-items: center;
    }

    #mvp-industry-specific .mvp-industry-specific-header h2 {
        font-size: 40px;
        line-height: 60px;
    }

    #mvp-industry-specific .mvp-industry-specific-header p {
        width: 36%;
    }

    #mvp-industry-specific .mvp-industry-specific-main .mvp-industry-specific-inner::after {
        width: 300px;
    }

    #mvp-industry-specific .mvp-industry-specific-main p {
        padding-right: 0;
    }

    .mvp-development-contact-us-banner #contact-us-banner-inner p {
        padding: 0 100px 0 70px !important;
    }
}

@media(max-width:1024px) {
    .mvp-development-banner-inner .mvp-development-banner-content {
        padding: 0 70px;
    }

    .mvp-development-banner-inner::before {
        top: -1%;
    }

    #mvp-minimum-credible h2 {
        padding-right: 0;
        font-size: 45px;
        line-height: 60px;
    }

    #mvp-development-services .mvpDevelopmentBox {
        min-height: 295px;
    }

    #mvp-development-services .mvpDevelopmentBox .mvp-app-text p {
        font-size: 15px;
    }

    #mvp-industry-specific .mvp-industry-specific-header {
        flex-direction: column;
        align-items: flex-start;
    }

    #mvp-industry-specific .mvp-industry-specific-main p {
        font-size: 16px;
    }

    .mvp-development-contact-us-banner #contact-us-banner-inner p {
        padding: 0 0px 0 70px !important;
        font-size: 28px !important;
    }

    #mvp-industry-specific .mvp-industry-specific-header p {
        width: 100% !important;
        margin-left: 0 !important;
    }

    #mvp-industry-specific .row {
        margin-top: 0 !important;
    }

    #mvp-industry-specific .mvp-industry-slick {
        margin-top: 3rem !important;
    }
}

@media(max-width:991px) {
    #mvp-hashstudioz-competition .mvp-hashstudioz-heading-main h2 {
        position: static;
    }

    #mvp-hashstudioz-competition #mvp-top-content {
        margin-top: 0;
    }

    #row-mvp-competition {
        display: flex;
        flex-direction: column-reverse;
    }

    #mvp-bottom-content {
        margin-top: 0;
    }

    #mvp-hashstudioz-competition .mvp-hashstudioz-heading-main h2 {
        font-size: 40px;
        line-height: 60px;
    }

    #mvp-industry-specific .mvp-industry-specific-main .mvp-industry-specific-inner::after {
        width: 450px;
    }

}

@media(max-width:768px) {
    .mvp-development-banner-inner .mvp-development-banner-content {
        padding: 0 10px;
    }

    .mvp-development-banner-inner .mvp-development-banner-content h2 {
        font-size: 32px;
        line-height: 45px;
    }

    .mvp-development-banner-inner .mvp-development-banner-content p {
        font-size: 15px;
        line-height: 25px;
    }

    .mvp-development-banner-inner video {
        display: none;
    }

    .mvp-development-banner-inner {
        background: url(../images/mvp-development-banner-bg.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        height: 70vh !important;
    }

    #mvp-development-services .mvpDevelopmentBox {
        min-height: 351px;
    }

    #mvp-minimum-credible h2 {
        padding-right: 0;
        font-size: 36px;
        line-height: 50px;
    }

    #mvp-industry-specific .mvp-industry-specific-main .mvp-industry-specific-inner::after {
        width: 350px;
    }

    #mvp-hashstudioz-competition .mvp-hashstudioz-heading-main h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 1em;
    }

    #mvp-hashstudioz-competition {
        padding: 50px 0;
    }

    #mvp-hashstudioz-competition .mvp-right-content-main {
        margin-bottom: 1rem;
    }

    #mvp-hashstudioz-competition .mvp-right-content-main:last-child {
        margin-bottom: 2rem;
    }

    #mvp-industry-specific .mvp-industry-specific-header p {
        width: 100%;
    }

    #mvp-agile-approach .agile-approach-left-content h2 {
        font-size: 40px !important;
        line-height: 55px !important;
    }

    #mvp-agile-approach .agile-approach-left-content p {
        font-size: 22px !important;
        line-height: 34px !important;
    }

    #mvp-agile-approach .agile-approach-left-content {
        margin-top: 0rem;
    }

    .agile-approach-right-content .right-content-number {
        width: 70px;
        height: 70px;
        font-size: 40px;
        line-height: 50px;
    }

    .agile-approach-right-content .right-content-inner {
        margin-top: 0.7rem;
        margin-left:0;
    }

    .agile-approach-right-content .right-content-inner h4 {
        font-size: 27px;
        line-height: 36px;
    }

    .agile-approach-right-content .right-content-inner p {
        font-size: 16px;
        line-height: 24px;
        margin-top: 0;
    }

    .mvp-development-contact-us-banner #contact-us-banner-inner p {
        padding: 0 !important;
        font-size: 26px !important;
        line-height: 40px !important;
    }

    #mvp-industry-specific .mvp-industry-specific-main .mvp-industry-specific-inner::after {
        width: 230px !important;
    }
}

@media(max-width:767px) {
    #mvp-development-services .mvpDevelopmentBox {
        min-height: auto;
    }

    #mvp-industry-specific .mvp-industry-specific-main .mvp-industry-specific-inner::after {
        width: 100%;
    }

    #mvp-industry-specific .mvp-industry-specific-main {
        margin-bottom: 2rem;
    }
}

@media(max-width:500px) {
    .mvp-development-banner-inner .mvp-development-banner-content h2 {
        font-size: 26px;
        line-height: 40px;
    }

    .mvp-development-banner-inner .mvp-development-banner-content p {
        text-align: center;
    }

    #mvp-slider-banner .iot-agumentation-case-studies {
        margin-top: -1rem;
    }

    .mvp-development-banner-inner .mvp-development-banner-content a {
        font-size: 14px;
        text-align: center;
    }

    #mvp-development-services .mvpDevelopmentBox .mvp-app-text h3 {
        font-size: 18px;
    }

    #mvp-industry-specific .mvp-industry-specific-header h2 {
        font-size: 30px;
        line-height: 40px;
    }

    #mvp-industry-specific .mvp-industry-specific-header p {
        font-size: 16px;
    }

    #mvp-agile-approach .agile-approach-left-content h2 {
        font-size: 36px !important;
        line-height: 40px !important;
    }

    #mvp-agile-approach .agile-approach-left-content p {
        font-size: 18px !important;
    }

    #mvp-minimum-credible h2 {
        padding-right: 0;
        font-size: 28px;
        line-height: 40px;
    }

    #mvp-hashstudioz-competition .mvp-hashstudioz-heading-main h2 {
        font-size: 24px;
        line-height: 32px;
    }

    #mvp-hashstudioz-competition .mvp-right-content-main h4 {
        font-size: 18px;
    }

    #mvp-hashstudioz-competition .mvp-right-content-main p {
        font-size: 16px;
    }

    #mvp-industry-specific .mvp-industry-specific-main p {
        margin-top: 0.5rem;
    }

    #mvp-hashstudioz-competition {
        padding-bottom: 0;
    }

    #mvp-development-services h2 {
        text-align: left;
    }

    #mvp-minimum-viable {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    #mvp-development-services {
        padding-top: 10px;
    }

    #mvp-industry-specific .mvp-industry-slick {
        margin-top: 2rem !important;
    }

    .mvp-development-contact-us-banner #contact-us-banner-inner {
        text-align: center;
        border-radius: 0px !important;
    }

    #contact-us-banner-inner .explore_our_solutions_text {
        padding-left: 0 !important;
    }

    #mvp-development-services .mvpDevelopmentBox {
        margin-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .case-studies-inner-one,
    .case-studies-inner-two,
    .case-studies-inner-three,
    .case-studies-inner-four,
    .case-studies-inner-five {
        padding: 40px 36px !important;
    }
}

@media(max-width:375px) {
    #mvp-hashstudioz-competition .mvp-hashstudioz-heading-main h2 {
        font-size: 26px;
        line-height: 40px;
    }
}



/* 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;
}


/*media css start*/

@media(max-width: 1599px){
    .impactProductBoxes_new .impactProductBox {
    min-height: 305px;
}
.read_our_case_studies .caseStudyBox {
    min-height: 311px;
}
.boost_your_business_your_new .customApplicatonBox {
    min-height: 305px;
}

}

@media(max-width: 1399px){
        .impactProductBoxes_new .impactProductBox {
    min-height: 340px;
}
.read_our_case_studies .caseStudyBox {
    min-height: 365px;
}
.boost_your_business_your_new .customApplicatonBox {
    min-height: 335px;
}
.industries_ve_excelled_in_new .customApplicatonBox {
    min-height: 270px;
}

}

@media(max-width: 1199px){
        .impactProductBoxes_new .impactProductBox {
    min-height: 392px;
}
.impactProductBoxes_new .customApplicatonBox {
    min-height: 325px;
}
.read_our_case_studies .caseStudyBox {
    min-height: 440px;
}
.boost_your_business_your_new .customApplicatonBox {
    min-height: 355px;
}

}

@media(max-width: 767px){
    .read_our_case_studies .caseStudyBox {
    min-height: 342px;
}
  .impactProductBoxes_new .impactProductBox {
    min-height: 280px;
}
.industries_ve_excelled_in_new .customApplicatonBox {
    min-height: auto;
}

}

@media(max-width: 420px){

.impactProductBoxes_new .impactProductBox {
    min-height: auto;
}
.impactProductBoxes_new .customApplicatonBox {
    min-height: auto;
}
.read_our_case_studies .caseStudyBox {
    min-height: auto;
}
.boost_your_business_your_new .customApplicatonBox {
    min-height: auto;
}

}

/*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;
}

.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 h2 {
    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 RELEASE IOT GATEWAY SECTION ENDS HERE */

/* Media Queries */
@media(max-width:1366px) and (min-width:1024px) {
    .press-release-listing-events-inner h4 {
        font-size: 18px;
        line-height: 27px;
    }

    .press-release-iot-heading h2 {
        padding: 0 !important;
    }
}

@media(max-width:1024px) {
    .press-release-listing-main {
        padding: 50px 0;
    }

    .press-release-iot-heading h2 {
        padding: 0 !important;
        font-size: 36px;
        line-height: 50px;
    }

    .press-release-iot-gateway-inner p {
        font-size: 16px;
        line-height: 25px;
    }

    .press-release-listing-inner h4 {
        font-size: 36px;
        line-height: 50px;
    }

    .press-release-listing-inner p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 0;
    }

    /* .press-release-listing-events-inner {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    } */

    .press-release-listing-events-inner {
        align-items: center;
    }

    .press-release-listing-events-inner .view-more-btn {
        margin-top: 1rem;
        margin-right: 0;
    }

    .press-release-listing-events-inner .view-more-btn a {
        font-size: 16px;
        line-height: 25px;
    }

    .press-release-listing-events-inner .date-time h4 {
        font-size: 18px;
        line-height: 27px;
    }

    .press-release-iot-main a {
        word-break: break-all;
        display: block;
    }

    .whiteBg h4 {
        width: 100%;
    }
}


@media screen and (max-width:767px) {
    .press-release-listing-inner {
        text-align: center;
    }
    .press-release-listing-events-inner {
        flex-direction: column;
    }
    .press-release-listing-events-inner .date-time {
        text-align: center;
    }
}

@media(max-width:768px) and (min-width:300px) {
    .press-release-iot-heading h2 {
        font-size: 32px;
        line-height: 45px;
    }

    .press-release-iot-gateway-inner {
        padding: 27px;
    }

    .press-release-iot-main .moreInfo {
        margin: 1.5rem 0;
    }

    .press-release-iot-main .aboutUs {
        margin-top: 1rem;
    }
}

@media(max-width:500px) {
    .press-release-iot-heading h2 {
        font-size: 22px;
        line-height: 38px;
    }

    .press-release-iot-heading p::after {
        width: 100%;
        bottom: -15px;
    }
    .press-release-iot-main h4 {
        font-size: 18px;
        line-height: 27px;
    }

    .press-release-iot-main a {
        margin-left: 0;
    }

    .register .linkedin {
        margin-left: 0;
    }

    .press-release-iot-gateway-inner p {
        margin-bottom: 1rem;
    }
    .press-release-iot-heading span {
        padding-top: 20px;
    }
}
.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: 100px 0 100px 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 h2 {
    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-faq-inner #mvp-development-accordion {
    padding-bottom: 10px !important;
} */

/* Media Queries */
@media(max-width:1366px) {
    .on-demand-app-development-banner-inner h2 {
        font-size: 100px;
        line-height: 120px;
    }

    .on-demand-app-solution-with-system-inner .line {
        width: 245px;
    }

    .on-demand-app-solutions-with-system-integrations-heading {
        transform: translate(0, 0);
        margin-bottom: 1rem;
    }

    .on-demand-app-development-banner-inner h3 {
        font-size: 36px;
        line-height: 45px;
    }

    .on-demand-app-development-banner-inner a.on-demand-app-banner-btn {
        padding: 10px 30px;
    }

    #on-demand-app-development-best-nav .tab-content {
        right: 30px;
        padding: 24px 24px;
    }

    #on-demand-app-development-best-nav .tab-content h4 {
        font-size: 18px;
        line-height: 25px;
    }

    #on-demand-app-development-best-nav .tab-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .on-demand-app-developemnt-dominating-industry-inner {
        min-height: 387px;
    }
}

@media(max-width:1024px) {
    .on-demand-how-to-enlarge-business-inner h4 {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 1rem;
    }

    .on-demand-app-developemnt-dominating-industry-inner {
        max-height: 354px !important;
        padding: 70px 40px !important;
    }

    .on-demand-app-developemnt-dominating-industry-inner h4 {
        font-size: 18px;
        line-height: 25px;
    }

    .on-demand-app-developemnt-dominating-industry-inner .on-demand-dominating-hover-content p {
        font-size: 16px;
        line-height: 25px;
    }

    .on-demand-app-developemnt-dominating-industry-inner .on-demand-dominating-hover-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .on-demand-app-solutions-with-system-integrations-heading {
        transform: translate(0%, 0%);
    }

    .on-demand-app-solutions-with-system-integrations-heading {
        margin-bottom: 2rem;
    }

    .on-demand-app-development-dominating-industry-heading h4 {
        font-size: 24px;
        line-height: 36px;
        text-align: left;
    }

    .on-demand-app-development-dominating-industry-heading p {
        text-align: left;
    }
}

@media(max-width:768px) {
    .on-demand-app-development-banner-inner h2 {
        font-size: 80px;
        line-height: 100px;
    }

    .on-demand-app-developemnt-dominating-industry-inner {
        min-height: auto !important;
        max-height: 100% !important;
        padding: 40px !important;
    }

    section.why-on-demand-app-development-is-best-development-company {
        padding: 50px 0 !important;
    }

    .on-demand-app-development-banner-inner h3 {
        font-size: 27px;
        line-height: 36px;
    }

    .on-demand-app-development-banner-inner a.on-demand-app-banner-btn {
        font-size: 16px;
        line-height: 25px;
    }

    .on-demand-how-to-enlarge-business-heading h4 {
        font-size: 24px;
        line-height: 40px;
        text-align: left;
        margin-bottom: 1.5rem;
    }

    .on-demand-how-to-enlarge-business-inner h4 {
        margin-bottom: 1rem;
    }

    .on-demand-how-to-enlarge-business-inner p {
        font-size: 16px;
        line-height: 25px;
    }

    section.on-demand-app-solutions-with-system-integrations {
        padding: 50px 0;
    }

    .on-demand-app-solutions-with-system-integrations-heading {
        transform: translate(0%, 0%);
    }

    .on-demand-app-solutions-with-system-integrations-heading h4 {
        padding-right: 0;
        margin-bottom: 2rem;
        font-size: 30px;
        line-height: 45px;
    }

    .on-demand-app-solution-with-system-inner .line {
        width: 240px;
        margin-bottom: 1rem;
    }

    .on-demand-app-solutions-smooth-process-heading h4 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 2rem;
    }

    .on-demand-app-solutions-smooth-process-inner h4 {
        font-size: 22px;
        line-height: 36px;
    }

    .on-demand-app-solutions-smooth-process-inner p {
        font-size: 16px;
        line-height: 25px;
    }

    #on-demand-app-development-best-nav .tab-content {
        position: static;
        margin: 2rem;
    }

    .why-on-demand-app-development-is-best-company-heading p {
        padding: 0;
    }

    #on-demand-app-development-best-nav .tab-content>.active {
        background-color: white !important;
    }

    .why-on-demand-app-development-is-best-company-heading {
        margin-left: 0;
    }

    .why-on-demand-app-development-is-best-company-heading h4 {
        font-size: 30px;
        line-height: 45px;
    }

    #on-demand-app-development-best-nav .nav {
        margin-left: 0;
    }

    #on-demand-app-development-best-nav .tab-content {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

    .on-demand-app-solutions-our-latest-tech-inner {
        min-height: auto !important;
    }
}

@media(max-width:500px) {
    section.on-demand-app-development-banner {
        padding: 50px 0;
    }

    .on-demand-app-solutions-our-latest-tech-inner {
        min-height: auto;
    }

    #on-demand-app-solutions-kickoff-inner::before {
        top: 10px;
    }

    #on-demand-app-solutions-kickoff-inner p {
        font-size: 16px;
        line-height: 25px;
    }

    .on-demand-app-solutions-smooth-process-heading h4 {
        font-size: 24px;
        line-height: 36px;
    }

    .on-demand-app-solutions-our-latest-technologies-heading h4 {
        font-size: 24px;
        line-height: 36px;
    }

    .on-demand-app-solutions-our-latest-technologies-heading p {
        font-size: 16px;
        line-height: 25px;
    }

    .on-demand-app-solutions-latest-tech-bottom ul li {
        font-size: 15px;
        line-height: 22px;
    }

    .on-demand-app-development-banner-inner h2 {
        font-size: 60px;
        line-height: 75px;
    }

    .on-demand-app-development-banner-inner h3 {
        font-size: 24px;
        line-height: 36px;
    }

    .on-demand-how-to-enlarge-business-heading h4 {
        font-size: 23px;
        line-height: 36px;
        text-align: left;
        margin-bottom: 1.5rem;
    }

    .on-demand-app-solutions-with-system-integrations-heading h4 {
        font-size: 24px;
        line-height: 36px;
    }

    .on-demand-app-solution-with-system-inner p {
        line-height: 25px;
    }

    .on-demand-app-solutions-smooth-process-inner p {
        font-size: 15px;
    }

    .why-on-demand-app-development-is-best-company-heading h4 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media(max-width:375px) {
    section.on-demand-app-development-banner {
        min-height: 350px;
        padding-top: 90px;
    }

    .on-demand-app-development-banner-inner h2 {
        font-size: 50px;
        line-height: 65px;
    }

    .on-demand-app-development-banner-inner h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .on-demand-app-development-banner-inner a.on-demand-app-banner-btn {
        margin-top: 0.5rem;
    }
}

/* 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;
}

/* Media Queries */

@media(max-width:1024px) {
    .hashstudioz-home-page-banner-area-inner h4 {
        padding-right: 0;
        font-size: 38px;
        line-height: 55px;
    }

    .hashstudioz-home-page-banner-area-inner p {
        font-size: 18px;
        line-height: 27px;
        padding-right: 100px;
    }

    section.hashstudioz-home-page-banner-area .floating-div {
        right: 3%;
    }

    .expansion-of-expertise-leading-industries-inner .hoverable-content {
        padding: 0 20px;
    }

    .we-focus-on-your-intentions-developers-main p {
        min-height: auto !important;
    }

    .achieve-business-goals-with-hashstudioz-heading h4 {
        transform: translate(0%, 0%);
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 1rem;
    }

    .achieve-business-goals-with-hashstudioz-right-content {
        margin-top: 1rem;
    }
}

@media(max-width:768px) {
    .hashstudioz-home-page-banner-area-inner h4 {
        font-size: 34px;
        line-height: 50px;
        padding-right: 50px;
    }

    .hashstudioz-home-page-banner-area-inner .banner-btn {
        font-size: 16px;
        line-height: 27px;
        padding: 14px;
    }

    .shows-how-innovative-we-are-heading h4 {
        font-size: 28px;
        line-height: 40px;
    }

    .we-focus-on-your-intentions-developers-inner {
        flex-direction: column;
    }

    .we-focus-on-your-intentions-developers-inner .we-focus-on-your-intentions-developers-main {
        margin-bottom: 1rem;
    }

    .we-focus-on-your-intentions-developers-inner .we-focus-on-your-intentions-developers-main:nth-child(1) {
        margin-right: 0;
    }

    .we-focus-on-your-intentions-developers-main p {
        font-size: 16px;
        line-height: 25px;
    }

    .we-focus-on-your-intentions-heading-area h4 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 1rem;
    }

    .expansion-of-expertise-leading-industries-heading p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 1.5rem;
    }

    .we-focus-on-your-intentions-heading-area p {
        padding-right: 0;
        font-size: 16px;
        line-height: 25px;
    }
}

@media(max-width:500px) {
    section.hashstudioz-home-page-banner-area {
        background-position: 30% 100%;
    }

    .hashstudioz-home-page-banner-area-inner h4 {
        font-size: 28px;
        line-height: 40px;
    }

    .hashstudioz-home-page-banner-area-inner p {
        font-size: 16px;
        line-height: 25px;
    }

    section.hashstudioz-home-page-banner-area .floating-div {
        top: 20%;
    }

    .shows-how-innovative-we-are-inner p {
        padding-right: 0;
    }

    .shows-how-innovative-we-are-heading h4 {
        font-size: 24px;
        line-height: 36px;
    }
}

@media(max-width:375px) {
    .hashstudioz-home-page-banner-area-inner .banner-btn {
        font-size: 14px;
    }
}

/* 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;
}
/* .wastemanagement_footer_wrp {
    background: #F2F7FF !important;
} */
.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 */

@media(max-width:1199px){
    .why_wasteTrack_boxs {
        padding-left: 3%;
    }
    .why_wasteTrack_boxs {
        padding-right: 100px;
    }
    .appimgslider {
        left: 41%;
    }
}

@media(max-width:991px){
    .challenges_with_traditional_heading h4 {
        font-size: 28px;
        line-height: 42px;
    }
    .Why_WasteTrack_content h4 {
        font-size: 28px;
    }
    .key_features_section h2 {
        font-size: 28px;
    }
}


@media(max-width:767px){
    .waste_management_banner_img .centricRight h1 {
        font-size: 32px;
    }
    .waste_management_banner_img .centricRight p {
        font-size: 16px;
    }
    .waste_management_banner_img a.btn {
        margin-top: 10px;
    }
    .why_wasteTrack_section_flex {
        height: auto;
        flex-direction: column;
    }
    .Why_WasteTrack_content{
        padding-top: 30px;
    }
    .key_features_flex {
        flex-direction: column;
    }
    .key_features_flex_new2 {
        flex-direction: column-reverse;
    }
    .survey_app_flex {
        flex-direction: column;
    }
    .survey_app_img_wrp{
        margin-bottom: 20px;
    }
    .challenges_with_traditional_heading h4 {
        font-size: 24px;
        line-height: 38px;
    }
    .Why_WasteTrack_content h4 {
        font-size: 24px;
    }
    .key_features_section h2 {
        font-size: 24px;
    }
    .appimgslider {
        position: static;
        margin-bottom: 20px;
    }
    .why_wasteTrack_boxs {
        padding-right: 0;
    }
    .key_features_img_side_paddileft{
        padding-left: 0px;
    }
  
}


/* waste management page css */

@media(max-width:991px){
    .park-banner.crypto_fund.decentralized_banner.own_crypto_fund_wrp .button-trip {
        flex-direction: column-reverse;
        padding: 20px 0px;
    }
    .park-banner.crypto_fund.decentralized_banner.own_crypto_fund_wrp{
        height: auto !important;
    }
    .park-banner.crypto_fund.decentralized_banner.own_crypto_fund_wrp .park-text-content h2 {
        margin: 12px 0;
    }
}

/* 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;
}


@media screen and (max-width: 1199px) {
    .trustedSection .col-sm-12 .trustCard h5 {
        font-size: 16px;
    }

    .ContentGenerationBox {
        width: 100%;
    }
    
}

@media screen and (max-width: 1024px) {
    .processBox::after {
        right: -48px;
        width: 100px;
    }
}

@media screen and (max-width: 991px) {
    .unleashContent h2 {
        font-size: 28px;
        line-height: 42px;
    }
}

@media screen and (max-width: 767px) {
    .excitingBox {
        padding-right: 0px;
    }
    .revolutionary h2 {
        margin-bottom: 30px;
    }
    
    .processBox::after {
        display: none;
    }
    .engagementModel {
        width: 100%;
        height: 420px;
    }
    .stackBox {
        margin-bottom: 30px;
    }
    
    .processContent.tab-content>.active {
        background: transparent;
    }

    .ContentGeneration {
        height: auto;
        overflow-y: inherit;
    }
    .trustedSection .col-sm-12 .trustCard {
        height: auto;
        margin-bottom: 15px;
    }
    .trustedSection .col-sm-12:last-child .trustCard {
        margin-bottom: 0px;
    }

    .processHorizontal {
        width: 100%;
        overflow-x: auto;
        padding-bottom: 5px;
    }
    .processInner {
        width: 700px;
    }
    .processBox {
        padding: .25rem .45rem;
    }
    .processBox h1 {
        font-size: 35px;
        font-weight: 600;
        line-height: 60px;
    }
    .processBox h4 {
        font-size: 16px;
        line-height: 25px;
    }
    .processBox.active h4 {
        font-size: 16px;
        line-height: 25px;
    }
    .processContent {
        margin-top: 10px;
    }

    .productivityFlex p {
        width: 100%;
    }

    .trustedSection .col-sm-12 .trustCard {
        border: 2px solid #00AEEF;
        border-style: dotted;
        border-radius: 10px;
        padding: 15px 15px 20px;
        margin-bottom: 30px;
        height: 300px;
    }

    .trustedSection .col-sm-12 .trustCard p {
        overflow: inherit;
        display: -webkit-box !important;
        -webkit-line-clamp: inherit;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

}



@media screen and (max-width: 575px) {
    .consultFlex.d-flex {
        flex-direction: column;
    }
    .multiverse h2 {
        font-size: 40px;
        line-height: 60px;
    }
    .consultExpert .consutlBtn {
        min-width: 225px;
        margin-top: 15px;
    }

    .processInner {
        width: 480px;
    }
}

@media screen and (max-width: 480px) {
    .productivityFlex.d-flex {
        flex-direction: column;
    }
}




/* 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: 116px;
  }
  .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;
    height: inherit;
    border-radius: 12px;
}

.five4g-digital-box h2.headblue {
    color: #00AEEF;
    font-size: 30px;
    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: 50px;
}
.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;
}
.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 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-box {
    background: #D0F3FF;
    display: flex;
    gap: 10px;
    border-radius: 12px;
}

.modbus-selection-picture {
    width: 50%;
}
.modbus-selection-picture img {
    width: 100%;
    height: auto;
}

.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;
}

@media screen and (max-width:992px) {
    .buttons4g a {
        padding: 10px 20px;
        font-size: 18px;
    }
    .slick-image.rs-digital-sticky {
        height: auto;
    }
    .slider-for.rs-digital-slider {
        height: auto !important;
    }
    .similar-modbus-design {
        padding: 20px 0;
    }

    .gsm-gprsHead h2.headblue {
        margin-top: 2rem;
        margin-bottom: 10px;
    }
}


@media screen and (max-width: 767px) {
    .modbus-selection-flex {
        flex-direction: column;
    }
    .similar-modbus-design {
        padding: 0;
    }
    .modbus-selection-flex .modbus-selection-item {
        width: 100%;
    }
    .five4g-digital-content .hr-m {
        margin: 30px 0 30px;
    }

    .rs_slick_wrapper .slick-dots {
        display: block !important;
        top: 10px;
    }

    .rs-digital-sticky .thumbnail-image {
        display: none;
    }

    .five4g-digital-box {
        padding-top: 30px;
    }

    .rs-digital-sticky .slider-for.rs-digital-slider {
        width: auto !important;
    }
    .rs-digital-sticky .slider-for.rs-digital-slider ul.slick-dots {
        display: block !important;
        bottom: -30px;
    }
  
    .rs-digital-sticky .slick-dots li {
        margin: 0 10px;
        width: 20px;
        height: 20px;
        background: #000;
        border-radius: 20px;
    }
    .rs-digital-sticky .slick-dots li.slick-active {
        margin: 0 10px;
        width: 20px;
        height: 20px;
        background: #00AEEF;
        border-radius: 20px;
    }
    
    .rs-digital-sticky .slick-dots li.slick-active button {
        width: auto;
        visibility: hidden;
    }

    .rs-digitalbg {
        margin: 0;
    }

    .five4g-digital-box.gsm-gprsHead {
        padding-top: 0;
    }
    
    .five4g-digital-box.gsm-gprsmargin {
        padding-top: 0rem;
    }

}



@media screen and (max-width: 575px) {
    .buttons4g {
        flex-direction: column;
    }
    .slick-iot.rs-digital-custom {
        padding-top: 10px;
    }

    .digi-logo {
        display: none;
    }
    
}
@media screen and (max-width: 480px) {
    .modbus-selection-flex {
        display: flex;
        gap: 20px;
    }

    .five4g-digital-box h2.headblue {
        font-size: 24px;
    }
    .modbus-item {
        display: flex;
        align-items: center;
    }
    .five4g-digital-box-bottom h2.headblack {
        font-size: 24px;
    }
    
}



/* 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;
}



@media screen and (max-width: 1024px) {
    .iotCustomOuter .outer-slick-image {
        padding: 0 !important;
    }

    .rs-digital-slider-bottom.slider {
        width: auto;
    }
    
}

@media screen and (max-width: 767px) {
    .similar-modbus-design.iotGatwayMob {
        margin: 30px 0;
    }
    
}




/* 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%);
}


.transformingDiverse {
    padding: 50px 0 !important;
    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-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}
  }



@media screen and (max-width: 1199px) {
    .transTechno h5 {
        font-size: 16px;
    }
    .transformationTechno h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: inherit;
    }

    .streamline {
        display: block;
        overflow-x: auto;
        width: 100%;
    }

    .streamlineGrid {
        width: 1320px;
    }
    

}


@media screen and (max-width: 1024px) {
    .streamlineIcon img {
        max-width: 60px;
    }
    .nav-tabs.streamlineGrid li.nav-item .nav-link {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 992px) {
    .streamline-heading {
        font-size: 16px;
    }
    .invisibleText {
        visibility: hidden;
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .streamline .tab-content>.active {
        background: transparent;
    }
    .streamlineContentFlex {
        flex-direction: column;
    }
    
}

@media screen and (max-width: 575px) {
    .transformingDiverseBox {
        margin-bottom: 15px;
    }
    .transformingDiverseText {
        height: auto;
    }
    .transformingDiversePicture {
        height: auto;
    }
    .diverseArrowUp {
        display: none;
    }
    .diverseArrowDown {
        display: none;
    }

    .streamlineSection h2 {
        font-weight: 600;
        font-size: 35px;
        line-height: inherit;
        text-transform: capitalize;
        color: #112441;
        text-align: center;
        margin-bottom: 40px;
    }
    
}





/* 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;
}



@media screen and (max-width: 992px) {
    .sitemapDesignGrid {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 15px;
    }
}

@media screen and (max-width: 575px) {
    .sitemapDesignGrid {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 15px;
    }
    .sitemapDesignImage img {
        height: auto;
    }
}


/* HTML Sitemap Design Page CSS Exit */


/* HTML Event Page Template Design CSS Start */
.event-banner {
    background-image: url(../images/event-banner-image.jpg);
    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;
}
.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;
}
.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; }


@media screen and (max-width:1199px) {
    .eventBtn {
        gap: 30px;
        position: absolute;
        right: 50px;
        bottom: -85px;
    }
    .speaker_events_flex {
        flex-wrap: inherit;
    }
    .speaker_events_flex_paddi {
        flex: 0 0 48.85%;
    }
    .event_details_btn a {
        padding: 10px 15px;
        margin-right: 10px;
    }
    .speaker_events_flex.event-overide {
        flex-direction: column;
    }
    .speaker_boxs.event-autobox {
        height: 100%;
    }
}  

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }



    

@media screen and (max-width: 1080px) {
    .event-autobox {
        height: auto;
        width: 40%;
    }
    .event-autobox img {
        height: 100%;
    }
}

@media screen and (max-width: 992px) {

  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 

    
    .speaker_events .speaker_boxs {
        height: 370px;
    }
    .speaker_events .speaker_boxs img {
        height: 100%;
    }
    .event_page_heading { background-size: 100%;
    }

    .eventBtn {
        position: initial;
        width: 100%;
        justify-content: center !important;
    }
    .event_details_section_right {
        height: auto !important;
    }

    .speaker_boxs.event-autobox {
        height: auto;
    }
    .speaker_events_flex.event-overide {
        flex-direction: column;
    }

    .event-autobox {
        width: 30%;
    }
    

}

@media screen and (max-width: 767px) {
    .event_details_section {
        padding-top: 30px;
    }
    .event-banner h1.text-white {
        font-size: 40px;
    }
    .transformationText img {
        max-width: 180px;
    }

    .speaker_events_flex {
        flex-wrap: inherit;
    }
    .speaker_events_flex_paddi {
        flex: 0 0 49%;
    }

    .event-media-flex {
        grid-template-columns: repeat(1, 1fr);
    }
    .speaker_events_flex.event-overide {
        flex-direction: column;
    }

    .user_details_flex {
        flex-direction: column;
    }
    .event_details_section_right.sidebarsticky {
        height: auto;
    }

    .event-autobox {
        width: auto;
    }

    .short_details_wrp.event_details_section_left .user_details {
        margin-bottom: 0;
    }
    .event_details_section_left .user_details {
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 680px) {
    .speaker_events_flex {
        flex-wrap: wrap;
        flex-direction: column;
    }
    .speaker_events_flex_paddi {
        flex: 0 0 100%;
    }
    .speaker_events .speaker_boxs {
        height: 480px;
    }

    .other_event_flex_boxs {
        flex-direction: column;
    }
    .share_btn_relative.eventBtn{
        position: static;
    }
    

}
@media screen and (max-width: 480px) {
    .speaker_events .speaker_boxs {
        height: 360px;
    }
}
    

    .event_details_section_right {
        border: 1px solid #e7e7e7;
        background-color: #f2f2f2;
        padding: 15px;
        height: 715px;
    }
    .sidebarsticky {
        position: sticky;
        top:110px;
        margin-bottom: 30px;
    }

    .event_details_section_right .event_details_btn {
        margin-top: 5px;
    }

    .event_details_section_right h2 {
        font-size: 24px;
        font-weight: 500;
        padding: 0 0 10px;
        margin: 30px 0 15px;
        position: relative;
    }

    .event_details_section_right ul li a {
        color: #000;
        margin-bottom: 15px;
        display: inline-block;
        text-decoration: underline;
        text-decoration-skip-ink: none;
    }
    .event_details_section_right ul li a:hover {
        color: #09aeef;
    }
    .event_details_section_right ul li:last-child a {
        margin-bottom: 0px;
    }

.share_btn_relative{
    position: relative;
}
.share_link_inner_boxs {
    background: #fff;
    padding: 10px;
    position: absolute;
    bottom: 54px;
    right: 90px;
    border-radius: 5px;
    display: none;
}
.share_link_inner_boxs .whatsapp_icon_wrp {
    margin-top: 0px;
}
.share_link_inner_boxs ul.heateor_sss_sharing_ul li{
    cursor: pointer;
}



/* HTML Event Page Template Design CSS Exit */




/* 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 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;
}


@media screen and (max-width: 1199px) {
    .loraCaseList ul {
        padding-left: 15px;
    }
}

@media screen and (max-width: 992px) {
    .loRaStudyBannerText h1 {
        font-size: 46px;
        font-weight: 700;
        line-height: 60px;
    }

    section.loRaStudyBanner {
        height: auto;
        min-height: auto;
    }
    .loRaStudyBannerLeft img {
        width: 220px;
    }
    .loraCaseList ul {
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    section.loRaStudyBanner {
        background-image: url(../images/loracasebg.webp);
        height: auto;
        padding: 40px 0;
    }
    .loRaStudyBannerLeft {
        display: none;
    }

    section.loraContentSection {
        padding: 30px 0;
    }

    .loraContentBox h2 {
        font-size: 32px;
    }
    .loraContentBox h2::before {
        width: 25vw;
    }

    .loraContentPicture img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .loraContentPicture {
        margin-top: 40px;
    }
    .solutionGrayBox .loraContentBox {
        margin-bottom: 0;
    }
    .loraContentBox h3 {
        margin-top: 30px;
    }
    
}


@media screen and (max-width: 575px) {
    .loRaStudyBannerText h1 {
        font-size: 35px;
        line-height: 50px;
    }
    .loraContentPicture:after {
        display: none;
    }
    .loraContentBox h2 {
        font-size: 28px;
    }

    .loraContentPicture {
        margin-right: 0;
        margin-bottom: 0;
        margin-top: 20px;
    }
    .headCenter {
        margin-bottom: 0;
    }
}

/* 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;
}
.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;
}


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;
}



@media screen and (max-width: 1199px) {
    section.caseStudyBannerIiot {
        min-height: 370px;
    }
    .loRaStudyBannerText h1 {
        font-size: 65px;
        line-height: 88px;
    }
}

@media screen and (max-width: 992px) {
    section.caseStudyBannerIiot {
        min-height: 300px;
    }
    .loRaStudyBannerText {
        width: 100%;
    }
    .loRaStudyBannerText h1 {
        font-size: 46px;
        line-height: inherit;
    }
    
}

@media screen and (max-width: 767px) {
    section.caseStudyBannerIiot {
        background-position: 100% 0;
        min-height: 270px;
        padding: 50px 0;
        text-align: center;
    }
    .loRaStudyBannerText h1 {
        font-size: 44px;
        line-height: 54px;
    }
    .casesIiotImage {
        margin-top: 20px;
    }
    .casestudyIiotGrid {
        align-items: inherit;
    }
    .casestudyIiotItem h3 {
        color: #112441;
        font-size: 24px;
    }
    .casestudyIiotContent h2 {
        text-align: center;
        font-size: 30px;
    }
    
}

@media screen and (max-width: 575px) {

    .loRaStudyBannerText h1 {
        font-size: 32px;
        line-height: inherit;
    }
    .casesIiotImage {
        margin-top: 20px;
    }
    .casestudyIiotContent p {
        text-align: center;
    }
    .casestudyIiotGrid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .casestudyIiotContent h2 {
        text-align: center;
        font-size: 24px;
    }
    .casestudyIiotContent.blueIiotBorder h2::before {
        left: auto;
    }
    .casestudyIiotContent h2::before {
         left: auto;
    }
    .caseIiotResult {
        text-align: center;
    }
    
}

@media screen and (max-width: 480px) {
    .loRaStudyBannerText h1 {
        font-size: 28px;
    }
    
}


/* 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;
}


@media screen and (max-width: 1199px) {
    .portfolioNavigation .portfolioList .portfolioItems .portfolioLink {
        margin-right: 60px;
    }
}

@media screen and (max-width: 992px) {
    .portfolioNavigation .portfolioList .portfolioItems .portfolioLink {
        font-size: 18px;
        text-decoration-thickness: 2px;
        margin-right: 80px;
    }
}
@media screen and (max-width: 767px) {
    .portfolioBannerText h1 {
        font-size: 50px;
    }
    .portfolioNavigation .portfolioList .portfolioItems .portfolioLink {
        font-size: 16px;
        margin-right: 50px;
    }

    .portfolioPicture {
        margin-bottom: 30px;
        text-align: center;
    }
    
    .portfolioText h2 {
        font-size: 20px;
    }


    section.portfolioBox .row .col-md-8.col-sm-12 {
        order: 2;
    }
    /* section.portfolioBox .row .col-md-4.col-sm-12 {
        order: 1;
    } */

    .viewBtnPortfolio .btn {
        padding: 10px 0px 0;
    }
    

}

@media screen and (max-width: 575px) {
    .portfolioNavigation .portfolioList .portfolioItems .portfolioLink {
        margin-right: 35px;
        line-height: 50px;
    }
    
}

@media screen and (max-width: 480px) {
    .portfolioNavigation .portfolioList .portfolioItems .portfolioLink {
        margin-right: 15px;
        line-height: 35px;
        text-decoration: none;
    }
    
}

/* 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;
}

@media screen and (max-width: 1199px) {
    .zoofoodStackGrid .stackIcon img {
        height: 60px;
    }
}

@media screen and (max-width: 992px) {
    .zoofoodHeroBannerText {
        text-align: center;
        padding: 30px 0px;
    }
    .zoofoodBoxContent h2 {
        text-align: center;
        margin-bottom: 15px;
    }
    .zoofoodBoxContent h2.seamlesshead2 {
        text-align: left;
        margin-bottom: 2rem;
    }
    .zoofoodProcess {
        padding-left: 0rem;
    }
    
    .zoofoodBoxContent p {
        text-align: center;
    }
    .zoofoodProcess .tab-content>.active {
        background: transparent;
    }
    .zoofoodStackGrid {
        grid-template-columns: repeat(4, 1fr);
    }
}


@media screen and (max-width: 767px) {
    .zoofoodHeroBannerText h1 {
        font-size: 70px;
    }
    .zoofoodHeroBannerText p {
        font-size: 28px;
    }

    section.zoofoodplatform .col-sm-12 {
        margin-bottom: 15px;
    }
    section.zoofoodplatform .col-sm-12:last-child {
        margin-bottom: 0px;
    }
    .zoofoodHeroBannerText p .hyperLink::after {
        display: none;
    }

    section.zoofoodplatform {
        text-align: center;
    }
    .zoofoodBoxContent h2 {
        font-size: 32px;
        line-height: initial;
    }

    h2.seamlesshead2 {
        font-size: 30px;
    }

    .zoofoodExpertise {
        text-align: center;
    }
    .zoofoodStackGrid {
        grid-template-columns: repeat(3, 1fr);
    }

    .zoofoodProcess .nav-pills .nav-item .nav-link {
        margin: 0 70px 0 0;
    }
    
}

@media screen and (max-width: 575px) {
    .zoofoodBoxContent h2 {
        font-size: 28px;
        line-height: initial;
    }
    .zoofoodHeroBannerText p {
        font-size: 20px;
    }
    h2.seamlesshead2 {
        font-size: 25px;
    }
    .zoofoodBoxContent h2 {
        font-size: 28px;
    }
    .crucialBox img {
        width: auto;
    }
    .zooExpertiseIcon img {
        width: auto;
    }
    .zoofoodProcessPills{
        overflow: auto;
    }
    .zoofoodProcessPills ul{
        width: 550px;
        display: inherit;
    }
    .zoofoodProcessPills ul li{
        display: inline-block;
    }
    .zoofoodProcess .nav-pills .nav-item .nav-link {
        margin: 0 25px 0 0;
    }
    .zoofoodProcess .nav-pills .nav-item .nav-link.active::after {
        display: none;
    }
    

    
}

@media screen and (max-width: 480px) {
    .zoofoodHeroBannerText h1 {
        font-size: 40px;
    }
    .zoofoodBoxContent h2 {
        font-size: 24px;
        margin-bottom: 0px;
    }
    .zoofoodStackGrid {
        grid-template-columns: repeat(2, 1fr);
    }
    .zoofoodProcessPills ul {
        width: 470px;
    }

    .zoofoodProcess .nav-pills .nav-item .nav-link {
        margin: 0 20px 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: 1.5rem;
}
.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;
}
.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 .btn:hover {
    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;
}
.meanHireBg2 {
    background: #FFECD0;
    padding: 1rem;
}

.meanHireBg3 {
    background: #FFF4E4;
    padding: 1rem;
}
.meanHireBg4 {
    background: #FFFCF8;
    padding: 1rem;
}

.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 {
    background: #fff;
    padding: 1rem;
    margin-bottom: 1.875rem;
}
.meanPowerUp p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.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;
}





@media screen and (max-width: 1199px) {
    .meanscanle h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 50px;
    }
}

@media screen and (max-width: 992px) {
    .meanStackBannerText {
        text-align: center;
        padding-right: 0;
        margin-bottom: 30px;
    }
    .meanStackBannerText .bookBtn {
         margin-top: 15px;
    }
    .meanStackFramework ul {
        justify-content: center;
        gap: 1rem;
        margin-top: 1rem;
    }
    .meanStackMultiple h2 {
        text-align: center;
        font-size: 34px;
        font-weight: 700;
        line-height: 45px;
    }

    .meanStackContent {
        padding: 0 15px;
    }
    .meanStackContent .accordion .card-header .btn {
        text-align: center;
    }
    .meanStackContent .card .card-body p {
        text-align: center;
    }
    .meanStackContent h3 {
        font-size: 34px;
        text-align: center;
    }
    .meanStackTitle h3 {
        font-size: 34px;
        text-align: center;
    }

    .meanHire {
        text-align: center;
    }
    .meanPowerUp {
        text-align: center;
    }
    
}

@media screen and (max-width: 767px) {
    .meanStackMultiple h2 {
        font-size: 28px;
        line-height: 45px;
    }
    .meanStackMultiple h2 {
        font-size: 28px;
    }
}

@media screen and (max-width: 575px) {
    .meanStackBannerText h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 45px;
    }
    .meanStackDark p {
        border-left: none;
        padding: 0;
        margin: 0 0 15px;
        text-align: center;
    }
    .meanConnect {
        text-align: center;
    }
    .meanStackContent h3 {
        font-size: 28px;
        line-height: inherit;
        text-align: center;
    }

    .meanStackFramework ul {
        gap: .75rem;
    }
    .frameIcon img {
        max-width: 70px;
    }
    .meanStackContent {
        padding: 0;
    }

    .meanscanle h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .meanscanle p {
        margin: 15px 0 15px;
    }
    .meanExpertiseFlex {
        flex-direction: column;
        text-align: center;
    }

}

@media screen and (max-width: 480px) {
    .frameIcon img {
        max-width: 60px;
    }
    .meanStackBannerText .bookBtn {
        font-size: 14px;
        padding: 10px 12px;
    }
}



/* Mean Stack Development Design CSS Exit */



/* Navitaire Integration Solutions Design CSS Start */

.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;
}
.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;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    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;
}






@media screen and (max-width: 992px) {
    .navitaireBannerText {
        padding: 0 4.5rem;
    }
    .navitaireContent h3 {
        font-size: 28px;
    }
    .navitaireContent h2 {
        font-size: 28px;
        line-height: 40px;
    }
    .navitaireInitiatives {
        min-height: auto;
        margin-bottom: 1rem;
    }
    .navitaireContent ul.highlightList {
        padding-left: 1.5rem;
        margin-top: 1rem;
    }

    .navitaireApartGrid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 2rem;
    }
    .navitaireApartItems {
        width: auto;
    }


}

@media screen and (max-width: 767px) {
    .navitaireBanner {
        min-height: 440px;
    }
    .navitaireBannerText .bookBtn {
        margin-top: 20px;
    }
    .navitaireBannerText {
        padding: 0 2.5rem;
    }
    .navitaireContent .navitaireTitle h3 {
        margin-bottom: 1.5rem;
        text-align: center;
    }
    .navitaireContent h3 {
        font-size: 28px;
        line-height: inherit;
        text-align: center;
    }
    .navitaireContent h2 {
        font-size: 28px;
        line-height: 40px;
        text-align: center;
    }
    .navitaireContent p {
        text-align: center;
    }
    .navitaireNavRight .tab-content .tab-pane.active {
        background: transparent;
    }
    .navitaireApartGrid {
        grid-template-columns: repeat(1, 1fr);
    }
    .chooseSectionGrid {
        grid-template-columns: repeat(1, 1fr);
    }
    .navitaireApartItems {
        text-align: center;
    }

    .navitaireContent .accordion .card-header .btn {
        text-align: center;
    }

    .navitaireInitiatives h5 {
        text-align: center;
    }
    .navitaireNavLeft .nav-pills .nav-link {
        text-align: center;
    }
    .navitaireNavItem {
        text-align: center;
    }
    .chooseSectionGrid {
        text-align: center;
    }


}


/* 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 30px;
}
.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;
}


.uiuxCarouselFlex {
    display: flex !important;
    align-items: center;
    background: #fff;
    border-radius: 12px;
}
.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: 70%;
    padding: 0 1rem;
}

.uiuxCarouselFlex .uiuxCarouselPicture {
    width: 30%;
}
.uiuxCarouselFlex .uiuxCarouselPicture img {
    border-radius: 0px 12px 12px 0px;
}
.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: 170px;
    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: 1.5rem 1rem;
}
.upliftedUpperText h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}
.upliftedUpperText h2 {
    font-size: 1.45rem;
}
.upliftedUpperText p {
    font-size: 30px;
    font-weight: 500;
    margin: 0;
}

.upliftedBox {
    background: #F2F7FF;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1.5rem 1rem;
    height: 170px;
    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;
}
.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: 170px;
    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
}

.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;
}




@media screen and (max-width: 1366px) {
    .nav-tabs.uiuxApproachList .nav-item .nav-link::after {
        right: -3.5rem;
    }
    .manageForm .iti .iti__country-list {
        width: 270px;
    }
}


@media screen and (max-width: 1199px) {
    .uiuxCarousel .slick-prev:before {
        width: 14px;
        height: 14px;
        left: 5px;
    }
    .uiuxCarousel .slick-next:before {
        width: 14px;
        height: 14px;
        right: 5px;
    }
    .manageForm .iti .iti__country-list {
        width: 280px;
    }
}


@media screen and (max-width: 1080px) {
    .nav-tabs.uiuxApproachList .nav-item .nav-link::after {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .uiuxblue {
        width: 95%;
        background: #00AEEF;
        position: absolute;
        top: -40px;
        right: 0;
        left: 0;
        margin: auto;
        padding: 2rem 1.5rem;
    }
    .uiuxblue p span {
        display: inline-block;
    }

    .uiuxApproach {
        display: block;
        overflow-x: auto;
        width: 100%;
    }
    .uiuxApproachList {
        width: 850px;
    }

    .uiuxCarousel .slick-prev.slick-arrow {
        top: -20px;
        left: 5px;
    }
    .uiuxCarousel .slick-next.slick-arrow {
        right: 5px;
        top: -20px;
    }

}

@media screen and (max-width: 767px) {
    .uiuxBanner {
        min-height: 350px;
    }
    .uiuxBannerText .bookBtn {
        margin-top: 10px;
    }
    .uiuxblue {
        width: 100%;
        position: inherit;
    }
    .uiuxTextManage {
        margin: 0px 0 30px;
    }
    .uiuxTextManage h3 {
        margin-bottom: 1rem !important;
    }
    .uiuxPicture {
        text-align: center;
    }
    .uiuxContent {
        text-align: center;
    }
    .uiuxTextManage {
        text-align: center;
    }
    .uiuxVertical .innovativeText {
        width: 100%;
        min-height: 180px;
    }
    .uiuxVertical .innovativeText h3 {
        margin-bottom: 1rem;
    }
    .uiuxVertical .innovativeText p {
        margin: 0;
    }
    .uiuxBox h3 {
        font-size: 1.7rem;
        margin-top: 0rem;
        margin-bottom: 2rem;
    }
    .upliftedUpperOuter {
        margin-top: 1.5rem;
    }
    .upliftedBottomOuter {
        margin-top: 2rem;
        margin-bottom: 0rem;
    }
    .upliftedUpperText {
        text-align: center;
    }
    .upliftedBox {
        text-align: center;
    }
    .upliftedBottom:last-child{
        margin-bottom: 0;
    }
    .uiuxContent h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .uxCaterDesign {
        text-align: center;
    }
    .uiuxCater h2.uiuxCaterTitle {
        width: 70%;
        font-size: 30px;
        padding: 3.5rem 1rem;
    }

    .upliftedUpperOuter .upliftedUpper {
        min-height: 285px;
    }
    .upliftedBottom {
        min-height: 285px;
    }
    .upliftedBox {
        height: 285px;
    }

    .uiuxApproachList {
        width: 800px;
    }
    .uiuxContent .tab-content>.active {
        background: transparent;
    }

    .uiuxBlue {
        text-align: center;
    }
    .uiuxBlue p::before {
        margin: auto;
        left: 0;
        right: 0;
    }
    .uiuxBlue .contactBtn {
        margin-top: 15px;
    }

    .uiuxCarouselFlex {
        flex-direction: column;
        padding: 1rem;
    }
    .uiuxCarouselFlex .uiuxCarouselText {
        width: auto;
        padding: 0 1rem;
        text-align: center;
    }
    .uiuxCarouselFlex .uiuxCarouselText h4::before {
        left: 0;
        right: 0;
        margin: auto;
    }
    .uiuxCarouselFlex .uiuxCarouselText p {
        margin: 0 0 20px;
    }
    .uiuxCarouselFlex .uiuxCarouselPicture {
        width: auto;
    }
    .uiuxCarouselFlex .uiuxCarouselPicture img {
        border-radius: 12px;
    }
    .uiuxVertical {
        flex-direction: column;
        height: auto !important;
    }

    .uiuxVertical .uiuxPicture {
        width: 100%;
        height: 320px;
    }
    .innovativeText {
        width: 100%;
        min-height: 160px;
        text-align: center;
    }
    .innovativeText h3 {
        font-size: 1.5rem;
        margin-bottom: .75rem !important;
        padding-bottom: 0;
    }
    .innovativeText p {
        margin: 0;
        text-align: center;
    }

    .uiuxTextManage h3 {
        font-weight: 700;
        font-size: 2rem;
        margin-bottom: 10px !important;
    }


    
}



@media screen and (max-width: 575px) {
    .uiuxBannerText h1.text-white {
        font-size: 30px;
    }
    .uiuxTextManage {
        margin: 85px 0 30px;
    }
    .uiuxBox h3 {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
    .uiuxBox h3 {
        margin-top: 2rem;
    }
    .uiuxBox h3 {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
    .uiuxCater {
        min-height: 350px;
    }
    .uiuxCater h2.uiuxCaterTitle {
        width: 72%;
        font-size: 25px;
        padding: 1.5rem 1rem;
    }
    .uiuxBox h3 {
        font-size: 1.75rem;
        margin-top: 2rem;
    }

}

@media screen and (max-width: 480px) {
    .uiuxCater {
        min-height: 285px;
    }
    .uiuxTextManage {
        margin: 100px 0 30px;
    }
    .uiuxBox h3.text-center {
        margin-top: 0;
        margin-bottom: 3rem;
    }
    .uiuxCater h2.uiuxCaterTitle {
        width: 85%;
        font-size: 20px;
        padding: 1.5rem 1rem;
    }
    .upliftedUpperText h1 {
        font-size: 32px;
    }
    .upliftedUpperText h2 {
        font-size: 25px;
    }

    .innovativeText {
        min-height: 250px;
    }
    .innovativeText h3 {
        margin-top: 0;
        font-size: 1.5rem;
    }
}



/* ================= 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: 55px;
    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: 20px;
    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;
}


section.odcEngagment {
    background-image: url(../images/odcengagement.webp);
    background-position: center center;
    background-size: cover;
    min-height: 180px;
    padding: 30px 0;
}

.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: 2rem;
}
.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;
}

/* .odcteamTp {
    margin-top: 3.5rem;
} */

@media screen and (max-width: 1490px) {
    .odcslickCarousel.slick-slider button.slick-prev {
        top: 328px;
    }
    .odcslickCarousel.slick-slider button.slick-next {
        top: 328px;
    }
}
@media screen and (max-width: 1420px) {
    .odcslickCarousel.slick-slider button.slick-prev {
        top: 315px;
    }
    .odcslickCarousel.slick-slider button.slick-next {
        top: 315px;
    }
}

@media screen and (max-width: 1365px) {
    section.odcSection {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .odcslickText {
        min-height: 345px;
    }
    .odcslickCarousel.slick-slider button.slick-prev {
        top: 355px;
    }
    .odcslickCarousel.slick-slider button.slick-next {
        top: 355px;
    }
}

@media screen and (max-width: 1120px) {
    section.odcSection {
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 1080px) {
    section.odcSection {
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    section.odcSection {
        padding-bottom: 40px;
    }

    .odcslickFlex {
        min-height: inherit;
    }
    .odcslickText {
        min-height: inherit;
        height: min-content;
    } 
    .odcslickCarousel.slick-slider button.slick-prev {
        top: -36px;
    }
    .odcslickCarousel.slick-slider button.slick-next {
        top: -36px;
    } 

    .odcslickPicture {
        height: 300px;
    }
}


@media screen and (max-width: 992px) {
    .odcStepper {
        gap: 10px;
        margin: 15px;
    }
    .stepperStep {
        font-size: 1.5rem;
        font-weight: 600;
    }
    .stepperStep:before {
        border-width: 32px 0 28px 20px;
        left: -20px;
    }
    .stepperStep:after {
        border-width: 31px 0px 30px 20px;
        right: -20px;
    }
}

@media screen and (max-width: 767px) {
    .odcBannerText h1.text-white {
        font-size: 32px;
    }
    section.odcSection {
        padding: 30px 0 50px;
    }
    section.odcBanner {
        min-height: 350px;
    }
    .odcBannerText .bookBtn {
        margin-top: 15px;
    }
    .odcSection h2 {
        font-size: 30px;
        font-weight: 600;
        line-height: 45px;
    }
    section.odcSection {
        text-align: center;
    }
    .odcStepper {
        grid-template-columns: repeat(1, 1fr);
    }
    .odcStepper li.stepper__item {
        min-height: initial;
        display: flex;
        gap: 15px;
        background: #00AEEF;
        color: #fff;
        text-align: left;
        padding: 1rem;
        border-radius: 30px 5px 30px 5px;
    }
    .odcStepperTextUpp {
        position: initial;
        top: 0px;
        order: 2;
    }
    .odcStepperTextUpp h4 {
        font-size: 18px;
        font-weight: 600;
        margin: 0 0 5px;
    }
    .odcStepperTextDown {
        position: inherit;
        bottom: 0px;
    }
    .stepperStep {
        order: 1;
    }
    .stepperStep:before {
        display: none;
    }
    .stepperStep:after {
        display: none;
    }
    .stepLinetop {
        display: none;
    }
    .stepLinebottom {
        display: none;
    }

    .stepperStep {
        font-size: 1rem;
        font-weight: 600;
        background: #035c7e;
        color: #fff;
        position: relative;
        width: 64px;
        height: 64px;
        line-height: 18px;
        border-radius: 50%;
        padding: .75rem;
        z-index: 1;
        display: flex;
        align-items: center;
        text-align: center;
    }

    .stepHidden {
        visibility: hidden;
        display: none;
    }
    .odcStepperTextDown h4 {
        height: auto;
    }
    .odcStepperTextDown p {
        height: auto;
    }
    .odcStepperTextUpp p {
        height: auto;
    }
    .odcStepperTextUpp h4 {
        height: auto;
    }

    .odcDark p {
        border-left: 0px solid #f3dfff;
        padding-left: 0;
    }

    .odcInfraList ul li {
        text-align: left;
    }

    .odcListChoose ul {
        grid-template-columns: repeat(1, 1fr);
    }
    .odcListChoose ul li::before {
        display: none;
    }
    .odcOfferbox {
        border-left: 5px solid #F89B1C;
    }
    .odclightBlue h2.composodc {
        margin-top: 1.5rem;
    }
    .odcDedicated.dediborder {
        border-left: 0px solid #F89B1C;
        margin-top: 1.5rem;
    }

    .odcslickCarousel.slick-slider button.slick-prev {
        top: 310px;
    }
    .odcslickCarousel.slick-slider button.slick-next {
        top: 310px;
    }

}

@media screen and (max-width: 620px) {
    section.odcSection {
    padding: 30px 0 0px;
    }
}

@media screen and (max-width: 575px) {
    .odcDark .consutlBtn {
        min-width: 270px;
    }
    .odcInfraList ul li {
        text-align: left;
    }

    .odcslickFlex {
        flex-direction: column;
    }
    .odcslickPicture {
        height: auto;
        width: 100%;
    }
    .odcslickText {
        width: 100%;
    }
    section.odcSection {
    padding: 30px 0 0px;
    }
    .odcBenefits:last-child {
        margin-bottom: 1.75rem;
    }
    .odcItems {
        margin-right: 30px;
        margin-left: 30px;
    }
    .odcslickPicture img {
        border-radius: 10px;
    }
}



/* ================= 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;
}
/* ================= 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;
}
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: 10px 15px;
    margin-top: 25px;
    line-height: 25px;
    border-radius: 5px;
}

section.sectionBox {
    padding: 40px 0px;
    overflow: hidden;
}
section.yellowLightbg {
    background: #FDF7EE;
}
section.blueGrayLightbg {
    background: #F3FCFF;
}
.sectionBox h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    color: #092B3C;
    margin-bottom: .5rem;
}





.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;
}

.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;
    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-size: 20px;
    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;
}


@media screen and (max-width:1366px) {
    .nav-tabs.consultCaterList .nav-item .nav-link::after {
        right: -4rem;   
    }
}
@media screen and (max-width:1250px) {
    .nav-tabs.consultCaterList .nav-item .nav-link::after {
        right: -3.5rem;   
    }
}

@media screen and (max-width:1199px) {
    .nav-tabs.consultCaterList .nav-item .nav-link::after {
        right: -3.25rem;   
    }
}
@media screen and (max-width:1080px) {
    .nav-tabs.consultCaterList .nav-item .nav-link::after {
        right: -2.7rem;   
    }
}

@media screen and (max-width:992px) {
    .nav-tabs.consultCaterList .nav-item .nav-link::after {
        display: none;
    } 
}

@media screen and (max-width: 767px) {
    section.consultingBanner {
        min-height: 380px;
    }
    .combineheadPara {
        text-align: center;
    }
    .consultAdvance {
        margin-top: .5rem;
        text-align: center;
    }
    div#parterGsapComb {
        text-align: center;
    }
    .consultPartner {
        text-align: center;
    }
    .sectionBox h2 {
        font-size: 32px;
        line-height: 42px;
    }
    .blueBox.blueLeftborder p {
        padding-left: 0rem;
        border-left: 0px solid #fff;
    }
    .blueBox .contactBtn {
        margin-top: 1rem;
    }

    .agileGrid {
        gap: 1.5rem;
    }
    .agileHorizontal {
        display: none;
    }
    .agileVertical {
        display: none;
    }

    .consultCater {
        display: block;
        overflow-x: auto;
        width: 100%;
    }
    .consultCaterList {
        width: 778px;
    }
    .ItConsultAccordionText .tab-content>.active {
        background: transparent;
    }
    #caterNavAsap .tab-content>.active {
        background: transparent;
    }
    
    .combinetwo {
        text-align: center;
    }
}



/* ================= It Consulting Service Design CSS Exit ================= */
