/*@font-face {
    font-family: 'proxima_nova_cond_bold';
    src: url('../fonts/proxima/proxima_nova_cond_bold.ttf');
}
@font-face {
    font-weight: 600;
    src: url('../fonts/proxima/proxima_nova_regular.ttf');
}
@font-face {
    font-weight: 600;
    src: url('../fonts/proxima/Proxima-Nova-Bold.otf');
}
@font-face {
    font-family: 'Proxima-Nova-Light';
    src: url('../fonts/proxima/Proxima-Nova-Light.ttf');
}
@font-face {
    font-family: 'Proxima-Nova-Medium';
    src: url('../fonts/proxima/Proxima-Nova-Medium.ttf');
}
@font-face {
    font-family: 'Proxima-Nova-SemiBold';
    src: url('../fonts/proxima/Proxima-Nova-SemiBold.ttf');
}
@font-face {
    font-family: 'Proxima-Nova-Thin';
    src: url('../fonts/proxima/Proxima-Nova-Thin.otf');
}*/




/** main css **/

/** main end **/

/** header css **/
.header-main {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.header-main.bg-color{
    position: fixed;
    top: 0;
}
.header-main .navbar-expand-lg{
    padding: 3px 0px;
}
.header-main .navbar-expand-lg .navbar-brand{
padding: 0;
}
.header-main .navbar-expand-lg .navbar-brand img{
    height: 60px;
}

.header-main .navbar-light .navbar-nav .nav-link{ 
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.2px;
    display: block;
    transition: .4s;
    padding: 5px 8px;
    color: #333333;
    line-height: 1.3;    
}

.header-main .navbar-light .navbar-nav .nav-link.common-btn {
    background-color: #2c4d6d;
    color: #fff !important;
}


.header-main .navbar-light .navbar-nav .nav-link i{
    font-size: 12px;
}
.header-main .navbar-light .navbar-nav .nav-item{
    margin: 0 10px;
    position: relative;
}
.header-main .navbar-light .navbar-nav .nav-item:before {
    content: "";
    width: 0%;
    position: absolute;
    height: 2px;
    left: 0px;
    background-color: #002e5b;
    bottom: 0px;
    transition: 0.5s;
}
.header-main .navbar-light .navbar-nav .nav-item:hover:before {
    width: 100%;
}
.header-main .navbar-light .navbar-nav .language-dropdown .nav-link img {
    width: 26px;
    border-radius: 50%;
}
.header-main .navbar-light .navbar-nav .language-dropdown .nav-link span{
    display: none !important;
}


.common-btn{
    border-radius: 5px;
    color: #002e5b !important;
    padding: 0px 35px;
    font-size: 17px;
    text-align: center;
    line-height: 48px;
    border: 1px solid #002e5b;
    transition: .5s;
    letter-spacing: 1px;
    display: inline-block;
    width:auto;
    position: relative;
    z-index: 2;
    font-weight: 600;
    background-color: transparent;
}
.common-btn:after{
    position: absolute;
    content: "";
    background: #002e5b;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.165,.84,.44,1) 0s;
    transition: -webkit-transform .5s cubic-bezier(.165,.84,.44,1) 0s;
    -o-transition: transform .5s cubic-bezier(.165,.84,.44,1) 0s;
    transition: transform .5s cubic-bezier(.165,.84,.44,1) 0s;
    transition: transform .5s cubic-bezier(.165,.84,.44,1) 0s, -webkit-transform .5s cubic-bezier(.165,.84,.44,1) 0s;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}
.common-btn:hover::after, .common-btn:focus::after, .common-btn:active::after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}
.common-btn:hover,
.common-btn:focus, .common-btn:active{
    text-decoration: none;
    color: #fff !important;
    border-color: #002e5b;
}

.btn-revers{
    background: #002e5b !important;
    color: #fff !important;
}

.btn-revers::after{
    background: #fff !important;
    border-radius: 5px;
}
.btn-revers:hover,
.btn-revers:focus, .btn-revers:active{
    text-decoration: none;
    color: #002e5b !important;
    border-color: #002e5b;
}

.header-main .navbar-light .navbar-nav .nav-item.get-tuch-btn:hover::before{
    content: none;
}


.navbar-expand-lg .navbar-nav{
    align-items: center;
}
.container{
    width: 1200px;
    max-width: 100%;
}
.header-main .common-btn{
    padding: 0px 30px;
    line-height: 38px;
}

#gNavi .pulldownmenu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    /* max-height: 280px; */
}

/*#gNavi .pulldownmenu li {
    margin-left: 0;
    display: block;
    text-align: left;
}
#gNavi .pulldownmenu li a {
    color: #474747;
    padding: 8px 15px;
    font-size: 13px;
    border-bottom: solid 1px #0055a6;
}
#gNavi .pulldownmenu li a:hover{
    background: #0055a6;
    color: #fff;
}
#gNavi .pulldownmenu li a:hover:after{
    display: none;
}*/
.dropdown-animate{
    position: relative;
}

.pulldownmenu {
    width: 510px;
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.17);
    padding-bottom: 40px !important;
}
.pulldownmenu li {
    width: calc(50% - 30px);
    float: left;
    padding: 15px 0px;
    margin: 0px 15px;
    list-style: none;
    border-bottom: 1px solid #eee;
    position: relative;
}
.pulldownmenu li:before {
    content: "";
    width: 0%;
    position: absolute;
    height: 2px;
    left: 0px;
    background-color: #002e5b;
    bottom: 0px;
    transition: 0.5s;
}
.pulldownmenu li:hover:before {
    width: 100%;
}

.pulldownmenu li a {
    padding: 0px 0px!important;
    border: none;
    font-weight: 400;
    color: #333;
    font-size: 15px!important;
    padding-left: 40px!important;
    /*filter: grayscale(100%);*/
    display: flex;
    min-height: 50px;
    align-items: center;
}

.pulldownmenu li a span {
    font-size: 13px;
    font-weight: 400;
    color: #393939;
    letter-spacing: 0px;
    margin-top: 3px;
    display: block;
}
.pulldownmenu li img {
    position: absolute;
    left: 0;
    top: 22%;
    width: 30px;
}
.pulldownmenu li .blue{
 display: none;
}
.pulldownmenu li a:hover .blue{
    display: block;
}
/*.pulldownmenu li a:hover .black{
    display: none !important;
}*/
#gNavi .dropdowm-mobile{
    display: none;
}
#gNavi .dropdown-menu.show .pulldownmenu.dropdown-menu{
    display: block;
    position: absolute;

}
#gNavi .dropdown-menu.show {
    padding: 0;
    border: none;
}





/** header end **/
/** body css start**/

.sec-banner{
padding: 20px 0;
background-image: url(../images/banners/background-banner.png);
background-size: cover;
background-repeat: no-repeat;
background-position: center;
height: 90vh;
}
/*.side-conent-banner{
    padding-right: 30px;
}*/
.align-item-center{
    align-items: center;
}
.sec-banner h2 {
    font-weight: 600;
    font-size: 38px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #474747;
}
.sec-banner h5{
        font-size: 20px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    color: #474747;
    margin: 20px 0px;
    opacity: 0.8;
}

.sec-banner .common-btn{
    padding: 0 40px;
    margin: 10px 30px;
    margin-left: 0px;
}


.sec-produvt-list{
    padding: 10px;
}
.padding-section{
    padding: 10px 0 0;
}

#menu-center{
   transition: all 0.1s ease;
   display: none;
}
#menu-center.sticky{
   position: fixed;
   top: 67px;
   left: 0;
   right: 0;
   z-index: 999;
   padding: 0 84px;
   background-color: #002e5b;
box-shadow: 2px 2px 10px rgba(255,255,255,0.1);
display: flex;
transition: all 8s ease-in-out;
}
#menu-center.sticky li{
    padding: 0;
}
#menu-center.sticky li a{
        padding: 10px 0px;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    display: block;
    font-size: 16px;
    color: #fff;
    position: relative;
    margin: 2px 0;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}
#menu-center.sticky li a.active::after{
content: "";
position: absolute;
bottom: 0;
width: 50px;
height: 2px;
background-color: #fff;
left: 0;
right: 0;
margin: 0 auto;
}
.heading-common {
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: normal;
    color: #002e5b;
    margin-bottom: 4px;
   /* position: relative;*/
}
/*.heading-common::after{
    content: "";
    position: absolute;
    background-color: red;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    animation:move 3s infinite ease-in-out;
}*/


.heading-small-text {
    position: relative;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: center;
    color: #474747;
    opacity: 0.8;
    margin-bottom: 0;
    margin-bottom: 35px;
}
.heading-small-text::after{
content: "";
position: absolute;
bottom: -20px;
left: 0;
right: 0;
margin: 0 auto;
background-color: #002e5b;
width: 25px;
height: 2px;
}

.product-list-index{
	padding-left: 0;
	margin-bottom: 0;
	display: flex;
	align-items: top;
	justify-content: center;
	flex-wrap: wrap;
}
.product-list-index li {
    list-style: none;
    border-radius: 10px;
    text-align: center;
    padding: 20px 10px;
    margin: 20px 40px;
    width: 25%;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.product-list-index li:first-child{
background-color: #ddedf7;
}
.product-list-index li:nth-child(2){
	background-color: #bfc4ec;
}
.product-list-index li:nth-child(3){
	background-color: #aecbff;
}
.product-list-index li:nth-child(4){
	background-color: #f3b2ae;
}
.product-list-index li:nth-child(5) {
    background-color: #fdce78;
}

.product-list-index li:hover{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.product-list-index li img {
    height: 75px;
    width: 200px;
    object-fit: contain;
    margin-bottom: 10px;
}
.product-list-index li p {
    font-size: 14px;
    color: #474747;
    height: 70px;
}
.product-list-index li h4 {
    font-weight: 600;
    margin: 15px 0 5px;
    color: #002e5b;
    font-size: 18px;
}
.product-list-index li a {
    padding: 5px 0px;
    border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 140px;
    justify-content: center;
    margin: 0 auto;
    background-color: #002e5b;
}
.product-list-index li a i{
	margin-left: 10px;
}
.blockchain-strip {
    background-color: rgb(0 46 91);
    padding: 40px 0;
    background-image: url(../images/news-img/hexa-texture2.jpg);
    background-position: top;
    /* background-size: cover; */
    background-blend-mode: multiply;
}

.strip-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.strip-inner > div{
    display: flex;
    align-items: center;
}
.blockchain-strip span {
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin-right: 16px;
    display: block;
}
.green-btn-new {
    color: #002e5b !important;
    background-color: #fff !important;
    border-color: #fff !important;
    white-space: normal;
    margin: 0;
}



.product-list {
    margin: 0px -50px;
    padding: 0px;
    background-color: #fff;
    transition: .2s;
    justify-content: center;
}
.product-list li {
    width: 20%;
    text-align: center;
    padding: 20px;
    position: relative;
    list-style: none;
}
.product-list li a {
    border-radius: 7px;
    box-shadow: 0px -1px 14px 0px rgba(0, 46, 91, 0.24);
    background-color: #ffffff;
    display: block;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    color: #474747;
    padding: 25px 10px;

}
html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none !important;
}
.product-list li a:hover {
    /* transform: scale(1.1); */
    background-color: #002e5b;
    color: #ffffff;
}
.aline-item-center{
    align-items: center;
}

.demo-outer-block{
    background-color: #f5f7fc;
    margin: 60px 20px 10px;
    /*box-shadow: 2px 2px 10px rgba(0,0,0,0.1);*/
    border: 1px solid #eeee;
}
.demo-outer-block .img-block{
padding: 20px 50px;
}
.demo-outer-block .img-block img{
width: 100%;
height: 100%;
}
.demo-outer-block .heading-content {
    padding: 15px 30px;
    background-color: #fff;
}

.demo-outer-block h3{
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: normal;
    color: #474747;
    position: relative;
    margin-bottom: 0px;
}
.demo-outer-block p {
    color: #002e5b;
    font-size: 14px;
    margin-bottom: 0;
}
.demo-outer-block .btn-block{

}
.demo-outer-block .btn-block a {
    padding: 12px;
    text-align: center;
    border: 1px solid #eeee;
    margin-right: -4px;
    width: 50%;
    display: inline-block;
    color: #002e5b;
    font-weight: 600;
    font-size: 15px;
    background-color: #fff;
}
.left-heading .heading-common{
    font-size: 26px;
        line-height: normal;

        
}
.left-heading .heading-small-text{
    text-align: left;
    margin-bottom: 50px;
}
.left-heading .heading-small-text::after{
    right: auto;
}
.small-heading{
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.1px;
    color: #002e5b;
    /*text-transform: uppercase;*/
    display: block;
    margin-bottom: 15px;
}
.sec-blockchain .discription {
    display: block;
    border-radius: 5px;
    background-color: #ffffff;
    margin-top: 30px;
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #474747;
    text-align: justify;
    opacity: 0.8;
    font-weight: 400;
}
.sec-blockchain .left-heading .heading-common{
font-size: 26px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a;
    margin-bottom: 10px;
        margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}
.sec-blockchain .left-heading .heading-common:before {
    width: 25px;
    height: 2px;
    background-color: #002e5b;
    content: "";
    position: absolute;
    bottom: 0px;
}

.sec-blockchain{

    padding-top: 60px;
    padding-bottom: 60px;
}

.sec-awards{
    position: relative;
    /*background-color: #EFF8FF;*/
    padding: 60px 0;

}
/*.sec-awards:before{
    content: "";
    background-image: url(../images/banners/banner-award.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 46, 91,0.6);
    background-blend-mode: multiply;
    left: 0;
    right: 0;
    width: 100%;
    height: 420px;
    position: absolute;
    top: 0;
}*/
.sec-awards .item{
    padding: 20px;
}




.facts-card h4{
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #002e5b;
    text-transform: uppercase;
    margin-bottom: 0px;
}
.rating-img{
    height: 16px;
    margin: 10px auto;
}
.facts-card {
    padding-right: 30px;
    padding-left: 30px;
    border-radius: 7px;
    background-color: #FFFFFF;
    border: 1px solid #eeee;
    transition: all 0.3s ease-in;
    margin: 0px 0 0;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
/*.facts-card:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0,46,91,0.5);
}*/
.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}
.card-img {
    min-height: 6.125em;
    position: relative;
    text-align: center;
}
.card-img img {
   padding: 40px 0 0;
    max-width: 100%;
    height: 80px;
    margin: 0 auto;
    width: 200px;
    object-fit: contain;
}
.card-info {
    min-height: 10.5em;
    padding-top: 0px;
}
.card-info p {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color:#474747;
    opacity: 0.8;
    line-height: 26px;
    text-align: center;
}
.bold {
    font-weight: 600;
    display: block;
    color: #474747;
}
.white{
    color: #fff;
}


.white::after{
background-color: #fff;
}
.sec-awards .heading-common{
    margin-top: 0px;
}
.sec-awards .heading-small-text{
margin-bottom: 60px;
}


.product-block-new {
    border: 1px solid #eeee;
    margin: 15px;
    transition: .4s;
    padding-bottom: 15px;
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    border-radius: 10px;
}
.product-block-new:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    box-shadow: 0 0 10px rgba(0,46,91,0.5);
}

