/*http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   
 * Table of content
 * 1.0 Reset Css
 * 2.0 Navbar
 * 3.0 Banner info
 * 4.0 Banner info.v2
 * 5.0 About video
 * 6.0 Newsletter
 * 7.0 Portfolio
 * 8.0 Testimonial
 * 9.0 Team
 * 10.0 Package
 * 11.0 Comment
 * 12.0 Contact
 * 13.0 Footer 
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    font-family: 'Roboto', sans-serif;
}

section,
footer {
    float: left;
    width: 100%;
}

video {
    max-width: 100%;
}


/*navbar-business v2*/

nav.nexa-header-business-v3 {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
}

nav.nexa-header-business-v3 .business-nav .menu-items-v2 a {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    transition: all ease 0.5s;
    line-height: 50px;
    padding-top: 0;
    padding-bottom: 0;
}

nav.nexa-header-business-v3 .nav>li>a:focus,
nav.nexa-header-business-v3 .nav>li>a:hover {
    background-color: unset;
}

nav.nexa-header-business-v3 .business-nav li.dropdown:hover .dropdown-menu {
    top: 100%;
    left: 0;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    margin-top: 2px;
    font-size: 14px;
    background-color: #fff;
    display: block;
    border-radius: 0;
}

nav.nexa-header-business-v3 .business-nav .dropdown-menu>li>a {
    display: block;
    padding: 9px 31px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    text-transform: capitalize;
}

nav.nexa-header-business-v3 .navbar-brand {
    float: left;
    height: 50px;
    padding: 10px 0;
    font-size: 18px;
    line-height: 20px;
}

nav.nexa-header-business-v3 .business-nav .dropdown-menu {
    display: none;
}

nav.nexa-header-business-v3 .header-v3 {
    background-color: #ffffff;
    padding: 15px 0;
    position: unset;
    z-index: 9999;
    width: 100%;
    left: 0;
    right: 0;
    top: -41px;
    text-align: center;
    margin: 0 auto;
    border-radius: 4px;
}

nav.nexa-header-business-v3 .nav-btn {
    margin-top: 2px;
    float: right;
}

nav.nexa-header-business-v3 .nav-btn .btn-default {
    color: #000;
    background-color: transparent;
    border-color: #5FC1EE;
    border-width: 2px;
    text-transform: uppercase;
    border-radius: 0;
    padding: 9px 21px;
    font-size: 14px;
    transition: all ease 0.6s;
}

nav.nexa-header-business-v3 .nav-btn .btn-default:hover {
    color: #000;
    background-color: transparent;
    border-color: #4fbe6e;
    text-transform: uppercase;
    border-radius: 0;
}

.nexa-header-business.sticky-header {
    top: 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
    z-index: 9999999;
    position: fixed;
    margin-top: 0px;
    /*height: 100px;*/
    width: 100%;
}

header.first-header {
    background-color: #5FC1EE;
    padding-top: 8px;
    padding-bottom: 0;
}

header.first-header .left-header .personal-header {
    float: left;
}

header.first-header .left-header .personal-header li a {
    text-decoration: none;
    color: #fff;
    transition: all ease 0.4s;
}

header.first-header .left-header .personal-header li a:hover {
    color: #000;
}

header.first-header .left-header .personal-header li {
    display: inline;
    padding-right: 20px;
    color: #fff;
    border-right: 1px solid #fff;
}

header.first-header .left-header .personal-header li:last-child {
    border-right: none;
    padding-left: 15px;
}

header.first-header .left-header .personal-header li .fa {
    padding-right: 4px;
    color: #fff;
}

header.first-header .right-header .social-header li .fa {
    color: #fff;
    padding-left: 25px;
    transition: all ease 0.4s;
}

header.first-header .right-header .social-header li .fa:hover {
    color: #000;
}

header.first-header .right-header .social-header {
    float: right;
}

header.first-header .right-header .social-header li {
    display: inline;
}

