@font-face {
    font-family: 'DMSans';
    src: url('../assets/fonts/DMSans-Regular.ttf') format('truetype')
}



@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800&display=swap');

body {
    font-family: 'DMSans';
    color: #3d3d3d;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mt-25 {
    margin-top: 25px !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.mt-40 {
    margin-top: 40px !important;
}

.mt-50 {
    margin-top: 50px !important;
}

.mt-60 {
    margin-top: 60px !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.width100 {
    width: 100%;
}

a:hover {
    text-decoration: none;
}

button:focus {
    outline: none;
}

/*48c1e0*/

.transition {
    transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}

.btn-primary {
    background: transparent;
    border: 1px solid #48c1e0;
    color: #3d3d3d;
    font-size: 12px;
    border-radius: 5px;
    padding: 7px 17px;
}

.btn-primary:hover,
.btn-danger:hover,
.btn-success:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background-color: transparent;
    color: #48c1e0;
    border: 1px solid #48c1e0;
}

.btn-scuccess {
    background-color: #33b5e5 !important;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: .125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    border: 0;
    color: #fff;
    padding: 7px 25px;
    font-size: 15px;
}


/*************/
.header {
    z-index: 999;
}

.header .hdrcntnr {
    padding: 18px 0 3px;
}

.header .logo {
    margin-top: -17px;
}

.header .ctbtn {
    margin-top: -17px;
}

.navBar ul {
    display: flex;
    -moz-box-align: center;
    align-items: center;
}

.navBar ul li {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    padding: 15px 16px;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}



.navBar ul li a {
    color: #3d3d3d;
    display: block;
    padding: 8px 0px 10px;
    transition: all 0.3s cubic-bezier(0.29, 0.19, 0.405, 1) 0s;
    position: relative;
}

/* .navBar ul li a::after {
    transition: all 0.3s cubic-bezier(0.29, 0.19, 0.405, 1) 0s;
    transform: scaleX(0);
    position: absolute;
    bottom: 0px;
    left: 0px;
    transform-origin: 50% center 0px;
    background: #f08c00;
    width: 100%;
    height: 2px;
    content: "";
} */

.navBar ul li:hover a::after {
    transform: scaleX(1);
}

.navBar ul li:hover a {
    color: #f08c00;
    text-decoration: none;
}

.navBar ul li:last-child:after {
    content: none;
}


.navBar>ul>li .submenu {
    position: absolute;
    width: auto;
    right: 20%;
    transform: translate(-50%, 10px);
    top: 58px;
    background: rgb(255, 255, 255) none repeat scroll 0% 0%;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 8px 0px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border-radius: 5px;
    transition: all 0.3s ease 0s;
    margin-top: 12px;
}

.navBar>ul>li:hover .submenu {
    transform: translate(-50%);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.navBar>ul>li>a::before {
    content: "";
    width: 14px;
    height: 14px;
    transform: translateY(10px) rotate(45deg);
    position: absolute;
    background: #f9f9f9;
    left: 50%;
    margin-left: -8px;
    top: 45px;
    z-index: -1;
    border-top-left-radius: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.29, 0.19, 0.405, 1) 0s;
    pointer-events: none;
}

.navBar>ul>li:hover .submenu+a::before {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) rotate(45deg);
}

.active {
    color: #f08c00 !important;
}

.navBar>ul>li .submenu ul {
    display: block;
    flex-wrap: wrap;
    z-index: 1;
    position: relative;
    /* background: rgb(255, 255, 255) none repeat scroll 0% 0%; */
    background-color: #f5f5f5;
    padding: 9px;
}

.navBar>ul>li .submenu ul li {
    list-style: outside none none;
    width: 100%;
    margin: 0px 8px;
    padding: 0;
}

.navBar>ul>li .submenu ul li:after {
    display: none;
}

.navBar>ul>li .submenu ul li a {
    display: block;
    padding: 12px 15px;
    height: 100%;
    transition: all 0.3s cubic-bezier(0.29, 0.19, 0.405, 1) 0s;
    border-radius: 3px;
}

.navBar>ul>li .submenu ul li a:after {
    display: none;
}

.navBar>ul>li .submenu ul li a .icon {
    margin-bottom: 10px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: block;
}

.navBar>ul>li .submenu ul li a .title {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.11px;
    color: rgb(61, 61, 61);
    text-transform: initial;
    transition: all 0.3s cubic-bezier(0.29, 0.19, 0.405, 1) 0s;
    font-weight: 500;
}

.navBar>ul>li .submenu ul li:hover a .title {
    color: #f08c00;
}

.navBar>ul>li .submenu ul li a .icon img {
    max-width: 100%;
}


.bannerSec {
    margin-top: 104px;
}

.bannerSec h1 {
    line-height: 38px;
    font-size: 32px;
    letter-spacing: -.77px;
    font-weight: 600;
}

.bannerSec h1 span {
    font-size: 32px;
    background: -webkit-linear-gradient(#3d3d3d, #48c1e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bannerSec span._t {
    display: block;
    width: 428px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.43px;
    text-align: center;
    color: #3d3d3d;
    margin: auto;
    margin-top: 20px;
    max-width: 428px;
    width: 100%;
}

.bannerSec span._newT {
    display: block;
    width: 428px;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.43px;
    font-family: Poppins;
    text-align: center;
    color: #3d3d3d;
    margin: auto;
    margin-top: 20px;
    max-width: 80%;
    width: 100%;
}

.bannerSec img {
    width: 605px;
    height: 352px;
    object-fit: contain;
}


.statbleSec {
    padding: 60px 0;
}

.statbleSec.pb30 {
    padding-bottom: 20px
}

.big {
    text-align: center !important;
    font-size: 35px !important;
}

.web_h {
    max-width: 470px;
    width: 100%;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.72px;
    margin: auto;
    text-align: center;
}

.web_new_h {
    font-family: DMSans;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    text-align: center;
    color: #3d3d3d;
    margin: auto;
    margin-top: 4%;
}

.web_h span {
    border-bottom: 3px solid #48c1e0;
    line-height: 32px;
    display: inline-block
}

.home_txt {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: -0.38px;
    max-width: 461px;
    width: 100%;
    margin: auto;
}

.label {
    font-family: DMSans;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.86;
    letter-spacing: 2px;
    text-align: left;
    color: #1e0e62;
    margin-top: 5%;
    margin-left: 5px;
    width: 100%;
}

.points {
    font-family: DMSans !important;
    font-size: 20px !important;
    font-weight: 500 !important;
    font-stretch: normal !important;
    font-style: normal !important;
    line-height: 1.5 !important;
    letter-spacing: normal !important;
    text-align: left !important;
    color: #212a37 !important;
    margin: 8% 0;
}

.home_new_txt {
    font-family: DMSans;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: center;
    color: #212a37;

    margin: auto;
}

.home_txt span {
    color: #48c1e0;
}

.wp_80 {
    max-width: 80%;
}

.service_h {
    font-family: DMSans;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    text-align: left;
    color: #3889da;
}

.mobileApp {
    font-family: Poppins;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: -0.4px;
    text-align: left;
    color: #3d3d3d;
    margin-bottom: 7%;
}

.mobileAppHeading {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #3d3d3d;

}

.process {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: -0.38px;
    text-align: left;
    color: #3d3d3d;
}

.service_p {
    font-family: DMSans;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.78;
    letter-spacing: normal;
    text-align: left;
    color: #212a37;
}

.video_img img {
    width: 500px;
    height: 280px;
    background-color: #ccc;
    margin: auto;
    display: block;
}

.txt600 {
    max-width: 306px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    width: 100%;
    line-height: 1.44;
    letter-spacing: -0.38px;
    color: #3d3d3d;
    margin: auto;
}

.txt600 span {
    color: #48c1e0
}

.clSl {
    padding-bottom: 60px
}

.container2 {
    max-width: 840px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.testi-txt {
    margin: auto;
    max-width: 685px;
    width: 100%;
    font-family: Poppins;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.35;
    letter-spacing: -0.58px;
    text-align: center;
    color: #3d3d3d;
    position: relative;
    padding: 0 25px;
}

.coma {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.coma img {
    opacity: .5
}

.testimonialSl {
    padding-bottom: 60px
}

.testimonialSl .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
    opacity: .5
}

#sync2 {
    text-align: center;
}

#sync2 .owl-item {
    width: 33.33%;
    display: inline-block;
}