.product-block-new .product-upper{
    border-radius: 7px;
    background-color: #ffffff;
    display: block;
    position: relative;
    padding: 30px 15px;
    transition: .4s;
    text-align: center;
    padding-bottom: 10px;
    cursor: pointer;
}
.product-block-new a b {
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #002e5b;
    font-size: 12px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2px;
    color: #fff;
    padding: 5px 15px;
    width: auto;
    margin: auto;
    border: 1px solid #002e5b;
}
.product-block-new a img {
    margin: 30px auto 20px;
    width: 180px;
    height: 85px;
    object-fit: contain;
}
.product-block-new a p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.37;
    letter-spacing: normal;
    text-align: center;
    color: #474747;
    opacity: 0.8;
    margin-bottom: 0;
    min-height: 63px;
}
.product-block-new .boxlink-set {
    margin: 20px 25px 25px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-block-new .boxlink-set .common-btn {
    padding: 10px 25px;
    line-height: normal;
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 25px;
    margin-left: 10px;
    background-color: #2c4d6d;
    color: #fff !important;
}
/*.product-block-new .boxlink-set .common-btn:hover, 
.product-block-new .boxlink-set .common-btn:focus, 
.product-block-new .boxlink-set .common-btn:active{
background-color: #fff;
color: #002e5b !important;
}*/
.product-block-new .boxlink-set .learn-more-link{
    color: #002e5b;
    display: flex;
    align-items: center;
    font-weight: 900;
}
.product-block-new .boxlink-set .learn-more-link i {
    margin-left: 10px;
    color: #002e5b;
    vertical-align: baseline;
    transition: .4s;
}

/*video testimonial sec*/

.video-tetimonial-sec{
    padding: 120px 0 100px;
}
.vid-testimonial-upper{
    background-image: url(../images/banners/bg_testimonials.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px 0;
    background-color: #002e5b;
    background-blend-mode: multiply;
}
.video-tetimonial-sec .row.aline-item-center{
    padding: 30px 0;
}

.vid-sec-heading {
    padding: 40px 0 40px;
    overflow: hidden;
}
.vid-sec-slider{
    padding: 0px 0 100px;
}


.multiple-vid-outer{
    position: relative;
        height: 450px;
}
.multiple-vid-outer img{
    border-radius: 50%;
}

.multiple-vid-outer .video-icon{
position: absolute;
width: 150px;
height: 150px;
display: flex;
border-radius: 50%;
border: 3px solid #fff;
    align-items: center;
    justify-content: center;
}
.multiple-vid-outer .video-icon .vid-inner{
    position: relative;
    padding: 5px;
    transition: all ease-in-out .5s;
    border-radius: 50%;
    border: 3px solid #fff; 
}
.multiple-vid-outer .video-icon .vid-inner{
  border: 3px solid #fff; 
border-radius: 50%; 
height: 100%;
width: 100%;
cursor: pointer;
}

.multiple-vid-outer .video-icon .vid-inner:before {
    content: "";
    width: 112%;
    height: 112%;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #eee;
    top: -6%;
    left: -6%;
    opacity: 0;
    
}
.multiple-vid-outer .video-icon .vid-inner:after {
    content: "";
    width: 120%;
    height: 120%;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #eee;
    top: -10%;
    left: -10%;
    opacity: 0;
}
.multiple-vid-outer .video-icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.multiple-vid-outer .vid-1{
left: 0;
top: 0;
height: 140px;
width: 140px;
}

.multiple-vid-outer .vid-2{
   right: 0; 
   top: 15%;
   height: 100px;
width: 100px;
}
.multiple-vid-outer .vid-3{
    left: 0;
    right: 0;
    top: 30%;
    margin: 0 auto;
    height: 180px;
    width: 180px;
}
.multiple-vid-outer .video-icon.vid-3 .vid-inner:before{
    opacity: 1;
}
.multiple-vid-outer .video-icon.vid-3 .vid-inner:after{
    opacity: 1;
}
.multiple-vid-outer .video-icon.vid-3 .vid-inner{
  border: 3px solid #ddd; 
border-radius: 50%; 
}
.multiple-vid-outer .video-icon.vid-3 .play-icon{
    opacity: 1;
}


.multiple-vid-outer .vid-4 {
    left: 15%;
    bottom: 0;
    width: 100px;
    height: 100px;
}
.multiple-vid-outer .vid-5{
   right: 10%;
  bottom: 10%; 
  width: 120px;
    height: 120px;  
}
.play-icon {
    position: absolute;
    bottom: -3%;
    left: 0;
    z-index: 100;
    opacity: 0;
}
.play-icon img {
    width: 45% !important;
}


.slick-dots li button:before{
    font-size: 30px !important;
    content: "" !important;
    height: 3px !important;
    width: 25px !important;
    background-color: #002e5b;
}
.slick-dots li{
    margin: 40px 0;
}
.regular-multi-slide{
    margin: 40px 0;
}
.regular-multi-slide .item{
    padding: 40px;
}
.regular-multi-slide .item img{
    border-radius: 50%;
}
.regular-multi-slide .item .media-body{
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color:#474747;
    opacity: 0.8;
    text-align: justify;
    border-left: 4px solid #002e5b;
    padding-left: 20px;
}
.regular-multi-slide .item .media-body h5 {
    color: #002e5b;
    text-align: right;
    font-style: italic;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 10px;
}
.regular-multi-slide .item .media-body h6{
    font-weight: 600;
    text-align: right;
    color: #474747;
    opacity: 0.8;
    font-size: 13px;
    margin-top: 2px;
}
.testimonial-slider .item .media-body p {
    min-height: 125px;
    display: flex;
    align-items: center;
}

/* Blog Start
---------------------------------------------------------- */
.section-blog{
    padding: 70px 0;
    overflow: hidden;
}
.full-blog p img{
   width: 100%; 
}

/*.section-blog .heading-common{
    margin-bottom: 80px;
}*/
.full-blog p img,
.blog-details{
    -webkit-box-shadow: 0px 0px 12px 8px #ececec;
            box-shadow: 0px 0px 12px 8px #ececec;
                
}
.vid-ifram{
    margin: 0 30px;
    line-height: 0;
    border-radius: 30px;
}
.vid-ifram video{
    
}


.blog-details{
    padding:30px;
}
.full-blog .blog-details{
    min-height: 287px;
    max-height: 287px;
}
.blog-details .common-text2{
    color: #96d1ec;
    margin-bottom:0px; 
    display:block;
}
.blog-details .common-text{
    font-weight: bold;
    margin-bottom:22px; 
    color: #474747;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
}
.blog-details .common-text1{
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #9b9b9b;
    text-align: justify;
}
.half-blog{
    position: relative;
}
.half-blog .blog-details {
    -webkit-box-shadow: none;
            box-shadow: none;
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 0;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    z-index: 100;
    text-align: center;
}
.half-blog .blog-details .common-text2{
    text-align: center;
}
.half-blog .blog-details .common-text{
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0;
    font-size: 20px;
}
.arrow-effect{
    position: relative;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    cursor: pointer;
    overflow: hidden;
    margin: 0;
}
.m-bottom-20 {
    margin-bottom: 20px;
}
.arrow-effect img{
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.arrow-effect:hover img{
    -webkit-transform: scale(1.12);
        -ms-transform: scale(1.12);
            transform: scale(1.12);
}
.arrow-effect:after{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;   
    -webkit-transition: all 0.7s ease-in-out;   
    -o-transition: all 0.7s ease-in-out;    
    transition: all 0.7s ease-in-out;
    background: #96d1ec url("../images/icons/icon_next.png") no-repeat scroll -50px center;
    z-index: 100;
}
.arrow-effect:hover:after{
    width: 50px;
    background: #96d1ec url("../images/icons/icon_next.png") no-repeat scroll center center;
}
@media (max-width: 1300px) {
body {
    padding-top: 105px;
}
#menu-center.sticky {
    position: fixed;
    top: 55px;
    }
}
@media screen and (max-width: 1200px) {
  #menu-center.sticky {
    top: 55px;
}
    .half-blog .blog-details .common-text {
        line-height: 1.2;
    }
    .customer-list {
    padding-left: 0;
    text-align: center;
}
.fd-cta .Improve-Your-Delivery-Today-restaurant{
    font-size: 24px;
    margin-right: 5px;
}
.banner_blockchain {
    margin-bottom: 30px;
}
.main-body .banner-career .heading-common {
    padding-top: 55px;
}

}
@media screen and (max-width: 991px) {
    .blog-details {
        padding: 16px;
    }
    .blog-details .common-text2 {
        margin-bottom: 6px;
    }
    .blog-details .common-text {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .blog-details .common-text1 {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .educs-banner {
    background-position: bottom right;
    background-size: cover;
    height: auto!important;
    background-repeat: no-repeat;
    width: 100%!important;
}
    .blue-crpto-strip.fd-cta {
    padding-bottom: 20px;
    padding-top: 35px;
}
    .arrow-effect {
        text-align: center;
    }
    .arrow-effect img {
        width: 100%;
    }
    .blog-details {
        margin-bottom: 30px;
    }
    #blog .half-blog {
        margin-bottom: 20px;
    }
    .half-blog .blog-details .common-text {
        font-size: 16px;
    }
    .half-blog .blog-details{
        margin-bottom: 0;
        width: 100%;
        padding: 0 12px;    
    }
    #blog .half-blog:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 450px) {
    .arrow-effect img {
        width: 100%;
        height: 192px;
        -o-object-fit: cover;
           object-fit: cover;
    }
}
/* Blog End
---------------------------------------------------------- */

.thank-you-head {
    padding: 0px;
    margin-bottom: 30px;
    font-size: 30px;
    margin-top: 0;
    font-weight: 600;
    line-height: 1.23;
    text-align: left;
    color: #0c212a;
    text-transform: none;
    padding-right: 30px;
}

.modal-get-tuch .list-input input, .modal-get-tuch .list-input textarea {
    border: 0;
    -webkit-font-smoothing: auto;
    -moz-font-smoothing: auto;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: none;
    box-shadow: none;
    outline: 0 !important;
    line-height: 25px;
    height: 45px;
    opacity: 1;
    font-style: normal;
    font-size: 16px;
    text-align: left;
    font-weight: 500!important;
    color: #0c212a!important;
}
.modal-get-tuch .list-input textarea {
    height: 105px!important;
}
.btn-send-msg{
   background: #fff;
}
.btn-send-msg:hover, .btn-send-msg:focus, .btn-send-msg:active{
    background-color: transparent;
    color: #002e5b;
}


/*--------Product details page css Start-------------*/






.section {
    padding: 100px 0;
}

.pro-powerful-feature{
    color: #474747;
    padding: 120px 0;
}

.pro-powerful-feature .title.heading-sec {
    border-bottom: 1px solid #1b417b;
}
.pro-powerful-feature .feature-inner-block{
        padding: 0px 18px;
    padding-top: 100px;
}
.pro-powerful-feature .feature-inner-block img {
       height: 70px;
}
.pro-powerful-feature .feature-inner-block h4{
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: -0.7px;
    color: #393939;
    margin: 30px 0px;
}
.pro-powerful-feature .feature-inner-block p{
        font-size: 14px;
    font-weight: 200;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #393939;
}
.sec-free-trial .wrapper-btn{
margin: 20px auto;
}

.sec-free-trial{
    padding-top: 0;
    padding-bottom: 100px;
}

.centralize-admin-sec{
    color: #474747;
}
.centralize-admin-sec .outer-centeral{
    position: relative; 
}
.centralize-admin-sec .outer-centeral:before {
    content: "";
    position: absolute;
    background-color: #dff5f5;
    width: 75%;
    height: 100%;
    z-index: -1;
    left: 0px;
    top: 0px;
    opacity: .6;
    right: inherit;
}
/*.centralize-admin-sec .row-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;  
}*/

.centralize-admin-sec .content-side{
   font-family: 'Oxygen', sans-serif;
   padding: 40px;
}
.centralize-admin-sec .content-side h3{
        font-size: 44px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: -1.4px;
    color: #474747;
}

.centralize-admin-sec .content-side p {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #474747;
    margin: 0px;
    margin-top: 15px;
}
.centralize-admin-sec{
    padding: 40px 0;
}

.centralize-admin-sec .content-side a{
        font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.7px;
    text-align: center;
    color: #303030;
    margin-top: 75px;
    display: inline-block;
    border-bottom: 2px solid #1b417b;
    padding-bottom: 5px;
    transition: .4s;
    position: relative;
    text-decoration: none;
}

.centralize-admin-sec .content-side a:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background-color: #1b417b;
    bottom: -5px;
    transition: .4s;
}
.centralize-admin-sec .content-side a:hover:before {
    width: 100%;
}
.user-friendly-sec .outer-centeral:before{
    background-color: #96d1ec;
    opacity: .1;
    left: inherit;
    right: 0;
}
.for-change-order{
    order: 2;
}
.explor-demo-sec{
    padding-top: 0;
}
.demo-blocks{
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    padding: 15px;
    margin: 10px;
    margin-top: 50px;
    font-family: 'Oxygen', sans-serif;
}
.demo-blocks img{
    width: 100%;
    border-radius: 5px;
}
.demo-blocks h4{
   font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.92;
    letter-spacing: -0.7px;
    color: #393939;
    margin: 15px 0px;
}
.demo-blocks p{
font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    color: #393939;
    margin: 0px;
}
.demo-blocks a{
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.5px;
    text-align: center;
    color: #303030;
    display: inline-block;
    margin-top: 60px;
    border-bottom: 2px solid #1b417b;
    padding-bottom: 5px;
    transition: .4s;
    position: relative;
    text-decoration: none;
}
.demo-blocks a:before {
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background-color: #1b417b;
    bottom: -5px;
    transition: .4s;
}
.demo-blocks a:hover:before {
    width: 100%;
}
.row-flex{
    display: flex;
    align-items: center;
}
.for-view-all{
text-align: center;
}
.for-view-all .wrapper-btn{
    margin: 0 0 0 auto;
}
.client-sec{
    padding-bottom:100px; 
}
.client-sec ul {
    list-style: none;
    padding: 0px;
    float: left;
    width: 100%;
}
.client-sec ul li {
    width: 19%;
    /*float: left;*/
    text-align: center;
    display: inline-block;
    height: 120px;
    position: relative;
    transition: .4s;
}
.client-sec ul li img {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 0px;
    bottom: 0px;
    max-height: 60px;
    width: auto;
    object-fit: scale-down;
}
.client-sec .common-text{
        font-family: 'Oxygen', sans-serif;
}
@media screen and (max-width: 1200px){
    .pro-powerful-feature .feature-inner-block h4 {
        font-size: 20px;
        min-height: 40px;
    }
}
@media screen and (max-width: 991px){

    .pro-powerful-feature .feature-inner-block {
    min-height: 290px;
    }
    .pro-powerful-feature .feature-inner-block h4 {
        font-size: 22px;
            min-height: auto;
    }
    
    .centralize-admin-sec .content-side h3 {
        font-size: 26px;
    }
    .centralize-admin-sec .content-side p {
    font-size: 16px;
    }
    .centralize-admin-sec .content-side a {
    font-size: 18px;
    margin-top: 15px;
    }
    .demo-blocks {
        margin: 15px 0px;
    }
    .client-sec ul li {
    width: 33%;
    }
}



@media screen and (max-width: 767px){
    .pro-powerful-feature .feature-inner-block {
    padding: 15px 0px;
    min-height: auto;
    }
    .pro-powerful-feature .feature-inner-block h4 {
        margin: 15px 0px;
    }
    .centralize-admin-sec .outer-centeral:before {
    width: 100%;
    }
    .centralize-admin-sec .content-side {
    padding: 30px 0px;
    }
    .centralize-admin-sec .content-side a {
    margin-top: 15px;
    }
    .for-change-order {
    order: inherit;
    }
    .row-flex {
        display: block;
    }
    .for-view-all {
    margin-top: 25px;
    }
    .demo-blocks {
    margin: 20px 0px;
    }
    .client-sec ul li {
    width: 100%;
    float: none;

     }
     .for-view-all .wrapper-btn {
    margin: 0;
}
}




/*--------Product details page css End-------------*/


/*product detail new page css*/


.product-banner {
    background-image: url(../images/banners/banner.png);
    height: auto;
      background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    text-align: left;
    height: 90vh;
    display: flex;
    align-items: center;

}
.product-banner .heading-common {
    font-size: 34px;
    line-height: 45px;
    padding-top: 50px;
    color: #474747;
}
.product-banner .heading-small-text{
    text-align: left;
    margin-bottom: 40px;
}
.product-banner .heading-small-text::after{
    left: 0;
    right: auto;
}

.product-banner h1 {
    font-size: 40px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.93;
    letter-spacing: normal;
    color: #474747;
    margin: 0px;
}
.product-banner h5 {
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    color: #474747;
    margin-top: 10px;
    margin-bottom: 40px;
}
.product-banner form .banner-form-elerning {
    max-width: 480px;
    position: relative;
    padding-right: 189px;
}
.product-banner form input {
    height: 44px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #4a4a4a!important;
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid #ddd !important;
}
.product-banner form button {
    position: absolute;
    right: 0px;
    width: 190px;
    height: 100%;
    top: 0px;
    border-radius: 4px;
    background-color: #fff;
    font-size: 18px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-transform: none;
}
.hippo-section-crausal {
    padding-top: 20px;
    padding-bottom: 30px;
}
.tk-home-heading {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: center;
    color: #333333;
    text-transform: none;
    line-height: 1.3;
    margin: 10px 0px;
}
.hippo-section-crausal .same-section {
    padding-top: 60px;
}
.same-section {
    vertical-align: middle;
    display: table;
    text-align: center;
    height: auto;
    padding-top: 20px;
    padding-bottom: 35px;
}
.hider-for-mobile-hippo {
    display: block;
}
.hippo-section-crausal .my-new-phills {
    padding: 0px!important;
}
.carousel .my-new-phills {
    padding-left: 30px;
    position: relative;
}
.last-hovering-issue li {
    position: static!important;
    padding-right: 60%;
}
.my-new-phills li {
    width: 100%;
    float: left;
    text-align: left;
    margin-bottom: 20px;
}
.feature-section{
    padding: 60px 0;
}
.feature-section .tabs-row{
    padding-top: 20px;
}
.feature-section .main-tabs-field .tablinks{
 background-color: #fff!important;
    -webkit-box-shadow: 0px 0px 29px 0px rgba(222, 222, 222, 1);
    position: relative;
    -moz-box-shadow: 0px 0px 29px 0px rgba(222, 222, 222, 1);
    box-shadow: 0px 0px 29px 0px rgba(222, 222, 222, 1);
    border: 1px solid #fff;
        margin-bottom: 20px;
            border-radius: 2px;
    padding: 25px;
}

.feature-section .main-tabs-field .tablinks h4 {
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #474747;
}
.feature-section .main-tabs-field .tablinks p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #474747;
    margin-bottom: 0;
    opacity: 0.8;
    text-align: justify;
    font-weight: 300;
}
.main-tabs-field{
    padding: 0 13px;
}
.feature-section .main-tabs-field .tablinks.active h4 {
    color: #5C6BE8!important;
}
.feature-section .main-tabs-field .tablinks.active p{
    opacity: 1;
}
.demo-section {
    padding: 60px 0px;
    text-align: center;
}
.demo-section img.text-img {
    margin: auto;
    padding-bottom: 10px;
}
.demo-section h2 {
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #474747;
    display: block;
    text-align: center;
    width: 100%;}

.demo-section img.block-image-hippo {
    display: block;
    margin: auto;
    max-width: 100%;
}
.fugudesk_signup_fd {
    cursor: pointer;
}
.solitery-btns {
    float: none;
    position: relative;
    z-index: 1;
}

.btn-demo {
    margin-top: -30px;
}

.feature-section-list .btn-demo {
    margin-top: 50px;
}


.arrow-btn-image {
    width: 533px;
    display: block;
    margin: auto;
    margin-top: 0px;
    left: 80px;
    position: relative;
}

/*.feature-section-list ul {
    list-style: none;
    display: block;
    padding: 0px;
    margin: 0px -30px;
    text-align: center;
}
.feature-section-list ul li {
    width: 20%;
    -moz-box-shadow: 0px 0px 29px 0px rgba(222, 222, 222, 1);
    box-shadow: 0px 0px 29px 0px rgba(222, 222, 222, 1);
    border: 1px solid #fff;
    padding: 40px 30px;
    margin: 30px;
    text-align: left;
    display: inline-block;
}*/
.feature-section-list ul{
    text-align: center;
    padding-left: 0;
}
.feature-section-list ul li{
    display: inline-block;
    width: 28%;
    -moz-box-shadow: 0px 0px 29px 0px rgba(222, 222, 222, 1);
    box-shadow: 0px 0px 29px 0px rgba(222, 222, 222, 1);
    vertical-align: top;
    height: 300px;
    padding: 40px 30px;
    margin: 20px;
    text-align: left;
}


.feature-section-list ul li img {
    height: 60px;
}
.feature-section-list ul li h4 {
    font-size: 24px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #5C6BE8;
    margin-top: 40px;
}
.feature-section-list ul li p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #474747;
    margin-top: 20px;
    font-weight: 300;
    opacity: 0.8;
}

.feature-section-list .container h5 {
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.23;
    letter-spacing: normal;
    text-align: center;
    color: #474747;
    padding-top: 100px;
}
.feature-section-list .container {
    background-image: url(../images/other/group-47@2x.jpg);
    background-position: center bottom;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 35px;
}
.feature-section .img-center-block .tabcontent{
    height: 0;
    transition: all ease-in-out .8s;
    
}
.feature-section .img-center-block {
    margin-top: 50px;
}


.client-sec{
    padding: 80px 0;
}

.mobile-lerning-slider{
    margin: 30px 0;
    text-align: center;
}
.mobile-lerning-slider h4{
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #2a4c95;
    margin-top: 40px;
}
.mobile-lerning-slider img{
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #474747;
    margin-bottom: 0;
    opacity: 0.8;
}

.mobile-lerning-slider{
    display: none;
}


/*new services page css*/

.service-banner {
    /* height: 100vh; */
    padding: 15px 0px 60px;
    background-size: cover;
    background-position: bottom;
    overflow: hidden;
}
img.on-mobile-show, .service-banner img.on-mobile-show {
    display: none;
}
.service-banner .heading-common{
    font-size: 38px;
    line-height: 45px;
    padding-top: 100px;
    color: #474747;
}
.service-banner .heading-small-text{
line-height: 1.37;
    letter-spacing: normal;
    opacity: 0.8;
    margin-bottom: 25px;
}