@media screen and (max-width: 767px) {
    header.first-header {
        padding-top: 5px;
    }
    header.first-header .left-header {
        text-align: center;
    }
    nav.nexa-header-business-v3 .header-v3 {
        width: 100%;
        padding: 15px 0;
    }
    header.first-header .left-header .personal-header li {
        display: inline-block;
        padding-right: 20px;
        padding-top: 15px;
        border-right: none;
    }
    header.first-header .left-header .personal-header .time-header {
        display: none;
    }
    nav.nexa-header-business-v3 .navbar-brand {
        padding: 11px 15px;
    }
    header.first-header .right-header {
        text-align: center;
        float: left;
        width: 100%;
    }
    header.first-header .right-header .social-header {
        float: unset;
        padding-top: 15px;
    }
    header.first-header .right-header .social-header li .fa {
        padding-right: 20px;
        padding-left: 0;
    }
    nav.nexa-header-business-v3 .navbar-toggle {
        background-color: #272727;
        border: 1px solid #272727;
        border-radius: 0;
    }
    nav.nexa-header-business-v3 .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    nav.nexa-header-business-v3 .nav-btn {
        margin-top: 2px;
        display: none;
    }
    nav.nexa-header-business-v3 .collapse.in .nav-btn {
        display: block;
    }
    nav.nexa-header-business-v3 .business-nav li.dropdown:hover .dropdown-menu {
        margin-top: 0px;
        width: 100%;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    header.first-header .left-header .personal-header {
        float: left;
        width: 100%;
        text-align: center;
        padding-top: 10px;
    }
    nav.nexa-header-business-v3 .header-v3 {
        width: 100%;
    }
    header.first-header .right-header .social-header {
        float: left;
        text-align: center;
        width: 100%;
        padding-top: 25px;
    }
    nav.nexa-header-business-v3 .nav-btn .btn-default {
        border-radius: 0;
        padding: 4px 8px;
        font-size: 11px;
    }
    nav.nexa-header-business-v3 .nav>li>a {
        padding: 6px 7px;
        font-size: 13px !important;
        text-transform: unset !important;
    }
    nav.nexa-header-business-v3 .navbar-right {
        float: unset !important;
    }
    nav.nexa-header-business-v3 .navbar-brand {
        padding: 16px 0;
    }
    nav.nexa-header-business-v3 .navbar-collapse.collapse {
        padding-top: 0;
    }
    nav.nexa-header-business-v3 .nav-btn {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1191px) and (min-width: 991px) {
    nav.nexa-header-business-v3 .nav>li>a {
        padding: 10px 10px;
    }
    nav.nexa-header-business-v3 .navbar-collapse.collapse {
        padding-top: 0;
    }
    nav.nexa-header-business-v3 .navbar-right {
        float: unset !important;
        text-align: center;
    }
}

@media screen and (max-width: 1191px) and (min-width: 991px) {
    nav.nexa-header-business-v3 .header-v3 {
        width: 100%;
    }
}


/*end-navbar-business v2*/


/*banner-info-business v2*/

section.nexa-banner-business.v2 .banner-img>img {
    width: 100%;
    position: relative;
    height: 550px;
    /*460*/
    object-fit: cover;
}

section.nexa-banner-business.v2 .carousel-inner {
    width: 100%;
    height: 100%;
    /*460*/
}

section.nexa-banner-business.v2 .overlay-banner {
    background-color: #605e5b;
    left: 0;
    opacity: 0.40;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}

section.nexa-banner-business.v2 .banner-inner-info {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 80%;
}

section.nexa-banner-business.v2 .banner-title h4 {
    color: #fff;
    font-size: 40px;
    line-height: 1.3;
    padding-bottom: 26px;
    font-weight: 300;
    width: 45%;
    max-width: 550px;
}

section.nexa-banner-business.v2 .banner-title h2 {
    color: #d1d1d1;
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 53px;
    width: 52%;
    max-width: 450px;
}

section.nexa-banner-business.v2 .banner-title .btn.btn-success:hover {
    background-color: #4fbe6e;
    border-color: #4fbe6e;
}

section.nexa-banner-business.v2 .banner-title .btn.btn-success {
    background-color: #0be689;
    border-color: #0be689;
    border-radius: 28px;
    color: #fff;
    float: left;
    padding: 16px 40px;
    margin-right: 40px;
}

section.nexa-banner-business .banner-title .fa {
    color: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    text-align: center;
    padding-top: 10px;
    border: 3px solid #d1d1d1;
    border-radius: 34px;
    padding-left: 4px;
    margin-right: 11px;
}

section.nexa-banner-business.v2 .banner-title h3 {
    color: #fff;
    display: inline-block;
    float: right;
    margin-left: 7px;
    margin-top: 14px;
}

section.nexa-banner-business.v2 .video-btn {
    float: left;
    padding-top: 7px;
}

section.nexa-banner-business .video-btn a:hover {
    color: #4fbe6e;
}

section.nexa-banner-business .video-btn a:hover .fa {
    color: #4fbe6e;
    border-color: #4fbe6e;
}

section.nexa-banner-business.v2 .carousel-indicators li {
    background-color: #515457;
    border: 1px solid #515457;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    height: 6px;
    margin: 1px;
    text-indent: -999px;
    width: 24px;
}

section.nexa-banner-business.v2 .carousel-indicators .active {
    background-color: #fff;
    border-color: #fff;
    height: 6px;
    margin: 1px;
    width: 24px;
}

section.nexa-banner-business.v2 .carousel-indicators {
    bottom: 17px;
}

@media screen and (max-width: 767px) {
    section.nexa-banner-business.v2 .banner-inner-info {
        display: none;
    }
    section.nexa-banner-business.v2 .banner-img>img {
        height: 140px;
        object-fit: cover;
    }
    section.nexa-banner-business.v2 .overlay-banner {
        height: 99%;
    }
    section.nexa-banner-business.v2 .carousel-indicators li {
        height: 5px;
        margin: 0 7px 1px 1px;
        width: 27px;
    }
    section.nexa-banner-business.v2 .carousel-inner {
        width: 100%;
        height: 470px;
    }
    section.nexa-banner-business.v2 .carousel-indicators .active {
        height: 5px;
        margin: 1px;
        width: 27px;
    }
    section.nexa-banner-business.v2 .carousel-indicators {
        bottom: 73%;
        z-index: 15;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    section.nexa-banner-business.v2 .banner-inner-info {
        top: 37%;
    }
    section.nexa-banner-business.v2 .banner-title h4 {
        font-size: 31px;
        line-height: 1.2;
        padding-bottom: 15px;
        width: 100%;
    }
    section.nexa-banner-business.v2 .banner-title h2 {
        color: #d3d3d3;
        font-size: 17px;
        padding-bottom: 15px;
        width: 100%;
    }
    section.nexa-banner-business.v2 .banner-title .btn.btn-success {
        padding: 10px 27px;
    }
    section.nexa-banner-business.v2 .banner-title h3 {
        margin-top: 15px;
    }
    section.nexa-banner-business.v2 .video-btn {
        padding-top: 3px;
    }
    section.nexa-banner-business.v2 .banner-img>img {
        height: 310px;
    }
    section.nexa-banner-business.v2 .carousel-indicators {
        bottom: 15px;
    }
    section.nexa-banner-business.v2 .overlay-banner {
        height: 99%;
    }
}

@media screen and (max-width: 1191px) and (min-width: 991px) {
    section.nexa-banner-business.v2 .banner-title h4 {
        width: 100%;
    }
    section.nexa-banner-business.v2 .carousel-inner {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        clip-path: unset;
    }
    section.nexa-banner-business.v2 .banner-img>img {
        height: 425px;
    }
    section.nexa-banner-business.v2 .overlay-banner {
        height: 99.5%;
    }
    section.nexa-banner-business.v2 .carousel-indicators {
        bottom: 15px;
    }
}


/*end-banner-info v2*/


/*service-business v2*/

section.nexa-service-business .imgfetur {
    height: 60px;
    width: auto;
    filter: brightness(0.25);
    margin: 0 auto;
}

section.nexa-service-business.v2 {
    background-image: url("../img/business/service-bg.html");
    background-position: 64% center;
    background-repeat: no-repeat;
    padding-bottom: 100px;
    z-index: 999;
}

section.nexa-service-business.v2 .service-title {
    margin-top: 50px;
    margin-bottom: 60px;
}

section.nexa-service-business.v2 .service-title>h3 {
    color: #222;
    font-size: 31px;
    margin: 0 auto;
    font-weight: lighter;
    line-height: 1.5;
    text-align: center;
    width: 47%;
}

section.nexa-service-business.v2 .service-detail {
    text-align: center;
    transition: all ease 0.6s;
    cursor: pointer;
    margin-top: 20px;
}

section.nexa-service-business.v2 .service-title>h2 {
    color: #8a8a8a;
    font-size: 18px;
    text-align: center;
    font-weight: lighter;
}

section.nexa-service-business.v2 .service-detail>h3 {
    color: #222;
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 20px;
}

section.nexa-service-business.v2 .service-detail>h2 {
    color: #8a8a8a;
    line-height: 1.4;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 96%;
    font-size: 18px;
    font-weight: lighter;
}

section.nexa-service-business.v2 .service-detail i {
    color: #222;
    transition: all ease 0.6s;
    font-size: 4em;
}

section.nexa-service-business.v2 .service-detail:hover h3 {
    color: #2CABE3 !important;
}

section.nexa-service-business.v2 .service-detail:hover i {
    color: #2CABE3;
    position: relative;
    transition: all ease 0.6s;
}

@media screen and (max-width: 767px) {
    section.nexa-service-business.v2 {
        margin-top: -85%;
    }
    section.nexa-service-business.v2 .service-title>h3 {
        font-size: 27px;
        text-align: center;
        width: 97%;
    }
    section.nexa-service-business.v2 .service-detail {
        padding: 20px 41px 25px 43px;
    }
    section.nexa-service-business.v2 .service-title {
        margin-bottom: 46px;
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    section.nexa-service-business.v2 {
        margin-top: 25px;
        padding-bottom: 50px;
    }
    section.nexa-service-business.v2 .service-title {
        margin-bottom: 75px;
        margin-top: 0;
    }
    section.nexa-service-business.v2 .service-title>h3 {
        font-size: 28px;
        width: 70%;
    }
}


/*end-of service v2*/


/*about-video-business*/

section.nexa-video-business .about-video-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.nexa-video-business .about-video-shapes img {
    width: 100%;
    height: 605px;
}

section.nexa-video-business {
    margin-top: 98px;
    padding-bottom: 84px;
    position: relative;
    z-index: 999;
}

section.nexa-video-business .about-video-img .about-img-video {
    border-radius: 0 24% 28% 0;
    height: 605px;
    object-fit: cover;
    object-position: left center;
    position: absolute;
    width: 522px;
    clip-path: polygon(0px 100%, 0 0px, 100% 0px, 100% 100%);
}

section.nexa-video-business .video-about-detail {
    padding-top: 80px;
}

section.nexa-video-business .about-play-img .fa {
    float: right;
    margin-right: 11%;
    margin-top: 78%;
    width: 106px;
    height: 106px;
    background-color: #f76f64;
    border-radius: 64px;
    color: #fff;
    font-size: 23px;
    text-align: center;
    padding-top: 41px;
    padding-left: 6px;
}

section.nexa-video-business .free-quote {
    background-color: #2cabe3;
    border-bottom-left-radius: 19px;
    border-top-left-radius: 59px;
    clip-path: polygon(0px 100%, 20px 10px, 100% 0px, 100% 100%);
    height: 120px;
    padding-left: 58px;
    padding-top: 18px;
    position: absolute;
    right: 0;
    top: 78%;
    width: 371px;
}

section.nexa-video-business .quote-arrow {
    padding-left: 30px;
}

section.nexa-video-business .video-about-detail>h5 {
    font-size: 31px;
    font-weight: lighter;
    line-height: 1.5;
    padding-bottom: 39px;
    width: 50%;
}

section.nexa-video-business .video-about-detail>p {
    color: #8a8a8a;
    font-size: 18px;
    padding-bottom: 80px;
    line-height: 1.7;
}

section.nexa-video-business .video-about-detail>h2 {
    color: #8a8a8a;
    font-size: 15px;
    padding-bottom: 42px;
}

section.nexa-video-business .about-list>li {
    display: inline-block;
    padding-right: 85px;
}

section.nexa-video-business .about-list h3 {
    border-bottom: 2px solid #cecece;
    font-size: 31px;
    text-align: center;
    padding-bottom: 11px;
    color: #0be689;
    width: 80%;
}

section.nexa-video-business .about-list h4 {
    color: #676767;
    font-size: 18px;
    padding-top: 11px;
    font-weight: lighter;
}

section.nexa-video-business .free-quote h3 {
    color: #fff;
    font-size: 27px;
    line-height: 2;
}

section.nexa-video-business .free-quote h3:hover {
    color: #e8e8e8;
    font-size: 27px;
    line-height: 2;
}

section.nexa-video-business .free-quote>a {
    text-decoration: none;
}

section.nexa-video-business .free-quote h2 {
    color: #96d5f1;
    font-size: 18px;
}

body.modal-open section.nexa-video-business {
    position: unset;
}
section.nexa-video-business .modal-dialog {
    margin: 150px auto;
}

section.nexa-video-business .modal-body {
    padding: 0px;
    background-color: #8a8a8a;
}

section.nexa-video-business video {
    width: 598px;
}

section.nexa-video-business button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    cursor: pointer;
    padding: 0 5px 1px 6px;
}

section.nexa-video-business .close {
    border: 1px solid #000;
    color: #000;
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.6;
    position: relative;
    right: 0;
    text-shadow: 0 1px 0 #fff;
    top: 0;
}

.about-play-img>h4 {
    display: none;
}

@media screen and (max-width: 767px) {
    section.nexa-video-business {
        margin-top: 0px;
    }
    section.nexa-video-business .about-video-img {
        display: none;
    }
    section.nexa-service-business {
        padding-bottom: 83px;
        padding-top: 50px;
    }
    .about-play-img>h4 {
        font-size: 24px;
        margin-left: 91px;
        display: block;
        width: 67%;
        float: left;
        margin-top: -45px;
    }
    section.nexa-video-business .video-about-detail {
        padding-top: 40px;
    }
    section.nexa-video-business .about-play-img .fa {
        float: left;
        margin-top: 0;
        width: 68px;
        height: 68px;
        margin-right: 0;
        padding-top: 23px;
    }
    section.nexa-video-business video {
        width: 100%;
    }
    .modal-dialog {
        margin: 100px 10px 10px;
        position: relative;
        width: auto;
    }
    section.nexa-video-business .video-about-detail>h5 {
        padding-bottom: 25px;
        width: 100%;
    }
    section.nexa-video-business .video-about-detail>p {
        font-size: 16px;
        padding-bottom: 50px;
    }
    section.nexa-video-business .free-quote {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        clip-path: unset;
        padding-left: 25px;
        right: 0;
        top: 92%;
        width: 100%;
    }
    section.nexa-video-business .about-list>li {
        padding-right: 22px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    section.nexa-video-business .about-play-img .fa {
        float: left;
        margin-right: -1%;
        margin-top: 0;
        width: 90px;
        height: 90px;
        padding-top: 33px;
        padding-left: 6px;
    }
    section.nexa-video-business .about-video-img {
        display: none;
    }
    section.nexa-video-business {
        background-image: none;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        padding-bottom: 84px;
        margin-top: 0px;
    }
    .about-play-img>h4 {
        color: #8a8a8a;
        float: left;
        display: block;
        font-size: 23px;
        margin-top: 33px;
        margin-left: 25px;
    }
    section.nexa-video-business .about-video-img,
    section.nexa-video-business .about-video-shapes {}
    section.nexa-video-business .video-about-detail {
        padding-top: 35px;
    }
    section.nexa-video-business .video-about-detail>h5 {
        width: 100%;
        padding-bottom: 30px;
    }
    section.nexa-video-business .video-about-detail>p {
        padding-bottom: 40px;
    }
    section.nexa-video-business .free-quote {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        clip-path: unset;
        left: 0;
        top: 91%;
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    section.nexa-video-business .video-about-detail>h2 {
        text-align: center;
    }
    section.nexa-video-business .about-list {
        text-align: center;
    }
    section.nexa-video-business .about-list>li {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 1191px) and (min-width: 991px) {
    section.nexa-video-business .free-quote {
        top: 88%;
    }
    section.nexa-video-business .about-play-img .fa {
        float: right;
        margin-right: -5%;
        margin-top: 113%;
    }
    section.nexa-video-business .about-video-img .about-img-video {
        width: 407px;
    }
}

@media screen and (max-width: 1050px) and (min-width: 992px) {
    section.nexa-video-business {
        padding-bottom: 0px;
    }
    section.nexa-video-business .about-video-shapes {
        display: none;
    }
    section.nexa-video-business .about-video-img .about-img-video {
        border-radius: unset;
    }
    section.nexa-video-business .about-video-img .about-img-video {
        width: 40%;
        height: 100%;
    }
    section.nexa-video-business .video-about-detail {
        padding-top: 0px;
    }
    section.nexa-video-business .video-about-detail>h5 {
        width: 100%;
    }
    section.nexa-video-business .video-about-detail>p {
        padding-bottom: 50px;
    }
    section.nexa-video-business .free-quote {
        bottom: 0;
        top: unset;
    }
    section.nexa-video-business .about-play-img {
        margin: 0 auto;
        margin-top: 50%;
    }
    section.nexa-video-business .about-play-img .fa {
        margin: 0;
        margin-right: 40%;
    }
    section.nexa-video-business .about-list {
        margin-bottom: 150px;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1400px) {
    section.nexa-video-business {
        background-size: 37% 100%;
    }
    section.nexa-video-business .about-play-img .fa {
        margin-right: 0;
        margin-top: 82%;
    }
    section.nexa-video-business .about-video-img .about-img-video {
        width: 595px;
    }
}

@media screen and (max-width: 1750px) and (min-width: 1650px) {
    section.nexa-video-business .about-play-img .fa {
        margin-right: 17%;
        margin-top: 85%;
    }
    section.nexa-video-business .about-video-img .about-img-video {
        width: 600px;
    }
}


/*end-aboutvideo-section*/


/*feature-business*/

section.nexa-feature-business {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 186px;
    padding-top: 72px;
}

section.nexa-feature-business .feature-title {
    text-align: center;
}

section.nexa-feature-business .feature-title>h3 {
    color: #222;
    line-height: 2;
    font-weight: lighter;
    font-size: 31px;
}

section.nexa-feature-business .feature-title>h2 {
    color: #8a8a8a;
    font-size: 18px;
    padding-bottom: 81px;
    font-weight: lighter;
}

section.nexa-feature-business .feature-detail>a>h2 {
    color: #222;
    margin-top: 52px;
    text-align: center;
    margin-bottom: 33px;
    font-size: 20px;
}

section.nexa-feature-business .feature-detail>a>h2:hover {
    color: #4fbe6e;
}

section.nexa-feature-business .feature-detail>a {
    text-decoration: none;
}

section.nexa-feature-business .feature-detail>h2 {
    color: #8a8a8a;
    font-size: 18px;
    line-height: 1.3;
    padding-left: 46px;
    padding-right: 40px;
    text-align: center;
}

section.nexa-feature-business .carousel-indicators li {
    background-color: #ececec;
    border: 1px solid #ececec;
    border-radius: 10px;
    cursor: pointer;
    margin: 1px 1px 1px 10px;
    display: inline-block;
    height: 5px;
    margin: 1px;
    text-indent: -999px;
    width: 25px;
}

section.nexa-feature-business .carousel-indicators .active {
    background-color: #d0d0d0;
    height: 7px;
    margin: 0;
    width: 25px;
}

section.nexa-feature-business .feature-detail .img-responsive.feature-img {
    border-radius: 11px;
    height: 210px;
    object-fit: cover;
    width: 100%;
}

section.nexa-feature-business .carousel-indicators {
    bottom: -82px;
}

@media screen and (max-width: 767px) {
    section.nexa-feature-business {
        padding-top: 100px;
    }
    section.nexa-feature-business .feature-title>h2 {
        padding-bottom: 55px;
    }
    section.nexa-feature-business .feature-detail>h2 {
        margin-bottom: 28px;
        padding-left: 33px;
    }
    section.nexa-feature-business .feature-detail>a>h2 {
        margin-top: 38px;
    }
    section.nexa-feature-business .feature-detail .img-responsive.feature-img {
        height: 100%;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    section.nexa-feature-business {
        padding-bottom: 80px;
        padding-top: 0px;
    }
    section.nexa-feature-business .feature-detail .img-responsive.feature-img {
        height: 150px;
    }
    section.nexa-feature-business .feature-detail>a>h2 {
        margin-top: 25px;
        margin-bottom: 10px;
        height: 45px;
    }
    section.nexa-feature-business .feature-detail>h2 {
        padding-left: 0px;
        padding-right: 0px;
    }
    section.nexa-feature-business .carousel-indicators {
        bottom: -50px;
    }
}

@media screen and (max-width: 1198px) and (min-width: 991px) {
    section.nexa-feature-business .feature-detail .img-responsive.feature-img {
        height: 210px;
    }
}


/*end-of-feature*/


/*aboutnexa-business*/


/*aboutnexa-business*/

section.nexa-aboutnexa-business-v2 {
    overflow: hidden;
    padding-bottom: 40px;
    position: relative;
    z-index: 999;
    border-bottom: 1px solid #f7f7f7;
}

section.nexa-aboutnexa-business-v2 .shape-about-us {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}

section.nexa-aboutnexa-business-v2 .shape-about-us>img {
    height: 532px;
    object-fit: cover;
    object-position: center;
    width: 340px;
}

section.nexa-aboutnexa-business-v2 .img-widh .about-img {
    height: 40px;
    object-fit: contain;
    width: 40px;
}

section.nexa-aboutnexa-business-v2 .about-title>h2 {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    width: 90%;
    padding-top: 30px;
    color: #333;
    text-transform: capitalize;
}

section.nexa-aboutnexa-business-v2 .aboutnexa-details {
    padding-top: 56px;
}

section.nexa-aboutnexa-business-v2 .aboutnexa-details>p {
    color: #8a8a8a;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    padding-bottom: 25px;
    width: 80%;
    text-align: justify;
}

section.nexa-aboutnexa-business-v2 .about-title .title-about {
    color: #13b1cd;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 21px;
}

section.nexa-aboutnexa-business-v2 .about-service-list>li {
    float: left;
    padding-bottom: 26px;
    width: 41%;
}

section.nexa-aboutnexa-business-v2 .img-widh {
    float: left;
    width: 25%;
}

section.nexa-aboutnexa-business-v2 .about-service-list {
    margin-top: 25px;
}

section.nexa-aboutnexa-business-v2 .about-title {
    padding-top: 140px;
}

section.nexa-aboutnexa-business-v2 .img-widh i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 1.1em;
    border-radius: 50%;
    background-color: #F0F0F0;
    color: #F7B064;
}

section.nexa-aboutnexa-business-v2 .img-widh i.i1 {
    color: #24ABE4;
}

section.nexa-aboutnexa-business-v2 .img-widh i.i3 {
    color: #F67C72;
}

section.nexa-aboutnexa-business-v2 .about-service-list h2 {
    margin-top: 10px;
    font-size: 16px;
    color: #7c7c7c;
}

@media screen and (max-width: 767px) {
    section.nexa-aboutnexa-business-v2 {
        background-image: none;
    }
    section.nexa-aboutnexa-business-v2 .shape-about-us {
        position: unset;
    }
    section.nexa-aboutnexa-business-v2 .about-title {
        padding-top: 0px;
    }
    section.nexa-aboutnexa-business-v2 .aboutnexa-details>p {
        line-height: 1.3;
        width: 100%;
    }
    section.nexa-aboutnexa-business-v2 .about-title>h2 {
        width: 100%;
        font-size: 27px;
    }
    section.nexa-aboutnexa-business-v2 .about-title>p {
        font-size: 16px;
        line-height: 1.7;
    }
    section.nexa-aboutnexa-business-v2 .about-service-list {
        margin-top: 15px;
    }
    section.nexa-aboutnexa-business-v2 .img-widh {
        width: 20%;
    }
    section.nexa-aboutnexa-business-v2 .about-service-list>li {
        width: 100%;
    }
    section.nexa-aboutnexa-business-v2 .shape-about-us>img {
        height: 100%;
        width: 100%;
        padding: 15px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    section.nexa-aboutnexa-business-v2 {
        background-size: 52% 89%;
        margin-bottom: 45px;
    }
    section.nexa-aboutnexa-business-v2 .about-title {
        padding-top: 60px;
    }
    section.nexa-aboutnexa-business-v2 .about-title>h2 {
        width: 85%;
    }
    section.nexa-aboutnexa-business-v2 .about-service-list {
        margin-top: 30px;
    }
    section.nexa-aboutnexa-business-v2 .img-widh {
        width: 18%;
    }
    section.nexa-aboutnexa-business-v2 .shape-about-us>img {
        float: right;
        height: 100%;
        width: 30%;
    }
    section.nexa-aboutnexa-business-v2 .about-service-list>li {
        width: 37%;
    }
    section.nexa-aboutnexa-business-v2 .shape-about-us {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }
    section.nexa-aboutnexa-business-v2 .aboutnexa-details>p {
        width: 65%;
    }
}

@media screen and (max-width: 1191px) and (min-width: 991px) {
    section.nexa-aboutnexa-business-v2 {
        background-size: 50% 97%;
    }
    section.nexa-aboutnexa-business-v2 .shape-about-us>img {
        height: 592px;
        width: 271px;
    }
    section.nexa-aboutnexa-business-v2 .about-title>h2 {
        width: 70%;
    }
}


/*end-aboutnexa-business*/


/*project-business*/

section.nexa-project-business.v2 {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 0;
    padding-top: 59px;
}

section.nexa-project-business.v2 .project-title>h3 {
    color: #222;
    font-size: 31px;
    text-align: center;
    font-weight: lighter;
    line-height: 2.2;
}

section.nexa-project-business.v2 .project-title>h2 {
    font-size: 18px;
    text-align: center;
    padding-bottom: 68px;
    font-weight: lighter;
    color: #b2b2b2;
}

section.nexa-project-business.v2 .row {
    margin-right: 0;
    margin-left: 0;
}

section.nexa-project-business.v2 .project-details .project-descript .projects-links li {
    display: inline;
}

section.nexa-project-business.v2 .project-details {
    position: relative;
    margin-bottom: 5px;
}

section.nexa-project-business.v2 #my-project .modal-dialog {
    width: 550px;
    margin: 8% auto;
}

section.nexa-project-business.v2 #my-project .modal-body {
    padding: 0;
}

section.nexa-project-business.v2 #my-project .modal-body .close span {
    background: #fff;
    padding: 0px 7px;
    border-radius: 25px;
}

section.nexa-project-business.v2 #my-project .modal-body .close {
    float: right;
    font-size: 19px;
    color: #000;
    opacity: 1;
    position: absolute;
    top: -12px;
    right: -10px;
}

section.nexa-project-business.v2 #my-project .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 0px 10px #e8e8e8;
    border: none;
}

section.nexa-project-business.v2 #my-project {
    background-color: #333d;
}

section.nexa-project-business.v2 .project-details:hover .overlay-prjects {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #272727;
    transition: all ease 0.6s;
    opacity: 0.6;
}

section.nexa-project-business.v2 .project-details:hover .project-descript {
    display: block;
}

section.nexa-project-business.v2 .col-md-4 {
    padding-right: 0;
    padding-left: 0;
}

section.nexa-project-business.v2 .col-md-4.sp {
    padding-left: 5px !important;
}

section.nexa-project-business.v2 .project-details .project-descript p {
    color: #ccc;
    font-weight: lighter;
    font-size: 16px;
    padding-bottom: 20px;
}

section.nexa-project-business.v2 .project-details .project-descript .projects-links a .fa {
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    padding-top: 12px;
    border-radius: 32px;
    margin-left: 9px;
}

section.nexa-project-business.v2 .project-details .project-descript {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    padding-right: 15px;
    display: none;
    padding-left: 15px;
    transform: translateY(-50%);
}

section.nexa-project-business.v2 .project-details .project-descript a h5 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 5px;
}

section.nexa-project-business.v2 .project-details .project-descript a {
    text-decoration: none;
}

section.nexa-project-business.v2 .project-details .img-responsive.pro-img {
    height: 320px;
    object-fit: cover;
    width: 455px;
}

@media screen and (max-width: 767px) {
    section.nexa-project-business.v2 {
        padding-top: 35px;
    }
    section.nexa-project-business.v2 .project-details .img-responsive.pro-img {
        height: 100%;
        object-fit: cover;
        width: 100%;
    }
    section.nexa-project-business.v2 #my-project .modal-dialog {
        width: 100%;
        margin: 30% auto 0;
        padding: 15px;
    }
    section.nexa-project-business.v2 .project-details {
        position: relative;
        margin-bottom: 15px;
        margin-right: 15px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    section.nexa-project-business.v2 {
        padding-bottom: 80px;
        padding-top: 0;
    }
    section.nexa-project-business.v2 .project-details>a>h1 {
        line-height: unset;
        padding-bottom: 18px;
    }
    section.nexa-project-business.v2 #my-project .modal-dialog {
        width: 365px;
        margin: 12% auto 0;
    }
    section.nexa-project-business.v2 .project-details .img-responsive.pro-img {
        height: 180px;
    }
}

