/*------------------------------------------------------------------
    HEADER
-------------------------------------------------------------------*/

.top-navbar .bg-light{
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 18px 0 rgba(0,0,0,.12);
}

.top-navbar .navbar-expand-lg .navbar-nav {
    /*background: #0ba3e4;*/
    border-radius: 5px;
    position: relative;
    top: 20px;
}

.top-navbar .navbar-light .navbar-nav .nav-item{
    position: relative;
    height: 38px;
}

.top-navbar .navbar-light .navbar-nav .nav-link {
    padding: 10px 18px;
    color: #2c3a47;
    position: relative;
    top: 6px;
    /* font-weight: bold; */
    margin-left: 10px;
}

.top-navbar .navbar-light .navbar-nav .nav-link:hover{
    background:#0ba3e4;
    border-radius: 50px;
    color:white;
}

.top-navbar .navbar-light .navbar-nav .nav-item::before{
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 0%;
    display: block;
    opacity: 0;
    border-radius: 5px;
    background-color: #000000;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
}

.top-navbar .navbar-light .navbar-nav .nav-item.active::before{
    /*opacity: 1;*/
    /*color:white;*/
    height: 100%;
}

.top-navbar .navbar-light .navbar-nav .nav-item:hover::before{
    /*opacity: 1;*/
    /*color:white;*/
    height: 100%;
}

.top-navbar .navbar-light .navbar-nav li .dropdown-menu{
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.12);
    border: none;
    border-radius: 5px;
    margin: 0px;
}

.top-navbar.fixed-menu .bg-light{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    visibility: visible;
    transform: translate(0,0) scale(1);
    transition: .3s;
}

#navbars-seo{
    float: right;
}

#logo{
    width:150px;
}

.flicker-img img{
    max-width: 80%;
}

.top-navbar .navbar-light .navbar-nav li .dropdown-menu {
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.12);
    border: none;
    border-radius: 5px;
    margin: 0px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

#teammembers{
    padding-top:50px;
}

.footer-head p {
    color: #232323;
    margin-bottom: 8px;
    font-weight: 100;
}

.footer-head h4 {
    color: #171717;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-icons ul li a {
    border: 1px solid #131212;
    color: #6f6868;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}

.footer-area-bottom {
    background: #0a0a0a none repeat scroll 0 0;
    padding: 15px 0;
    color:white;
}

#sub::after {
    position: absolute;
    content: "";
    background-color: #048b9e;
    height: 3px;
    width: 200px;
    bottom: -1px;
    left: 0;
}

#sub {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.footer-area {
    padding: 40px 0;
    /* background: #585858; */
    background-image: url(../img/footerimage.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#sub1::after {
    position: absolute;
    content: "";
    background-color: darkred;
    height: 3px;
    width: 60px;
    bottom: -1px;
    left: 12px;

}

/* .active {
    background: white;
} */
.title1{
    color:white;
    font-weight: bold;
}

.one-edge-shadow {
    box-shadow: 0 8px 15px -6px black;
}

.area-padding-2 {
    padding: 20px 0px 15px;
}