.service-banner form {
    width: auto;
    padding-top: 20px;
}
.service-banner input {
    height: 50px;
    border-radius: 4px 0px 0px 4px;
    background-color: #ffffff;
    color: #4a4a4a !important;
    border: 1px solid #ffffff;
    width: 320px !important;
    box-shadow: none !important;
    border: none !important;
}
.service-banner button {
    height: 50px;
    border-radius: 0px 4px 4px 0px;
    background-color: #fff;
    transition: 0.4s;
    outline: none;
}

.holder-app-icon {
    margin: 15px 0px;
    color: #474747;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    max-width: 185px;
}

.holder-app-icon a {
    display: inline-block;
    padding: 5px;
}
.holder-app-icon a {
   font-size: 30px;
   color: #474747;
    margin: auto;
}

.service-demo img {
    box-shadow: 10px 8px 10px rgba(0,0,0,0.07);
}

.service-banner img {
    margin-top: 40px;
}

.service-banner button:hover {
    color: #474747;
    background-color: #ffffff;
    outline: none;
}
.service-demo {
    text-align: center;
    padding: 60px 0px;
}
.feature-heading-sec{
    padding-bottom: 0 !important;
}


.team-sec-service {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 60px 0px;
}
.team-sec-service img {
}
.team-sec-service h3 {
    font-size: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.05;
    letter-spacing: 0.6px;
    color: #2396ff;
}
.team-sec-service p {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    text-align: justify !important;
    color: #474747;
    padding: 10px 0px 0px;
}
.team-sec-service .left-heading .heading-common {
    line-height: 36px;
    margin-bottom: 0;
}
.light-blue{
    background-color: #38B1FA !important;
}

.padding_sec-common{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 60px 0px;
}
.team-sec-service img{
    max-width: 100%;
        box-shadow: 10px 8px 10px rgba(0,0,0,0.07);
}

.increase-productivity-sec {
    padding: 60px 0px;
    text-align: center;
}
.increase-productivity-sec h2 {
    text-shadow: 0 2px 14px rgba(0, 0, 0, 0.04);
    font-size: 34px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.6px;
    color: #ffffff;
}
.increase-productivity-sec form .form-group {
    width: 320px;
}
.increase-productivity-sec input {
    border: none;
    background-color: #ffffff;
    height: 50px;
    color: #474747 !important;
    font-size: 18px;
    width: 320px !important;
    border-radius: 4px 0px 0px 4px;
}
.increase-productivity-sec button {
    border-radius: 0px 4px 4px 0px;
    background-color: #fff;
    transition: 0.4s;
    outline: none;
    height: 50px;
    padding: 0px 20px;
}
.increase-productivity-sec button:hover {
    color: #474747;
    background-color: #ffffff;
    border: 1px solid #474747;
}

.more-offers-sec {
    padding: 60px 0px 20px;
    position: relative;
}

.more-offers-sec ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding-left: 0px;
}
.more-offers-sec ul li:nth-child(1), .more-offers-sec ul li:nth-child(2), .more-offers-sec ul li:nth-child(4), .more-offers-sec ul li:nth-child(5) {
    border-right: 1px solid #e7ebef;
}
.more-offers-sec ul li {
    width: 33.33%;
    display: block;
    transition: 0.4s;
    background-color: #ffffff;
    padding: 25px 30px;
    border: 1px solid #ffffff;
}
.more-offers-sec ul li img {
    height: 50px;
}
.more-offers-sec ul li p {
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: 0.4px;
    color: #474747;
    padding-top: 5px;
    margin-bottom: 5px;
}
.more-offers-sec ul li span {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.54;
    letter-spacing: normal;
    color: #474747;
    min-height: 105px;
    display: block;
    text-align: justify;
}
.more-offers-sec ul::before {
    background-color: #e7ebef;
    height: 1px;
    width: 900px;
    content: '';
    position: absolute;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
}
.more-offers-sec ul li:hover {
    background-color: #ffffff;
    box-shadow: 0 11px 36px 0 rgba(0, 0, 0, 0.05);
    z-index: 9;
    border: 1px solid #ffffff;
    transform: scale(1.015);
}

.Get-started-sec {
    text-align: center;
    padding: 20px 0px;
    background-image:linear-gradient(to bottom,rgb(117 168 215 / 79%) 2%,rgba(255,255,255,0) 53%,rgb(62 117 167 / 31%));
}
.Get-started-sec h2 {
    font-size: 34px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #474747;
    width: 100%;
    display: block;
    padding-bottom: 10px;
}


@media (min-width: 1200px){ 
    .container {
    width: 1170px !important;
}
}

@media (min-width: 1300px){
    .container {
    width: 1260px !important;
}
}
@media (max-width: 1300px){

   .header-main .navbar-expand-lg .navbar-brand img {
    height: 50px;
}
.header-main .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
    padding: 5px 5px;
}

}

@media (max-width: 1200px){ 
   .header-main .navbar-expand-lg .navbar-brand img {
    height: 50px;
}
.header-main .navbar-light .navbar-nav .nav-link {
    font-size: 13px;
    padding: 5px 5px;
}
.header-main .navbar-light .navbar-nav .nav-item {
    margin: 0 8px;
}
}



@media (max-width: 991px){
.upper-strip-index {
  
}
.padding_sec-common .heading-small-text br{
    display: none;
}
.service-demo img {
    max-width: 860px;
    width: 100%;
}
.container {
    max-width: 800px;
} 
.service-banner input {
    width: 100% !important;
    border-radius: 4px;
    height: 45px;
}
.service-banner form .form-group {
    width: 100%;
}
.service-banner  button {
    height: 45px;
    padding: 0px 20px;
    border-radius: 4px;
    margin: 10px 0;
}
.service-banner {
    background-position: center;
}
.increase-productivity-sec form {
   justify-content: center;
}
.more-offers-sec ul li {
    width: calc(50% - 30px);
    margin: 15px;
    box-shadow: 0 11px 36px 0 rgba(0, 0, 0, 0.05);
    transform: none;
    padding: 20px 20px;
}
.more-offers-sec ul li:nth-child(1), .more-offers-sec ul li:nth-child(2), .more-offers-sec ul li:nth-child(4), .more-offers-sec ul li:nth-child(5) {
    border-right: none;
}
.service-banner .heading-common {
    font-size: 30px;
    line-height: 35px;
    padding-top: 0;
}
.service-banner .heading-small-text {
    font-size: 20px;
    line-height: 22px;
}
.service-banner form {
    padding-top: 10px;
}
.holder-app-icon {
    margin: 0px;
}
.service-banner {
    background-position: bottom;
}

}

@media (max-width: 767px){
.sec-banner .common-btn{
    padding: 0 20px;
}

.service-banner img.on-mobile-show {
    display: block;
    width: 100%;
    padding-bottom: 0;
}
.service-banner img {
    max-width: 100%;
    width: 100%;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 25px;
}
.service-banner .heading-common {
    font-size: 24px;
        line-height: initial;
        padding-top: 5px;
}
.service-banner br{
    display: none;
}
.service-banner .heading-small-text {
    padding-top: 0px;
    line-height: 22px;
    font-size: 18px;
}
.service-banner input {
    width: 100% !important;
    border-radius: 4px;
    height: 45px;
}
.service-banner form .form-group {
    width: 100%;
}
.service-banner button {
    height: 45px;
    padding: 0px 20px;
    border-radius: 4px;
       margin: 0px auto;
}
.holder-app-icon {
   text-align: center;
}
.service-banner img.on-mobile-hide, .service-banner h1 br {
    display: none;
}
.heading-small-text {
    font-size: 16px;
    margin-bottom: 20px;
}
.service-demo img {
    max-width: 860px;
    width: 100%;
}
.service-banner {
    background-position: center;
}
.heading-common {
    font-size: 22px;
    margin-bottom: 10px;
    line-height: normal;
}
.service-demo {
    text-align: center;
    padding: 25px 0px;
}
.padding_sec-common img {
    max-width: 220px;
    width: 100%;
    margin: auto;
    padding-top: 20px;
}
.padding_sec-common {
    text-align: center;
}
.padding_sec-common .left-heading .heading-common {
    font-size: 20px;
    line-height: normal;
    text-align: center;
    margin: 30px 0 0;
}
.padding_sec-common .left-heading .heading-small-text {
    text-align: center;
    font-size: 16px;
    padding-top: 0px;
}
.padding_sec-common .left-heading .heading-small-text::after{
    left: 0;
    right: 0;
}
img.on-mobile-show {
    display: block;
}
.padding_sec-common{
    padding: 20px 0;
}
img.on-mobile-hide {
    display: none;
}

 .increase-productivity-sec  h2 {
    font-size: 24px;
    line-height: normal;
    margin-bottom: 30px;
}
 .increase-productivity-sec form .form-group {
    width: 100%;
    margin-bottom: 0px;
}
 .increase-productivity-sec input {
    width: 100% !important;
    border-radius: 4px;
    height: 45px;
    font-size: 16px;
}
.increase-productivity-sec button {
    height: 45px;
    border-radius: 4px;
    padding: 0px;
    width: 180px;
    display: block;
    text-align: center;
    margin: 10px auto;
    font-size: 18px;
}
.more-offers-sec ul li:nth-child(1), .more-offers-sec ul li:nth-child(2), .more-offers-sec ul li:nth-child(4), .more-offers-sec ul li:nth-child(5) {
    border-right: none;
}

.more-offers-sec ul li {
    width: calc(100% - 30px);
    margin: 15px;
    padding: 10px;
}
.more-offers-sec ul::before {
    content: none;
}
.more-offers-sec ul li span {
    min-height: 10px;
}
.Get-started-sec {
    padding: 10px 0px;
}
.service-banner .left-heading{
    text-align: center !important;
}
.service-banner .heading-small-text{
text-align: center !important;
}
.service-banner .heading-small-text::after{
    left: 0;
    right: 0;
}

}


/*services-page css*/

.app-service.service-banner .banner-logo img{
margin-top: 120px;
height: 30px;
}

.heading-services {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.37;
    letter-spacing: normal;
    color: #474747;
    opacity: 1;
    margin-bottom: 20px;
    margin-top: 15px;
    text-transform: uppercase;
}
.app-service.service-banner{
    background-image: none !important;
}
.app-service.service-banner .heading-common {
    padding: 0px;
    margin-top: 15px;
        font-size: 34px;
        line-height: normal;
}
.app-service.service-banner img {
    margin-top: 0px;
}
.discription-content{
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    text-align: center;
    color: #474747;
    opacity: 0.8;
}

.about-app-deve-sec{
    padding: 60px 0;
}
.about-app-deve-sec .heading-small-text{
    margin-bottom: 50px;
}
.tabs-services{

}
.tabs-services .nav-tabs{
    border: none;
}
.tabs-services .nav-tabs li {
    display: block;
    width: 100%;
}
.tabs-services .nav-tabs li  a{
    width: 100%;
    position: relative;

}

.white-circle {
    height: 80px;
    width: 80px !important;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
    border-radius: 50%;
    margin: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
}
.tabs-services .nav-tabs li  a.text-right .white-circle{
    right: 0;
}
.tabs-services .nav-tabs li  a.text-left .white-circle{
    left: 0;
    right: auto;
}
.tabs-services .nav-tabs li a.text-left {
    padding: 30px 0px 30px 110px;
}
.tabs-services .nav-tabs li a.text-right {
    padding: 30px 110px 30px 0px;
}

.tabs-services .nav-tabs li img{
    width: 50px;
        height: 50px;
        position: absolute;
        max-width: 0 auto;
}
.tabs-services .nav-tabs li img.ic-blue{
    width: 50px;
        height: 50px;
        opacity: 1;
        transition: all ease-in-out .1s;
}
.tabs-services .nav-tabs li img.ic-white{
    width: 50px;
        height: 50px;
        opacity: 0;
        transition: all ease-in-out .1s;
}
.tabs-services .nav-tabs li a:hover img.ic-white, .tabs-services .nav-tabs li a:focus img.ic-white, .tabs-services .nav-tabs li a.active img.ic-white{
opacity: 1;
transition: all ease-in-out .5s;
}
.tabs-services .nav-tabs li a:hover img.ic-blue, .tabs-services .nav-tabs li a:focus img.ic-blue, .tabs-services .nav-tabs li a.active img.ic-blue{
opacity: 0;
transition: all ease-in-out .5s;
}
.tabs-services .nav-tabs li a:hover .white-circle, .tabs-services .nav-tabs li a:focus .white-circle, .tabs-services .nav-tabs li a.active .white-circle{
    background-color: #002e5b;
    transition: all ease-in-out .5s;
}









.tabs-services .nav-tabs li a span{
    clear: both;
    text-transform: uppercase;
    font-size: 14px;
    color: #474747;
    font-weight: 600;
}

.services-tab{
    
      background-color: #d4ecff;
      border-radius: 10px;
}
.services-tab .tab-pane, .services-tab .inner-tab{
    min-height: 460px;
     display: flex;
     align-items: center;
    padding: 40px;
    
   
}


.services-tab .tab-pane h4, .services-tab .inner-tab h4{
    font-size: 18px;
    color: #474747;
    font-weight: 600;
    text-align: center;
    opacity: 0.8;
}
.tabs-services .nav-tabs li a {
    padding: 5px;
    position: relative;
    border: none;
}
.mt-80{
    margin-top: 75%;
}

.tabs-services .nav-tabs .nav-link.active{
    border: none !important;
    border-radius: 0;
}



.services-tab .tab-pane p, .services-tab .inner-tab p {
    font-size: 16px;
    max-width: 660px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #474747;
    opacity: 0.8;
    margin: 0 auto 30px;
}
.business_domains ul{
padding: 0;
text-align: center;
}
.business_domains li{
display: inline-block;
width: 24%;
text-align: center;
margin: 10px 0;
    vertical-align: top;
}

.business_domains ul li img {
    height: 40px;
    width: 80px;
    object-fit: contain;
}
.business_domains ul li span {
    display: block;
    clear: both;
    text-transform: uppercase;
    font-size: 14px;
    color: #474747;
    font-weight: 600;
    padding-top: 15px;
}

.business_domains ul{
    width: 100%;
}
.services-tab-sec{
    padding: 20px 0 60px;
}
.img-service-app-banner{
    width: 100%;
}
.process-service ul li{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
    overflow: hidden;
}
.process-service ul li img{
    width: 60px;
}


.process-sec{
    padding: 100px 0 60px;
}
.process-service{
    padding: 30px 0;
}

.process-service ul li:nth-child(odd) {
  width: 15%;
}
.process-service ul li:nth-child(even) {
  width: 5.2%;
}

.process-service ul li span {
    display: block;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    text-align: center;
    color: #474747;
    opacity: 0.8;
    margin-top: 22px;
}
.process-service ul li.arrow img{
width: 35px;
}
.for-service-mobile{
    display: none;
}
@media screen and (max-width: 1200px){

.main-body .partnter-banner {
    padding-top:80px;
    padding-bottom: 80px;
}

}

@media screen and (max-width: 1024px){
.tab-content.services-tab .tab-pane, .tab-content.services-tab .inner-tab {
    padding: 20px;
    margin-top: 40px;
}
#index-loader{
    display: none !important;
}



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

.process-service ul li.arrow img {
    width: 20px;
}
.process-service ul li img {
    width: 45px;
}
.process-service ul{
    padding: 0;
}
.process-service  .container {
    max-width: 100%;
}
.process-service ul li:nth-child(odd) {
    width: 14%;
}
.process-sec {
    padding: 20px 0 0px;
}
.product-list{
    display: none !important;
}
.navbar-toggler-icon {
    width: 25px;
    height: 25px;
}
.navbar-toggler {
    padding: 5px 10px;
}
.header-main .navbar-light .navbar-nav .nav-link {
    width: 120px;

}
.sec-banner .common-btn {
    padding: 10px 40px;
}
.product-block-new .boxlink-set {
    justify-content: center;
}
.product-block-new .boxlink-set .learn-more-link{
    margin: 10px 0;
}

.main-body .our-team-img {
    height: 280px;
    width: 280px;
}
.main-body .partnter-banner {
    padding-top: 30px;
    padding-bottom: 30px;
}


}


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


.service-desktop{
    display: none;
}
.for-service-mobile{
    display: block;
}
#menu-inner{
    display: none !important;
}
.desktop-e-lerning{
    display: none;
}
.mobile-lerning-slider{
    display: block;
}

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

.process-service ul li:nth-child(odd) {
    width: 100%;
}
.process-service ul li:nth-child(even) {
    width: 100%;
    transform: rotate(90deg);
}
.process-service ul li.arrow img {
    width: 30px;
}
.app-service.service-banner .banner-logo img {
    margin-top: 30px;
    height: 60px;
    width: auto;
}
.app-service .for-btn-center{
   text-align: center;
}
.centralize-admin-sec .row-flex {
    margin: 40px 0;
}

.sec-banner {
    height: auto;
}
}



/*--------------web dev sec css------------------*/

.repeat_section {
    padding: 60px 0;
}
.repeat_section {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
    padding: 85px 0;
}
.steps_format {
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    margin-top: -30px;
    margin-bottom: -30px;
    text-align: center;
}

/*--------------web dev sec css end------------------*/

/*-------------data igestus page css------------------*/

.current-challenges-block {
    text-align: center;
    position: relative;
    margin: 120px 0 0;
}
.circuler-icon{
    border: 1px solid #474747;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto 20px;
}
.circuler-icon img{
    height: 40px;
}
.circle-opacity {
    position: absolute;
    height: 130px;
    width: 130px;
    border-radius: 50%;
    top: -120px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #cacaca;
    font-size: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
}
.clr-blue{
background-color: #e7f8fe;
}
.clr-green{
background-color: #e7fef3;
}
.clr-pink{
background-color: #ffeff8;
}
.clr-red{
background-color: #fef2f2;
}

.text-blue {
    box-shadow: 2px 7px 10px #e7f8fe;
}
.text-green{
box-shadow: 2px 7px 10px #e7fef3;
}
.text-pink{
box-shadow: 2px 7px 10px #ffeff8;
}
.text-red{
box-shadow: 2px 7px 10px #fef2f2;
}


.discription-chalange{
    text-align: left;
    padding: 0 10px;
}

.discription-chalange h4{
font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color: #474747;
    margin-top: 40px;
    margin-bottom: 0;
}

.discription-chalange p {
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #474747;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
    opacity: 0.8;
    font-weight: 300;
}
.discription-chalange p::after {
    content: "";
    background-color: #474747;
    height: 6px;
    width: 6px;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 10px;
}