@media screen and (max-width: 1198px) and (min-width: 991px) {
    section.nexa-project-business.v2 .project-details .img-responsive.pro-img {
        height: 210px;
    }
    section.nexa-project-business.v2 #my-project .modal-dialog {
        width: 430px;
        margin: 2% auto;
        margin-top: 250px;
    }
}

@media screen and (min-width: 1450px) {
    section.nexa-project-business.v2 .project-details .img-responsive.pro-img {
        width: 100%;
        height: 500px;
    }
}


/*end-project-business*/


/*newletter-business*/

section.nexa-newletter-business {
    position: relative;
    margin: auto;
    float: unset;
    clear: both;
}

section.nexa-newletter-business .input-group-btn {
    display: inline-block;
}

section.nexa-newletter-business .newletter-img>img {
    border-radius: 7px 7px 28px 28px;
    clip-path: polygon(11px 100%, 0 0px, 100% 0px, 99% 100%);
    height: 177px;
    object-fit: cover;
    opacity: 0.51;
    width: 100%;
}

section.nexa-newletter-business .overlay-newsletter {
    background-color: #0be689;
    border-radius: 7px 7px 28px 28px;
    clip-path: polygon(10px 100%, 0px 0px, 100% 0px, 99% 100%);
    height: 99%;
    left: 0;
    opacity: 0.76;
    position: absolute;
    top: 0;
    width: 100%;
}

