body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    background: #fff;
    position: relative;
}

a,
a:active,
a:focus,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn.active.focus {
    outline: none;
    outline: 0;
    text-decoration: none !important;
}

input::-moz-focus-inner {
    border: 0;
}

@-webkit-keyframes bounce {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 30;
    }
}

@-moz-keyframes bounce {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 30;
    }
}

@-o-keyframes bounce {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 30;
    }
}

@keyframes bounce {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 30;
    }
}

.clr {
    clear: both;
}

form.invalid .wpcf7-response-output {
    border: none !important;
    color: #dc3232 !important;
    padding: 0 !important;
    margin: 5px 0 0 !important;
}

form.sent .wpcf7-response-output {
    border: none !important;
    color: #229605 !important;
    padding: 0 !important;
    margin: 5px 0 0 !important;
}

.page-id-25 form.invalid .wpcf7-response-output {
    margin: 15px 0 0 !important;
}

.page-id-25 form.sent .wpcf7-response-output {
    margin: 15px 0 0 !important;
}

.main_header {
    width: 100%;
    position: relative;
}

.submit_button .btn-default:active:focus {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
}

.main_header .item img {
    width: 100%;
    display: block;
}

.header_top {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
}

.logo {
    width: 100%;
    padding: 20px 0 0;
}

.logo img {
    max-width: 100%;
    display: block;
}

.hdr_info {
    padding-top: 24px;
    text-align: right;
}

.hdr_info a {
    display: inline-block;
    color: #edf6ff;
    font-weight: 500;
    font-size: 15px;
    margin-left: 22px;
}

.hdr_info a img {
    max-width: 100%;
    margin-right: 10px;
}

.header_navigation {
    width: 100%;
    padding-top: 24px;
    display: inline-block;
    float: right;
}

.header_navigation .stellarnav ul {
    padding-top: 11px;
}

.header_navigation .stellarnav.light {
    background: none !important;
}

.stellarnav ul ul {
    background: rgba(255, 255, 255, 0.6) !important;
}

.header_navigation .stellarnav ul li a {
    padding: 0 13px !important;
    color: #edf6ff!important;
    font-weight: 400!important;
    font-size: 16px!important;
}

.header_navigation .stellarnav ul li.current-menu a {
    color: #000 !important;
}

.innerpage_right_header .header_navigation .stellarnav ul li a.current-menu {
    color: #2093ed !important;
}

.innerpage_right_header .header_navigation .stellarnav ul li.current-sub-menu a {
    color: #2093ed !important;
}

.header_navigation .stellarnav {
    width: auto;
    float: left;
    z-index: 1;
}

.header_navigation .stellarnav ul li ul li a {
    color: #000!important;
    padding: 0 0 10px 10px !important;
}

.header_hamburger {
    width: auto;
    float: right;
    cursor: pointer;
}

.header_search {
    width: auto;
    float: right;
    padding: 11px 0 0 3px;
    position: relative;
    cursor: pointer;
}

.header_search form {
    display: none;
    width: 340px;
    position: absolute;
    left: -236px;
    top: 45px;
    background: #1fcfdc;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

.header_search form input[type="text"] {
    background: #fff;
    border: 1px solid #1fcfdc;
    width: 70%;
    float: left;
    height: 38px;
    padding: 0 0 0 12px;
    color: #000;
    font-weight: 400;
    font-size: 14px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

.header_search form input[type="submit"] {
    background: none;
    border: none;
    width: 30%;
    float: right;
    height: 38px;
    padding: 0;
    color: #fff;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    background: url(../images/gradient-background.jpg) repeat-y 0 0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    background-size: 100% 100%;
}

.sidenav a {
    border-bottom: 1px solid #fff;
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #edf6ff;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: none;
}

.carousel-indicators li {
    display: block;
    margin: -17px 0 25px 0!important;
    background: #fff;
    border: 1px solid #8fbde2;
    width: 12px;
    height: 12px;
    position: relative;
    top: 50%;
    left: 50%;
}

.carousel-indicators .active {
    margin: -17px 0 25px 0!important;
    background: #1196d0;
    border: 1px solid #1196d0;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 50%;
}

.carousel-indicators {
    bottom: inherit;
    width: 57px;
    height: 347px;
    right: 0;
    left: inherit;
    background: url(../images/eclipse1.png) no-repeat 0 0;
    top: 50%;
    margin-top: -158px;
}

.carousel-caption {
    left: 50%;
    right: inherit;
    text-align: left;
    bottom: inherit;
    top: 50%;
    margin-top: -170px;
    width: 519px;
    margin-left: -547px;
}

.carousel-caption h2 {
    text-shadow: none;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-weight: 300;
    font-size: 42px;
    line-height: 56px;
    margin: 0 0 30px;
    letter-spacing: 1px;
}

.carousel-caption h2 span {
    color: #42cefe;
}

.carousel-caption p {
    text-shadow: none;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin: 0 0 45px;
}

.banner_button {
    background: url(../images/gradient-background.jpg) repeat-y 0 0;
    width: 172px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-size: 100% 100%;
    box-shadow: 1px 1px 6px #707070;
}

.banner_button a {
    text-shadow: none;
    display: block;
    width: 100%;
    line-height: 45px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 0 0 0 26px;
    background: url(../images/button-arrow.png) no-repeat 0 0;
    background-position: 88%;
}

.services {
    width: 100%;
    background: url(../images/welcome-bg.jpg) no-repeat 0 0;
    background-size: cover;
    background-position: center center;
    padding: 70px 0 10px;
}

.heading {
    width: 100%;
}

.heading h1 {
    color: #202427;
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 63px;
    text-transform: uppercase;
}

.heading h1 span {
    display: block;
    font-size: 30px;
    font-weight: 300;
    line-height: 38px;
}

.servbox {
    width: 100%;
    margin-bottom: 50px;
}

.servbox img {
    max-width: 100%;
    display: block;
    margin: 0 0 13px;
}

.servbox h2 {
    color: #202427;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 19px;
    text-transform: uppercase;
}

.servbox p {
    color: #202427;
    font-weight: 500;
    font-size: 14px;
    margin: 0;
}

.servgrid {
    width: 26%;
    min-height: 235px;
}

.welcome {
    width: 100%;
    background: #f3f7f9;
    padding: 11px 0;
}

.welcome_left {
    margin-top: 25px;
    width: 100%;
    background: url(../images/welcome-ipad.png) no-repeat 0 0;
    background-position: center;
    padding: 10px 43px 4px 50px;
    background-size: 100% 100%;
}

.welcome_left iframe {
    height: 273px;
}


/*.welcome_left_gradient {
    width: 100%;
    position: relative;
    background: url(../images/welcome-left-pic-gradient.jpg) no-repeat 0 0;
}
*/

.welcome_left img {
    max-width: 100%;
    display: block;
    opacity: 0.3;
}

.play_button {
    width: auto;
    position: absolute;
    right: -54px;
    top: 50%;
    margin-top: -50px;
    z-index: 9;
}

.play_button img {
    max-width: 100%;
    display: block;
    opacity: 1;
}

.heading {
    width: 100%;
}

.heading h2 {
    color: #202427;
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 26px;
    text-transform: uppercase;
}

.heading h2 span {
    display: block;
    font-size: 30px;
    font-weight: 300;
    line-height: 38px;
}

.welcome_right {
    width: 100%;
    padding: 25px 0 0;
}

.welcome_right p {
    color: #202427;
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 30px;
    text-align: justify;
}

.get_in_touch {
    width: 100%;
    background: url(../images/form-bg.jpg) no-repeat 0 0 #0975c9;
    background-position: top;
    background-size: 100% auto;
    padding: 31px 0;
}

.get_heading {
    width: 100%;
    text-align: center;
}

.get_heading h2 {
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 28px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 21px;
}

.get_heading h2 span {
    display: block;
    font-size: 30px;
    font-weight: 300;
    line-height: 38px;
}

.get_heading h2:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -22px;
    bottom: 0;
    background: url(../images/underline1.jpg) no-repeat 0 0;
    width: 36px;
    height: 3px;
}

.get_heading p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    margin: 0;
}