.challenges-sec{
    padding: 60px 0;
}
.major-benefits{
padding: 60px 0;
background-image: url(../images/banners/bg_testimonials.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.major-benefits-list{
    margin: 40px 0 0;
}
.major-benefits-list ul{
padding: 0;
}
.major-benefits-list ul li{
position: relative;
padding-left: 40px;
list-style: none;
font-size: 16px;
font-weight: 600;
font-style: normal;
font-stretch: normal;
line-height:26px;
letter-spacing: normal;
color: #474747;
min-height: 60px;
margin-bottom: 0;
}

.major-benefits-list ul li img{
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    top: -2px;
}
.major-benefits .heading-small-text{
    margin-bottom: 50px;
}
.our-framwork{
    padding: 60px 0;
}

.frm-work-disc{
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #474747;
    text-align: justify;
    opacity: 0.8;
}

.free-demo-ware  button.btn-revers.sales-blue-btn{
    line-height: 28px;
    padding: 2px 15px;
    font-size: 15px;
    margin-right: 0 !important;
    background: rgba(0,0,0,0.0) !important;
}
.free-demo-ware {
    padding: 2px !important;
    text-align: center;
}
.free-demo-ware .btn-revers.sales-blue-btn:hover, .free-demo-ware .btn-revers.sales-blue-btn:focus, .free-demo-ware .btn-revers.sales-blue-btn:active {
    color: #000 !important;
}


.key-features-ingestus{
    padding: 60px 0 100px;
}

.key-features-ingestus .key-features-block{
position: relative;
background-color: #f5f7fc;
padding: 20px;
margin-top: 50px;
padding-top: 80px;
    text-align: center;
   min-height: 420px;
   margin-bottom: 40px; 
}

.key-features-ingestus .key-features-block .key-circle {
    height: 100px;
    width: 100px;
    background-color: #fff;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.key-features-ingestus .key-features-block .key-circle img{
    height: 50px;
}




.key-features-ingestus .key-features-block h5{
font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.04;
    letter-spacing: normal;
    color:#0C5FA6;
}
.key-features-ingestus .key-features-block p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #474747;
    opacity: 0.8;
}





.key-features-ingestus .key-features-block:hover{
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}

.banner-data-ingestus {
    padding: 0 0 0;
}

.banner-data-ingestus img{
    margin-top: 0;
}
.banner-data-ingestus .heading-common {
    padding-top: 0px;
}
@media screen and (max-width: 991px){
    .discription-chalange {
    text-align: center;
    padding: 0 20px 50px;
}
.key-features-ingestus .key-features-block {
    margin-top: 80px;
}

}

@media screen and (max-width: 767px){
    .banner-data-ingestus {
    text-align: center;
}
.increase-productivity-sec .common-btn.btn-revers.commn-border-btn.sales-blue-btn {
        margin: 15px auto;
}
.team-sec-service.padding_sec-common img{
max-width: 100% !important;
}
}



/*--------------data igestus page css------------------*/


/*contact page Start
--------------------------------*/
.m-top-50{
    margin-top: 50px;
}
.contact-section{
    padding: 60px 0;
    background-image: url('../images/other/bg_coontact.png'); 
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top -110px center;
}

.heading-contact{
color: #474747;
 font-weight: 600;
margin-bottom: 0;

}
.heading-contact span{
    font-size: 26px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 30px;
    text-align: justify !important;
    color: #474747;
    padding: 10px 0px 0px;
    font-family: 'Proxima-Nova-Thin';
}
.new-heading-contact-sec{
    margin-bottom: 50px;
}


.form-wrapper input{
    background: rgb(255, 255, 255);
    border-radius: 50px;
    border: 1px solid rgb(227, 227, 227);
    height: 48px;
    padding: 6px 22px;
    font-size: 16px;
}
.form-wrapper textarea {
    background: rgb(255, 255, 255);
    border-radius: 12px;
    border: 1px solid rgb(227, 227, 227);
    padding:10px 22px;
    font-size: 16px;
}
.envelop-img{
    width: 330px;
    margin-bottom: 45px;
}
.office-wrapper{
    background:#F5F8FE;
    padding: 60px 0;
}
.office-location{
    margin-bottom: 60px;
    padding-right: 60px;
}
.office-location h3 {
    font-size: 20px;
    font-weight: 600;
    color: #4d4d4d;
    font-weight: 600;
    margin: 12px 0 14px;
}
.office-location p {
    color: #474747;
    font-weight: 600;
    margin: 0 0 2px;
    /*font-weight: 600;*/
    font-size: 15px;
}

.office-location p a{
    color: #002e5b;
    font-weight: 600;
}

@media screen and (max-width: 1200px){
    .office-location {
        margin-bottom: 40px;
        padding-right: 0;
    }
}
@media screen and (max-width: 767px){
    .office-location {
        margin-bottom: 30px;
        padding-right: 0;
    }
    .envelop-img {
        width: 230px;
        margin-bottom: 0;
    }
    .contact-section {
        background-position: top 0px center;
    }
}



/*contact page End
--------------------------------*/

/*------------blog page css-------*/

.blog-section {
    padding: 60px 0 30px;
}
.blog-section .heading-small-text{
    margin-bottom: 40px;
}

.blog-box {
    margin: 0px 0 15px;
    padding: 20px 20px 0;
    transition: all .5s;
}
.blog-box .blog-main-img{
    position: relative;
}
.blog-box .blog-main-img::after{
  background-color: #002e5b;
    border-radius: 6px;
    opacity: 0.5;
    width: 0%;
    height: 0%;
    position: absolute;
    left: 0;
    right:auto;
    content: "";
    transition: all .4s;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;  
}
.blog-box:hover .blog-main-img::after {
    opacity: 0.5;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
}


.blog-box .blog-main-img img {
    border-radius: 6px;
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.blog-box .media img{
border-radius: 50%;
height: 45px;
width: 45px;
}
.blog-box .media h5{
        font-size: 18px;
    color: #2b58a5;
    min-height: 45px;
}
.blog-box .media p {
    color: #444444;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.blog-box h4 {
    font-size: 18px;
    color: #2b58a5;
    min-height: 70px;
    font-weight: 600;
    color: #474747;
    line-height: 1.3;
    margin: 15px 0 10px;
}
.blog-box:hover h4{
    color: #002e5b;
    opacity: 1;
}


.blog-box  p{
font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    color: #474747;
    padding: 0px;
    opacity: 0.8;
    text-align: justify;
}
.blog-box p a {
    color: #002e5b;
    font-weight: 600;
    text-decoration: underline !important;
    display: block;
}

@media (max-width: 1024px){
  .blog-box .blog-main-img img {
    height: 110px;
}
}
@media (max-width: 767px){
  .blog-box .blog-main-img img {
    height: auto;
    object-fit: contain;
}  
}


/*---------blog detail page css---------*/

.blog-details-sec{
padding: 60px 0;
}

.blog-details-sec .img-blog{
width: 100%;
border-radius: 10px;
}
.blog-details-sec .share-list ul{
padding: 0;
text-align: right;
margin-bottom: 0;
}
.blog-details-sec .share-list ul li{
display: inline-block;
}
.blog-details-sec .share-list ul li{
    color: #474747;
    font-weight: 600;
    font-size: 14px;

}
.blog-details-sec .share-list ul li a {
    position: relative;
    height: 30px;
    width: 30px;
    display: block;
    background-color: #ddd;
    text-align: center;
    color: #474747;
    border-radius: 50%;
    padding: 4px 0;
    margin: 0 8px;
}
.badges-share {
    background-color: #474747;
    position: absolute;
    top: -15px;
    left: 20px;
    font-size: 12px;
    border-radius: 50%;
    padding: 0px 6px;
    color: #fff;
}
.bloger-detail h5{
color: #474747;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
}
.bloger-detail p{
  color: #474747;
    font-size: 13px; 
    margin-bottom: 0;
    line-height: normal; 
}
.blog-details-sec .share-main-row{
margin: 30px 0 0;
}
.main_blog_details{
    position: relative;
    margin: 20px 0 0;
}
.bloger-img {
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
    margin: 0 auto;
    text-align: center;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 3px solid #fff;
}
.bloger-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.main_blog_details .dicription{
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    color: #474747;
    padding: 0px;
    opacity: 0.8;
    margin: 20px -15px 30px;
}


.main_blog_details .blockquote {
    color: #474747;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
}
.main_blog_details .persent-sign {
    height: 35px;
    width: 35px;
    background-color: rgba(0, 46, 91, 0.4);
    margin: 20px 0 10px;
    font-size: 18px;
    padding: 6px 11px;
    border-radius: 50%;
    color: #002e5b;
    opacity: 1;
}
.main_blog_details .comment-form h4, .main_blog_details .comments-area h4{
        font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: normal;
    color: #002e5b;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.comments-area h5 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0px;
}
.comments-area a {
    color: #474747;
}
.comments-area .date {
    font-size: 10px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #777777;
}
.comments-area .comment {
    color: #777777;
    margin-bottom: 0px;
}
.comments-area .desc{
margin-bottom: 30px;
}

.main_blog_details .comment-form .form-group .form-control{
        background: rgb(255, 255, 255);
    border-radius: 50px;
    border: 1px solid rgb(227, 227, 227);
    height: 48px;
    padding: 6px 22px;
    font-size: 16px;
    outline: none;
    box-shadow: none;
}

.main_blog_details .comment-form .form-group textarea.form-control{
    height: auto;
    border-radius: 20px;
}


@media (max-width: 992px){
.blog-details-sec .share-list ul {
    padding: 0;
    text-align: center;
    margin-bottom: 0;
    margin-top: 32px;
}
}

/*----------ERP page css start ------------------*/

.banner-erp{
    background-image: url(../images/other/bg.png);
    background-size:100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 100px 0 200px;
    height: auto;
}

.banner-erp.service-banner input {

    width: 215px !important;
}

.banner-erp.service-banner .heading-common {
    padding-top: 30px;
}

.banner-erp.service-banner button {
    padding: 0 18px;
}



.full-banner-sec{
    background-image: url(../images/other/screens.png);
    background-size: cover;
    background-position: center bottom -50px;
    background-repeat: no-repeat;
    min-height: 700px;
    padding-top: 20px;
}

.major-module-sec{
    background-color: #EEF1FF;
    margin: 40px 0 0;
    padding: 60px 0;
}

.erp-stip{
    background-color: #96abff;
    background-blend-mode: multiply;
}








.module-outer{
text-align: center;
padding: 25px;
}

.white-circle-module {
    height: 107px;
    width: 107px;
    margin: 0 auto;
    background-image: url(../images/icons/icon-bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
.white-circle-module img{
    width: 60px;
}

.module-outer h4 {
    color: #343F74;
    margin: 20px 0;
    font-weight: 600;
    font-size: 20px;
}

.module-outer p{
     color: #474747;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    min-height: 160px;
    opacity: 0.8;

}


.erp-featuers-sec .heading-small-text.text-center{
    text-align: center !important;
}

.erp-featuers-sec.team-sec-service img {
    max-width: 100%;
    box-shadow: none;
}
.erp-featuers-sec.padding_sec-common{
    padding-bottom: 0;
}
.erp-featuers-sec.last-erp{
    padding-bottom: 100px;
}

@media (max-width: 1200px){
.full-banner-sec {
    background-position: center bottom -20px;
    min-height: 600px;
}
}
@media (max-width: 1200px){
.module-outer p {
    color: #7d8b9b;
    font-size: 14px;
    line-height: 27px;
    min-height: 210px;
}
}

@media (max-width: 768px){

.full-banner-sec {
    background-position: center bottom -20px;
    min-height: 420px;
}
.banner-erp {
    background-position: center top;
    padding: 30px 0 30px;
}

}

@media (max-width: 620px){

.full-banner-sec {
    background-position: center bottom -20px;
    min-height: 350px;
     background-size: contain;
}
}
@media (max-width: 520px){

.full-banner-sec {
    background-position: center bottom -20px;
    min-height: 300px;
}
}
@media (max-width: 490px){

.full-banner-sec {
    background-position: center bottom -20px;
    min-height: 100vh;
}
}
@media (max-width: 490px){

.full-banner-sec {
    background-position: center bottom -20px;
    min-height: 360px;
}

}


/*----------ERP page css end ------------------*/

/*-------------finish page css-------------*/
.step-4{
text-align: center;
}
.step-4 h2 {
    font-size: 5.78em!important;
    line-height: 1em;
        margin-bottom: .5em;
        font-family: "Montserrat", "Open Sans", sans-serif;
        font-weight: 800;
        color: #002e5b;
}
.finish-sec{
    padding: 100px 0;

}
.finish-sec textarea {
    transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 350ms cubic-bezier(0.77, 0, 0.175, 1);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #EBECF1;
    font-size: 1.75em;
    color: #253069;
    padding: 2em;
    border: none;
    margin: 0;
}
/*-------------finish page css End-------------*/




/*for shap check*/

#index-loader {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9900;
    background-color: #fff
}

#index-loader .index-copy {
    position: absolute;
    top: 43%;
    left: 50%;
    width: 80vw;
    -ms-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

#index-loader .index-copy h2 {
    color: #fff;
    text-align: center;
    line-height: 1.5em;
    font-size: 3vw!important;
    font-family: "Montserrat", "Open Sans", sans-serif;
    font-weight: 800;
    display: block;
    word-break: initial;
}


#index-loader .index-copy .letter {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    display: inline-block;
    color: #fff;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0
}

#index-loader .index-copy .letter:nth-of-type(18) {
    display: inline
}



#index-loader .index-copy .letter:nth-of-type(38) {
    display: inline
}

#index-loader .index-copy .letter:nth-of-type(38):before {
    content: "";
    display: block
}
body{
    position: relative;
}
#index-loader .index-logo {
    width: 5%;
    opacity: 0;
    display: block;
    position: absolute;
    top: 30%;
    left: 47.5%
}

#index-loader .loading-circle {
    transform: scale(0.1) translate(-50%, -50%);
    -moz-transform: scale(0.1) translate(-50%, -50%);
    -webkit-transform: scale(0.1) translate(-50%, -50%);
    -o-transform: scale(0.1) translate(-50%, -50%);
    -ms-transform: scale(0.1) translate(-50%, -50%);
    display: block;
    position: absolute;
    border-radius: 50%;
    top: 90%;
    left: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background-color: #002e5b
}
.index-logo img{
    width:100%;
}

#loader {
    position: absolute;
    z-index: 9950;
    opacity: 0
}

#loader .loader-logo {
    width: 75%;
    position: fixed;
    display: none;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

#loader .loader-logo span {
    opacity: 0;
    -webkit-backface-visibility: hidden;
    display: inline-block;
    width: 8%;
    margin-right: -0.2rem
}

#loader .loader-logo span svg {
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1.01) translateZ(0);
    transform: scale(1.01) translateZ(0);
    width: 100%;
    height: auto
}

#loader .loader-logo span svg path {
    fill: #fff
}

#loader .loader-logo span:first-of-type {
    width: 7.5%;
    margin-right: -0.05em
}

#loader .loader-logo span:nth-of-type(5) {
    width: 12.5%
}

#loader .loader-logo span:nth-of-type(5) {
    width: 12.5%
}

#loader .loader-logo span:nth-of-type(7) {
    width: 6%
}

#loader .loader-logo span:nth-of-type(8) {
    width: 6%
}

#loader .loader-logo span:nth-of-type(10) svg {
    margin-bottom: -0.35em
}

#loader .circle-first {
    transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    position: fixed;
    background-color: #002e5b;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    -moz-transform: translate(-50%, -50%) scale(0, 0);
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
    -o-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    width: 130%;
    height: auto;
    padding-top: 130%;
    border-radius: 50%
}

#loader .circle-second {
    transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 1250ms cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0, 0);
    -moz-transform: translate(-50%, -50%) scale(0, 0);
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
    -o-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-backface-visibility: hidden;
    width: 130%;
    padding-top: 130%;
    height: auto;
    border-radius: 50%;
    background-color: #fff
}

.loading #loader {
    opacity: 1
}

.loading #loader .loader-logo {
    display: block
}

.loading #loader .circle-first {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
    transform: translate(-50%, -50%) scale(1, 1);
    -moz-transform: translate(-50%, -50%) scale(1, 1);
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -o-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1)
}

.loading #loader .circle-second {
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    -ms-transition-delay: 1.7s;
    transition-delay: 1.7s;
    transform: translate(-50%, -50%) scale(1, 1);
    -moz-transform: translate(-50%, -50%) scale(1, 1);
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -o-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1)
}

.shape-morph {
    width: 140%;
    height: auto;
    transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -webkit-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    position: absolute;
    top: 40%;
    right: -40%;
    z-index: -1
}

.shape-morph .scene {
    position: relative;
    width: 100%;
    height: auto
}

.shape-morph svg {
    fill: none
}

.team .shape-morph {
    width: 100%;
    height: 100%;
    top: -10%;
    left: 20%;
    z-index: -1
}

.team .shape-morph svg {
    fill: #002e5b
}

.studio .shape-morph .scene {
    fill: none
}

.funzone .shape-morph {
    width: 80%;
    height: auto;
    top: 40%;
    left: 60%
}

#culture .shape-morph {
    width: 70%;
    height: auto;
    top: 40%;
    right: 30%;
    z-index: -1;
    mix-blend-mode: normal
}