.ellipse-1 {
    width: 42px;
    height: 42px;
    float: left;
    border-radius: 50%;
}

.m-body h4 {
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.34px;
    text-align: left;
    color: #3d3d3d;
    margin-bottom: 6px;
}

.m-body span {
    display: block;
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: -0.29px;
    text-align: left;
    color: #3d3d3d;
    margin-top: 0px;
}

.ic_custome_software {
    margin-top: 60px;
}

.m-body h4 a {
    color: #3d3d3d;
    transition: all 0.4s ease-in-out;
}

.m-body h4 a:hover {
    transition: all 0.4s ease-in-out;
}


.stableSlider {
    width: 100%;
    display: inline-block;
    position: relative;
}

.stableSlider .item {
    width: 100%;
    float: left;
    padding: 15px 10px;
}

.stableSlider .owl-item:nth-child(2n) .item {
    padding-top: 45px;
}

.work .owl-item {
    max-width: unset;
    max-height: unset;
}

.ic_custome_software ._bx {
    padding: 15px;
    width: 100%;
    min-height: 145px;
}

.ic_custome_software ._bx:nth-child(2) {
    position: relative;
    top: 40px;
}

.ic_custome_software ._bx:nth-child(4) {
    position: relative;
    top: 40px;
}

.ic_custome_software ._bx:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.sl_txt {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.48px;
    text-align: center;
    color: #3d3d3d;
    max-width: 570px;
    margin: auto;
    width: 100%;
    padding: 5px 0 0;
}

._testname {
    width: 33.33%;
    padding: 15px;
    cursor: pointer;
    border-top: 3px solid transparent;
}

._testname.active {
    border-top: 3px solid #48c1e0;
}

.cstSay {
    padding: 60px 0;
    padding-top: 10px;
}

.cst {
    margin-top: 50px;
}

.cst .cstBx {
    width: 100%;
}

.rectangle-6-copy-2 {
    width: 100%;
    background-color: #007694;
}

.cptn {
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: -0.31px;
    text-align: left;
    color: #3d3d3d;
    padding: 10px;
    border: solid 1px #4e4e4e;
    border-top: 0;
}

.caseList li {
    padding: 40px;
    margin-bottom: 30px;
    position: relative;
}

.caseList li:hover {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.caseList li h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.48px;
    text-align: left;
    color: #3d3d3d;
    margin-bottom: 20px;
}

.caseList li p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: -0.38px;
    text-align: left;
    margin-bottom: 40px;
    color: #3d3d3d;
    display: block;
}

.caseList li ._r a {
    padding: 15px 0;
    border-top: 2px solid #007694;
    display: inline-block;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.34px;
    text-align: left;
    color: #007694;
}

.caseList li:nth-child(1) {
    background: #c6ecf6;
    border-top: 10px solid #b6e6f3;
    border-right: 10px solid #b6e6f3;
}

.caseList li:nth-child(2) {
    background: #ffeacb;
    border-top: 10px solid #ffe4bd;
    border-right: 10px solid #ffe4bd;
}

.caseList li:nth-child(3) {
    background: #d7e6f4;
    border-top: 10px solid #b4cce4;
    border-right: 10px solid #b4cce4;
}

.caseList li:nth-child(4) {
    background: #fee6ec;
    border-top: 10px solid #ffc5d3;
    border-right: 10px solid #ffc5d3;
}

.caseList li:nth-child(5) {
    background: #c6ecf6;
    border-top: 10px solid #b6e6f3;
    border-right: 10px solid #b6e6f3;
}

.caseList .img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 50%;
}

.caseList .img img {
    display: block;
    max-width: 100%;
    height: auto;
}

.lrGrids {
    padding: 60px 0;
}

.lrGrids h3 {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: -0.48px;
    text-align: left;
    color: #3d3d3d;
}

.lrGrids p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.38px;
    text-align: left;
    color: #3d3d3d;
}

.lrGrids ._rt {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: italic;
    line-height: 1.11;
    letter-spacing: -0.43px;
    text-align: left;
    position: relative;
    color: #48c1e0;
    padding: 20px;
}

.lrGrids ._rt:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #007694;
    height: 4px;
    width: 50px;
}

.blue-txt {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 23px;
    letter-spacing: -0.43px;
    text-align: left;
    color: #48c1e0;
    display: block;
}


.w20 {
    width: 20px;
    height: 20px;
}

.ddBoxes ._dd {
    text-align: center;
    font-size: 0
}

.ddBoxes ._dd li {
    width: 49%;
    border: 1px solid #d7e6f4;
    padding: 20px;
    display: inline-block;
    vertical-align: top;
    min-height: 192px;
}

.ddBoxes ._dd li h4 {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: -0.36px;
    text-align: left;
}

.ddBoxes ._dd li p {
    font-family: Poppins;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: -0.29px;
    text-align: left;
    color: #3d3d3d;
    margin-top: 8px;
    margin-bottom: 0;
}

.ddBoxes ._dd li .pr {
    position: relative;
    padding-left: 55px
}

.ddBoxes ._dd li ._img {
    position: absolute;
    top: 0;
    left: 0;
}

.hclr1 {
    color: #508ecd;
}

.hclr2 {
    color: #ff9600;
}

.hclr3 {
    color: #a75fd4;
}

.hclr4 {
    color: #4a9db4;
}

.hclr5 {
    color: #ff5891;
}

.hclr6 {
    color: #52c1be;
}

.ddBoxes {
    padding-top: 30px;
    padding-bottom: 150px
}

.forBtm {
    position: relative;
}

.manImg {
    position: absolute;
    bottom: -150px;
    left: -110px;
}

.stckSec {
    padding: 60px;
    padding-bottom: 30px
}

.nav-tabs {
    display: table;
    width: 100%;
    border: 0;
}

.nav-tabs li {
    display: table-cell;
    text-align: center;
}

.nav-tabs li a.active {
    border-bottom: 2px solid #007694;
}

.nav-tabs li a {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 3;
    letter-spacing: -0.29px;
    text-align: center;
    color: #3d3d3d;
    padding: 7px 25px;
}

.aeroWork .list1.svg svg {
    width: 100%;
}

.aeroWork .list1.svg {
    margin: 30px 0px;
}

.aeroWork .arrow-img {
    width: 15px;
    height: 39px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    bottom: -18px;
}

.aeroWork .arrow-img img {
    display: block;
    max-width: 100%;
}

.aeroWork .list2 .arrow-img {
    bottom: auto;
    top: -32px
}

.aeroWork .list2 .count6 .arrow-img {
    bottom: auto;
    top: -47px
}


.aeroWork .list1 li {
    width: 30%;
    position: relative;
}

.aeroWork .list1 li .listBx {
    padding: 15px;
    position: relative;
    padding-top: 50px;
    min-height: 215px;
    width: 100%;
    float: left;
}

.aeroWork .list1 li .listBx img {
    position: absolute;
    top: 15px;
}

.aeroWork .list1 li .listBx h3 {
    margin-top: 22px;
    margin-bottom: 7px;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: -0.34px;
    text-align: left;
    color: #3d3d3d;
}

.aeroWork .list1 li .listBx span {
    display: block;
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: -0.29px;
    text-align: left;
    color: #3d3d3d;
}

.aeroWork .list1 li:nth-child(1) {
    border: 1px solid rgb(220, 230, 251);
}

.aeroWork .list1 li:nth-child(2) {
    border: 1px solid rgb(209, 237, 235);
}

.aeroWork .list1 li:nth-child(3) {
    border: 1px solid rgb(242, 219, 203);
}

.aeroWork .list1.list2 li:nth-child(1) {
    border: 1px solid rgb(246, 229, 196);
}

.aeroWork .list1.list2 li:nth-child(2) {
    border: 1px solid rgb(220, 230, 251);
}

.aeroWork .list1.list2 li:nth-child(3) {
    border: 1px solid rgb(209, 237, 235);
}

.ourServices .list1 li {
    width: 30%;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.ourServices .list1 li:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    transition: all 0.4s ease-in-out;
}

.ourServices .list1 li .listBx {
    padding: 15px;
    position: relative;
    padding-top: 50px;
}

.ourServices .list1 li .listBx img {
    position: absolute;
    top: 15px;
    max-width: 40px;
}