.styled-select select {
    background: transparent;
    width: 100%;
    padding: 0 0 0 21px;
    font-size: 16px;
    height: 47px;
    color: #999999;
    border: none;
    -webkit-appearance: none;
}

.styled-select {
    width: 100%;
    height: 47px;
    overflow: hidden;
    background: url(../images/blue-triangle.png) no-repeat 95% #fff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

.getin_touch_form {
    width: 100%;
    padding: 52px 100px 0;
}

.getin_touch_form .form-control {
    background: #fff;
    height: 47px;
    padding: 0 0 0 21px;
    border: none;
    width: 100%;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

.getin_touch_form textarea.form-control {
    height: 75px;
    padding: 10px 0 0 21px;
    resize: none;
}

.submit_button {
    background: url(../images/gradient-background.jpg) repeat-y 0 0;
    width: 134px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-size: 100% 100%;
    box-shadow: 1px 1px 7px #000;
    float: right;
    margin-top: 1px;
    height: 56px;
}

.submit_button .btn-default {
    display: block;
    width: 100%;
    /* line-height: 44px; */
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 18px 0 0 26px;
    background: url(../images/send-icon.png) no-repeat 0 0;
    background-position: 88%;
    border: none;
    text-align: left;
}

.main_footer {
    width: 100%;
}

.footer_top {
    width: 100%;
    background: #fff;
    padding: 36px 0 7px;
}

.footer_box {
    width: 100%;
}

.footer_box img {
    max-width: 100%;
    display: block;
}

.footer_social {
    width: 79%;
    margin-top: 15px;
    text-align: left;
}

.footer_social .fa {
    font-size: 20px;
    color: #8397a6;
}

.footer_social a {
    display: inline-block;
    margin-left: 15px;
}

.footer_box h2 {
    color: #0975c9;
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 24px;
    letter-spacing: 1px;
}

.footer_box ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.footer_box ul li {
    list-style: none;
    display: block;
    width: 100%;
    padding: 0 0 7px 15px;
    margin: 0;
    background: url(../images/blue-triangle2.png) no-repeat 0 4px;
}

.footer_box ul li a {
    display: block;
    color: #202427;
    font-weight: 400;
    font-size: 14px;
}

.footer_box ul li.current-menu a {
    color: #1ec8da;
}

.footer_box p {
    color: #202427;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 15px;
}

.footer_box p a {
    color: #202427;
}

.footer_box span.fontawsm {
    width: 10px;
    float: left;
    margin-right: 12px;
}

.footer_box span.fontawsm .fa {
    color: #1ec8da;
    font-size: 18px;
}

.footer_box span.fontawsm .fa.fa-map-marker {
    min-height: 42px;
}

.footer_box span.fontawsm .fa.fa-fax {
    font-size: 14px;
}

span.nascomlogo {
    width: auto;
    display: block;
    margin-top: -19px;
}

.footer_bottom {
    width: 100%;
    background: #f6f6f6;
    border-top: 1px solid #efefef;
    padding: 27px 0;
}

.copyright {
    width: 100%;
}

.copyright p {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 14px;
}

.copyright p a {
    color: #1ec8da;
}

.footermenu {
    width: 100%;
    text-align: right;
}

.footermenu a {
    font-family: 'Open Sans', sans-serif;
    color: #585858;
    font-weight: 400;
    font-size: 13px;
}

.footermenu span {
    display: inline-block;
    margin: 0 12px;
}

.client_involves {
    width: 100%;
    background: url(../images/logo-carosel-bg.jpg) repeat 0 0;
    padding: 60px 0 50px;
}

.client_left {
    width: 100%;
    padding-top: 22px;
}

.client_left h2 {
    color: #202427;
    font-weight: 300;
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
}

.client_left h2 span {
    color: #202427;
    font-weight: 700;
    font-size: 36px;
}

.client_right {
    width: 100%;
    margin-top: -32px;
}

.client_right .item img {
    max-width: 100%;
    width: auto!important;
    height: auto;
    margin: 0 auto;
}

.client_right .owl-prev {
    background: url(../images/logo-carosel-arrow1.png) no-repeat 0 0!important;
    font-size: 0!important;
    padding: 0!important;
    opacity: 1!important;
    width: 13px!important;
    height: 21px!important;
    left: 0!important;
    top: 50%!important;
    margin: -9px 0 0 0!important;
    position: absolute;
    bottom: inherit!important;
}

.client_right .owl-next {
    background: url(../images/logo-carosel-arrow2.png) no-repeat 0 0!important;
    font-size: 0!important;
    padding: 0!important;
    opacity: 1!important;
    width: 13px!important;
    height: 21px!important;
    right: 0!important;
    top: 50%!important;
    margin: -9px 0 0 0!important;
    position: absolute;
    bottom: inherit!important;
}

.testimonials {
    width: 100%;
    background: url(../images/testimonial-bg.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 59px 0;
}

.testimonials h2 {
    color: #202427;
    font-weight: 300;
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 35px;
}

.testimonials h2 span {
    display: block;
    color: #202427;
    font-weight: 700;
    font-size: 36px;
}

.ms-slide {
    width: 124px!important;
    height: 124px!important;
    margin: 0 auto!important;
}

.ms-view {
    width: 124px!important;
    height: 124px!important;
}

.ms-staff-carousel .ms-nav-prev {
    background: url(../images/testimonial-arrow1.png) no-repeat 0 0!important;
    width: 12px!important;
    height: 17px!important;
    opacity: 1!important;
    display: block!important;
    left: -285px !important;
}

.ms-staff-carousel .ms-nav-next {
    background: url(../images/testimonial-arrow2.png) no-repeat 0 0!important;
    width: 12px!important;
    height: 17px!important;
    opacity: 1!important;
    display: block!important;
    right: -285px !important;
}

.ms-container:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 52%;
    height: 5px;
    background: #e9f1f3;
    margin: 0px 0 0 -232px;
    z-index: 1;
}

.banner_button:hover {
    background: url(../images/gradient-background-hover.jpg) repeat-y 0 0;
    background-size: 100% 100%;
}

.submit_button:hover {
    background: url(../images/gradient-background-hover.jpg) repeat-y 0 0;
    background-size: 100% 100%;
}

.footer_box ul li a:hover {
    color: #1ec8da;
}

.footer_box p a:hover,
.footer_social .fa:hover {
    color: #1ec8da;
}

.copyright p a:hover,
.footermenu a:hover {
    color: #000;
}

.play_button .btn-info {
    border: none;
    background: none;
    padding: 0;
}

.play_button .btn:active,
.btn:focus {
    box-shadow: none;
    background: none;
    border: none;
}

.modal-footer {
    padding: 0;
    text-align: right;
    border-top: none;
    position: absolute;
    top: 12px;
    right: 34px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}

.modal-footer .btn-default {
    padding: 0;
    background: none;
    border: none;
}

.modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.servgrid {
    transition: 0.3s;
}

.servgrid:hover .servbox h2 {
    color: #1ec8da;
}

.servgrid:hover .servbox p {
    color: #0978CA;
}

.header_search svg {
    width: 22px;
    height: 22px;
}

.innerpage_right_header .stellarnav ul ul {
    background: #fff !important;
}


/*Innerpages*/

.innerpage_header {
    width: 100%;
    background: #fff;
    padding: 9px 0;
}

.innerpage_logo {
    width: 100%;
}

.innerpage_logo img {
    max-width: 100%;
    display: block;
}

.innerpage_right_header {
    width: 100%;
}

.innerpage_right_header .header_navigation .stellarnav ul li a {
    color: #5f5f5f!important;
}

.innerpage_right_header .hdr_info a {
    color: #5f5f5f!important;
}

.innerpage_right_header .header_navigation {
    width: auto;
    float: right;
    padding-top: 0;
}

.innerpage_right_header .hdr_info {
    padding-top: 10px;
    width: auto;
    float: left;
}

.innerpage_right_header .hdr_info a:hover {
    color: #2093ed!important;
}

.innerpage_right_header .header_navigation .stellarnav ul li a:hover {
    color: #2093ed!important;
}

.innerpage_banner_wrapper {
    width: 100%;
    background: url(../images/innerpage-banner-background.jpg) no-repeat 0 0;
    background-size: cover;
    padding: 17px 0 0;
    min-height: 478px;
}

.innerpage_banner_caption {
    width: 502px;
    float: left;
    padding-top: 80px;
}

.innerpage_banner_caption h1 {
    text-transform: uppercase;
    margin: 0 0 29px;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
}

.innerpage_banner_caption h1 span {
    font-weight: 300;
}

.innerpage_banner_caption p {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    position: relative;
    padding-bottom: 40px;
    text-align: justify;
}

.innerpage_banner_caption p:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/underline2.jpg) no-repeat 0 0;
    width: 70px;
    height: 5px;
}