/*------------------restorent management producst page css------------*/
.main-food-banner {
    position: relative;
    background-image: url(https://3ewwlw1m6nye2hxpj916rtwa-wpengine.netdna-ssl.com/wp-content/tk-uploads/2017/12/food-new-bg-1-min.jpg);
    overflow: hidden;
    padding: 70px 0 0;
    background-repeat: no-repeat;
}
.same-size-section {
    padding: 70px 0;
    width: 100%;
    position: relative;
    
}
.main-food-banner .same-size-section {
    padding: 0;
}
.shade-bot {
    position: absolute;
    bottom: -1px;
    z-index: 9;
    left: -3px;
    right: 0;
}
.main-food-banner .pos-abs-image {
    right: -225px;
    position: absolute;
    bottom: -104px;
    visibility: hidden;
}

.full-sectionss .counterpart {
    width: 500px;
}

.outer-crausal h1 {
    color: #fff;
    font-size: 44px;
    line-height: 45px;
    font-weight: 600;
}
.outer-crausal p {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
    margin: 20px 0;
}
.outer-crausal{
    height: 800px;
    padding-top: 160px;
}
.fd-why {
    padding-bottom: 60px;
    padding-top: 40px;
}
.why-list span {
    width: 50px;
    position: relative;
    height: 40px;
}
.mos-all-wrap h4{
    font-size: 20px;
    font-weight: 600;
    color: #474747;
    line-height: 1.3;
    margin: 15px 0;
}
.mos-all-wrap p{
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    color: #474747;
    padding: 10px 0px 0px;
    opacity: 0.8;
}
.why-list {
    margin-bottom: 40px;
}
.why-list  img{
    width: 60px;
}

.fd-cta {
    background-color: #222;
    padding-bottom: 65px;
    padding-top: 65px;
    margin-bottom: 10px;
    text-align: center;
}
.fd-cta h3 {
    font-size: 36px;
    font-weight: 400;
    font-stretch: normal;
    margin-bottom: 0px;
    line-height: normal;
    letter-spacing: normal;
    color: #fff;
    margin-right: 50px;
    display: inline-block;
    vertical-align: middle;
}
.fd-how {
    background-color:#fafafa;
    padding-bottom: 0px;
    padding-top: 70px;
    background-position-y: 100%;
}
/*.rewamp-how-it-list {
    padding: 5px!important;
}*/
.how-thumber {
    background-color: #fff;
    padding-bottom: 20px;
    min-height: 500px;
    text-align: center;
}
.how-list img {
    width: 100%!important;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
    border-radius: 10px;
}
.how-thumber p {
    margin-top: 15px;
    font-size: 16px!important;
    padding: 0 25px;
}
.fd-full-image-section {
    padding-top: 70px;
    padding-bottom: 30px;
}
.fd-full-image-section img {
    margin-top: 20px;
    margin-bottom: 40px;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.customer-list {
    padding-left: 0;
    text-align: center;
}

.fd-attribute-list {
    display: inline-block;
    width: 23.70%;
    padding: 0 42px!important;
    margin-bottom: 30px;
    vertical-align: top;
    text-align: center;
}
/*.fd-attribute-list h4{
    font-size: 20px;
}
*/

.fd-attribute-list img{
    width: 60px;
    margin: 20px 0 0;
}
p.h5-changed-to-p {
    margin-bottom: 30px;
    padding-top: 0;
}

.fd-new-section .theme-title {
    padding-top: 0px;
}
.delevery-boy-features{
    padding: 0;
}
.delevery-boy-features li{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.delevery-boy-features li img{
    width: 40px;
    margin-right: 40px;
}
.color-orange{
    color: #dc5d54;
}
.heading-small-text.after-orange::after{
    background-color: #dc5d54;
}

.color-back-orange{
    background-color: #dc5d54 !important;
}
.blue-light-strip{
    background-color: #2b58a5 !important;
}

.fd-new-section.full-sectionss .pos-abs-image {
    padding: 0 15px;
}
.full-sectionss.fd-new-section {
    margin-bottom: 0px;
    overflow: hidden;
}

.for-big-img{
    text-align: right;
    position: absolute;
    width: 930px;
    left: -55px;
}
.taxi-last-cta {
    background-color: #22252b !important;
    background-image: none;
    padding: 100px 0;
}

.big-img-outer{
    position: relative;
    min-height: 550px;
}
.client-section-all {
    padding: 70px 0;
}
.list-logo-clients {
    padding: 0 50px!important;
    border-right: 1px solid #eee;
    border-bottom: 1px solid#eee;
}
.list-logo-clients  img{
    width: 100%;
}
.cont-took {
    position: relative;
}
.cont-took .row:after, .cont-took .row:before, .cont-took:before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    content: "";
}
.cont-took:before {
    left: 0;
    right: 0;
    z-index: 1;
}
.cont-took .row:before {
    left: calc(25% - 15px);
    z-index: 1;
}
.cont-took .row:after, .cont-took .row:before, .cont-took:before {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    /* background-color: #fff; */
    margin: auto;
    top: 0;
    bottom: 0;
    content: "";
}
.bor-bot-no {
    border-bottom: none;
}
.comman-partner-cta-all-pages {
   background-color: #222222;
    padding: 94px 0px;
    text-align: center;
    margin-bottom: 60px;
}
.comman-partner-cta-all-pages p {
    font-weight: 200;
    font-size: 40px;
    line-height: 1.3;
    color: #fff;
}
@media screen and (max-width: 1200px){
.for-big-img {
    position: static;
    width: 100%;
}
.big-img-outer {
    min-height: auto;
    padding-top: 5%;
}

}

@media screen and (max-width: 1024px){
    .main-food-banner .pos-abs-image {
    right: -225px;
    position: absolute;
    bottom: -104px;
    visibility: hidden;
    width: 65%;
}
.outer-crausal {
    height: 670px;
    padding-top: 100px;
}
.fd-cta h3 {
    font-size: 24px;
}
.comman-partner-cta-all-pages p {
    font-size: 24px;
}

}
@media screen and (max-width: 991px){
.for-big-img {
    position: static;
    width: 100%;
    left: 0;
}
.outer-crausal {
    height: 640px;
    padding-top: 60px;
}
.main-food-banner .pos-abs-image {
    right: -160px;
    bottom: 22px;
    width: 50%;
}
.big-img-outer {
    min-height: auto;
}
.fd-attribute-list {
    width: 49%;
}
.delevery-boy-features {
    padding-left: 40px;
}
}
@media screen and (max-width: 767px){

.outer-crausal {
    height: 725px;
    padding-top: 60px;
}
.main-food-banner .pos-abs-image {
    right: -80px;
    bottom: 80px;
    width: 56%;
}
.fd-cta h3 {
    margin-right: 0px;
    margin-bottom: 25px;
    display: block;
}
}
@media screen and (max-width: 420px){
    .service-banner button {
       margin: 10px auto;
}
   .outer-crausal h1 {
    font-size: 26px;
    line-height: 32px;
} 
.outer-crausal p {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0;
}
.main-food-banner {
    padding: 0px 0 0;
}
.outer-crausal {
    height: 400px;
    padding-top: 40px;
}
.main-food-banner .pos-abs-image {
    right: -30px;
    bottom: -30px;
    width: 58%;
}
.shade-bot {
    width: 100%;
}
.fd-how {
    padding-top: 30px;
}
.why-list {
    margin-bottom: 10px;
}
.fd-why {
    padding-bottom: 30px;
}
.fd-attribute-list {
    padding: 0 15px!important;
    margin-bottom: 15px;
}
.same-size-section {
    padding: 30px 0 0;
}
.fd-full-image-section {
    padding-top: 30px;
    padding-bottom: 30px;
}
.full-sectionss.fd-new-section {
    margin-bottom: 30px;
}
.fd-cta {
    padding-bottom: 25px;
    padding-top: 25px;
}
.client-section-all {
    padding: 30px 0;
}
.cont-took .row:after, .cont-took .row:before, .cont-took:before{
    content: none;
}
.bor-bot-no {
    border-bottom: 1px solid #ddd;
}
.comman-partner-cta-all-pages {
    padding: 30px 0px;
}
}



/*---------restorent management producst page css end----------------*/


/*------------for inner header----------------*/


#menu-inner{
   transition: all 0.1s ease;
   display: none;
}
/*
#menu-inner{
   position: fixed;
   top: 67px;
   left: 0;
   right: 0;
   z-index: 999;
   padding: 0 84px;
   background-color: #002e5b;
box-shadow: 2px 2px 10px rgba(0,0,0,0.2);
display: flex;
}*/

#menu-inner.sticky {
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 0 84px;
    background-color: #002e5b;
    box-shadow: 2px 2px 10px rgba(255,255,255,0.1);
    display: flex;
    transition: all 8s ease-in-out;
}

#menu-inner li{
    padding: 0;
}
#menu-inner li a{
        padding: 10px 0px;
    border-radius: 0px;
    box-shadow: none;
    background-color: transparent;
    display: block;
    font-size: 15px;
    color: #fff;
    position: relative;
    margin: 2px 0;
    text-transform: uppercase;
}
#menu-inner li a.active::after{
content: "";
position: absolute;
bottom: 0;
width: 50px;
height: 2px;
background-color: #fff;
left: 0;
right: 0;
margin: 0 auto;
}








/** body css end **/
/** footer start **/

.footer-new{

}
/*.footer-new .white-box {
    background-color: #fff;
    padding: 40px 40px 10px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
}*/

footer.bg-one {
    padding: 50px 0px 20px;
    background-color: #002e5b;
}

footer.bg-one h4 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #fff;
}
footer.bg-one  .foot-logo{
    text-align: center;
}
footer.bg-one  .foot-logo img{
    height: 45px;
}
footer.bg-one .foot-logo a span {
    color: #fff !important;
    display: block;
    font-size: 12px;
    margin: 10px 0;
    font-weight: 600;
}
footer.bg-one p {
    font-size: 15px;
    line-height: 1.43;
    text-align: left;
    color: #404042;
    margin-bottom: 15px;
}
footer.bg-one .footer-list ul {
    list-style: none;
    padding: 0;
}

footer.bg-one .footer-list ul li a {
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #fff;
    font-weight: 500;
}
footer.bg-one .footer-list ul li a img{
    height: 20px;
    margin-right: 5px;
}
footer.bg-one .footer-list ul.for-contact-list li a{
margin: 0 0 10px;
display: block;
}

.social-foot {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
}
footer.bg-one .social-foot li {
    display: inline-block;
    margin: 0px 0 8px;
}
footer.bg-one .social-foot a {
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    border-radius: 50%;
    transition: .4s;
    line-height: 10px;
}
footer.bg-one .social-foot a:hover {
    background-color: #002e5b;
    color: #fff;
    border: 1px solid #002e5b;
}

.copyright-sec{
    padding: 9px;
        margin-top: 30px;
}
.copyright-sec .copy-right{
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    color: #fff;
    margin-bottom: 0;
}
@media (max-width: 767px)
{
footer.bg-one .foot-logo {
    text-align: center;
}
footer.bg-one h4 {
    text-align: center;
}
footer.bg-one .footer-list ul {
    text-align: center;
}
footer.bg-one .footer-list ul.for-contact-list li a {
    text-align: center;
}
.vertical-links li {
    text-align: center;
    margin-right: 0 !important;
}
.container {
    max-width: 100%;
}
.social-foot {
    margin-top: 10px;
    text-align: left;
}
.copyright-sec {
    padding: 0;
    margin-top: 0;
}
.regular-multi-slide .item{
    padding: 10px;
}

}

/** footer end **/

/*## scroll_top css ##*/
.scroll_top {
    background: #fff;
    border: 3px solid #1cabe5;
    bottom: 32px;
    display: none;
    font-size: 0;
    height: 38px;
    position: fixed;
    right: 30px;
    width: 38px;
    z-index: 99;
    text-decoration: none;
    border-radius: 30px;
    bottom: 85px;
}
.scroll_top:hover {background: #fff none repeat scroll 0 0;text-decoration: none;}
.scroll_top::before {
    color: #ffffff;
    background-image: url(../images/up.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 3px;
    bottom: 0;
    background-size: contain;
    content: "";
    display: block;
    font-family: "FontAwesome";
    font-size: 25px;
    height: 80%;
    line-height: 40px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}

/** scroll_top end **/
/*.scroll_top::after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
#1895E5
*/





/** common css **/

.p-0{padding: 0 !important;}
.pb-0{padding-bottom: 0 !important;}
.pt-0{padding-top: 0 !important;}
.pl-0{padding-left: 0 !important;}
.pr-0{padding-right: 0 !important;}

.m-0{margin: 0 !important;}
.mb-0{margin-bottom: 0 !important;}
.mt-0{margin-top: 0 !important;}
.ml-0{margin-left: 0 !important;}
.mr-0{margin-right: 0 !important;}

.mt-10{margin-top: 10px !important;}
.mt-15{margin-top: 15px !important;}
.mt-20{margin-top: 20px !important;}
.mt-30{margin-top: 30px !important;}

a:focus, a:hover {color: #1b417b; text-decoration: underline;}
:active, :focus{outline:none !important;}
/** common end **/

/** media css **/
@media (max-width: 1024px)
{
.product-list li {
    width: 23%;
}
.coming-soon-sec .plain-img {
    width: 60%;
}
}

@media screen and (max-width: 991px) {
    #gNavi .dropdown-animate{
        display: none;
    }
    #gNavi .dropdowm-mobile{
    display:block;
}
   #gNavi .dropdown-menu.show .pulldownmenu.dropdown-menu {
    width: 100%;
    max-height: 285px;
    overflow: scroll;
}
    .pulldownmenu li {
        width: 100%;
     float: none;
 }
 .header-main .navbar-light .navbar-nav .nav-item {
    width: 100%;
}
.navbar-nav .dropdown-menu {
    position: relative;
}
#menu-center.sticky{
    padding: 0 !important;
    margin: 0 !important;
}

#menu-center.sticky.product-list li {
    width: 25% !important;
}
#menu-center.product-list{
    margin: 0;
    text-align: center;
}
#menu-center.product-list li {
    width: 100%;
    padding: 5px;
}
#menu-center.sticky li a {
    font-size: 12px !important;
}
.menu-last li a {
    padding: 0;
}
.menu-last li {
    padding: 0px 2px;
}
#menu-footer-copyrights-menu {
    margin: 0px;
    text-align: left !important;
}

}



@media (max-width: 992px)
{
.card-img {
    min-height: 5.125em;
}
.product-banner  .heading-common {
    font-size: 28px;
}

.product-banner  form {
    max-width: 100%;
    width: 100%;
    padding: 0px;
}
.product-banner form button {
    position: relative;
    width: auto;
    padding: 10px 20px;
    height: auto;
    margin: auto;
    margin-top: 20px;
}
.demo-section img.text-img {
    width: 310px;
}
.demo-section .row{
    display: block;
}
.arrow-btn-image {
    width: 100%;
    margin-top: 0;
    left: 0;
}
.feature-section-list ul li {
    width: 45%;
    text-align: center;
    margin: 10px;
}
.feature-section-list ul {
    margin: 0;
}
.product-banner {
    height: auto;
    padding: 35px 0 0;
    background-size: 46%;
    background-position: right top;
}

}
@media (max-width: 820px){
   .coming-soon-sec .plain-img {
    position: absolute;
    top: 27%;
    right: 0;
    width: 47%;
} 
}



@media (min-width: 768px)
{

}

@media (max-width: 768px)
{
   
.product-list li a {
    min-height: 50px;
    display: flex;
    align-items: center;
    font-size: 14px;
        padding: 10px 10px;
}
#menu-center.sticky li a {
    font-size: 14px;
     min-height: auto;
}
.sec-banner h2 {
    font-size: 20px;
    line-height: 26px;
}
.sec-banner h5 {
    font-size: 14px;
}
.demo-outer-block .btn-block a {
    width: 100%;
}
.demo-outer-block .img-block {
    padding: 15px;
}
.demo-outer-block .heading-content {
    padding: 0 15px;
        min-height: 75px;
}
#menu-footer-copyrights-menu {
    padding: 0;
}
.side-conent-banner {
    padding: 50px 30px;
}
.feature-section-list ul li {
    width: 100%;
    text-align: center;
    display: block;
    margin: 30px 0;
}
.btn-demo {
    margin-top: 30px;
}
.feature-section .img-center-block {
    margin-top: 50px;
    position: relative;
    height: 425px;
}
.feature-section .img-center-block .tabcontent {
    height: auto;
    transition: all ease-in-out .8s;
    position: absolute;
    left: 0;
    right: 0;
}


}

@media (max-width: 520px)
{

.main-body .pagination-list .pagination .page-link {
    height: 20px;
    width: 20px;
    font-size: 10px;
}


}

@media (max-width: 360px)
{

}


/** media end **/




/*mobility page new css*/

.mobility-technology-row .technology-block img {
    width: 100px;
    height: 80px;
    object-fit: contain;
}

/*terms and conditions page css new*/
.terms-section{
        padding: 60px 0;
}
.terms-page-css p b{
font-weight: 600 !important;
}
.terms-page-css h4{
    font-size: 18px;
    color: #2b58a5;
    font-weight: 600;
    color: #474747;
    line-height: 1.3;
    margin: 35px 0 10px;
}
.terms-page-css p{
       font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    color: #474747;
    padding: 0px;
    opacity: 0.8;
    text-align: justify;
} 


/*home banner changes*/

#hero-10 {
     background-image: url(../images/banners/home-bg.jpg); 
    background-position: bottom center;
    padding-top: 50px;
    padding-bottom: 40px;
}
#hero-10 h3 {
    font-weight: 600;
    font-size: 32px;
    font-style: normal;
    font-stretch: normal;
    line-height: 40px;
    letter-spacing: normal;
    color: #fff;
}
.left-heading .heading-small-text {
    text-align: left;
    margin-bottom: 20px;
}
#hero-10 p, #hero-10 ul li {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: normal;
    color: #fff;
    opacity: 1;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: uppercase;
}
#hero-10 ul li {
    margin-bottom: 5px;
    list-style: circle;
}
#hero-10 ul{
    padding-left: 15px;
    margin-bottom: 0;
}
#hero-10 .btn-revers.btn-white{
    color: #002e5b !important;
    border-color: #002e5b;
    padding: 5px 10px;
}
#hero-10 .btn-revers.btn-white:hover, 
#hero-10 .btn-revers.btn-white:focus, 
#hero-10 .btn-revers.btn-white:active {
    text-decoration: none;
    color: #fff !important;
    border-color: #002e5b;
    background-color: #002e5b !important;
}
#hero-10 .overview-video {
    position: absolute;
    bottom: -115px;
    left: 15px;
    width: 320px;
}
#hero-10.main-banner-sec .inner-div img {
    margin-bottom: 50px;
}
#hero-10.main-banner-sec {
    margin-bottom: 120px;
}
#hero-10 .overview-video .inner-box{
position: relative;
}
#hero-10 .overview-video .inner-box{
    position: relative;
}
#hero-10 .overview-video .video-box{
    
}
#hero-10 .overview-video .inner-box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.6);
    border-radius: 10px;
}
#hero-10 .overview-video .play-icon-blue {
    position: absolute;
    right: -330px;
    bottom: -25px;
    z-index: 100;
}
#hero-10 .overview-video .play-icon-blue a{
    display: inline-block;
}
#hero-10 .overview-video .play-icon-blue img{
height: 70px;
    width: 70px;
    background-color: #fff;
    padding: 6px;
    border-radius: 50%;
}
#hero-10 .overview-video .play-icon-blue span{
    font-weight: 600;
    font-size: 16px;
    margin-left: 20px;
}
#hero-10 .overview-video .play-icon-blue span a {
    margin: 0 5px;
     font-size: 20px; 
    color: #002e5b;
}
.video-modal-qglt{

}
.video-modal-qglt .modal-dialog {
    max-width: 765px;
    margin: 10% auto;
}
.video-modal-qglt .modal-dialog .modal-content {
    border-radius: 15px !important;
    border: 1px solid #fff;
}

.video-modal-qglt .modal-dialog .modal-body {
    background-color: #002e5b;
    border-radius: 15px !important;
    border: 1px solid #fff;
}
.video-modal-qglt .modal-dialog .modal-body button.close {
    position: absolute;
    right: 0px;
    top: 0;
    height: 30px;
    width: 30px;
    opacity: 1;
    background-color: #fff;
    color: #002e5b;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.hero-newsletter-form .form-control {
    height: 50px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    font-size: 1.05rem;
    font-weight: 300;
    padding: 0 15px;
    box-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
#hero-10 .hero-newsletter-form {
    margin: 35px 10% 0;
}
.hero-links span {
    font-size: 16px;
    font-style: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #474747;
    text-align: justify;
    opacity: 0.8;
}