section.nexa-newletter-business .info-newletter {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding-left: 104px;
}

section.nexa-newletter-business .newsletter-subscribe-btn {
    left: 57.5%;
    position: absolute;
    top: 38%;
}

section.nexa-newletter-business .info-newletter>h1 {
    font-size: 31px;
    font-weight: lighter;
    line-height: 1.9;
    padding-top: 42px;
}

section.nexa-newletter-business .info-newletter>h2 {
    color: #abf0d3;
    font-size: 18px;
}

section.nexa-newletter-business .form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 44px;
    padding-left: 28px;
    width: 307px !important;
}

section.nexa-newletter-business .btn.btn-success {
    padding: 10px 43px;
    background-color: #2cabe3;
    width: 159px;
    border-color: #2cabe3;
}

section.nexa-newletter-business .btn.btn-success:hover {
    background-color: #0ad681 !important;
    color: #fff !important;
    border-color: #0ad681 !important;
}

section.nexa-newletter-business .form-control:focus {
    border-color: #4fbe6e;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

@media screen and (max-width: 767px) {
    section.nexa-newletter-business .overlay-newsletter {
        clip-path: unset;
        height: 225px;
        left: 0;
        top: 0;
        border-radius: 0;
        width: 100%;
    }
    section.nexa-newletter-business .info-newletter>h1 {
        font-size: 27px;
        line-height: 1;
        padding-top: 52px;
    }
    section.nexa-newletter-business .info-newletter {
        padding-left: 10px;
        top: -20px;
    }
    section.nexa-newletter-business .info-newletter>h2 {
        color: #abf0d3;
        margin-top: 15px;
    }
    section.nexa-newletter-business .newletter-img>img {
        display: none;
    }
    section.nexa-newletter-business .newsletter-subscribe-btn {
        left: 3%;
        top: 156px;
    }
    section.nexa-newletter-business .btn.btn-success {
        padding: 10px 13px !important;
        width: unset;
    }
    section.nexa-newletter-business .form-control {
        width: 200px !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    section.nexa-newletter-business .info-newletter {
        bottom: 49%;
        left: 0;
        padding-left: 60px;
        top: unset;
    }
    section.nexa-newletter-business .newsletter-subscribe-btn {
        left: 8%;
        top: 63%;
    }
}

@media screen and (max-width: 1191px) and (min-width: 991px) {
    section.nexa-newletter-business .info-newletter {
        padding-left: 35px;
    }
    section.nexa-newletter-business .newsletter-subscribe-btn {
        left: 59%;
        top: 35%;
    }
    section.nexa-newletter-business .form-control {
        padding-left: 15px;
        width: 250px !important;
    }
    section.nexa-newletter-business .btn.btn-success {
        padding: 10px 20px;
        width: unset;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1400px) {
    section.nexa-newletter-business .info-newletter {
        left: 10%;
    }
}

@media screen and (max-width: 1750px) and (min-width: 1650px) {
    section.nexa-newletter-business {
        margin-top: 14px;
    }
}

@media screen and (max-width: 1550px) and (min-width: 1450px) {
    section.nexa-newletter-business {
        width: 90%;
    }
    section.nexa-newletter-business .info-newletter {
        left: 1%;
    }
}

@media screen and (max-width: 1750px) and (min-width: 1650px) {
    section.nexa-newletter-business {
        width: 90%;
    }
    section.nexa-newletter-business .info-newletter {
        left: 7%;
    }
}

@media screen and (max-width: 1850px) and (min-width: 1751px) {
    section.nexa-newletter-business {
        width: 85%;
    }
    section.nexa-newletter-business .info-newletter {
        left: 6%;
    }
}

@media screen and (max-width: 2050px) and (min-width: 2001px) {
    section.nexa-newletter-business {
        width: 75%;
    }
    section.nexa-newletter-business .info-newletter {
        left: 6%;
    }
}

@media screen and (max-width: 2750px) and (min-width: 2400px) {
    section.nexa-newletter-business {
        width: 65%;
    }
    section.nexa-newletter-business .info-newletter {
        left: 12%;
    }
}

@media screen and (max-width: 2650px) and (min-width: 2450px) {
    section.nexa-newletter-business .info-newletter>h2 {
        width: 75%;
    }
}


/*end-newletter-business*/


/*portfolio-business*/

section.nexa-portfolio-business {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 132px;
    padding-top: 59px;
}

section.nexa-portfolio-business .portfolio-title>h1 {
    color: #222;
    font-size: 31px;
    text-align: center;
    font-weight: lighter;
    line-height: 2.2;
}

section.nexa-portfolio-business .portfolio-title>h2 {
    font-size: 18px;
    text-align: center;
    padding-bottom: 68px;
    font-weight: lighter;
    color: #b2b2b2;
}

section.nexa-portfolio-business .portfolio-details .img-responsive.portfolio-img {
    height: 221px;
    object-fit: cover;
    width: 100%;
}

section.nexa-portfolio-business .portfolio-details {
    background-color: #fff;
    box-shadow: 0 0 10px #e8e8e8;
    margin-bottom: 20px;
    padding-bottom: 28px;
}

section.nexa-portfolio-business .portfolio-details>a>h1 {
    color: #565656;
    font-size: 19px;
    line-height: 2;
    padding-left: 29px;
    padding-top: 24px;
}

section.nexa-portfolio-business .portfolio-details>a {
    text-decoration: none;
}

section.nexa-portfolio-business .portfolio-details>h2 {
    color: #bababa;
    padding-left: 29px;
}

section.nexa-portfolio-business .portfolio-details:hover {
    background-color: #0be689;
    transition: all 0.3s ease-out;
    box-shadow: 0 0 16px #4fbe6e;
}

section.nexa-portfolio-business .portfolio-details:hover h1,
.portfolio-details:hover h2 {
    color: #fff !important;
}

section.nexa-portfolio-business .carousel-indicators li {
    background-color: #ececec;
    border: 1px solid #ececec;
    border-radius: 10px;
    cursor: pointer;
    margin: 1px 1px 1px 10px;
    display: inline-block;
    height: 5px;
    margin: 1px;
    text-indent: -999px;
    width: 29px;
}

section.nexa-portfolio-business .carousel-indicators .active {
    background-color: #d0d0d0;
    height: 7px;
    margin: 0;
    width: 29px;
}

section.nexa-portfolio-business .carousel-indicators {
    bottom: -71px;
}

@media screen and (max-width: 767px) {
    section.nexa-portfolio-business {
        padding-top: 250px !important;
        padding-bottom: 40px;
    }
    section.nexa-portfolio-business .img-responsive.portfolio-img {
        width: 100%;
    }
    section.nexa-portfolio-business .carousel-indicators {
        bottom: -25px;
    }
    section.nexa-portfolio-business .portfolio-details {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    section.nexa-portfolio-business {
        padding-bottom: 65px;
        padding-top: 45px;
    }
    section.nexa-portfolio-business .portfolio-details>a>h1 {
        line-height: unset;
        padding-bottom: 18px;
    }
    section.nexa-portfolio-business .portfolio-details .img-responsive.portfolio-img {
        height: 100%;
    }
    section.nexa-portfolio-business .portfolio-details {
        margin-bottom: 40px;
    }
    section.nexa-portfolio-business .carousel-indicators {
        bottom: -30px;
    }
}

@media screen and (max-width: 1198px) and (min-width: 991px) {
    section.nexa-portfolio-business .portfolio-details .img-responsive.portfolio-img {
        height: 100%;
    }
}


/*end-portfolio-business*/


/*testimonial-business*/

section.nexa-testimonial-business .testimonial-title {
    text-align: center;
    margin-top: 69px;
}

section.nexa-testimonial-business .testimonial-title>h3 {
    color: #222;
    font-size: 31px;
    font-weight: lighter;
    margin-bottom: 25px;
}

section.nexa-testimonial-business .testimonial-title>h2 {
    color: #b2b2b2;
    font-size: 18px;
    padding-bottom: 50px;
}

section.nexa-testimonial-business {
    padding-bottom: 26px;
}

section.nexa-testimonial-business #quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}

#quote-carousel li.active {
    position: relative;
}

#quote-carousel li.active::before {
    background-color: #0be689;
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    content: "";
    border-radius: 38px;
    opacity: 0.7;
    z-index: +9;
}

.nexa-testimonial-business .carousel .carousel-indicators li.active:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2cabe3;
    bottom: -33px;
    content: "";
    height: 20px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    width: 20px;
    transform: rotate(180deg);
    position: absolute;
    z-index: 9999;
}

.nexa-testimonial-business .carousel .carousel-indicators li.active {
    overflow: visible !important;
}

.nexa-testimonial-business .carousel .carousel-indicators li.active::after,
#quote-carousel li.active::after {
    bottom: -33px;
    content: "";
    height: 20px;
    right: 0px;
    left: 0px;
    width: 20px;
    transform: rotate(180deg);
    position: absolute;
    z-index: 9999;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgb(44, 171, 227);
    margin: 0px auto;
}