.page_breadcrumb {
    width: 100%;
    text-align: right;
    padding-top: 10px;
}

.page_breadcrumb ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.page_breadcrumb ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}

.page_breadcrumb ul li a {
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
}

.page_breadcrumb ul li.selected_menu a {
    color: #00e8ff;
}

.page_breadcrumb ul li a span {
    display: inline-block;
    padding: 0 3px;
}

.team_body {
    width: 100%;
    background: url(../images/team-body-bg.jpg) repeat 0 0 #fff;
    background-size: cover;
    padding: 96px 0 0;
}

.team_pic {
    width: 100%;
}

.team_pic img {
    max-width: 100%;
    display: block;
}

.team_pic_info {
    width: 100%;
}

.team_pic_info h2 {
    color: #202427;
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 12px;
}

.team_pic_info h3 {
    color: #2183d2;
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    margin: 0 0 25px;
}

.team_pic_info p {
    color: #312f2f;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 10px;
    text-align: justify;
}

.team_social {
    width: 100%;
}

.team_social a {
    display: inline-block;
    padding: 0 9px 0 0;
}

.team_social img {
    max-width: 100%;
    display: inline-block;
}

.gap1 {
    padding-top: 90px;
}

.gap2 {
    padding-top: 8px;
}

.teambox {
    margin-bottom: 90px;
    width: 100%;
    display: inline-block;
}

.gap3 {
    padding-left: 100px;
}

.gap4 {
    padding-right: 100px;
}

.innerpage_banner_right_pic {
    width: 637px;
    float: right;
}

.innerpage_banner_right_pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.digital_body {
    width: 100%;
    background: url(../images/digital-body-bg.jpg) no-repeat 0 0 #fff;
    background-size: cover;
    padding: 45px 0;
}

.digital_pic {
    width: 100%;
}

.digital_pic img {
    max-width: 100%;
    display: block;
}

.digital_pic_info {
    width: 100%;
    padding-top: 50px;
}

.digital_pic_info h2 {
    color: #202427;
    font-weight: 300;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 12px;
    position: relative;
    padding-bottom: 20px;
}

.digital_pic_info h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/underline2.jpg) no-repeat 0 0;
    width: 70px;
    height: 5px;
}

.digital_pic_info h2 span {
    font-weight: 700;
}

.digital_pic_info h2 span a {
    color: #000;
}

.digital_pic_info p {
    color: #312f2f;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 23px;
}

.digital_bottom {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.digital_bottom p {
    color: #202427;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
    padding: 0 40px;
}

.software_body {
    width: 100%;
    background: url(../images/software-body-bg.jpg) no-repeat 0 0 #fff;
    padding: 60px 0;
    background-size: cover;
}

.software_left_pic {
    width: 100%;
}

.software_left_pic img {
    max-width: 100%;
    display: block;
}

.software_left_pic_info {
    width: 100%;
    padding-top: 70px;
}

.software_left_pic_info h2 {
    color: #202427;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0;
}

.software_left_pic_info h3 {
    color: #202427;
    font-weight: 300;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

.software_left_pic_info p {
    color: #312f2f;
    font-weight: 500;
    font-size: 16px;
    margin: 0;
    line-height: 26px;
}

.software_middle {
    width: 100%;
    margin-top: 50px;
}

.software_middle h2 {
    color: #202427;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 55px;
    text-align: center;
}

.software_middle h2 span {
    font-weight: 300;
}

.software_middle h2:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: 0;
    background: #2471a9;
    width: 29px;
    height: 3px;
}

.softmid_box {
    width: 100%;
}

.softmid_box ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.softmid_box ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 12px 27px;
    display: block;
    color: #202427;
    font-weight: 500;
    font-size: 16px;
    background: url(../images/met-bullet.png) no-repeat 0 6px;
}