.card{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.card1{
    box-shadow: 0 -6px 11px -8px bl
}

.single-well p {
    text-align: justify;
    line-height: 26px;
    font-size: 14px;
}

.about-area {
    background-color: #ffffff;
}

.testimonial_subtitle{
    color: #0aaa7a;
    font-size: 12px;
}

.testimonial_btn{
    background-color: #373d4b !important;
    color: #fff !important;
}

.seprator {
    height: 2px;
    width: 56px;
    background-color: #08a2e4;
    margin: 7px 0 10px 0;
}

.item{
    padding-left:60px;
}

.single-team-member{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#testimonials{
    padding:50px;
}

.skill-text h3{
    color:white;
    position: relative;

}

.skill-text p {
    color: white;
    position: relative;
    line-height: 3;
    font-size: 15px;
}

/*#testimonials{
    background-image: url('../img/parallax.png');
    background-size: cover;
    background-repeat: no-repeat;
}*/
.top-navbar{
    position: fixed !important;
    right: 0;
    left: 0;
    z-index: 1100;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: .8s;
    -webkit-animation-duration: .8s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    background: white;
}

.niceties.preview-2 {
    position: relative;
    height: 100%;
    padding-top: 100px;
}


.counter{

    color: #333;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    width: 200px;
    height: 175px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.counter:after{
    content: '';
    background: linear-gradient(45deg,transparent 50%, #00b2ff 51%);
    height: 40px;
    width: 40px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: -1;
}

.counter .counter-content{
    height: 175px;
    width: 175px;
    padding: 15px 10px;
    border-radius: 50%;
    border: 10px solid #00b2ff;
    border-left-color: transparent;
    box-shadow: -10px 0 25px -10px rgba(0,0,0,0.3) inset;
}

.counter .counter-icon{
    font-size: 30px;
    margin: 0 auto 7px;
}

.counter .counter-icon i.fa {
    transform: rotate(0deg);
    transition: all 0.3s ease 0s;
    color: white;
}

.counter:hover .counter-icon i.fa {
    transform: rotate(360deg);
}

.counter h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    margin: 0 0 4px;
}

.counter .counter-value {
    font-size: 28px;
    font-weight: 600;
    display: block;
    color: white;
}

.counter.green:after {
    background: linear-gradient(45deg, transparent 50%, #8DCB0E 51%);
}

.counter.green .counter-content{
    border-color: #8DCB0E;
    border-left-color: transparent;
}

.counter.green h3 {
    color: #8DCB0E;
}

.counter.cgreen:after {
    background: linear-gradient(45deg, transparent 50%, #07B39B 51%);
}

.counter.cgreen .counter-content{
    border-color: #07B39B;
    border-left-color: transparent;
}

.counter.cgreen h3 {
    color: #07B39B;
}

.counter.blue:after {
    background: linear-gradient(45deg, transparent 50%, #0678AC 51%);
}

.counter.blue .counter-content{
    border-color: #0678AC;
    border-left-color: transparent;
}

.counter.blue h3 {
    color: #0678AC;
}

@media screen and (max-width:990px){
    .counter {
        margin-bottom: 40px;
    }
}

.box{

    background-color: #222;
    font-family: 'Open Sans', sans-serif;
    overflow: hidden;
    position: relative;
}

.box:before,
.box:after{
    content: '';
    background: #129bd6;
    width: 10px;
    height: 90%;
    box-shadow: 15px 0 0 #129bd6;
    transform: skewY(50deg);
    position: absolute;
    bottom: -100%;
    left: 5px;
    z-index: 1;
    transition: all 0.45s ease;
}

.box:after{
    box-shadow: -15px 0 0 #129bd6;
    left:auto;
    right: 5px;
    bottom: auto;
    top: -100%;
}

.box:hover:before {
    bottom: -10px;
}

.box:hover:after {
    top: -10px;
}

.box img{
    width: 100%;
    height: auto;
    transition: all 0.45s;
}

.box:hover img{
    opacity: 0.3;
    filter: grayscale(90%);
}

.box .box-content{
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 0 30px;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.45s ease;
}

.box:hover .box-content {
    opacity: 1;
}

.box .title{
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 2px;
}

.box .post{
    color: #129bd6;
    font-size: 16px;
    text-transform: capitalize;
}

.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) rotateX(90deg);
    transform-origin: bottom center;
    position: absolute;
    left: 50%;
    bottom: 10px;
    transition: all 0.3s ease;
}

.box:hover .icon{
    opacity: 1;
    transform: translateX(-50%) rotateX(0);
}

.box .icon li{
    display: inline-block;
    margin: 0 2px;
}

.box .icon li a{
    color: #fff;
    background-color: #129bd6;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    display: block;
    transition: all 0.3s;
}

.box .icon li  a:hover{
    color: #129bd6;
    background-color: #fff;
}

@media only screen and (max-width:990px){
    .box {
        margin: 0 0 30px;
}
}

.area-padding{
    padding-top: 160px;

}

.about-area{
    /*background-image: url(../img/slider/images.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    padding-top:80px;
}

.single-icon i {
    font-size: 24px;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    line-height: 46px;
    border-radius: 50%;
    margin-bottom: 0px;
}



/*Map*/

#map #point {
    transition: .6s;
}

#map:hover #point {
    transform: translate(0px,-20px);
}

#map .st0 {
    fill: none;
    stroke: black;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

#map .st1 {
    fill: none;
    stroke: black;
    stroke-width: 6;
    stroke-miterlimit: 10;
}

#map .st2 {
    fill: none;
}

