@import url(responsive.css);
@import url(animate.min.css);
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    margin: 0;
    padding: 0;
    font-family: Raleway, sans-serif;
    font-size: 16px;
    color: #333
}

::selection {
    background-color: #ffd723;
    color: #333
}

p {
    margin: 0
}

a {
    cursor: pointer
}

img {
    width: 100%;
    height: 100%
}

.showError {
    text-transform: capitalize
}

.btn {
    font-size: 23px!important;
    font-weight: 700
}

@font-face {
    font-family: BebasNeue-Regular;
    src: url(fonts/BebasNeue-Regular.eot), url(fonts/BebasNeue-Regular.otf), url(fonts/BebasNeue-Regular.ttf), url(fonts/BebasNeue-Regular.woff), url(fonts/BebasNeue-Regular.woff2)
}

.fixed-sidebar {
    display: none;
    position: fixed;
    top: 40%;
    width: 60px;
    right: 0;
    z-index: 1030;
    color: #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg)
}

.fixed-sidebar a {
    color: #fff;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-decoration: none
}

#back-to-top {
    position: fixed;
    bottom: 90px;
    right: 65px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #bababa75;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity .2s ease-out;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    -ms-transition: opacity .2s ease-out;
    -o-transition: opacity .2s ease-out;
    opacity: 0
}

#back-to-top:hover {
    background: #e9ebec
}

#back-to-top.show {
    opacity: 1
}

.g-recaptcha {
    transform: scale(.77);
    -webkit-transform: scale(.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

.navbar {
    background-color: #fff;
    box-shadow: 1px -1px 5px 4px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 1px -1px 5px 4px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px -1px 5px 4px rgba(0, 0, 0, .3);
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease
}

.navbar .navbar-toggler-icon {
    background-image: url(../images/menu.svg)
}

header .logo_main img {
    width: 200px
}

header .logo_main img.transition_main {
    width: 200px;
    transition: width .5s ease;
    -moz-transition: width .5s ease;
    -ms-transition: width .5s ease;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease
}

header .logo_main img.transition_main {
    width: 180px;
    transition: width .5s ease;
    -moz-transition: width .5s ease;
    -ms-transition: width .5s ease;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease
}

header .logo_main.odc_sec_logo img {
    width: 150px;
    transition: width .5s ease;
    -moz-transition: width .5s ease;
    -ms-transition: width .5s ease;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease
}

header .logo_main.odc_sec_logo img.transition {
    width: 100px;
    transition: width .5s ease;
    -moz-transition: width .5s ease;
    -ms-transition: width .5s ease;
    -webkit-transition: width .5s ease;
    -o-transition: width .5s ease
}

header ul.navbar-nav li a {
    color: #000!important;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-weight: 500;
    line-height: 40px
}

header ul.navbar-nav li {
    padding-right: 1.5em;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

header ul.navbar-nav li:last-child {
    padding-right: 0
}

header ul.navbar-nav li a img {
    padding-right: 6px;
    margin-top: -8px;
    width: 20px
}

header ul.navbar-nav li a img.search {
    width: 15px;
    height: 16px;
    padding-right: 0;
    margin-top: 0
}

header ul.navbar-nav li.contact_us {
    margin-top: 6px
}

header ul.navbar-nav li.contact_us a {
    background-color: #00a7f8;
    color: #fff!important;
    padding-right: .5em!important;
    line-height: 28px
}

header ul.navbar-nav li.contact_us a:hover {
    box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -webkit-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -moz-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7)
}

.navbar-nav li>a:after {
    content: '';
    display: block;
    height: 3px;
    background: red;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0)
}

.navbar-nav li>a.nav-link.active:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

.navbar-nav li.active>a.nav-link:after, .navbar-nav li>a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

header ul.navbar-nav li.contact_us a:after {
    display: none!important
}

.navbar-nav li>a.contact_us:hover, header ul.navbar-nav li.active a.contact_us {
    border-bottom: 0!important
}

.multiple_haeder {
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important
}

.navbar-new-bottom {
    background-color: #fff;
    box-shadow: 0 5px 6px -2px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 5px 6px -2px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 5px 6px -2px rgba(0, 0, 0, .3);
    border-top: 1px solid #e0e0e0;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    z-index: 10
}

.navbar-nav li.navbar-new-bottom-item.active>a.nav-link:after, .navbar-nav li.navbar-new-bottom-item>a:after {
    content: '';
    display: block;
    height: 3px;
    background: red;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.navbar-nav li.navbar-new-bottom-item.active>a.nav-link:after, .navbar-nav li.navbar-new-bottom-item>a:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1)
}

a.nav-link.nav-dropdowns:after {
    display: inline-block!important;
    width: 0!important;
    height: 0!important;
    margin-left: .255em!important;
    vertical-align: .255em!important;
    content: "";
    border-top: .3em solid!important;
    border-right: .3em solid transparent!important;
    border-bottom: 0!important;
    border-left: .3em solid transparent!important;
    background: 0 0!important;
    transform: none!important;
    -webkit-transform: none!important;
    -moz-transform: none!important;
    -o-transform: none!important;
    -ms-transform: none!important
}

.dropdown-menu {
    left: unset!important;
    border: none!important;
    border-radius: unset!important;
    box-shadow: 2px 3px 4px 2px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 3px 4px 2px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px 3px 4px 2px rgba(0, 0, 0, .2);
    top: 75%!important;
    min-width: auto!important;
    padding: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    text-decoration: none;
    background-color: #e7e7e7;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: 0
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f8bd00;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: 0
}

#myModal .modal-header {
    border-bottom: none
}

h1.search {
    color: #3c454a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px
}

#myModal .modal-body {
    text-align: center
}

#myModal .modal-body form {
    margin: 0 auto;
    float: none;
    width: 300px
}

#myModal .modal-content .close {
    opacity: 1;
    font-size: 30px
}

#myModal .btn_submits {
    background-color: #f7ad18;
    border-color: #f7ad18;
    margin-top: 0;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase
}

#myModal .btn_submits:focus, #myModal .btn_submits:hover {
    background-color: #fff;
    border-color: #f7ad18;
    color: #f7ad18;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

#myModal input:focus {
    outline: 0;
    box-shadow: none
}

#myModal input.form-control {
    background-color: #f6f6f6;
    border-radius: 0;
    font-size: 15px;
    color: #525252;
    height: 45px;
    border: 1px solid #3c454a;
    margin-bottom: 20px
}

.banner_circle {
    padding: 160px 0 132px;
    background-image: url(../images/bannerfull.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.banner_circle .banner-img {
    position: relative
}

.banner_circle .banner-img img {
    width: 550px;
    height: auto
}

#loading {
    -webkit-animation: rotation 4s infinite;
    -moz-animation: rotation 4s infinite;
    -o-animation: rotation 4s infinite;
    animation: rotation 4s infinite
}

canvas {
    display: block
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 90%;
    background-color: transparent
}

@-webkit-keyframes rotation {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0)
    }
    25% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg)
    }
}

@-webkit-keyframes rotations {
    from {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg)
    }
    to {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0)
    }
}

@keyframes rotations {
    from {
        transform: rotate(-180deg);
        -webkit-transform: rotate(-180deg);
        -moz-transform: rotate(-180deg);
        -o-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg)
    }
    to {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0)
    }
}

@-moz-keyframes rotation {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0)
    }
    25% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg)
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0)
    }
    25% {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg)
    }
}

#bannercircletxt {
    position: absolute;
    top: 52%;
    left: 49%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: BebasNeue-Regular;
    height: 250px
}

#bannercircletxt .carousel-inner {
    height: inherit
}

#bannercircletxt .carousel-item {
    height: 100%
}

.bannerimg_innertxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-family: BebasNeue-Regular;
    text-align: center
}

.data_text {
    font-size: 107px;
    line-height: 70px
}

.analytics_text {
    font-size: 50px
}

.analytics_text:after {
    content: ".";
    color: red
}

.banner_circle .lws-heading {
    font-size: 40px;
    text-transform: uppercase;
    color: #333;
    line-height: 45px
}

.banner_circle h1.lws-brief {
    color: #2ddcd8;
    font-size: 20px
}

.banner_circle .lws-freebtn {
    color: #333;
    background-color: transparent;
    border-color: #000;
    border-radius: 0;
    margin-top: 35px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.lws-freebtn:focus, .lws-freebtn:hover {
    color: #fff;
    background-color: #333;
    border-color: #000
}

.banner_circle .lws-freebtn {
    width: 170px;
    height: 47px;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none
}

.banner_circle .lws-freebtn:focus {
    outline: 0;
    box-shadow: none
}

.banner_circle .banner-content {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center
}

.pdnglef-0 {
    padding-left: 0
}

.pdngleft-5 {
    padding-left: 48px
}

.pdnrght-0 {
    padding-right: 0
}

.whatwedo .row.whatwedo_row {
    justify-content: center;
    position: relative
}

.whatwedo .whtwedos {
    background-color: #e7e7e7;
    width: 100%;
    max-width: 964px;
    padding-bottom: 120px
}

.whatwedo .whtwedos h3 {
    text-align: center;
    padding: 15px 0 0 0;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 30px
}

.section_one {
    position: relative;
    margin-top: 125px
}

.section_two {
    position: relative;
    margin-top: 65px
}

.middlearea {
    z-index: 2
}

.bluearea {
    height: 506px;
    z-index: 1;
    position: absolute;
    min-width: 1125px;
    width: 100%;
    left: -100px;
    bottom: -45px;
    background-color: #008fd4;
    box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -webkit-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -moz-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7)
}

.yellowarea {
    height: 440px;
    z-index: 1;
    position: absolute;
    min-width: 1156px;
    width: 100%;
    left: -44px;
    bottom: -60px;
    background-color: #f8bd00;
    box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -webkit-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -moz-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7)
}

.whatwedo_img img {
    width: 647px;
    box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -webkit-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -moz-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    height: auto
}

.whatwedo_img {
    padding: 0
}

.whatwedo_img {
    left: -70px
}

.datacap_text, .whatwedo_img {
    z-index: 2
}

.datacap_text {
    padding: 0;
    right: -80px
}

.datacap_text_yellow {
    padding: 0;
    left: -115px
}

.whatwedo_img_yellow {
    right: 115px
}

.datacap_header_blue {
    padding: 30px 40px 20px 40px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fff;
    box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -webkit-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -moz-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7)
}

.datacap_body {
    background-color: #fff;
    padding: 40px;
    box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -webkit-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -moz-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7)
}

.btn-lwsknow {
    margin-top: 30px;
    font-size: 22px;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 0;
    border: 2px solid #000;
    line-height: 25px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.btn-lwsknow:focus, .btn-lwsknow:hover {
    background-color: #000;
    color: #fff;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.datacap_header_yellow {
    padding: 30px 40px 20px 40px;
    font-family: Raleway, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fff;
    text-align: right;
    -webkit-box-shadow: 0 4px 23px -7px rgba(118, 118, 118, .7);
    -moz-box-shadow: 0 4px 23px -7px rgba(118, 118, 118, .7);
    box-shadow: 0 4px 23px -7px rgba(118, 118, 118, .7)
}

.datacap_body_yellow {
    background-color: #fff;
    padding: 30px 40px 20px 40px;
    text-align: right;
    -webkit-box-shadow: 0 4px 23px -7px rgba(118, 118, 118, .7);
    -moz-box-shadow: 0 4px 23px -7px rgba(118, 118, 118, .7);
    box-shadow: 0 4px 23px -7px rgba(118, 118, 118, .7)
}

.whatwedo_img_yellow img {
    width: 647px;
    box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -webkit-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -moz-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    height: auto
}

.datacap_text_yellow, .whatwedo_img_yellow {
    z-index: 2;
    justify-content: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    padding: 0
}

.line-section:before {
    border-left: 3px solid #000;
    height: 125px;
    position: absolute;
    left: 30%;
    margin-left: -3px;
    top: 0;
    content: ""
}

.line-section:after {
    border-left: 3px solid #000;
    height: 125px;
    position: absolute;
    right: 30%;
    margin-right: -3px;
    top: 0;
    content: ""
}

.line-section {
    height: 125px;
    display: none
}

.our_milestones .container {
    padding: 60px 0
}

.our_milestones img {
    width: auto
}

.milestone_title {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 30px
}

.box {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s
}

.box:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1);
    background-color: #fff;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px)
}

.box h4 {
    margin-top: 20px
}

.blue_text_miles {
    color: #00a7f8;
    font-size: 50px;
    margin-top: 15px
}

.orange_text_miles {
    font-size: 50px;
    color: #fec200
}

.grey_text_miles {
    color: #e8e8e8;
    font-size: 35px;
    line-height: 36px;
    font-weight: 700
}

.clientsay_head {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 0
}

.clientsay .container {
    padding-top: 60px
}

.clientsay .container .row {
    margin-top: 60px
}

.clientsay .carousel-item {
    background-image: url(../images/Forma-1.png);
    background-repeat: no-repeat;
    min-height: 350px
}

.clientsay .carousel-control-prev-icon {
    background-image: url(../images/arrow_left.jpg)!important;
    width: 60px;
    height: 60px
}

.clientsay .carousel-control-next-icon {
    background-image: url(../images/arrow_right.jpg)!important;
    width: 60px;
    height: 60px
}

.clientsay .carousel-control-prev {
    left: -160px;
    opacity: 1
}

.clientsay .carousel-control-next {
    right: -160px;
    opacity: 1
}

.clientsay .carousel-inner .carousel-item-next, .clientsay .carousel-inner .carousel-item-prev, .clientsay .carousel-inner .carousel-item.active {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex
}

.testimonal_content {
    width: 250px;
    text-align: center;
    color: #777;
    margin-bottom: 65px
}

.name_client {
    font-weight: 700;
    font-size: 25px;
    color: #777
}

.design_client {
    font-size: 25px;
    color: #777
}

.our_clients .container {
    padding-top: 60px;
    padding-bottom: 30px
}

.our_clients .container h3.our_clients_head {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 0
}

.our_clients .first_head {
    text-align: center;
    color: #777;
    font-size: 20px
}

.our_clients .second_head {
    text-align: center;
    color: #777;
    font-size: 32px
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #333
}

.our_clients .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/rightarrow.png)!important
}

.our_clients .owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/leftarrow.png)!important
}