.forborder {
    border-right: 1px solid #bad8e8;
    padding: 0 36px;
}

.sftmid_gap {
    padding: 0 0 0 50px;
}

.crm_application {
    width: 100%;
    margin-top: 70px;
}

.crm_application h2 {
    text-align: center;
    color: #312f2f;
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 10px;
}

.crm_application h3 {
    text-align: center;
    color: #312f2f;
    font-weight: 600;
    font-size: 32px;
    margin: 0 0 36px;
}

.soft_bottom {
    width: 100%;
    display: inline-block;
}

.softbottom_box {
    width: 18.3%;
    float: left;
    background: #fff;
    padding: 10px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    box-shadow: 0px 4px 6px #ccc;
    margin-right: 24px;
    min-height: 362px;
}

.softbottom_box_inner {
    width: 100%;
    border: 1px solid #eaeaea;
    padding: 18px 5px 0;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: url(../images/soft-bottom-logo.png) no-repeat 0 0;
    background-position: center bottom;
    min-height: 362px;
}

.softbottom_box_inner h2 {
    color: #312f2f;
    font-weight: 400;
    font-size: 17px;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 14px;
    line-height: 23px;
    min-height: 81px;
}

.softbottom_box_inner h2:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 27px;
    height: 2px;
    background: #2471a9;
    margin-left: -13px;
}

.softbottom_box_inner p {
    color: #312f2f;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}

.softbottom_box:last-child {
    margin-right: 0;
}

.innerpage_banner_wrapper.software {
    background: url(../images/software-banner-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.innerpage_banner_wrapper.digitalbanner {
    background: url(../images/digital-banner-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.team_pic_info ul {
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
}

.team_pic_info ul li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0 0 10px 26px;
    background: url(../images/team-bullet.png) no-repeat 0 2px;
    color: #312f2f;
    font-weight: 400;
    font-size: 16px;
}

.social_side {
    position: fixed;
    right: 0;
    top: calc(50% - 332px);
    z-index: 999;
    padding: 0
}

.social_side a {
    background: #fff;
    border: 1px solid;
    border-radius: 50%;
    display: block;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    padding: 0 7px;
    text-align: center;
    width: 30px;
    transition: all .5s ease-in-out
}

.social_side a:hover {
    color: #333;
    margin-top: 20px
}

.social_side>ul {
    padding-left: 0 !important;
    padding-top: 35px;
    margin: 0
}

.social_side ul li {
    list-style: none;
    margin: 3px 0;
}

.gplus {
    color: #dc4a38;
}

.linky {
    color: #0177b5;
}

.twtt {
    color: #00aced;
}

.fb {
    color: #4867aa;
}

#menu-toggle>img {
    position: fixed;
    left: 0;
    top: 30%;
    width: 40px;
    cursor: pointer;
    z-index: 99;
}

#sidebar-wrapper {
    padding: 10px;
    z-index: 1000;
    position: fixed;
    left: 0;
    width: 250px;
    height: 350px;
    top: 29%;
    transform: translateX(-250px);
    overflow-y: auto;
    background: url(../images/soft-bottom-logo.png) no-repeat 0 0 #fff;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    box-shadow: 2px 2px 6px #000;
    background-position: center center;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 0;
}

#menu-toggle {
    z-index: 1;
    position: fixed;
    top: 35%;
    left: 0;
}

#sidebar-wrapper.active {
    left: 250px;
    width: 350px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.toggle {
    margin: 5px 5px 0 0;
}

#sidebar-wrapper form {
    width: 100%;
}

#sidebar-wrapper form input {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 0 0 0 12px;
    background: rgba(255, 255, 255, 0.3);
}

#sidebar-wrapper form textarea {
    background: rgba(255, 255, 255, 0.3);
    resize: none;
    width: 100%;
    height: 65px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0 0 12px;
}

#menu-close {
    padding: 0;
    margin: 0 0 9px;
}

#sidebar-wrapper form input[type="submit"] {
    background: url(../images/gradient-background.jpg) repeat-y 0 0;
    width: 100%;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-size: 100% 100%;
    box-shadow: 1px 1px 6px #707070;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 20px;
    display: block;
}

.innerpage_banner_wrapper.bposervice {
    background: url(../images/bposervice-banner.jpg) no-repeat 0 0;
    background-size: cover;
}

.bpo_body {
    width: 100%;
    padding: 60px 0 407px;
    background: url(../images/bpo-body-bg.png) no-repeat 0 0;
    background-size: cover;
    position: relative;
    z-index: 99;
}

.bpocircle_one {
    width: 100%;
}

.bpocircle_one img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.bpocircle_one_info {
    width: 100%;
}

.bpocircle_one_info img {
    max-width: 100%;
    display: block;
    margin: 0 0 30px;
}

.bpocircle_one_info h2 {
    color: #202427;
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 40px;
    text-transform: uppercase;
}

.bpocircle_one_info p {
    color: #312f2f;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 40px;
}

.bpo-gap1 {
    padding: 50px 0 0 79px;
}

.bpo_bottom {
    width: 100%;
    background: url(../images/bpo-bottom-bg.png) repeat 0 0;
    padding: 75px 0 10px;
    margin-top: -175px;
}

.bpo_bottom_left {
    width: 100%;
    position: relative;
    z-index: 99;
}

.bpo_bottom_left img {
    max-width: 100%;
    display: block;
    margin: 0 0 65px;
}

.bpo_bottom_left h2 {
    color: #202427;
    font-weight: 700;
    font-size: 25px;
    margin: 0 0 26px;
    text-transform: uppercase;
}

.bpo_bottom_left p {
    color: #312f2f;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 40px;
}

.bpo_bottom_left ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.bpo_bottom_left ul li {
    line-height: 50px;
    list-style: none;
    width: 50%;
    float: left;
    color: #000;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 0 35px;
}

.bpo_bottom_left ul li img {
    max-width: 100%;
    float: left;
    margin: 0 13px 0 0;
}

.bpo_bottom_right {
    width: 100%;
    padding-top: 120px;
}

.bpo_bottom_right img {
    max-width: 100%;
    display: block;
}