#map .st3 {
    fill: none;
    stroke: black;
    stroke-width: 6;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

#map .bg {
    stroke: none;
    fill: transparent;
}


/*Phone*/
#phone .st0 {
    fill: none;
    stroke: black;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-miterlimit: 10;
}

#phone .st1 {
    fill: black;
}

#phone #bg {
    fill: transparent;
}

#phone .first-l {
    transition: .6s cubic-bezier(1, 0, 0.83, 0.95);
}

#phone .second-l {
    transition: .4s cubic-bezier(1, 0, 0.83, 0.95);
}

#phone .third-l {
    transition: .2s cubic-bezier(1, 0, 0.83, 0.95);
}

#phone .first-l,
#phone .second-l,
#phone .third-l{
    opacity:0;
}

#phone:hover .first-l {
    transition: .2s cubic-bezier(1, 0, 0.83, 0.95);
}

#phone:hover .second-l {
    transition: .4s cubic-bezier(1, 0, 0.83, 0.95);
}

#phone:hover .third-l {
    transition: .6s cubic-bezier(1, 0, 0.83, 0.95);
}

#phone:hover .first-l,
#phone:hover .second-l,
#phone:hover .third-l{
    opacity:1;
}

/*message*/

#message .st0,
#message .circle,
#message .ellipse {
    fill: none;
    stroke: black;
    stroke-width: 1.3px;
    stroke-miterlimit: 10;
}

#message .bg{
    fill:transparent;
}

#message .envelope{
    -webkit-transform:scale(1.4) translate(-18px,-8px);
    -ms-transform:scale(1.4) translate(-18px,-8px);
    transform:scale(1.4) translate(-18px,-8px);
    transition:0.4s;
}

#message:hover .envelope{
    transform:scale(1) translate(0,0);
}

#message .lines .st0{
    -moz-transform:tranclate(-18px,0);
    -ms-transform:tranclate(-18px,0);
    -webkit-transform:translate(-18px,0);
    transform:translate(-18px,0);
}

#message .lines .st0.first-line{
    transition:0.4s;
}

#message .lines .st0.second-line{
    transition:0.3s;
}

#message .lines .st0.third-line{
    transition:0.2s;
}

#message:hover .lines .st0{
    -moz-transform:translate(0,0);
    -ms-transform:translate(0,0);
    -webkit-transform:translate(0,0);
    transform:translate(0,0);
}



@keyframes notificate{
    0%{
        -moz-transform:scale(1) translate(0px,0px);
        -webkit-transform:scale(1) translate(0px,0px);
        -ms-transform:scale(1) translate(0px,0px);
        transform:scale(1) translate(0px, 0px);
    }

    12.5%{
        -moz-transform:rotate(40deg) scale(0.6) translate(0px, 0px);
        -webkit-transform:rotate(40deg) scale(0.6) translate(0px, 0px);
        -ms-transform:rotate(40deg) scale(0.6) translate(0px, 0px);
        transform:rotate(40deg) scale(0.6) translate(0px, 0px);
    }

    25%{
        -moz-transform:rotate(0deg) scale(0.6) translate(0px, 0px);
        -webkit-transform:rotate(0deg) scale(0.6) translate(0px, 0px);
        -ms-transform:rotate(0deg) scale(0.6) translate(0px, 0px);
        transform:rotate(0deg) scale(0.6) translate(0px, 0px);
    }

    37.5%{
        -moz-transform:rotate(-40deg) scale(0.6) translate(0px, 0px);
        -webkit-transform:rotate(-40deg) scale(0.6) translate(0px, 0px);
        -ms-transform:rotate(-40deg) scale(0.6) translate(0px, 0px);
        transform:rotate(-40deg) scale(0.6) translate(0px, 0px);
    }  

    50%{
        -moz-transform:rotate(0deg) scale(0.6) translate(0px, 0px);
        -webkit-transform:rotate(0deg) scale(0.6) translate(0px, 0px);
        -ms-transform:rotate(0deg) scale(0.6) translate(0px, 0px);
        transform:rotate(0deg) scale(0.6) translate(0px, 0px);
    }

    62.5%{
        -moz-transform:rotate(40deg) scale(0.6) translate(0px, 0px);
        -webkit-transform:rotate(40deg) scale(0.6) translate(0px, 0px);
        -ms-transform:rotate(40deg) scale(0.6) translate(0px, 0px);
        transform:rotate(40deg) scale(0.6) translate(0px, 0px);
    }

    75%{
        -moz-transform:rotate(0deg) scale(0.6) translate(0px, 0px);
        -webkit-transform:rotate(0deg) scale(0.6) translate(0px, 0px);
        -ms-transform:rotate(0deg) scale(0.6) translate(0px, 0px);
        transform:rotate(0deg) scale(0.6) translate(0px, 0px);
    }

    87.5%{
        -moz-transform:rotate(-40deg) scale(0.6) translate(0px, 0px);
        -webkit-transform:rotate(-40deg) scale(0.6) translate(0px, 0px);
        -ms-transform:rotate(-40deg) scale(0.6) translate(0px, 0px);
        transform:rotate(-40deg) scale(0.6) translate(0px, 0px);
    }

    100%{
        -moz-transform:rotate(0deg) scale(1) translate(0, 0);
        -webkit-transform:rotate(0deg) scale(1) translate(0, 0);
        -ms-transform: rotate(0deg) scale(1) translate(0, 0);
        transform: rotate(0deg) scale(1) translate(0, 0);
    }
}