section.nexa-testimonial-business #quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}

section.nexa-testimonial-business .carousel-indicators .img-responsive {
    border-radius: 32px;
    height: 48px;
    object-fit: cover;
    width: 48px;
}

section.nexa-testimonial-business #quote-carousel .carousel-control.left {
    left: -60px;
}

section.nexa-testimonial-business #quote-carousel .carousel-control.right {
    right: -60px;
}

section.nexa-testimonial-business #quote-carousel .carousel-indicators {
    bottom: 108%;
}

section.nexa-testimonial-business #quote-carousel .carousel-indicators li {
    border: 0 solid transparent;
    cursor: pointer;
    height: 50px;
    margin: 5px 14px 5px 5px;
    opacity: 1;
    overflow: hidden;
    transition: all 0.4s ease 0s;
    width: 50px;
}

section.nexa-testimonial-business .carousel-inner.text-center .item {
    margin-top: -10px;
}

section.nexa-testimonial-business .carousel-inner.text-center {
    margin-top: 85px;
}

section.nexa-testimonial-business .carousel-inner {
    min-height: 150px;
}

section.nexa-testimonial-business .inner-review-block {
    background-color: #2cabe3;
    margin-bottom: 10px;
    padding: 71px 113px 55px;
}

section.nexa-testimonial-business .inner-review-block>p {
    color: #fff;
    font-size: 19px;
    font-style: italic;
    line-height: 1.6;
    padding-bottom: 69px;
}

section.nexa-testimonial-business .reviewer-name {
    border-right: 1px solid #43b4e6;
    color: #fff;
    font-size: 18px;
    padding-right: 27px;
}

section.nexa-testimonial-business .reviewer-place {
    color: #89c2ff;
    padding-left: 27px;
    font-size: 18px;
    font-weight: lighter;
}

section.nexa-testimonial-business .carousel-inner .aroow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ff0000;
    bottom: 0px;
    content: "";
    height: 20px;
    left: 29px;
    //margin: 0 auto;
    //right: 0;
    width: 20px;
    transform: rotate(180deg);
    position: absolute;
    top: 1px;
    z-index: 9999;
}

@media screen and (max-width: 767px) {
    section.nexa-testimonial-business #quote-carousel .carousel-indicators li {
        margin: 0;
    }
    section.nexa-testimonial-business #quote-carousel .carousel-indicators {
        bottom: 102%;
        width: 100%;
        left: 28%;
    }
    section.nexa-testimonial-business .inner-review-block {
        padding: 20px;
        margin-top: 25px;
    }
    section.nexa-testimonial-business .inner-review-block>p {
        font-size: 18px;
        line-height: 1.5;
        padding-bottom: 47px;
    }
    section.nexa-testimonial-business .reviewer-name {
        border-right: 1px solid #89c2ff;
        font-size: 15px;
        padding-right: 12px;
    }
    section.nexa-testimonial-business .reviewer-place {
        font-size: 15px;
        padding-left: 4px;
    }
    section.nexa-testimonial-business .carousel-inner .item .aroow {
        display: none;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    section.nexa-testimonial-business .carousel-inner .item:nth-child(4) .aroow {
        left: 65px;
    }
    section.nexa-testimonial-business .carousel-inner .item:nth-child(5) .aroow {
        left: 135px;
    }
    .nexa-testimonial-business .carousel .carousel-indicators li.active::after,
    #quote-carousel li.active::after {
        bottom: -36px;
    }
}

@media screen and (max-width: 1050px) and (min-width: 992px) {
    .nexa-testimonial-business .carousel .carousel-indicators li.active::after,
    #quote-carousel li.active::after {
        bottom: -34px;
    }
}

@media screen and (max-width: 1191px) and (min-width: 991px) {
    section.nexa-testimonial-business .carousel-inner .item:nth-child(4) .aroow {
        left: 65px;
    }
    section.nexa-testimonial-business .carousel-inner .item:nth-child(5) .aroow {
        left: 135px;
    }
}


/*end-of-testimonial-business*/


/*blog business*/

section.nexa-blog-v2 {
    background-color: #f7f7f7;
    padding-bottom: 60px;
    padding-top: 35px;
}

section.nexa-blog-v2 .blog-heading {
    padding-bottom: 35px;
}

section.nexa-blog-v2 .blog-heading h2 {
    color: #222;
    font-size: 31px;
    text-align: center;
    font-weight: lighter;
    line-height: 2.2;
}

section.nexa-blog-v2 .blog-heading h3 {
    color: rgb(178, 178, 178);
    font-weight: lighter;
    font-size: 18px;
    padding-bottom: 30px;
    text-align: center;
}

section.nexa-blog-v2 .blog-img-detail .img-responsive.blog_img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 0;
}

section.nexa-blog-v2 .blog-box .bloger-content {
    padding: 8px 15px 21px 18px;
}

section.nexa-blog-v2 .blog-box {
    background-color: #fff;
    padding: 0;
    border-radius: 0;
    box-shadow: 0 0px 18px #e8e8e8;
}

section.nexa-blog-v2 .blog-box .blog-img-detail {
    position: relative;
}

section.nexa-blog-v2 .blog-box:hover .blog-overlay {
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    transition: all ease 0.5s;
    border-radius: 4px;
}

section.nexa-blog-v2 .blog-box:hover .social-icons-blog {
    position: absolute;
    top: 43%;
    display: block;
    width: 100%;
    text-align: center;
    left: 5%;
}

section.nexa-blog-v2 .blog-box .social-icons-blog {
    display: none;
}