.ourServices .list1 li .listBx h3 {
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: -0.34px;
    text-align: left;
    color: #3d3d3d;
    min-height: 32px;
}

.ourServices .list1 li .listBx span {
    display: block;
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: -0.29px;
    text-align: left;
    color: #3d3d3d;
}

.ourServices .list1 li .listBx h3 a {
    color: #3d3d3d;
}

.container4 {
    max-width: 900px;
    width: 100%;
    margin: auto;
    padding: 0 15px
}

.count {
    width: 30px;
    height: 30px;
    color: rgb(141, 127, 216);
    background: rgb(220, 230, 251) none repeat scroll 0% 0%;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0px;
}

.count2 .count {
    color: rgb(87, 174, 168);
    background: rgb(209, 237, 235) none repeat scroll 0% 0%;
}

.count3 .count {
    color: rgb(207, 143, 99);
    background: rgb(242, 219, 203) none repeat scroll 0% 0%;
}

.count4 .count {
    color: rgb(87, 174, 168);
    background: rgb(209, 237, 235) none repeat scroll 0% 0%;
}

.count5 .count {
    color: rgb(141, 127, 216);
    background: rgb(220, 230, 251) none repeat scroll 0% 0%;
}

.count6 .count {
    color: rgb(210, 169, 90);
    background: rgb(246, 229, 196) none repeat scroll 0% 0%;
}

.servicehh {
    font-family: Poppins;
    font-size: 30px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: -0.72px;
    color: #3d3d3d;
}

.arcGttxt {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: -0.38px;
    text-align: center;
    color: #3d3d3d;
    max-width: 553px;
    width: 100%;
    margin: auto;
}

.ftLogo {
    display: none;
}

.clr {
    color: #007694;
}

.arcGt {
    padding-top: 60px;
}

.layer-569 {
    background: #007694;
}

.layer-569 img {
    width: 100%;
}

.frBx {
    width: 31%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.frBx:hover {
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}

.frBx .captn2 {
    padding: 15px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: -0.34px;
    text-align: left;
    color: #3d3d3d;
}

.frBx .captn2 a {
    display: block;
    padding: 10px 0;
    position: relative;
    color: #007694;
    padding-bottom: 0
}

.frBx .captn2 a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #007694;
    height: 4px;
    width: 50px;
    ;
}

.featSec {
    padding: 60px;
}

.pnkSec {
    padding-bottom: 60px;
    margin-top: 60px;
}

.pnkSec .pn {
    background: #48c1e0;
    border-radius: 10px;
}

.pnkSec .pn .txt {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: -0.58px;
    text-align: left;
    color: #fff;
}

.h174 {
    height: 174px;
}

.btn-danger {
    border-radius: 5px;
    background-color: #007694;
    color: #dcdcdc;
    padding: 12px 35px;
    text-transform: uppercase;
    border: 0;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.27;
    letter-spacing: -0.36px;
    text-align: left;
    color: #dcdcdc;
}

.container3 {
    max-width: 910px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
}

.ftHeading {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.34px;
    text-align: left;
    color: #fff;
}

.pnkSec .btn-danger:hover {
    color: #fff !important;
}

.arw {
    padding: 60px 0;
    padding-top: 12px;
    background-color: #33BEFF;
}

.ftGrdid1 h3 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.29px;
    text-align: left;
    color: #fff;
    margin-bottom: 0
}

.ftGrdid1 p {
    font-family: Poppins;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: -0.29px;
    text-align: left;
    color: #fff;
    margin-bottom: 0
}

.ftGrdid1 a {
    display: block;
    font-family: Poppins;
    font-size: 10px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: -0.24px;
    text-align: left;
    color: #fff;
}

.footerLinks h3 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: #212a37;
}

.footerLinks ul li {}

.footerLinks ul li a {
    opacity: 0.5;
    font-family: Mulish;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
    text-align: left;
    color: #0a142f;
    transition: all 0.4s ease-in-out;
}

/* .footerLinks ul li a:hover {
    transition: all 0.4s ease-in-out;
    color: #48c1e0;
} */

footer {
    padding-bottom: 60px;
    background-color: #33BEFF;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px
}

.header-fix {
    webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    z-index: 99;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block;
}

.backToTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99
}

.backToTop img {
    width: 40px;
    cursor: pointer;
}

.mobile-icons {
    display: none;
}

.left0 {
    left: 0 !important;
}

.mobile-logo,
.mobile-icon-2 {
    display: none;
}

._bxclr1 {
    background: #c6ecf6 !important
}

._bxclr2 {
    background: #ffeacb !important
}

._bxclr3 {
    background: #d7e6f4 !important
}

._bxclr4 {
    background: #d1ffe3 !important
}

._bxclr5 {
    background: #fee6ec !important
}

.recentS .caseList li {
    min-height: 330px;
}

.faq {
    padding: 60px 0;
}

.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f063";
    float: right;
}

.accordion .card-header.collapsed:after {
    content: "\f061";
}

.faq .card-header {
    margin-bottom: 30px !important;
    background: #fff;
    border: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.faq .card {
    border: 0;
    padding: 4px;
}

.faq .card-title {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: -0.34px;
    text-align: left;
    color: #37393d;
}

.contBox {
    background: #c6ecf6;
    border-top: 10px solid #b6e6f3;
    border-right: 10px solid #b6e6f3;
    padding: 60px;
}

.contBox h3 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.33px;
    font-weight: 600;
}

.contBox h4 {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: -0.2px;
    margin-bottom: 15px;
    font-family: Poppins;
    font-weight: 600;
}


.contBox .form-control {
    border: 1px solid #333;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
}

.contBox .form-control:focus {
    box-shadow: none;
}

.uploadArea {
    position: relative;
    border: 1px dashed #333;
    height: 70px;
    border-radius: 5px;
}

.uploadArea button {
    background: rgb(109, 216, 255);
    border-radius: 4px;
    padding: 9px 23px 11px;
    border: 0;
    color: #fff;
    position: absolute;
    top: 12px;
    right: 10px;
}

.uploadArea .uploadInf {
    position: absolute;
    top: 0;
    left: 15px;
    bottom: 0;
    margin: auto;
    height: 27px;
}

.file {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 100
}

._chkbox {
    padding: 15px;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    border-radius: 3px;
    position: relative;
}

.custom-control-input:checked~.custom-control-label::before {
    border-color: #66adfc;
    background-color: #66adfc;
}

.custom-control-label {
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
}

.custom-control-label::before {
    top: 0;
}

.custom-range {
    background: #fff;
    padding: 10px;
    height: 63px;
    box-shadow: 0px 0px 4px 1px #ccc;
    border-radius: 3px;
}


.rangeArea {
    border: 1px dashed #333;
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 20px;
}

.leftCont {
    background: #f5f5f5;
    padding: 15px;
    border-top: 10px solid #dbdbdb;
    border-left: 10px solid #dbdbdb;
    height: 100%;
}

.leftCont h3 {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -0.33px;
    font-weight: 600;
}

.leftCont h4 {
    background: -webkit-linear-gradient(#3d3d3d, #48c1e0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.2px;
    margin-bottom: 15px;
    font-family: Poppins;
    font-weight: 600;
}

.webTxt {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.38px;
    text-align: left;
    color: #3d3d3d;
    display: block;
}

.webTxt a {
    transition: all 0.4s ease-in-out;
    color: #3d3d3d;
}

.webTxt a:hover {
    transition: all 0.4s ease-in-out;
    color: #48c1e0;
}

.ourServices {
    padding: 60px 0;
}

.serviceLeft h3 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.38px;
    text-align: left;
    color: #3d3d3d;
}

.serviceLeft ul li a {
    font-family: Poppins;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.29px;
    text-align: left;
    color: #3d3d3d;
}

.serviceLeft {
    padding: 15px;
    box-shadow: 9px 15.6px 29.4px 0.6px rgba(119, 182, 213, 0.4);
    background-color: #ffffff;
}

.serviceLeft ul {
    padding-left: 15px;
}

.serviceLeft ul li {
    list-style-type: decimal;
    padding-left: 0px;
    font-size: 13px;
    padding-bottom: 5px
}

.serviceLeft ul li:last-child {
    padding-bottom: 0;
}

.serviceRight h2 {
    font-family: Poppins;
    font-size: 25px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: -0.67px;
    text-align: left;
    color: #24b3d8;
}

.srvBox {
    border: 1px solid #dcdcdc;
    padding: 20px;
}