.our_clients .owl-carousel .owl-nav [class*=owl-] {
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.our_clients .owl-carousel .owl-nav [class*=owl-].disabled:hover {
    background-color: #d6d6d6
}

.our_clients .owl-carousel {
    position: relative
}

.our_clients .owl-carousel .owl-next, .our_clients .owl-carousel .owl-prev {
    width: 76px;
    height: 88px;
    background-repeat: no-repeat;
    position: absolute;
    top: 40%
}

.our_clients .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: transparent
}

.our_clients .owl-theme .owl-nav [class*=owl-]:focus {
    outline: 0
}

.our_clients .owl-carousel .owl-prev {
    left: -90px;
    cursor: pointer
}

.our_clients .owl-carousel .owl-next {
    right: -90px;
    cursor: pointer
}

.our_clients .owl-carousel .owl-nav [class*=owl-].disabled:hover {
    background: 0 0;
    cursor: none
}

.casestudy .container {
    padding: 60px 0
}

.casestudy .carousel-indicators li {
    background-color: #333;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.casestudy .carousel-indicators .active {
    background-color: #c1c1c1
}

.casestudy .carousel-indicators {
    bottom: -50px
}

.casestudy .text_areacase h4 {
    color: #777;
    font-size: 30px;
    font-weight: 700;
    margin-top: 30px
}

.img-casestudy {
    width: auto;
    height: auto;
    margin-left: 65px
}

.btn-viewmore {
    margin-top: 35px;
    background-color: #333;
    color: #fff ;
    text-transform: uppercase;
    border-radius: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease; 
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}
 
.btn-parebr a:not([href]):not([tabindex]) {
    color: #fff; 
}
.btn-parebr a:not([href]):not([tabindex]):focus,.btn-parebr a:not([href]):not([tabindex]):hover {
    color: #980001;
    text-decoration: none;
}
.btn-viewmore:focus, .btn-viewmore:hover {
    background-color: transparent;
    color: #333;
    border: 1px solid #333;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.blogexperts {
    background-color: #efefef
}

.blogexperts .container {
    padding: 60px 0
}

.blog_head {
    font-size: 50px;
    font-weight: 710;
    color: #777;
    text-align: center;
    margin-bottom: 30px
}

.blogexperts .carousel-inner .carousel-item-next, .blogexperts .carousel-inner .carousel-item-prev, .blogexperts .carousel-inner .carousel-item.active {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex
}

.blogexperts .carousel-control-prev-icon {
    background-image: url(../images/Blog_left.png)!important;
    width: 60px;
    height: 60px
}

.blogexperts .carousel-control-next-icon {
    background-image: url(../images/Blog_right.png)!important;
    width: 60px;
    height: 60px
}

.blogexperts .carousel-control-prev {
    left: -110px;
    opacity: 1
}

.blogexperts #blogexpertsControls img {
    height: 220px
}

.blogexperts .carousel-control-next {
    right: -110px;
    opacity: 1
}

.blogexperts .carousel-control-next, .blogexperts .carousel-control-prev {
    width: 55px
}

p.bloghead {
    font-size: 36px;
    color: #777;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase
}

p.blogcontent {
    font-size: 20px;
    color: #777;
    text-align: center;
    margin-top: 30px
}

p.blog_detail {
    color: #4c4c4c;
    font-size: 15px;
    font-weight: 700
}

.blog_data {
    margin-bottom: 75px
}

footer {
    background-color: #333;
    padding: 100px 0
}

footer ul {
    margin-bottom: 30px
}

footer ul.follow {
    margin-bottom: 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-flow: row wrap
}

footer ul.follow li {
    margin-right: 20px
}

footer ul.follow li:last-child {
    margin-right: 0
}

footer ul.follow li a {
    font-size: 22px
}

footer h3 a.blogaa {
    font-size: 20px;
    color: #909090;
    text-decoration: none
}

footer h3 a.blogaa.lwconnects {
    color: #00a7f8
}

footer h3 a.blogaa.lwconnects:hover {
    color: #2ebbff
}

footer h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px
}

footer ul li a {
    font-size: 16px;
    color: #909090;
    text-decoration: none
}

footer ul li a:hover {
    color: #fff;
    text-decoration: none
}

.footerarea {
    color: #909090
}

.footerarea ul {
    list-style: none
}

footer .form_area {
    background-color: #fff;
    padding: 20px 30px
}

h3.form_area_haed {
    color: #00a7f8;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px
}

.form_area .form-group {
    margin-bottom: 20px
}

.form_area input.form-control {
    background-color: #e1e1e1;
    border-radius: 0;
    font-size: 15px;
    color: #525252;
    border: 0;
    height: 45px
}

.form_area textarea.form-control {
    background-color: #e1e1e1;
    border-radius: 0;
    font-size: 15px;
    color: #525252;
    border: 0;
    height: auto
}

.form_area input.form-control:focus, .form_area textarea.form-control:focus {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.btn_submit {
    color: #fff;
    border-radius: 0;
    background-color: #00a7f8;
    border-color: #00a7f8;
    text-transform: uppercase;
    font-size: 15px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    margin-top: 20px
}

.btn_submit:focus, .btn_submit:hover {
    background-color: #fff;
    border-color: #00a7f8;
    color: #00a7f8;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.inner_footer {
    background-color: #a3a3a3;
    color: #fff;
    font-size: 20px;
    padding: 20px 0
}

ul.copyright_section {
    justify-content: space-between;
    margin: 0
}

ul.copyright_section li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none
}

ul.copyright_section li a:hover {
    text-decoration: none;
    color: #333
}

.inner_footer img {
    width: auto;
    height: auto
}

.inner_footer-2 {
    background-color: #333;
    padding: 10px 0
}

.inner_footer-2 p {
    font-size: 16px;
    font-style: italic;
    color: #fff
}

.inner_sec_lws_banner {
    /* background-image: url(../images/Service-page-banner.png); */
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    background-attachment: fixed;
    margin-top: 55px;
}

.inner_sec_lws_banner h1.lws_service_head, .inner_sec_lws_banner h3.lws_service_head {
    font-family: BebasNeue-Regular;
    font-size: 40px;
    color: #fff;
    margin: 0
}

.lws_banner_text {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-flow: column;
    justify-content: center;
    height: inherit;
    position: absolute;
    top: 42%;
    padding-left: 33px;
}

h1.bordered_down:after {
    content: '';
    display: block;
    height: 3px;
    background: #00d6ff;
    width: 400px
}

.inner_sec_lws_banner .main_service p {
    font-size: 48px;
    color: #02385a;
    font-weight: 600;
    line-height: 65px;
    font-family: Raleway, sans-serif;
}

.inner_sec_lws_banner .container {
    height: 90vh
}

.howdowedo h3.howdowedo_head {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px
}

.howdowedo .container {
    padding: 60px 0
}

.howdowedo p.howdowedo_head {
    text-align: center;
    color: #777;
    font-size: 20px
}

.howdowedo .area_lws_content {
    padding: 50px 0 0 0
}

.howdowedo .img-howwedo {
    width: auto;
    height: 65px
}

.howdowedo h4.lws_details_text {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 700;
    color: #777;
    text-transform: uppercase
}

.whatdooffer h3.whatdooffer_head {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px
}

.whatdooffer .container {
    padding: 0 0 90px 0
}

.whatdooffer .whatdooffer_lws {
    margin-top: 50px
}

.padngright {
    padding-right: 48px
}

.paddngleft {
    padding-left: 48px
}

.whatdooffer .lws_whatwe {
    font-size: 26px;
    color: #777;
    font-weight: 700;
    text-transform: uppercase;
    margin: 25px 0 5px 0
}

.whatdooffer .img-whatdooffer {
    height: auto
}

.whatdooffer p.lws_detail {
    font-size: 20px;
    color: #777
}

.pricing .container {
    padding: 30px 0 60px 0
}

.pricing h3.pricing_head {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px
}

.pricing p.pricing_text {
    text-align: center;
    color: #777;
    font-size: 20px
}

.btn-explore {
    margin-top: 25px;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.btn-explore:focus, .btn-explore:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.bannersection-data {
    background-image: url(../images/productsBanner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center center;
    margin-top: 55px
}

.bannersection-data .container {
    height: 100%
}

.bannersection-data .container .row {
    height: inherit
}

.bannerdataslws-img-cover {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-flow: column;
    justify-content: center;
    height: inherit
}

.bannerdataslws-content {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-flow: column;
    justify-content: center;
    height: inherit
}

.bannerdataslws-content h3 {
    color: #00a3c2;
    font-size: 50px;
    font-weight: 600;
    margin: 0;
    line-height: 1
}

.bannerdataslws-content p {
    color: #8e8e8e;
    font-size: 18px;
    margin: 20px 0
}

.btn-bannersection-data {
    color: #fff;
    font-size: 18px;
    background-color: #ffac15;
    width: 175px;
    height: 50px;
    border-radius: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    text-transform: uppercase;
    font-weight: 700
}

.btn-bannersection-data:focus, .btn-bannersection-data:hover {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    color: #ffac15;
    background-color: #fff;
    border: 1px solid #ffac15
}

.howdoit .container {
    padding: 60px 0 80px 0
}

.howdoit_head {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize
}

.howdoit_content {
    text-align: center;
    color: #777;
    font-size: 20px
}

.howdoit_cover {
    width: auto;
    margin-bottom: 30px
}

.boxs {
    padding: 20px!important
}

.howdoit_service img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: transform .5s linear;
    -webkit-transition: transform .5s linear;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.howdoit_service .howdoit_cover_hover {
    display: none;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2)
}

.howdoit_service:hover .howdoit_cover_hover {
    display: block;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transition: transform .5s linear
}

.howdoit_service:hover .howdoit_cover {
    display: none
}

.boxs:after, .boxs:before {
    content: "";
    display: block;
    z-index: 3;
    width: 50%;
    height: 50%;
    position: absolute;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.boxs h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700
}

.yellow_box a {
    color: #777
}

.yellow_box h4 {
    color: #777
}

.boxs a, .boxs a:hover {
    text-decoration: none
}

.green_box a {
    color: #777
}

.green_box {
    color: #777
}

.brown_box a {
    color: #777
}

.brown_box {
    color: #777
}

.pink_box a {
    color: #777
}

.pink_box {
    color: #777
}

.grey_box a {
    color: #777
}

.grey_box {
    color: #777
}

.whatoffer {
    background-image: url(../images/whatdoweofferbg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed
}

.whatoffer:after {
    content: '';
    background-color: #696969
}

.whatoffer .container {
    padding: 60px 0
}

.whatoffer .whatdoweoffer_head {
    margin-bottom: 30px;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    text-align: center;
    text-transform: capitalize
}

.whatoffer_tabs {
    border: 0;
    margin-bottom: 30px
}

.nav-tabs.whatoffer_tabs .nav-item.show .nav-link, .nav-tabs.whatoffer_tabs .nav-link, .nav-tabs.whatoffer_tabs .nav-link.active {
    border-color: #fff #fff #fff;
    border-radius: 0
}

.nav-tabs.whatoffer_tabs .nav-link {
    color: #fff;
    font-size: 21px;
    transition: .5s all ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

.nav-tabs.whatoffer_tabs .nav-item.show .nav-link, .nav-tabs.whatoffer_tabs .nav-link.active {
    color: #696969
}

#nav-tabContent {
    background-color: #fff;
    box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -webkit-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -moz-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    color: #696969;
    font-size: 21px
}

.tab-content>.tab-pane {
    padding: 50px
}

.nav-Contents {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center
}

.img-fluid.img-cover {
    height: 255px
}

.solutions {
    background-image: url(../images/solutions.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.solutions .container {
    padding: 60px 0
}

h3.solutions_head {
    color: #fff;
    font-size: 45px;
    text-transform: capitalize
}

p.solutions_content {
    color: #fff;
    font-size: 21px
}

.btn-freerecords {
    margin-top: 20px;
    background-color: #fff;
    border-radius: 25px;
    padding: 20px;
    color: #00a4d7;
    font-size: 18px;
    font-weight: 600;
    transition: all .5s ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease
}

.btn-freerecords:focus, .btn-freerecords:hover {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: #00a4d7;
    color: #fff;
    border: 1px solid#fff
}

.bannerarea_about {
    height: auto;
    margin-top: 55px
}

.bannerarea_about .container {
    height: 100%;
    position: relative
}

.contentarea_aboutus {
    padding-top: 15px;
    position: absolute;
    bottom: 45px
}

.bannerarea_about h2 {
    font-family: Montserrat, sans-serif;
    color: #000;
    font-size: 52px;
    font-weight: 900;
    text-transform: uppercase
}

.bannerarea_about p {
    color: #fff;
    font-size: 20px
}

.our-story-lws .container {
    padding: 90px 0 60px 0
}

.our-story-lws .container .row {
    padding: 0 15px
}

.story_content {
    flex-flow: column;
    justify-content: center
}

.whole_content {
    padding: 0 30px 0 50px
}

.our-story-lws h2 {
    color: #777;
    text-align: left;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize
}

.our-story-lws p {
    font-size: 20px;
    color: #777
}

.our-story-lws img {
    width: auto
}

.leadrship_lws .container {
    padding: 30px 0 30px 0
}

.leadrship_lws h3.leadrship_lws_head {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize
}

.leadrship_lws p.leadrship_lws_content {
    text-align: center;
    color: #777;
    font-size: 20px
}

.leadrship_lws p.leadrship_lws_iinrcontent {
    text-align: center;
    color: #777;
    font-size: 32px
}

.inner_full_section {
    /* margin-top: 50px;
    background-size: cover;
    height: 90vh; */
    background-image: url(../images/The-LeaderShip.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain!important;
    background-color: #040404!important;
    height: auto!important;
    margin-top: 0!important;
}

.inner_full_section .container {
    padding: 70px 0;
    height: 100%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex
}

#leadrship_lwsControls {
    color: #fff;
    justify-content: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column
}

#leadrship_lwsControls h2 {
    color: #fff;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 25px
}

#leadrship_lwsControls p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 70px;
    line-height: 40px
}

#leadrship_lwsControls h3 {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-bottom: 0
}

#leadrship_lwsControls h4 {
    font-size: 22px;
    color: #565656
}

.img-leadership {
    width: auto
}

#leadrship_lwsControls .carousel-control-prev-icon {
    background-image: url(../images/left.jpg)!important;
    width: 60px;
    height: 60px;
    box-shadow: 3px 3px 9px 3px rgba(0, 0, 0, .41);
    -webkit-box-shadow: 3px 3px 9px 3px rgba(0, 0, 0, .41);
    -moz-box-shadow: 3px 3px 9px 3px rgba(0, 0, 0, .41)
}