.innerpage_banner_wrapper.contactbanner {
    background: url(../images/contactbanner-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.contact_page_wrapper {
    width: 100%;
    background: url(../images/contact-body-bg.jpg) no-repeat 0 0;
    padding: 60px 0;
    background-size: cover;
}

.contact_page_left {
    width: 100%;
}

.contact_page_left h2 {
    text-transform: uppercase;
    color: #202427;
    font-weight: 300;
    font-size: 32px;
    margin: 0 0 26px;
    padding-bottom: 35px;
    position: relative;
    line-height: 38px;
}

.contact_page_left h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/underline2.jpg) no-repeat 0 0;
    width: 70px;
    height: 5px;
}

.contact_page_left h2 span {
    display: block;
    font-weight: 700;
}

.contact_page_left p {
    color: #312f2f;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 32px;
}

.formbox {
    width: 100%;
    margin-bottom: 10px;
}

.formbox input[type="text"] {
    width: 100%;
    background: #fff;
    border: 1px solid #e4e7ee;
    height: 49px;
    padding: 0 0 0 25px;
    color: #202427;
    font-weight: 400;
    font-size: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.formbox input[type="email"] {
    width: 100%;
    background: #fff;
    border: 1px solid #e4e7ee;
    height: 49px;
    padding: 0 0 0 25px;
    color: #202427;
    font-weight: 400;
    font-size: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.formbox input[type="tel"] {
    width: 100%;
    background: #fff;
    border: 1px solid #e4e7ee;
    height: 49px;
    padding: 0 0 0 25px;
    color: #202427;
    font-weight: 400;
    font-size: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.formbox textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #e4e7ee;
    height: 120px;
    padding: 10px 0 0 25px;
    color: #202427;
    font-weight: 400;
    font-size: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    resize: none;
}

.formbox_submit {
    background: url(../images/gradient-background.jpg) repeat-y 0 0;
    width: 135px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-size: 100% 100%;
    box-shadow: 1px 1px 6px #707070;
    margin-top: 20px;
}

.formbox_submit input[type="submit"] {
    text-shadow: none;
    display: block;
    width: 100%;
    line-height: 42px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    background: url(../images/button-arrow.png) no-repeat 0 0;
    background-position: 88%;
    border: none;
    padding: 0;
    text-align: left;
    padding-left: 20px;
}

.formbox_submit a {
    text-shadow: none;
    display: block;
    width: 100%;
    line-height: 42px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    background: url(../images/button-arrow.png) no-repeat 0 0;
    background-position: 88%;
    border: none;
    padding: 0;
    text-align: left;
    padding-left: 20px;
}

.formbox_submit:hover {
    background: url(../images/gradient-background-hover.jpg) repeat-y 0 0;
    background-size: 100% 100%;
}

.contact_page_right {
    width: 100%;
}

.contact_page_right_top {
    width: 100%;
}

.contact_page_right_top span {
    display: inline-block;
}

.contact_page_right_top img {
    max-width: 100%;
    display: inline-block;
    position: relative;
    top: 7px;
}

.contact_page_right_top span a {
    display: inline-block;
    width: 142px;
    line-height: 16px;
    color: #076fc8;
    font-weight: 600;
    font-size: 12px;
    text-align: left;
    border: 1px solid #0a79ca;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    margin: 0 3px 6px;
    min-height: 37px;
    padding: 10px 15px 10px 39px;
}

.contact_page_right_top span.contactbuttons {
    /* width: 80%; */
    float: right;
}

.contact_page_map {
    width: 100%;
    margin-top: 22px;
}

.contact_page_map iframe {
    width: 100%;
    height: 303px;
}

.contact_page_address_info {
    width: 100%;
    margin-top: 32px;
}

.contact_page_address_info p {
    color: #202427;
    font-weight: 400;
    font-size: 17px;
    margin: 0 0 14px;
    width: 100%;
    display: inline-block;
}

.contact_page_address_info p a {
    color: #202427;
}

.contact_page_address_info p img {
    max-width: 100%;
    margin-right: 10px;
}

.contact_page_address_info span {
    float: left;
    min-height: 66px;
}

.formbox img {
    max-width: 100%;
    display: block;
}

.contact_page_right_top span a:hover {
    background: #1968bb;
    border: 1px solid #1968bb;
    color: #fff;
}

.innerpage_banner_wrapper.blogbanner {
    background: url(../images/blog-banner-bg.jpg) no-repeat 0 0;
    background-size: cover;
}

.bposervice .innerpage_banner_right_pic img {
    position: relative;
    top: -10px;
}

.blogpage_wrapper {
    width: 100%;
    background: url(../images/blog-body-bg.jpg) no-repeat #ebf5fb 0 0;
    padding: 41px 0;
}

.blog_page_right {
    width: 100%;
}

.widget {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 4px #7d7d7d;
    padding: 33px 23px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.widget h2 {
    color: #312f2f;
    font-weight: 300;
    font-size: 26px;
    margin: 0 0 27px;
    padding-bottom: 17px;
    position: relative;
}

.widget h2 span {
    font-weight: 700;
}

.widget h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/underline2.jpg) no-repeat 0 0;
    height: 5px;
    width: 70px;
}

.recent_box {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0 0 18px;
    margin: 0 0 18px;
    display: inline-block;
}

.rcb_pic {
    width: 31%;
    float: left;
    margin-right: 20px;
}

.rcb_pic img {
    width: 100%;
    display: block;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.rcb_pic_info {
    /* width: 62%;
    float: left; */
    overflow: hidden;
}

.rcb_pic_info p {
    color: #312f2f;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 16px;
}

.rcb_pic_info a {
    width: auto;
    display: inline-block;
    padding: 0 19px;
    line-height: 34px;
    border: 1px solid #1968bb;
    text-align: center;
    color: #076fc8;
    font-weight: 500;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.recent_box:last-child {
    padding: 0;
    margin: 0;
    border: none;
}

.widget ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.widget ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 8px 26px;
    display: block;
    background: url(../images/team-bullet.png) no-repeat 0 3px;
}

.widget ul li a {
    display: block;
    color: #312f2f;
    font-weight: 400;
    font-size: 16px;
}

.widget img {
    max-width: 100%;
}

.widget form {
    width: 100%;
    display: flex;
    border: 1px solid #ccc;
    -webkit-border-radius: 28px;
    -moz-border-radius: 28px;
    border-radius: 28px;
}

.widget input[type="text"] {
    background: none;
    border: none;
    width: 85%;
    /* float: left; */
    height: 49px;
    padding: 0 0 0 15px;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.widget input[type="submit"] {
    width: 15%;
    /* float: right; */
    border: none;
    height: 49px;
    background: url(../images/go-icon.png) no-repeat 0 7px;
}

.blog_page_left {
    width: 100%;
    padding-right: 120px;
}

.blogbox {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blogbox h2 {
    color: #202427;
    font-weight: 300;
    font-size: 30px;
    margin: 0 0 45px;
    padding-bottom: 22px;
    position: relative;
    line-height: 35px;
}

.blogbox h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/underline2.jpg) no-repeat 0 0;
    height: 5px;
    width: 70px;
}

.blogbox p {
    color: #312f2f;
    font-weight: 400;
    font-size: 16px;
    margin: 0 0 21px;
    line-height: 28px;
}

.blog_button {
    background: url(../images/gradient-background.jpg) repeat-y 0 0;
    width: 172px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-size: 100% 100%;
    box-shadow: 1px 1px 6px #707070;
}

.blog_button a {
    text-shadow: none;
    display: block;
    width: 100%;
    line-height: 45px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    padding: 0 0 0 26px;
    background: url(../images/button-arrow.png) no-repeat 0 0;
    background-position: 88%;
}

.blog_button:hover {
    background: url(../images/gradient-background-hover.jpg) repeat-y 0 0;
    background-size: 100% 100%;
}

.blogpic {
    width: 100%;
    background: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-bottom: 25px;
    box-shadow: 0px 0px 8px #7d7d7d;
    position: relative;
}

.blogpic img {
    width: 100%;
    display: block;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.blog_icons {
    width: 100%;
    padding: 19px 0 12px;
}

.blog_icons a {
    display: inline-block;
    padding-left: 30px;
    color: #312f2f;
    font-weight: 400;
    font-size: 16px;
}

.blog_icons img {
    max-width: 100%;
    display: inline-block!important;
    margin-right: 9px;
    width: auto!important;
}

.rcb_pic_info a:hover {
    background: #1968bb;
    color: #fff;
}

.blog_icons a:hover {
    color: #1968bb;
}

.date_box {
    width: 55px;
    background: #076fc8;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 2px;
    position: absolute;
    left: 12px;
    top: -23px;
}

.date_box span {
    display: block;
}

.date_box span.dt_top {
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
}

.date_box span.dt_bottom {
    text-align: center;
    text-transform: uppercase;
    color: #076fc8;
    font-weight: 600;
    font-size: 17px;
    line-height: 27px;
    background: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.blogbox:last-child {
    border: none;
}

.blog_pagination {
    width: 100%;
}

.blog_pagination ul {
    width: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    height: 47px;
}

.blog_pagination ul li {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
}

.blog_pagination ul li a {
    display: block;
    color: #312f2f;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    padding: 10px 21px;
    border-right: 1px solid #ccc;
}

.blog_pagination ul li:last-child a {
    border: none;
}

.blog_pagination ul li .fa {
    color: #1bbcd8;
    font-size: 22px;
}

.blog_pagination ul li a:hover {
    color: #fff;
    background: url(../images/blogpagination-hover-bg.jpg) repeat 0 0;
}

.blog_pagination ul li:first-child a:hover {
    background: none;
}

.blog_pagination ul li:first-child a:hover .fa {
    color: #000;
}

.blog_pagination ul li:last-child a:hover {
    background: none;
}

.blog_pagination ul li:last-child a:hover .fa {
    color: #000;
}

.innerpage_banner_wrapper.careerbanner {
    background: url(../images/career-banner-bg.jpg) no-repeat 0 0;
    background-size: cover;
    position: relative;
}

.career_body_wrapper {
    width: 100%;
    padding: 73px 0 0;
}

.career_body_wrapper h2 {
    color: #202427;
    font-weight: 300;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 30px;
    position: relative;
    padding-bottom: 35px;
    text-align: center;
}

.career_body_wrapper h2 span {
    font-weight: 700;
}

.career_body_wrapper h2:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
    background: url(../images/underline2.jpg) no-repeat 0 0;
    width: 70px;
    height: 5px;
}

.career_body_wrapper p {
    color: #312f2f;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 23px;
    text-align: center;
}

.career_tab {
    width: 100%;
    margin-top: 80px;
}

.career_tab .owl-wrapper-outer .owl-item.synced .item {
    border: none;
    background: url(../images/career-tab-li-bg.jpg) repeat-y 0 0!important;
    background-size: 100%!important;
    color: #fff!important;
}

.career_tab div#sync2 .owl-wrapper-outer {
    border: none;
    text-align: center;
}

.career_tab div#sync2 .owl-wrapper-outer .item {
    background: #ecebeb;
    margin: 0;
    padding: 9px 12px;
    text-transform: uppercase;
    color: #242424;
    font-weight: 400;
    font-size: 14px;
    cursor: pointer;
}

.career_tab div#sync2 .owl-wrapper-outer {
    position: relative;
}