section.nexa-blog-v2 .blog-box .blog-img-detail .social-icons-blog li {
    display: inline;
}

section.nexa-blog-v2 .blog-box .blog-img-detail .social-icons-blog li .fa {
    color: #fff;
    padding-right: 20px;
    font-size: 22px;
}

section.nexa-blog-v2 .blog-box .blogger-detail li {
    display: inline;
}

section.nexa-blog-v2 .blog-box .blogger-detail li a {
    font-size: 13px;
    color: #a6a6a6;
    padding-right: 15px;
    text-decoration: none;
}

section.nexa-blog-v2 .blog-box .blogger-detail li a:hover {
    color: #000;
}

section.nexa-blog-v2 .blog-box .blogger-detail li .fa {
    padding-right: 5px;
}

section.nexa-blog-v2 .blog-box .bloger-content a {
    text-decoration: none;
}

section.nexa-blog-v2 .blog-box .bloger-content a h3 {
    color: #48494d;
    font-weight: 400;
    font-size: 17px;
    padding-top: 15px;
    padding-bottom: 15px;
}

section.nexa-blog-v2 .blog-box .bloger-content a h3:hover {
    color: #4fbe6e;
}

section.nexa-blog-v2 .more-blog-btn {
    text-align: center;
    padding-top: 50px;
}

section.nexa-blog-v2 .more-blog-btn .btn-default {
    color: #fff;
    background-color: #4fbe6e;
    border-color: #4fbe6e;
    padding: 11px 38px;
    transition: all ease 0.5s;
    font-size: 15px;
    border-radius: 32px;
}

section.nexa-blog-v2 .more-blog-btn .btn-default:hover {
    background-color: #178636;
    border-color: #178636;
}

@media screen and (max-width: 767px) {
    section.nexa-blog-v2 .blog-box {
        margin-bottom: 40px;
    }
    section.nexa-blog-v2 .more-blog-btn {
        padding-top: 20px;
    }
}


/*End of blog business*/


/*contact-us-busienss*/

section.nexa-contact-business-v3 {
    padding-top: 100px;
}

section.nexa-contact-business-v3 .contact-title>h3 {
    color: #222;
    padding-bottom: 19px;
    font-weight: lighter;
    font-size: 31px;
}

section.nexa-contact-business-v3 .contact-title>h2 {
    color: #b2b2b2;
    font-size: 18px;
    padding-bottom: 25px;
}

section.nexa-contact-business-v3 .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: 302px;
}

section.nexa-contact-business-v3 .form-inline.form-inline-contact-business {
    padding-bottom: 29px;
}

section.nexa-contact-business-v3 .form-control.form-contact-name {
    margin-right: 25px;
}

section.nexa-contact-business-v3 .form-control.form-contact-phone {
    margin-right: 25px;
}

section.nexa-contact-business-v3 textarea {
    width: 100% !important;
    margin-right: 19px;
    height: 94px !important;
    padding-top: 17px !important;
}

section.nexa-contact-business-v3 .btn.btn-success {
    background-color: #11ea8e;
    border-color: #11ea8e;
    font-size: 14px;
    padding: 10px 33px;
    text-transform: uppercase;
}

section.nexa-contact-business-v3 .btn-success:hover {
    background-color: #449d44!important;
    border-color: #398439 !important;
    color: #fff !important;
}

section.nexa-contact-business-v3 .form-control {
    background-color: #fff;
    background-image: none;
    border: 2px solid #e7e7e7;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 55px;
    line-height: 1.42857;
    padding: 6px 26px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

section.nexa-contact-business-v3 {
    position: relative;
    padding-bottom: 80px;
}

section.nexa-contact-business-v3 .form-control:focus {
    border-color: #4fbe6e;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

section.nexa-contact-business-v3 .contact-box {
    padding: 0 40px;
}

section.nexa-contact-business-v3 #googleMap {
    border-radius: 15px;
}

@media screen and (max-width: 767px) {
    section.nexa-contact-business-v3 {
        padding-top: 0;
    }
    section.nexa-contact-business-v3 .contact-title {
        margin-top: 75px;
    }
    section.nexa-contact-business-v3 .contact-title>h3 {
        padding-bottom: 15px;
        font-size: 38px;
        text-align: center;
    }
    section.nexa-contact-business-v3 .contact-title>h2 {
        font-size: 17px;
        padding-bottom: 50px;
        text-align: center;
    }
    section.nexa-contact-business-v3 .spacing-contact {
        padding-right: 0;
        padding-left: 0;
    }
    section.nexa-contact-business-v3 #googleMap {
        border-radius: 0;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        height: 280px !important;
    }
    section.nexa-contact-business-v3 .contact-box {
        padding: 0 0px;
    }
    section.nexa-contact-business-v3 .form-control {
        margin-bottom: 16px !important;
        width: 100% !important;
    }
    section.nexa-contact-business-v3 .form-inline.form-inline-contact-business {
        padding-bottom: 0;
    }
    section.nexa-contact-business-v3 .btn.btn-success {
        width: 100%;
        padding: 10px 23px;
    }
    section.nexa-contact-business-v3 .form-control.form-contact-name {
        margin-right: 0;
    }
    section.nexa-contact-business-v3 .form-control.form-contact-phone {
        margin-right: 0;
    }
    section.nexa-contact-business-v3 textarea {
        margin-right: 0;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    section.nexa-contact-business-v3 .google-map {
        width: 100%;
        position: unset;
    }
    section.nexa-contact-business-v3 .google-map #googleMap {
        height: 260px !important;
    }
    section.nexa-contact-business-v3 .col-md-8.spacing-contact {
        padding-bottom: 20px;
    }
    section.nexa-contact-business-v3 .form-inline .form-control {
        width: 47%;
    }
    section.nexa-contact-business-v3 #googleMap {
        border-radius: 0;
    }
    section.nexa-contact-business-v3 .contact-title {
        margin-top: 10%;
    }
    section.nexa-contact-business-v3 {
        margin-bottom: 0px;
        padding-bottom: 30px;
    }
    section.nexa-contact-business-v3 #message {
        width: 100% !important;
    }
}

@media screen and (max-width: 1191px) and (min-width: 991px) {
    section.nexa-contact-business-v3 .google-map {
        height: 390px;
        width: 350px;
    }
    section.nexa-contact-business-v3 .form-inline .form-control {
        width: 250px;
    }
    section.nexa-contact-business-v3 textarea {
        width: 407px !important;
    }
    section.nexa-contact-business-v3 .contact-box {
        padding: 0 16px;
    }
}


/*end-of-business*/


/*team-business*/

section.nexa-team-business {
    padding-bottom: 40px;
}

section.nexa-team-business .team-member-title {
    text-align: center;
}

section.nexa-team-business .team-member-title>h3 {
    color: #222;
    font-size: 31px;
    font-weight: lighter;
    line-height: 2.3;
}

section.nexa-team-business .team-member-title>h2 {
    color: #b2b2b2;
    font-size: 18px;
    margin-bottom: 72px;
}

section.nexa-team-business .img-responsive.team-leader-img {
    height: 433px;
    object-fit: cover;
    width: 100%;
    border-radius: 17px;
    filter: grayscale(100%);
}

section.nexa-team-business .team-member-info .img-responsive.team-member {
    border-radius: 17px;
    filter: grayscale(100%);
    height: 164px;
    object-fit: cover;
    width: 100%;
}

section.nexa-team-business .team-member-info .thumb-image-team {
    border-radius: 17px;
    filter: grayscale(100%);
    height: 166px;
    object-fit: cover;
    width: 100%;
}

section.nexa-team-business .team-member-info>a {
    text-decoration: none;
}

section.nexa-team-business .team-member-info>a>h2 {
    color: #565656;
    padding-left: 18px;
    font-size: 22px;
    line-height: 1.7;
    padding-top: 20px;
}

section.nexa-team-business .team-member-info>a>h2:hover {
    color: #4fbe6e;
}

section.nexa-team-business .team-member-info>h2 {
    font-size: 17px;
    padding-left: 18px;
    padding-bottom: 22px;
    color: #bababa;
}

section.nexa-team-business .team-info-more {
    background-color: #0be689;
    border-radius: 17px;
    height: 166px;
    width: 168px;
}

section.nexa-team-business .team-info-more>a>h2 {
    color: #fff;
    font-size: 41px;
    font-weight: lighter;
    padding-left: 27%;
    padding-top: 35%;
}

section.nexa-team-business .team-info-more>a>h2:hover {
    color: #4fbe6e;
}