#leadrship_lwsControls .carousel-control-next-icon {
    background-image: url(../images/right.jpg)!important;
    width: 60px;
    height: 60px;
    box-shadow: 3px 3px 9px 3px rgba(0, 0, 0, .41);
    -webkit-box-shadow: 3px 3px 9px 3px rgba(0, 0, 0, .41);
    -moz-box-shadow: 3px 3px 9px 3px rgba(0, 0, 0, .41)
}

#leadrship_lwsControls .carousel-control-prev {
    opacity: 1;
    left: -55px;
    bottom: -165px
}

#leadrship_lwsControls .carousel-control-next {
    opacity: 1;
    right: -55px;
    bottom: -165px
}

.explore_career_lws .container {
    padding: 60px 0 60px 0
}

.explore_career_lws h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px
}

.explore_career_lws p.creere_head_lws {
    text-align: center;
    color: #777;
    font-size: 20px
}

.explore_career_lws p.lifeat_lws {
    text-align: center;
    color: #777;
    font-size: 30px;
    text-transform: uppercase;
    letter-spacing: 20px;
    font-family: Montserrat, sans-serif;
    margin-top: 30px;
    margin-bottom: 10px
}

.career_lws_img {
    box-shadow: 3px 3px 20px 2px rgba(119, 119, 119, .5);
    -webkit-box-shadow: 3px 3px 20px 2px rgba(119, 119, 119, .5);
    -moz-box-shadow: 3px 3px 20px 2px rgba(119, 119, 119, .5);
    padding: 20px
}

.explore_career_lws .btn.btn-joinus {
    margin-top: 40px;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    transition: all .5s ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    padding: 10px 25px;
    font-weight: 700;
    font-size: 20px
}

.explore_career_lws .btn.btn-joinus:focus, .explore_career_lws .btn.btn-joinus:hover {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.join_banner_lws {
    background-image: url(../images/profimages/Home_Banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 77vh;
    margin-top: 55px
}

.join_banner_lws .container {
    height: inherit
}

.happy_lws .container {
    padding: 90px 0
}

.join_banner_text {
    height: inherit;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    color: #fff
}

.join_banner_text h1 {
    font-size: 75px;
    font-weight: 700
}

.join_banner_text h1 .owl-item:nth-child(3n) span {
    color: red
}

.join_banner_text h1 .owl-item:nth-child(3n-1) span {
    color: #fdc105
}

.join_banner_text h1 .owl-item:nth-child(3n-2) span {
    color: #00c0ff
}

.happy_lws .carousel-control-next-icon {
    background-image: url(../images/Blog_right.png)!important;
    width: 60px;
    height: 60px
}

.happy_lws .carousel-control-prev-icon {
    background-image: url(../images/Blog_left.png)!important;
    width: 60px;
    height: 60px
}

.happy_lws .carousel-control-next, .happy_lws .carousel-control-prev {
    width: 55px
}

.happy_lws .carousel-control-prev {
    left: -75px;
    opacity: 1
}

.happy_lws .carousel-control-next {
    right: -75px;
    opacity: 1
}

.happy_lws h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px
}

.happy_lws p.happy_lws_content {
    font-size: 20px;
    color: #777;
    margin-bottom: 30px;
    text-align: center
}

.item_contents {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 35px
}

.item_contents p {
    font-size: 16px;
    color: #777;
    margin-bottom: 30px
}

.item_contents h4 {
    font-size: 20px;
    color: #777;
    font-weight: 700
}

.item_contents h4::before {
    content: '';
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    display: block;
    margin-top: -6px
}

.item_contents h5 {
    font-size: 16px;
    color: #777
}

.imh-happy_lws {
    width: auto;
    padding-left: 47px
}

#happy_lwsControls .carousel-item:after {
    content: '';
    width: 100%;
    height: 87%;
    border: 10px solid #fdc105;
    position: absolute;
    bottom: 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    z-index: -1
}

.workforce_lws {
    background-image: url(../images/profimages/Pride_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    background-position: center center
}

.workforce_lws .container {
    padding: 70px 0;
    height: 100%;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex
}

.workforce_lws .container h3 {
    color: #fff;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 20px
}

.content-part-lws {
    color: #fff;
    justify-content: center;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column
}

.content-part-lws p {
    font-size: 20px;
    line-height: 36px
}

.content-part-lws p:after {
    width: 70px;
    border-bottom: 2px solid #00c0ff;
    content: '';
    display: block;
    height: 8px;
    padding: 10px 0;
    margin-bottom: 10px
}

.content-part-lws h4 {
    font-size: 26px;
    font-weight: 700
}

.content-part-lws h5 {
    font-size: 18px
}

.img-cover-lws {
    text-align: right
}

.img-workforce_lws {
    width: auto
}

.lws_wearehiring .container {
    padding: 60px 0 70px 0
}

.lws_wearehiring .container h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px
}

.lws_career .container {
    padding: 60px 0 30px 0
}

.lws_wearehiring .container p {
    text-align: center;
    color: #777;
    font-size: 20px;
    margin-bottom: 30px
}

.lws_wearehiring .container h3.title {
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 26px
}

.box3 {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    position: relative;
    overflow: hidden;
    text-align: center
}

.box3.text_black .box-content .btn-apply, .box3.text_black .box-content h3.title, .box3.text_black .box-content span.post {
    color: #000
}

.box3.text_black .box-content .btn-apply {
    border: 1px solid #000
}

.box3 .box-content, .box3:after, .box3:before {
    position: absolute;
    left: 7%;
    right: 7%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.box3:after, .box3:before {
    display: block;
    background: rgba(0, 0, 0, .3);
    top: 10%;
    bottom: 10%;
    z-index: 1;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1)
}

.box3:after {
    top: 10.8%;
    bottom: 10.8%;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0)
}

.box3:hover:after, .box3:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    animation: animate 1.5s
}

.box3:hover:before {
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff
}

.box:hover:after {
    border-left: 3px solid #fff;
    border-right: 3px solid #fff
}

.box img {
    width: auto;
    height: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.box3:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    filter: blur(5px);
    -moz-filter: blur(5px);
    -webkit-filter: blur(5px)
}

.box3 .box-content {
    padding: 30px 10px;
    top: 10%;
    bottom: 10%;
    opacity: 1;
    z-index: 2;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center
}

.box3:hover .box-content {
    box-shadow: 0 0 0 35px rgba(255, 255, 255, .3);
    -webkit-box-shadow: 0 0 0 35px rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 35px rgba(255, 255, 255, .3);
    opacity: 1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center
}

p.description {
    margin-bottom: 0!important
}

.box3 .title {
    font-size: 24px;
    font-weight: 600;
    color: #88c425;
    margin: 0 0 5px
}

.box3 .post {
    display: block;
    margin: 5px 0 10px;
    font-size: 18px;
    color: rgba(255, 255, 255, .8)
}

.btn-apply {
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    padding: 5px 20px;
    margin-top: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.btn-apply:focus, .btn-apply:hover {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    background-color: #000
}

.box3.text_black .box-content .btn-apply:focus, .btn-apply:hover {
    color: #fff!important;
    border: 1px solid #fff!important
}

.box3 .description {
    font-size: 14px;
    color: #fff;
    margin: 0 0 20px
}

.box3 .icon {
    padding: 0;
    margin: 0;
    list-style: none
}

.box3 .icon li {
    display: inline-block;
    margin: 0 10px 0 0
}

.box3 .icon li a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #88c425;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s
}

.box3 .icon a:hover {
    text-decoration: none;
    animation: animate-hover .5s;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

@keyframes animate {
    0%, 100% {
        opacity: 1
    }
}

@keyframes animate-hover {
    0% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, .3);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, .3);
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, .3)
    }
    50% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, .3);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, .3);
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, .3)
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, .3);
        -moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, .3)
    }
}

.box10, .box11, .box12, .box14, .box4, .box5, .box6, .box7, .box9 {
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

@media only screen and (max-width:990px) {
    .box3 {
        margin-bottom: 30px
    }
    .box3 .box-content {
        padding: 10px
    }
    .box3 .description {
        margin-bottom: 10px
    }
}

@media only screen and (max-width:479px) {
    .box3 .title {
        margin: 0
    }
}

.box3:after, .box3:before {
    display: block;
    background: rgba(0, 0, 0, .3);
    top: 10%;
    bottom: 10%;
    z-index: 1;
    transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    content: ""
}

.box3 .box-content, .box3:after, .box3:before {
    position: absolute;
    left: 7%;
    right: 7%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s
}

.join_banner_lws .owl-carousel {
    width: 420px;
    height: auto;
    display: inline-block;
    vertical-align: top
}

@-webkit-keyframes slideOutUp {
    0% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0)
    }
    100% {
        visibility: hidden;
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -ms-transform: translateY(-100%)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -o-transform: translateY(0)
    }
    100% {
        visibility: hidden;
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        -o-transform: translateY(-100%)
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

@-webkit-keyframes slideInUp {
    0% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        -ms-transform: translateY(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        visibility: visible
    }
    100% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -o-transform: translateY(0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

.contactus-banner {
    background-image: url(../images/Banner_Contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 88vh;
    background-attachment: fixed
}

.contactus-banner .container {
    height: 100%
}

.contactus-banner .container .row {
    height: inherit
}

.img-contactus {
    width: auto
}

.img-cover-contactus {
    position: absolute;
    bottom: 75px;
    text-align: center;
    width: 100%
}

.inner-form-lws-contact .container {
    padding: 130px 0 90px
}

.inner-form-lws-contact h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px
}

.inner-form-lws-contact h4 {
    text-align: center;
    color: #777;
    font-size: 22px
}

.inner-form-lws-contact p.lws-contact-content {
    text-align: center;
    color: #777;
    font-size: 20px
}

.inner-form-lws-contact p {
    color: #777;
    font-size: 20px
}

.inner-form-lws-contact p a {
    color: #777;
    font-size: 20px;
    text-decoration: none
}

.inner-form-lws-contact p.lws-contact-content span a {
    text-decoration: none;
    color: #ffc300
}

.row.full-container {
    margin-top: 50px
}

.forms-container {
    padding-right: 150px
}

.row.full-container .form-contactus input {
    border: 1px solid #777;
    border-radius: 0;
    font-size: 20px
}

.row.full-container .form-contactus input:focus, .row.full-container .form-contactus textarea:focus {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.row.full-container .form-contactus textarea {
    border: 1px solid #777;
    border-radius: 0;
    font-size: 20px
}

.row.full-container .form-contactus .form-control::placeholder {
    color: #b0b0b0
}

.row.full-container .form-contactus .form-group {
    margin-bottom: 30px
}

.inner-form-lws-contact .btn-viewmore {
    margin-top: 25px!important
}

.row.full-container .form-contactus .form-group:last-child {
    margin-bottom: 0!important
}

.head_locations {
    font-size: 18px;
    margin-bottom: 25px
}

.head_lws_title {
    font-size: 20px;
    color: #000
}

#map-canvas {
    border: groove 3px #ccc;
    height: 400px;
    width: 100%
}

.mapouter {
    position: relative;
    text-align: right;
    height: 500px;
    width: 100%
}

.gmap_canvas {
    overflow: hidden;
    background: 0 0!important;
    height: 500px;
    width: 100%
}

.banner-dataservice-lws {
    /* background-image: url(../images/data_consulting_banner.jpg); */
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    /* height: 90vh; */
    background-attachment: fixed;
    margin-top: 55px
}

.banner-dataservice-lws .container {
    height: 100%
}

.lws_dataservice_text {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-flow: column;
    justify-content: flex-start;
    height: inherit;
    position: absolute;
    top: 37%;
    padding-left: 33px;
    width: 52%;
}

.lws_dataservice_head {
    color: #046e95;
    font-family: Raleway, sans-serif;
    text-transform: capitalize;
    font-size: 70px;
    line-height: 80px;
    font-weight: 800;
    margin-left: -2px;
}

.lws_dataservice_text p {
    color: #046e95;
    font-size: 41px;
    font-weight: 700;
    /* letter-spacing: 1px; */
    font-family: Raleway, sans-serif;
}

.overview_head:before {
    content: '';
    display: block;
    height: 30.6vh;
    /* width: 810px; */
    width: 768px;
    background-image: url(../images/overview_text.png);
    position: absolute;
    z-index: 1;
    background-size: contain;
    background-repeat: no-repeat;
}

.text_wholeoverview {
    background-color: #3d6a80;
    height: 30.6vh
}

.ptextarea {
    height: inherit;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    align-items: center;
    color: #fff;
    font-size: 20px
}

.dataserice_maintxt .container {
    padding: 60px 40px;
    color: #fff;
    height: 100%;
    font-size: 20px
}

.dataserice_maintxt .container p {
    font-size: 20px;
    color: #fff
}

.uniqueidea_lws .container {
    padding: 60px 0
}

.uniqueidea_lws .container h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 5px
}

.uniqueidea_lws .container p {
    text-align: center;
    color: #777;
    font-size: 20px
}

.img-unique_lws {
    width: auto
}

#dataservice {
    background-image: url(../images/business_intelligence.jpg);
    padding: 75px 0;
    color: #fff;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover
}

#dataservice h3 {
    font-weight: 700;
    font-size: 50px
}

#dataservice p {
    font-size: 20px
}

.dataservice-feautes {
    margin-top: -40px
}

.dataservice-feautes .container {
    padding: 0 0 40px 0
}

.dataservice-feautes h4 {
    border: 1px solid #a38671;
    padding: 10px;
    line-height: 50px;
    background-color: #fff;
    color: #a38671;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 0;
    box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, .13);
    -webkit-box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, .13);
    -moz-box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, .13)
}

.all_faeutres_parnt {
    width: 765px;
    margin: 0 auto
}

.all_faeutres:before {
    width: 0;
    height: 0;
    border-top: 20px solid #a38671;
    border-left: 20px solid transparent;
    content: '';
    position: absolute;
    top: 72px;
    left: 14px
}

.all_faeutres:after {
    width: 0;
    height: 0;
    border-top: 19px solid #a38671;
    border-right: 19px solid transparent;
    content: '';
    position: absolute;
    top: 72px;
    right: 14px
}