.mb-60 {
    margin-bottom: 60px;
}
.launch-ico-icons .crm-services img {
    width: 70px;
}
.launch-ico-icons.services-list-crm ul li h5{
    color: #004991 !important;
}
.bitcoin-dev-services .service-crypto h4{
    color: #002e5b;
}
.mos-all-wrap.bitcoin-dev-services p{
        opacity: 1;
}
.mos-all-wrap.bitcoin-dev-services p img{
        height: 60px;
}
.for-home-banner {
    align-items: flex-end !important;
}
.for-home-banner .inner-div{
    position: relative;
}
.for-home-banner .inner-div.last-div{
        width: 280px;
    margin-left: auto
}


.for-home-banner .inner-div img{
    width: 72%;
}
.for-home-banner .inner-div.last-div img{
    width: 100%;
}
.for-home-banner .inner-div .for-img-rotate {
    position: absolute;
    left: 0;
    right: 0;
    width: 60px !important;
    top: 45%;
    bottom: 0;
    margin: 0 auto;
}

/*service strip*/

/*.strip-services.product-list li {
    width: 20%;
}
#menu-inner.strip-services.product-list li a {
    font-size: 15px;
    text-transform: initial !important;
}*/

.btn-services{
    background: #004991 !important;
    color: #fff !important;
    border-color: #fff;
}

.btn-services::after{
    background: #fff !important;
    border-radius: 5px;
}
.btn-services:hover,
.btn-services:focus, .btn-services:active{
    text-decoration: none;
    color: #004991 !important;
}

/*warehoue btns*/

.btn-revers.warehouse-btn{
    background: #38B1FA !important;
    color: #fff !important;
    border-color: #38B1FA;
}

.btn-revers.warehouse-btn::after{
    background: #fff !important;
    border-radius: 5px;
}
.btn-revers.warehouse-btn:hover,
.btn-revers.warehouse-btn:focus, .btn-revers.warehouse-btn:active{
    text-decoration: none !important;
    color: #38B1FA !important;
    border-color: #38B1FA !important;
}

.btn-white {
    background: #fff !important;
    color: #38B1FA !important;
    border-color: #38B1FA;
    line-height: 32px;
    /* width: 130px; */
    padding: 0 15px;
    font-size: 16px;
}

.btn-white::after{
    background: #38B1FA !important;
    border-radius: 5px;
}
.btn-white:hover,
.btn-white:focus, .btn-white:active{
    text-decoration: none;
    color: #fff !important;
    border-color: #38B1FA;
    background-color: #38B1FA !important;
}

.btn-white-ingestus {
    background: #fff !important;
    color: #0C5FA6 !important;
    border-color: #0C5FA6;
    line-height: 32px;
    /* width: 130px; */
    padding: 0 15px;
    font-size: 16px;
}
.btn-white-ingestus::after{
    background: #0C5FA6 !important;
    border-radius: 5px;
}
.btn-white-ingestus:hover,
.btn-white-ingestus:focus, .btn-white-ingestus:active{
    text-decoration: none;
    color: #fff !important;
    border-color: #0C5FA6;
    background-color: #0C5FA6 !important;
}



.elearning-white {
    background: #fff !important;
    color: #5C6BE8 !important;
    border-color: #5C6BE8;
    line-height: 32px;
    /* width: 130px; */
    padding: 0 15px;
    font-size: 16px;
}
.elearning-white::after{
    background: #5C6BE8 !important;
    border-radius: 5px;
}
.elearning-white:hover,
.elearning-white:focus, .elearning-white:active{
    text-decoration: none;
    color: #fff !important;
    border-color: #fff;
    background-color: #5C6BE8 !important;
}

.erp-white {
    background: #fff !important;
    color: #343F74 !important;
    border-color: #343F74;
    line-height: 32px;
    /* width: 130px; */
    padding: 0 15px;
    font-size: 16px;
}
.erp-white::after{
    background: #343F74 !important;
    border-radius: 5px;
}
.erp-white:hover,
.erp-white:focus, .erp-white:active{
    text-decoration: none;
    color: #fff !important;
    border-color: #fff;
    background-color: #343F74 !important;
}


.btn-white-restro {
    background: #fff !important;
    color: #dc5d54 !important;
    border-color: #dc5d54;
    line-height: 32px;
    /* width: 130px; */
    padding: 0 15px;
    font-size: 16px;
}
.btn-white-restro::after{
    background: #dc5d54 !important;
    border-radius: 5px;
}
.btn-white-restro:hover,
.btn-white-restro:focus, .btn-white-restro:active{
    text-decoration: none;
    color: #fff !important;
    border-color: #fff;
    background-color: #dc5d54 !important;
}
#hero-10.main-banner-sec{
    padding: 30px 0 50px;
    background-image: none;
    position: relative;
}
#hero-10.main-banner-sec::before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background-color: #002e5b;
    border-radius: 0 0 0 350px;
    width: 100%;
    height: 100%;
}

#hero-10.main-banner-sec .inner-div img{
    width: 100%;
}
.ethereum-services .crm-services{
      min-height: 385px !important;
}
.exchange-boxes .crm-services {
    min-height: 282px !important;
}
.mb-40{
    margin-bottom: 40px;
}
.ebook-crypto h3.gradient-head {
    margin: 5px 0 15px;
    font-size: 20px;
    background: -webkit-linear-gradient(left, #002e5b, #0060da) !important;
    background-clip: border-box !important;
    background-clip: border-box !important;
    background: linear-gradient(left, #002e5b, #0060da) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-align: center;
    font-weight: 600;
}
.ebook-crypto h2{
    margin: 2px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    text-transform: uppercase;
    color: #004991;
    text-transform: uppercase;
    font-weight: 600;
}
.modal-header .close {margin: 0;padding: 5px;margin-left: auto; }
.ebook-crypto .modal-dialog {
    margin: 10% auto;
    max-width: 600px;
}
.ebook-crypto .modal-header {
    border-bottom: none;
    padding: 0;
    min-height: 0;
    height: 0;
}
.ebook-crypto .modal-body {
    padding: 20px 20px 10px;
}
.ebook-crypto .modal-body .font-wt{
    margin-bottom: 20px;
}
.ebook-crypto .modal-body .form-control {
    border-radius: 0;
    margin: 5px auto;
    height: 48px;
    border: 1px solid #004991 !important;
    width: 100%;
    max-width: 100%;
}
.ebook-crypto .modal-body p{color: #000;font-size: 15px;margin-bottom: 20px;}
.ebook-crypto .modal-body .btn-primary{margin: 20px 0;}
.ebook-crypto  .modal-dialog .modal-content{
    padding: 18px;
    border-radius: 3px;
    border: 1px solid #004991;
    box-shadow: 0px 0px 30px 0px rgba( 2, 2, 2, 1.00 );
    /*background-image: url(../images/banners/blockchain-banner.jpg);*/
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.overlay-modal{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
    background-color: rgba(255,255,255,0.9);
}

.ebook-crypto .modal-dialog .modal-content .close {
    height: 30px;
    width: 30px;
    left: auto;
    right: 5px;
    bottom: auto;
    top: 5px;
    padding: 0px;
    color: #004991;
    font-family: inherit;
    font-size: 22px;
    line-height: 26px;
    border-radius: 4px;
    position: absolute;
    opacity: 1;
}
.ebook-crypto.modal{z-index: 10000050 !important;padding: 0 !important;}

#thank-you-modal .modal-content{
    background-color: #004991;
    background-image: none !important;
}
#thank-you-modal .modal-content .close{
    color: #fff !important;
}
#thank-you-modal .modal-content .thankyou-content img {
    height: 120px;
    margin-bottom: 25px;
}
#thank-you-modal .modal-content .thankyou-content h3 {
    color: #fff;
    font-weight: 600;
    font-size: 38px;
}
#thank-you-modal .modal-content .thankyou-content h4{
    color: #ddd;
    font-size: 18px;
}
#thank-you-modal .modal-content .thankyou-content h5{
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
        line-height: 25px;
}
#thank-you-modal .modal-body {
    padding: 25px 20px 0 !important;
}
.ebook-crypto.order-now .modal-dialog {
    margin: 5% auto;
}
.ebook-crypto.order-now .modal-dialog .modal-content{
    margin-top: 20px !important;}
.ico-marketing-support-sec .crm-why-choose img{
    height: 60px;
}
.bitcoin-service-row-new .developement-stage-row {
    padding: 30px 0;
}

/*coming soon page css*/

.coming-soon-sec{
    height: 100vh;
    background-color: #004991;
}
.social-comming-soon{
    padding-left: 0;
}
.social-comming-soon li {
    display: inline-block;
}
.social-comming-soon li a{
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    border: 1px solid #b4b5b6;
    color: #b4b5b6;
    text-align: center;
    padding-top: 5px;
    border-radius: 50%;
    transition: .4s;
    line-height: 10px;
}
.coming-soon-sec .logo{
    height: 50px;
}
.coming-soon-sec h4{
    text-transform: uppercase;
    color: #ddd;
    font-size: 32px;
   margin-top: 40px;
   font-family: 'Proxima-Nova-Thin';
   margin-bottom: 0;
}
.coming-soon-sec h3{
     text-transform: uppercase;
    color: #ddd;
   font-size: 42px;
   margin-top: 5px;
    font-weight: 600;
}
.coming-soon-sec h6 {
    color: #bbb;
    margin: 30px 0;
    font-weight: 600;
    line-height: 24px;
}
.coming-soon-sec .content{
    margin-top: 10%;
    max-width: 400px;
}
.coming-soon-sec .overall-box{
    position: relative;
}
.coming-soon-sec .plain-img {
    position: absolute;
    top: 40%;
    right: 0;
    width: 42%;
}
.coming-soon-sec .plain-img img{
    width: 100%;
}

/*for all pages responsive*/


@media (max-width: 1200px){

#hero-10 .btn-revers.btn-white {
    color: #002e5b !important;
    border-color: #002e5b;
    padding: 5px 10px;
    margin-bottom: 85px;
}

}





@media (max-width: 768px)
{
#hero-10 h3 {
    font-size: 22px;
    text-align: center !important;
    line-height: 26px;
}
#hero-10 p {
    font-size: 12px;
    text-align: center !important;
    font-weight: 400;
}
#hero-10 ul li {
    font-size: 12px;
    font-weight: 400;
}
#hero-10.main-banner-sec {
    margin-bottom: 0;
}
.main-product-box-new {
    margin: 15px 0 !important;
}
#hero-10 .hero-txt.left-heading{
    text-align: center !important;
}
.strip-inner > div {
    display: block;
}
.blockchain-strip {
    background-color: rgb(0 46 91);
    padding: 15px 0;
    }
.hex-row {
    display: block !important;
}
.hex .middle {
    margin: 30px auto;
}
.hex-row.even {
    margin-left: 0 !important;
}
#hero-10 .hero-txt .heading-small-text.after-light-blue::after {
    left: 0;
    right: 0;
}
.common-btn {
    margin-bottom: 20px;
    margin-top: 15px !important;
}
#hero-10.main-banner-sec {
    padding: 40px 0 0;
}
.sec-blockchain .left-heading .small-heading{
    margin-top: 30px;
}
.sec-blockchain .left-heading .heading-common {
    font-size: 22px;
    line-height: 30px;
}
.sec-blockchain p {
    font-size: 14px;
    line-height: 20px;
}
.vid-ifram video {
    height: 200px;
}
.upper-strip-index .looking-strip .green-btn-new {
    margin-left: 0;
    width: 110px;
}
.upper-strip-index .looking-strip {
    font-size: 12px !important;
}
.upper-strip-index .looking-strip .green-btn-new {
    margin: 3px !important;
    font-size: 11px;
    letter-spacing: 0;
}
.header-main {
    top: 65px;
}
.social-foot {
    margin-top: 0px;
    text-align: center;
    justify-content: center !important;
}
.upper-strip-index {
    padding: 0 !important;
}
.main-body .partnter-banner {
    padding: 20px 0 !important;
    background-image: url(../images/other/partner-banner-mobile.png);
    position: relative;
    background-position: top center;
}
.main-body .partnter-banner::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
    z-index: 0;
}
.main-body .jw-partner-text-area{
    position: relative;
    z-index: 10;
}


.partnter-banner h2 {
    font-size: 22px !important;
}
.partnter-banner p{
    font-size: 16px;
}
.intro-section {
    padding: 20px 0 !important;
}
.partnter-banner .partner-banner-text {
    margin: 10px 0px !important;
}
.mos-all-wrap h4 {
    line-height: normal;
    margin: 15px 0 0;
}
.main-body .project-clint-counter-section.partner .counter-wrapper {
    font-size: 26px;
    margin: 0;
    padding: 0;
}
.main-body .project-clint-counter-section.partner .block .text-block {
    font-size: 14px;
    margin-top: 0;
    padding: 0;
}
.main-body .sec-enterprise {
    padding: 20px 0;
}
.main-body .navbar-light .navbar-toggler {
    padding: 3px;
}
.multiple-vid-outer .vid-1 {
    height: 90px;
    width: 90px;
}
.multiple-vid-outer .vid-2 {
    top: 12%;
    height: 70px;
    width: 70px;
}
.multiple-vid-outer .vid-3 {
    top: 25%;
    height: 130px;
    width: 130px;
}
.multiple-vid-outer .vid-4 {
    left: 10%;
    bottom: 0;
    width: 70px;
    height: 68px;
}
.multiple-vid-outer .vid-5 {
    right: 10%;
    bottom: 10%;
    width: 90px;
    height: 90px;
}
.multiple-vid-outer {
    position: relative;
    height: 300px;
}
.regular-multi-slide .item .media{
    display: block;
}
.regular-multi-slide .item .media img {
    width: 60px !important;
    margin: 0 auto !important;
}

.regular-multi-slide .item .media-body {
    border-left: none;
    padding-left: 0px;
    border-top: 2px solid #002e5b;
    margin-top: 15px;
}
.regular-multi-slide {
    margin: 20px 0;
}
.sec-awards .heading-small-text {
    margin-bottom: 35px;
}
.sec-awards .item {
    padding: 10px 15px 60px;
}
.sec-awards .slick-dots{
    bottom: 15px;
}
.blog-box {
    margin: 0px 0 0px;
    padding: 20px 20px 0;
}
footer.bg-one {
    padding: 35px 0px 10px;
}
footer.bg-one .foot-logo img {
    height: 40px;
}
.main-body .about-us-sec h3 {
    font-size: 28px;
}
.main-body .about-us-sec {
    padding: 30px 0 30px;
}
.main-body .about-mission-sec {
    padding: 0 0 10px;
}
.main-body .quest-value-sec {
    padding: 40px 0 0;
}
.main-body .number-box {
    height: 35px;
    width: 35px;
    left: 0;
    top: -2px;
    font-size: 13px;
    position: relative;
}
.main-body .section-roadmap .timeline__content {
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 5px;
}
.main-body .section-roadmap .timeline__content h2 {
    position: absolute;
    top: 14px;
    left: 50px;
}
.main-body .section-roadmap {
    padding: 40px 0;
}
.main-body .our-team-sec {
     padding: 20px 0; 
}
.main-body  .our-team-img {
    height: 260px;
    width: 260px;
}
.main-body .login-signup-modal .modal-body {
    padding: 0 15px 20px;
}
.modal-header .close {
    margin-top: 0;
    padding: 5px;
    
}
.main-body .office-wrapper .m-top-50 {
    margin-top: 10px;
}
.main-body .office-wrapper {
    background: #F5F8FE;
    padding: 30px 0;
}
.main-body  .contact-section {
    padding: 30px 0;
}
.main-body  .product-banner form .banner-form-elerning {
    max-width: 100%;
     padding-right: 0; 
}
.main-body .input-group-common {
    max-width: 260px;
    margin: 30px auto;
}
.main-body .input-group-common .common-btn {
    padding: 8px 10px;

}
.discription-chalange p::after {
    content:none;
}
.main-body .increase-productivity-sec button {
    margin: 0px auto;
}
.main-body .key-features-ingestus .key-features-block {
    margin-top: 30px;
    min-height: auto;
}
.main-body .key-features-ingestus {
    padding: 40px 0 0;
}
.main-body .our-framwork {
    padding: 20px 0;
}
.main-body .major-benefits-list {
    margin: 0px 0 0;
}
.main-body .major-benefits-list ul {
    padding: 0;
    margin-bottom: 0;
}
.main-body .major-benefits {
    padding: 30px 0;
}
.main-body .Get-started-sec h2 {
    font-size: 22px;
}
.main-body .banner-erp.service-banner input {
    width: 100% !important;
    border: 1px solid #ddd !important;
}
.main-body .major-module-sec {
    padding: 30px 0;
}
.main-body .module-outer {
    padding: 0 15px;
}
.main-body .module-outer p {
    min-height: auto;
}
.main-body .padding_sec-common .left-heading .heading-small-text {
    text-align: center !important;
}
.main-body .erp-featuers-sec .text-left.left-heading{
    text-align: center !important;
}
.main-body .banner-erp.service-banner .heading-common {
    padding-top: 20px;
}
.main-body .crm-why-choose-sec {
    padding: 20px 0;
}
.main-body .ios-banner .heading-common {
    padding: 15px 0 0 !important;
}
.main-body  .ios-section.sales-force {
    padding: 20px 0;
}
.main-body .salesforce1-sec {
    padding: 20px 0;
}
.main-body .creat-project-strip {
    margin-bottom: 10px;
    padding: 20px 0;
}
.main-body .creat-project-strip .for-white-all {
    margin-top: 20px;
}
.main-body .crm-service-sec {
    padding: 20px 0;
}
.main-body .increase-productivity-sec input {
    margin: 10px 0;
}
.main-body .increase-productivity-sec {
    padding: 20px 0px;
}
.main-body .increase-productivity-sec h2 {
    margin-bottom: 8px;
}
.pulldownmenu li a {
    min-height: auto;
}
.feature-section .main-tabs-field .tablinks {
    padding: 15px;
}
.feature-section .img-center-block {
    height: 300px;
}
.feature-section {
    padding: 20px 0;
}
.demo-section {
    padding: 0px 0px;
}
.main-body .btn-demo {
    margin-top: 0px !important;
}
.main-body .feature-section-list .container h5 {
    font-size: 22px;
    padding-top: 0px;
}
.header-main .navbar-light .navbar-nav .nav-link {
    font-size: 15px;
}
.pulldownmenu li {
    margin-left: 0;
}
.banner-salesforce .heading-common {
    padding-top: 30;
}
.service-banner button {
    margin: 10px auto;
}
.demo-section img.block-image-hippo {
    margin: 40px auto;
}
.input-group .common-btn{
    margin: 0 !important;
}
#hero-10.main-banner-sec::before {
    border-radius: 0;
}
.inner-div img {
    margin-bottom: 160px;
}
#hero-10 .overview-video {
    width: 100%;
    position: static;
}
#hero-10 .overview-video .play-icon-blue {
    right: auto;
    left: 0;
    top: -30px;
}
#hero-10 .overview-video .play-icon-blue span {
    color: #fff;
    margin-left: 2px;
     font-size: 12px;
}
#hero-10 .overview-video .play-icon-blue img {
    height: 35px;
    width: 35px;
    padding: 2px;
}
#hero-10 .overview-video .play-icon-blue span a {
    font-size: 18px;
    color: #fff;
}
}
@media (max-width: 580px){


.coming-soon-sec .plain-img {
    position: absolute;
    top: -5%;
    right: 0;
    width: 22%;
}
.coming-soon-sec {
    display: flex;
    align-items: center;
}
.coming-soon-sec h4 {
    font-size: 25px;
    line-height: 35px;
}
.coming-soon-sec h3 {
    font-size: 36px;
}

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

.coming-soon-sec .plain-img {
    position: absolute;
    top: 0%;
    right: 0;
    width: 30%;
}


.main-body .increase-productivity-sec button {
    margin: 10px auto;
}
.main-body .bannermain-input-group .form-control {
    border-radius: 5px !important;
}
 .bannermain-input-group{
        padding: 15px;
    }
    .main-body .bannermain-input-group .form-control {
    margin: 15px 0;
}
.main-body .bannermain-input-group .input-group-append {
    width: 100%;
}
.main-body .increase-productivity-sec {
    padding: 30px 0px;
}
.main-body .banner-career .heading-small-text {
    margin: 10px 0 40px;
    font-size: 16px;
    padding: 0 15px;
}
.main-body .banner_blockchain {
    padding: 0 0 10px;
}
.main-body .why-list {
    text-align: center;
    margin-top: 20px;
}
.main-body .fd-why {
    padding: 30px 0;
}
.main-body .how-thumber {
    padding-bottom: 0px;
    min-height: auto;
    margin: 20px 0;
}
.mos-all-wrap h4 {
    font-size: 16px;
}
.fd-attribute-list img {
    width: 40px;
    margin: 20px 0 0;
}
.main-body .heading-small-text {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 0 15px;
}
.main-body .client-sec {
    padding: 30px 0;
}
.main-body .service-crypto {
    padding: 15px;
    margin: 10px 5px;
    min-height: auto;
}
}

