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

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

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

body {
    /*    background-image: url(../img/slider/back.jpg);
    background-repeat: no-repeat;
    background-size: cover;*/
}


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

#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/global-technologybanner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: center;
    height: 547px;
}

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