.all_faeutres {
    width: 700px;
    border: 1px solid #a38671;
    border-top: 0;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: 0 auto;
    box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, .13);
    -webkit-box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, .13);
    -moz-box-shadow: 1px 1px 8px 4px rgba(0, 0, 0, .13)
}

.all_faeutres h5.gap {
    color: #22a0bd;
    font-weight: 700;
    font-size: 30px;
    margin-top: 20px
}

.all_faeutres h5.gap:after {
    content: '';
    display: block;
    height: 3px;
    background: #22a0bd;
    width: 50px;
    margin: 6px auto 0
}

.all_faeutres p {
    color: #777;
    font-size: 20px
}

.all_faeutres h5.profiling {
    font-weight: 700;
    font-size: 30px;
    color: #82a713
}

.all_faeutres h5.profiling:after {
    content: '';
    display: block;
    height: 3px;
    background: #82a713;
    width: 50px;
    margin: 6px auto 0
}

.all_faeutres h5.acquistion {
    font-weight: 700;
    font-size: 30px;
    color: #a38671
}

.all_faeutres h5.acquistion:after {
    content: '';
    display: block;
    height: 3px;
    background: #a38671;
    width: 50px;
    margin: 6px auto 0
}

.bihelp .container {
    padding: 30px 0 60px
}

.bihelp .container h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 5px;
    margin-bottom: 30px
}

.img-bihelp {
    width: auto
}

.btn-hirebi:focus, .btn-hirebi:hover {
    background-color: #fff;
    color: #0f094b;
    border: 1px solid #0f094b;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.btn-hirebi {
    margin-top: 25px;
    background-color: #0f094b;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.bihelp_content h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    color: #777;
    margin-top: 30px
}

#data-analytics {
    background-color: #f3f3f3
}

#data-analytics .container {
    padding: 90px 0 90px
}

#data-analytics .container h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 5px
}

#data-analytics .container p {
    text-align: center;
    color: #777;
    font-size: 20px
}

.btn-requestcallback {
    margin-top: 65px;
    background-color: #f8bd00;
    color: #000;
    text-transform: uppercase;
    border-radius: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease
}

.btn-requestcallback:focus, .btn-requestcallback:hover {
    background-color: #fff;
    color: #f8bd00;
    border: 1px solid #f8bd00;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

#bireporting .container {
    padding: 90px 0 90px
}

#bireporting .container h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 5px
}

#bireporting .container p {
    text-align: center;
    color: #777;
    font-size: 20px
}

#bireporting .container h4 {
    text-align: center;
    color: #777;
    font-size: 22px;
    margin: 15px 0
}

#bireporting .btn-viewmore {
    margin-top: 10px
}

.bi_inner_contents h2 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #777
}

.bi_inner_contents {
    margin-top: 50px
}

.img-bireporting {
    width: auto
}

.industries {
    background-color: #f3f3f3
}

.industries .container {
    padding: 60px 0 60px
}

.industries .container h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 5px
}

.img-industries {
    width: auto
}

.whychoose {
    background-image: url(../images/bg_whychoose.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.whychoose .container {
    padding: 60px 0 60px
}

.whychoose .container h3 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 20px
}

.img-whychoose {
    width: auto
}

.powerbi-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    margin-top: 55px;
    background-image: none;
    background: #fcfff4;
    background: -moz-linear-gradient(top, #d0d0d0 0, #e2e3de 100%);
    background: -webkit-linear-gradient(to bottom, #d0d0d0 0, #e2e3de 100%);
    background: linear-gradient(to bottom, #d0d0d0 0, #e2e3de 100%)
}

.powerbi-banner h1 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    padding: 20px 0;
    font-family: Montserrat, sans-serif
}

.powerbi-banner p {
    font-size: 20px;
    color: #777;
    text-align: center
}

.power_bicontent .container {
    padding: 60px 0 90px
}

.power_bicontent .container h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 5px
}

.power_bicontent .container p {
    text-align: center;
    color: #777;
    font-size: 20px
}

.power_bicontent .container p.boldcontent {
    font-weight: 700
}

.bi-row {
    box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -webkit-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -moz-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7)
}

.power_bicontent .container h3.bipower_head {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    text-align: center
}

.power_bicontent .container ul {
    padding: 0 20px 20px
}

.first_content {
    background-color: #ffebbd;
    padding: 40px 20px 0
}

.second_content {
    background-color: #ffbdd2;
    padding: 40px 20px 0
}

.third_content {
    background-color: #a5eaff;
    padding: 40px 20px 0
}

.power_bicontent .container ul li {
    font-size: 20px;
    color: #000;
    margin-bottom: 15px;
    line-height: 35px
}

.modal-header .close:focus {
    outline: 0
}

#openmodalrequestdemo .modal-header {
    padding: 15px 15px 0;
    border-bottom: 0
}

h3.form_area_haed_modal {
    color: #3c454a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center
}

.requestform input.form-control {
    background-color: #f6f6f6;
    border-radius: 0;
    font-size: 15px;
    color: #525252;
    height: 45px;
    border: 1px solid #3c454a
}

.requestform textarea.form-control {
    background-color: #f6f6f6;
    border-radius: 0;
    font-size: 15px;
    color: #525252;
    height: auto;
    border: 1px solid #3c454a
}

.requestform .btn_submit {
    background-color: #f7ad18;
    border-color: #f7ad18;
    margin-top: 0
}

.requestform .btn_submit:focus, .requestform .btn_submit:hover {
    background-color: #fff;
    border-color: #f7ad18;
    color: #f7ad18;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.modal-content {
    background-color: #f6f6f6;
    border-radius: 0
}

#openmodal .modal-header {
    padding: 15px 15px 0;
    border-bottom: 0
}

#openmodal h3.form_area_haed_modal {
    color: #3c454a;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
    margin-bottom: 45px
}

#openmodal input.form-control {
    background-color: #f6f6f6;
    border-radius: 0;
    font-size: 15px;
    color: #525252;
    height: 45px;
    border: 1px solid #3c454a
}

#openmodal textarea.form-control {
    background-color: #f6f6f6;
    border-radius: 0;
    font-size: 15px;
    color: #525252;
    height: auto;
    border: 1px solid #3c454a
}

#openmodal .btn_submit {
    background-color: #f7ad18;
    border-color: #f7ad18;
    margin-top: 0;
    width: 300px
}

#openmodal .btn_submit:focus, #openmodal .btn_submit:hover {
    background-color: #fff;
    border-color: #f7ad18;
    color: #f7ad18;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

#openmodal .form_area {
    padding: 0 50px
}

#openmodal .form_area .form-group {
    margin-bottom: 35px
}

.modal.show {
    display: flex!important;
    display: -ms-flex!important;
    display: -webkit-flex!important;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: flex-start
}

#applynow .modal-content {
    padding: 30px
}

#myModalpdf .modal-dialog {
    width: 100%;
    height: 100%;
    max-width: 1000px
}

#myModalpdf .modal-content {
    height: inherit
}

.hiddenlg {
    display: none
}

input:focus {
    box-shadow: none!important;
    outline: 0!important
}

.img-clutch {
    width: 150px;
    margin-top: 20px;
    margin-bottom: 20px
}

.clutch-link {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.portfolio_banner_ios {
    background-image: url(../images/ios-protype.jpg);
    margin-top: 55px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed
}

.portfolio_banner_ios .container {
    padding: 90px 0
}

.ios_banner_content {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    justify-content: center;
    flex-flow: column;
    padding-left: 70px
}

.ios_banner_content h3 {
    font-family: BebasNeue-Regular;
    font-size: 70px;
    color: #333
}

.ios_banner_content p {
    color: #333;
    font-size: 20px
}

.btn-portfolio {
    background-color: transparent;
    color: #333;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #333;
    transition: all .5s ease;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    -ms-transition: .5s all ease;
    -o-transition: .5s all ease;
    padding: 7px 15px;
    font-weight: 700;
    margin-top: 20px
}

.btn-portfolio:focus, .btn-portfolio:hover {
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.whatmain_role_lws {
    background-color: #f1f1f1
}

.whatmain_role_lws .container {
    padding: 90px 0
}

.main_areas {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center
}

.main_areas h2 {
    font-size: 22px;
    color: #777;
    font-weight: 700;
    text-align: center
}

.main_areas h3 {
    font-size: 20px;
    color: #d33;
    text-align: center
}

.faeutres_ios .container {
    padding: 90px 0
}

.faeutres_ios h3 {
    color: #777;
    font-weight: 700;
    font-size: 45px;
    margin-bottom: 20px
}

.faeutres_ios .feautres_ul {
    list-style: none
}

.faeutres_ios .feautres_ul li {
    font-size: 20px;
    color: #777;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 0 20px
}

.faeutres_ios ul li i {
    font-size: 15px
}

.feautres_ul li:before {
    content: "\f140";
    display: inline-block;
    width: 20px;
    height: 20px;
    font-family: 'Font Awesome\ 5 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    left: -10px;
    top: 6px
}

.client_ratings {
    background-color: #f1f1f1
}

.client_ratings .container {
    padding: 90px 0 90px
}

.client_ratings .container h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize
}

.client_ratings .container div {
    text-align: center;
    margin-top: 20px
}

.client_ratings .container div img {
    width: auto
}

.client_ratings .container p {
    color: #777;
    text-align: center;
    font-size: 20px;
    margin: 30px 0
}

.client_ratings .container h4 {
    font-size: 20px;
    color: #d33;
    text-align: center
}

.user_inetrface_lws {
    background-image: url(../images/userintefacebg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.user_inetrface_lws .container {
    padding: 90px 0 90px
}

.user_inetrface_lws .container h3 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize
}

#particles-js.inner_page_particle {
    height: 50%!important
}

.user_inetrface_lws .container p {
    font-size: 20px;
    color: #fff
}

.user_inetrface_lws .container .ui-img {
    width: 350px
}

.efforts_lws .container {
    padding: 90px 0 90px
}

.efforts_lws .container h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 40px
}

.counter-count {
    font-size: 30px;
    background-color: #00b3e7;
    border-radius: 50%;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 92px;
    width: 92px;
    height: 92px;
    margin-bottom: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-block;
    box-shadow: 0 2px 7px 3px rgba(0, 0, 0, .32);
    -webkit-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, .32);
    -moz-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, .32);
    -o-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, .32);
    -ms-box-shadow: 0 2px 7px 3px rgba(0, 0, 0, .32)
}

.counter-text {
    font-size: 20px;
    color: #777;
    font-weight: 700
}

.screeshots {
    background-image: url(../images/BANNER_screenshot.jpg);
    background-repeat: no-repeat;
    background-position: center bottom
}

.screeshots .container {
    padding: 90px 0 90px
}

.screeshots .container h3 {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 40px
}

.img-screenshot {
    height: 100%!important
}

.customer_speak .container {
    padding: 90px 0 150px;
    background-image: url(../images/Forma-1.png);
    background-repeat: no-repeat;
    background-position: center
}

.customer_speak .container h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 40px
}

.customer_speak .container p {
    color: #777;
    font-size: 20px;
    text-align: center
}

.imgs-apps {
    margin: auto 0
}

.portfolio_banner_apponlease {
    background-image: url(../images/app-on-lease-1.jpg);
    margin-top: 55px;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed
}

.screeshots_apponlease .container {
    padding: 0 0 0
}

.screeshots_apponlease .container h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 40px
}

.screenshots_details {
    margin: auto 0
}

.screeshots_apponlease .feautres_ul {
    list-style: none
}

.screeshots_apponlease .feautres_ul li {
    font-size: 20px;
    color: #777;
    line-height: 30px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 0 0 20px
}

.screeshots_apponlease ul li i {
    font-size: 15px
}

.screeshots_apponlease li:before {
    content: "\f140";
    display: inline-block;
    width: 20px;
    height: 20px;
    font-family: 'Font Awesome\ 5 Free';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 600;
    position: absolute;
    left: -10px;
    top: 6px
}

.modal-text {
    font-size: 20px;
    color: #777
}

#myModaltu .modal-header {
    padding: 15px 15px 0;
    border-bottom: 0
}

#myModaltu .modal-body {
    padding: 20px 35px 45px 35px
}

.sitemap .container {
    padding: 130px 0 70px
}

.sitemap .container .row {
    margin-bottom: 25px
}

.sitemap .container h2 {
    color: #777;
    font-weight: 700;
    text-align: center;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 30px
}

.sitemap .container h3 {
    color: #777;
    text-decoration: none;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

.sitemap .container a {
    text-decoration: none;
    color: #777;
    font-size: 18px;
    margin-bottom: 15px
}

.sitemap .container a:hover {
    color: #999
}

.sitemap .container p {
    margin: 15px 0
}

.sitemap .container a p {
    font-size: 16px;
    margin: 15px 0
}

.hiddenlg-bi {
    display: none
}

.aws-lambda_banner {
    background-image: url(../images/AWS-Lambda-Banner.jpg)
}

.bio-check_content h3, .bio-check_content p, .ios_banner_content.aws-lambda_content h3, .ios_banner_content.aws-lambda_content p {
    color: #fff
}

.aws-lambda_banner .btn-portfolio, .portfolio_banner_bio-check .btn-portfolio {
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    border: 1px solid #fff
}

.aws-lambda_banner .btn-portfolio:focus, .aws-lambda_banner .btn-portfolio:hover {
    background-color: #47423e;
    color: #fff;
    border: 1px solid #393430;
    outline: 0
}

.portfolio_banner_bio-check {
    background-image: url(../images/Biocheck-banner.jpg)
}

.portfolio_banner_bio-check .btn-portfolio:focus, .portfolio_banner_bio-check .btn-portfolio:hover {
    background-color: #fff;
    color: #1d6892;
    border: 1px solid #1d6892;
    outline: 0
}

.hiddenlgs {
    display: none
}

.counter-count:hover {
    background-color: transparent;
    color: #777;
    border-color: #777;
    border: 1px solid
}

#bireporting.leading_lws_tool .container {
    padding: 60px 0 30px
}

#biexperts_lws.bihelp .container h3 {
    margin-bottom: 7px
}

#biexperts_lws p {
    color: #777;
    text-align: center;
    font-size: 20px;
    margin: 15px 0
}

#workexpertise_lws .container {
    padding: 0 0 30px
}

#workexpertise_lws .container h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize
}

#workexpertise_lws .container p {
    color: #777;
    text-align: center;
    font-size: 20px;
    margin-bottom: 60px
}