.career_tab div#sync2 .owl-wrapper-outer .owl-item.synced {
    background: url(../images/career-li-active-icon.png) no-repeat 0 0;
    width: 8px;
    height: 84px;
    background-position: bottom center;
}

.career_tab .tab-content {
    margin-top: 50px;
    width: 100%;
}

.career_tab .owl-prev {
    background: url(../images/career-arrow1.png) no-repeat 0 0!important;
    opacity: 1!important;
    width: 49px;
    height: 38px;
    font-size: 0!important;
    border-radius: 0 !important;
    position: absolute;
    left: -20px;
    top: -5px;
}

.career_tab .owl-next {
    background: url(../images/career-arrow2.png) no-repeat 0 0!important;
    opacity: 1!important;
    width: 49px;
    height: 38px;
    font-size: 0!important;
    border-radius: 0 !important;
    position: absolute;
    right: -20px;
    top: -5px;
}

.tabcont_left {
    width: 50%;
    float: left;
}

.tabcont_left img {
    max-width: 100%;
    display: block;
}

.tabcont_right {
    width: 50%;
    float: right;
    padding: 24px 0 0;
    position: relative;
    left: -89px;
}

.tabcont_right h2 {
    color: #202427;
    font-weight: 700;
    font-size: 36px;
    margin: 0 0 7px;
}

.tabcont_right h3 {
    color: #202427;
    font-weight: 400;
    font-size: 18px;
    margin: 0 0 23px;
}

.tabcont_right ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tabcont_right ul li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0 0 12px 27px;
    background: url(../images/career-page-bullet.png) no-repeat 0 1px;
    color: #202427;
    font-weight: 400;
    font-size: 14px;
}

.tab_content_inner {
    width: 100%;
    border: 1px solid #139ed2;
    display: inline-block;
}

.tab_apply {
    width: 100%;
    text-align: center;
    margin-top: 55px;
    position: relative;
}