.contact-form input[type="text"],
.contact-form input[type="email"] {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #989191;
    border-radius: 50px;
    color: #444;
    height: 40px;
    margin-bottom: 16px;
    padding-left: 20px;
    width: 100%;
}

.contact-form textarea {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #908989;
    border-radius: 50px;
    color: #444;
    height: 140px;
    padding: 20px;
    width: 100%;
}

.form {
    box-shadow: 6px 9px 50px -29px #888888;
    padding: 30px;
    border-radius: 20px;
    background: white;
}

#solution{
    margin-left: 90px;
}

#first{
    padding-bottom:100px;
}

.nivo-caption::after {
    background: #444 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.testimonials{
    background-image: url('../img/testimonial.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

.carousel-inner>.active {
    left: 0;
    background: transparent;
}

#testimonials h3 {
    font-size: 30px;
    line-height: 32px;
    color: white;
}

.item h5 {
    font-size: 20px;
    line-height: 22px;
    color: white;
}

.item p {
    margin: 0 0 15px;
    color: white;
}

.item h4 {
    margin: 0 0 15px;
    color: white;
}

.prod_info1 {
    margin-bottom: 20px;
}

#sale{
    width:280px;
    margin-left: 30px;
}

#lead{
    width:246px;
    margin-left: 60px;
}

.title2{
    font-family: 'Balsamiq Sans', cursive;
    font-weight: normal !important;
}

/* .contact-area{
   background-image: url('../img/globaldata-.jpg');
   background-size: 100% 100%;
   background-repeat: no-repeat;



}  */
.contact-area h2{
    color:white;
}

.contact-area .icon-bx-wraper {
    background-color: rgba(255,255,255,.05);
    border: 1px solid #7a7c7d;
}

.icon-sm i {
    font-size: 30px;
    color: #0da4e5!important;
}

.m-b30{
    margin-bottom: 30px;
}

.m-b30 h5{
    color:white;
}

.m-b30 p{
    color:white;
}

.p-a20 {
    padding: 20px;
}

.text-white h6,
.text-white p {
    color: #fff;
}

.p-b20 {
    padding-bottom: 20px;
}

.p-t50 {
    padding-top: 50px;
}

.footer-info-bar .icon-bx-wraper.bx-style-1 {
    background: #fff;
}

icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ebedf2;
    font-size: 14px;
}

.p-a20 {
    padding: 20px;
}

.radius-sm {
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.contact h2::after {
    border: 1px solid #fff;
    bottom: -20px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 40%;
}

.m-b30 {
    margin-bottom: 30px;
}

.footer-info-bar .icon-bx-wraper.bx-style-1 .dlab-tilte,
.footer-info-bar .icon-bx-wraper.bx-style-1 .icon-sm,
.footer-info-bar .icon-bx-wraper.bx-style-1 p {
    color: #000;
}

.section-full .icon-sm {
    bottom: -2px;
    opacity: .15;
    position: absolute;
    width: auto;
    z-index: 2;
}

.section-full .icon-sm {
    right: 22px;

                            width: 70px;
}

.section-full .icon-sm i {
    font-size: 90px;
    transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
}

.section-full{
    background: #0da4e5;
}

.map{
    margin-top: 50px;
    padding-bottom: 40px;
}

#team{
    padding-top:30px;
}