.nav-tabs.workexpertise_lws_navs .nav-link {
    border-color: #ddd #ddd #ddd;
    border-radius: 0;
    color: #5e5e5e;
    padding: 15px 1rem
}

.nav-tabs.workexpertise_lws_navs .nav-item.show .nav-link, .nav-tabs.workexpertise_lws_navs .nav-link.active {
    border-color: #ddd #ddd #ddd;
    color: #fff;
    background-color: #5e5e5e
}

.nav-Contents_experts {
    color: #777;
    font-size: 20px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 700;
    text-transform: uppercase
}

.clientsay.happy_client_lws .container .row {
    margin-bottom: 90px
}

.owl-expertise.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/leftarrow.png)!important
}

.owl-expertise.owl-carousel .owl-prev {
    left: -90px;
    cursor: pointer
}

.owl-expertise.owl-carousel .owl-next, .owl-expertise.owl-carousel .owl-prev {
    width: 76px;
    height: 88px;
    background-repeat: no-repeat;
    position: absolute;
    top: 40%
}

.owl-expertise.owl-carousel .owl-next:focus, .owl-expertise.owl-carousel .owl-prev:focus {
    outline: 0!important
}

.owl-expertise.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/rightarrow.png)!important
}

.owl-expertise.owl-carousel .owl-next {
    right: -90px;
    cursor: pointer
}

.owl-expertise.owl-carousel .owl-item img {
    box-shadow: -2px -1px 4px 0 rgba(0, 0, 0, .38);
    -webkit-box-shadow: -2px -1px 4px 0 rgba(0, 0, 0, .38);
    -moz-box-shadow: -2px -1px 4px 0 rgba(0, 0, 0, .38)
}

p.client_contents {
    font-size: 20px;
    color: #777;
    text-align: center
}

.transform_lws {
    background-color: #1ca4ef;
    padding: 35px;
    margin: 60px 0 0 0
}

.transform_lws p {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: center
}

.transform_lws .btn-viewmore {
    margin-top: 30px!important
}

.transform_lws .btn-viewmore:focus, .transform_lws .btn-viewmore:hover {
    background-color: transparent!important;
    color: #fff;
    border-color: #fff
}

.offer_lws .container h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize
}

.services_details_lws {
    box-shadow: 0 10px 73px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 10px 73px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 10px 73px rgba(0, 0, 0, .2)
}

.services_details_lws h2 {
    font-size: 20px;
    color: #1ca4ef;
    font-weight: 700;
    text-transform: uppercase
}

.details-content-lw {
    padding: 20px 40px;
    border-bottom: 10px solid #1ca4ef;
    min-height: 23em
}

.services_details_lws-2 h2 {
    font-size: 20px;
    color: #fec22d;
    font-weight: 700;
    text-transform: uppercase
}

.services_details_lws-2 {
    box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -webkit-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -moz-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    margin-top: -70px
}

.details-content-lws-2 {
    padding: 20px 40px;
    position: absolute;
    height: 250px;
    z-index: 1;
    background-color: #fff;
    width: -webkit-fill-available;
    box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -webkit-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -moz-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7)
}

.offer_lws.data_analytics_lws .container h3 {
    margin-bottom: 110px
}

.offer_lws.data_analytics_lws .container ul li {
    color: #777;
    font-size: 20px;
    margin: 0 0 10px 0
}

.offer_lws.data_analytics_lws .container ul {
    padding: 0 0 0 20px
}

.details-content-lws-2:after {
    content: "";
    position: absolute;
    margin: auto;
    bottom: -138px;
    left: 0;
    right: 0;
    width: 274px;
    height: 275px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border-right: 10px solid #fec22d;
    border-bottom: 10px solid #fec22d;
    background: #fff;
    z-index: -1
}

.offer_lws.data_analytics_lws .container {
    padding-bottom: 340px
}

#inner_sec_lws_banner_data_analytics h3 {
    font-family: Raleway, sans-serif;
    text-transform: capitalize;
    font-size: 80px;
    line-height: 70px;
    font-weight: 600;
    margin-left: -2px;
}

#inner_sec_lws_banner_data_analytics h3 span {
    font-size: 75px
}

#inner_sec_lws_banner_data_analytics p {
    margin-top: 0px
}

#inner_sec_lws_banner_data_analytics {
    /* background-image: url(../images/data_analytics_banner.jpg) */
    background-image: none;
    margin-top: 80px;
}

.inner_sec_lws_banner#inner_sec_lws_banner_data_analytics .container-fluid .lws_banner_text {
    position: absolute;
    top: 40%;
    padding-left: 33px;
}

.inner_sec_lws_banner#inner_sec_lws_banner_data_analytics .container-fluid .lws_banner_text p {
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 1px;
}

.inner_sec_lws_banner#inner_sec_lws_banner_data_analytics .container-fluid .lws_banner_text p, .inner_sec_lws_banner#inner_sec_lws_banner_data_analytics .container-fluid .lws_banner_text h3 {
    color: #478cd4;
}

#particles-js.data-anal {
    z-index: 2;
}

.newbanner {
    margin-top: 55px
}

#powerbibanner {
    padding-top: 140px;
    background-image: url(../images/bg-lp3.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#powerbibanner .country_list input, #powerbibanner .country_list select, #powerbibanner .powerbi_formsectn .requestform input.form-control {
    height: 45px;
}

#powerbibanner.powerbilandingpage_marketing {
    padding-top: 140px;
    padding-bottom: 0;
    background-image: url(../images/research_banner.jpg);
    background-size: cover;
    padding-bottom: 40px;
}

#choose-us.service-benifts {
    padding: 0px 0 60px;
    background-color: #f1f1f1;
}

.img-bipowe_ls {
    width: auto;
    height: auto
}

.owl-icons .img-bipowe_ls {
    width: auto!important;
    height: auto;
    margin: 0 auto
}

.owl-icons.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/leftarrow.png)!important;
    background-size: 35px;
    background-repeat: no-repeat
}

.owl-icons.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/rightarrow.png)!important;
    background-size: 35px;
    background-repeat: no-repeat
}

.owl-icons.owl-carousel .owl-prev {
    left: -22px!important
}

.owl-icons.owl-carousel .owl-next:focus, .owl-icons.owl-carousel .owl-prev:focus {
    outline: 0
}

.owl-icons.owl-carousel .owl-next {
    right: -20px!important
}

.owl-icons.owl-carousel .owl-next, .owl-icons.owl-carousel .owl-prev {
    width: 35px;
    height: 42px;
    background-repeat: no-repeat;
    position: absolute;
    top: 35%
}

#our_clients_powerbi .container h3.our_clients_head, .case_study.case-study-market h3 {
    color: #000!important
}

#choose-us h3, #expertise_lws_bi h3, .business_lws h3, .flex_pricing_lws h3, .formarea_powerconsult h3, .our_achievement_lws h3 {
    color: #000;
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px
}

#expertise_lws_bi .container {
    padding: 60px 0
}

#choose-us p, #expertise_lws_bi p, #our_clients_powerbi p, .business_lws p, .formarea_powerconsult p {
    font-size: 20px;
    color: #000;
    text-align: center
}

#choose-us h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px
}

#choose-us.service-benifts h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: #000;
    text-decoration: none
}

#choose-us.service-benifts a:hover {
    text-decoration: none
}

#choose-us.service-benifts a {
    padding: 1.5rem 0
}

#myModal-forecasting .modal-header, #myModal-predictive .modal-header, #myModal-sentiment .modal-header, #myModal-visualization .modal-header {
    border-bottom: 0;
    padding: 5px 15px 0 0
}

#myModal-forecasting .modal-body, #myModal-predictive .modal-body, #myModal-sentiment .modal-body, #myModal-visualization .modal-body {
    padding: 1rem 1rem 30px 1rem
}

#myModal-forecasting .modal-body p, #myModal-predictive .modal-body p, #myModal-sentiment .modal-body p, #myModal-visualization .modal-body p {
    text-align: left;
    font-size: 18px
}

#myModal-forecasting .modal-body h4, #myModal-predictive .modal-body h4, #myModal-sentiment .modal-body h4, #myModal-visualization .modal-body h4 {
    font-size: 22px
}

#myModal-forecasting .modal-body h4:after, #myModal-predictive .modal-body h4:after, #myModal-sentiment .modal-body h4:after, #myModal-visualization .modal-body h4:after {
    content: "";
    display: block;
    width: 12%;
    padding-top: 5px;
    border-bottom: 2px solid #000
}

#mile_lws {
    background-image: url(../images/mile_full.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center center
}

#mile_lws .container {
    height: 100%
}

#mile_lws .miles_content_lws {
    color: #fff;
    height: inherit;
    display: flex;
    justify-content: center;
    flex-direction: column
}

#mile_lws .miles_content_lws h3 {
    font-size: 35px;
    font-weight: 700;
    line-height: 50px;
    margin-top: 40px
}

#mile_lws .miles_content_lws ul {
    list-style: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 55px;
    text-transform: uppercase
}

.our_achievement_lws .container {
    padding: 90px 0
}

.acheive_lws {
    position: relative;
    overflow: hidden
}

.acheive_lws img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.acheive_lws:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
}

.acheive_lws p {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.acheive_lws p span {
    color: #ffda3d
}

.business_slider {
    background-color: #fff;
    box-shadow: 0 1px 10px 2px rgba(0, 0, 0, .15), 0 20px 0 -5px #f1f1f1, 0 10px 1px -4px rgba(0, 0, 0, .15), 0 40px 0 -10px #f6f6f6, 0 20px 1px -9px rgba(0, 0, 0, .15);
    padding: 30px;
    color: #000;
    z-index: 1
}

#carouselTestimonial h5, #carouselTestimonial-main h5 {
    font-size: 24px
}

#carouselTestimonial h6, #carouselTestimonial-main h6 {
    font-size: 18px;
    font-weight: 700
}

#carouselTestimonial p, #carouselTestimonial-main p {
    font-size: 18px
}

.title h3, h3.title {
    font-size: 25px
}

.title h3 {
    color: #fff
}

.pricingTable .tit-border {
    border-color: #fff
}

.prices {
    box-shadow: 0 10px 73px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 10px 73px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 10px 73px rgba(0, 0, 0, .2);
    padding: 30px!important;
    background-color: #fff
}

.tit-border {
    padding: 0;
    font-size: 25px
}

.price-value {
    margin: 0;
    color: #000;
    font-size: 20px;
    padding: 50px 25px 15px 25px
}

.price-sec .pricingTable-buy {
    padding: 10px 30px;
    font-size: 16px;
    margin-top: 30px
}

.pricingTable-buy {
    background: #4da9a2;
    color: #fff;
    padding: 10px 40px;
    border-radius: 50px;
    font-size: 20px;
    display: inline-block
}

.pricingTable-buy:hover {
    background-color: #313131;
    color: #fff!important;
    text-decoration: none
}

.bg-orng {
    background: #ff683e
}

#pricing .title {
    color: #fff;
    padding-top: 0;
    margin-bottom: 15px;
    margin-top: 40px
}

.pricingTable .title {
    padding-top: 35px!important;
    margin: 0 -25px 30px;
    background: #ff420e;
    color: #fff;
    position: relative;
    height: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding-bottom: 25px
}

.pricingData {
    box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -webkit-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -moz-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    margin-top: -30px;
    transform: scale(1.1);
    z-index: 1;
    position: relative;
    background-color: #fff;
    height: 395px
}

.pricingTable .title:before {
    content: "";
    border-top: 15px solid #c3320b;
    border-left: 25px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    left: 0
}

.pricingTable .title:after {
    content: "";
    border-top: 15px solid #c3320b;
    border-right: 25px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    bottom: -30px;
    right: 0
}

.pricingTable:after {
    content: "";
    width: 50px;
    height: 20px;
    background: #ff420e;
    margin: 0 auto;
    position: absolute;
    top: 104px;
    left: 0;
    right: 0;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}

.owl-pricing .pricingData {
    box-shadow: 3px 3px 7px 2px rgba(118, 118, 118, .7);
    -webkit-box-shadow: 3px 3px 7px 2px rgba(118, 118, 118, .7);
    -moz-box-shadow: 3px 3px 7px 2px rgba(118, 118, 118, .7);
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    height: auto;
    padding-bottom: 50px
}

.owl-pricing .price-value {
    margin: 20px 50px
}

.owl-pricing.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/leftarrow.png)!important;
    background-size: 35px;
    background-repeat: no-repeat
}

.owl-pricing.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/rightarrow.png)!important;
    background-size: 35px;
    background-repeat: no-repeat
}

.owl-pricing.owl-carousel .owl-prev {
    left: 22px!important
}

.owl-pricing.owl-carousel .owl-next:focus, .owl-pricing.owl-carousel .owl-prev:focus {
    outline: 0
}

.owl-pricing.owl-carousel .owl-next {
    right: 25px!important
}

.owl-pricing.owl-carousel .owl-next, .owl-pricing.owl-carousel .owl-prev {
    width: 35px;
    height: 42px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%
}

.flex_pricing_lws .container {
    padding: 60px 0 90px 0
}

#pricing_ls {
    margin: 90px 15px 0
}

.prices_cnt {
    padding: 0 0 15px 0
}

.pricings {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.pricings.active, .pricings:hover {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.pricings.active .title, .pricings.active .title h3, .pricings:hover .title, .pricings:hover .title h3 {
    background-color: #980001;
    color: #fff
}

.pricings.active .pricingdata, .pricings:hover .pricingdata {
    -webkit-box-shadow: -1px 1px 7px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: -1px 1px 7px 0 rgba(0, 0, 0, .2);
    box-shadow: -1px 1px 7px 0 rgba(0, 0, 0, .2)
}

.pricingdata {
    border: 1px solid #dadada;
    padding: 0;
    margin-right: 4px
}

.forms_consult {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
    flex-direction: column;
}

.btn-viewmore#lp3knowmore2 {
    margin-top: 10px;
    color: #fff
}

.btn-viewmore#lp3knowmore2:hover {
    color: #000
}

.forms_consult .form_area {
    padding: 20px 30px;
    background-color: #fff
}

.forms_consult .form_area h3.form_area_haed {
    color: #00a7f8;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 35px;
    text-align: center;
    margin-bottom: 20px
}

.contentbipower_head h3 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase
}

.contentbipower_head p {
    font-size: 20px;
    color: #000
}