/*portfolio page css*/

.portfolio-sec{
    padding: 100px 0;
}
.portfolio-sec .nav-tabs{
    border-bottom: none;
    padding: 20px 0 40px;
    justify-content: center;
}
.portfolio-sec .nav-tabs .nav-item .nav-link {
    color: #474747;
    font-size: 18px;
    padding: 3px 35px;
    border-radius: 30px;
}
.portfolio-sec .nav-tabs .nav-item .nav-link.active, .portfolio-sec .nav-tabs .nav-item .nav-link:hover,
.portfolio-sec .nav-tabs .nav-item .nav-link:focus, .portfolio-sec .nav-tabs .nav-item .nav-link:active {
    background-color: #2B58A5;
    color: #fff;
    
}

.gallary-outer-main{

}
.gallary-outer-main ul{
padding: 0;
}
.gallary-outer-main ul li{
    display: flex;
    flex-wrap: wrap;
   list-style: none;
    border: 1px solid #ddd;
}


.gallary-outer-main ul li:nth-child(odd) {
height: 400px;
}
.gallary-outer-main ul li:nth-child(even) {
    height: 600px;
}
   
/*.gallary-outer-main .left-gallery-colomn   .gallery-inner-box{
    height: 350px;
}*/

.gallary-outer-main .gallery-inner-box{
    position: relative;
}
.gallary-outer-main .content-box {
    position: absolute;
    left: 0;
    top: 0; 
    background-image: url(../images/banners/blue-box-new.png);
    height: 120px;
    width: 220px;
    padding: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.gallary-outer-main .left-gallery-colomn  .content-box{
    top: 30%;
}
.gallary-outer-main .right-gallery-colomn .content-box{
   top: 0;
}
.gallary-outer-main .content-box h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
}
.gallary-outer-main .content-box h6 {
    color: #fff;
    font-size: 14px;
}
.gallary-outer-main .content-box .btn-portfolio {
    border: 1px solid #fff;
    padding: 5px 6px;
    font-size: 13px;
    color: #fff;
    margin: 5px 0 0px;
    display: inline-block;
    min-width: 50px;
    text-align: center;
}

.gallary-outer-main .discription-box{
    background-color: #f5f4f4;
    padding: 30px 15px;
    text-align: justify;
    font-size: 15px;
    line-height: 25px;
}
.gallary-outer-main .discription-box a{
    color: #2B58A5;
    font-weight: 600;
    text-decoration: underline !important;
}
.gallary-outer-main .left-gallery-colomn, .gallary-outer-main .right-gallery-colomn{
    margin-bottom: 40px;
}



@media (max-width: 1199px){
.gallary-outer-main .left-gallery-colomn .content-box {
    width: 175px;
}
.gallary-outer-main .right-gallery-colomn .content-box{
    position: relative;
    width: 100%;
}
}
@media (max-width: 991px){
.gallary-outer-main .left-gallery-colomn .content-box {
   position: relative;
    width: 100%;
}
}
@media (max-width: 767px){
.gallary-outer-main .left-gallery-colomn .content-box {
    position: relative;
    width: 100%;
}
}

/*portfolio details page css*/

.prtfolio-details .heading-common{
color: #000;
text-transform: uppercase;
}
.prtfolio-details .text-left .heading-small-text{
text-align: left;
margin-bottom: 40px;
}
.prtfolio-details .text-left .heading-small-text::after {
    left: 0;
    right: auto;
    background-color: #A98ED1;
    height: 4px;
    width: 45px;
}
.prtfolio-details .text-right .heading-small-text{
text-align: right;
margin-bottom: 40px;
}
.prtfolio-details .text-right .heading-small-text::after {
    left: auto;
    right: 0;
    background-color: #A98ED1;
    height: 4px;
    width: 45px;
}
.prtfolio-details{
    padding: 60px 0;
}
.prtfolio-details.planning-sec{
padding: 60px 0;
}
.planning-sec .planning-box{
    margin: 60px 0 0px;
}
.planning-sec .planning-box .no-box {
    position: relative;
    height: 60px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #A98ED1;
    font-weight: 600;
    font-size: 20px;
}
.planning-sec .planning-box .no-box::after{
    position: absolute;
    content: "";
    top :0;
    border: 2px solid blue;
    height: 60px;
    width: 60px;
    transform: rotate(45deg);
}
.btn-4{
  display: inline-block;
  position: relative;
  background: none;
  cursor: pointer;
  background: #fff;
  height: 60px;
  width: 60px;
  transform: rotate(45deg);
}
.btn-4 span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    display: block;
    padding: 0;
    border: 2px solid #A98ED1;
    /*transform: rotate(-45deg);*/
}
.btn-4::before, .btn-4::after{
  content:"";
  width: 0;
  height: 2px;
  position: absolute;
  transition: all 0.2s linear;
  background: #6627c3;
}
.btn-4 span::before, .btn-4 span::after{
  content:"";
  width:2px;
  height:0;
  position: absolute;
  transition: all 0.2s linear;
  background: #6627c3;
}
.btn-4:hover::before, .btn-4:hover::after{
  width: 100%;
}
.btn-4:hover span::before, .btn-4:hover span::after{
  height: 100%;
}
.btn-4 span span{
    transform: rotate(-45deg);
    border: none;
    color: #A98ED1;
    font-size: 20px;
    font-weight: 600;
}
.btn-4 span span:after{
    display: none;
}
.btn-4 span span:before{
    display: none;
}
/*----- button 4 -----*/
.btn-4::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-4 span::after{
  right:0;
  bottom: 0;
  transition-duration: 0.4s;
}
.btn-4::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}
.btn-4 span::before{
  left: 0;
  top: 0;
  transition-duration: 0.4s;
}




.second-other-portfolio .content-box {
    top: 0 !important;
    width: 170px;
    padding: 25px 15px;
    height: 170px;
}
h3.commn-purple-heading{
    margin: 20px 0 10px;
    color: #A98ED1;
    font-size: 20px;
    font-weight: 600;
}
.planning-box ul{
    padding-left: 0;
}
.planning-box ul li {
    position: relative;
    list-style: none;
    padding-left: 15px;
    font-size: 15px;
    line-height: 26px;
}
.planning-box ul li::after {
    content: "";
    background-color: #A98ED1;
    height: 5px;
    width: 5px;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    top: 10px;
}
.about-project-box{
    padding: 10px 0 20px;
}
.about-project-box p{
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}
.about-info-box{
background-color: #F0E6FF;
border-top: 2px solid #A98ED1;
border-bottom: 2px solid #A98ED1;
padding: 90px 0 40px;
}
.about-info-box ul{
    border-top: 1px solid #A98ED1;
    padding-left: 0;
}
.about-info-box ul li{
    list-style: none;
    padding: 20px 0;
    position: relative;
    display: inline-block;
    width: 19.7%;
}
.about-info-box ul li::after{
  content: "";
    background-color: #A98ED1;
    height: 5px;
    width: 5px;
    position: absolute;
    left: 0;
    transform: rotate(45deg);
    top: -3px;  
}
.about-info-box ul li::before{
  content: "";
    background-color: #A98ED1;
    height: 5px;
    width: 5px;
    position: absolute;
    left: 8px;
    transform: rotate(45deg);
    top: -3px;  
}

.about-info-box ul li h6{
font-size: 15px;
}
.about-info-box ul li h3{
  margin: 0px 0 10px;
    color: #000;
    font-size: 20px;
    font-weight: 600;  
}

.portfolio-benner{
       padding: 80px 0 !important;
    background-image: url(../images/banners/portfolio-benner.jpg);
    position: relative;
    background-position: center;
    background-size: cover;
}
.banner-mobile-mokup{
    text-align: center;
}
.banner-mobile-mokup img{
  height: 700px;
  margin: 0 auto;
}
.portfolio-benner-disc{
    text-align: center;
}
.google-play-btn img{
height: 60px;
}
.main-logo-arena{
    height: 150px;
    margin-top: 30px;
}
.portfolio-benner-disc h3{
    margin: 20px 0 10px;
    color: #000;
    font-size: 34px;
    font-weight: 600;
}
.portfolio-benner-disc h6 {
    font-size: 16px;
    color: #A98ED1;
    margin-bottom: 15px;
}

.portfolio-benner-disc p {
    font-size: 15px;
    line-height: 25px;
    max-width: 400px;
    margin: 0 auto 20px;
}
  div#comparison { 
  width: 1140px;
  height: 450px;
  overflow: hidden; 
  position: relative;
}
div#comparison figure {  
    /*/assets/images/other/purple-img-compair.png*/
  background-image: url( /assets/images/other/purple-img-compair.png); 
  background-size: 1140px 450px;
  position: relative;
  font-size: 0;
  width: 100%; 
  height: 100%;
  margin: 0; 
}
div#comparison figure > img { 
  position: relative;
  width: 100%;
}
div#comparison figure div { 
  background-image: url( /assets/images/other/black-img-compair.png);
  background-size: 1140px 450px;
  position: absolute;
  width: 50%; 
  box-shadow: 0 5px 10px -2px rgba(0,0,0,0.3);
  overflow: hidden;
  bottom: 0;
  height: 100%;
}

input[type=range]{
  -webkit-appearance:none;
  -moz-appearance:none;
  position: absolute;
    bottom: 50%;
    transform: translateY(50%); 
    left: -1%;
    background-color: rgba(255,255,255,0);
    width: 102%; 
}
input[type=range]:focus { 
  outline: none; 
}
input[type=range]:active { 
  outline: none;  
}
input[type=range]::-moz-range-track { 
  -moz-appearance:none;
    height:20px;
    width: 98%;
    position: relative;
    outline: none;    
 }
input[type=range]::active { 
  border: none; 
  outline: none;
}
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance:none; 
    background-image: url( /assets/images/other/circuler-arrow.png);
    background-size: cover;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
   }
input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  background-image: url( /assets/images/other/circuler-arrow.png);
    background-size: cover;
    height: 50px;
    width: 50px;
    background-repeat: no-repeat;
    background-position: center;
  border-radius: 0;
     }   
.technical-stack-box{
    box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
     padding: 20px;
     background-color: #fff;
     min-height: 300px;
     margin: 30px 10px;
}
.technical-stack-box h4 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
    text-transform: uppercase;
}

.technical-stack-box ul{
    padding: 0;
}
.technical-stack-box ul li{
    margin-bottom: 20px;
    list-style: none;
    border: 1px solid #ddd;
    padding: 15px 10px;
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #5d5d5d;
}
.technical-stack-box ul li img {
    height: 23px;
    margin-right: 0;
    position: absolute;
    left: 8px;
    top: 25%;
}
@media (max-width: 1250px){

.banner-career .heading-common {
    padding-top: 10px !important;
}
#menu-inner.sticky {
    position: fixed;
    top: 55px;

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



div#comparison figure div {
    background-size: 730px 340px;
}
div#comparison figure {
  background-size: 730px 340px;
}
div#comparison{
height: 340px;
width: 730px;
margin: 0 auto;
}
input[type=range]::-webkit-slider-thumb {
    height: 30px;
    width: 30px;
   }

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

div#comparison figure div {
    background-size: 480px 220px;
}
div#comparison figure {
  background-size: 480px 220px;
}
div#comparison{
height: 220px;
width: 480px;
margin: 0 auto;
}
input[type=range]::-webkit-slider-thumb {
    height: 30px;
    width: 30px;
   }
}
@media (max-width: 768px){

div#comparison figure div {
    background-size: 280px 120px;
}
div#comparison figure {
  background-size: 280px 120px;
}
div#comparison{
height: 120px;
width: 280px;
margin: 0 auto;
}
input[type=range]::-webkit-slider-thumb {
    height: 20px;
    width: 20px;
   }
}



@media (max-width: 1024px){
.about-info-box ul li {
    width: 19.2%;
}
}


@media (max-width: 767px){

  .portfolio-benner .order-2 {
    order: initial;
}
.banner-mobile-mokup img {
    height: 350px;
    margin: 0 auto;
    width: auto;
    max-width: initial;
}
.main-logo-arena {
    height: 90px;
}
.portfolio-benner-disc h3 {
    font-size: 23px;
}
.google-play-btn img {
    height: 45px;
}
.portfolio-benner {
    padding: 30px 0 !important;
}
.prtfolio-details {
    padding: 30px 0;
}
.about-info-box ul li {
    display: block;
    padding-left: 25px;
}
.about-info-box ul li::before {
    left: -3px;
    top: 5px;
}
.about-info-box ul li::after {
    left: -3px;
    top: 0px;
}
.about-info-box ul {
    border-left: 1px solid #A98ED1;
    border-top: none;
}
.text-right {
    text-align: left!important;
}
.prtfolio-details .text-right .heading-small-text {
    text-align: left;
    padding: 0;
}
.prtfolio-details .text-right .heading-small-text::after {
    left: 0;
    right: auto;
}
.prtfolio-details .text-left .heading-small-text {
    padding-left: 0;
}
}


/*new added css 30-06*/

.recent-imp-slider .item a {
    display: block;
    background-color: #fff;
    padding: 30px 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}

.recent-imp-slider .item a:hover{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.recent-imp-slider .item a img{
    height: 75px;
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin: 0 auto;
}
.client-sec .recent-imp-slider ul li{
    width: auto;
}

.client-sec .recent-imp-slider .slick-dots {
    bottom: -45px;
    height: 20px;
}

.news-sec {
    padding: 30px 0px 0;
    background-image: url(../images/news-img/texture-news.png);
    background-position: center;
    background-size: contain;
    background-color: #fff;
    background-blend-mode: multiply;
}
.news-sec h5 {
    font-weight: 300;
    color: #6F6F6F;
    margin: 15px 0;
    font-size: 16px;
}
.news-sec h6{
    font-weight: 300;
    color: #6F6F6F;
    margin: 15px 0;
    font-size: 16px;
}
.news-sec .news-main-box h2 {
    font-weight: 500;
    font-size: 18px;
    color: #002e5b;
    line-height: 26px;
    margin: 10px 0;
}
.news-sec h3 {
    font-weight: 500;
    font-size: 18px;
    color: #002e5b;
    line-height: 26px;
    margin: 10px 0;
}
.news-sec .logo-img {
    height: 55px;
    padding: 5px;
    text-align: center;
}
.news-sec .logo-img img {
    height: 30px !important;
    margin-bottom: 20px;
}
.news-sec .director-img{
   
}
.news-sec .director-img img {
    width: 100%;
}
.news-sec .new-outer {
    padding: 15px;
    border: 1px solid #ddd;
    margin: 30px 15px;
    transition: all 0.5s;
    background-color: #fff;
}
.news-sec .new-outer:hover{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.news-main-box{
   /*background-color: #F6F9FA;*/
   padding: 15px; 
}
.sec-awards.padding-section {
    position: relative;
    margin-top: 15px;
}
.sec-awards.padding-section::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 51%;
    height: 0;
    border-bottom: 700px solid #002e5b;
    border-right: 450px solid transparent;
    border-left: 0px solid transparent;
}
.award-div-inner {
    background-color: #fff;
    border-radius: 10px;
    margin: 30px 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    padding: 45px 25px;
    position: relative;
}
.facts-card{
    padding: 0 10px;
    box-shadow: 0 0 15px rgba(0,46,91,0.1);
}
.award-div-inner .facts-card-row{
    right: -12%;
    top: 0;
}
.award-side-box {
    padding: 20px 0px 20px 28px;
}
.award-side-box h2{
font-weight: 500;
}
.award-side-box p {
    font-weight: 400;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 24px;
}
.award-div-inner .facts-card-row .item.slick-slide.slick-current.slick-active{
    transform: scale(1.09);
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.award-div-inner .facts-card-row .item.slick-slide{
    transform: scale(0.8);
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
}
.service-index-new {
    margin: 10px 0;
    border: 1px solid #ddd;
    text-align: center;
    padding: 20px 10px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    background-color: #d5e3f1;
    height: 280px;
    position: relative;
    transition: all ease-in-out .5s;
    justify-content: center;
}
.service-index-new img {
    height: 190px;
    /* background-color: #fff; */
    width: 190px;
    object-fit: contain;
    border-radius: 10px;
    padding: 10px;
}
.service-index-new h4 {
    margin: 15px 0;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
.service-index-new p {
    font-size: 14px;
    margin-bottom: 0;
    color: #fff;
}
.service-index-new.middile-box {
    height: 320px;
    background-color: #85c0f9;
}
.service-index-new.middile-box h4{
    color: #000;
}
.new-service-index{
    padding: 30px 0 !important;
}
.service-index-new.third-color{
background-color: #39a1e0;
}
.service-index-new.third-color h4{
    color: #000;
}
.service-index-new:hover {
    border-radius: 0%;
}
/*.service-index-new::after {
    border: 2px solid #000;
    content: "";
    width: 108%;
    height: 108%;
    position: absolute;
    left: -10px;
    right: 0;
    top: -10px;
    bottom: 0;
}*/


@media (max-width: 992px){

.news-sec h2 {
    font-size: 18px;
    line-height: 30px;
}
.news-sec h3 {
    font-size: 14px;
    line-height: 20px;
}
.news-sec h5 {
    font-size: 12px;
}

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

 .award-div-inner .facts-card-row .item.slick-slide.slick-current.slick-active{
    transform: scale(1);
}
.award-div-inner .facts-card-row .item.slick-slide{
    transform: scale(1);
}
.award-div-inner .facts-card-row {
    right: 0;
    top: 0;
}
.sec-awards.padding-section::before {
    border-bottom: 750px solid #002e5b;
    border-right: 320px solid transparent;
}    
}

/*query-sticky*/

div#flotingQuery {
    position: fixed;
    top: 120px;
    right: 0px;
    margin: 0;
    padding: 20px 0 0;
    background: #256aad;
    list-style: none;
    z-index: 9999;
    width: 270px;
    border-radius: 10px 0px 0 10px;
    box-shadow: -10px 0px 10px rgba(0,0,0,0.2);
}
div#flotingQuery .flotingQuery-btn {
    background: #256aad;
    border-radius: 10px 0 0 10px;
    position: absolute;
    top: 90px;
    left: -38px;
    width: 40px;
    height: 180px;
    display: block;
    cursor: pointer;
    box-shadow: -10px 0px 10px rgba(0,0,0,0.2);
}
div#flotingQuery .flotingQuery-btn img {
    margin: 12px 0 0 5px;
    width: 28px;
    height: auto;
}
div#flotingQuery .flotingQuery-btn div {
    transform: rotate(-90deg);
    position: absolute;
    left: -72px;
    right: auto;
    top: 70px;
    bottom: 0;
    height: 40px;
    width: 180px;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
}
div#flotingQuery form {
    padding: 0 15px 15px;
}
div#flotingQuery form .form-control {
    font-size: 12px;
    box-shadow: none;
    outline: none;
    border: 1px solid #ddd !important;
}