.tab_apply a {
    display: inline-block;
    width: auto;
    padding: 0 40px;
    line-height: 48px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    background: url(../images/gradient-background.jpg) repeat-y 0 0;
    background-size: 100% 100%;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
}

.tab_apply:before {
    background: url(../images/career-li-active-icon.png) no-repeat 0 0;
    width: 8px;
    height: 39px;
    content: "";
    position: absolute;
    left: 50%;
    top: -45px;
    margin-left: -3px;
}

.tab_apply a:hover {
    background: url(../images/gradient-background-hover.jpg) repeat-y 0 0;
    background-size: 100% 100%;
}

.innerpage_banner_wrapper.portfoliobanner {
    background: url(../images/portfolio-banner-bg.jpg) no-repeat 0 0;
    background-size: cover;
    position: relative;
}

.portfoliobanner .innerpage_banner_right_pic {
    width: auto;
    position: absolute;
    right: 0;
    bottom: 0;
}

.portfoliobanner .innerpage_banner_right_pic img {
    max-width: 100%;
    display: block;
}

.portfolio_body_wrapper {
    width: 100%;
    background: url(../images/portfolio-body-bg.jpg) no-repeat 0 0 #fff;
    padding: 85px 0;
    background-size: cover;
}

.portfolio_body_wrapper h1 {
    color: #202427;
    font-weight: 300;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 30px;
    position: relative;
    padding-bottom: 35px;
    text-align: center;
}

.portfolio_body_wrapper h1 span {
    font-weight: 700;
}

.portfolio_body_wrapper h1:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 0;
    background: url(../images/underline2.jpg) no-repeat 0 0;
    width: 70px;
    height: 5px;
}

.porfolioslider_wrapper {
    width: 100%;
    margin-top: 50px;
}

.porfolioslider_wrapper .item img {
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    margin-bottom: 23px;
}

.porfolioslider_wrapper .owl-prev {
    background: url(../images/portfolio-arrow1.png) no-repeat 0 0!important;
    opacity: 1!important;
    width: 38px;
    height: 38px;
    font-size: 0!important;
    border: 1px solid #ccc;
    border-radius: 50%!important;
}

.porfolioslider_wrapper .owl-next {
    background: url(../images/portfolio-arrow2.png) no-repeat 0 0!important;
    opacity: 1!important;
    width: 38px;
    height: 38px;
    font-size: 0!important;
    border: 1px solid #ccc;
    border-radius: 50%!important;
}

.porfolioslider_wrapper .owl-nav {
    position: relative;
}

.porfolioslider_wrapper .owl-nav:after {
    width: 44%;
    height: 1px;
    background: #ccc;
    content: "";
    position: absolute;
    right: 0;
    top: 27px;
}

.porfolioslider_wrapper .owl-nav:before {
    width: 44%;
    height: 1px;
    background: #ccc;
    content: "";
    position: absolute;
    left: 0;
    top: 27px;
}

.hdr_info a.comp_profile {
    background: #fff;
    display: inline-block;
    width: auto;
    padding: 0 19px;
    line-height: 35px;
    color: #1968bb;
    font-size: 15px;
    font-weight: 500;
    -webkit-border-radius: 29px;
    -moz-border-radius: 29px;
    border-radius: 29px;
}

.portfolio_body_wrapper p {
    color: #312f2f;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 23px;
    text-align: center;
    position: relative;
}

.portfolio_body_wrapper p:after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -16px;
    bottom: -113px;
    background: url(../images/portfolio-line.png) no-repeat 0 0;
    width: 3px;
    height: 80px;
}

.porfolio_tab_wrapper {
    width: 100%;
    margin-top: 135px;
}

.porfolio_tab_wrapper .nav-tabs>li>a {
    border: none;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    padding: 7px 28px;
}

.porfolio_tab_wrapper .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
    background: url(../images/blogpagination-hover-bg.jpg) repeat-y 0 0;
    color: #fff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-size: 100%;
}

.porfolio_tab_wrapper .nav-tabs {
    border: none;
    text-align: center;
}

.porfolio_tab_wrapper .nav-tabs>li {
    float: none;
    display: inline-block;
}

.porfolio_tab_wrapper .nav-tabs>li>a:hover {
    background: url(../images/blogpagination-hover-bg.jpg) repeat-y 0 0;
    background-size: 100%;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    color: #fff;
}

.porfolio_tab_wrapper .tab-content {
    width: 100%;
    margin-top: 30px;
}

.gallery_img {
    width: 33%;
    float: left;
    padding: 0 12px 12px;
}

.gallery_img img {
    width: 100%;
    display: block;
}

.cr_break_pic1 {
    width: auto;
    position: absolute;
    right: 86px;
    top: 37px;
}

.cr_break_pic2 {
    width: auto;
    position: absolute;
    right: 43px;
    bottom: 159px;
}

.cr_break_pic3 {
    width: auto;
    position: absolute;
    right: 418px;
    bottom: 95px;
}

.cr_break_pic4 {
    width: auto;
    position: absolute;
    right: 481px;
    bottom: 76px;
}

.cr_break_pic5 {
    width: auto;
    position: absolute;
    right: 691px;
    bottom: 43px;
}

.cr_break_pic6 {
    width: auto;
    position: absolute;
    left: 513px;
    bottom: 106px;
}

.cr_break_pic7 {
    width: auto;
    position: absolute;
    left: 294px;
    bottom: 76px;
}

.cr_break_pic8 {
    width: auto;
    position: absolute;
    left: 124px;
    bottom: 25px;
}

.cr_break_pic1 img,
.cr_break_pic2 img,
.cr_break_pic3 img,
.cr_break_pic4 img,
.cr_break_pic5 img,
.cr_break_pic6 img,
.cr_break_pic7 img,
.cr_break_pic8 img {
    max-width: 100%;
    display: block;
}

.sitemapwrap ul {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
}

.sitemapwrap ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 0 10px 26px;
    background: url(../images/team-bullet.png) no-repeat 0 2px;
}

.sitemapwrap ul li a {
    color: #312f2f;
    font-weight: 400;
    font-size: 16px;
}

.sitemapwrap ul li ul {
    width: 100%;
}

.sitemapwrap .digital_pic img {
    max-width: 400px;
    margin: 0 auto;
}

.achive_box {
    background: #fff;
    box-shadow: 0px 0px 6px #ccc;
    width: 100%;
    padding: 20px;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    min-height: 330px;
    margin-bottom: 30px;
}

.achive_box span {
    color: #202427;
    font-weight: 400;
    font-size: 16px;
}

.achive_box img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
    max-height: 200px;
}

.inrhd_top {
    width: auto;
    display: inline-block;
}

.innerpage_right_header .header_search {
    padding: 17px 16px 0 15px;
    z-index: 9;
}