.contentbipower_head .btn-viewmore {
    margin-top: 35px;
    margin-bottom: 20px
}

.contentbipower_head .btn-viewmore:hover {
    background-color: transparent
}

#powerbibanner .container {
    height: inherit
}

.powerbibanner_innr {
    height: 100%;
    display: flex;
    justify-content: center;
    z-index: 1;
    align-items: center
}

/* 
#powerbibanner.powerbilandingpage_marketing .powerbibanner_innr {
    height: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    z-index: 1;
    top: 0;
    align-items: center
} */

.powerbiofferings {
    display: inline-flex;
    flex-direction: column;
    align-items: center
}

#choose-us .container {
    padding: 60px 0 0px 0;
}

.rounded-circle {
    height: auto!important;
    width: auto!important
}

#choose-us .container .row .py-4 {
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#choose-us.service-benifts .container .row .py-4 {
    padding: 0!important;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

#choose-us .container .row .py-4:hover {
    box-shadow: 2px -3px 11px 1px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px -3px 11px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: 2px -3px 11px 1px rgba(0, 0, 0, .2);
    -o-box-shadow: 2px -3px 11px 1px rgba(0, 0, 0, .2);
    -webkit-transform: scale(.93);
    -moz-transform: scale(.93);
    -ms-transform: scale(.93);
    transform: scale(.93)
}

.arrow {
    display: inline-block
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite
}

@keyframes bounce {
    0%, 100%, 20%, 50%, 80% {
        transform: translateY(0)
    }
    40% {
        transform: translateY(-15px)
    }
    60% {
        transform: translateY(-10px)
    }
}

.business_lws .container {
    padding: 60px 0 60px 0
}

#carouselTestimonial .carousel-control-prev-icon, #carouselTestimonial-main .carousel-control-prev-icon {
    background-image: url(../images/arrow_left.jpg)!important;
    width: 60px;
    height: 60px
}

#carouselTestimonial .carousel-item, #carouselTestimonial-main .carousel-item {
    background-image: url(../images/Forma-1.png);
    background-repeat: no-repeat;
    min-height: 350px;
    background-position: center center
}

#carouselTestimonial .carousel-control-prev, #carouselTestimonial-main .carousel-control-prev {
    left: -110px;
    opacity: 1
}

#carouselTestimonial .carousel-control-next, #carouselTestimonial-main .carousel-control-next {
    right: -110px;
    opacity: 1
}

#carouselTestimonial .carousel-control-next-icon, #carouselTestimonial-main .carousel-control-next-icon {
    background-image: url(../images/arrow_right.jpg)!important;
    width: 60px;
    height: 60px
}

.business_lws .row {
    position: relative
}

.back-box {
    position: absolute;
    bottom: 20%;
    box-shadow: 1px 0 5px 0 rgba(0, 0, 0, .15);
    height: 52px;
    z-index: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.our_achievement_lws {
    display: none
}

.img-clients {
    width: 200px
}

.clients_dashboard {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.clients_dashboard h3 {
    font-size: 35px;
    text-transform: uppercase;
    font-weight: 700
}

.clients_dashboard p {
    text-align: left!important;
    margin-bottom: 10px
}

.fancyboc-imgs {
    cursor: zoom-in
}

.fancybox-infobar {
    display: none
}

.navbar.landing-navbar {
    background-color: unset;
    box-shadow: unset;
    -webkit-box-shadow: unset;
    -moz-box-shadow: unset;
    z-index: 1
}

#powerbibanner .container-fluid {
    position: relative;
    padding-right: 50px;
    padding-left: 50px;
}

.powerbibanner_innr img {
    width: 150px;
    height: auto;
}

#powerbibanner.powerbilandingpage_marketing .container-fluid {
    margin-top: -80px
}

.clients_texts {
    font-size: 24px;
    font-weight: 700;
    color: #232323;
}

.brd-right img {
    width: auto;
}

.brd-right {
    border-right: 1px solid #58c2bc;
}

.brd-right:last-child {
    border-right: 0 !important;
}

.icon-ui h5 {
    margin: 0px;
    padding: 10px 0px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #000;
}

#powerbibanner .powerbibanner_innr h1 {
    font-size: 28.5px;
    text-transform: uppercase;
    color: #980001;
    font-weight: 900;
    line-height: 40px;
    letter-spacing: 1px;
}

#powerbibanner .powerbibanner_innr.anotherpbi h1 {
    font-size: 28.5px;
}

.clients_icons {
    padding-left: 0px !important;
}

.clients_icons li {
    display: inline-block;
    margin-right: 15px;
}

.clients_icons li:last-child {
    margin-right: 0px !important;
}

.clients_icons li:before {
    display: none;
}

#powerbibanner.powerbilandingpage_marketing .container-fluid .powerbibanner_innr h1 {
    color: #000;
    font-size: 50px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
}

#powerbibanner .powerbibanner_innr h4 {
    font-size: 70px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-weight: 700;
    letter-spacing: 8px;
    margin-bottom: 0;
    line-height: 45px
}

#powerbibanner .powerbibanner_innr ul {
    padding-left: 10px;
    list-style: none;
}

#powerbibanner .powerbibanner_innr li {
    font-size: 20px;
    color: #232323;
    line-height: 40px;
}

#powerbibanner .powerbibanner_innr ul.cli li:before {
    content: url('../images/right-arrow-lp3.png');
    display: inline-block;
    margin-left: -1.3em;
    width: 1em;
}

#powerbibanner .powerbibanner_innr p {
    color: #232323;
    font-size: 26.31px;
    line-height: 31px;
    margin-top: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

#powerbibanner.powerbilandingpage_marketing .container-fluid .powerbibanner_innr p {
    color: #000;
    font-size: 35px;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    line-height: 45px;
    margin-top: 21px;
}

.powerbi_formsectn {
    background-color: #fff;
    flex-direction: column;
    height: 100%;
    padding-bottom: 25px;
    padding-top: 25px;
    border: 1px solid #acacac;
    margin-left: 2.9em;
}

.powerbi_formsectn .requestform input.form-control, .powerbi_formsectn .country_list input, .powerbi_formsectn .country_list select, .powerbi_formsectn .requestform textarea.form-control {
    background-color: #fff;
    border: 1px solid #acacac;
}

.gocustom .btn-custom {
    background-color: #980001;
}

.powerbi_formsectn .requestform .btn_submit {
    background-color: #980001;
    border-color: #980001;
    margin-top: 0;
    text-transform: capitalize;
}

.powerbi_formsectn .requestform .btn_submit:focus, .powerbi_formsectn .requestform .btn_submit:hover {
    background-color: #fff;
    border-color: #980001;
    color: #980001;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.powerbiforms {
    color: #9e0606;
    font-weight: 600;
    font-size: 20.24px;
    text-transform: uppercase;
    text-align: center;
}

#powerbibanner .powerbibanner_innr p span {
    color: #fc3d2f;
    font-weight: 700;
    font-size: 45px
}

.offering_mains h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    color: #000;
    font-weight: 700
}

#powerbibanner .btn-viewmore {
    color: #fff
}

#powerbibanner .btn-viewmore:hover {
    color: #000;
    background-color: transparent
}

#return-to-top {
    position: fixed;
    top: 50%;
    right: -60px;
    width: auto;
    height: auto;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    color: #fff;
    border-radius: 0;
    z-index: 1
}

a#return-to-top:hover {
    color: #000
}

.title {
    background-color: #dadada;
    color: #000;
    padding: 10px 0
}

.lws_wearehiring .title {
    background-color: transparent!important
}

.title h3 {
    color: #000;
    margin-bottom: 0
}

.yellow_areas_form {
    background-color: #fed430;
    box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -webkit-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    -moz-box-shadow: 3px 3px 20px 2px rgba(118, 118, 118, .7);
    border-radius: 25px 0 0 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    min-height: 320px;
    height: auto;
}

.yellow_areas_form h3 {
    color: #000;
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 0
}

.yellow_areas_form img {
    width: 130px;
    height: 130px
}

#formarea_powerconsult_lws {
    background-color: #f5f5f5;
    padding: 60px 0
}

#formarea_powerconsult_lws .forms_consult {
    /* padding: 60px 35px; */
    background-color: #fff;
    box-shadow: 2px 2px 5px 0 rgba(118, 118, 118, .7);
    -webkit-box-shadow: 2px 2px 5px 0 rgba(118, 118, 118, .7);
    -moz-box-shadow: 2px 2px 5px 0 rgba(118, 118, 118, .7);
    border-radius: 0 25px 25px 0;
}

#formarea_powerconsult_lws .btn_submit:focus, #formarea_powerconsult_lws .btn_submit:hover {
    background-color: #fff;
    border-color: #000;
    color: #000
}

#formarea_powerconsult_lws .btn_submit {
    background-color: #000;
    border-color: #000;
    color: #fff
}

#formarea_powerconsult_lws label {
    color: #432222;
    font-size: 18px
}

#formarea_powerconsult_lws label span {
    color: red
}

#formarea_powerconsult_lws input {
    background-color: #fbfcfc;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #f5f5f5
}
.pricingdata a:hover{
    text-decoration: none;
}
#powerbibanner .powerbibanner_innr h1 a{
    color: #980001;
}
#powerbibanner .powerbibanner_innr h1 a:hover{
    text-decoration: none;
}
.btn-custom {
    background-color: #fc3d2f;
    color: #fff ;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    text-transform: uppercase
}

.btn-custom:focus, .btn-custom:hover {
    outline: 0;
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff
}

.gocustom {
    background-color: #000;
    padding: 40px 0
}

.gocustom p {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.offering_mains {
    margin-top: 60px
}

.inner-testimonials {
    display: flex;
    flex-direction: column;
    justify-content: CENTER;
    height: 100%;
    min-height: 300px
}

.dashboard .container-fluid {
    padding: 105px 15px 0
}

.dashboard .container-fluid h1, .lws-showcase h1 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.pw-collage {
    padding: 15px;
    padding-top: 0;
    -webkit-perspective: 1300px;
    -moz-perspective: 1300px;
    perspective: 1300px;
    font-size: 0
}

.pw-collage a {
    position: relative;
    height: 540px!important;
    cursor: zoom-in;
}

.pw-collage a .text-dashboard {
    display: flex;
    position: absolute;
    flex-direction: column;
    height: 100%;
    font-size: 13px;
    color: #000;
    background: #fff;
    padding: 10px;
    width: inherit;
    -webkit-box-shadow: 1px -1px 15px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px -1px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 1px -1px 15px 0 rgba(0, 0, 0, .1)
}

.pw-collage a p span {
    font-weight: 600;
    font-size: 13px
}

.pw-collage img {
    border: 1px solid #d3d3d3
}

body .pw-collage {
    padding: 15px 15px 0 15px
}

p.disclaim_gallery {
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-color: #6b6b6b
}

.media-grid-wrap {
    background-color: #f5f5f5
}

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: url(https://www.creditmutuel.fr/cmne/fr/banques/webservices/nswr/images/loading.gif) no-repeat center center rgba(0, 0, 0, .25)
}

.acheivement_banner {
    padding: 120px 0 80px;
    background-color: #f7f7f7
}

.acheivement_banner .boxes:hover {
    -webkit-box-shadow: 4px -4px 20px 6px rgba(0, 0, 0, .1);
    -moz-box-shadow: 4px -4px 20px 6px rgba(0, 0, 0, .1);
    box-shadow: 4px -4px 20px 6px rgba(0, 0, 0, .1);
    background-color: #f7f7f7;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px)
}

.acheivement_banner .boxes {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    padding: 10px 0
}

.acheivement_banner h4 {
    color: #888;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0
}

.img_cover_acheives img {
    width: auto;
    border: 2px solid #ffc300;
    background-color: #fff;
    padding: 5px 40px;
    border-radius: 20px;
    margin-bottom: 10px
}

.lws_acheivemnt_titles {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center
}

.acheivemnt_clnts_lws h3.main_title, .clutch_lws h3, .old_lws_clients h3, .quora_views h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 5px;
    text-transform: capitalize
}

.clutch_lws p, .old_lws_clients p, .quora_views p {
    text-align: center;
    color: #777;
    font-size: 20px
}

.clutch_lws h3, .clutch_lws p {
    color: #fff
}

.clutch_lws {
    background-image: url(../images/Clutch_banner.jpg);
    background-repeat: no-repeat;
    padding: 60px 0;
    background-size: cover
}

.quora_views .container {
    padding: 60px 0
}

.old_lws_clients .container {
    padding: 0 0 60px 0
}

.acheivemnt_clnts_lws .container {
    padding: 0 0 90px 0
}

.quora_views h4 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

.quora_title {
    margin: 45px 0 10px 0
}

.imgs-auto {
    width: auto
}

.acheivemnt_clnts_lws h4 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase
}

.acheivemnt_clnts_lws p {
    color: #777;
    font-size: 18px
}

.acheivemnt_clnts_lws .btn-viewmore {
    color: #fff!important;
    margin-top: 40px!important
}

.acheivemnt_clnts_lws .btn-viewmore:focus, .acheivemnt_clnts_lws .btn-viewmore:hover {
    background-color: #fff;
    color: #333!important;
    border: 1px solid #333;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.acheivemnt_clnts_lws .box {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    padding: 20px
}

.acheivemnt_clnts_lws .box:hover {
    -webkit-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, .1);
    background-color: #fff;
    transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px)
}

.qouras_dash {
    margin-top: 48px!important
}

.carouselTestimonial {
    margin-right: 0!important;
    margin-left: 0!important
}

.country_list {
    margin-right: 0!important;
    margin-left: 0!important
}

.country_list select {
    background-color: #f6f6f6;
    border-radius: 0;
    font-size: 15px;
    color: #525252;
    height: 45px;
    border: 1px solid #3c454a
}

.country_list select:focus {
    outline: 0
}

.country_list input {
    background-color: #f6f6f6;
    border-radius: 0;
    font-size: 15px;
    color: #525252;
    height: 45px;
    border: 1px solid #3c454a
}

#country_list_all {
    background-color: #fbfcfc;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #f5f5f5
}

select#country_list_all:focus {
    outline: 0
}

.rta_rfc {
    background-color: #000;
    color: #fff!important;
    padding: 5px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 700
}

.rta_rfc:hover {
    text-decoration: none
}

.country_list_footer {
    margin-left: 0;
    margin-right: 0
}