marquee img{
    width:500px;
    height:250px;
}

/*#client {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}*/

#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 400;
    padding-top: 63px;
}

.slider{
    padding-top: 130px;
    /* comment padding top */
    margin-top: -5px;
    /* Added margin top */
}

.slider h3{
    color: white;
    line-height: 40px;
    font-family: serif;
    /* Added family and size*/
    font-size: xx-large;
}

.solution{
    padding-top:80px;
}

.hero_cta{
    border-bottom: 0;
    width: 100%;
}

.grid-articles__image img {
    width: 100%;
}

.product{
    padding-top:80px;
}

.client_testimonial{
    padding-top:80px;
    padding-bottom:40px;
}

#team{
    padding-top: 135px;
    /*Change padding 150 to 135*/
}

#position{
    margin-top: 120px;
}

#work{
    padding-top:150px;

}

#openings{
    padding-top:80px;
    margin-bottom:60px;
}

.first{
    padding-bottom: 50px;
}

.two{
    padding-bottom: 100px;
}

#post{
    padding-top:30px;
}

.new-padding{
    padding-top:150px;
}

.blog-padding{
    padding-top:150px;
    padding-bottom:80px;
}

.solution-area{
    padding-top: 135px;
    /* change padding-top 150 to 135*/
    padding-bottom:80px;
}

.prod_info #aboutimg{
    margin-left: 0px;
    width: 250px;
    height: 200px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
}

.prod_info1 #aboutimg{
    margin-right: 50px;
    width: auto;
    height: 200px;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.75);
}

.prod_info p{
    font-size: 14px;
}

.prod_info1 p b{
    font-family: Poppins-Regular;
    font-size: 14px;
}

#solution_post{
    padding-top: 50px;
}

#caption{
    margin: 0px 0px 0px 20px;
    font-size: 15px;
}

.portfolio-area{
    padding-top: 135px;
    /* change padding-top 150 to 135*/
    padding-bottom:80px;
}

#aboutimg{
    width: 350px;
    /*change 250 to 350*/
    height: 250px;
    /* change 200 to 250*/
}

.customer-area{
    padding-top: 135px;
    /* Change padding 150 to 135*/
    padding-bottom:80px;
}

#cust_img{
    width:100%;
}

#global_client{
    padding-top:50px;
}

.global_img #aboutimg{
    width:100%;
    height:250px;

}

.global_img #aboutimg1{
    width: 150px;
    margin-left: 90px;
    height:250px;

}

.client_img{
    padding-top:30px;
}

#customers{
    padding-top: 40px;
    /* change 80 to 40*/
}

#cust_photos{
    padding-top:30px;
}

#case_studies{
    padding-top: 50px;
    /**change 60 to 50*/
}

#contact{
    padding-top: 132px;
    /* Change padding 150 to 132*/
    padding-bottom: 20px;
    /* Change padding 30 to 20*/
}

.contact-area{
    margin-bottom: 30px;
}

.info-wrap #address{
    margin-top: -76px;
}

.info-wrap #numbers{
    margin-top: -40px;
}

.info-wrap #numbers1{
    margin-top: -77px;
    margin-left:304px;
}

.single-well ul li i {
    color: #060606 !important;
    padding-right: 10px;
    font-size: 8px !important;
}

.well-middle1{
    padding-top:80px;
}

#sitemap-outer li{
    list-style: square;
}

#sitemap-inner li{
    list-style: circle;
    margin-left: 50px;
}

.actionable-area{
    padding-top:150px;
    padding-bottom: 30px;
}

.empty{
    padding-top:30px;
    padding-bottom:30px;
}

.heading{
    padding-bottom: 20px;
}

.feedback-area{
    padding-top:150px;
    padding-bottom: 30px;
}

.serviceBoxcust {
    padding: 25px 30px;
    text-align: center;
    background: #fff;
    border: 2px solid #000080;
    /* border-bottom: 1px solid #000080; */
    position: relative;
    /* border-left: 1px solid #000080; */
    /* border-right: 1px solid #000080; */
    height: 400px;
    border-radius: 50px;
}