.srvBox h4 {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.64;
    letter-spacing: normal;
    text-align: left;
    color: #3d3d3d;
}

.srvList li {
    padding-bottom: 15px;
    font-family: Poppins;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: -0.34px;
    text-align: left;
    color: #3d3d3d;
}

.srvList li {
    position: relative;
    padding-left: 30px
}

.srvList {
    margin-top: 40px;
}

.srvList li {
    position: relative;
    padding-left: 20px
}

.srvList li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: #24b3d8;
    width: 10px;
    height: 10px
}

.srvList li span {
    color: #24b3d8;
    text-decoration: underline;
}

.srtxt {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.38px;
    text-align: left;
    color: #3d3d3d;
}

.f13 {
    font-size: 13px;
}

.web {
    display: block;
}

.mobileNav {
    display: none !important;
}

.allTech {
    display: flex;
    flex-wrap: wrap;
    -moz-box-pack: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
    position: relative;
}

.techIcon {
    background: rgba(224, 225, 235, 0.23);
    margin: 0px 3px 6px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 150px;
    padding: 6px 12px;
    min-height: 84px;
}

.techIcon img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    transform: scale(0.85);
}

.owl-carousel {
    padding: 0 10px;
}

.owl-carousel .owl-prev {
    position: absolute;
    top: 50%;
    left: -25px;
    font-size: 0px;
    background: url(../assets/images/arw-left.png) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
}

.owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    right: -25px;
    font-size: 0px;
    background: url(../assets/images/arw-right.png) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    margin-top: -11px;
}

/* New CSS Start */
.custom-control-label::after {
    top: 0;
}

.infiniteslide {
    width: 100%;
    display: block;
    background: #f9f9f9;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
    margin: 35px 0 0;
}

.infiniteslide .client-count {
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 9;
    transform: translateY(-50%);
    width: 100px;
    height: auto;
    padding: 10px 10px;
    border-radius: 3px;
    background-color: #48c1e0;
    text-align: center;
}

.client-count h5 {
    font-size: 26px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.client-count span {
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    font-weight: 500;
}

.logoListing {
    display: flex;
    flex-flow: row nowrap;
    -moz-box-align: center;
    align-items: center;
    transition: all 500ms linear 0s;
    animation: 50.125s linear 0s infinite normal none running infiniteslide;
    animation-iteration-count: 100;
}

.logoListing .logoWrap {
    flex: 0 0 auto;
    display: block;
}

.logoListing .logoBlock {
    padding: 0px 41px;
    transform: scale(0.85);
    display: flex;
    -moz-box-align: center;
    align-items: center;
    position: relative;
    filter: blur(0px);
    transition: all 500ms linear 0s;
}

.logoListing:hover .logoBlock {
    filter: blur(3px);
}

.logoListing .logoBlock:hover {
    filter: blur(0px);
}

.logoListing:hover {
    animation-play-state: paused;
}

.bannerSec span._t.w5 {
    max-width: 530px;
}

.awardsSctn {
    width: 100%;
    display: block;
    text-align: center;
    padding: 40px 0;
    position: relative;
}

.awardsSlider {
    width: 100%;
    position: relative;
}

.awardsSctn .sliderWrapper {
    position: relative;
    overflow: hidden;
}

.awardsSctn .awardsListing {
    padding: 40px 0px 20px calc(-570px + 50vw);
    display: flex;
}

.awardsSctn .awrdBlock {
    position: relative;
    bottom: 0px;
    width: 210px;
    height: 210px;
    margin: 0 16px;
    padding: 30px 24px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
    text-align: center;
    border-radius: 4px;
}

.awardsSctn .awrdBlock div {
    width: 100%;
    height: 100%;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    transition: all 800ms cubic-bezier(0.2, 0.8, 0.2, 1) 0s;
}

.awardsSctn #prev {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 45%;
    z-index: 1;
}

.awardsSctn #next {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 45%;
    z-index: 1;
}

a:active,
a:focus,
a {
    outline: none;
}

.slider-nav-thumbnails {
    width: 100%;
    float: left;
    position: relative;
    margin: 30px 0 60px !important;
}

.slider-nav-thumbnails .d-flex {
    border-top: 3px solid transparent;
    padding: 10px;
    cursor: pointer;
}

.slider-nav-thumbnails .d-flex.slick-current {
    border-top: 3px solid #48c1e0;
}

.testimonial-thumbnail-slider .slick-slide {
    padding: 12px 0 10px;
}

.slick-current .m-body h4 {
    color: #48c1e0
}

.industriesSctn {
    width: 100%;
    display: block;
    padding: 60px 0 40px;
}

.industriesSctn h2 {
    text-align: center;
}

.indsTabs {
    width: calc(100% - 14%);
    display: block;
    margin: 40px 7% 20px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.indsTabs .nav-tabs {
    display: flex;
    overflow: auto;
    flex-wrap: initial;
    padding-bottom: 5px;
}

.indsTabs .nav-tabs li {
    flex-grow: 1;
    margin: 0 5px;
}

.indsTabs .nav-tabs li a {
    border: 1px solid #009cd7;
    background: #f9f9f9;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.58px;
    text-align: center;
    color: #49b6d4;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.indsTabs .nav-tabs li a.active {
    background: #49b6d4;
    color: #fff;
}

.tab-content.inds {
    width: 100%;
    padding: 40px 0 10px;
    display: block;
    background: #fff;
    z-index: 1;
    position: relative;
}

.indsTabs .dflex {
    display: flex;
    width: 100%;
}

.indsTabs .dflex .txtBlck {
    width: 100%;
    max-width: 490px;
}

.indsTabs .dflex .imgBlck {
    display: flex;
}

.indsTabs .imgBlck .single-img {
    width: 240px;
    min-width: 240px;
    margin-left: 20px;
}

.indsTabs h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.58px;
    text-align: left;
    color: #3d3d3d;
}

.indsTabs p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.58px;
    text-align: left;
    color: #3d3d3d;
    margin: 15px 0 0;
}

.indsTabs img {
    max-width: 100%;
    height: auto;
}

.howweDvlp {
    width: 100%;
    display: block;
    padding: 60px 0 40px;
}

.howweDvlp h2 {
    text-align: center;
}

.work-flow-listing {
    position: relative;
    margin: 0px auto;
    padding-top: 15px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    margin-top: 30px;
}

.work-flow-listing .single-workflow {
    position: relative;
    max-width: 283px;
    width: 100%;
    padding: 15px 20px;
    margin: 0px 15px;
    border: 1px solid #ecceff;
}

.work-flow-listing .single-workflow .workflow-no {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0px;
    right: 0px;
    font-size: 18px;
    line-height: 23px;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    font-weight: 700;
}

.work-flow-listing .workflow-no {
    color: #3d3d3d;
    background: #ecceff;
}

.work-flow-listing .single-workflow .arrow-img {
    width: 15px;
    height: 39px;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -8px;
    transform: rotate(-90deg);
}

.work-flow-listing .single-workflow.light-peach-three .arrow-img {
    display: none;
}

.work-flow-listing .connector-img {
    position: absolute;
    bottom: -30px;
    margin-right: auto;
    margin-left: auto;
    width: 880px;
}

.work-flow-listing p {
    font-size: 12px;
    line-height: 1.42;
    letter-spacing: -0.29px;
    color: #3d3d3d;
    margin: 8px 0 0;
}

.work-flow-listing .img-block img {
    width: 40px;
}

.work-flow-listing h6 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.14;
    letter-spacing: -0.34px;
    color: #3d3d3d;
    margin: 10px 0 0;
}

.work-flow-listing .duck-egg-blue .workflow-no {
    color: #3d3d3d;
    background: #b6e6f3;
}

.work-flow-listing .light-peach .workflow-no {
    color: #3d3d3d;
    background: #ffdba7;
}

.work-flow-listing .light-peach-three .workflow-no {
    color: #3d3d3d;
    background: rgba(248, 77, 135, 0.3);
}

.work-flow-listing .single-workflow.duck-egg-blue {
    border: 1px solid #b6e6f3;
}

.work-flow-listing .single-workflow.light-peach {
    border: 1px solid #ffdba7;
}

.work-flow-listing .single-workflow.light-peach-three {
    border: 1px solid #fdc9db;
}

.appDvlpmnt {
    width: 100%;
    display: block;
    padding: 60px 0 40px;
}