.country_list_footer input, .country_list_footer select {
    background-color: #e1e1e1;
    border-radius: 0;
    font-size: 15px;
    color: #525252;
    border: 0;
    height: 45px
}

.country_list_footer input:focus, .country_list_footer select:focus {
    outline: 0
}

#contctfrm .country_list input, #contctfrm .country_list select {
    background-color: transparent
}

.dashboard-quora {
    box-shadow: 3px 3px 20px 2px rgba(119, 119, 119, .5);
    -webkit-box-shadow: 3px 3px 20px 2px rgba(119, 119, 119, .5);
    -moz-box-shadow: 3px 3px 20px 2px rgba(119, 119, 119, .5);
    padding: 20px
}

.case_study h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 0;
    text-transform: capitalize
}

.case_study .container {
    padding: 0 0 90px 0
}

.case_study .case_title {
    text-align: center;
    color: #777;
    font-size: 20px
}

.case_study img {
    width: auto
}

.case_studys {
    text-align: center;
    background: #fff;
    color: #666;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    padding: 40px 15px;
    margin-bottom: 20px;
}

/* .case_studys:hover {
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 14px 25px rgba(0, 0, 0, .16)
} */

.case_studys p {
    text-align: center;
    color: #777;
    font-size: 20px;
    margin: 20px 0
}

.case_study a.btn-viewmore {
    margin-top: 0;
    background-color: #333;
    color: #fff;
    text-transform: uppercase;
    border-radius: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease
}

.case_study a.btn-viewmore:focus, .case_study a.btn-viewmore:hover {
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    text-transform: uppercase;
    border-radius: 0
}

.ribbon {
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: absolute
}

.ribbon::after, .ribbon::before {
    position: absolute;
    z-index: 1;
    content: '';
    display: block;
    border: 5px solid #333
}

.ribbon span {
    position: absolute;
    display: block;
    width: 260px;
    padding: 15px 5px;
    background-color: #333;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #e7e7e7;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center;
    font-weight: 600
}

.ribbon-top-left {
    top: 147px;
    left: -28px;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    display: block;
    z-index: 1
}

.ribbon-top-left::after, .ribbon-top-left::before {
    border-top-color: transparent;
    border-left-color: transparent
}

.ribbon-top-left::before {
    top: 52px;
    right: 11px
}

.ribbon-top-left::after {
    bottom: 12px;
    left: 55px
}

.ribbon-top-left span {
    right: 0;
    top: 80px;
    transform: rotate(-45deg)
}

@keyframes pulses {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

.pulses {
    animation-name: pulse;
    animation-duration: 1s
}

.animateds {
    animation-duration: 2.5s;
    animation-fill-mode: both;
    animation-iteration-count: infinite
}

.recent-blogs h4 {
    margin-bottom: 7px
}

.line-height-3 {
    line-height: 1.3!important
}

.text-4 {
    font-size: 1.2em!important
}

.line-height-3 .text-light {
    color: #333!important;
    font-weight: 600;
    font-size: 16px
}

.line-height-3 a.text-light:focus, .line-height-3 a.text-light:hover, .read-more:focus, .read-more:hover {
    color: #000!important
}

.recent-blogs .date {
    margin-right: 10px;
    text-align: center
}

.recent-blogs .date .day {
    background: #fff;
    color: #404040;
    display: block;
    font-size: 18px;
    font-weight: 500;
    font-weight: 700;
    padding: 8px;
    margin-bottom: 1px
}

section.section .recent-blogs .date .day {
    background: #fff
}

.font-weight-semibold {
    font-size: 10px!important;
    font-weight: 600;
    color: red;
    text-transform: capitalize;
    background-color: #fff;
    padding: 8px
}

.read-more {
    font-size: .9em!important;
    font-weight: 600;
    color: #333;
    background-color: unset;
    padding: unset
}

.line-height-5 {
    font-size: 15px;
    opacity: .7!important
}

img.img-fluid.hover-effect-2 {
    height: 160px
}

a.scrollTo {
    color: #777;
    font-weight: 700;
    font-size: 30px;
    text-transform: uppercase
}

a.scrollTo:hover {
    text-decoration: none;
    color: #777
}

.destination {
    position: absolute;
    z-index: -1;
    left: 0;
    margin-top: -100px
}

.inr_blog_cnt {
    padding: 30px 0 0 0;
    box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
    -webkit-box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
    -moz-box-shadow: 0 14px 25px rgba(0, 0, 0, .16);
    min-height: 15em;
    max-height: 16em
}

.bi-reporting-herobanner {
    margin-top: 80px
}

.bi-reporting-herobanner .contentbi_head {
    position: absolute;
    z-index: 2;
    display: flex;
    justify-content: center;
    height: 100%;
    flex-flow: column;
    padding-left: 3em
}

.bi-reporting-herobanner .contentbi_head h1 {
    text-align: left;
    color: #01b8ac;
    font-size: 50px;
    font-weight: 700
}

.bi-reporting-herobanner .contentbi_head p {
    color: #717171;
    font-size: 20px;
    text-align: left;
    line-height: 27px
}

.acheivemnt_clnts_lws.bi-benfits_lws p {
    text-align: center
}

.bi-reporting_how_lws .services_details_lws p, .bi-reporting_how_lws .services_details_lws-2 p {
    color: #777;
    font-size: 20px
}

.offer_lws.data_analytics_lws.bi-reporting_how_lws .container {
    padding-bottom: 260px
}

.acheivemnt_clnts_lws.bi-benfits_lws .container {
    padding: 0
}

.bishowcase_dash {
    color: #777;
    text-align: center;
    font-size: 20px;
    padding-bottom: 25px;
    margin-top: -14px
}

#bireporting-industries h3 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    padding-bottom: 5px
}

#bireporting-industries .container {
    padding: 30px 0 90px
}

#bireporting-industries h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    color: #000
}

#bireporting-industries .finance .mr-2, #bireporting-industries .healthcare .ml-2, #bireporting-industries .real-estate .ml-2, #bireporting-industries .retail .mr-2 {
    border: 1px solid #d2cfcf;
    padding: 30px 0 30px 50px
}

#bireporting-industries .retail .mr-2 {
    background-image: url(../images/retail.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#bireporting-industries .healthcare .ml-2 {
    background-image: url(../images/healthcare.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#bireporting-industries .finance .mr-2 {
    background-image: url(../images/finance.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#bireporting-industries .real-estate .ml-2 {
    background-image: url(../images/realestate.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#bireporting-industries ul li {
    font-size: 17px;
    color: #000;
    line-height: 30px
}

.img-lp3 {
    width: 25px;
    height: 25px
}

.social-links a {
    margin-right: 20px;
    display: flex
}

.social-links a:last-child {
    margin-right: 0
}

.forms_consult .social-links a {
    width: 50px;
    display: inline-block;
    margin-right: 0
}

.forms_consult .social-links {
    border-left: unset;
    display: flex;
    flex-flow: unset;
    justify-content: unset;
    align-items: unset
}

.onlines {
    background-image: url(../images/circle-solid-green.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    height: 10px;
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-position: left
}

.offlines {
    background-image: url(../images/circle-solid.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    height: 10px;
    position: relative;
    width: 100%;
    min-height: 1px;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    background-position: left
}

p#online-text {
    padding-left: 16px;
    margin-top: -6px
}

.contact100-form-title {
    font-family: Montserrat, sans-serif;
    font-weight: 900;
    font-size: 35px;
    color: #000;
    line-height: 1.2;
    text-transform: uppercase;
    width: 100%;
    min-height: 128px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    overflow: hidden;
    padding: 30px 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #c8c8c8
}

.openmodalrequestdemo_lettalk#openmodalrequestdemo .modal-header {
    padding: 0
}

.openmodalrequestdemo_lettalk#openmodalrequestdemo .modal-header .close {
    padding: unset;
    margin: -2rem -2rem -1rem auto;
    color: #fff;
    font-size: 40px
}

.openmodalrequestdemo_lettalk#openmodalrequestdemo .requestform input.form-control {
    background-color: #f6f6f6;
    border-radius: 0;
    font-size: 15px;
    color: #525252;
    height: 45px;
    border: 1px solid #e6e6e6
}

.openmodalrequestdemo_lettalk#openmodalrequestdemo .country_list select {
    background-color: #f6f6f6;
    border-radius: 0;
    font-size: 15px;
    color: #c5bfbf;
    height: 45px;
    border: 1px solid #e6e6e6
}

.openmodalrequestdemo_lettalk#openmodalrequestdemo .country_list input {
    background-color: #f6f6f6;
    border-radius: 0;
    font-size: 15px;
    color: #525252;
    height: 45px;
    border: 1px solid #e6e6e6
}

.openmodalrequestdemo_lettalk#openmodalrequestdemo .requestform #requestphoneno::placeholder, .openmodalrequestdemo_lettalk#openmodalrequestdemo .requestform .form-control::placeholder {
    color: #c5bfbf
}

.openmodalrequestdemo_lettalk#openmodalrequestdemo {
    background-color: #00000094
}

.openmodalrequestdemo_lettalk#openmodalrequestdemo .requestform .btn_submit {
    background-color: #000;
    border-color: #000;
    margin-top: 0
}

.openmodalrequestdemo_lettalk#openmodalrequestdemo .requestform .btn_submit:focus, .openmodalrequestdemo_lettalk#openmodalrequestdemo .requestform .btn_submit:hover {
    background-color: transparent;
    border-color: #000;
    color: #000;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none
}

.social-links h2 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-bottom: 7px;
    text-align: center
}

.social-links {
    border-left: 1px solid #000;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center
}

.contentbi_head .btn-viewmore.birpotrt {
    color: #fff;
    background-color: #01b8ac
}

.contentbi_head .btn-viewmore.birpotrt:focus, .contentbi_head .btn-viewmore.birpotrt:hover {
    color: #01b8ac!important;
    border: 1px solid #01b8ac!important;
    background-color: transparent!important
}

.thankyou .container {
    padding: 150px 0 90px
}

.thankyou .container h1.site-header-title {
    font-size: 6.25rem;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin: 0;
    text-align: center
}

.thankyou .container img {
    width: 100px;
    height: 100px
}

.thankyou .container .img_cover_thanks.text-center {
    margin: 20px 0 35px
}

p.main-content-body.col-md-8.text-center {
    font-size: 20px;
    color: #777
}

.privacyploicy .container {
    padding: 120px 0 90px
}

.privacyploicy .container h1 {
    color: #777;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 25px
}

#powerbibanner.powerbilandingpage_marketing .powerbibanner_innr p {
    color: #232323;
    font-size: 26.31px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 4px;
}

#powerbibanner.powerbilandingpage_marketing .powerbibanner_innr img {
    height: auto;
    width: 140px;
}

#powerbibanner.powerbilandingpage_marketing #powerbibanner .container-fluid {
    position: relative;
    margin-top: -30px
}

/* #powerbibanner.powerbilandingpage_marketing .powerbibanner_innr {
    left: 30px
} */

#powerbibanner.powerbilandingpage_marketing .offering_mains {
    margin-top: 35px;
    text-align: left
}

#powerbibanner.powerbilandingpage_marketing .powerbiofferings {
    text-align: unset;
    align-items: unset
}

#powerbibanner.powerbilandingpage_marketing .offering_mains h2 {
    font-size: 20px
}

#powerbibanner.powerbilandingpage_marketing .powerbibanner_innr h1 {
    font-size: 28.5px;
    line-height: 40px;
}

.case_study.case-study-market .container {
    padding: 60px 0 0 0
}

#choose-us.service-benifts .container {
    padding: 60px 0 0 0
}

.case-study-market.case_study h3.heads {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 24px!important;
    color: #000
}

.case-study-market.case_study p {
    margin: 10px 0 10px 0;
    color: #000;
    text-align: center!important
}

.case-study-market.case_study img.img-clients {
    width: 200px;
    height: 60px
}

.openmodalrequestdemo_lettalk .modal-dialog {
    max-width: 100%
}

/* ODC Landing page */

#odc-herosectn {
    padding: 140px 0 0;
    background-image: url(../images/ODC_banner.png);
    background-size: cover;
    padding-bottom: 82px;
    background-repeat: no-repeat;
    background-position: center center;
}

#odc-herosectn .odclpbanner_innr h1 {
    /* font-size: 42.5px; */
    font-size: 28.5px;
    text-transform: uppercase;
    color: #9a0000;
    font-weight: 900;
    line-height: 50px;
    letter-spacing: 1px;
}

#odc-herosectn .odclpbanner_innr p {
    color: #232323;
    /* font-size: 32px; */
    font-size: 26.31px;
    font-weight: 800;
    text-transform: capitalize;
    margin-top: 4px;
}

#odc-herosectn .odclpbanner_innr {
    margin-right: 3rem;
}

#odc-herosectn .odclpbanner_innr ul {
    padding-left: 10px;
    list-style: none;
}

#odc-herosectn .odclpbanner_innr ul.cli li {
    color: #232323;
    font-size: 20px;
    line-height: 45px;
}

#odc-herosectn .odclpbanner_innr ul.cli li a {
    color: #232323;
    font-size: 20px;
    text-decoration: none;
}

#odc-herosectn .odclpbanner_innr ul.cli li a:hover {
    text-decoration: none;
}

#odc-herosectn .odclpbanner_innr ul.cli li:before {
    content: url(../images/right-arrow-lp3.png);
    display: inline-block;
    margin-left: -1.3em;
    width: 1em;
}

#odc-herosectn .odclpbanner_innr .clients_texts {
    font-size: 24px;
    font-weight: 700;
    color: #232323;
}

#odc-herosectn .odclpbanner_innr .clients_icons li {
    display: inline-block;
    margin-right: 15px;
    width: 180px;
}

#odc-herosectn .odclp_formsectn {
    background-color: #fff;
    flex-direction: column;
    height: 100%;
    padding-bottom: 25px;
    padding-top: 25px;
    border: 1px solid #acacac;
    margin-left: 2.9em;
    box-shadow: -1px 3px 4px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: -1px 3px 4px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 3px 4px 0px rgba(0, 0, 0, 0.2);
}

h2.odclpforms {
    color: #9a0000;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20.24px;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 1px;
}

h2.odclpforms a {
    color: #9a0000;
    text-decoration: none;
}

h2.odclpforms a:hover {
    color: #9a0000;
    text-decoration: none;
}

.odclp_formsectn .requestform input.form-control, .odclp_formsectn .country_list input, .odclp_formsectn .country_list select, .odclp_formsectn .requestform textarea.form-control {
    background-color: #fff;
    border: 1px solid #acacac;
}