#feed{
    padding-top:50px;
}

#sample,
#login,
#freeSample {
    margin-top: 2px;
    background-color: #00ABF0;
    color: white;
    border-radius: 20px 20px 20px 20px;
    border: none;
    font-family: Arial;
    font-weight: bold;
    font-size: 15px;
    padding: 5px 15px 5px 15px;
    margin-left: 20px
}

/* #login{
    margin-left: 5px;
} */
.laptop{
    width:100%;
    height:260px;
}

.slide-img{
    padding-top: 20px;
}

.slide-txt{
    margin-top:-120px;
}

.testimonial {
    margin: 0 15px;
    padding-top: 15px;
    height: 410px;
    border: solid 2px #00008070;
    border-radius: 50px;
}

.modal{
    margin-top:120px;
}

#readmore{
    font-size: 12px !important;
    font-weight: bold !important;
}

#GlobalImgDiv{
    margin-top: 80px;
}

#client{
    margin-top: 25px;
     height: 250px;
     width: 350px;
}

#aboutimg1{
    height: 250px;
 }

.globalcust .globalCustomerTitle{
    margin-top: 40px;
}

.globalcust #sub{
    padding-bottom:48px;
}

.slider-text-inner div h3 span{
    display: block;
}

.slider-text-inner div h3 .sliderText{
   margin-top: 30px;
}

.ecosystem-area {
    padding-top: 135px;
    padding-bottom: 80px;
}

.bizecosys .headerbutton {
    display: block;
    background-color: transparent !important;
    cursor: pointer !important;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 2.6;
    letter-spacing: 0.02857em;
    text-transform: uppercase;
    width: 100%;
    height: 32px;
    border-radius: 20px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    color: #ffffff;
    float: left;
    padding: 0px 12px;
    text-align: center;
    position: relative;
    z-index: 1;
    text-decoration: none !important;
    box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%) !important;
}

.top-navbar .navbar-light .navbar-nav.bizecosys .nav-item {
    margin: 0px 10px;
    
    height: 32px;
    background-color: #2196F3 !important;
    border-radius: 20px !important;
    padding: 0px 0px !important;
    
}
.top-navbar .navbar-light .navbar-nav.bizecosys .nav-item.searchitem {
    background-color: transparent !important;
    border-radius: 20px !important;
    padding: 0px 0px !important;
    border: 1px solid #2196f3;
}
.bizecosys .nav-item .searchbox {
    font: inherit;
    letter-spacing: inherit;
    color: currentcolor;
    padding: 5px 15px;
    border-radius: 20px !important;
    background: none;
    width: 100%;
    height: 32px;
    position: relative;
    z-index: 1;
}
.bizecosys .nav-item .searchbox + button.searchbtn {
    position: absolute;
    right: 0;
    padding: 0px;
    z-index: 2;
    width: 30px;
    height: 30px;
   
  }
.bizecosys .nav-item .searchbox + button .fa-search {  
    color: rgba(0, 0, 0, 0.54);
  }
input::-webkit-input-placeholder, input:focus::-webkit-input-placeholder {
    color: #888;
}

 

@media only screen and (max-width: 767px) {
    .top-navbar .navbar-light .navbar-nav.bizecosys .nav-item {
        margin: 10px 10px;        
        border-bottom: 0px !important;
    }
    .bizecosys .headerbutton {
       
        background-color: #2196F3 !important;
        border-radius: 20px !important;
        padding: 5px 10px !important;
        display: block;
        cursor: pointer !important;
        font-family: "Roboto", "Helvetica", "Arial", sans-serif;
        font-weight: 600;
        font-size: 1.25rem;
        line-height: 1.75;
        letter-spacing: 0.02857em;
        text-transform: uppercase;
        min-width: 100%;
        transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, border-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
        color: #ffffff;
        float: left;
        text-align: center;
        text-decoration: none !important;
        box-shadow: 0px 2px 4px -1px rgb(0 0 0 / 20%), 0px 4px 5px 0px rgb(0 0 0 / 14%), 0px 1px 10px 0px rgb(0 0 0 / 12%) !important;
    }
    .bizecosys .searchitem {
        display: none !important;
    }
}