section.nexa-team-business .team-info-more>a {
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    section.nexa-team-business {
        padding-bottom: 40px;
    }
    section.nexa-team-business .team-member-info .thumb-image-team {
        height: 100%;
    }
    section.nexa-team-business .team-info-more>a>h2 {
        padding-left: 40%;
        padding-top: 2%;
    }
    section.nexa-team-business .team-info-more {
        width: 100%;
        height: 50px;
    }
    section.nexa-team-business .team-member-info>a>h2,
    section.nexa-team-business .team-member-info>h2 {
        text-align: center;
        padding-left: 0;
    }
    section.nexa-team-business .team-member-info .img-responsive.team-member {
        height: 250px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    section.nexa-team-business .team-member-info>a>h2 {
        font-size: 18px;
        line-height: 1.2;
    }
    section.nexa-team-business .team-info-more {
        height: 121px;
        width: 117px;
    }
    section.nexa-team-business .team-info-more>a>h2 {
        padding-left: 19%;
        padding-top: 32%;
        font-size: 36px;
    }
    section.nexa-team-business .img-responsive.team-leader-img {
        height: 280px;
    }
    section.nexa-team-business .team-member-info .thumb-image-team {
        height: 100px;
    }
    section.nexa-team-business .team-member-info>h2 {
        font-size: 16px;
        padding-top: 3px;
    }
    section.nexa-team-business {
        padding-bottom: 70px;
    }
    section.nexa-team-business .team-member-info .img-responsive.team-member {
        height: 100%;
    }
}


/*end-team-business*/


/*package-business*/

section.nexa-package-business {
    background-image: url("../img/package-demo.png");
    background-repeat: no-repeat;
    padding-bottom: 268px;
    margin-bottom: -83px;
    z-index: 999;
    margin-top: 120px;
}

section.nexa-package-business .col-md-5>img {
    margin-left: 72px;
    margin-top: 117px;
    width: 80%;
    box-shadow: -26px 54px 52px -44px rgba(0, 0, 0, 0.30);
}

section.nexa-package-business .package-detail {
    padding-top: 122px;
}

section.nexa-package-business .package-detail>h3 {
    font-size: 31px;
    line-height: 1.4;
    padding-bottom: 20px;
    color: #222;
    font-weight: lighter;
    width: 52%;
}

section.nexa-package-business .package-detail>h2 {
    color: #8a8a8a;
    font-size: 18px;
    font-weight: lighter;
    padding-bottom: 53px;
    line-height: 1.4;
}

section.nexa-package-business .btn.btn-success {
    background-color: #0be689;
    border-color: #0be689;
    border-radius: 32px;
    font-size: 14px;
    padding: 15px 38px;
    margin-right: 30px;
    text-transform: uppercase;
}

section.nexa-package-business .btn.btn-danger {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    border-radius: 32px;
    font-size: 14px;
    padding: 15px 38px;
    color: #7b7b7b;
    text-transform: uppercase;
}

section.nexa-package-business .btn.btn-success:hover {
    background-color: #4fbe6e;
    border-color: #4fbe6e;
}

section.nexa-package-business .btn.btn-danger:hover {
    background-color: #4fbe6e;
    border-color: #4fbe6e;
    color: #fff;
}

@media screen and (max-width: 1050px) {
    section.nexa-package-business {
        background-image: none;
    }
}

@media screen and (max-width: 767px) {
    section.nexa-package-business {
        background-image: none;
        border-top: 1px solid #f7f7f7;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    section.nexa-package-business .col-md-5 {
        text-align: center;
    }
    section.nexa-package-business .col-md-5>img {
        margin-left: 0 !important;
        padding-top: 30px !important;
        width: auto !important;
        display: inline-block;
        margin-top: 0px !important;
    }
    section.nexa-package-business .package-detail {
        padding-top: 60px;
    }
    section.nexa-package-business .package-detail>h3 {
        font-size: 28px !important;
        line-height: 1.2 !important;
        width: 100% !important;
    }
    section.nexa-package-business .btn.btn-success {
        padding: 12px 30px !important;
        margin-right: 0 !important;
    }
    section.nexa-package-business .btn.btn-danger {
        padding: 13px 35px !important;
    }
    section.nexa-package-business .package-detail {
        padding-top: 40px !important;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    section.nexa-package-business .col-md-5>img {
        margin-left: 0px;
        padding-top: 40px;
        width: 100%;
        margin-top: 0px;
    }
    section.nexa-package-business .package-detail {
        padding-top: 10px;
    }
    section.nexa-package-business .package-detail>h3 {
        width: 100%;
    }
    section.nexa-package-business .btn.btn-danger {
        padding: 15px 33px;
    }
    section.nexa-package-business {
        margin-bottom: 0;
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 1191px) and (min-width: 991px) {
    section.nexa-package-business {
        margin-bottom: 0;
        padding-bottom: 258px;
    }
    section.nexa-package-business .package-detail>h3 {
        width: 80%;
    }
    section.nexa-package-business .btn.btn-success {
        margin-left: 33px;
        margin-right: 8px;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1400px) {
    section.nexa-package-business .col-md-5>img {
        margin-left: 4px;
        padding-top: 117px;
    }
}

@media screen and (max-width: 2000px) and (min-width: 1901px) {
    section.nexa-package-business .col-md-5>img {
        margin-left: -95px;
    }
}

@media screen and (max-width: 2050px) and (min-width: 2001px) {
    section.nexa-package-business .col-md-5>img {
        margin-left: -145px;
    }
}

@media screen and (max-width: 2350px) and (min-width: 2051px) {
    section.nexa-package-business .col-md-5>img {
        margin-left: -275px;
    }
}

@media screen and (min-width: 2500px) {
    section.nexa-package-business .col-md-5>img {
        margin-left: -450px;
    }
}

@media screen and (min-width: 3300px) {
    section.nexa-package-business .col-md-5>img {
        margin-left: -850px;
    }
}

@media screen and (min-width: 4000px) {
    section.nexa-package-business .col-md-5>img {
        margin-left: -1100px;
    }
}

@media screen and (min-width: 4400px) {
    section.nexa-package-business .col-md-5>img {
        margin-left: -1400px;
    }
}

@media screen and (min-width: 5000px) {
    section.nexa-package-business .col-md-5>img {
        margin-left: -1850px;
    }
}


/*end-of-package*/


/*gallery business*/

section.nexa-gallery-v2 {
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 50px;
    position: relative;
}

section.nexa-gallery-v2 .gallery-main {
    background-image: url("../img/back-top-right.png"), url("../img/back-bottom-left.png");
    background-position: right top, left bottom;
    background-repeat: no-repeat;
    content: "";
    padding: 60px 50px 60px;
}

section.nexa-gallery-v2 .gallery-heading {
    padding-bottom: 20px;
}

section.nexa-gallery-v2 .gallery-heading h2 {
    color: #222;
    font-size: 31px;
    text-align: center;
    font-weight: lighter;
    line-height: 2.2;
}

section.nexa-gallery-v2 .business-gallery {
    margin: 0 auto;
    width: 1000px;
    height: 450px;
    object-fit: cover;
    max-width: 100%;
}

section.nexa-gallery-v2 .business-gallery {
    position: relative;
    background-color: #000000;
    border-radius: 3px;
}

section.nexa-gallery-v2 .business-gallery .business-gallery-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    opacity: 0;
    overflow: hidden;
}

section.nexa-gallery-v2 .business-gallery .business-gallery-item img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

section.nexa-gallery-v2 .business-gallery .business-gallery-item.anim-start {
    display: block;
    transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
}

section.nexa-gallery-v2 .business-gallery .business-gallery-item.active {
    opacity: 1;
}

section.nexa-gallery-v2 .business-gallery .business-gallery-thumbnails {
    position: absolute;
    padding: 6px 0;
    font-size: 0;
    background-color: rgba(0, 0, 0, .6);
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 10;
    text-align: center;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

section.nexa-gallery-v2 .business-gallery .business-gallery-thumbnails a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 6px;
    padding: 0;
    font-size: 0;
    position: relative;
    vertical-align: middle;
}

section.nexa-gallery-v2 .business-gallery .business-gallery-thumbnails a .pignose-gallery-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: border-color .3s ease;
    -o-transition: border-color .3s ease;
    -moz-transition: border-color .3s ease;
    -webkit-transition: border-color .3s ease;
}

section.nexa-gallery-v2 .business-gallery .business-gallery-thumbnails a .pignose-gallery-border.active {
    border-color: rgba(32, 255, 192, .8);
}

section.nexa-gallery-v2 .business-gallery .business-gallery-thumbnails a img {
    max-height: 60px;
    vertical-align: middle;
    width: 60px;
}

section.nexa-gallery-v2 .label-gallery {
    position: absolute;
    top: 5px;
    font-size: 21px;
    z-index: 999;
    background-color: #4fbe6e;
    color: #fff;
    padding: 8px 30px;
    overflow: hidden;
    right: 0;
    text-transform: capitalize;
    border-radius: 3px 0 0 3px;
}

section.nexa-gallery-v2 .label-tag {
    position: absolute;
    z-index: 9;
    background-color: #4fbe6e;
    padding: 8px 25px;
    left: -18px;
    font-size: 20px;
    text-transform: capitalize;
    color: #fff;
    top: 5px;
    border-radius: 3px 3px 3px 0px;
}

section.nexa-gallery-v2 .label-tag::before {
    position: absolute;
    border-right: 17px solid #4fb;
    content: "";
    top: 36px;
    left: 0px;
    border-bottom: 11px solid transparent;
}

@media screen and (max-width: 767px) {
    section.nexa-gallery-v2 .business-gallery {
        margin: 0 auto;
        width: 330px;
        height: 220px;
        object-fit: cover;
        max-width: 100%;
    }
    section.nexa-gallery-v2 .business-gallery .business-gallery-thumbnails a img {
        max-height: 50px;
        vertical-align: middle;
        width: 30px;
    }
    section.nexa-gallery-v2 .label-tag {
        display: none;
    }
    section.nexa-gallery-v2 .gallery-main {
        background: none;
        padding: 0px;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    section.nexa-gallery-v2 .business-gallery {
        margin: 0 auto;
        width: 650px;
        height: 400px;
        object-fit: cover;
    }
}


/*end gallery business*/


/*footer*/

footer.nexa-footer-business {
    padding-top: 70px;
    z-index: 999;
    background-color: #262F2B;
    margin-top: 70px;
    border-radius: 73px 140px 0 0;
}

footer.nexa-footer-business .footer-address>h3 {
    color: #8a8a8a;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}

footer.nexa-footer-business address {
    color: #8a8a8a;
    font-size: 17px;
    line-height: 1.5;
}

footer.nexa-footer-business .footer-navbar-link {
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: text-bottom;
    line-height: 30px;
}

footer.nexa-footer-business .footer-navbar-link {
    display: inline-block;
}

footer.nexa-footer-business .footer-menu {
    display: inline;
}

footer.nexa-footer-business .footer-social-logo {
    display: inline-block;
}

footer.nexa-footer-business .footer-phone>h2 {
    color: #8a8a8a;
    padding-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
}

footer.nexa-footer-business .footer-social-logo {
    display: inline-flex;
    vertical-align: bottom;
    margin-bottom: 30px;
}

footer.nexa-footer-business .footer-social-logo .img-social {
    background-color: #303835;
    border: 2px solid #303835;
    border-radius: 50%;
    display: inline-block;
    height: 35px;
    margin-right: 22px;
    width: 35px;
}

footer.nexa-footer-business div.footer-social-logo .fa {
    color: #808fa2;
}

footer.nexa-footer-business div.footer-social-logo .fa {
    margin-top: 9px;
    font-size: 15px;
    text-align: center;
    width: 100%;
}

footer.nexa-footer-business div.footer-social-logo .img-social:hover {
    background-color: #11ea8e;
    border-color: #11ea8e;
    transition: all ease 0.5s;
}

footer.nexa-footer-business div.footer-social-logo .img-social:hover .fa {
    color: #fff;
    transition: all ease 0.5s;
}

footer.nexa-footer-business .footer-navbar {
    border-top: 1px solid #2d3531;
    padding-top: 46px;
    padding-bottom: 12px;
}

footer.nexa-footer-business .footer-email>h2 {
    color: #8a8a8a;
    padding-bottom: 29px;
    font-size: 18px;
    font-weight: 500;
}

footer.nexa-footer-business .phone-list>li {
    color: #8a8a8a;
    font-size: 17px;
    line-height: 1.5;
}

footer.nexa-footer-business .phone-list a {
    color: #8a8a8a;
    text-decoration: none;
}

footer.nexa-footer-business .phone-list a:hover {
    color: #11ea8e !important;
}

footer.nexa-footer-business .footer-phone {
    padding-bottom: 66px;
}

footer.nexa-footer-business .footer-menu>a {
    color: #939795;
    text-decoration: none;
}

.footer-menu>a:hover {
    color: #11ea8e !important;
}

footer.nexa-footer-business .footer-logo {
    padding-right: 155px;
    margin-bottom: 30px;
}

footer.nexa-footer-business .footer-menu {
    padding-right: 55px;
}

@media screen and (max-width: 767px) {
    section.nexa-contact-business .form-control {
        margin-bottom: 16px !important;
        width: 100% !important;
    }
    section.nexa-contact-business .form-inline.form-inline-contact-business {
        padding-bottom: 0;
    }
    section.nexa-contact-business .btn.btn-success {
        width: 100%;
        padding: 10px 23px;
    }
    footer.nexa-footer-business {
        background-color: #262f2b;
        background-image: none;
        padding-top: 50px;
        border-radius: unset;
    }
    footer.nexa-footer-business address {
        padding-bottom: 40px;
    }
    footer.nexa-footer-business .footer-address>h3 {
        padding-bottom: 20px;
    }
    footer.nexa-footer-business .footer-phone>h2 {
        padding-bottom: 20px;
    }
    footer.nexa-footer-business .footer-phone {
        padding-bottom: 30px;
    }
    footer.nexa-footer-business .footer-email>h2 {
        padding-bottom: 20px;
    }
    .phone-list {
        margin-bottom: 31px;
    }
    footer.nexa-footer-business .footer-navbar {
        padding-bottom: 43px;
        padding-top: 41px;
    }
    footer.nexa-footer-business .footer-navbar-link {
        display: inline-block;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    footer.nexa-footer-business .footer-menu {
        padding-right: 20px;
    }
    footer.nexa-footer-business .footer-menu>a {
        line-height: 1.6;
    }
}

@media screen and (max-width: 991px) and (min-width: 767px) {
    footer.nexa-footer-business {
        border-radius: unset;
    }
    footer.nexa-footer-business .footer-email>h2 {
        padding-bottom: 30px;
    }
    footer.nexa-footer-business .footer-navbar-link {
        padding-top: 15px;
    }
    footer.nexa-footer-business .footer-social-logo {
        padding-top: 15px;
    }
    footer.nexa-footer-business .footer-menu {
        padding-right: 24px;
    }
    footer.nexa-footer-business .footer-social-logo .img-social {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1191px) and (min-width: 991px) {
    footer.nexa-footer-business .footer-logo {
        padding-bottom: 20px;
        padding-right: 157px;
    }
}


/*end-of-footer*/

@media screen and (max-width: 767px) {
    section.nexa-video-business .about-video-img {
        display: none;
    }
    section.nexa-service-business {
        padding-bottom: 30px;
        padding-top: 50px;
    }
    .about-play-img>h4 {
        font-size: 24px;
        margin-left: 91px;
        display: block;
        width: 67%;
        float: left;
        margin-top: -45px;
    }
    section.nexa-video-business .video-about-detail {
        padding-top: 40px;
    }
    section.nexa-video-business .about-play-img .fa {
        float: left;
        margin-top: 0;
        width: 68px;
        height: 68px;
        margin-right: 0;
        padding-top: 23px;
    }
    section.nexa-video-business .modal-dialog {
        margin: 200px 10px 10px;
        position: relative;
        width: auto;
    }
    section.nexa-video-business .video-about-detail>h5 {
        padding-bottom: 25px;
        width: 100%;
    }
    section.nexa-video-business .video-about-detail>p {
        font-size: 16px;
        padding-bottom: 50px;
    }
    section.nexa-video-business .free-quote {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        clip-path: unset;
        padding-left: 25px;
        right: 0;
        top: 92%;
        width: 100%;
    }
    section.nexa-video-business .about-list>li {
        padding-right: 22px;
        padding-bottom: 25px;
    }
}

@media screen and (max-width: 1050px) and (min-width: 767px) {
    section.nexa-video-business .about-play-img .fa {
        float: left;
        margin-right: -1%;
        margin-top: 0;
        width: 90px;
        height: 90px;
        padding-top: 33px;
        padding-left: 6px;
    }
    section.nexa-video-business .about-list>li {
        padding-right: 85px;
    }
    section.nexa-video-business .about-video-img {
        display: none;
    }
    section.nexa-video-business {
        background-image: none;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        padding-bottom: 84px;
        margin-top: 40px;
    }
    .about-play-img>h4 {
        color: #8a8a8a;
        float: left;
        display: block;
        font-size: 23px;
        margin-top: 33px;
        margin-left: 25px;
    }
    section.nexa-video-business .video-about-detail {
        padding-top: 35px;
    }
    section.nexa-video-business .video-about-detail>h5 {
        width: 100%;
        padding-bottom: 30px;
    }
    section.nexa-video-business .video-about-detail>p {
        padding-bottom: 40px;
    }
    section.nexa-video-business .free-quote {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        clip-path: unset;
        left: 0;
        top: 91%;
    }
}

@media screen and (max-width: 1191px) and (min-width: 1051px) {
    section.nexa-video-business .free-quote {
        top: 88%;
    }
    section.nexa-video-business .about-play-img .fa {
        float: right;
        margin-right: 7%;
        margin-top: 113%;
    }
    section.nexa-video-business .about-video-img .about-img-video {
        width: 407px;
    }
    section.nexa-video-business .video-about-detail>h5 {
        padding-bottom: 30px;
        width: 60%;
    }
    section.nexa-video-business .video-about-detail {
        padding-top: 32px;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1400px) {
    section.nexa-video-business {
        background-size: 37% 100%;
    }
    section.nexa-video-business .about-play-img .fa {
        margin-right: 15%;
        margin-top: 82%;
    }
    section.nexa-video-business .about-video-img .about-img-video {
        width: 595px;
    }
}

@media screen and (max-width: 1750px) and (min-width: 1650px) {
    section.nexa-video-business .about-play-img .fa {
        margin-right: 23%;
        margin-top: 85%;
    }
    section.nexa-video-business .about-video-img .about-img-video {
        width: 50%;
    }
}

@media screen and (max-width: 1900px) and (min-width: 1751px) {
    section.nexa-video-business .about-video-img .about-img-video {
        width: 665px;
    }
    section.nexa-video-business .about-play-img .fa {
        margin-right: 26%;
    }
}

@media screen and (max-width: 2000px) and (min-width: 1901px) {
    section.nexa-video-business .about-video-img .about-img-video {
        width: 720px;
    }
    section.nexa-video-business .about-play-img .fa {
        margin-right: 32%;
    }
}

@media screen and (max-width: 2350px) and (min-width: 2051px) {
    section.nexa-video-business .about-play-img .fa {
        margin-right: 45%;
    }
    section.nexa-video-business .about-video-img .about-img-video {
        width: 870px;
    }
}

@media screen and (max-width: 2050px) and (min-width: 2001px) {
    section.nexa-video-business .about-play-img .fa {
        margin-right: 34%;
    }
    section.nexa-video-business .about-video-img .about-img-video {
        width: 740px;
    }
}

@media screen and (max-width: 2750px) and (min-width: 2400px) {
    section.nexa-video-business .about-video-img .about-img-video {
        width: 1100px;
        border-radius: 0 32% 0 0;
    }
    section.nexa-video-business .about-play-img .fa {
        margin-right: 56%;
        padding-top: 44px;
    }
    section.nexa-aboutnexa-business .about-service-list>li {
        width: 100%;
    }
    .nexa-video-business .about-video-shapes img {
        height: 608px;
    }
}

@media screen and (min-width: 3300px) {
    section.nexa-video-business .about-play-img .fa {
        margin-right: 80%;
        padding-top: 44px;
    }
    section.nexa-video-business .about-video-img .about-img-video {
        width: 50%;
    }
}

@media screen and (min-width: 3800px) {
    section.nexa-video-business .about-play-img .fa {
        margin-right: 80%;
        padding-top: 44px;
    }
    section.nexa-video-business .about-video-img .about-img-video {
        width: 50%;
    }
}

@media screen and (min-width: 4400px) {
    section.nexa-video-business .about-play-img .fa {
        margin-right: 120%;
        padding-top: 44px;
    }
    section.nexa-video-business .about-video-img .about-img-video {
        width: 50%;
    }
}

@media screen and (min-width: 5000px) {
    section.nexa-video-business .about-play-img .fa {
        margin-right: 150%;
        padding-top: 44px;
    }
    section.nexa-video-business .about-video-img .about-img-video {
        width: 50%;
    }
}

/*about section shape img code final*/