.odclp_formsectn .form_area {
    padding-top: 20px;
}

.odclp_formsectn .requestform .btn_submit {
    background-color: #980001;
    border-color: #980001;
    margin-top: 0;
    text-transform: capitalize;
}

.odclp_formsectn .requestform .btn_submit:focus, .odclp_formsectn .requestform .btn_submit:hover {
    background-color: #fff;
    border-color: #980001;
    color: #980001;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#odc-webp-rocess {
    padding: 60px 0;
}

#odc-webp-rocess h3 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

#odc-offers {
    padding: 60px 0;
    background-color: #f1f1f1;
}

#odc-offers h3 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

#odc-offers p {
    text-align: center;
    color: #9a0000;
    font-size: 32px;
    font-weight: 500;
}

.list-area {
    display: flex;
    justify-content: center;
}

#odc-offers ul {
    list-style: none;
    margin-bottom: 0;
}

#odc-offers ul li {
    font-size: 20px;
    color: #000;
    margin-bottom: 25px;
    line-height: 25px;
    font-weight: 500;
}

#odc-offers ul li a {
    color: #000;
    text-transform: capitalize;
}

#odc-offers ul li a:hover {
    text-decoration: none;
}

#odc-offers ul li:last-child {
    margin-bottom: 0px;
}

#odc-offers ul li:before {
    content: url(../images/bullet.png);
    display: inline-block;
    margin-left: -1.3em;
    width: 1em;
}

#odc-why-lws {
    padding: 60px 0;
}

#odc-why-lws h3 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

#odc-why-lws p {
    text-align: center;
    color: #9a0000;
    font-size: 32px;
    font-weight: 500;
}

#odc-why-lws ul {
    padding-left: 10px;
    list-style: none;
    margin-bottom: 0px;
}

#odc-why-lws ul li {
    color: #333333;
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 25px;
}

#odc-why-lws ul li:last-child {
    margin-bottom: 0px;
}

#odc-why-lws ul li:before {
    content: url(../images/right-arrow-lp3.png);
    display: inline-block;
    margin-left: -1.3em;
    width: 1em;
}

#clients-logo {
    padding: 60px 0 60px;
}
#services-differntial{
    padding: 60px 0;
    background-color: #f1f1f1;
}
#services-differntial h3{
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
}
#services-differntial p{
    font-size: 18px;
    color: #000;
    margin-bottom: 44px;
}
.margintops{
    margin-top: 4rem ;
}
#services-differntial  .btn_submit:focus, #services-differntial  .btn_submit:hover {
    background-color: #fff;
    border-color: #980001;
    color: #980001;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#services-differntial  .btn_submit {
    background-color: #980001;
    border-color: #980001;
    margin-top: 0;
    text-transform: capitalize;
}
#services-differntial  .btn-div {
    margin-top: 45px;
    position: absolute;
    bottom: 20px;
    left: 0;
}
#services-differntial .main-div{
    box-shadow: -2px -2px 8px 2px rgba(0, 0, 0, .16);
    -webkit-box-shadow: -2px -2px 8px 2px rgba(0, 0, 0, .16);
    padding: 41px;
    background-color: #fff;
}
#clients-logo h3 {
    color: #000;
    text-align: center;
    font-weight: 700;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

#clients-logo .owl-carousel .owl-next, #clients-logo .owl-carousel .owl-prev {
    width: 33px;
    height: 36px;
    background-repeat: no-repeat;
    position: absolute;
    top: 30%;
}

#clients-logo .owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/left_odc_arrow.png)!important;
}

#clients-logo .owl-carousel .owl-prev {
    left: -55px;
    cursor: pointer;
}

#clients-logo .owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/right_odc_arrow.png)!important;
}

#clients-logo .owl-carousel .owl-next {
    right: -55px;
    cursor: pointer;
}

#clients-logo button:focus {
    outline: 0px!important;
    outline: 0px !important;
}

.testimonila-new.our_clients .btn-viewmore {
    margin-top: 45px;
    background-color: transparent;
    border-color: transparent;
    text-transform: uppercase;
}

.testimonila-new.our_clients .btn-viewmore:focus,.testimonila-new.our_clients .btn-viewmore:hover {
    background-color: #fff;
    border-color: transparent;
    color: transparent;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
.our_clients.testimonila-new{
    padding-bottom: 60px;
}

#odc-why-lws h6{
    color: #980001;
    font-size: 24px;
    margin-top: 20px;

}
#odc-why-lws img{
    width: auto;
    height: auto;
}
.dfd .btn.btn-viewmore.odc_gettouch #sdfsf{
    background-image: url('../images/Action_button1.png');
    width: 300px;
    height: 120px;
    background-size: 290px;
    background-repeat: no-repeat;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}
.dfd .btn.btn-viewmore.odc_gettouch:hover #sdfsf {
    background-image: url('../images/Action_button2.png');
    width: 300px;
    height: 120px;
    background-size: 290px;
    background-repeat: no-repeat;
}
#odc-why-lws a:hover{
    text-decoration: none;
}
#odc-why-lws p.inner-p{
    color: #000 !important;
    font-size: 27px ; 
}
.inner-p a{
    color: #000;
}
.inner-p a:hover{
    text-decoration: none;
}
.testimonila-new.our_clients .owl-carousel .owl-prev {
    left: -66px;
}
/* ODC Landing page */

ul.reserachbi li:before {
    content: url(../images/bullet.png);
    display: inline-block;
    margin-left: -1.3em;
    width: 1em;
}

ul.reserachbi {
    list-style: none;
    margin-bottom: 0;
}

ul.reserachbi li {
    font-size: 18px;
    color: #232323;
    margin-bottom: 25px;
    line-height: 25px;
    font-weight: 500;
}

ul.reserachbi li:last-child {
    margin-bottom: 0px;
}

.reserachbi-main {
    display: flex;
    justify-content: center;
}

.btn-viewmore.research {
    background-color: #980001;
    border-color: #980001;
    text-transform: uppercase;
}

.btn-viewmore.research:focus, .btn-viewmore.research:hover {
    background-color: #fff;
    border-color: #980001;
    color: #980001;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#powerbibanner.newpowrebi {
    padding-bottom: 60px;
}

#choose-us.newchooseus {
    padding: 0 0 60px;
    background-color: #f1f1f1;
}

.our_clients.new-clients .container {
    padding-bottom: 0px !important;
}

.business_lws.new-business .container {
    padding: 30px 0 0px 0;
}

.btn-viewmore.powerbi_new {
    background-color: #980001;
    border-color: #980001;
    text-transform: uppercase;
}

.btn-viewmore.powerbi_new:focus, .btn-viewmore.powerbi_new:hover {
    background-color: #fff;
    border-color: #980001;
    color: #980001;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#return-to-top.btn-viewmore {
    font-size: 20px !important;
}

.btn-custom.view-cust {
    background-color: #980001;
    border-color: #980001;
    text-transform: uppercase;
    margin-top: 20px;
}

.btn-custom.view-cust:focus, .btn-custom.view-cust:hover {
    background-color: #fff;
    border-color: #980001;
    color: #980001;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/* .case_studys{
    display: block !important;
} */

.case_studys.fancybox-content {
    display: inline-block !important;
    max-width: 70%;
}

.case_studys a {
    text-decoration: none;
}

.case_studys .text-dashboard p {
    margin: 0;
    color: #232323;
    font-size: 18px;
}

.case_studys .text-dashboard p span {
    font-weight: 600;
}

/* .case_studys.fancybox-content img{
    width: 1200px;
    height: 600px;
} */

.case-study-market.case_study img.img-clients.mcd {
    width: auto;
}

/* LWS Showcases New */

.disabled .page-link {
    cursor: not-allowed !important;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-link {
    color: #980000;
    border: 0;
}

.page.active .page-link {
    color: #fff;
    text-decoration: none;
    background-color: #980000;
    border-color: #980000;
}

.page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #d9a0a0;
    border-color: #d9a0a0;
}

.pages {
    display: none;
}

.page-active {
    display: flex;
}

.lws-showcase {
    padding: 140px 0 70px;
}

.lws-showcase #content span.imgs {
    width: inherit;
    height: auto;
}

.lws-showcase #content img {
    width: inherit;
    height: auto;
    border: 1px solid #A7A7A7;
    margin-bottom: 15px;
}

.lws-showcase .lw-showgallery a {
    color: #777;
}

.lws-showcase #content span.imgs::before {
    position: absolute;
    display: block;
    background: url(../images/play-btn.png);
    height: 70px;
    width: 70px;
    top: 12%;
    left: 40%;
    background-size: 50px;
    background-repeat: no-repeat;
    content: "";
    z-index: 1;
}

.lws-showcase .text-dashboard p span {
    font-weight: 600;
    color: #000;
}

.lws-showcase .text-dashboard p {
    color: #777;
    margin-bottom: 5px;
    font-size: 14px;
}

.lws-showcase .text-dashboard p:last-child {
    margin-bottom: 0px;
}

.lws-showcase .lw-showgallery {
    width: inherit;
    border: 1px solid #A7A7A7;
    padding: 10px;
    height: 100%;
    display: flex;
}

.lws-showcase .lw-showgallery a {
    text-decoration: none;
    position: relative;
    width: inherit;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.lws-showcase .text-dashboard {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.lws-showcase .lw-showgallery:hover {
    box-shadow: 0px -4px 18px 0px rgba(0, 0, 0, 0.31);
    -webkit-box-shadow: 0px -4px 18px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px -4px 18px 0px rgba(0, 0, 0, 0.31);
    border: 1px solid transparent;
}

.lw-gallerys {
    margin-bottom: 2rem!important;
}

.lws-showcase .btn-custom.view-cust {
    background-color: #fff;
    border-color: #980001;
    color: #980001;
    text-transform: capitalize;
    margin-top: 20px;
    font-size: 18px !important;
    padding: 7px 29px 4px;
}

.lws-showcase .btn-custom.view-cust:focus, .lws-showcase .btn-custom.view-cust:hover {
    background-color: #980001;
    border-color: #980001;
    color: #fff;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.lws-showcase .lw-showgallery:hover .btn-custom {
    background-color: #980001;
    border-color: #980001;
    color: #fff;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/* LWS Showcases New */

.powerbi-services-web-scraping ul {
    list-style-type: none;
    margin-bottom: 0;
}

.powerbi-services-web-scraping ul li a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    line-height: 20px;
}

.powerbi-services-web-scraping ul li a:hover {
    text-decoration: none;
}

.powerbi-services-web-scraping {
    padding: 60px 35px;
    background-color: #000;
}

.powerbi-services-web-scraping h3 {
    color: #fff;
    font-size: 50px;
    text-align: center;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 40px;
}

.powerbi-services-web-scraping ul li:first-child {
    font-weight: bold;
}

.powerbi-services-web-scraping ul li:first-child a {
    font-size: 15px;
    /* color: #00a7f8; */
}

.powerbi-services-web-scraping ul li:before {
    content: "\2713";
    display: inline-block;
    /* margin-left: -1.3em; */
    width: 1em;
    color: #fff;
    font-weight: 700;
}

.powerbi-services-web-scraping ul li:first-child:before {
    content: "";
    margin-left: -1.3em;
}

#dataexterctionpopup .modal-header {
    border-bottom: 0;
    padding: 0px;
}

#dataexterctionpopup h3.form_area_haed_modal {
    font-size: 22px;
    color: #9a0000;
}

#dataexterctionpopup #request_for_demo_powerbi_popup {
    background-color: #980001;
    border-color: #980001;
    margin-top: 0;
    text-transform: capitalize;
}

#dataexterctionpopup #request_for_demo_powerbi_popup:focus, #dataexterctionpopup #request_for_demo_powerbi_popup:hover {
    background-color: transparent;
    border-color: #980001;
    color: #980001;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

/* #dataexterctionpopup .modal-body {
    display: flex;
    justify-content: center;
} */
#dataexterctionpopup .modal-body p{
    font-size: 18px;
    color: #333;
    font-weight: 600;
}
#dataexterctionpopup .btn-viewmore {
    margin-top: 25px;
    background-color: #980001;
    border-color: #980001;
    text-transform: uppercase;
}
#dataexterctionpopup .btn-viewmore:focus,#dataexterctionpopup .btn-viewmore:hover{
    background-color: #fff;
    border-color: #980001;
    color: #980001;
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
#show-hidden-menu {
    cursor: pointer;
}

/* #chat-widget-container{
        width: 100% !important;
        height: 100% !important;
    } */

.b24-widget-button-position-bottom-right {
    right: 15px !important;
    bottom: 20px !important;
}

.bx-livechat-body {
    background-image: none!important;
    background-color: #fff!important;
}

.bx-livechat-wrapper {
    height: 450px !important;
}

.bx-livechat-position-bottom-right {
    bottom: 95px!important;
    right: 15px!important;
}
.testimonila-new.our_clients .container h3.our_clients_head{
color:#000;
}
.starclass{
    width:150px!important;
}
.asd{
    display: flex;
    justify-content: center;
}
.testimonila-new .inner-testimonials {
    display: flex;
    flex-direction: column;
    justify-content: CENTER;
    height: 100%;
    min-height: 300px;
    background-image: url(../images/Forma-1.png);
    background-repeat: no-repeat;
    background-size: 195px;
    background-position: center center;
    border: 1px solid #d3d3d3;
    padding: 10px;
    box-shadow: -2px -2px 8px 2px rgba(0, 0, 0, .16);
    -webkit-box-shadow: -2px -2px 8px 2px rgba(0, 0, 0, .16);
    -moz-box-shadow: -2px -2px 8px 2px rgba(0, 0, 0, .16);
}
.testimonila-new .owl-carousel .owl-nav button.owl-next, .testimonila-new .owl-carousel .owl-nav button.owl-prev{
    background-size: 40px;
    background-repeat: no-repeat;
}
#imgDino7,#iframevideo_2{
    width: 400px;
}
#iframevideo_2,#iframevideo ,#iframevideo_22,#iframevideo_3,#iframevideo_4,#iframevideo_5{
    display: none;
}
.geettouch{
    color: #980001 !important;
    text-decoration: underline;
    line-height: 8px;
    font-weight: normal;
}
.geettouch:hover{
    font-weight: 600;
    text-decoration: underline !important;
}
.inner-testimonials{
    color: #000;
}