.appDvlpmnt h2 {
    text-align: center;
}

.custom-dev-listing {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 0 40px;
}

.serviceSingle {
    width: calc(33.33% - 20px);
    margin: 10px;
    border: 1px solid #b6e6f3;
    padding: 15px;
}

.processSingle {
    margin: 10px;
    border: 1px solid #b6e6f3;
    padding: 15px;
}

.processSingle h4 {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #3d3d3d;
    margin: 10px 0 0;
    font-family: DMSans;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: normal;
}

.serviceSingle h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.24;
    letter-spacing: -0.34px;
    text-align: left;
    color: #3d3d3d;
    margin: 10px 0 0;
}

.processSingle p {
    font-family: DMSans;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.34px;
    text-align: left;
    color: #3d3d3d;
    margin: 10px 0 0;
}

.tools {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #3d3d3d;
    margin: auto;
    margin-bottom: 3%;
}

.expertise {
    font-family: Poppins;
    font-size: 16.4px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    text-align: center;
    color: #23242a;
    margin-top: 20px;
}

.serviceSingle p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.34px;
    text-align: left;
    color: #3d3d3d;
    margin: 10px 0 0;
}

.processSingle p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: -0.34px;
    text-align: left;
    color: #3d3d3d;
    margin: 10px 0 0;
}


.serviceSingle .service-icon img {
    max-width: 40px;
}

.serviceSingle:nth-child(2) {
    border-color: #ecceff
}

.serviceSingle:nth-child(3) {
    border-color: #d6e4ff
}

.serviceSingle:nth-child(4) {
    border-color: #bff4c7
}

.serviceSingle:nth-child(5) {
    border-color: #f9d5d5
}

.serviceSingle:nth-child(6) {
    border-color: #d5d5d5
}

.bnftsSctn {
    width: 100%;
    display: block;
    padding: 60px 0 40px;
}

.bnftsSctn h2 {
    text-align: center;
}

.oveflowHoriaontal {
    overflow: hidden;
    margin: 50px 0 0;
}

.oveflowHoriaontalInner {
    overflow-x: scroll;
    margin-bottom: -16px;
}

.new_benefits {
    box-shadow: rgba(161, 175, 221, 0.09) 0px 5px 10px 0px;
    display: block;
    width: 100%;
    position: relative;
    margin-top: 40px;
}

.new_benefits .item {
    padding: 0 10px;
}

.new_benefits .single_block {
    -width: 100%;
    padding: 25px 20px 230px;
    position: relative;
    border: 1px solid #ecceff;
    border-left-width: 0px;
    border-right-width: 0px;
    min-height: 450px;
}

.new_benefits .single_block:nth-child(1) {
    border-left-width: 1px;
}

.new_benefits .single_block:last-child {
    border-right-width: 1px;
}

.bnftsSlider {
    width: 100%;
    float: left;
}

.new_benefits h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.48px;
    color: #3d3d3d;
}

.new_benefits p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.43;
    letter-spacing: -0.34px;
    color: #3d3d3d;
    margin: 10px 0 0;
}

.new_benefits .img-block {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.new_benefits .img-block img {
    max-width: 220px;
    display: block;
    margin: 0 auto;
}

.ourPrtfolio {
    width: 100%;
    display: block;
    padding: 60px 0 40px;
    overflow: hidden;
}

.portfWrap {
    width: calc(100% + 80%);
    display: block;
    overflow: hidden;
    margin: 50px 0 0 -40%;
}

.portfolio_slider {
    width: 100%;
    position: relative;
    display: block;
}

.portfolio_slider .item {
    width: 100%;
    padding: 0 20px;
    float: left;
}

.portfolio_single {
    width: 100%;
    float: left;
    position: relative;
    background: #c6ecf6;
    border-top: 10px solid #b6e6f3;
    border-right: 15px solid #b6e6f3;
}

.portfolio_wrap {
    width: 100%;
    float: left;
    position: relative;
    height: 360px;
    display: flex;
}

.portfolio_txt {
    width: 48%;
    padding: 40px 30px 50px 40px;
}

.portfolio_txt h3 {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.48px;
    color: #3d3d3d;
}

.portfolio_txt p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.38px;
    color: #3d3d3d;
    margin: 15px 0 0;
}

.portfolio_img {
    width: 52%;
    display: flex;
    align-items: flex-end;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
}

.portfolio_img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.portfolio_single.bg2 {
    background-color: #d2ffe4;
    border-color: #beffd8;
}

.portfolio_single.bg3 {
    background-color: #d7e6f4;
    border-color: #b4cce4;
}

.portfolio_single.bg4 {
    background-color: #fee6ec;
    border-color: #ffc5d3;
}

.portfolio_single.bg5 {
    background-color: #c6ecf6;
    border-color: #b6e6f3;
}

.portfolio_slider .owl-dots {
    width: 100%;
    float: left;
    text-align: center;
    margin: 30px 0 0;
}

.portfolio_slider .owl-dot {
    display: inline-block;
    width: 30px;
    height: 5px;
    background-color: #4aabda;
    margin: 0 5px;
    opacity: 0.4;
}

.portfolio_slider .owl-dot.active {
    opacity: 1;
}

.portfolio_slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 25%;
    width: 70px;
    height: 70px;
    background-color: #fff;
    font-size: 0px;
    border-radius: 50%;
    background-image: url(../assets/images/arw-left.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}

.portfolio_slider .owl-next {
    position: absolute;
    top: 50%;
    right: 25%;
    width: 70px;
    height: 70px;
    background-color: #fff;
    font-size: 0px;
    border-radius: 50%;
    background-image: url(../assets/images/arw-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
}

.portfolio_slider .owl-prev:hover,
.portfolio_slider .owl-next:hover {
    background-color: #f7f7f7;
}

.w70 {
    max-width: 767px;
}

img.hAuto {
    height: initial;
}

@keyframes infiniteslide {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-1505px, 0, 0);
    }
}

.hr {
    color: #efefef;
    border-top: 2px solid;
    width: 80%;
}

.footer-copyright {
    width: 100%;
    display: block;
    background: #fff;
    padding: 15px 0px;
    text-align: center;
}

.footer-copyright p {
    font-size: 15px;
    line-height: 20px;
    color: #000;
    margin: 0px;
    text-align: center;
}

.aboutSctn {
    padding-top: 40px
}