.vertical-links {
    padding-left: 0;
    margin-bottom: 0;
}
.vertical-links li {
    position: relative;
    color: #fff;
    display: inline-block;
    list-style: none;
    margin: 5px 18px 0 0;
}
.foot-service-head {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.vertical-links li::after {
    content: "|";
    position: absolute;
    right: -13px;
    top: 1px;
    font-size: 16px;
}
.vertical-links li a {
    color: #fff;
    font-size: 14px;
}
.hr-line{
	color: #fff;
	background-color: #fff;
}
.services-outer {
    margin: 10px 0 10px;
}
.some-feture-point.why-us-point ul li {
    width: 16.20%;
}
.main-serivces-web .some-feture-point.why-us-point li div {
    padding: 20px 15px;
    margin: 15px;
    min-height: 175px;
    text-align: center;
}
.main-serivces-web .some-feture-point.why-us-point li div img{
	margin-bottom: 10px;
}
.main-serivces-web .some-feture-point.why-us-point li div h5{
	    margin: 10px 0;
    min-height: 72px;
}

.recent-imp-list{
	padding-left: 0;
}
.recent-imp-list li {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2) !important;
    border-radius: 10px;
    margin: 8px;
}
.recent-impliment-new .recent-imp-list {
    justify-content: center;
    display: flex;
    align-items: center;
    justify-content: center;
    float: none;
    flex-wrap: wrap;
}
.recent-impliment-new .recent-imp-list li{
    width: 15%;
}
.reason-sec.more-offers-sec ul.for-new-mobility li{
padding: 25px 85px;
}
.ready-to-use-app-slider .card-img img{
width: 100%;
height: auto;
padding: 0;
}
.main-serivces-web .some-feture-point ul {
    text-align: center;
}
.how-it-work-sec.for-process-cycle ul li:nth-child(6) div {
    height: auto;
    width: auto;
    margin: 0 auto;
    border: none;
    padding: 0;
}
.how-it-work-sec.for-process-cycle ul li:nth-child(6) img {
    position: static;
    height: auto;
    width: auto;
}
.how-it-work-sec.for-process-cycle ul li:nth-child(6)::after {
    top: 0;
}

.main-product-box-new {
    padding: 25px 20px;
    background-color: #e9f0fe;
}
.flexibleBoxJW {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}
.main-product-box-new ul.contentboxInn li {
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.2);
    background-color: #fff;
    width: calc(33% - 26px);
    margin: 13px;
    padding: 20px;
    list-style: none;
}
.main-product-box-new ul.contentboxInn li p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 0 15px;

}
.main-product-box-new ul.contentboxInn li a.productLearn {
    width: 50%;
}
.main-product-box-new ul.contentboxInn li i {
    display: block;
    text-align: right;
    width: 50%;
}
.main-product-box-new ul.contentboxInn li strong {
    display: inline-block;
    color: #7a7a7a;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #002e5b;
    line-height: normal;
}
.main-product-box-new ul.contentboxInn li span {
    display: block;
    color: #000;
    font-size: 16px;
    letter-spacing: .1px;
    line-height: normal;
    padding: 10px 0 5px;
    min-height: 75px;
}
.main-product-box-new ul.contentboxInn li a img {
    height: 38px;
}
.main-product-box-new ul.contentboxInn li i a {
    color: #002e5b;
    border: 1px solid #002e5b;
    padding: 5px 16px;
    border-radius: 4px;
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    transition: .4s;
    background-color: #fff;
}




.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

.circles li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.2);
    animation: animate 20s linear infinite;
    bottom: -150px;
    
}

.circles li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}


.circles li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circles li:nth-child(3){
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}

.circles li:nth-child(4){
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circles li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}

.circles li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}

.circles li:nth-child(7){
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}

.circles li:nth-child(8){
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}

.circles li:nth-child(9){
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100%{
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }

}



:root {
  --sqrt3: 1.73205080757;                      /* Square root of 3 */
  --time: 11;                                  /* Duration of animation  */
  --gap: 1;                                    /* Horizontal gap between hexagons */
  --radius: 3;                                 /* Radius of inscribed circle */
  --Gap: var(--gap) / 2 * var(--sqrt3);        /* Vertical gap between hexagons */
  --Radius: 2 / var(--sqrt3) * var(--radius);  /* Radius of circumcircle */
}

@keyframes odd-animation {
  0%   { transform: translate(calc( 0.5 * var(--offset-x) ), calc( 0.5 * var(--offset-y) )) scale(0) }
  33%  { transform: translate(calc(   1 * var(--offset-x) ), calc(   1 * var(--offset-y) )) scale(1) }
  66%  { transform: translate(calc(   2 * var(--offset-x) ), calc(   2 * var(--offset-y) )) scale(1) }
  100% { transform: translate(calc(   3 * var(--offset-x) ), calc(   3 * var(--offset-y) )) scale(0) }
}

@keyframes even-animation {
  50%  { transform: translate(calc( 1 * var(--offset-x) ), calc( 1 * var(--offset-y) )) scale(1) }
  100% { transform: translate(calc( 2 * var(--offset-x) ), calc( 2 * var(--offset-y) )) scale(0) }
}



.index-services-sec.main-serivces-web .some-feture-point ul {
    width: 85%;
    margin: 0 auto;
}

.index-services-sec.main-serivces-web .some-feture-point.why-us-point ul li {
    width: 28%;
}

.index-services-sec {
    padding: 60px 0;
    background-image: url(../images/news-img/service-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.index-services-sec.reason-sec.more-offers-sec ul{
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.index-services-sec.reason-sec.more-offers-sec ul li p{
    min-height: 60px;
}



.index-services-sec.main-serivces-web .some-feture-point.why-us-point li > div {
    /* border-radius: 10px; */
    /* min-height: auto; */
    /* height: 170px; */
    /* width: 170px; */
    box-shadow: none;
    padding: 0;
    /* margin: 40px 10px; */
}
.index-services-sec.main-serivces-web .some-feture-point.why-us-point li div h5 {
    min-height: auto;
    text-align: left;
    font-size: 16px;
}
.index-services-sec.main-serivces-web .some-feture-point.why-us-point li div p {
    font-size: 14px;
    text-align: left;
}

.index-services-sec.main-serivces-web .some-feture-point.why-us-point li .service-inner-img {
    height: 65px;
    width: 65px;
    background-color: red;
    padding: 14px !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-services-sec.main-serivces-web .some-feture-point.why-us-point li div img {
    margin-bottom: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
}

.index-service-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
/*.index-service-inner:hover{
    border: 2px solid #002e5b;
    transform: scale(1.1);
}*/
.index-services-sec.main-serivces-web .some-feture-point.why-us-point li .index-service-inner div{
    padding: 0;
    margin: 0;
    min-height: auto;
    text-align: center;
    box-shadow: none;
    border-radius: 10px;
}
.vid-ifram video {
    border: none !important;
    background-color: #17436d;
    border-radius: 10px;
}
.upper-strip-index {
    background-color: #002e5b;
    padding: 8px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.upper-strip-index .looking-strip {
    color: #fff;
    text-align: left;
}

.upper-strip-index .looking-strip .green-btn-new {
    padding: 5px 5px !important;
    height: auto !important;
    line-height: initial;
    margin-left: 20px;
}


.upper-strip-index ul {
    padding-left: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 30px;
    flex-wrap: wrap;
}
.upper-strip-index ul li {
    list-style: none;
    margin-left: 12px;
}
.upper-strip-index ul li a{
    color: #fff;
    cursor: pointer;
}
.event-sec{
    padding: 60px 0;
}
.gallery-img {
    margin: 40px 30px 0 50px;
    position: relative;
}
.gallery-img .content-gallery {
    position: absolute;
    max-width: 560px;
    left: 0px;
    top: 35px;
}
.gallery-img img {
    width: 42%;
    margin-left: auto;
}
.gallery-img h3 {
    font-size: 30px;
    color: #002e5b;
    line-height: 50px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #ffffff;
    position: relative;
}
.gallery-img h3::before {
    position: absolute;
    left: 0px;
    bottom: 0;
    background-color: #002e5b;
    height: 3px;
    width: 65px;
    content: "";
    border-radius: 12px;
}
.gallery-slider .slick-arrow {
    background-color: #ceddec !important;
    height: 50px;
    width: 50px;
    display: block;
    z-index: 10;
    border-radius: 50%;
}
.gallery-slider .slick-prev.slick-arrow {
    right: auto;
    top :auto;
    bottom: 20px;
    left: 250px;
}


.gallery-slider .slick-prev.slick-arrow::before {
    background-image: url(../images/news-img/arrow-left.png);
    content: "";
    height: 30px;
    width: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
        left: 6px;
    top: 10px;

}
.gallery-slider .slick-next.slick-arrow {
    right: auto;
    top :auto;
    bottom: 20px;
    left: 330px;
}
.gallery-slider .slick-next.slick-arrow::before {
    background-image: url(../images/news-img/arrow-right.png);
    content: "";
    height: 30px;
    width: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 12px;
    top: 10px;

}
.gray_bg {
    background: #f5f5f5;
}
.whychooseus {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
.whychooseus h3.common_h3,.whychooseus  h2.common_h2 {
    font-size: 35px!important;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0px;
    color: #444;
}
.whychooseus p {
    color: #000;
    font-size: 14px;
}
.whychooseus ul {
    padding-left: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.whychooseus ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 35px;
    width: 49%;
}
.whychooseus .icon-img {
    border-radius: 0;
    display: inline-block;
    padding: 12px;
    margin-right: 15px;
    background: #fff;
    width: 80px;
    border: 2px solid #004991;
}
.whychooseus .icon-img img{
    width: 100%;
    height: auto;
}
.whychooseus:after, .whychooseus:before {
    content: '';
    width: 44%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/news-img/partner-why.png) no-repeat center;
    z-index: -1;
    background-size: cover;
}
.whychooseus .content {
    width: 70%;
}
.whychooseus .content h4 {
    font-size: 18px;
    /* text-transform: uppercase; */
    white-space: pre-wrap;
    /* line-height: 26px; */
    font-weight: 500;
}
.inner-brif h2 {
    font-family: 'Work Sans', sans-serif !important;
}
.form-wrapper input.contact-btn{
    padding: 0px 35px;
}
.flexBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.partnerBanner {
    background-image: url(https://3ewwlw1m6nye2hxpj916rtwa-wpengine.netdna-ssl.com/wp-content/uploads/2020/06/partner-banner.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: auto;
    min-height: 600px;
    text-align: center;
    position: relative;
}
.partnerBanner h1 {
    font-size: 46px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 2.19px;
    text-align: center;
    color: #fff;
}
.partnerBanner p {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.7px;
    text-align: center;
    color: #ffffff;
    padding: 10px 0px 25px;
}
.partnerBanner form #emailForPartner {
    border-radius: 4px;
    border: solid 1px #939393;
    background-color: #ffffff;
    padding: 0px 15px;
    height: 50px;
    color: #000;
    letter-spacing: 0.2px;
    font-weight: 400;
    outline: none !important;
    width: 310px;
}
.partnerBanner form .common-btn {
    color: #fff !important;
    margin-left: 10px;

}
.partnerBanner form {
    max-width: 495px;
    margin: auto;
    justify-content: center;
}
.partnerBanner:before {
    content: '';
    background: #333;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.4;
    left: 0px;
    right: 0px;
    top: 0px;
}
.flexBox:before, .flexBox:after {
    display: block;
    content: '';
}
.project-clint-counter-section.partner .block {
   font-family: 'Work Sans', sans-serif !important;
}

.project-clint-counter-section.partner .block p{
 font-weight: 600 !important; 
}

.partner-shadow-box {
    border-radius: 0 !important;
    margin: 20px 0px !important;
}

.about-content .about-img-new {
    width: 490px;
    height: 350px;
    float: left;
    margin-right: 30px;
}
.our-team-sec .team-content {
    background-color: #fff;
    border-radius: 8px;
    padding: 20px 15px;
    text-align: center;
    position: relative;
    padding-top: 70px;
    min-height: 490px;
    margin: 60px 0 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.our-team-sec .team-content img {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 110px;
    border-radius: 50%;
}
.our-team-sec .team-content h5 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .4px;
    color: #002e5b;
    text-transform: uppercase;
}
.our-team-sec .team-content h6 {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    margin: 0 0 13px;
    font-weight: 400;
}
.our-team-sec .team-content p {
    color: #000;
    font-size: 14px;
    text-align: justify;
    font-weight: 400;
    margin-top: 10px;
    line-height: 24px;
}
.our-team-sec .social-icon img {
    position: static !important;
}
.our-team-sec .social-icon {
    text-align: center !important;
}

.hex-row{
    display: flex;
    align-items: center;
}
.hex-row .hex{
    margin-left: 10px;
    margin-bottom: 10px;
}
.hex .middle {
    width: 175px;
    height: 175px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.hex .middle::before {
    background: #fff;
    transform: rotate(45deg);
    width: 75%;
    height: 75%;
    content: "";
    position: absolute;
    left: 15px;
    right: 0;
    top: 15px;
    bottom: 0;
    box-shadow: 10px 10px 0px rgb(201 206 212);
    transition: all .5s;
    border: 1px solid #ddd;
}

.hex-row.even {
    margin-left: 90px;
}

.hex .middle:hover::before {
    transform: rotate(0deg);
    box-shadow: 0 0 10px rgba(0,0,0,0);
    border: 10px solid #c9ced4;
    width: 90%;
    height: 90%;
    left: 5px;
    top: 5px;
}
.hex .middle .inner-hexa{
position: relative;
    z-index: 10;
}
.hex .middle .inner-hexa img {
    height: 55px;
    margin-bottom: 10px;
    width: 55px;
    object-fit: contain;
}
.hex .middle .inner-hexa h4 {
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
    transition: all .5s;
}
.hex .middle:hover .inner-hexa h4 {
    margin-bottom: 0px;
}
.about-us-last-sec {
    background-color: #ffffff;
    padding: 40px 0;
    text-align: center;
}
.about-us-last-sec h4{
    color: #000;
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 600;
}




@media (max-width: 1300px){

.blockchain-process .for-order-changeing .ideation-circle::before {
    left: -63px;
}


}

@media (max-width: 1099px){
 .upper-strip-index .looking-strip .green-btn-new {
    font-size: 10px;
    padding: 5px 5px !important;
    height: auto !important;
    line-height: initial;
    margin-left: 5px;
} 
.upper-strip-index ul {
 padding: 0 1px;

}


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

.main-product-box-new ul.contentboxInn li {
    width: calc(50% - 26px);
}
.main-product-box-new ul.contentboxInn li span {
    min-height: 110px;
}
.new-service-index .order-2 {
    order: initial;
}
.outer-blockchain-index{
    margin: 0px 0 20px;
}

}
@media (max-width: 768px){
    .upper-strip-index{
       display: none; 
    }
    .header-main {
    top: 0px!important;
}
.wallet-app-banner.industries-banner.service-banner .heading-common{
      margin-top: -85px;  
}
.sec-produvt-list{
    margin-top: -50px;
}
    .industries-text{
      margin-left: auto;
    margin-right: auto;  
    }
   .wallet-app-banner.industries-banner.service-banner b {
   
    color: black!important;
} 
.vertical-links li{
	display: block;
}
.vertical-links li::after{
	content: none;
}
.main-product-box-new ul.contentboxInn li {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
}
.gallery-img .content-gallery {
    position: relative;
    max-width: 100%;
    left: 0px;
    top: 0;
}
.gallery-img img {
    width: 100%;
    margin-left: auto;
}
.gallery-img {
    margin: 0;
}
.main-product-box-new ul.contentboxInn li i {
    display: block;
    text-align: left;
    width: 100%;
    margin: 20px 0 0;
}
.service-index-new {
    max-width: 320px;
    margin: 15px auto;
}
.award-div-inner {
    padding: 20px 10px;
}
.blog-box {
    padding: 20px 0px 0;
}
.main-product-box-new ul.contentboxInn li a.productLearn {
    width: 100%;
}
.whychooseus:after, .whychooseus:before {
    height: 40%;
}
.whychooseus:after, .whychooseus:before {
    content: '';
    width: 100%;
    height: 58%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    background-size: contain;
    left: 0;
    background-position: top;
}
.whychooseus .container .col-md-7 {
    margin: 47% auto 0;
    width: 95%;
}
.whychooseus ul li {
    width: 100%;
}
.whychooseus .container .col-md-7 {
    margin: 55% auto 0;
    width: 100%;
    float: none;
    background: #fff;
    padding-top: 20px;
    padding-bottom: 15px;
    border-radius: 5px;
}
.blockchain-deve-services {
    padding: 20px !important;
}
.banner_blockchain {
    padding: 0 20px !important;
}
.recent-impliment-new .recent-imp-list li {
    width: 30%;
}
}