.innerpage_right_header .hdr_info a.comp_profile {
    background: #1968bb;
    color: #fff!important;
}

.innerpage_right_header .header_hamburger {
    padding-top: 7px;
}

.fitserbody h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 22px;
    margin: 0 0 30px;
}

.fitser_servc_panel {
    width: 100%;
    padding: 20px;
    background: #E9E9E9;
    display: inline-block;
    margin-top: 30px;
}

.fitser_serv_box {
    width: 100%;
    text-align: center;
    border: 1px solid #ccc;
    padding: 15px;
    min-height: 263px;
}

.fitser_serv_box img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}

.fitser_serv_box h3 {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.fitser_serv_box p {
    color: #202427;
    font-weight: 300;
    font-size: 16px;
    margin: 0;
}

.fitser_bottom {
    width: 100%;
    margin-top: 30px;
}

.fitser_bottom h2 {
    color: #202427;
    font-weight: 300;
    font-size: 32px;
    text-transform: uppercase;
    margin: 0 0 12px;
    position: relative;
    padding-bottom: 20px;
    text-align: center;
}

.fitser_bottom h2 span {
    font-weight: 700;
}

.fitser_bottom p {
    color: #312f2f;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 23px;
    text-align: center;
}

.fitbottom_box {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.fitbottom_box img {
    width: 100%;
    display: block;
}

.fitbottom_box p {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.page-template-temp-fitser .innerpage_header {
    box-shadow: 0px 3px 6px #ccc;
    margin-bottom: 6px;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: fixed;
    top: 5%;
    left: 25%;
    height: auto;
    background-color: white;
    z-index: 1002;
    overflow: auto;
    width: 700px;
    padding: 20px;
}

.white_content img {
    max-width: 100%;
    display: block;
    margin: 0 auto 30px;
    border: 1px solid #ccc;
}

.white_content h2 {
    color: #1968bb;
    line-height: 26px;
    font-size: 25px;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.white_content p {
    color: #000;
    line-height: 23px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.lightclose {
    width: auto;
    position: absolute;
    right: 10px;
    top: 6px;
}

.lightclose .fa {
    font-size: 22px;
}

.brandlogo img {
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin: 0 20px;
}

.careerbanner {
    width: 100%;
    position: relative;
}

.careerbanner .innerpage_banner_caption {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -557px;
}

.innerpage_banner_wrapper.achvbanner {
    background: url(../images/achivment-banner-right-pic.jpg) no-repeat 0 0;
    background-size: cover;
}

.contact_page_right .nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    border: none;
    background: url(../images/blogpagination-hover-bg.jpg) repeat-y 0 0;
    color: #fff;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-size: 100%;
}

.contact_page_right .nav-tabs {
    border: none;
    margin-bottom: 30px;
}

.privacy_wrap {
    width: 100%;
}

.privacy_wrap h2 {
    color: #0975C9;
    font-weight: 300;
    font-size: 20px;
    margin: 0 0 15px;
}

.privacy_wrap p {
    color: #312f2f;
    font-weight: 400;
    font-size: 15px;
    margin: 0 0 35px;
    line-height: 24px;
}

label.error {
    color: #ff0054;
    padding: 10px 0 0 21px;
}

.formbox_submit .btn-default {
    display: block;
    width: 100%;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 0 0 0 26px;
    background: url(../images/send-icon.png) no-repeat 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
    background-position: 88%;
    border: none;
    text-align: left;
}

.nav-links .page-numbers {
    padding: 10px 17px 10px;
    display: inline-block;
    color: #312f2f;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    border-right: 1px solid #ccc;
    margin: 0;
    float: left;
}

.nav-links .page-numbers:hover {
    color: #fff;
    background: url(../images/blogpagination-hover-bg.jpg) repeat 0 0;
    background-size: contain;
}

.nav-links .page-numbers:last-child {
    border-right: none;
}

.nav-links .screen-reader-text {
    display: none;
}

.nav-links .next .screen-reader-text {
    display: block;
}

.nav-links .prev .screen-reader-text {
    display: block;
}

.nav-links .page-numbers.current {
    background: #0976c9;
    color: #fff;
    margin: 0;
}

.comment-form textarea,
.comment-form input {
    width: 100%;
    padding: 6px 10px;
}

.comment-form .form-submit input {
    width: auto;
}

.comment-form .comment-form-cookies-consent input {
    width: auto;
    margin-right: 10px;
}

.nav-links {
    width: auto;
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    height: 47px;
}

ol.comment-list {
    list-style: none;
}

ol.comment-list li {
    margin: 0 0 20px;
}

.comment-author.vcard {
    margin: 0 0 10px;
}

.comment-author.vcard img {
    max-width: 50px;
    max-height: 50px;
    margin-right: 10px;
}

.reply a {
    display: flex;
    align-items: center;
}

.reply svg {
    max-height: 15px;
    max-width: 15px;
    margin-right: 5px;
}

.comment-content {
    padding: 6px 10px;
    border: 1px solid #eaeaea;
    background: #f5f5f5;
    width: 100%;
    border-radius: 3px;
    margin: 10px 0;
}

.edit-link {
    margin-left: 30px;
}

.getin_touch_form .form-group {
    min-height: 67px;
}

#contact_form .formbox {
    min-height: 70px;
}

div.wpcf7 .ajax-loader {
    position: absolute!important;
}

.wpcf7-form-control.wpcf7-submit.btn.btn-default:active:focus {
    background-color: transparent!important;
    color: #fff!important;
}

.comment-form-cookies-consent {
    display: flex;
}

.search-form {
    text-align: center;
}

.search-field {
    width: 100%;
    background: #fff;
    border: 1px solid #e4e7ee;
    height: 49px;
    padding: 0 0 0 25px;
    color: #202427;
    font-weight: 400;
    font-size: 15px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

button.search-submit {
    background: url(../images/gradient-background.jpg) repeat-y 0 0;
    width: 135px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background-size: 100% 100%;
    box-shadow: 1px 1px 6px #707070;
    margin-top: 20px;
    border: none;
    display: inline-flex;
    align-items: center;
    padding: 10px 20px;
}

button.search-submit svg {
    height: 24px;
    width: 24px;
    filter: brightness(0) invert(1);
    margin: 0 10px 0 0;
}

button .screen-reader-text {
    color: #fff;
    font-size: 16px;
}

.bttn-map {
    position: absolute;
    left: 5px;
    top: 3px;
    margin: 0;
}

.bttn-map img {
    top: 0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.footer_logo_1 {
    width: 49%;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.footer_logo_2 {
    width: 49%;
    display: inline-block;
    margin: 0;
}

.footer_logo_3 img {
    width: 55%;
    margin: 0 auto;
    padding: 10px;
}