.aboutSctn p {
    margin-top: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.mt-25.imgCntr {
    margin: 0 auto;
    display: block;
    padding: 30px 0 10px;
}

.imgCntr img {
    display: block;
    margin: 0 auto;
    max-width: 94%;
}

.custom-dev-listing .home_txt {
    text-align: center;
    font-weight: 500;
}


.br1 {
    border: 1px solid #5db86b;
}

.br2 {
    border: 1px solid #5e84fe;
}

.br3 {
    border: 1px solid #007694;
}

.br4 {
    border: 1px solid #ae57e6;
}

.br5 {
    border: 1px solid #007694;
}

.br6 {
    border: 1px solid #5e84fe;
}

.br7 {
    border: 1px solid #5e84fe;
}

.br8 {
    border: 1px solid #3d3d3d;
}

.br9 {
    border: 1px solid #007694;
}

.br10 {
    border: 1px solid #5db86b;
}

.br11 {
    border: 1px solid #e8734d;
}


h4 a,
h3 a,
h4 a:hover,
h3 a:hover {
    transition: all 0.4s ease-in-out;
}

.br1 h4 a:hover,
.br1 h3 a:hover {
    color: #5db86b !important;
}

.br2 h4 a:hover,
.br2 h3 a:hover {
    color: #5e84fe !important;
}

.br3 h4 a:hover,
.br3 h3 a:hover {
    color: #007694 !important;
}

.br4 h4 a:hover,
.br4 h3 a:hover {
    color: #ae57e6 !important;
}

.br5 h4 a:hover,
.br5 h3 a:hover {
    color: #007694 !important;
}

.br6 h4 a:hover,
.br6 h3 a:hover {
    color: #5e84fe !important;
}

.br7 h4 a:hover,
.br7 h3 a:hover {
    color: #5e84fe !important;
}

.br8 h4 a:hover,
.br8 h3 a:hover {
    color: #3d3d3d !important;
}

.br9 h4 a:hover,
.br9 h3 a:hover {
    color: #007694 !important;
}

.br10 h4 a:hover,
.br10 h3 a:hover {
    color: #5db86b !important;
}

.br11 h4 a:hover,
.br11 h3 a:hover {
    color: #e8734d !important;
}

.allSrvc {
    width: calc(100% + 20px);
    margin-left: -10px;
    display: inline-block;
    margin-top: 30px;
}

.ourServices .list1 li {
    width: calc(33.33% - 20px);
    margin: 10px;
}

.location {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #212a37;
    margin-bottom: 20px;
}

.places {
    font-family: Mulish;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #0a142f;
}

.footerService {
    opacity: 0.5;
    font-family: Mulish;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #0a142f;
}

.featuredWork {
    font-family: Poppins;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.2px;
    text-align: left;
    color: #3d3d3d;
}

.featuredWorkHeading {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #212a37;
}

.domain {
    font-family: Poppins;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    text-align: left;
    color: #8a8a8a;
}

.application {
    font-family: Poppins;
    font-size: 20px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #212a37;
}

.hrLine {
    height: 1px;
    background-color: #49b2ce;
}

.name {
    font-family: Roboto;
    font-size: 17px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.06;
    letter-spacing: normal;
    text-align: left;
    color: #212a37;
}

.nameImage {
    max-width: 63px;
    margin-right: 20px;
}

.testimonial {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.3px;
    text-align: left;
    color: #49b2ce;
}

.client {
    font-family: Poppins;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.2px;
    text-align: left;
    color: #3d3d3d;
}

.contactUs {
    font-family: DMSans;
    font-size: 42px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.24;
    letter-spacing: -0.4px;
    text-align: left;
    color: #1e0e62;
}

.contactUsHeader {
    font-family: DMSans;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: rgba(21, 20, 57, 0.4);
}

.product {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.3px;
    text-align: left;
    color: #49b2ce;
}

.inputField {
    width: 80%;
    padding: 8px 11px 9px 16px;
    background-color: white;
    border-radius: 10px;
    border: solid 2px #ebeaed;
    font-family: DMSans;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: left;
    color: rgba(21, 20, 57, 0.4);
}

.mailText {
    font-family: DMSans;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #1e0e62;
    margin-left: 15px;
}

.serviceHeadText {
    font-family: DMSans;
    font-size: 24px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: left;
    color: #212a37;
}


.dot {
    height: 10px;
    width: 10px;
    background-color: #f08c00;
    border-radius: 50%;
    display: inline-block;
    margin-right: 1%;
}

.copyright {
    font-family: DMSans;
    font-size: 16px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: #1e0e62 !important;
}

.submit {
    padding: 12px 28px;
    border-radius: 10px;
    background-color: #f08c00;
    font-family: DMSans;
    font-size: 18px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-color: white;
    margin-top: 2%;
    margin-bottom: 3%;
}

.trusted {
    font-family: Poppins;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2;
    letter-spacing: normal;
    text-align: center;
    color: #212a37;
    margin: auto;
}

.applyNow {
    margin: 21px 41px 21px 0;
    padding: 15px 24px 15px 25px;
    background-color: white;
    border: solid 0.6px #49b2ce;
    font-family: Mulish;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: #49b2ce;
}

.explore {
    font-family: Mulish;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.81;
    letter-spacing: normal;
    text-align: left;
    color: #8a8a8a;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #3d3d3d !important;
    padding: 12px 16px !important;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #f1f1f1
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.service_text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: center;
    color: #3d3d3d;
}

.height170 {
    height: 200px;
}

.center {
    text-align: center;
    margin-top: 10%;
    margin-bottom: 7%;
}

.ecommerce_text {
    font-family: Poppins;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.2px;
    text-align: left;
    color: #3d3d3d;
}

.ecommerce_subText {
    font-family: Poppins;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.07;
    letter-spacing: normal;
    text-align: left;
    color: #212a37;
}

.ecommerce_why {
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.3px;
    text-align: left;
    color: #49b2ce;
}

.ecommerce_ui {
    font-family: Poppins;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #212a37;
    list-style: none;
}

.centerText {
    text-align: center !important;
}

.mainText {
    font-family: DMSans;
    font-size: 50px !important;
    font-weight: bold !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6 !important;
    text-align: center;
    color: #303c44;
    padding-top: 5%;
}

.mainSubheading {
    font-family: DMSans;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: rgba(48, 60, 68, 0.8);
}

.aboutUsHead {
    font-family: DMSans;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: 0.3px;
    text-align: left;
    color: #f08c00;
}

.aboutUsSubhead {
    font-family: DMSans;
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 0.2px;
    text-align: left;
    color: #3d3d3d;
}

.aboutUsText {
    font-family: DMSans;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.72;
    letter-spacing: normal;
    text-align: left;
    color: #212a37;
}

.circle::before {
    content: "\2022";
    color: #49b2ce;
    font-weight: bold;
    display: inline-block;
    width: 20px;
    margin-left: 0.5em;
    font-size: 20px;
}

.setFooterLogo {
    float: left;
}

.padd100 {
    padding-left: 100%;
}

ul.ecommerce_ui {
    list-style-position: inside;
}

@media screen and (max-width:1700px) {
    .navBar>ul>li .submenu {
        right: 15%;
    }
}

@media screen and (max-width:1490px) {
    .navBar>ul>li .submenu {
        right: 12%;
    }
}

@media screen and (max-width:1390px) {
    .navBar>ul>li .submenu {
        right: 9%;
    }
}

@media screen and (max-width:1250px) {
    .navBar>ul>li .submenu {
        right: 5%;
    }
}

/* New CSS End */
@media screen and (max-width:1170px) {
    body {
        overflow-x: hidden;
    }

    .container,
    .container-sm {
        max-width: 100% !important;
    }

    .navBar>ul>li .submenu {
        right: 0%;
    }

    .indsTabs {
        width: 100%;
        margin: 40px 0 20px;
    }

    .indsTabs p {
        font-size: 16px;
        line-height: 1.5;
    }

    .indsTabs h3 {
        font-size: 20px;
    }

    .indsTabs .nav-tabs li a {
        font-size: 16px;
        height: 65px;
        padding: 5px 15px;
    }

    .work-flow-listing .single-workflow .arrow-img {
        margin-top: -17px;
        width: 10px;
    }

    .work-flow-listing .single-workflow .arrow-img img {
        max-width: 100%;
    }

    .work-flow-listing .single-workflow {
        margin: 0px 12px;
    }



}




@media screen and (max-width:1023px) {
    .portfWrap {
        width: 100%;
        margin: 40px 0 0 0;
    }

    .portfWrap .owl-nav {
        display: none !important;
    }

    .work-flow-listing .connector-img {
        bottom: -25px;
        width: 740px;
    }

    .work-flow-listing .single-workflow .workflow-no {
        width: 24px;
        height: 24px;
        font-size: 15px;
        line-height: 20px;
    }

    .work-flow-listing .single-workflow {
        padding: 10px;
    }

    .work-flow-listing h6 {
        font-size: 13px;
    }


}



@media screen and (max-width:979px) {

    .web {
        display: none !important;
    }

    .mobileNav {
        display: block !important;
    }

    .header .logo {
        margin-top: 0;
    }

    .header .ctbtn {
        margin-top: 0;
    }

    .header .hdrcntnr {
        padding: 12px 0;
    }

    header {
        height: initial;
        background: #fff;
    }

    .mobile-icons {
        display: block;
    }

    .mobile-icons div {
        cursor: pointer;
    }

    .mobile-icons img {
        width: 20px;
    }

    .mobile-icons {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        background: #fff;
        z-index: 1;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        background: #fff;
        padding: 10px 0;
        z-index: 99999;
    }

    .backToTop {
        bottom: 60px;
    }

    .mobile-logo {
        display: block;
        padding: 15px;
        padding-bottom: 0;
    }

    .mobile-icon-2 {
        display: block;
        position: fixed;
        bottom: 15px;
        right: 15px;
        z-index: 9;
        cursor: pointer;
        opacity: 0;
    }

    .mobile-icon-2 img {
        width: 30px;
    }

    .mobile-icon-2.active {
        opacity: 1;
    }

    .navBar {
        position: fixed;
        top: 0;
        left: -2000px;
        height: 100vh;
        background: #fff;
        z-index: 999999;
        width: 100%;
        overflow: scroll;
    }

    .navBar ul {
        padding-top: 20px;
    }



    .navBar ul {
        display: block;
    }

    .navBar ul li {
        margin: 0;
        padding: 0 20px 7px;
        display: flex;
        /* flex-direction: column; */
        width: 100%;
        font-size: 20px;
    }

    .navBar ul li a {
        padding: 6px 0px 0;
        display: inline-block;
        order: 1;
        width: 100%;
    }

    .navBar>ul>li .submenu {
        position: static;
        width: 100%;
        transform: translate(0, 0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        margin: 0;
        box-shadow: none;
        padding: 0;
        order: 2;
    }

    .navBar>ul>li:hover .submenu {
        transform: translate(0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .navBar>ul>li .submenu ul {
        padding: 0 0 10px;
        display: block;
    }

    .navBar>ul>li .submenu ul li {
        width: 100%;
        margin: 0;
    }

    .navBar>ul>li .submenu ul li a {
        padding: 10px 20px;
    }

    .navBar>ul>li .submenu ul li a .icon {
        display: none;
    }

    .navBar>ul>li .submenu ul li a .title {
        font-size: 16px;
    }

    .navBar>ul>li .submenu ul li a .title br {
        display: none;
    }

    .backToTop {
        display: none !important;
    }

    .navBar ul li a::after {
        display: none;
    }

    .ic_custome_software {
        padding: 0 30px;
    }


    .custom-dev-listing {
        padding: 0;
    }

    .serviceSingle {
        width: calc(33.33% - 10px);
        margin: 5px;
    }

    .serviceSingle p {
        font-size: 13px;
    }

    .serviceSingle h4 {
        font-size: 15px;
    }

    .new_benefits h4 {
        font-size: 18px;
    }

    .new_benefits .single_block {
        padding: 15px 15px 180px;
        min-height: 400px;
    }

    .new_benefits .item {
        padding: 0 5px;
    }

    .bnftsSlider {
        padding: 0 25px;
    }

    .owl-carousel .owl-prev {
        left: -10px;
    }

    .owl-carousel .owl-next {
        right: -10px;
    }

    .new_benefits .img-block img {
        max-width: 180px;
    }


    .indsTabs .imgBlck .single-img {
        width: 170px;
        min-width: 170px;
        margin-left: 15px;
    }

    .indsTabs p {
        font-size: 15px;
        line-height: 1.5;
        margin: 10px 0 0;
    }

    .tab-content.inds {
        padding: 30px 0 10px;
    }

    .indsTabs .nav-tabs li a {
        font-size: 15px;
        height: 52px;
        padding: 4px 10px;
    }

    .industriesSctn {
        padding: 40px 0 30px;
    }

    .work-flow-listing .connector-img {
        bottom: -20px;
        width: 80%;
    }

    .howweDvlp {
        padding: 40px 0;
    }

    .portfolio_txt {
        padding: 30px 20px;
        width: 52%;
    }

    .portfolio_txt h3 {
        font-size: 18px;
    }

    .portfolio_txt p {
        font-size: 14px;
        margin: 10px 0 0;
    }

    .portfolio_slider .owl-dots {
        margin: 20px 0 0;
    }

    .bnftsSctn {
        padding: 40px 0;
    }

    .portfolio_wrap {
        height: 335px;
    }

    .lctnSlider.owl-carousel {
        padding: 0 30px;
    }

    .ftGrdid1 {
        padding: 0 10px;
    }

    .arw {
        padding: 50px 0 40px;
    }

    .footer-copyright {
        margin-bottom: 45px;
        padding: 12px 10px;
    }

    .footer-copyright p {
        font-size: 14px;
    }





}

@media screen and (max-width:767px) {

    .dropdown-content {
        visibility: hidden;
    }

    .mb-hide {
        display: none !important
    }

    .bannerSec img {
        max-width: 94%;
        height: auto;
    }

    .bannerSec h1 {
        font-size: 20px;
        line-height: 24px
    }

    .bannerSec h1 br {
        display: none;
    }

    .bannerSec span {
        font-size: 20px !important
    }

    .bannerSec span._t {
        font-size: 14px !important;
        margin-top: 12px;
    }

    .statbleSec {
        padding: 15px 0;
    }

    .web_h {
        font-size: 22px
    }

    .ic_custome_software {
        margin-top: 15px;
    }

    .ic_custome_software ._bx {
        width: 100%;
    }

    .video_img {
        width: 100%;
    }

    .video_img img {
        width: 100%;
    }

    .ic_custome_software ._bx:nth-child(2) {
        position: relative;
        top: 0px;
        margin: 15px 0;
    }

    .ic_custome_software ._bx:nth-child(4) {
        position: relative;
        top: 0px;
        margin-bottom: 15px
    }

    .testimonialSl {
        padding-bottom: 15px
    }

    .cstSay {
        padding: 15px 0
    }

    .cst .cstBx {
        width: 100%;
    }

    .nav-tabs li {
        width: 48%;
        display: inline-block;
        text-align: center;
    }

    .manImg {
        display: none;
    }

    .ddBoxes ._dd li,
    .aeroWork .list1 li,
    ._testname {
        width: 100%
    }

    .frBx {
        width: 100%;
    }

    .testi-txt {
        font-size: 14px
    }

    .sl_txt {
        font-size: 13px
    }

    .clSl {
        padding-bottom: 15px
    }

    .mb-5 {
        margin-bottom: 15px !important
    }

    .cst,
    .mt-50,
    .mt-70 {
        margin-top: 15px !important;
    }

    .rSpBetwnn {
        margin: 15px 0;
    }

    .caseList li {
        padding: 15px
    }

    .lrGrids {
        padding: 15px 0;
    }

    .lrGrids h3 {
        font-size: 16px
    }

    .lrGrids p {
        font-size: 14px
    }

    .lrGrids img.w-100 {}

    .lrGrids .mt-50,
    .lrGrids .mt-70 {
        border: 1px solid #e5e5e5;
        text-align: center;
        padding: 15px;
    }

    .lrGrids .mb-5 {
        padding-bottom: 20px;
    }

    .lrGrids .row.align-items-center {
        flex-direction: column;
    }

    .lrGrids .mt-50 .row .col-12:nth-child(2) {
        order: 1;
    }

    .lrGrids .mt-50 .row .col-12:nth-child(1) {
        order: 2;
    }

    .lrGrids p,
    .lrGrids h3 {
        text-align: center;
    }

    .lrGrids .mt-50 .row .col-12 img {
        max-width: 96%;
        margin-top: 10px;
    }

    .lrGrids .mt-50:nth-child(5) .row .col-12:nth-child(2) {
        order: 2;
    }

    .lrGrids .mt-50:nth-child(5) .row .col-12:nth-child(1) {
        order: 1;
    }

    .lrGrids .mt-50:nth-child(7) .row .col-12:nth-child(2) {
        order: 2;
    }

    .lrGrids .mt-50:nth-child(7) .row .col-12:nth-child(1) {
        order: 1;
    }

    .lrGrids .mt-50:nth-child(9) .row .col-12:nth-child(2) {
        order: 2;
    }

    .lrGrids .mt-50:nth-child(9) .row .col-12:nth-child(1) {
        order: 1;
    }

    .lrGrids .mt-50:nth-child(11) .row .col-12:nth-child(2) {
        order: 2;
    }

    .lrGrids .mt-50:nth-child(11) .row .col-12:nth-child(1) {
        order: 1;
    }

    .lrGrids .mt-50:nth-child(13) .row .col-12:nth-child(2) {
        order: 2;
    }

    .lrGrids .mt-50:nth-child(13) .row .col-12:nth-child(1) {
        order: 1;
    }


    .ddBoxes {
        padding-bottom: 0
    }

    .stckSec {
        padding: 15px 0;
    }

    .arcGttxt {
        font-size: 14px
    }

    .arcGt {
        padding-top: 15px
    }

    .featSec {
        padding: 15px 0
    }

    .pnkSec .pn .txt {
        font-size: 16px;
        padding-left: 15px !important;
    }

    .h174 {
        height: auto;
        padding: 15px 0;
    }

    .h174 .pr-5 {
        padding-left: 15px !important;
    }

    .btn-danger {
        padding: 4px 14px;
        font-size: 13px;
        margin-top: 10px;
    }

    .pnkSec {
        padding-bottom: 15px
    }

    .arw .mt-20 {
        margin-top: 0 !important;
    }

    .arw {
        padding-bottom: 0
    }

    .ftBx div {
        width: 100%
    }

    .ftLogo {
        margin-bottom: 15px
    }

    .recentS .owl-next,
    .recentS .owl-prev {
        display: none !important;
    }

    .cstSay .owl-next,
    .cstSay .owl-prev {
        display: none !important;
    }

    .faq {
        padding: 15px 0;
    }

    .contBox {
        padding: 15px;
    }

    .contBox h3 {
        font-size: 17px;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .uploadArea .uploadInf {
        font-size: 13px !important;
        top: -15px;
        left: 8px;
        width: 100px
    }

    .webTxt {
        font-size: 14px !important
    }

    ._order2 {
        order: 2;
    }

    .owl-carousel {
        padding: 0 20px;
    }

    .owl-carousel .owl-prev {
        left: -5px;
    }

    .owl-carousel .owl-next {
        right: -5px;
    }

    .ftGrdid1 .item div {
        padding: 5px 15px;
    }

    .ftGrdid1 {
        margin-bottom: 40px;
    }

    .caseList .img {
        position: static;
        margin: 25px 0 0;
        width: 100%;
        text-align: center;
        max-width: 100%;
    }

    .aeroWork .arrow-img,
    .aeroWork .list1.svg {
        display: none !important;
    }

    .aeroWork .list1 li .listBx {
        min-height: initial;
    }

    .aeroWork .list1 li {
        margin: 8px 0;
    }

    .aeroWork .list1 li.count6 {
        order: 3;
    }

    .aeroWork .list1 li.count5 {
        order: 2;
    }

    .aeroWork .list1 li.count4 {
        order: 1;
    }

    .ic_custome_software {
        padding: 0 15px;
    }

    .stableSlider .item {
        padding: 10px !important;
    }

    .video_img img {
        height: auto;
    }

    .logoListing .logoBlock {
        padding: 0px 20px;
    }

    .infiniteslide .client-count {
        width: 75px;
        padding: 5px;
    }

    .client-count h5 {
        font-size: 20px;
        line-height: 16px;
    }

    .client-count span {
        font-size: 9px;
        line-height: 9px;
    }

    .infiniteslide {
        padding: 15px 0;
    }

    .slider-nav-thumbnails .d-flex {
        padding: 0 30px;
        border: 0 !important;
    }

    .owl-carousel .owl-prev,
    .owl-carousel .owl-next {
        width: 18px;
        height: 20px;
        margin-top: -10px;
    }

    .slick-prev:before,
    .slick-next:before {
        display: none;
    }

    .slider-nav-thumbnails .slick-dots {
        display: none !important;
    }

    .slider-nav-thumbnails .slick-prev {}

    .slider-nav-thumbnails .slick-prev {
        left: 0px;
        font-size: 0px;
        background: url(../assets/images/arw-left.png) no-repeat;
        background-size: 100%;
        width: 18px;
        height: 20px;
        margin-top: -10px;
        transform: none;
        z-index: 1;
    }

    .slider-nav-thumbnails .slick-next {
        right: 0;
        font-size: 0px;
        background: url(../assets/images/arw-left.png) no-repeat;
        background-size: 100%;
        width: 18px;
        height: 20px;
        margin-top: -10px;
        transform: rotate(180deg);
        z-index: 1;
    }

    .slider-nav-thumbnails {
        margin: 20px 0 40px !important;
    }

    .testimonial-thumbnail-slider .slick-slide {
        padding: 12px 5px 10px;
    }

    .home_txt {
        font-size: 15px;
    }

    .serviceSingle {
        width: calc(50% - 10px);
        margin: 5px;
    }

    .serviceSingle p {
        font-size: 13px;
    }

    .serviceSingle h4 {
        font-size: 15px;
    }

    .appDvlpmnt {
        padding: 25px 0;
    }

    .custom-dev-listing {
        margin-top: 35px;
    }

    .bnftsSctn {
        padding: 30px 0;
    }

    .new_benefits .single_block {
        min-height: 360px;
        text-align: center;
    }

    .bnftsSlider {
        padding: 0 15px;
    }


    .indsTabs {
        padding: 10px;
    }

    .indsTabs .dflex {
        flex-wrap: wrap;
    }

    .indsTabs .dflex .imgBlck {
        width: 100%;
        margin: 20px 0 0;
        justify-content: center
    }

    .indsTabs h3 {
        text-align: center;
        font-size: 18px;
    }

    .indsTabs p {
        font-size: 14px;
        text-align: center;
    }

    .indsTabs .imgBlck .single-img {
        width: 160px;
        min-width: 160px;
        margin: 5px;
    }

    .indsTabs .nav-tabs {
        padding-bottom: 10px;
    }

    .indsTabs .nav-tabs li {
        margin: 0 3px 3px;
    }

    .indsTabs .nav-tabs li a {
        font-size: 14px;
        height: 46px;
        padding: 6px 15px 4px;
        line-height: 1.3;
    }

    .work-flow-listing .connector-img,
    .work-flow-listing .single-workflow .arrow-img {
        display: none;
    }

    .work-flow-listing {
        flex-wrap: wrap;
    }

    .work-flow-listing .single-workflow {
        width: calc(50% - 10px);
        margin: 5px;
        max-width: auto;
    }

    .howweDvlp {
        padding: 30px 0 0;
    }

    .portfolio_slider .item {
        padding: 0;
    }

    .portfolio_txt {
        padding: 20px 15px;
        width: 100%;
        text-align: center;
    }

    .portfolio_wrap {
        height: initial;
        flex-wrap: wrap;
    }

    .portfolio_img {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 10px 20% 0;
    }

    .portfolio_single {
        border-top-width: 8px;
        border-right-width: 10px;
    }

    .ourPrtfolio {
        padding: 40px 0 40px;
    }

    .bannerSec {
        margin-top: 75px;
    }

    .custom-dev-listing .home_txt br {
        display: none;
    }

    .allSrvc {
        margin-top: 20px;
    }

    .ourServices .list1 li {
        width: calc(50% - 20px);
    }

    footer {
        padding-bottom: 40px;
    }

    .ourServices {
        padding: 40px 0 20px;
    }

    .servicehh {
        text-align: center;
        font-size: 26px;
    }

    .srtxt {
        font-size: 14px;
        line-height: 1.6;
        letter-spacing: 0;
        text-align: center;
    }



}




@media screen and (max-width:479px) {

    .location {
        text-align: center;
    }

    .places {
        text-align: center;
    }

    .setFooterLogo {
        margin-bottom: 20px;
        width: 100%;
    }

    .padd100 {
        padding-left: 0;
    }

    .owl-carousel {
        padding: 0 15px;
    }

    .ic_custome_software {
        padding: 0;
    }

    .stableSlider .item {
        padding: 10px !important;
    }

    .stableSlider.owl-carousel {
        padding: 0 10px;
    }

    .ic_custome_software ._bx {
        padding: 10px;
    }

    .m-body h4 {
        font-size: 14px;
    }

    .new_benefits h4 {
        font-size: 17px;
        line-height: 1.3;
    }

    .new_benefits .single_block {
        padding: 15px 10px 180px;
    }

    .serviceSingle {
        width: calc(100% - 10px);
    }

    .bnftsSctn {
        padding: 20px 0 30px;
    }

    .portfolio_txt h3 {
        font-size: 17px;
        line-height: 1.3;
    }

    .portfolio_txt p,
    .indsTabs p {
        font-size: 13px;
    }

    .portfolio_slider .owl-dots {
        margin: 15px 0 0;
    }

    .howweDvlp {
        padding: 10px 0;
    }

    .work-flow-listing .single-workflow {
        width: calc(100% - 10px);
    }

    .indsTabs .imgBlck .single-img {
        width: 120px;
        min-width: 120px;
    }

    .arw {
        padding-top: 35px;
    }

    .lctnSlider.owl-carousel {
        padding: 0 15px;
    }

    .industriesSctn {
        padding: 30px 0 10px;
    }

    .web_h {
        padding: 0 10px;
    }

    .home_txt {
        font-size: 13px;
    }

    .allSrvc {
        width: 100%;
        margin: 20px 0 0;
    }

    .ourServices .list1 li {
        width: calc(100% - 10px);
        margin: 7px 5px;
    }

    .footer-copyright p {
        font-size: 13px;
        line-height: 18px;
    }


}